﻿.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}



@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}


@media (max-width:1379.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}


@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

#hero {
    position: relative;
    margin-top: -70px;
    z-index: 0;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    opacity: 1;
}

.carousel-control-next {
    left: 71px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
    border: none;
}

.carousel-control-prev-icon {
    background: url(../images/1.png) left center repeat;
}

.carousel-control-next-icon {
    background: url(../images/2.png) left center repeat;
}

.carousel-control-prev-icon:hover {
    background: url(../images/1-1.png) left center repeat;
}

.carousel-control-next-icon:hover {
    background: url(../images/2-1.png) left center repeat;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}


.banerzi {
    max-width: 1333px;
    margin: 0 auto;
    padding: 20% 10px;
}

.banerzi p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 2em 0;
    color: #fff;
}

.banerzi h1 {
    font-size: 80px;
    color: #fff;
}

.banerzi span {
    display: block;
    margin: 20px 0 0 0;
    font-size: 27px;
    color: #fff;
    line-height: 40px;
    max-height: 650px;
}

.banerzi b {
    display: block;
    background-color: rgb(234, 84, 4);
    color: rgb(255, 255, 255);
    width: 109px;
    height: 5px;
    margin-top: 20px;
}

.tt1 {
    position: relative;
    width: 1331px;
    margin: -100px auto 0px auto;
    z-index: 2;
}

@media (min-width:1380px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.h-100 {
    height: 100% !important
}

}











.logo-light {
    display: none
}

.logo {
    display: inline-block
}

[data-bs-theme=dark] .logo {
    display: none
}

[data-bs-theme=dark] .logo-light {
    display: inline-block
}

.hero-carousel .hero-caption,
.hero-image .hero-caption,
.hero-video .hero-caption {
    position: relative;
    height: calc(100vh - 2.5rem)
}

.hero-carousel.hero-image-full .hero-caption,
.hero-image.hero-image-full .hero-caption,
.hero-video.hero-image-full .hero-caption {
    height: 100vh
}