.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;
}


.video_player::before{
 content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}














.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;
     z-index: 10;
}


.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;
}


.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: 100%;
    margin: 0 auto;
    line-height: var(--m27);
}

.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;
}





.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: 650px; /* 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;
}

.extra_img-content img:hover {
  transform: scale(1.05);
}




.Not-just{
background: var(--Not-just);
padding-top: 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(--roca-two-bold);
    font-size: var(--m50);
    text-align: center;
    margin-bottom: var(--m49);
        line-height: var(--m47);
         color: var(--black-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;
  padding-bottom: 4em;
}




.company_logo-content{
  display: flex;
  justify-content: center;
  gap: 109px;
  background: #fff;
}





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

}


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

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


.team_right-content p{
 margin-bottom: 0; 
}




.learn_more-About-btn{
 padding: 0px var(--m40);  
}



.learn_btn button{
  background: #4FADC1;  
}



.learn_btn button{
    background: var(--secondary-color);
    border-radius: 5px;
    font-weight: bold;
    color: var(--white-color);
    padding: 10px 30px;
    /*border: 2px solid var(--secondary-color);*/
    border: none;
  
    transition: all .3s;
    font-size: var(--f15);
    text-transform: capitalize;
  cursor: pointer;
    box-shadow: inset 0 0 0 0 #f6f6f989;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s; 
}


.learn_btn button:hover{
    color: #fff;
    background-color: #4FADC1;
    border-color: #4FADC1;
    box-shadow: inset 300px 0 0 0 #3c98ab;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}








.she_banner_contnet{
  position: relative;
  width: var(--full);
  height: 650px; /* 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: 650px; /* 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("https://49b365dea80dd5e33044.cdn6.editmysite.com/uploads/b/49b365dea80dd5e3304442484cebaea9162ce521e48959764978bae87c35143a/IG_8.14.2023_64da5434f0e9f9.27715636.jpeg?width=2400&optimize=medium");
  background-size: cover;
  background-position: 20% 50%;
  /* filter: grayscale(100%) brightness(0.7); black & white + thoda dark */
  z-index: 1;
  background-attachment: fixed;
}


.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: var(--black-color);
   color: var(--white-color); 
   border-radius: var(--m10);
   cursor: pointer;
       font-size: var(--m16);
    padding: var(--m7);
    width: var(--m86);
}



/* 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: #aee2ec;
}

/* display grid value */


 .client_filter {
  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: var(--red-color);
}

.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(--heading-alex);
}



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

.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: #e2ca49;
}



.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;
}

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

.read-more-btn {
  background: none;
  border: none;
  color: var(--red-color);
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  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: var(--primary-color);
}


.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;
}

.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: "Karla", sans-serif !important;
}


.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;
}


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

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



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


.stay_text-value-content .img-div img{
width: auto;
    height: 400px;
    object-fit: fill;
}


.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: 50%;
    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;
  object-fit: cover;
}

/* 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;
}


/* font Issue  */


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

/* Maine part — cursive */
.explore-title span {font-family: var(--roca-two-bold);
  font-weight: 500;
  color: #000000;
  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: 50%;
        transform: translateX(-50%);
}







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



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


.southern_top-heading .explore-title span{
    font-family: var(--heading-right);
    font-weight: 500;
    color: #4fadc1;
    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: 50%;
}



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


.instagram-section .explore-title span{
    font-family: var(--roca-two-bold);
    font-weight: 500;
    color: #4FADC1;
    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: 50%;
}



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


.client_top-heading .explore-title span{
    font-family: var(--roca-two-bold);
    font-weight: 500;
    color: #4FADC1;
    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;
}






.newBannerContent{
    background-image: url('../../img/Banner-.jpeg');
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;  
}


.new_banner-text{
     display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center; 
}

.new_banner-text-content{
     position: absolute;
    display: flex;
    justify-content: center;
    width: max(700px);
    bottom: 60px;
    font-size: 26px;
    margin-inline: auto;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.banner_text-value{
     font-family: var(--vintage); 
      font-size: 40px;
    line-height: 1.1;
}



/* 
// banner2 hold image 
*/


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


.banner2hold-img{
    background-image: url('https://49b365dea80dd5e33044.cdn6.editmysite.com/uploads/b/49b365dea80dd5e3304442484cebaea9162ce521e48959764978bae87c35143a/front%20no%20sign_1702575650.jpg?width=2400&optimize=medium');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;  
    background-attachment: fixed;
  
}




/* 
* slider 2
*/


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


.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(--heading-font);
    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;
}


.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: 30px;
    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;
}

.span_div b{
    display: block;
    font-size: 28px;
    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%;
}

#carouselExampleControls{
    height: 100%;
}

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


.view-details-button button {
  padding: 12px 28px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(135deg, #4FADC1, #4FADC1);
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}





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

/* Shine Animation */
.view-details-button button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.5) 50%, 
    transparent 100%
  );
  transition: 0.5s;
}

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


/* Extra_div */

.Extra_div-content{
 display: flex;
  gap: 14px;
  margin-top: 1.2em;
}


.Extra_div-content .card-value img{
 height: 400px; 
}



.stay_text-value .explore-title{
 font-family: var(--roca-two-bold); 
}



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


.slider_value .manor-span{
 font-family: var(--roca-two-bold);
  color: #4FADC1;
  font-weight: 500;
  font-size: 52px;
}


.brand_img-content{
 display: flex;
    justify-content: space-around;
    width: max(795px);
    margin-inline: auto; 
}


.brand_img1{
  width: 30%;
}




.brand_img1 img{
 width: auto;
  height: 86px;
  cursor: pointer;
}


.brand_img1 img:hover{
 opacity: 0.7; 
}




.brand_img1 img:hover{
  
}



.icon_text{
 margin-top: 20px; 
}

.icon_text span{
  font-size: 23px;
  font-family: var(--roca-two-bold);
}




.company_logo-content{
     display: flex;
    justify-content: center;
    gap: 109px;
    background: #fff; 
}



.logo-value img{
  width: auto;
  height: 300px
}

section.things-to-do {
    padding: 80px 0px;
}