@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");
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

*{
  scroll-behavior: smooth;
}

:root{
    --royalFont: 'Cinzel', serif;
}

a{
    text-decoration: none !important;
}

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

.read-more, .show-less {
    font-size: 16px;
    padding-top: 15px;
    color: #db9a19;
    cursor: pointer;
    font-family: 'Work Sans';
}

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

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

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

.mynavbar a {
  color: #1a1a1a;
  font-size: 16px;
  font-family: var(--royalFont);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.mynavbar a:hover {
  color: #db9a19 !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: #db9a19;
}

.site-logo {
  width: 100px;
  height: 90px;
}

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

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

.main-section .carousel-inner {
  width: 100%;
  height: 600px;
}

.main-section .top-form {
  position: absolute;
  z-index: 1;
  left: 125px;
  top: 35%;
}

.main-section .top-form .contact-form {
  padding: 48px 28px;
  background: rgb(249 249 249 / 40%);
  border: 1px solid var(--secondaryColor);
}

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

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

.about-section {
  background-color: #07362d;
}

.image-layout {
  width: 100%;
  height: 330px;
  border: 1px solid #efefef;
}

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

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

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

.title::after {
  content: url("../images/line.svg");
  position: absolute;
  top: 45px;
  left: 39%;
}

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

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

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

.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 #db9a19;
  margin-bottom: 48px;
  height: 250px;
}

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

.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: auto;
  border: 1px solid #efefef;
}

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

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

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

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

.image-layout-horizontal {
  width: 100%;
  height: 100%;
  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: #db9a19;
  font-size: 24px;
  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: #db9a19;
}

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

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

.contact-form {
  background-color: #07362d;
  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 #db9a19;
}

.site-footerlogo {
    width: 100%;
    height: 150px;
    text-align: start;
    margin-left: 12px;
}

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

.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: #db9a19;
  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: #db9a19;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: #db9a19;
}

.overlay::after {
    content: "";
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgb(26 26 26 / 90%) 70%);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 600px;
    top: 0;
}

.right-box {
    position: absolute;
    top: 35%;
    right: 40px;
    color: white;
    z-index: 1;
}

.hero-heading {
    margin-bottom: 24px;
}
.hero-heading h6 {
    font-size: 18px;
}
.hero-heading h1, h6 {
    color: var(--secondaryColor);
    text-transform: uppercase;
    font-family: var(--royalFont);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hero-list {
    padding: 0;
}

.hero-list li {
    font-size: 24px;
    list-style: none;
    line-height: 1.6;
    margin-bottom: 5px;
    font-family: var(--royalFont);
}

.hero-list li i {
    color: var(--secondaryColor);
    width: 30px;
}

.highlights-section {
    height: 500px;
}

.highlight-img {
    position: absolute;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 500px;
}

.highlight-img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-content, .download-content {
    padding: 48px 15px;
}

.download-content p{
    margin: 40px auto;
    font-family: var(--mainFont);
    line-height: 1.6;
}

.highlight-title {
    height: 60px;
}

.highlight-title span::before {
    content: "";
    width: 50px;
    height: 2px;
    border-radius: 100px;
    background-color: var(--secondaryColor);
    position: absolute;
    top: 13px;
    left: -70px;
}

.highlight-title span {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 70px;
}

.highlight-title h2 {
    line-height: 0;
    margin-top: 12px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    color: var(--secondaryColor);
    font-size: 34px;
}

.highlight-list {
    margin-top: 60px;
    padding: 0;
}

.highlight-list li {
    list-style: none;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #efefef;
    height: 40px;
    font-family: var(--mainFont);
}

.highlight-content {
    padding: 48px 15px 48px 48px;
    height: 500px;
    border-bottom: 1px solid #efefef;
}

.download-img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-img {
    width: 100%;
    height: 350px;
}

.downloadbrochure {
    box-shadow: 10px 24px 48px rgb(0 0 0 / 15%);
    height: 350px;
}

.feature-section {
    height: 400px;
    background-color: var(--primaryColor);
    padding-top: 100px;
    border-top: 2px solid var(--secondaryColor);
}

.feature-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--royalFont);
    text-align: center;
}

.feature-title h1 {
    color: #fff;
}

.feature-card {
    padding: 15px 8px;
    text-align: center;
    border: 2px solid var(--secondaryColor);
    margin-bottom: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
}

.feature-card h5 {
    color: #fff;
    font-family: var(--royalFont);
    font-size: 18px;
    line-height: 1.5;
}

#lightgallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 30px;
}

#lg-counter span {
    font-size: 16px !important;
}

.gallery_product {
    margin-bottom: 0 !important;
    width: 350px !important;
    height: 300px !important;
}

.gallery_product img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.video-section {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section::before {
    content: "";
    width: 100%;
    height: 400px;
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
}

.ply-btn h4 {
    font-size: 32px;
    color: #fff;
    font-family: var(--royalFont);
    margin-top: 15px;
}
.ply-btn i {
    font-size: 48px;
    color: var(--secondaryColor);
}
.ply-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center;
}


.footer {
  background-color: #07362d;
  text-align: center;
  padding: 15px;
}

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

@media screen and (max-width: 576px) {
  .title::after {
    content: url(../images/line.svg);
    position: absolute;
    top: 35px;
    left: 17%;
  }
  
  .about-title::after {
    top: 70px !important;
}
  
  .about-content {
    padding: 0px 15px 0px 15px;
    margin-top: 24px;
  }
  .main-section .carousel-inner {
    width: 100%;
    height: 216px;
  }
  .location-content {
    padding: 0 15px;
    margin-top: 24px;
  }
  .section-title .title {
    color: #db9a19;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 24px;
  }
  .top-form {
    display: none;
  }
  
  .location-content h2{
      font-size: 18px;
  }
  
   .hero-list li {
        font-size: 15px;
        list-style: none;
        line-height: 1.6;
        margin-bottom: 18px;
        font-family: var(--royalFont);
        color: #000;
    }
  
    .hero-info-box {
        padding: 15px;
    }
    
    .right-box {
        position: relative;
        top: 35%;
        right: 0;
        color: white;
        z-index: 1;
    }
    
    .overlay::after{
        height: 0;
    }
    
    .downloadbrochure {
         box-shadow: none; 
         height: 100%;
    }
    
    .gallery_product {
        margin-bottom: 0 !important;
        width: 100% !important;
        height: 300px !important;
    }
    
    .highlight-img {
        position: relative;
        left: 0px;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .highlights-section {
        height: 100%;
    }
    
    .highlight-list li {
        list-style: none;
        line-height: 1.6;
        margin-bottom: 15px;
        font-size: 18px;
        border-bottom: 1px solid #efefef;
        height: auto;
        font-family: var(--mainFont);
    }
    
    .highlight-content {
        padding: 48px 0 48px 0;
        height: 450px;
        border-bottom: none;
    }
    
    .feature-section{
        height: 100%;
    }
    
    .feature-title h1 {
        color: #fff;
        font-size: 32px;
    }
  
}

@media screen and (max-width: 992px) and (min-width: 768px) {
      .amenities-card {
        min-height: 270px;
      }
      
      .title::after {
        content: url(../images/line.svg);
        position: absolute;
        top: 45px;
        left: 32%;
      }
  
    .main-section .top-form {
        position: absolute;
        z-index: 1;
        left: 50px;
        top: 150px;
    }
    
    .main-section .carousel-inner {
        width: 100%;
        height: 460px;
    }
      
}
/*# sourceMappingURL=style.css.map */