.video_player{
    width: var(--full);
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}

.video_player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: var(--full);
    height: var(--full);
	border: none;
}


.video_section-content{
    height: auto;
overflow: hidden;
    object-fit: fill;
    position: relative;
    display: grid;
    align-items: center;
    height: var(--full);
}

.video_section{
	    display: block;
    overflow: hidden;
    height: 570px;
}


.center_heading-content{
        width: auto;
    text-align: right;
    max-width: fit-content;
    margin: 0 auto;
    line-height: 20px;
}

.center_heading-content p{
    translate: 0px 10px;
    font-size: var(--m84);
    font-weight: 800;
    color: var(--territiary-color);
}


.center_heading h1{
    font-size: var(--m122);
    color: var(--primary-color);
    letter-spacing: 0px;
    margin: 0;
    font-weight: 800;
    font-family: 'Roca One', sans-serif !important;
}

.center_content{
	position: absolute;
	width: var(--full);
	text-align: center;
}


.p_text p{
	color: #E4E4E6;
	font-size: 32px;
}


.tabOption{
display: flex;
justify-content: center;	
}

.navbar_content{
	border-radius: 10px;
    max-width: 890px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    height: var(--m80);
    background: var(--search-nav);
    margin-top: var(--m42);
}

.tabOption{
display: flex;
justify-content: center;
gap: var(--m100);
align-items: center;
}


.tabOption .Tab_1{
	color: var(--white-color);
	font-weight: 500;
    font-size: 18px;
}

.tabOption .Tab_1 a{
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--roca-two-bold);
}


.navbar_select_option{
    position: relative;
    top: 40px;
}


.search_btn-content button{
        border: 2px solid var(--white-color);
    border-radius: 5px;
    color: var(--white-color);
    font-family: Karla, sans-serif !important;
    font-size: var(--m16);
    font-weight: 700;
    height: var(--m42);
    letter-spacing: 1px;
    text-transform: uppercase;
    width: var(--full);  
    padding: 6px 12px;
    background: transparent !important;
}

.search_btn-content button:hover{
        background: var(--white-color) !important;
    border-color: var(--white-color);
    color: var(--black-color);
}


.Home_page_content{
background-color: var(--primary-color);
}


.home_page-content-div{
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 0px;
}




.stay_heading h4{
    font-family: var(--heading-font);
    font-size: var(--f35);
    text-align: center;
    margin-bottom: var(--f49);
    color: var(--secondary-color);
}

.stay_text-value-content p{
    text-align: center;
    font-size: var(--m16);
    width: 320px;
    margin: 0 auto;
    line-height: var(--m27);
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all 0.4s  
ease; 
}

.left_text.expanded{
   -webkit-line-clamp: unset; 
}


.left-card_value{
 text-align: center; 
}




.southern_top-heading h4{
        font-family: var(--heading-font);
    font-size: var(--m35);
    text-align: center;
    margin-bottom: 1.4em;
     color: var(--secondary-color);
}

.slider_div .item img{
    height: 360px;
    border-radius: 10px;
}


.fixed{
max-width: var(--full);
margin: 0 auto;
position: fixed;
z-index: 1;
width: var(--full);
top: 0;
left: 0;
}

.fixed .Top_navbar{
    height: var(--m60);
    background: var(--primary-color);
    width: var(--full);
    max-width: var(--full);
    padding: 33px 5%;
}

.Southern-California{
    max-width: 1140px;
    margin: 0 auto;
}


.Southern-California_content{
    /* padding-bottom: 2em; */
}

.bottom_text-props-content a{
   color: var(--black-color); 
   text-decoration: none;
}

.bottom_text-props-content h4{
     display: flex;
    align-items: center;
    gap: var(--m15);
    font-weight: 700;
    font-size: var(--m15);
}


.bottom_text-props-content h4 span{
    display: block;
}

.bottom_text-props-content h4 span img{
        width: auto;
    height: var(--m11);
}

.links_value{
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}



.links_value-content{
 visibility: hidden;
   width: var(--full);
   padding-top: var(--m10);
   padding-bottom: var(--m10); 
}



.links_value-content ul li{
display: inline-block;
}


.links_value-content ul{
    margin: 0;
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
    border-top: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
}


.links_value-content ul li a{
   font-size: var(--m16);
    display: block;
    font-weight: 600;
    color: var(--black-color);
}





.links_value-content ul li a span img{
    width: auto;
    height: var(--m9);
}



.key-banner {
  position: relative;
  width: var(--full);
  height: 570px; /* apne design ke hisab se adjust kar lo */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

}

/* Background image using ::before */
.key-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--full);
  height: var(--full);
  background-image: url("/img/black-in-white.JPG");
  background-size: cover;
  background-position: 20% 100%;
  filter: grayscale(100%) brightness(0.7); /* black & white + thoda dark */
  z-index: 1;
}

/* Logo container */
.extra_img {
  position: absolute;
  top: var(--half);
  left: var(--half);
  transform: translate(-50%, -50%);
  z-index: 2; /* upar rahe background ke */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo image */
.extra_img-content img {
  width: auto;
  height: 116px;
  opacity: 0.9;
  transition: transform 0.3s ease;
}





.Not-just{
background: var(--Not-just);
padding-top: var(--fs-3);
padding-bottom: var(--fs-3);
}


.Not-just-content{
max-width: 1140px;
margin: 0 auto;
padding-bottom: var(--fs-3);
}


.not-just_top-heading h2{
    font-family: var(--heading-font);
    font-size: var(--m35);
    text-align: center;
        line-height: var(--m47);
         color: var(--secondary-color);
}


.just_text p{
    text-align: center;
    font-size: var(--m18);
    max-width: 900px;
    margin: 0 auto;
    line-height: var(--m27);
}

.team_dedicated{
      max-width: 1140px;
    margin: 0 auto;
}


.team_dedicated-content{
    display: flex;
    align-items: center;
    column-gap: var(--m40);

}


.team_right-content p{
    font-size: var(--m18);
    line-height: var(--m27);
  color:  #00313C;
}

.team_right-content{
padding: var(--m40);
display: flex;
align-items: center;
    /* height: 550px; */
    font-weight: normal;
    max-width: 410px;
    margin-bottom: var(--p100);
}



.she_banner_contnet{
  position: relative;
  width: var(--full);
  height: 570px; /* apne design ke hisab se adjust kar lo */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
 
}



.she_banner_contnet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--full);
  height: var(--full);
  background-image: url("../../img/banner3.jpg");
  background-size: cover;
  background-position: 20% 50%;
  /* filter: grayscale(100%) brightness(0.7); black & white + thoda dark */
  z-index: 1;
}


.she_banner{
    /* padding-block-start: 80px; */
}


.trip_value-content{
 background: var(--primary-color);
}

.trip_value_content_div{
   padding: 120px 0px;
    max-width: 1140px;
    margin: 0 auto;
}





.trip_top-heading h4{
       font-family: var(--heading-font);
    font-size: var(--m35);
    text-align: center;
    margin-bottom: 1.4em;
        line-height: 47px; 
         color: var(--secondary-color);
}



.trip_text-content p{
    text-align: center;
    font-size: var(--m18);
    max-width: 900px;
    margin: 0 auto;
    line-height: var(--m37);
}

.trip_heading_value{
        text-align: center;
    line-height: var(--m65);
    font-size: var(--m18);
    padding-top: var(--m54);
}



.trip_heading_value li{
 text-decoration: none; 
 list-style: none;

}



.rock_value-contnet{
   position: relative;
  width: var(--full);
  height: 570px; /* apne design ke hisab se adjust kar lo */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;   
}


.rock_value-contnet::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--full);
  height: var(--full);
  background-image: url("../../img/banner1.jpg");
  background-size: cover;
  background-position: 20% 50%;
  /* filter: grayscale(100%) brightness(0.7); black & white + thoda dark */
  z-index: 1;
}


.client_say h4{
padding: 40px 0px;
    text-align: center;
        font-family: var(--heading-font);
    font-size: var(--m35);
    margin-bottom: 0;
    line-height: var(--m47);
    margin-top: 0;
     color: var(--secondary-color);
}


.client_filter{
   max-width: 1140px;
   margin: 0 auto;
   text-align: center; 
}

.client-filter-content{
display: flex;
    font-size: var(--m20);
    gap: var(--m20);
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    padding: var(--m10);
    border-radius: var(--m10);
}

.client-filter-content .tabs_option{
   padding: 10px 20px;
   background-color: #446153;
   color: var(--white-color); 
   border-radius: var(--m10);
   cursor: pointer;
       font-size: var(--m16);
    padding: var(--m7);
    width: var(--m86);
    font-family: var(--roca-two-bold);
}



/* hide value  */


.client_filter {
  text-align: center;
  margin-top: var(--m40);
}

.client-filter-content {
  display: flex;
  gap: var(--m15);
}

.tabs_option {
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
}

.tabs_option.active {
  background-color: var(--black-color);
  color: var(--white-color);
}

.tab_contents {
  margin-top: var(--m20);
  text-align: center;
}

.tab_content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab_content.active {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}


.tabs_option.active{
    color: var(--white-color);
    background-color: var(--red-color);
}


#airbnb .multi_tab-handle{
    display: grid;
    gap: var(--m10);
}







.tab_contents{
    max-width: 1140px;
    margin: 0 auto;
}






#vrbo .multi_tab-handle{
    display: flex;
    gap: var(--m10);
}


#vrbo .multi_tab-handle .multi_tabs-value{
    width: 33%;
    float: left;
}


#vrbo .multi_tab-handle{
    display: flex;
    gap: var(--m10);
}


#google .multi_tab-handle .multi_tabs-value{
    width: auto;
    float: left;
}

.multi_tab-handle{
    margin-top: 2.2em;
}


.multi_tabs-value{
    width: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
        background: #fff;
    box-shadow: 0px 0px 10px #E4E4E6;
  height: min-content;
}

/* display grid value */


 .client_filter {
  display: none;
   margin: 20px auto;
  display: grid;
  place-items: center;
  margin-top: 0;
}

.multi_tab-handle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  /* background: #ddd;
  padding: 20px; */
  border-radius: 10px;
}

.tabs_option {
  text-align: center;
  padding: 12px 0;
  background: var(--black-color);
  color: var(--white-color);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tabs_option.active {
  background: #0D323B;
}

.tab-content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.tab-item {
  width: 60%;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}
 

.hide_value-content{
padding: 20px;
    /* background: --white-color; */
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-radius: 10px;
    padding-top: 0;
}

.user_left-img img{
    width: auto;
    height: 30px;
}

.user_right-content .name_with-img img{
width: auto;
height: 20px;
}

.user_content-main-div{
        align-items: center;
    display: flex
;
    gap: 10px;
}

.user_left-img{
    display: block;
    overflow: hidden;
    border-radius: 50px;
}

.user_left-img img{
    width: 45px;
    height: 45px;
}

.name_with-img{
    font-size: 20px;
    font-family: var(--roca-two-bold);
  color: #0D323B;
}



.user_right-content p{
    margin: 0;
    text-align: left;
     color: #0D323B;
}

.user_right-content .name_with-img img{
        width: auto;
    height: 20px;
    filter: invert(1);
}

.star_value{
    text-align: left;
    padding-top: 5px;
    font-size: 17px;
    word-spacing: 2px;
    color: #446153;
}



.client-say {
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding: 10px 0px;
}

.client-desc-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Show only 5 lines */
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  font-size: 13px;
  color: #00313C;
}

.client-desc-text.expanded {
  -webkit-line-clamp: unset; /* Remove line limit */
}

.read-more-btn {
  background: none;
  border: none;
  color: var(--secondary-color);
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
}

.read-more-btn:hover {
  text-decoration: underline;
}


.bottom_icon{
        border-top: 1px solid #ccc;
    padding: 10px 0px;
    padding-bottom: 0;
}

.client_say{
   padding-block-start: var(--f60);
   padding-block-end: var(--f60);
   background: #FFFBF3;
   padding-left: 12px;
   padding-right: 12px;
}


.input_fuild-content input{
    background: transparent;
    border: none;
    font-size: 10px;
    font-weight: 900;
    color: var(--white-color);
}

.input_fuild-content input:focus-visible{
    outline: none;
}

.input_fuild-content input::placeholder{
    color: var(--white-color);
}

.input_fuild-content .input{
border-bottom: 1px solid var(--white-color);
margin-bottom: 20px;
}


.input_fuild{
    margin-top: 3em;
}


.check_box{
    margin-top: 15px;
}

.checkbox-content {
display: flex
;
    align-items: start;
    cursor: pointer;
    gap: 10px;
    margin: 0; /* poore area par pointer dikhega */
}

.checkbox-left input{
        width: 20px;
    height: 20px;
    margin: 0 !important;
}
.checkbox-content input {
  cursor: pointer;
}

.checkbox-right p{
        color: var(--white-color);
    font-size: 9px;
    font-weight: 800;
  font-family: var(--roca-two-bold);
}

.submit_button-content{
    margin-top: 1.2em;
}


.submit_button-content button{
border: 1px solid #F2E9DB !important;
    color: var(--submit-text);
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    width: auto !important;
    padding: 6px 18px !important;
    margin-top: 10px !important;
    cursor: pointer !important;
    background: var(--white-color);
    font-size: 10px !important;
    border-radius: 3px !important;
    font-weight: 900 !important;
    border: none !important;
    margin: 0 !important;
    font-family: var(--roca-two-bold);
}


.terms_value ul{
    list-style: none;
    display: flex;
    gap: 45px;
}

.terms_value ul li a{
        color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
  font-family: var(--roca-two-bold);
}


.copyright-text p{
 font-size: 12px;
    color: var(--white-color);
    font-weight: 700;
   font-family: var(--roca-two-bold);
}

.copyright-text a{
    color: var(--white-color);
}



.copyright-text{
    margin-top: 2.2em;
}


.stay_text-value-content .img-div img{width: 100%;height: 400px;object-fit: cover;border-radius: 0;}
.stay_text-value-content .img-div{
	/* border-radius: 25px; */
	/* overflow:hidden; */
}

.stay_text-value-content{
    display: flex;
    justify-content: center;
    gap: 13px;
    width: auto;
    margin: 0 auto;
}

/*
.left_div{
    width: 60% !important;
}
*/

.left-card_value h2{
margin-top: 0;
    text-align: center;
    font-size: 50px;
}


.card-value {
     width: 34%;
    height: auto;
    display: block;
    overflow: hidden;
    flex: 0 1 auto;
}

/* 
// card value hover Effect //
*/



.hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Image style */
.hover-card img {
  width: 100%;
  display: block;
  transition: transform .4s ease;
}

/* Overlay text hidden state */
.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  display: grid;
 align-items: center;
 justify-content: center;
}

.overlay-text h2 {
  margin: 0 0 10px;
  color: #fff;
}

.overlay-text .details-text {
  color: #ddd;
}

/* Hover Effect */
.hover-card:hover img {
  transform: scale(1.08);
}

.hover-card:hover .overlay-text {
  opacity: 1;
  visibility: visible;
}


/*  card value Hover Effect End */




.card-details{
padding: 25px 16px;
/* background: #A3C0CE; */
text-align: center;
}

.card-details a{
    text-decoration: none;
    color: #fff;
}

.card-details h2{
    margin-top: 0;
}


.details-text{
      font-size: 16px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    text-decoration: none;  
}


.card-details a h2{
    color: var(--white-color) !important;
}

.card-details a .details-text{
color: var(--white-color) !important;
}



.team_left-img img{
    width: auto;
    height: 380px;
    border-radius: 10px;
}


/* font Issue  */


.explore-title {
  font-family: var(--roca-two-bold);
  font-size: 60px;
  font-weight: 600;
  color: #08353D; /* dark teal tone */
  text-align: center;
  position: relative;
}

/* Maine part â€” cursive */
.explore-title span {font-family: var(--vintage);font-weight: 500;color: #08353D;margin-left: 5px;font-size: 52px;letter-spacing: 1px;}


.bottom_text-prop{
    padding-top: var(--fs-1);
}



.stay_text-value{
    /* padding-bottom: 3em; */
}


.Southern-California{
/* padding-top: 2em;  */
}


.explore-img{
    margin-bottom: 29px;
}

.explore-img img{
        width: auto;
    height: 30px;
    position: absolute;
    left: 90px;
}







.southern_top-heading .explore-img img {
    width: auto;
    height: 30px;
    position: absolute;
    left: 38%;
}



.southern_top-heading .explore-title {
    font-family: var(--roca-two-bold);
    font-size: 44px;
    font-weight: 600;
    color: #08353D;
    text-align: center;
    position: relative;
}


.southern_top-heading .explore-title span{
    font-family: var(--vintage);
    font-weight: 500;
    color: #08353D;
    margin-left: 5px;
    font-size: 52px;
    letter-spacing: 1px;
}



.southern_top-heading .explore-img{
    padding-bottom: 36px;
}



/* Instagram */


.instagram-section .explore-img img {
    width: auto;
    height: 30px;
    position: absolute;
    left: 38%;
}



.instagram-section .explore-title {
    font-family: var(--roca-two-bold);
    font-size: 40px;
    font-weight: 600;
    color: #08353D;
    text-align: center;
    position: relative;
}


.instagram-section .explore-title span{
font-family: var(--vintage);
    font-weight: 500;
    color: #08353D;
    margin-left: 5px;
    font-size: 52px;
    letter-spacing: 1px;
}



.instagram-section .explore-img{
    padding-bottom: 36px;
}




/* card_heading */


.client_top-heading .explore-img img {
    width: auto;
    height: 30px;
    position: absolute;
    left: 40%;
}



.client_top-heading .explore-title {
    font-family: var(--roca-two-bold);
    font-size: 40px;
    font-weight: 600;
    color: #08353D;
    text-align: center;
    position: relative;
}


.client_top-heading .explore-title span{
    font-family: var(--vintage);
    font-weight: 500;
    color: #08353D;
    margin-left: 5px;
    font-size: 52px;
    letter-spacing: 1px;
}



.client_top-heading .explore-img{
    padding-bottom: 20px;
}


.card-details a:hover h2,
a:hover .details-text {
    color: #446153;
}



/* 
our Stays slider
*/


.ourStays{
    background-color: var(--primary-color);
    padding-top: var(--fs-2);
    padding-bottom: var(--fs-2);
}


/* 
// New Banner
*/

.newBanner{
    /* margin-bottom: var(--fs-3); */
}


.newBanner .container-fluid{
    padding: 0;
}



.new_banner-holder-div{
    position: relative;
    width: var(--full);
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}


.newBannerContent::before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--full);
    height: var(--full);
    background-size: cover;
    z-index: 1;
    background-image: url('../../img/newBanner.jpg');
 
}





/* 
// banner2 hold image 
*/


/* .bannerSection2{
    margin-bottom: var(--fs-3);
} */


.banner2section_holder{
      position: relative;
    width: var(--full);
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}


.banner2hold-img{
       content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--full);
    height: var(--full);
    z-index: 1;
    background-image: url('../../img/newBanner2.jpg');
    background-size: cover; 
}




/* 
* slider 2
*/


.text-with-slider{
background: #FFFBF3;
}


.textslider-width-content{
max-width: 1140px;
margin-inline: auto;
padding-block-start: var(--fs-3);
padding-block-end: var(--fs-3); 
}

.text-with-slider .container-fluid{
  padding: 0;
}


.slider-text-top-heading h2{
    font-family: var(--heading-font);
    font-size: 44px;
    font-weight: 600;
    color: #08353D;
    text-align: center;
    position: relative;
}


.textslider-width-main-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}



.coffee-slider {
  display: flex;
  height: 100vh;
  position: relative;
}

/* Left Image Slider */
.slider-left {
  width: 50%;
  height: 100%;
}

.slider-left .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.text-with-slider .textslider-text-top-heading h2{
    font-family: var(--roca-two-bold);
    font-size: 44px;
    font-weight: 600;
    color: #08353D;
    text-align: center;
    position: relative;
}

.text-with-slider .textslider-text-top-heading{
    padding-bottom: var(--fs-1);
}


/* 
scroll right side -text value 
*/

.text-with-slider .text-heading{
font-weight: 900;
font-family: var(--primary-font);
word-spacing: 4px;
transition: 0.5s ease-out;
} 


.text-location .add{
    padding-bottom: 10px;
    color: #000;
} 

.text-location .add span{
     color: red;
    padding-right: 6px;
}


.text-details p{
    color: #000;
  margin-top: 20px;
}


.starting h3{
    font-family: var(--primary-font);
    font-size: 20px;
}

.starting span{
    font-weight: 800;
    font-size: 30px;
}


.view-details-button-content{
        align-items: center;
    display: flex;
    gap: 26px;
    justify-content: space-around;
    border: 2px #ccc;
    border-style: dashed;
    border-left: unset;
    border-right: none;
    padding: 10px;
}

.span_div p{
margin: 0;
text-align: center;
font-size: 18px;
line-height: 30px;
  color: #446153;
}

.span_div b{
    display: block;
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.view-details-with-button{
    margin-top: var(--p25);
}


.text-with-slider .carousel-item{
    height: 100%;
}

.text-with-slider .carousel-item img{
    height: 100%;
    border-radius: 10px;
}

#carouselExampleControls{
    height: 100%;
}

#carouselExampleControls .carousel-inner{
    height: 100%;
}


.view-details-button button {
  padding: 12px 28px;
  font-size: 17px;
  color: #fff;
  background: var(--secondary-color);
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  font-family: var(--roca-two-bold);
}





/* Glow + Scale on Hover */
.view-details-button button:hover {
  
      background-color: #446153;
    border-color: #446153;
    color: #fff;
  
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3),
              0 0 15px #4e9f8b; */
}

/* Shine Animation */


.view-details-button button:hover::after {
  left: 100%;
}




/*New-Update*/


.textslider-text-top-heading{
 font-family: var(--roca-two-bold); 
}


.textslider-text-top-heading h2 span{
  font-family: var(--vintage);
    font-weight: 500;
    color: #08353D;
    margin-left: 5px;
    font-size: 52px;
    letter-spacing: 1px;
    word-spacing: -20px; 
}


.textslider-text-top-heading .explore-img img {
    width: auto;
    height: 30px;
    position: absolute;
    left: 39%;
}


.not-just_top-heading .explore-title{
      font-family: var(--roca-two-bold);
    font-size: var(--m44);
    font-weight: 600;
    color: #08353D;
    text-align: center;
    position: relative; 
}




.not-just_top-heading .explore-img img {
    width: auto;
    height: 26px;
    position: absolute;
    left: 39%;
    translate: 0px 6px;
}


.text-details h3{
 color: #0D323B; 
}


.text-details .text-heading{
   color: #0D323B; 
}




/*new_changes*/



.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link{
 padding: 5px; 
}


#eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: #A3C0CE !important;
}
.es-header-write-review-button {
    background-color: var(--secondary-color) !important;
}
.akNav path {
    fill: var(--secondary-color) !important;
}
