@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Work+Sans:wght@400;500&display=swap");

.read-more, .show-less {
  font-size: 16px;
  padding-top: 15px;
  color: var(--primary);
}

:root{
  --primary: #094936;
  --secondary: #f1c997;
}

* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.mynavbar {
  background-color: #fff !important;
}

.mynavbar a {
  color: #1a1a1a;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}

.mynavbar a:hover {
  color: var(--secondary) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mynavbar .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 38px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  font-size: 38px;
  color: var(--secondary);
}

.site-logo {
  height: 80px;
}

.site-logo img {
  width: 100%;
  height: 100%;
}

.header-cta {
  margin-left: 24px;
}

.main-section .carousel-inner .carousel-item {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.page-title h1 {
    padding: 180px 0;
    font-size: 48px;
    color: #fff;
}

.main-section {
    height: 500px;
}

.content-section h1, .content-section h2, .content-section h3, .content-section h4 {
    margin: 20px 0;
}

.main-section .top-form {
  position: absolute;
  z-index: 1;
  left: 150px;
  top: 165px;
}

.main-section .top-form .contact-form {
  padding: 48px 28px;
  background-color: #efefef;
}

.main-section .top-form .contact-form .form-group {
  margin-bottom: 2rem !important;
}

.default-btn {
  background-color: var(--secondary);
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0.8em 1em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.video-layout {
  width: 100%;
  height: 330px;
}

.video-layout a{
    display: block;
}

.video-layout a img {
  width: 100%;
  height: 100%;
}

.section-title {
  text-align: center;
}

.title-green {
  color: var(--primary) !important;
}

.section-title .title {
  color: var(--secondary);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 38px;
}

.title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  top: 60px;
  border-radius: 100px;
  left: 45%;
  background-color: var(--secondary);
}

.about-content {
  padding: 0px 15px 0px 15px;
}

.about-content p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  line-height: 1.6;
}


.about-content p .im-span {
  color: var(--secondary);
  position: static;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.about-content h4 {
  font-size: 28px;
  color: var(--secondary);
  margin-bottom: 18px;
  line-height: 1.6;
}

.amenities-card {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--secondary);
  margin-bottom: 20px;
  height: fit-content;
}

.amenities-card .icon-holder {
  width: 60px;
  height: 60px;
}

.amenities-card .icon-holder img {
  width: 100%;
  height: 100%;
}

.amenities-card .content-holder {
  margin-top: 18px;
  text-align: center;
}

.amenities-card .content-holder h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.amenities-card .content-holder p {
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
  color: #757575;
}

.floor-content {
  padding: 15px;
  margin-top: 12px;
}

.floor-content h4 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.floor-card {
  margin-bottom: 28px;
}

.floor-card-image {
  width: 100%;
  height: 450px;
  border: 1px solid #efefef;
}

.floor-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.filter-nav {
  margin: 48px 0;
  text-align: center;
}

.image-section {
  margin-top: 60px;
}

#lightgallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 30px;
}

.gallery_product {
  width: 350px;
  height: 200px;
}

.gallery_product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    border: 1px solid #efefef;
}

.image-layout-vertical {
  width: 100%;
  height: 250px;
  margin-bottom: 24px;
  border: 1px solid #fff;
}

.keyfeature-card {
    padding: 0 0 15px 0;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
}

.keyfeature-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.keyfeature-card h4 {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0;
}

.image-layout-vertical img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-layout-horizontal {
  width: 100%;
  height: 450px;
  border: 1px solid #fff;
}

.image-layout-horizontal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-content {
  padding: 0 15px;
}

.location-content h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.5;
}

.location-content h2 span {
  color: var(--secondary);
  font-size: 38px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.location-content li {
  color: #ffffff;
  list-style: none;
  line-height: 1.5;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-indent: -15px;
}

.location-content li i {
  position: relative;
  right: 15px;
  top: 1px;
  color: var(--secondary);
}

.map {
  width: 100%;
  height: 300px;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form {
  background-color: var(--primary);
  padding: 24px 20px;
  border-radius: 4px;
}

.contact-form h4 {
  color: #ffffff;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
}

.contact-form .form-group {
  margin-bottom: 1.5rem !important;
}

.contact-form input {
  padding: 1.3rem .75rem !important;
  font-family: "Work Sans", sans-serif;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-form input:focus {
  border: 1px solid var(--secondary);
}



.float{
  position: fixed;
  width: 60px;
  height: 60px;
  left: 40px;
  bottom: 60px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  /*box-shadow: 2px 2px 3px #25d366;*/
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.my-float{
margin-top:16px;
}

.contact-info p {
  font-family: "Work Sans", sans-serif;
  margin: 15px 15px;
  font-weight: 500;
}

.contact-info .info {
  padding: 15px;
}

.contact-info .info li {
  margin-bottom: 15px;
  list-style: none;
}

.contact-info .info li i {
  color: var(--secondary);
  margin-right: 10px;
}

.contact-info .info li a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--secondary);
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: var(--secondary);
}

.footer {
  background-color: var(--primary);
  text-align: center;
  padding: 15px;
}

.footer p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  margin: 0;
}

.footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 30px;
}

.footer-form-area {
    /*padding-top: 15px;*/
    background-color: #094936;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    z-index: 1;
}

div#block-footer {
    background: var(--primary);
}

div#foo-one {
    width: 15%;
    /* background: #fff; */
    margin-left: 209px;
    height: 200px;
}

h5.footer-h5 {
    text-transform: uppercase;
    color: #fff;
    /* background: var(--secondary); */
    text-align: left;
    /* font-size: 20px; */
    font-weight: 300px;
    padding-left: 9%;
}

ul.footer-link {
    display: flex;
    grid-gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 80px;
    /* color: blue; */
}

.footer-link li {
    color: var(--secondary);
}

.footer-link li a:hover {
    color: var(--secondary);
}
.footer-link li a {
    text-decoration: none;
    color: #fff;
}

#foo-one ul {
    background: #094936;
    list-style: none;
    margin: 0;
    padding: 0;
}

#foo-one ul li {
    margin: 12px 0 12px 12px;
    /* padding: 0; */
}

#foo-one ul li a {
    color: #fff;
}

#foo-one ul li a:hover {
    text-decoration: none;
}

p.copyright {
    float: left;
    margin-left: 86px;
}


@media screen and (min-width: 320px) and (max-width: 576px) {
    
    .contact-form h4{
        font-size: 24px;
    }
    
    .footer-form-area {
        display: none;
    }
    
    .main-section{
        height: inherit;
    }
    
    .close{
        position: absolute;
        top: -6%;
        right: 8px;
        color: #fff;
        z-index: 1;
    }
    
    .close span {
        font-size: 60px;
        position: relative;
        top: 12px;
        color: #fff;
    }
    
.book-button-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    z-index: 1;
    height: 60px;
}
    
  .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    top: 40px;
    border-radius: 100px;
    left: 35%;
    background-color: var(--secondary);
  }
  
  .about-content {
    padding: 0px 15px 0px 15px;
    margin-top: 24px;
  }
  
  .main-section .carousel-inner .carousel-item{
    width: 100%;
    height: 216px;
  }
  
  .location-content {
    padding: 0 15px;
    margin-top: 24px;
  }
  
  .section-title .title {
    color: var(--secondary);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 24px;
  }
  
  .location-content h2 {
    font-size: 18px;
  }
  
  .location-content h2 span {
    font-size: 24px;
  }
  
  .top-form {
    display: none;
  }
  
  .site-logo {
    height: 60px !important;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
   }
  
  .image-layout-horizontal{
      height: 300px;
  }
  
  .reverse-video {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    }
    
    .video-layout{
        height: 200px;
    }
  
}

 @media only screen and (max-width: 768px)   {

p.copyright {
    float: left;
    margin: 0;
}   

.footer p {
    color: #ffffff;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    margin: 0;
}
ul.footer-link {
    display: flex;
    grid-gap: 23px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0px;

}
.footer-link li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.book-button-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    /* z-index: 1; */
    height: 35px;
}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .amenities-card {
    min-height: 270px;
  }
  .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    top: 60px;
    border-radius: 100px;
    left: 45%;
    background-color: var(--secondary);
  }
}

wrapper-2
