@font-face {
    font-family: "charpentier";
    src: url("../fonts/CharpentierRenRed-Normal.ttf");
    font-style: normal;
}

@font-face {
    font-family: "charpentier";
    src: url("../fonts/CharpentierRenRed-Demi.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: 900;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "rabar";
    src: url("../fonts/Rabar_022.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "rabarBold";
    src: url("../fonts/Rabar_021.ttf");
    font-weight: 300;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #1E1E1E;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.wrapper-small {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.image-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.active-nav {
    color: #1C8AC7 !important;
    border-bottom: 2px solid #1C8AC7;
    font-weight: 500 !important;
}

    .active-nav a {
        font-weight: 500 !important;
    }

#nav {
    transition: transform 500ms;
}


@media screen and (max-width: 640px) {
    .mobileNavClosed {
        transform: translateX(-100%)
    }

    .mobileNavOpened {
        transform: translateX(0%)
    }
}

.gradient-bg {
    background: rgb(16,105,155);
    background: linear-gradient(90deg, rgba(16,105,155,0.8) 0%, rgba(16,105,155,1) 50%, rgba(16,105,155,0.8) 100%);
}


/*:root {
    --swiper-theme-color: white !important;
}
*/
.productsSwiper .swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 1px !important;
    opacity: 1 !important;
}

.productsSwiper .swiper-pagination-bullet-active {
    background: white !important;
    border: 1px solid #fff !important;
    border-radius: 1px !important;
}

.productsSwiper .swiper-button-next {
    background-image: url("../img/right.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    right: 0 !important;
    bottom: -150% !important;
    margin-top: 200px !important;
    background-color: #1e1e1e;
    opacity: 1 !important;
    z-index: 99 !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0.8rem;
}

.productsSwiper .swiper-button-prev {
    background-image: url("../img/left.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    left: 95.5% !important;
    bottom: -150% !important;
    margin-top: 200px !important;
    background-color: #1e1e1e;
    opacity: 1 !important;
    z-index: 99 !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0.8rem;
}

    .productsSwiper .swiper-button-next::after, .productsSwiper .swiper-button-prev::after {
        content: "";
    }

.map iframe {
    height: 650px !important;
    width: 100%;
    border: 1px solid #18181B10 !important;
    outline: none;
    border-radius: 1rem;
}

@media screen and (max-width: 768px) {
    .map iframe {
        height: 450px !important;
        width: 100% !important;
    }
}

.contactMap iframe {
    height: 550px !important;
    width: 100%;
    border: 1px solid #18181B10 !important;
    outline: none;
    border-radius: 1rem;
}

.productGalleryItems div:nth-child(2) {
    grid-column: span 2 / span 2;
}

.headerSwiper .swiper-wrapper .swiper-slide .wrapper h3 {
    transition-property: opacity,transform;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    opacity: 0;
    transform: scale(.6);
    z-index: 3;
}

.headerSwiper .swiper-wrapper .swiper-slide-active .wrapper h3 {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

.headerSwiper .swiper-wrapper .swiper-slide div iframe {
    width: 100% !important;
    height: 100% !important;
}

.headerSwiper .swiper-wrapper .swiper-slide .wrapper p {
    transition-property: opacity,transform;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-delay: 300ms;
    opacity: 0;
    transform: translate3d(100px,0,0) scale(.6);
    z-index: 3;
}

.headerSwiper .swiper-wrapper .swiper-slide-active .wrapper p {
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}

.headerSwiper .swiper-wrapper .swiper-slide .wrapper a {
    transition-property: opacity,transform;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-delay: 900ms;
    opacity: 0;
    transform: translate3d(0,100px,0);
    z-index: 3;
}

.headerSwiper .swiper-wrapper .swiper-slide-active .wrapper a {
    opacity: 1;
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 640px) {

.headerSwiper .swiper-button-prev, .headerSwiper .swiper-rtl .swiper-button-next {
    top: 92%
}

.headerSwiper .swiper-button-next, .headerSwiper .swiper-rtl .swiper-button-prev {
    top: 92%
}
}