/* @import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap'); */
@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 50;
    font-display: swap;
    src: url('/font/Aspekta-50.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/font/Aspekta-200.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/font/Aspekta-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/font/Aspekta-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/font/Aspekta-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/font/Aspekta-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/font/Aspekta-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Aspekta';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/font/Aspekta-900.woff2') format('woff2');
}

body {
    font-family: 'Aspekta';
    font-size: normal;
    line-height: 1.8;
}

footer {
    background-image: url(/img/bg-2.png);
    background-size: cover;
    background-attachment: fixed;
}

/* .mySwiper .swiper-slide.swiper-slide-active {
    margin-bottom: 60px;
    transform: translateY(-40px);

} */

.mySwiper .swiper-slide.swiper-slide-active .b {
    border-color: green;
    border-width: 2px;
}

html {
    scroll-behavior: smooth;
}

.mobile-menu-overlay.active {
    position: absolute;
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    width: 100%;
    color: black;
    height: max-content;
    background: #fff;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    z-index: 999;
}

/* .hamburger-wrapper.close .line:nth-child(1){
    opacity: 0;
} */
.bg__wrapper {
    background-image: url(/img/banner-1.jpg);
    /* background-image: url(/img/banner-1.jpg); */
    background-position: center;
    /* min-height: 70vh; */
    /* background-attachment: fixed; */
}

.message-box {
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    display: none;
    /* Hidden by default */
}

.bg-gr {
    background: #F37002;
    /* background: linear-gradient(360deg, rgb(243 112 2 / 73%) 0%, #f3700208 100%); */
}

.bg-gr-1 {
    background-color: rgb(0, 0, 0, 0.47);
}

@media screen and (max-width:991px) {   
    .mobile-menu-overlay {
        display: none;
    }
}

@media screen and (min-width:991px) {
    .mobile-menu-overlay {
        position: absolute;
        display: flex;
        /* align-items: center; */
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile-menu-overlay.bg {
        background-color: rgb(255, 255, 255, 0.27);
        border-radius: 30px;
        padding: 5px 20px;
    }
}