html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden !important;
    box-sizing: border-box;
}
body {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}

body::-webkit-scrollbar {
    display: none; // Safari and Chrome
}

.height_fullwidth{
	height: 100vh;
    position: relative;
}
.banner_newpage{
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_headline_banner{
	position: absolute;
    bottom: 50%;
    width: 100%;
    left: 15px;
    transform: translateY(50%);
}
.main_headline_banner .data_display{
	/*display: flex;
    align-items: flex-start;
    justify-content: space-between;*/
    max-width: 96%;
    margin: auto;
    padding: 0 15px;
}
.banner_newpage .hdl_left h1 {
   font-size: 49px;
    line-height: 53px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 58px;
    opacity: 0.80;
    margin-bottom: 18px;
}
.hdl_right p{
	color: #fff;
    font-size: 17px;
    line-height: 20px;
    max-width: 500px;
    width: 100%;opacity: 0.80;
}
.full_view_section{
    position: relative;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*   background-attachment: fixed;*/
}
.page-id-64837 .full_view_section {
    background-size: cover !important;
}
.page-id-64837 .content_float{
    position: absolute;
    top: 0;
}
/*.twin_view_section{
    height: 80vh;
}*/
.video_show {
    font-size: 0;
}
.video_show video{
   width: 100%;
    height: 100vh;
    object-fit: cover;
}

.full_view_section .make_center{
	align-items: center;
    height: 100vh;
    display: flex;
}
.full_view_section .full_view_title h2{
	color: #fff;
    font-size: 63px;
    line-height: 69px;
    font-weight: 500;
    opacity: 0.80;
}
.full_view_section .full_view_title h2 span{
    color: #bad618;
}

.page-id-66425 .full_view_section .full_view_title h2 span{
    color: #d8a62a;
}


.dual_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dual_row .row_two{
  /*  height: 80vh;width: 50%;
    font-size: 0;
    position: relative;*/
    transition: 0.5s ease;
    overflow: hidden;
    margin: 0 20px;
    max-width: 660px;
    width: 100%;
    position: relative;
}
.dual_row .row_two:hover img{
    transform: scale(1.1);
}

.dual_row .row_two img{
	transition: 0.5s ease;
    max-width: 100%;
    transition: 0.5s ease;
}
.demp_dual {
    max-width: 600px;padding:20px;
}
.multi_slider{
    height: 100vh;position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.multi_slider .swiper {
      width: 100%;
      height: 100%;padding: 0 0 64px 0;
    }

    .multi_slider .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .multi_slider .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s all ease-in-out;
    }
    .multi_slider .swiper-slide:hover img{
        transform: scale(1.1);
    }

.multi_slider .slide_mode {
    position: relative;

}
.multi_slider .slide_mode .slide_title{
    position: absolute;
    bottom: 44px;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 45px;
}
.multi_slider .slide_mode .slide_title h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: left;opacity: 0.80;
    /*max-width: 245px;
    width: 100%;*/
}
.page-id-66425 .multi_slider .slide_mode .slide_title h5{
    max-width: 330px;
}
.multi_slider .slide_mode .slide_title h5 a{
    color: #fff;
}
.multi_slider .slide_mode .slide_title img{
    width: auto;display: none;
}
.multi_slider .swiper-pagination{
    bottom: 0px !important;
    top: unset !important;
}
.multi_slider .swiper-button-prev{
     bottom: 0px !important;
    top: unset !important;
    width: 80px;
    height: 20px;
    background-image: url(/wp-content/uploads/2023/12/sslide_arrow_next.png);
    background-repeat: no-repeat;
    background-position: center;
}
.multi_slider .swiper-button-next{
    bottom: 0px !important;
    top: unset !important;
    width: 80px;
    height: 20px;
    background-image: url(/wp-content/uploads/2023/12/sslide_arrow_prev.png);
    background-repeat: no-repeat;
    background-position: center;
}
.multi_slider .product_varients {
    max-width: 77%;
    margin: 0 auto;
}
.multi_slider .swiper-button-next:after{
    display: none;
}

.multi_slider .swiper-button-prev:after{
    display: none;
}
.multi_slider .swiper-pagination-bullet{
    width: 52px;
    height: 2px;
    background-color: #fff;
    opacity: 1;border-radius: 0px
}
.multi_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #00aeef;
}
.page-id-66425 .twin_view_section,
.page-id-66383 .twin_view_section{
    max-width: 96%;
    padding: 0 15px;
    margin: auto;
}
.page-id-66425 .full_view_section,
.page-id-66383 .full_view_section{
    padding-bottom: 60px;
}

.main_review{
    height: 80vh;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.main_review h4{
    text-align: left;
    font-size: 48px;
    line-height: 57px;
    color: #fff;
    font-weight: 400;
}
.main_review h4 .char {
    display: inline !important;
}

.main_review p{
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin-top: 50px;text-align: right;
}
.main_review p span{
    position: relative;
}
.main_review p span::before{
    left: -117px;
    top: 12px;
    height: 1px;
    width: 90px;
    background-color: #fff;
    position: absolute;
    content: "";
}
.main_review .opinion {
    max-width: 86%;
}

.mid_caption{
    position: absolute;
    bottom: 25px;
    left: 35px;
    padding: 20px;
    z-index: 9;
}
.mid_caption h4{
    color: #fff;
    font-weight: 500;
    font-size: 41px;
    line-height: 65px;opacity: 0.80;
} 
.mid_caption p{
    color: #fff;
    font-size: 17px;
    line-height: 20px;opacity: 0.80;
}

.multi_slider .swiper-button-prev:before{
    content: "";
}
.multi_slider .swiper-button-next:before{
    content: "";
}





/******Media query starts here*******/

@media (max-width:1400px){
    .multi_slider .swiper{
        padding: 0 0 85px 0;
    }
    .multi_slider .product_varients{
        max-width: 100%;
    }
    .full_view_section .full_view_title h2{
        font-size: 53px;
        line-height: 61px;
    }
    .dual_row .row_two{
        max-width: 60%;
/*        height: 400px;*/
    }
    .main_review .opinion {
        max-width: 100%;
    }
    .main_review h4{
        font-size: 38px;
        line-height: 44px;
    }
    .main_review{
        height: 80vh;
    }
    .mid_caption{
        left: 20px;
        padding: 8px;
    }

}

@media (max-width:1199px){
    .full_view_section .full_view_title h2 {
        color: #fff;
        font-size: 47px;
        line-height: 57px;
    }
    
    .multi_slider .slide_mode .slide_title h5{
        font-size: 28px;
        line-height: 32px;
    }
    .demp_dual{
        padding: 50px;
    }
    .full_view_section .make_center{
        height: 75vh;
    }
    .mid_caption h4{
        font-size: 30px;
        line-height: 48px;
    }
    .mid_caption p{
        font-size: 16px;
    }
    /*.twin_view_section {
        height: 54vh;
    }*/
}

@media(max-width:1024px) and (min-width:768px){
    /*.dual_row{
        display: block;
    }*/
    .twin_view_section {
        height: auto;
    }
    .dual_row .row_one,
    .dual_row .row_two{
        width: 100%;
        height: auto;
    }
    .demp_dual {
        max-width: 100%;
        padding: 50px;
    }
    .multi_slider{
        height: auto;
        padding: 50px 0;
    }
    .main_review {
        height: auto;
        margin: 104px 0 0;
    }
    .page-id-66383 .full_view_section {
        padding-bottom: 80px;
    }
    .multi_slider{
        padding: 124px 0 50px;
    }
    .mid_caption h4{
        font-size: 26px;
        line-height: 44px;
    }
    .mid_caption p {
        font-size: 15px;
    }
}

@media (max-width:991px){
    .main_headline_banner .data_display{
        display: block;max-width: 100%;
    }
    .hdl_right p{
        max-width: 380px;
    }
    .banner_newpage .hdl_left h1{
        margin-bottom: 10px;height: auto;
    }
    .full_view_section .make_center{
        align-items: center;
    }
    /*.dual_row {
        display: block;
    }*/
    .dual_row .row_one,
    .dual_row .row_two{
        width: 100%;height:auto;
    }
    .multi_slider{
        height: auto;
        padding: 111px 0 40px;
    }
    .twin_view_section{
        display: flex;
    }
    .dual_row .row_two{
        margin: 0 10px;
    }
}

@media (max-width:767px){
    .multi_slider .product_varients {
        max-width: 88%;
    }
    .multi_slider .swiper-pagination{
        display: none;
    }
    .full_view_section .full_view_title h2 {
        font-size: 35px;
        line-height: 39px;
    }
    
    .twin_view_section{
        height: auto;
    }
    
    .multi_slider .product_varients {
        max-width: 100%;
    }
    .dual_row .row_one, .dual_row .row_two{
        height: auto;
    }
    .demp_dual{
        padding: 35px
    }
    .dual_row .row_one h2{
        font-size: 28px;
        line-height: 32px;
    }
    .full_view_section .video_show video{
        width: 100%;
        height: 70vh
    }
    .full_view_section .make_center{
        height: 58vh;
    }
    .banner_newpage .container.luxello-container {
        padding: 0px 15px !important;
    }
    .main_headline_banner .data_display {
        padding: 0px !important;
    }
    .main_headline_banner .row {
        margin: 0px !important;
    }


}

@media (max-width:600px){
    
    .dual_row .row_one{
        height: 550px;
    }
    .full_view_section{
        background-position: 33% 0;
    }
    .multi_slider .swiper {
        padding: 0 0 56px 0;
    }
    .dual_row .row_two{
        height: auto;
    }
    .full_view_section{
        background-size: cover !important;
    }
    .main_review h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .main_review {
        height: 60vh;
    }
    .main_review p{
        font-size: 16px;
        line-height: 19px;
    }
    .main_review p span::before{
        left: -81px;
        top: 9px;width: 65px;
    }
    .dual_row .row_two {
        margin: 0 5px;
    }
    .dual_row .row_two{
        max-width: 100%;
    }
    .multi_slider .slide_mode .slide_title{
        padding: 0 30px;bottom: 30px;
    }

    
}

@media (max-width:575px){
    .height_fullwidth {
        height: 92vh;
    }
    .full_view_section .make_center{
        height: 70vh;
    }
    .multi_slider .product_varients {
        max-width: 95%;
    }
    .multi_slider{
        height: auto;
    }
    
    .multi_slider .slide_mode .slide_title{
        align-items: center;bottom: 15px;
        padding: 0 15px;

    }
    .full_view_section .video_show video{
        height: 60vh;
    }
    .full_view_section .make_center{
        height: 50vh;
    }
    .dual_row{
        flex-direction: column;
    }
    .dual_row .row_two {
        margin: 0 5px 15px;
    }
    .mid_caption{
        padding: 0 15px 0 0;
        left: 15px;
    }
    .mid_caption h4{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .multi_slider .slide_mode .slide_title h5 {
        font-size: 21px;
        line-height: 26px;
    }

}

@media(max-width:480px){
   /* .dual_row {
        display: block;
    }*/
}

@media (max-width:440px){
    .mid_caption p br{
        display: none;
    }
}