.cf_row
{
  max-width: 93%;
  margin: 0px auto;
}

.heading 
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
}

.heading:after 
{
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #DFB170;
  transition: width .3s;
/*  margin: 0px auto; */
  display: block;
}

.heading2
{
  margin: 0px auto;
}

.heading2:after
{
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #DFB170;
  transition: width .3s;
/*  margin: 0px auto; */
  display: block;
}

.heading3
{
  margin: 0px auto 2rem;
}

.heading3:after
{
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #DFB170;
  transition: width .3s;
/*  margin: 0px auto; */
  display: block;
}

/*Header*/

.header_cf 
{
  position: absolute;
  top: 1rem;
  z-index: 1;
}

.header_logo
{
  width: 90%;
}

.header_link
{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.header_link:focus, .header_link:hover 
{
  color: #d6d6d6;
  transition: all 0.6sease-in-out;
}

.header_link::after 
{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #DFB170;
  transition: width .3s;
  margin: 0px auto;
  display: block;
}

.header_link:hover::after 
{
  width: 100%;
}

.header_icons
{
  width: 17px;
  position: relative;
  bottom: 10px;
}

/*Header*/

/*Video*/

.video_sec 
{
/*  position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video_col
{
  padding-right: 0px;
  padding-left: 0px;
}

.video_overlay 
{
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;
}

.video_overlay p 
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  mix-blend-mode: lighten;
  text-align: center;
  border: 1px solid #DFB170;
  padding: 5px 30px;
  border-radius: 5rem;
}

.video_overlay p span 
{
  font-style: italic;
  font-weight: 300;
}

/*Video*/

/*Icon Col*/

.icon_cf
{
  background-color: #F1F0EC;
}

.icon_col 
{
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.icon_col img 
{
  width: 25px;
  margin-bottom: 0.5rem;
}

.icon_text
{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

/*Icon Col*/

/*About Us*/

.about_cf
{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0rem;
    background: url(../images/IMG_3238.webp) rgb(0 0 0 / 40%);
    background-size: cover;
    background-blend-mode: multiply;
    color: #fff;
}

.about_heading
{
    margin: 0px auto 15px;
}

.abouttext
{
  color: #fff !important;
  text-align: center;
}

.aboutimg
{
  border-radius: 10px;
}

.about_para
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-align: center;
}

/*.about_scroll .owl-item img 
{
  width: 80%;
}*/

.about_col2
{
  padding-left: 3rem;
  padding-right: 5rem;
  align-content: center;
}

.meet_cf
{
  margin-bottom: 4rem;
  margin-top: 4rem;
  /*background-color: #dfdfdf;*/
  /*padding: 4rem 0rem;*/
}


.about_scroll .owl-nav
{
  margin-top: 2rem;
  display: block !important;
}

.about_scroll .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 40%;
  right: 90%;
  transition: all 0.6s ease-in-out;
}

.about_scroll .owl-prev:hover
{
  background: unset !important;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
  transition: all 0.6sease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.about_scroll .owl-next 
{
  float: left;
  position: absolute;
  bottom: 40%;
  left: 90%;
  transition: all 0.6s ease-in-out;
}

.about_scroll .owl-next:hover
{
  background: unset !important;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
  transition: all 0.6sease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.about_col3
{
  text-align: center;
}


/*About Us*/

/*Stay*/

.stay_cf
{

  background-image: url(../images/bg03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

/*  background-color: #304639;*/
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.stay_heading 
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #DFB170;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  margin: 0px auto;
}

.stay_heading:after 
{
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #DFB170;
  transition: width .3s;
/*  margin: 0px auto; */
  display: block;
}


.stay_subheading
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #DFB170;
  font-size: 17px;
}

.stay_para
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  width: 70%;
  margin: 1rem auto;
  text-align: center;
}

.stay_col1
{
  margin-bottom: 1rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.stay_col2
{
  padding-right: 0rem;
  padding-left: 0rem;
/*  text-align: center;*/
}

.stay_pills
{
  justify-content: center;
}

.stay_pills .nav-item
{
  position: relative;
}

.stay_pills .nav-link
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

.stay_pills .nav_line:after
{
  content: "";
  border-left: 1px solid #ffffff6e;
  height: 15px;
  position: absolute;
  bottom: 33%;
  left: 100%;
}

.stay_pills .nav-link.active, 
.stay_pills .show>.nav-link
{
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-color: #DFB170;
  text-underline-offset: 5px; 
}

.stay_scroll .owl-nav
{
  margin-top: 1rem;
}

.stay_scroll .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 40%;
  right: 90%;
  transition: all 0.6s ease-in-out;
}

.stay_scroll .owl-prev:hover
{
  background: unset !important;
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);
  transition: all 0.6sease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.stay_scroll .owl-next 
{
  float: left;
  position: absolute;
  bottom: 40%;
  left: 90%;
  transition: all 0.6s ease-in-out;
}

.stay_scroll .owl-next:hover
{
  background: unset !important;
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.stay_scroll .owl-dots
{
  text-align: end !important;
  right: 0;
  position: absolute;
}

.stay_scroll .owl-dots, 
.stay_scroll .owl-nav
{
  text-align: end !important;
  padding-right: 0rem;
}

.stay_scroll .owl-dots .owl-dot span
{
  background: #DFB170 !important;
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  padding: 3px;
  border-style: double;
  border-width: 8px;
  Border-color: #304639;
}

.stay_scroll .owl-dots .owl-dot.active span, 
.stay_scroll .owl-dots .owl-dot:hover span 
{
  margin: 7px 5px;
  background: #304639 !important;
  padding: 3px;
  border-style: double;
  border-width: 7px;
  Border-color: #fff;
}

.stay_ul
{
  padding-left: 0rem;
  width: 80%;
  margin: 0rem 0rem 2rem;
}

.stay_para2
{
  text-align: left;
  margin: 2rem 0rem 1rem;
  width: 85%;
}

.stay_ul li
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  display: inline;
  padding: 0px 20px 0px 0px;
}

.stay_ul li i 
{
  font-size: 5px;
  color: #fff;
  position: relative;
  bottom: 0.2rem;
  padding-right: 0.3rem;
}

.stay_btn
{
  border: 1px solid #DFB170;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  background-color: #DFB170;
  padding: 12px 35px;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
}

.stay_btn:hover
{
  background-color: #DFB170;
  border: 1px solid #304639;
  color: #000;
  box-shadow: 0px 0px 5px 0px #DFB170;
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
}

/*Stay*/

/*Amenities*/

.amenities_cf
{
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.amenities_para
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-align: center;
  width: 80%;
  margin: 1rem auto 2rem;
}

.amenities_col2
{
  display: flex;
}

.amenities_col 
{
  margin: 1rem auto;
}

.amenities_col div 
{
  position: relative;
  margin-bottom: 2rem;
}

.amenities_text
{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 15px;
  position: absolute;
  top: 0.8rem;
  left: 3rem;
}

.amenities_div
{
    display: none;
}

/*Amenities*/

/*The Oleander Difference*/

.diff_div1
{
  position: relative;
}

.diff_div2 
{
  position: absolute;
  bottom: 3%;
  left: 5%;
  right: 0;
  border-radius: 4px;
  height: auto;
  width: 90%;
  opacity: 1;
  transition: all 0.6s ease -in-out;
  background-color: #16151573;
}

.diff_cf 
{
  background-color: #F1F0EC;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.diff_div
{
  text-align: center;
  padding: 1rem;
}

.diff_carousel_head
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}

.diff_text
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

.diff_carousel .owl-nav
{
  margin-top: 2rem;
}

.diff_carousel .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 60%;
  right: 102%;
  transition: all 0.6s ease-in-out;
}

.diff_carousel .owl-prev:hover
{
  background: unset !important;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.diff_carousel .owl-next 
{
  float: left;
  position: absolute;
  bottom: 60%;
  left: 102%;
  transition: all 0.6s ease-in-out;
}

.diff_carousel .owl-next:hover
{
  background: unset !important;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.diff_carousel .owl-dots .owl-dot span
{
  background: transparent !important;
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  padding: 3px;
  border-style: double;
  border-width: 8px;
  Border-color: #000;
}

.diff_carousel .owl-dots .owl-dot.active span, 
.diff_carousel .owl-dots .owl-dot:hover span 
{
  margin: 7px 5px;
  background: transparent !important;
  padding: 3px;
  border-style: double;
  border-width: 7px;
  Border-color: #DFB170;
}

/*The Oleander Difference*/

/*Video*/

.vid_carousel .owl-nav
{
  margin-top: 2rem;
  display: block !important;
}

.vid_carousel .owl-prev 
{
  float: left;
  position: absolute;
  bottom: 40%;
  right: 102%;
  transition: all 0.6s ease-in-out;
}

.vid_carousel .owl-prev:hover
{
  background: unset !important;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
  transition: all 0.6sease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.vid_carousel .owl-next 
{
  float: left;
  position: absolute;
  bottom: 40%;
  left: 102%;
  transition: all 0.6s ease-in-out;
}

.vid_carousel .owl-next:hover
{
  background: unset !important;
/*  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 58%);*/
  transition: all 0.6sease-in-out;
  transform: translateY(-2px);
  border-radius: 30px;
}

.vid_carousel .owl-dots .owl-dot span
{
  background: transparent; !important;
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2sease;
  border-radius: 30px;
  padding: 3px;
  border-style: double;
  border-width: 8px;
  Border-color: #000;
}

.vid_carousel .owl-dots .owl-dot.active span, 
.vid_carousel .owl-dots .owl-dot:hover span 
{
  margin: 7px 5px;
  background: transparent; !important;
  padding: 3px;
  border-style: double;
  border-width: 7px;
  Border-color: #DFB170;
}

/*Enquiry*/

.enquiry_cf
{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.enquiry_subheading
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 25px;
  margin-bottom: 0rem;
}

.enquiry_para 
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: 0.3px;
  width: 95%;
}

.ease_row
{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.ease_col:after 
{
  content: "";
  background: #d7d7d7;
  position: absolute;
  bottom: 0;
  left: 27%;
  height: 80%;
  width: 1px;
  top: 0;
}

.ease_col2:after 
{
  content: "";
  background: #d7d7d7;
  position: absolute;
  bottom: 0;
  left: 62%;
  height: 80%;
  width: 1px;
  top: 0;
}

.ease_inner_col1
{
  padding-right: 0px;
}

.ease_heading
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  margin-bottom: 0rem;
}

.ease_text
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 0.2rem;
}

.enquiry_cf2 
{
  margin-top: 0rem;
  /* margin-bottom: 9rem; */
/*  background: #dfb1706e;*/
  padding: 4rem 0rem 5rem;
}

/*.enquiry_col2 
{
  align-content: center;
  display: grid;
}*/

.enquiry_form_div
{
  margin-top: 0rem;
}
 
.enquiry_form_div label
{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
}

.enquiry_form_div .input_text
{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 0.2rem;
  padding: 10px;
  width: 90%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.formcol
{
  width: 80%;
}

.enquiry_col3
{
  margin-top: 2rem;
}

.enquiry_form_btn
{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: #304639;
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 0.2rem;
  padding: 10px 15px;
  border: 1px solid #304639;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
}

.enquiry_form_btn:hover 
{
  background-color: #DFB170;
  border: 1px solid #304639;
  color: #000 !important;
  box-shadow: 0px 0px 5px 0px #DFB170;
  transition: all 0.6s ease-in-out;
  transform: translateY(-2px);
}

.enquiry_map 
{
  margin-top: 1rem;
  width: 100%;
  height: 100%;
}

/*Enquiry*/

.fancybox__counter, .fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .carousel__viewport
{
  display: none !important;
}

.fancybox__nav 
{
  display: none !important;
}

/*Footer*/

.footer_icon
{
  color: #DFB170;
  font-size: 20px;
}

.footer_phn
{
  transform: rotate(85deg);
}

.footer_cf
{
  background-image: url(../images/img25.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*  margin-top: 4rem;*/
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.footer_text
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  margin-bottom: 0rem;
  width: 85%;
}

.footer_text a
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  margin-bottom: 0rem;
  text-decoration: none;
}

.footer_text a:hover
{
  color: #DFB170;
}

.footer_div
{
  display: flex;
}

.footer_div span 
{
  margin-right: 10px;
}

.footer_div_col
{
  margin-bottom: 3rem;
}

.footer_div_col1
{
  width: 45%;
}

.footer_div_col2
{
  width: 25%;
}

.footer_div_col3
{
  width: 30%;
}

.footer_row1
{
  max-width: 91%;
  margin: 0px auto;
}

.footer_hr_col
{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer_hr
{
  height: 1px;
  margin: 1rem 0;
  color: inherit;
  background-color: #7f7f7f;
  border: 0;
  opacity: .25;
}

.footer_social_div a 
{
  cursor: pointer;
}

.fb_icon
{
  font-size: 19px;
  color: #304639;
  border: 1px solid #304639;
  border-radius: 46px;
  padding: 11px 16px;
  transition: all 0.6s ease-in-out;
  margin-right: 5px;
}

.fb_icon:hover
{
  color: #DFB170;
  border: 1px solid #DFB170;
  transition: all 0.6s ease-in-out;
}

.footer_social_div
{
  margin-bottom: 3rem;
}

.footer_social_div .social_icon
{
  font-size: 18px;
  color: #304639;
  border: 1px solid #304639;
  border-radius: 46px;
  padding: 12px;
  transition: all 0.6s ease-in-out;
  margin-right: 5px;
}

.footer_social_div .social_icon:hover
{
  color: #DFB170;
  border: 1px solid #DFB170;
  transition: all 0.6s ease-in-out;
}

.footer_copy
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  margin-bottom: 0rem;
}


/*Footer*/

/*Media Queries*/

@media only screen
and (min-width: 0px)
and (max-width: 575px)
{
    
  .amenitiescol3
  {
     display: none !important;
  }
  
  .amenities_div
  {
    display: block;
  }

  .en_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  .imgcol
  {
    margin-bottom: 2rem;
  }

  .video_sec2
  {
    height: auto !important;
  }

  .stay_para2
  {
    margin: 1rem 0rem 1rem;
  }

  /*.enquiry_col3
  {
    margin-top: 5rem !important;
  }*/

  .amenities_col2 
  {
    display: contents;
  }


  /*.icon_cf
  {
    margin-bottom: 4rem;
  }*/

  .video_sec
  {
    height: 100vh;
  }

  .heading
  {
    line-height: 2rem;
    font-size: 30px;
    text-align: center;
    width: auto;
  }

  .heading:after
  {
    margin: 0.5rem auto 1rem;
  }

  .heading3 
  {
    margin: 0px auto 1rem;
  }

  .header_cf .navbar-toggler
  {
    padding: 0.5rem .75rem 0rem;
    border: 1px solid #fff;
  }

  .header_cf .navbar-toggler-icon
  {
    color: #fff;
  }

  .header_cf .navbar-toggler:focus
  {
    box-shadow: none;
  }

  .icon_col 
  {
    display: grid;
    text-align: left;
  }

  .icon_col div 
  {
    display: flex;
    margin-bottom: 1rem;
    gap: 0px 15px;
  }

  .about_cf
  {
    margin-top: 0rem;
  }

  .about_col2 
  {
    padding-left: 1rem;
    padding-right: 1rem;
    align-content: center;
    margin-top: 1rem;
  }

  .about_col3
  {
    text-align: center;
  }

  .founders_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  /*.meet_cf 
  {
    margin-bottom: 3rem;
  }*/

  .stay_heading:after
  {
    margin: 0rem auto 1rem;
    width: 35px;
  }

  .stay_ul
  {
    text-align: justify;
    width: 100%;
  }

  .stay_col1 
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .stay_col2 
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .stay_para
  {
    width: 100%;
  }

  .stay_scroll .owl-prev
  {
    right: 75%;
  }

  .stay_scroll .owl-next
  {
    left: 75%;
  }

  .stay_scroll .owl-dots, .stay_scroll .owl-nav 
  {
    text-align: center !important;
    padding-right: 0rem;
    position: unset;
  }

  .stay_ul li 
  {
    display: block;
    padding: 0px 0px 0px 0px;
  }

  .amenities_para
  {
    width: 100%;
  }

  .amenities_col 
  {
    margin: 0rem auto;
    width: 50%;
  }

  .diff_carousel .owl-nav
  {
    margin-top: 0rem;
  }

  .diff_cf
  {
    padding-bottom: 3rem;
  }

  .diff_carousel .owl-prev
  {
    bottom: 55%;
  }

  .diff_carousel .owl-next
  {
    bottom: 55%;
  }

  .vid_cf
  {
    padding-bottom: 2rem;
  }

  /*.reachimg
  {
    margin-top: 1rem;
  }*/

  .vid_carousel .owl-prev
  {
    bottom: 45%;
  }

  .vid_carousel .owl-next
  {
    bottom: 45%;
  }

  .vid_col
  {
    margin-top: 2rem;
  }

  .enquiry_cf
  {
    margin-bottom: 1rem;
  }

  .enquiry_subheading
  {
    line-height: 30px;
  }

  .enquiry_col1
  {
    margin-bottom: 1rem;
  }

  .enquiry_col2
  {
    margin-top: 1rem;
  }

  .enquiry_para
  {
    width: 100%;
  }

  .ease_col1 
  {
    width: 33%;
  }

  .ease_col2 
  {
    width: 33%;
  }

  .ease_col
  {
    width: 33%;
  }

  .ease_text_col
  {
    margin-top: 0.5rem;
  }

  .amenities_col1
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .amenities_col
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .diff_col
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .enquiry_col
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .footer_div_col1
  {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer_div_col2
  {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer_div_col3
  {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media only screen
and (min-width: 576px)
and (max-width: 767px)
{
    
  .amenities_div
  {
    display: block;
  }
  
  .amenitiescol3
  {
    display: none !important;
  }
  
  .stay_para2
  {
    margin: 1rem 0rem 1rem;
  }

  .enquiry_col3
  {
    margin-top: 5rem !important;
  }

  .amenities_col2 
  {
    display: contents;
  }


  /*.icon_cf
  {
    margin-bottom: 4rem;
  }*/

  .video_sec
  {
    height: 100vh;
  }

  .heading
  {
    line-height: 2rem;
    font-size: 30px;
    text-align: center;
    width: auto;
  }

  .heading:after
  {
    margin: 0.5rem auto 1rem;
  }

  .heading3 
  {
    margin: 0px auto 1rem;
  }

  .header_cf .navbar-toggler
  {
    padding: 0.5rem .75rem 0rem;
    border: 1px solid #fff;
  }

  .header_cf .navbar-toggler-icon
  {
    color: #fff;
  }

  .header_cf .navbar-toggler:focus
  {
    box-shadow: none;
  }

  .icon_col 
  {
    display: grid;
    text-align: left;
  }

  .icon_col div 
  {
    display: flex;
    margin-bottom: 1rem;
    gap: 0px 15px;
  }

  .about_cf
  {
    margin-top: 0rem;
  }

  .about_col2 
  {
    padding-left: 1rem;
    padding-right: 1rem;
    align-content: center;
    margin-top: 1rem;
  }

  .about_col3
  {
    text-align: center;
  }

  .founders_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  /*.meet_cf 
  {
    margin-bottom: 3rem;
  }*/

  .stay_heading:after
  {
    margin: 0rem auto 1rem;
    width: 35px;
  }

  .stay_ul
  {
    text-align: justify;
    width: 100%;
  }

  .stay_col1 
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .stay_col2 
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .stay_para
  {
    width: 100%;
  }

  .stay_scroll .owl-prev
  {
    right: 75%;
  }

  .stay_scroll .owl-next
  {
    left: 75%;
  }

  .stay_scroll .owl-dots, .stay_scroll .owl-nav 
  {
    text-align: center !important;
    padding-right: 0rem;
    position: unset;
  }

  .stay_ul li 
  {
    display: block;
    padding: 0px 0px 0px 0px;
  }

  .amenities_para
  {
    width: 100%;
  }

  .amenities_col 
  {
    margin: 0rem auto;
    width: 50%;
  }

  .diff_carousel .owl-nav
  {
    margin-top: 0rem;
  }

  .diff_cf
  {
    padding-bottom: 3rem;
  }

  .diff_carousel .owl-prev
  {
    bottom: 55%;
  }

  .diff_carousel .owl-next
  {
    bottom: 55%;
  }

  .vid_cf
  {
    padding-bottom: 2rem;
  }

  /*.reachimg
  {
    margin-top: 1rem;
  }*/

  .vid_carousel .owl-prev
  {
    bottom: 45%;
  }

  .vid_carousel .owl-next
  {
    bottom: 45%;
  }

  .vid_col
  {
    margin-top: 2rem;
  }

  .enquiry_cf
  {
    margin-bottom: 1rem;
  }

  .enquiry_subheading
  {
    line-height: 30px;
  }

  .enquiry_col1
  {
    margin-bottom: 1rem;
  }

  .enquiry_col2
  {
    margin-top: 1rem;
  }

  .enquiry_para
  {
    width: 100%;
  }

  .ease_col1 
  {
    width: 33%;
  }

  .ease_col2 
  {
    width: 33%;
  }

  .ease_col
  {
    width: 33%;
  }

  .ease_text_col
  {
    margin-top: 0.5rem;
  }

  .amenities_col1
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .amenities_col
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .diff_col
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .enquiry_col
  {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .footer_div_col1
  {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer_div_col2
  {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer_div_col3
  {
    width: 100%;
    margin-bottom: 1rem;
  }

}


@media only screen
and (min-width: 768px)
and (max-width: 991px)
{

  .en_row
  {
    flex-direction: column-reverse;
    display: flex;
  }

  .imgcol2
  {
    margin-bottom: 2rem;
  }

  .imgcol
  {
    margin-bottom: 2rem;
  }

  .header_cf .navbar-toggler
  {
    padding: 0.5rem .75rem 0rem;
    border: 1px solid #fff;
  }

  .header_cf .navbar-toggler-icon
  {
    color: #fff;
  }

  .header_cf .navbar-toggler:focus
  {
    box-shadow: none;
  }

  .icon_div
  {
    display: flex;
    gap: 0 5px;
  }

  .icon_col img
  {
    height: 25px;
  }

  .icon_col
  {
    text-align: left;
    gap: 0 30px;
  }

  .about_col1
  {
    text-align: center;
  }

  .about_col1 img
  {
    width: 50%;
  }

  .about_col2 
  {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
  }

  .footer_row1
  {
    max-width: 100%;
  }

  .footer_div_col1
  {
    width: 40%;
  }

  .footer_div span 
  {
    margin-right: 5px;
  }

  .footer_div_col3
  {
    width: 35%;
  }

}



@media screen and (min-width: 1401px)
{

  .footer_icon
  {
    font-size: 1.5vw;
  }

  .heading:after 
  {
    width: 6vw;
    height: 0.1vw;
  }

  .heading2
  {
    margin: 0px auto;
  }

  .heading2:after
  {
    width: 6vw;
    height: 0.1vw;
  }

  .heading3
  {
    margin: 0px auto 2rem;
  }

  .heading3:after
  {
    width: 6vw;
    height: 0.1vw;
  }

  .stay_heading:after
  {
    width: 3vw;
    height: 0.1vw;
  }

  .diff_img
  {
    width: 1.5vw;
  }

  .header_cf
  {
    top: 1vw;
  }

  .header_logo
  {
    width: 8vw;
  }

  .header_link
  {
    font-size: 0.9vw;
  }

  .header_icons
  {
    width: 1vw;
    bottom: 0.3vw;
  }

  .header_cf .header_nav .nav-link 
  {
    padding-right: .5vw;
    padding-left: .5vw;
  }

  .video_overlay p
  {
    font-size: 1.4vw;
    letter-spacing: 0.1vw;
    border: 0.1vw solid #DFB170;
    padding: 0.5vw 2vw;
    border-radius: 5vw;
  }

  .heading
  {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }

  .icon_col
  {
    margin-top: 3vw;
    margin-bottom: 3vw;
    gap: 0vw 5vw;
  }

  .icon_col img 
  {
    width: 2vw;
    margin-bottom: 0.5vw;
  }

  .icon_text
  {
    font-size: 1.1vw;
  }

  .about_cf 
  {
/*    margin-top: 4vw;*/
padding: 4vw 0vw;
  }

  .about_col2
  {
    padding-right: 5vw;
    padding-left: 3vw;
  }

  .about_para
  {
    font-size: 1vw;
  }

  .about_col1 img 
  {
    width: 100%;
    border-radius: 1vw;
  }

  .about_col3 img 
  {
    width: 100%;
  }

  .meet_cf 
  {
/*    margin-bottom: 4vw;*/
    padding: 4vw 0vw;
  }

  .stay_pills
  {
    margin-bottom: 2vw !important;
  }

  .stay_cf 
  {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .stay_ul li i:before 
  {
    content: "\f111";
    font-size: 0.4vw;
    position: relative;
    bottom: 0.1vw;
  }

  .stay_ul 
  {
    padding-left: 0vw;
    width: 85%;
/*    margin-bottom: 3vw;*/
    margin: 1vw 0rem 3vw;
  }

  .stay_heading
  {
    font-size: 2.5vw;
  }

  .stay_para
  {
    font-size: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .stay_pills .nav-link
  {
    font-size: 1.5vw;
    padding: 0vw 1vw;
  }

  .stay_img
  {
    width: 4vw;
  }

  .stay_scroll .owl-dots .owl-dot span 
  {
    width: 1.3vw;
    height: 1.3vw;
    margin: 1vw 0.5vw;
    border-radius: 1vw;
    padding: 0.2vw;
    border-width: 0.5vw;
  }

  .stay_scroll .owl-dots .owl-dot.active span, 
  .stay_scroll .owl-dots .owl-dot:hover span 
  {
    margin: 1vw 0.5vw;
    padding: 0.2vw;
    border-width: 0.5vw;
  }

  .stay_subheading
  {
    font-size: 1.3vw;
  }

  .stay_ul li 
  {
    font-size: 1vw;
    padding: 0vw 2vw 0vw 0vw;
  }

  .stay_btn
  {
    font-size: 1.1vw;
    padding: 0.8vw 2vw;
    border-radius: 0.5vw;
  }

  .stay_pills .nav_line:after 
  {
    border-left: 0.2vw solid #ffffff6e;
    height: 1.3vw;
    bottom: 0.5vw;
    left: 100%;
  }

  .amenities_cf 
  {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .amenities_para
  {
    font-size: 1vw;
    margin-bottom: 2vw;
    margin-top: 2vw;
  }

  .amenities_col img 
  {
    width: 2.5vw;
  }

  .amenities_text
  {
    font-size: 1vw;
    top: 0.8vw;
    left: 3vw;
  }

  .diff_cf 
  {
    padding-top: 4vw;
    padding-bottom: 2vw;
  }

  .diff_div2 
  {
    border-radius: 0.5vw;
  }

  .diff_div 
  {
    padding: 1vw;
  }

  .diff_carousel_head 
  {
    font-size: 1.1vw;
    margin-bottom: 0vw;
    padding: 1vw;
  }

  .diff_text
  {
    font-size: 1vw;
    margin-bottom: 0vw;
  }

  .enquiry_cf 
  {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .enquiry_cf2 
  {
    margin-top: 0vw;
/*    margin-bottom: 9vw;*/
padding: 4vw 0vw 5vw;
  }

  .enquiry_subheading
  {
    font-size: 1.8vw;
    margin-bottom: 0vw;
  }

  .enquiry_para
  {
    font-size: 1vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
  }

  .enquiry_col img 
  {
    width: 95%;
  }

  .ease_heading
  {
    font-size: 1.1vw;
  }

  .ease_text
  {
    font-size: 1vw;
  }

  .ease_col:after 
  {
    left: 27%;
    height: 80%;
    width: 1px;
    top: 0;
  }

  .reachimg
  {
    margin-top: 1vw;
  }

  .vid_cf
  {
    padding-bottom: 4vw;
  }

  .vid_col
  {
    margin-top: 2vw;
  }

  .enquiry_form_div label
  {
    font-size: 1.2vw;
  }

  .enquiry_form_div .input_text 
  {
    font-size: 1vw;
    padding: 0.8vw 1vw;
  }

  .enquiry_form_btn
  {
    font-size: 1vw;
    margin-bottom: 0.2vw;
    padding: 1vw 1.8vw;
    border: 0.1vw solid #304639;
  }

  .common_width_con 
  {
    max-width: 80%;
    margin: 0vw auto;
  }

  .footer_img1
  {
    width: 1.1vw;
  }

  .footer_img2
  {
    width: 1.5vw;
  }

  .footer_img3
  {
    width: 1.6vw;
  }

  .footer_hr_col 
  {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .footer_div span
  {
    margin-right: 1vw;
  }

  .footer_div_col
  {
    margin-bottom: 3vw;
  }

  .footer_social_div
  {
    margin-bottom: 3vw;
  }

  .footer_cf
  {
/*    margin-top: 4vw;*/
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .footer_text
  {
    font-size: 1vw;
  }

  .footer_text a
  {
    font-size: 1vw;
  }

  .fb_icon
  {
    font-size: 1.1vw;
    border-radius: 2vw;
    padding: 1vw 1.3vw;
    margin-right: 0.5vw;
  }

  .footer_copy
  {
    font-size: 1.1vw;
  }

  .footer_social_div .social_icon
  {
    font-size: 1.1vw;
    border-radius: 2vw;
    padding: 1.1vw;
    margin-right: 0.5vw;
  }
}