/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/
.single-slider {
    height: 760px;
    padding-top: 100px;
    padding-bottom: 105px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider {
        height: 780px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider {
        height: 780px;
    }

    .slider-content.text-bottom-sm {
        padding-top: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider {
        height: auto;
        padding-top: 195px;
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .single-slider {
        height: 486px;
        padding-top: 135px;
        padding-bottom: 140px;
    }

    .slider-content.text-bottom-sm {
        padding-top: 300px;
    }
}

.slider-content {
    max-width: 600px;
}

.slider-content.sale {
    max-width: 100%;
}

.slider-content .sub-title {
    font-family: var(--sans), sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-content .main-title {
    color: white;
    font-size: 80px;
    line-height: 1;
    margin-top: 16px;
}

.slider-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
}

.slider-content p {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) {
    .slider-content .main-title {
        font-size: 102px;
        line-height: 0.9;
        text-align: center;
    }

    .slider-content h2 {
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-align: center;
    }

    .slider-content p {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .slider-content .image {
        text-align: center;
    }

    .bcws_logo {
        position: absolute;
        right: 10%;
        top: 20%;
        width: 200px;
        height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider-content .main-title {
        font-size: 64px;
        text-align: left;
    }

    .slider-content.sale .main-title {
        text-align: center;
    }

    .slider-content.sale p {
        text-align: center;
    }

    .bcws_logo {
        position: absolute;
        right: 10%;
        top: 20%;
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content.sale {
        padding-top:24px;
        text-align: center;
    }
    .slider-content .main-title {
        font-size: 56px;
    }

    .bcws_logo {
        position: absolute;
        right: 10%;
        top: 20%;
        width: 140px;
        height: 140px;
    }

}

@media only screen and (max-width: 575px) {
    .slider-content .main-title {
        font-size: 42px;
        line-height: 0.9;
    }

    .slider-content p {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2;
    }

}


.slider-content .btn {
    margin-top: 30px;
}

.slider-social {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .slider-social {
        bottom: 80px;
    }
}

.slider-social .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-social .social-wrapper p {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    white-space: nowrap;
    padding-right: 5px;
}

@media only screen and (max-width: 575px) {
    .slider-social .social-wrapper p {
        font-size: 14px;
    }
}

.slider-social .social-wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-social .social-wrapper .social li {
    margin-left: 15px;
}

@media only screen and (max-width: 575px) {
    .slider-social .social-wrapper .social li {
        margin-left: 10px;
    }
}

.slider-social .social-wrapper .social li a {
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid rgba(10, 77, 60, 0.15);
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
    .slider-social .social-wrapper .social li a {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
}

.slider-social .social-wrapper .social li a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}


/* ignore animation of slider on mobile */

.animation-style-01 .slider-content {
    opacity: 0;
}

.animation-style-01.swiper-slide-active .slider-content {
    opacity: 1;
}

.animation-style-01.swiper-slide-active .slider-images {
    opacity: 1;
}


@media only screen and (min-width: 766px) {

    .animation-style-01.swiper-slide-active .slider-content .sub-title {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animation-style-01.swiper-slide-active .slider-content .main-title {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animation-style-01.swiper-slide-active .slider-content p {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animation-style-01.swiper-slide-active .slider-content img {
        -webkit-animation-name: flipInY;
        animation-name: flipInY;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animation-style-01.swiper-slide-active .slider-content .btn {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animation-style-01.swiper-slide-active .slider-images img {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

}

.slider-active {
    position: relative;
}

.slider-active .caption {
    height: auto;
    width: auto;
    position: relative;
    right: 54%;
    top: 50%;
    color: #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slider-active .arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.slider-active .swiper-button-next, .slider-active .swiper-button-prev {
    width: 45px;
    height: 45px;
    font-size: 15px;
    color: var(--white);
    opacity: 1;
    border-radius: 50%;
    background-color: #266151;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    bottom: 60px;
    top: auto;
    margin-top: 0;
    outline: none;
}

@media only screen and (max-width: 767px) {
    .slider-active .swiper-button-next, .slider-active .swiper-button-prev {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-active .swiper-button-next, .slider-active .swiper-button-prev {
        bottom: 20px;
        margin: 0 5px;
    }

    .slider-active .caption {

    }

}

.slider-active .swiper-button-next::after, .slider-active .swiper-button-prev::after {
    display: none;
}

.slider-active .swiper-button-next::before, .slider-active .swiper-button-prev::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(10, 77, 60, 0.1);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
    .slider-active .swiper-button-next::before, .slider-active .swiper-button-prev::before {
        display: none;
    }
}

.slider-active .swiper-button-next:hover, .slider-active .swiper-button-prev:hover {
    background-color: var(--tertiary);
}

.slider-active .swiper-button-next:hover::before, .slider-active .swiper-button-prev:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.slider-active .swiper-button-next {
    right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active .swiper-button-next {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slider-active .swiper-button-next {
        right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-active .swiper-button-next {
        right: auto;
        left: 50%;
    }
}

.slider-active .swiper-button-prev {
    left: auto;
    right: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active .swiper-button-prev {
        right: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .swiper-button-prev {
        right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-active .swiper-button-prev {
        right: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-active .swiper-button-prev {
        left: auto;
        right: 50%;
    }
}

/*--
/*  4.12b - Home Banner
/*----------------------------------------*/

.slider-section .slide1 {
    background-image: url('https://acs-45zn.stream.prepr.io/h_760/7k1n5vk6hwu2-slider-1.jpg');
    background-position-x: 60%;
}

.slider-section .slide2 {
    background-image: url('https://acs-45zn.stream.prepr.io/h_760/5nf4rhstmfu7-slider-2b.jpg');
    background-position-x: 80%;
}

.slider-section .slide_spring_sale {
    background-image: url('https://acs-45zn.stream.prepr.io/h_760/al69c2ngo3w-spring-sale-banner.jpg');
    background-position-x: 80%;
}

.slider-section .slide_summer_sale {
    background-image: url('https://acs-45zn.stream.prepr.io/7cak1xqloz2q/summer-sale-banner-slider.jpg');
    background-position-x: center;
}

/*

@media only screen and (max-width: 575px) {

    .slider-section .slide1 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_575/7k1n5vk6hwu2-slider-1.jpg');
        background-position-x: 60%;
    }

    .slider-section .slide2 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_575/5nf4rhstmfu7-slider-2b.jpg');
        background-position-x: 80%;
    }

    .slider-section .slide_spring_sale {
        background-image: url('https://acs-45zn.stream.prepr.io/w_575/al69c2ngo3w-spring-sale-banner.jpg');
        background-position-x: 80%;
    }

    @media (min-resolution: 192dpi) {
        .slider-section .slide1 {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1150/7k1n5vk6hwu2-slider-1.jpg');
            background-position-x: 60%;
        }

        .slider-section .slide2 {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1150/5nf4rhstmfu7-slider-2b.jpg');
            background-position-x: 80%;
        }

        .slider-section .slide_spring_sale {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1150/al69c2ngo3w-spring-sale-banner.jpg');
            background-position-x: 80%;
        }
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-section .slide1 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_767/7k1n5vk6hwu2-slider-1.jpg');
        background-position-x: 60%;
    }

    .slider-section .slide2 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_767/5nf4rhstmfu7-slider-2b.jpg');
        background-position-x: 80%;
    }

    .slider-section .slide_spring_sale {
        background-image: url('https://acs-45zn.stream.prepr.io/w_767/al69c2ngo3w-spring-sale-banner.jpg');
        background-position-x: 80%;
    }

    @media (min-resolution: 192dpi) {
        .slider-section .slide1 {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1534/7k1n5vk6hwu2-slider-1.jpg');
            background-position-x: 60%;
        }

        .slider-section .slide2 {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1534/5nf4rhstmfu7-slider-2b.jpg');
            background-position-x: 80%;
        }

        .slider-section .slide_spring_sale {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1534/al69c2ngo3w-spring-sale-banner.jpg');
            background-position-x: 80%;
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .slider-section .slide1 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_1199/7k1n5vk6hwu2-slider-1.jpg');
        background-position-x: 60%;
    }

    .slider-section .slide2 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_1199/5nf4rhstmfu7-slider-2b.jpg');
        background-position-x: 60%;
    }

    .slider-section .slide_spring_sale {
        background-image: url('https://acs-45zn.stream.prepr.io/w_1199/al69c2ngo3w-spring-sale-banner.jpg');
        background-position-x: 80%;
    }

    @media (min-resolution: 192dpi) {
        .slider-section .slide1 {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1920/7k1n5vk6hwu2-slider-1.jpg');
            background-position-x: 60%;
        }

        .slider-section .slide2 {
            background-image: url('https://acs-45zn.stream.prepr.io/w_1920/5nf4rhstmfu7-slider-2b.jpg');
            background-position-x: 80%;
        }
    }
}

@media only screen and (min-width: 1200px) {
    .slider-section .slide1 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_1920/7k1n5vk6hwu2-slider-1.jpg');
        background-position-x: 60%;
    }

    .slider-section .slide2 {
        background-image: url('https://acs-45zn.stream.prepr.io/w_1920/5nf4rhstmfu7-slider-2b.jpg');
        background-position-x: 80%;
    }
}
*/
