/* common css */
body{
    margin: 0px;
    padding: 0px;
    background-color: #EFEFEF !important;
}
.bg_blue_color{
    background: linear-gradient(131.7deg, #32A67F -1.24%, #7C55BC 101.81%);
}
.bg_yellow_color{
    background: linear-gradient(100.97deg, #E36767 0%, #AA8C21 100%);
}




/* first fold  section*/
.home_page_top_banner_cont{

}
.indicater_btn_sec button{
    width: 30px;
    height: 30px;
    text-indent: initial;
    position: relative;
    opacity: initial;
    background-color: #928D8D;
    border: 0px;
}
.indicater_btn_sec button:hover{
    background-color: #ffffff;
}
.indicater_btn_sec button:after{
    content: "";
    width: 15px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 9px;
    left: 7px;
}
.indicater_btn_sec button::before{
    content: "";
    width: 15px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 9px;
    left: 7px;
    transform: rotate(-45deg);
}
.indicater_btn_sec button[data-bs-slide="prev"]:after{
    transform: rotate(45deg);
}
.indicater_btn_sec button[data-bs-slide="prev"]::before{
    transform: rotate(-45deg);
}
.indicater_btn_sec button[data-bs-slide="next"]::after{
    transform: rotate(-45deg);
}
.indicater_btn_sec button[data-bs-slide="next"]::before{
    transform: rotate(45deg);
}
.indicater_btn_sec button:hover::before,
.indicater_btn_sec button:hover::after{
    background-color: #928D8D;
}
/* .home_page_top_banner_cont .carousel-inner button[data-bs-slide-to=""].active::before,
.home_page_top_banner_cont .carousel-inner button[data-bs-slide-to=""].active::after{
    
} */

.indicater_btn_sec{
    position: absolute;
    bottom: 10vh;
}

.carousel_item_text_box{
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* .carousel_item_box{
    height: calc(100vh - 64px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
.carousel_item_box.bg1{
    background-image: url(./../../img/newHomePage/new_home_page_banner_image.jpg);
}
.carousel_item_box.bg2{
    background-image: url(./../../img/newHomePage/new_home_page_banner_image_1.jpg);
} */
.carousel_item_box{
    position: relative;
    height: calc(100vh - 60px);
}
.carousel_item_box img{
    width: 100%;
    /* height: 100%; */
}
/* .carousel_item_box.bg_mob1,
.carousel_item_box.bg_mob2{
    display: none;
} */

.carousel_item_box .fg_mob{
    display: none;
}
.text_box_details{
    max-width: 620px;
    /* height: 370px; */
}
.text_box_details h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    padding-right: 40px;
    line-height: 1.2;
}
.text_box_details2 h1 {
    color: #000000;
}
.anywhere_cont{
    display: flex;
    /* margin-top: 20px; */
}
.text_box_details .anywhere_cont p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 40px;
    margin-bottom: 0px;
    /* margin: 20px 0px; */
}

.text_box_details p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding-right: 33px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.text_box_details .anywhere_cont p{
    color: #000000;
}

.text_box_details2 p {
    color: #000000;
}

.text_box_details .text_box_sub_details{
    margin-top: 20px;
}


/* highlights container section */
.highlights_main_container{

}
.each_row_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.each_row_box:last-child{
    margin-bottom: 0px;
}
.small_box,
.biger_box{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    min-height: 247px;
    /* height: 247px; */
    padding: 30px 30px;
    box-sizing: border-box;
}
.small_box h3,
.biger_box h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 65px;
    color: #EFEFEF;
    margin: 0px;
}
.small_box p,
.biger_box p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #EFEFEF;
    margin: 0px;
}
.small_box{
    width: calc(25% - 20px);
}
.biger_box{
    width: calc(50% - 12px);
}



/* brand section*/
.brand_categories_btn_cont{
    display: flex;
    position: absolute;
    bottom: 8px;
    right: 0px;
}
.categories_btn{
    font-family: 'Poppins', sans-serif;
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #2DA77D;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2DA77D;
    margin-right: 20px;
}
.categories_btn:last-child{
    margin-right: 0px;
}
.categories_btn.active{
    color: #FFFFFF;
    background-color: #2DA77D;;
}
.brand_main_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brand_box_cont{
    width: calc(25% - 15px);
    min-width: 270px;
    height: 256px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 4px; 
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.brand_box_cont:nth-child(4n+4) {
    margin-right: 0px;
}
.brand_box_header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    padding: 0px 15px;
    height: calc(100% - 19px);
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
}
.brand_slid_box{
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 102px);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 25px;
    transition: bottom 0.5s ease;
}
.brand_box_cont:hover .brand_box_header{
    height: 82px;
}
.brand_slid_box p{
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #EFEFEF;
}
.arrow_outward{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.read_more_btn{
    display: none;
    border: 0px;
    text-decoration: none;
    border-radius: 0px;
    background-color: transparent;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: #142958;
    float: right;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
.read_more_btn img{
    margin-left: 5px;
}

/* our parter section */

.our_partners{
    display: flex;
    justify-content: center;
}
/* .our_partners .slick-track{
    padding-bottom: 10px;
} */
.our_partners .slick-list{
    padding: 0px 0px 10px 0px;
    margin-right: -15px;
}
.our_partners .blank_box{
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 4px;
    width: 270px !important;
    height: 130px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.our_partners_item_box{
    margin-right: 25px ;
}
/* .blank_box:last-child{
    margin-right: 0px;
} */

@media only screen and (max-width: 1350px) and (min-width: 991px)  {
    .veranda_navbar_common .container-fluid{
        margin: 0px 15px;
        width : calc(100% - 30px);
    }
    .veranda_navbar_common .collapse.navbar-collapse {
        width: calc(100% - 170px);
        padding-right: 103px;
    }
    .veranda_navbar_common .collapse.navbar-collapse .navbar-nav .nav-item {
        margin-left: 15px;
    }
}

@media(min-width: 1601px){
    .container,
    .home_page_top_banner_cont .carousel-inner{
        /*max-width: 80%;*/
    }
    .carousel_item_text_box{
        height: 80%;
    }
    .carousel_item_box{
        height: 100%;
    }

}




@media(max-width: 991px){
    /* highlights container section */
    .each_row_box{
        flex-direction: column;
    }
    .small_box,
    .biger_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .second_each_row_box{
        display: none;
    }

    /* brand section*/
    .brand_categories_btn_cont{
        position: relative;
        margin-top: 20px;
        min-width: 685px;
        overflow-x: auto;
    }
    .brand_box_cont{
        width: calc(50% - 10px);
        margin-right: 0px;
    }
    .brand_box_cont:nth-child(even){
        margin-left: 10px;
    }
    .brand_box_cont:nth-child(odd){
        margin-right: 10px;
    }
    .brand_box_cont .brand_box_header{
        height: 82px;
    }
    .show_more_box{
        display: none;
    }
    /* our partners */
    /* .our_partners{
        min-width: 1140px;
    } */

}


@media(max-width: 767px){
    /* first fold  section*/
    .carousel_item_box .fg{
        display: none;
    }
    .carousel_item_box .fg_mob{
        display: block;
    }
    .carousel_item_text_box{
        height: initial;
    }
    .text_box_details{
        padding-top: 30px;
    }
    .text_box_details h1{
        font-size: 18px;
    }
    .anywhere_cont{
        display: none;
    }
    .text_box_details .anywhere_cont p{
        font-size: 14px;
    }
    .text_box_details p{
        font-size: 14px;
    }
    .home_page_top_banner_cont .carousel-inner{
        bottom: 35%;
    }



    /* highlights container section */




    /* brand section*/
    .brand_box_cont{
        width: 100%;
        margin-right: 0px;
        /* padding: 10px; */
        border: 1px solid #E2E2E2;
        box-shadow: none;
    }
    .brand_box_header{
        height: 41px;
    }
    .hr_line{
        display: none;
        margin: 10px auto;
    }
    .brand_box_body{
        display: none;
    }
    .brand_box_body p{
        font-size: 14px;
    }
    .read_more_btn{
        display: block;
    }
    .brand_box_cont:nth-child(odd){
        margin-right: 0px;
    }
    .brand_box_cont:nth-child(even){
        margin-left: 0px;
    }
}