:root {
  --primary-font: "Tenor Sans", sans-serif;
  --secondary-font: "Outfit", sans-serif;
  /* --primary-theme-color: #006346; */
  --primary-color: #c79e60;
  --secondary-color: #242424;
  --info-color: #ffffff;
  --text-color: #808080;
  --primary-font-size: 17px;
  --primary-transition-effect: all 0.35s ease-in-out;
}

body {
  background-color: #fbf9f6;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
  font-size: var(--primary-font-size);
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: inherit;
  color: inherit;
  transition: var(--primary-transition-effect);
}

img {
  max-width: 100%;
}

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

.container {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.text-line span {
  opacity: 0;
  display: inline-block;
  transform: translateY(100%);
}

.reveal {
  overflow: hidden;
}

.primary-button {
  border: 1px solid var(--primary-color);
  background: linear-gradient(to right,
      rgb(255 225 112) 0%,
      rgb(196 138 64) 100%);
  padding: 14px 24px;
  display: inline-block;
  color: var(--info-color);
  line-height: 1.2;
  border-radius: 3px;
  font-family: var(--primary-font);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  font-size: 16px;
}

.primary-button:hover,
.primary-button:focus {
  color: var(--info-color);
}

.section-spacing {
  padding: 80px 0;
}

.subheading {
  margin-bottom: 10px;
}

.subheading,
.subheading span {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subheading {
  margin-bottom: 12px;
}

.section-heading,
.section-heading span {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 46px;
  line-height: normal;
  font-weight: 600;
}

.section-heading.white-heading,
.section-heading.white-heading span {
  color: var(--info-color);
}

.section-heading {
  margin-bottom: 15px;
}

.section-heading.black-heading {
  color: var(--secondary-color);
}

.section-info {
  margin-bottom: 30px;
}

.section-info,
.section-info span {
  color: #808080;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.section-info.white-info,
.section-info.white-info span {
  color: var(--info-color);
}

.section-info.white-text {
  color: var(--info-color);
}

.reveal-text {
  overflow: hidden;
}

.reveal-text .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

/* header css start */
.site-header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.site-logo {
  width: 160px;
  display: block;
}

.site-menu li+li {
  margin-left: 36px;
}

.site-menu .nav-link {
  color: var(--info-color);
  font-size: 17px;
  font-weight: 500;
  padding: 30px 0;
  font-family: var(--primary-font);
  text-align: center;
  position: relative;
}

.site-menu .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 1px;
  background: rgb(255 225 112);
  transform: scale(0);
  transition: transform 0.4s linear;
  transform-origin: bottom right;
}

.site-menu .nav-link:hover::before {
  transform: scale(1);
  transform-origin: bottom left;
}

.site-menu .nav-link:hover {
  color: rgb(255 225 112);
}

.header-number {
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #242424;
}

.header-number a {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 15px;
}

.site-toggle {
  font-family: var(--primary-font);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.site-toggle .lnr {
  vertical-align: text-bottom;
  font-size: 24px;
  position: relative;
  top: 1px;
  margin-left: 3px;
  font-weight: 600;
}

.site-menu .primary-button {
  background: linear-gradient(to right,
      rgba(255, 225, 112, 0.6) 0%,
      rgba(196, 138, 64, 0.6) 100%);
}

/* banner css start */

.site-banner {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}

/* .site-banner::before {
  content: "";
  display: block;
  padding-top: 48.5%;
} */
/* 
.site-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
} */

.site-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

#scroll {
  padding-top: 80px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  display: inline-block;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
}

#scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.page-banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

.page-banner h1 {
  position: absolute;
  font-family: var(--primary-font);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3em;
  font-weight: bold;
  margin: 0;
}


/* about us css */
.about-section {
  background: var(--info-color);
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
}

.about-slider,
.about-slider .slick-list,
.about-slider .slick-track,
.about-col {
  height: 100%;
}

.about-img {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-content {
  padding: 50px 110px 50px 0;
  max-width: 740px;
  display: flex;
  justify-self: flex-end;
  flex-direction: column;
}

.about-slider .slick-list {
  overflow: hidden;
}

.about-col {
  display: inline-block;
  vertical-align: top;
}

.about-contact {
  padding: 15px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

.social-media li+li {
  margin-left: 10px;
}

.social-media a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #242424;
  border-radius: 40px;
  text-align: center;
  line-height: 35px;
  opacity: 0.8;
}

.social-media a img {
  width: 20px;
}

.link {
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-weight: 600;
}

.link:hover {
  color: rgb(196, 138, 64);
}

.link .lnr {
  font-weight: 600;
  vertical-align: middle;
}

/* location css */
.location-card {
  position: relative;
  background: var(--info-color);
  padding: 40px 30px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.35s linear;
  overflow: hidden;
}

.location-card::before {
  content: counter(number);
  position: absolute;
  left: -13px;
  top: -13px;
  width: 60px;
  height: 60px;
  background: #f2e9db;
  color: var(--secondary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 70px;
  border-radius: 50px;
  text-indent: 7px;
  font-weight: 600;
}

.location-card:hover {
  transform: scale(1.05);
}

.location-list ul {
  counter-reset: number;
}

.location-list li {
  width: 20%;
  padding: 15px;
  counter-increment: number;
}

.location-img {
  width: 55px;
  /* position: absolute; */
  left: 0;
  top: -6px;
  margin: 0 auto 20px;
}

.location-content h3 {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: #393939;
  margin-bottom: 8px;
}

.location-content strong {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

/* floor plan css */
.floor-section {
  background: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #242424;
  background-color: transparent;
  border-bottom: 2px solid #f4d386;
}

.nav-pills .nav-link {
  border-radius: 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
}

.nav-item {
  padding: 0 15px;
}

.floor-info {
  background: #fbf9f6;
  padding: 50px;
}

.floor-info h3 {
  font-size: 40px;
  font-family: var(--primary-font);
  margin-bottom: 20px;
}

.floor-info p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #5b5b5b;
  font-family: var(--primary-font);
  line-height: 32px;
}

.floor-info li {
  font-size: 18px;
  font-weight: 600;
  color: #5b5b5b;
  font-family: var(--primary-font);
}

.floor-info ul+ul {
  margin-top: 15px;
}

/* why us section css */
.why-us-section {
  background-image: url(../img/result.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.why-us-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 42%);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(3px);
}

.counter-card {
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  border-right: 1px solid #cccccc78;
}

.counter-card .counter,
.counter-card .counter+span {
  font-family: var(--primary-font);
  font-size: 50px;
  font-weight: 500;
  color: var(--info-color);
  margin-bottom: 8px;
  vertical-align: middle;
}

.counter-card .counter+span {
  font-size: 30px;
}

.counter-card h3 {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--info-color);
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.counter-card img {
  width: 70px;
  margin-bottom: 10px;
}

/* amenities section css */
.amenities-section {
  /* background: #141414; */
}

.amenities-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.amenities-slider {
  padding: 0 60px;
}

.amenities-section .slick-list {
  overflow: hidden;
}
.amenities-img {
  overflow: hidden;
}
.amenities-img img {
  transition: var(--primary-transition-effect);
}
.amenities-card:hover .amenities-img img {
  transform: scale(1.05);
}
.amenities-card {
  /* background: #fff; */
  position: relative;
}

.amenities-info {
  position: absolute;
  padding: 110px 20px 35px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
}

.amenities-info h3 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--info-color);
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* gallery css */
.gallery-section {
  /* background: var(--info-color); */
}

.gallery-card {
  border-radius: 8px;
  overflow: hidden;
  flex-grow: 1;
  height: 100%;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card+.gallery-card {
  margin-top: 10px;
}

.gallery-section .col-md-3 {
  display: flex;
  flex-direction: column;
}

/* feedback css */
section#contact {
    background: #fff;
}
.feeback-top-panel span {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 50px;
  display: block;
  position: relative;
}

.feeback-top-panel span:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: var(--secondary-color);
}

.feeback-top-panel h2 {
  font-size: 50px;
  font-family: var(--primary-font);
  margin-bottom: 20px;
}

.feeback-card {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  padding: 40px;
  border-radius: 10px;
}

.feeback-card>img {
  width: 40px;
  opacity: 0.4;
}

.feeback-card p {
  color: var(--text-color);
  font-size: 17px;
  margin: 15px 0 25px;
  font-family: var(--primary-font);
}

.feecback-owner {
  position: relative;
 /* padding: 5px 0 5px 73px;*/
}

.feecback-img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -3px;
}

.feecback-owner h5 {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
}

.feeback-card .rating img {
  width: 80px;
  display: block;
}

.feeback-col {
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
}

.feeback-slider {
  padding: 0 80px;
}

.feeback-slider .slick-list {
  overflow: hidden;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 55px;
  height: 55px;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}

/* blogs css */

.blogs-news {
  background-color: #f8f9fa;
  font-family: var(--primary-font);
  color: var(--text-color);
  padding-top: 60px;
}

.blog-card {
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  overflow: hidden;
  font-family: var(--primary-font);
}

.blog-card-img-top img {
  width: 100%;
}

.blog-card-body {
  padding: 30px;
}

.blog-heading h5 {
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--primary-font);
}

.blog-heading:hover h5 {
  color: var(--primary-color);
}

.section-info {
  margin: 10px 0 15px;
  font-size: 0.95rem;
  color: #555;
  font-family: var(--primary-font);
}

.blog-date {
  font-size: 0.85rem;
  color: #555;
  font-family: var(--primary-font);
}

.blog-date .lnr {
  color: var(--primary-color);
}

.link {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.blognews-card-img-top img {
  width: 100%;
}

.blognews-heading {
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--primary-font);
}

.latest-news-section {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 26px;
  margin: 10px;
}

.news-item {
  align-items: flex-start;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 12px;
  display: flex;
}

.news-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}


.news-content {
  flex: 1;
  margin-left: 10px;
}


.news-title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  color: #393939;
  line-height: 26px;
  display: inline-block;
}

.news-title:hover {
  text-decoration: underline;
}


.news-info {
  font-size: 0.875rem;
  color: #555;
  margin: 4px 0;
}


.news-date {
  font-size: 0.75rem;
  color: #999;
}

.search-section {
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  border-radius: 10px;
  margin: 10px;
  padding: 24px;
}

.search-section input {
  border: 1px solid #bbbbbb;
  border-radius: 30px;
  padding: 10px 44px 10px 22px;
  width: 100%;
  font-size: 16px;
}


.search-icon {
  font-size: 20px;
  color: #ff9c00;
  margin-left: 10px;
  position: absolute;
  top: 82px;
  right: 66px;
}


/* contact us css */
.contact-us-section {
  background: var(--info-color);
}

.contact-us-section .form-control {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border-color: #bbbbbb;
  padding: 10px 18px;
  font-size: 16px;
  font-family: var(--secondary-font);
  height: auto;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #ccc;
  font-family: var(--primary-font);
}

.form-label {
  color: #6c757d;
  font-size: 17px;
  font-weight: 300;

}

.address-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: #393939;
}

.info-box {
  border-left: 4px solid #AD8C46;
  padding-left: 12px;
  margin-top: 20px;
  color: #6c757d;
}

.contact-left-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: #393939;
}

.contact-map iframe {
  width: 99vw;
  height: 500px;
  border: 0;
  display: block;
}

/* footer css */
.site-footer {
  padding: 80px 0;
  background: var(--info-color);
}

.footer-logo {
  width: 200px;
  display: inline-block;
}

.footer-info p {
  color: #808080;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.footer-heading {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: #393939;
  margin-bottom: 18px;
}

.footer-links li+li {
  margin-top: 10px;
}

.footer-links .footer-links {
  color: var(--text-color);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
}

.copyright {
  padding: 15px 0;
  background: #242424;
}

.copyright p {
  margin: 0;
  color: var(--info-color);
  font-family: var(--primary-font);
  font-size: 16px;
}



/* gallery section */

.gallery-container {
  padding: 50px 0;
}

.gallery-row {
  margin-bottom: 20px;
}

.img-container {
  position: relative;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
  border: 2px solid var(--primary-color);
}

.img-container:hover .gallery-img {
  transform: scale(1.05);
  cursor: pointer;
}

.zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 173, 18, 0.39);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: 36px;
  color: #fcf9f9;
}

.img-container:hover .zoom-icon {
  opacity: 1;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}


/* constraction section  */
.constraction-heading {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 600;
  color: #393939;
  line-height: 30px;
}

.construction .container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.constraction-card {
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  overflow: hidden;
  font-family: var(--primary-font);
  margin-bottom: 32px;
}

.constraction-card-body {
  padding: 30px;
}

/* constraction details */

.construction-details {
  max-width: 100%;
  margin: 30px 140px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.carousel-inner img {
  max-height: 700px;
  width: 100%;
}


.dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}



.dropdown-menu ul li {
  margin: 0;
}


.dropdown-menu li+li {
  margin-left: 0px;
  padding: 0px;
}


.dropdown-menu {
  position: absolute;
  top: 78%;
  left: 0;
  min-width: 200px;
  background-color: #0e0e0e;
}

.dropdown-menu .nav-link {
  padding: 2px 14px;
  text-align: start;
}


.dropdown-menu .nav-link:before {
  bottom: 4px;
}


.close-icon {
  display: none;
}

.mobile-menu {
  display: none;
}



@media (max-width: 1440px) {

  .section-heading,
  .section-heading span {
    font-size: 34px;
  }
}


@media (max-width: 1250px) {
  .floor-info h3 {
    font-size: 34px;
  }

  .floor-info p {
    font-size: 17px;
  }

  .section-info {
    font-size: 17px;
  }

  .right-box {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .about-content {
    padding: 26px 30px 1px 12px;
  }

  .right-box {
    padding: 14px;
  }

  .location-list li {
    width: 25%;
  }

  .contact-section {
    padding: 30px;
  }

  .site-menu li+li {
    margin-left: 26px;
  }

  .dropdown-menu li+li {
    margin-left: 0px;
  }

  .page-banner h1 {
    font-size: 38px;
  }

  .right-box,
  .info-box {
    padding-top: 26px;
  }

  .info-item img {
    margin-top: 46px;
  }
}

@media (max-width: 991px) {
  .constraction-card img {
    width: 100%;
  }

  .search-section {
    margin: 10px 0;
  }

  .latest-news-section {
    margin: 10px 0;
  }
}



@media (max-width: 1120px) {
  .site-logo {
    width: 120px;
  }

  .mobile-menu {
    display: block;
    background-color: var(--primary-color);
    padding: 4px 8px;
  }

  .close-icon {
    display: block;
    padding-bottom: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .lnr-cross,
  .lnr-menu {
    color: #ffffff;
  }

  .navbar {
    position: fixed;
    top: 0%;
    right: 0%;
    background-color: var(--primary-color);
    display: none;
    height: 100%;
    width: 230px;
    align-items: start;
  }

  .navbar.active {
    display: flex;
  }

  .navbar ul {
    /* display: flex; */
    flex-direction: column;
    /* padding: 10px; */
    margin: 0;
    list-style: none;
    align-items: start;
    margin-top: 40px
  }

  .navbar .nav-link {
    padding: 10px 0px;
  }

  .site-menu li+li {
    margin-left: 0px;
  }


  .dropdown .nav-link:before {
    content: none;

  }

  .dropdown .nav-link:hover {
    color: var(--info-color)
  }

  .primary-button {
    display: none;
  }




  .site-menu .nav-link:before {
    content: none;

  }

  #scroll {
    font-size: 22px;
    bottom: 5%;
    padding-top: 10%;
  }

  #scroll span {
    height: 30px;
    width: 30px;
  }

  .page-banner {
    height: 300px;
  }

  .page-banner img {
    height: 300px;
  }

  .site-footer {
    padding: 40px 0;
    text-align: center;
  }

  .site-footer img {
    max-width: 86%;
  }

  .section-spacing {
    padding: 50px 0;
  }

  .about-section {
    border-radius: 0%;
  }

  .about-content {
    padding: 0px 21px 9px 20px;
  }

  .contact-section {
    padding: 20px;
  }

  .constraction-card {
    margin-bottom: 32px;
  }

  .constraction-card img {
    width: 100%;
  }


  .location-list li {
    width: 33%;
  }

  .section-heading span {
    font-size: 24px;
  }

  .news-title {
    font-size: 18px;
  }

  .amenities-slider {
    padding: 0px 36px;
  }

  .dropdown-menu {
    top: 0px;
  }

  .dropdown:hover .dropdown-menu {
    padding: 0px 8px;
  }
}



@media (max-width: 768px) {
  .counter-card {
    border-right: none;
  }

  .gallery-card1 {
    margin: 16px 0;
  }

  .amenities-info h3 {
    font-size: 20px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-info p {
    margin-bottom: 0;
    text-align: center;
  }

  .site-banner {
    padding-top: 100%;
  }


  .floor-img {
    margin-top: 28px;
  }

  .about-img {
    height: 512px;
    margin-top: 26px;
  }

  .blogs-news {
    padding-top: 50px;
  }

  .mobile-section-contact-form {
    margin-top: 44px;
  }

  .page-banner h1 {
    font-size: 36px;
  }
}

@media (max-width: 718px) {
  .page-banner h1 {
    font-size: 26px;
  }

  .row.about-us-section {
    text-align: center;
}

.info-item img {
    margin-top: 0;
}

.info-item img {
    width: 70px;
    height: 70px;
}
.info-item {
    display: block!important;
    
}

.section-info {
    margin: 0px;
    
}

.right-box {
   
    margin-top: 30px;
}
.about-us-content {
   
    margin-top: 30px;
    text-align: center;
}

.info-item.vision {
    margin-top: 30px;
}
}




@media (max-width: 570px) {
  .about-content {
    padding: 8px;
    text-align: center;
  }

  .site-logo img {
    height: 58px;
    margin-top: 12px;
  }


  #pills-tabContent {
    text-align: center;
  }

  .counter-card {
    padding: 20px;
    border-right: none;

  }

  

  .blog-card p {
    line-height: 25px;
  }

  .site-footer img {
    max-width: 62%;
  }

  .page-banner h1 {
    font-size: 24px;
}

  .page-banner {
    height: 180px;
  }

  .page-banner img {
    height: 176px;
  }

  #scroll {
    font-size: 17px;
    bottom: 10px;
    padding-top: 58px;
  }

  #scroll span {
    height: 20px;
    width: 20px;
  }

  .section-spacing {
    padding: 32px 0;
  }

  .location-list li {
    width: 100%;
  }

  .floor-info {
    padding: 20px;
  }

  .contact-section {
    padding: 16px 8px;
  }

  .blogs-news {
    padding-top: 20px;
  }

  .about-img {
    height: 250px;
  }

  .amenities-info h3 {
    font-size: 20px;
  }

  .carousel-img {
    height: 30vh;
    object-fit: cover;
  }

  .feeback-slider {
    padding: 0 36px;
  }

  .feeback-col {
    padding: 0;
  }

  .gallery-card1 {
    margin: 10px 0;
  }

  .news-title {
    font-size: 16px;
  }

  .feeback-card p {
    font-size: 17px;
    margin: 14px 0;
  }

  .blog-card-body {
    padding: 20px;
  }

  .counter-card .counter,
  .counter-card .counter+span {
    font-size: 38px;
  }

  .amenities-slider {
    padding: 0 35px;
  }

  .section-heading {
    font-size: 27px;
  }

  .subheading {
    font-size: 15px;
  }

  .floor-info h3 {
    font-size: 30px;
  }
}




.about-us-content {
  padding-left: 52px;
}

.about-us {
  background-color: var(--info-color);
  ;
}

.right-box {
  background-color: #f7f5f2;
  padding: 50px;
  height: 100%;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-item img {
  width: 100px;
  height: 100px;
}


.floor-img img {
    width: 100%;
}
.contact-map img {
    width: 100%;
}
.responsive-video {
    position: relative;
    padding-top: 56%;
}
.walkthrough-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.carousel img {
  width: 100%;
}

