/* Hero Slider ========================================================= */
/*html.loading main {
  opacity: 0 !important;
}*/

.home-hero-carousel {
    margin-top: 110px;
}

.wow-slider {
    visibility: hidden;
    opacity: 0;   
}

.home-hero-carousel .home-hero__image, 
.home-hero-carousel.u-full-height-vh {
    height: 900px;
}

.home-hero-carousel .home-hero__card {
    bottom: -110px;
}

.home-hero-carousel .home-hero__video-wrp {
    display: none;
}

.size-22 {
    font-size: 14px;
    line-height: 22px;
}

.size-40 {
    font-size: 27px;
    line-height: 1.3
}

@media only screen and (min-width: 1024px) {
    .size-22 {
        font-size: 16.8px;
        line-height: 25px;
    }
    .size-40 {
        font-size: 65px;
    }
}

.wow-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.wow-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.wow-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: none;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wow-item.wow-active {
    opacity: 1;
    z-index: 1;
}

.wow-item.wow-fade {
    transition: opacity 0.6s ease-in-out;
}

.wow-item.wow-slide {
    transition: transform 0.6s ease-in-out;
}

.wow-item.wow-enter-left {
    transform: translateX(-100%);
}

.wow-item.wow-enter-right {
    transform: translateX(100%);
}

.wow-item.wow-center {
    transform: translateX(0);
}

.wow-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.wow-nav-btn {
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.3s;
}

.wow-nav-btn:hover {
    background: rgba(0,0,0,0.8);
}

.wow-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1;
}

.wow-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.wow-dot.wow-dot-active {
    background: #007bc7;
}

.wow-slider-content {
    max-width: 700px;
}

.home-hero-carousel .home-hero__card {
    display: none;
}

.menu-btns-new {
    flex: 1 1 100%;
    margin-top: 10px;
    margin-left: -2rem;
    margin-right: -2rem;
    display: none;
}

.menu-btns-new .btn {
    padding: 1rem 0;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    justify-content: center;
}

.header-en .header__content,
.header-us .header__content {
    padding-bottom: 0;
}

.carousel-logo {
    margin-top: 5rem;
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .home-hero-carousel {
        margin-top: 90px;
    }

    .home-hero-carousel .home-hero__image, 
    .home-hero-carousel.u-full-height-vh {
        height: 680px;
    }
}

@media only screen and (min-width: 1025px) {
    .header__menu-items > li {
        margin-left: 3rem;
    }
}

@media (min-width: 998px) and (max-width: 1024px) {
    .home-hero-carousel {
        margin-top: 44px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wow-slider-content {
        max-width: 520px;
    }

    .wow-slider-content p {
        max-width: 300px;
    }

    .home-hero-carousel {
        margin-top: 55px;
    }

    .size-40 {
        font-size: 55px;
        line-height: 75px
    }

    .header-en .header__content,
    .header-us .header__content {
        flex-wrap: wrap;
    }

    .header-en .menu-btns-new,
    .header-us .menu-btns-new {
        display: flex;
    }

    .menu-btns-new .btn {
        padding: 1.5rem 0;
    }

    .header__menu-top {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .home-hero-carousel {
        margin-top: 125px;
    }

    .u-pl-60.wow-slider-content {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 5rem;
    }

    .home-hero-carousel .home-hero__image, 
    .home-hero-carousel.u-full-height-vh {
        height: 650px;
    }

    .wow-item {
        align-items: flex-start;
    }

    .wow-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .header-en .header__content,
    .header-us .header__content {
        flex-wrap: wrap;
    }

    .header-en .menu-btns-new,
    .header-us .menu-btns-new {
        display: flex;
    }

    .carousel-logo {
        margin-top: 3rem;
    }

    .carousel-logo img {
        width: 120px;
        height: auto;
    }

    .bg-white-mobile {
        background-color: #FFF;
    }
}