/* @font-face {
  font-family: "f";
  src: url("../fonts/CreatoDisplay-Medium.otf");
} */

/* heading */

/* @font-face {
  font-family: "Square";
  src: url("../fonts/Square721_BT_Roman.ttf");
} */

@font-face {
  font-family: "MONTSERRAT";
  src: url("../fonts/MONTSERRAT-VARIABLEFONT_WGHT_2.TTF");
}

/* pargraph */

h3 {
  font-family: 'MONTSERRAT', sans-serif !important;
}
/* 
.proza-libre {
  font-family: "MONTSERRAT", sans-serif !important;
} */

.pinyon-script-regular {
  font-family: "MONTSERRAT";
  font-weight: 400;
  font-style: normal;
}

.madecanvas {
  font-family: "MONTSERRAT";
}

html {
  overflow-x: hidden !important;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #c2a069;
  /* background-color: #dc3c6c; */

  /* background: #e9c97a; */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #c2a069;

  /* background: #e9c97a; */
}

body {
  font-family: "MONTSERRAT" !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  /* background-color: #000; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MONTSERRAT";
}

a {
  text-decoration: none !important;
}

.dark-bg {
  background-color: #fff;
  /* background: linear-gradient(180deg, #f7f2e8 -4.58%, #f7f2e8 100%); */
}

.light-bg {
  background-color: #fff;
}

.text-dark {
  color: #022a33 !important;
}

.text-yellow {
  color: #ffcb3b !important;
}

.gold_txt {
  color: #b58c35;
}

.video-wrapper .mob-video {
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 0;
}

.video-wrapper .desk-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;

  transform: translateX(-50%) translateY(-53%);
}
.g-recaptchanew{
     margin-top: 53px;
}

.video_fixed .video-wrapper .desk-video {
  position: relative;
}

.section-title {
  font-family: "MONTSERRAT";
  font-size: 3vw;
  line-height: 1.2;
}

.MONTSERRAT {
  font-family: "MONTSERRAT";
  font-size: 5vw;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  line-height: 2;
}

.subtitle {
  font-family: "MONTSERRAT";
  font-size: 3.75vw;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.subhead {
  font-family: "MONTSERRAT";
  font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
}

.sub-title {
  font-size: 30px;
}

.gallery-sec {
  padding: 0px !important;
}

.sec-padd {
  padding: 20px !important;
  /* padding: 100px 0; */

}

.circulartxt {
  font-size: 10px !important;
}

.contactform {
  background-image: url("../imgs/newtexture.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.sec-padd-top {
  padding-top: 100px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.sm-padd {
  padding: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mid_txt {
  font-size: 18px;
  line-height: 1.4;
}

.text-gradient {
  background-color: #c2a069;

  /* background: linear-gradient(to right, #e9c97a 0%, #d4a742 14%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#overview {
  /* background-image: url("../imgs/newtexture.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.gallery {
  /* background-image: url("../imgs/gallerybg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99;
}

.cirularbox {
  position: relative;
  width: 8vw;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 4vw;
  overflow: hidden;
}

.cirularbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/circulartext.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rotateInfinite 10s linear infinite;
}

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.headimg {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
  /* For Safari */
  transform: translateY(0);
  /* Initial position */
  /* transition: clip-path 0.3s ease, transform 0.3s ease; */
}

.icon_box {
  position: relative;
  padding: 10px;
}

.icon_box img {
  height: 4.7vh;
}

.spacer {
  /* border-bottom: 1px solid #d6b981; */
  width: 15%;
  margin: 1.5vw auto 0;
}

.custspacer {
  width: 40%;
}

.title {
  font-family: "MONTSERRAT";
  font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
  text-transform: capitalize;
  margin-top: 1.5vw;
}

.title2 {
  font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320));

  /* font-size: calc(20px + (36 - 20) * (100vw - 320px) / (1920 - 320)); */
  text-transform: capitalize;
}

.cnfwrap {
  font-size: calc(16px + (24 - 20) * (100vw - 320px) / (1920 - 320));
  font-family: "MONTSERRAT";
  border-radius: 18px;
  border: 1px solid #fff;
  background-color: #c2a069;
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  /* background: #000; */
  padding: 1.2vw 2vw;
  color: #fff;
  /* color: #c6a95d; */
  font-weight: 600;
  text-align: center;
}

.configurationbox {
  border: 1px solid #c2a069;
  /* height: 100vh; */
  text-align: center;
  padding: 10px;
}

.raymondlogo {
  max-width: 16vw;
  margin-bottom: 1vw;
}

.formborder {
  border: 1px solid #d6b981;
}

#configuration .sticky-lg-top {
  top: 10vh;
}

.circularslider {
  position: relative;
}

.circularsvg {
  max-width: 62vw;
  margin: 0 auto;
  margin-top: 5vw;
  position: relative;
}

.circularimgwrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 54vw;
  margin: 0 auto;
}

/* .customcontainer{
  background-image: url("../imgs/newtexture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;

} */

.customcontainer {
  max-width: 75vw;
  margin: 0 auto;
  position: relative;
}

.circularwrapper {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -51vw;
  z-index: 9;
}

.wrapper {
  position: relative;
}

.circleitem {
  width: 10vw;
  height: 10vw;
  color: #c2a069;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #af842d;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circleitem p {
  margin-bottom: 0;
  margin-top: 0.5vw;
  font-size: 0.8vw;
}

.circleitem img {
  width: auto !important;
  margin: auto;
  height: 3.3vw;
  /* filter: invert(77%) sepia(28%) saturate(638%) hue-rotate(6deg) brightness(84%) contrast(90%); */
}

.curcularsvg {
  /* height: auto; */
  overflow: visible;
  width: 55vw;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.st0 {
  fill: none;
  stroke: #c2a069;
  stroke-width: 0.2;
  stroke-miterlimit: 1;
  opacity: 0.5;
}

.svg2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.start {
  position: absolute;
  top: 50%;
  right: -30px;
  display: none;
}

.grey_textured {
  background: url(../imgs/graytextured.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  height: 100%;
}

/******************Header**************/
.navbar-light {

  /* background: rgba(0, 0, 0, 0.9); */
}

.navbar-brand img {
  width: 7.7vw;
  height: auto;
}

/* .navbar-brand-left{
   width: 11.7vw;
  height: auto;
} */

.logo2 img {
  width: 7vw;
}

/* Default hamburger icon */
.navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Cross icon when open */
.navbar-toggler.open .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' width='30px' height='30px' viewBox='0 0 0.9 0.9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0.503 0.45 0.236 -0.236a0.037 0.037 0 1 0 -0.053 -0.053L0.45 0.397l-0.236 -0.236a0.037 0.037 0 0 0 -0.053 0.053l0.236 0.236 -0.236 0.236a0.037 0.037 0 0 0 0 0.053 0.037 0.037 0 0 0 0.053 0l0.236 -0.236 0.236 0.236a0.037 0.037 0 0 0 0.053 0 0.037 0.037 0 0 0 0 -0.053Z'/%3E%3C/svg%3E");
}


.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: transparent !important;
}

header.scrolled {
  background-color: #c2a069;
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  /* background: rgba(0, 0, 0, 0.9); */
  transition: all ease 0.5s;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header .nav-link {
  font-family: "MONTSERRAT", sans-serif !important;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

header .nav-link:hover {
  color: #fff !important;
  /* color: #c2a069; */
}

header .nav-link:hover:before {
  width: 100%;
  left: 0;
}

header .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fff;

  /* background-color: #e9c97a; */
  transition: 0.5s linear;
  bottom: -1px;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.head_phn {
  max-width: 40px !important;
}

.nav-item {
  margin-left: 13px;
}

.offcanvas {
  background-color: #03322b !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap>* {
  position: relative;
  z-index: 9;
}

/**banner***/

.banner-title {
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.banner_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 6rem;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4) 91%,
      rgba(0, 0, 0, 0) 100%);
}

.homeslider .owl-item.active .item img {
  animation: kenburns 50s linear infinite;
}

@keyframes kenburns {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.owl-item.active .banner-title span {
  display: inline-block;
  white-space: pre;
}

.owl-item.active .banner-title .word {
  overflow: hidden;
}

.owl-item.active .banner-title .word .char {
  position: relative;
  animation: slide-up 1s cubic-bezier(0.75, 0, 0.25, 1) both;
  animation-delay: calc(1s + (0.5s * var(--word-index)));
}

.aos-animate.section-title .word .char {
  overflow: hidden;
}

.aos-animate.section-title span {
  display: inline-block;
  white-space: pre;
}

.aos-animate.section-title .word .char {
  position: relative;
  animation: slide-up 1s cubic-bezier(0.75, 0, 0.25, 1) both;
  animation-delay: calc(0.1s + (0.1s * var(--word-index)));
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sm-txt {
  font-size: calc(10px + (11 - 10) * (100vw - 320px) / (1920 - 320));
}

.xs-txt {
  font-size: 20px;
}

.offtxt {
  margin-left: -46px;
}

.bg_patch::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 58%,
      rgba(0, 0, 0, 1) 100%);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.txt {
  font-weight: 600;
  margin-bottom: 0;
}

.icon-box img {
  width: 32px;
}

.img-wrapper {
  z-index: 1;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.owl-theme.gallery-carousel .owl-nav {
  margin-top: 0;
}

.owl-theme.gallery-carousel .owl-item {
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.5s ease;
}

.owl-theme.gallery-carousel .owl-item.active.center {
  transform: scale(1);
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: transparent !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50% !important;
  outline: none !important;
}

.owl-theme .owl-nav [class*="owl-"] img {
  width: 3vw;
  height: 3vw;

}

.gallery-carousel .owl-theme .owl-nav [class*="owl-"] img {
  width: 3vw;
  height: 3vw;
  position: absolute;

  
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 0%;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0%;
}

.amenity-slider.owl-carousel .owl-nav button.owl-prev {
  /* float: left; */
  top: calc(50% - 1.5rem) !important;
  left: -2rem !important;
}

.amenity-slider.owl-carousel .owl-nav button.owl-next {
  /* float: right; */
  top: calc(50% - 1.5rem) !important;
  right: -2rem !important;
}

.slider1 .owl-nav {
  text-align: right;
}
/* slider location changes */

.slider1 .owl-nav button.owl-next,
.slider1 .owl-nav button.owl-prev {
  float: none;
  left: auto;
  right: 0;
  position: relative;
 
}

/* Hide nav buttons only on mobile */
@media (max-width: 767.98px) {
  .slider1 .owl-nav button.owl-next,
  .slider1 .owl-nav button.owl-prev {
    display: none !important;
  }
}


/* end changes */

.slider1.owl-theme .owl-nav [class*="owl-"] img {
  filter: brightness(0) invert(1);
}

.slider2.owl-carousel .owl-stage-outer,
.slider2.owl-carousel .owl-stage,
.slider2.owl-carousel .owl-item {
  height: 100%;
}

.map iframe {
  height: 100%;
}

.map-image {
  position: relative;
  padding-left: 10px;
}

.map-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-left: 10px solid #fff;
  height: 450px;
  margin-top: -250px;
}

.b-top-bot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
}

.cont-info i {
  color: #c49548;
}

.cont-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.amen-wrapper.text-center {
  max-width: 517px;
  margin: 0 auto;
  padding: 0 15px;
}

/*********Animation************/
.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(215, 146, 107, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(215, 146, 107, 0);
  }
}

/*Up down*/
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* to remove slide effect  css */
.animated {
  -webkit-animation-duration: 0 ms !important;
  animation-duration: 0 ms !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.aos-animate .splitting .cell,
.aos-animate .splitting .cell__inner,
.aos-animate .splitting img {
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99),
    opacity 1s linear;
  /* No animation on leave */
  transition-delay: calc(0.1s * var(--cell-index));
  /* Reverse the animation */
  transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
}

.aos-animate .splitting img {
  transform: scale(0.8);
  transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}

.aos-animate .splitting .cell,
.aos-animate .splitting .cell__inner {
  transition-delay: calc(0.1s * var(--cell-index));
}

.aos-animate .splitting img {
  opacity: 0.99;
  transform: scale(1);
  transition-delay: calc(0.1s * var(--cell-total));
}

.aos-animate .vert-slide .cell {
  transform: translateY(100%);
}

.aos-animate .vert-slide.\-fixed .cell__inner {
  transform: translateY(-100%);
}

.owl-item.active .splitting .cell,
.owl-item.active .splitting .cell__inner,
.owl-item.active .splitting img {
  transition: transform 1s cubic-bezier(0.63, 0.01, 0.07, 0.99),
    opacity 1s linear;
  /* No animation on leave */
  transition-delay: calc(0.1s * var(--cell-index));
  /* Reverse the animation */
  transition-delay: calc(0.1s * (var(--cell-total) - var(--cell-index)));
}

.owl-item.active .splitting img {
  transform: scale(0.8);
  transition-delay: 0s;
  visibility: visible;
  opacity: 0;
}

.owl-item.active .splitting:hover .cell,
.owl-item.active .splitting:hover .cell__inner {
  transition-delay: calc(0.1s * var(--cell-index));
}

.owl-item.active .splitting img {
  opacity: 0.99;
  transform: scale(1);
  transition-delay: calc(0.1s * var(--cell-total));
}

.owl-item.active .amentarget .cell {
  transform: translateX(-100%);
}

/**Tab***/
.nav-tabs .nav-link.active {
  border: 1px solid #c49548 !important;
  background: linear-gradient(254deg, #c49548 0%, #8d6728 101%) 0% 0% !important;
  color: #fff !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #c49548 !important;
  background: transparent !important;
  color: #002b36 !important;
  border-radius: 30px !important;
  font-size: 22px;
  margin: 0 15px 15px !important;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #c49548 !important;
  background: linear-gradient(254deg, #c49548 0%, #8d6728 101%) 0% 0% !important;
  color: #fff !important;
}

.tab-content>.tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../imgs/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

#overview {
  overflow: hidden;
}

.btn-wrap a {
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}

.btn-wrap img {
  max-width: 26px;
  margin-right: 10px;
}

.btn-wrap {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.fixed {
  position: fixed;
  z-index: 1026;
  color: #000;
  background-color: #c2a069;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: none !important;

  /* border: 1px solid #fff !important;  */


  font-size: 16px;
  padding: 7px 20px;
  display: inline-block;
  position: fixed;
  bottom: 50%;
  right: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
}

.fixed a {
  color: #fff !important;
}

.fixed img {
  max-width: 45px;
}

.whatsapp-wrap {
  text-align: right;
}

/************Button**************/

.round-btn {
  color: #fff !important;
  background-color: #c2a069;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: normal;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 11px;
  overflow: hidden;
  border-radius: 10px;
  border-top: 1px solid #fff;
  font-family: "MONTSERRAT";
  font-weight: 600;
  border: 2px solid #fff !important;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #c2a069;

  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #fff;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  margin-left: auto;
  padding-right: 80px;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

.form-bg {
  /* background: url(../imgs/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.form-btn {
  color: #fff;
  border: 0;
  margin-top: 20px;
  padding: 8px 20px;
  margin: auto;
  border-radius: 30px !important;
}

form .form-btn {
  display: inherit !important;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  color: #fff;
  padding: 0.8rem;
  font-size: 1vw;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 5px solid #c2a069;
}

.galimg:hover .ami-overlay {
  right: 0;
  transition: all 0.5s;
  cursor: url(../imgs/hovericon.png), auto !important;
}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  z-index: 2;
  display: none;
}

.modal-content form {
  position: relative;
  z-index: 99;
}

/*----------Modal Design-------*/
label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background-color: #c2a069;
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  /* background: url(../imgs/footertop.jpg) no-repeat !important; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border: none;
  /* border-radius: 17px; */
}

.modal-content::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: #fff;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: brightness(0) invert(1);
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: "MONTSERRAT";
  margin-top: -10px;
  text-align: center;
  font-size: 25px;
}

.modal-content p {
  position: relative;
  z-index: 9999;
}

.disclaimer_text {
  /* height: 500px; */
  /* overflow-y: scroll; */
  font-size: 12px;
  text-align: center;
}

.disclaimer_text p {
  text-align: left !important;
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input:not(.form-check-input),
.modal-body form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #222222;
  border-left: none;
  width: 100% !important;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #222222 !important;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: #306e3c;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
  margin: 0 auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*-----------Modal End --------*/

/*****************Footer*******************/
.socilalinks img {
  width: 1.3vw;
  height: 1.3vw;
}

.socilalinks a:hover>img {
  filter: brightness(100) invert(1);
}

.footer-title {
  font-size: 20px;
}

.footer-links li {
  margin-bottom: 1vw;
}

.footer-links li a {
  color: #b58c35;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links li a:hover {
  color: #000 !important;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /* font-weight: bold; */
  font-size: 12px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #c49548;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #c49548;
}

.schools-sec .row>.col-md-6 {
  margin-bottom: 30px;
  color: #c49548;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #c49548;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "MONTSERRAT" !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/
.sec-thankyou {
  /* background-color: #f2f2f2; */
  background-color: #fff;
  /* background-color: #eaeaea; */
  /* background: linear-gradient(180deg, #f7f2e8 -4.58%, #f7f2e8 100%) !important; */
  height: 100vh;
}

.thankyouheader {
  background-color: #c2a069;
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  /* background-color: #000; */
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #c49548;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 40px;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 18px;
}

.go-home {
  color: #fff;
  background-color: #c49548;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 25px;
  text-align: center;
  transition: ease 0.5s;
  font-weight: 600;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background-color: #c49548;
  border-radius: 25px;
}

.oops-greet {
  color: #c49548;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/
.mobileform h3 {
  font-family: "MONTSERRAT";
}

#contact-form input {
  height: 40px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.contact-form .form-group {
  height: 40px;
  margin-bottom: 30px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #212529 !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.terms {
  font-size: 14px;
}



@media (max-width: 768px) {

  .location .sec-padd {
    padding: 0rem !important;
  }

}

.locadvslider {
  background-color: #c2a069;

}

.locadvslider::before {
  position: absolute;
  content: "";
  left: -100%;
  background-color: #c2a069;
  width: 130%;
  height: 100%;
  top: 0;
}

.time {
  font-size: calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320));
  font-family: "MONTSERRAT";
  line-height: 1;
}

.sec {
  font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
  font-family: "MONTSERRAT";
}

.footopimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footertopcont {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.footertopcont>* {
  position: relative;
  z-index: 99;
}

.footerwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bighead {
  font-size: calc(45px + (200 - 45) * (100vw - 320px) / (1920 - 320));
  font-family: "MONTSERRAT";
  text-transform: capitalize;
  background: linear-gradient(90deg,
      #af842d 342.95%,
      #b58c35 372.89%,
      #c8a54b 432.76%,
      #cead53 442.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient2 {
  background: linear-gradient(90deg,
      #af842d 342.95%,
      #b58c35 372.89%,
      #c8a54b 432.76%,
      #cead53 442.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footercontent a:hover {
  color: #b58c35 !important;
}

.footersvg {
  position: absolute;
}

.footersvg .footesvgpth {
  opacity: 0;
  visibility: hidden;
}

.vectorsvg {
  stroke-width: 17px;
}

.thankyfooter .mobbglight {
  background-color: #fff;
  /* background-color: #f7f2e8; */
}

/* Header */
.pageloaderwrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.loaderleftside,
.loaderrightside {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #fff;
  /* background-color: #f7f2e8; */
  z-index: -1;
}

.loaderleftside {
  left: 0;
  top: 0;
}

.loaderrightside {
  right: 0;
  top: 0;
}

.reracode {
  width: 24%;
  text-align: center;
}

.reracode img {
  width: 4.8vw;
  height: auto;
  margin-bottom: 10px;
}

.copyrighttxt {
  font-size: 11px;
  line-height: 1.6;
}

.mobileform {
  position: relative;
  z-index: 99;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .nav-item {
    font-size: 16px !important
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .video-wrapper {
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  .banner-carousel .item img {
    height: 100vh;
  }
}

/* ============ desktop view .end// ============ */
@media only screen and (max-width: 1600px) {
  .reracode {
    width: 30%;
  }

  .footercontent p,
  .footer-links li a {
    font-size: 12px;
  }

  .reracode p {
    font-size: 10px;
  }

  .reracode img {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }

  .sec-padd-bot {
    padding-bottom: 60px;
  }

  body {
    font-size: 16px !important;
  }

  .subhead {
    font-size: 25px;
  }

  .sub-title {
    font-size: 25px;
  }

  header .nav-link {
    font-size: 16px;
  }

  .banner-title {
    font-size: 40px;
  }

  .list li {
    font-size: 12px;
  }

  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h4 {
    font-size: 32px;
  }

  .big-head {
    font-size: 35px;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .over-sec .sticky-top {
    top: 26px;
  }

  .icon_box img {
    height: 6vh;
  }

  .ami-overlay {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-brand img {
    width: 87px;
  }

  .cirularbox {
    position: relative;
    width: 8rem;
    height: 8rem;
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: 34px;
  }

  .MONTSERRAT {
    font-size: 60px;
  }

  .mid_txt {
    font-size: 17px;
    line-height: 1.4;
  }

  .icon_box img {
    height: 65px;
  }

  .round-btn {
    padding: 12px 21px;
    font-size: 18px;
  }

  .owl-theme .owl-nav [class*="owl-"] img {
    width: 50px;
    height: 50px;
    margin-top: 35px !important;
  }

  @media (max-width: 1024px) {
    .amenities_sec .owl-theme .owl-nav [class*="owl-"] img {
      width: 40px !important;
      height: 40px !important;
      margin-top: -44px !important;
    }
  }

  .slider2 img {
    height: auto !important;
  }

  .raymondlogo {
    max-width: 12rem;
    margin-bottom: 24px !important;
  }

  .reracode {
    width: 45%;
  }

  .reracode img {
    width: 58px;
  }

  .cnfwrap {
    padding: 15px 20px;
  }

  .footer-links li {
    margin-bottom: 15px;
  }

  .socilalinks img {
    width: 25px;
    height: 25px;
  }

  .subtitle {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-brand img {
    /* width: 100%; */
  }

  .sec-padd {
    padding: 20px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 32px;
  }

  .MONTSERRAT {
    font-size: 50px;
  }

  .mid_txt,
  .specsubtitle {
    font-size: 16px;
    line-height: 1.4;
  }

  .gallery-carousel .owl-nav {
    position: relative;
    top: auto;
    justify-content: center;
  }

  header .nav-link {
    color: #c49548 !important;
    font-weight: 600;
  }

  header .nav-link:hover {
    color: #c49548 !important;
  }

  #navbarNavDropdown {
    position: absolute;
    top: 67px;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    padding: 1rem 0;
  }

  .navbar-nav {
    background-color: #fff;
  }

  .round-btn {
    font-size: 16px;
  }

  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
    margin-left: 0;

  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 26px;
  }

  .carousel-caption h4 {
    font-size: 23px;
  }

  .big-head {
    font-size: 29px;
  }

  .banner-title {
    font-size: 35px;
  }

  .icon_wrap img {
    max-width: 45px;
  }

  .configurationbox {
    height: auto;
  }

  .icon_box img {
    height: 45px;
  }

  .confcontbx {
    padding: 2rem 1rem;
  }

  .configurationbox .title {
    margin-top: 20px;
  }

  .spacer {
    margin: 20px auto 0;
  }

  .circleitem {
    width: 9rem;
    height: 9rem;
  }

  .circleitem img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .circleitem p {
    margin-top: 10px;
    font-size: 14px;
  }

  .configurationbox.sticky-top img {
    width: auto !important;
  }

  .owl-carousel .owl-nav button.owl-prev {
    float: none;
    left: auto;
  }

  .owl-carousel .owl-nav button.owl-next {
    float: none;
    right: auto;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    top: auto;
  }

  .amenity-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0rem !important;
  }

  .amenity-slider.owl-carousel .owl-nav button.owl-next {
    right: 0rem !important;
  }

  .oops {
    font-size: 34px;
  }

  .oops-greet {
    font-size: 23px;
  }

  .oops-subtitle {
    font-size: 16px;
  }

  .circularwrapper {
    bottom: -76rem;
  }

  .customcontainer {
    max-width: 100vw;
  }

  .curcularsvg {
    width: 96vw;
  }

  section#gallery {
    padding: 6rem 0;
  }

  .configurationbox .imgwrap img {
    width: auto !important;
    margin: 0 auto;
  }

  .configuration-carousel {
    z-index: 10;
  }
}

@media only screen and (max-width: 767px) {
  .reverse-col {
    flex-direction: column-reverse;
  }

  .section-title {
    font-size: 24px;
  }

  .MONTSERRAT {
    font-size: 40px;
  }

  .artist_txt {
    font-size: 9px !important;
  }

  .map iframe {
    height: 320px;
  }

  .image-wrapper {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .banner_caption {
    padding: 1rem;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  .big-head {
    font-size: 28px;
  }

  .nav-tabs .nav-link {
    font-size: 16px;
    margin: 0 7px 15px !important;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .banner-title {
    font-size: 20px;
  }

  .carousel-inner .carousel-caption {
    top: initial;
  }

  /* .navbar-brand img {
    max-width: 105px;
  } */

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .subhead {
    font-size: 26px;
  }

  .circularsvg {
    width: 100%;
    margin-top: 6rem;
  }

  .customcontainer {
    max-width: 98vw;
  }

  .curcularsvg {
    width: 110vw;
  }

  .circularwrapper {
    bottom: -76rem;
  }

  .circularimgwrap {
    max-width: 47vw;
  }

  /* .headlogo {
    max-width: 3rem;
  } */

  .aboutimg {
    margin-bottom: 20px;
    height: auto !important;
  }

  .aboutimg img {
    height: auto !important;
  }

  .footertop {
    height: auto !important;
  }

  .bighead,
  .leftside,
  .rightside {
    opacity: 1 !important;
  }

  .bighead,
  .leftside,
  .rightside {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobbglight {
    background-color: #fff;
    /* background-color: #f7f2e8; */
    padding: 40px 0;
  }

  .footersvg {
    display: none;
  }

  .bannerwrapper {
    top: 86px !important;
  }

  .timewrap {
    margin-bottom: 10px;
  }

  .owl-theme.gallery-carousel .owl-item {
    transform: scale(1);
    opacity: 1;
    padding: 0 1rem;
  }

  .homeslider {
    height: auto !important;
  }

  .fixed {
    padding: 9px 20px;
    display: inline-block;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0deg);
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .footer {
    padding-bottom: 13px;
  }

  #overview {
    padding: 0;
  }

  .location iframe {
    width: 100%;
  }

  .reracode {
    width: 31%;
  }
}

@media only screen and (max-width: 576px) {
  .circleitem {
    width: 6rem;
    height: 6rem;
  }

  .circleitem img {
    width: 2rem;
    height: 2rem;
  }

  .circularwrapper {
    bottom: -57.5rem;
  }

  .circleitem p {
    font-size: 11px;
  }

  .customcontainer {
    max-width: 100%;
    padding: 0 15px;
  }

  .curcularsvg {
    width: 154vw;
  }

  section#gallery {
    padding: 2rem 0 2rem;
  }

  .configuration-carousel .imgwrapper img {
    /* height: 200px !important; */
    object-fit: cover;
    object-position: bottom;
  }
}

.innerfooter {
  background-color: #c2a069;
  /* background: linear-gradient(135deg, #9d2148, #dc3c6c); */
  color: #fff !important;
}





.highlights-section {
  background-color: #f4f9f8;
  padding: 60px 0;
}

.highlights-title {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.highlights-img-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.highlights-img-wrapper img {
  width: 200px;
}

.highlights-card {
  padding: 25px 20px;
  margin: 20px;
  border-radius: 10px;
  text-align: center;
  min-height: 230px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  color: #000;
  background: #fff;
}

.highlights-card:hover {
  background-color: #c2a069;
  border: #fff !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.highlights-img img {
  width: 60px;
  margin-bottom: 15px;
  transition: filter 0.3s ease;
}


.highlights-card:hover .highlights-img img {
  filter: brightness(0) invert(1);
}

.highlights-description {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.highlights-card:hover .highlights-description {
  color: #fff;
}

@media (max-width: 1024px) {
  .highlights-card {
    padding: 20px 16px;
    margin: 16px auto;
    border-radius: 8px;
    min-height: 200px;
    max-width: 85%;
  }

  .highlights-img img {
    width: 50px;
    margin-bottom: 12px;
  }

  .highlights-description {
    font-size: 13px;
    line-height: 1.5;
  }
}


@media (max-width: 768px) {
  .highlights-card {
    padding: 30px 12px;
    margin: 10px auto;
    border-radius: 8px;
    min-height: 160px;
    max-width: 90%;
    /* Reduced width */
  }

  .highlights-img img {
    width: 35px;
    margin-bottom: 8px;
  }

  .highlights-description {
    font-size: 11px;
    line-height: 1.4;
  }
}

/* @media (max-width: 767px) {
  .highlights-card {
    min-height: 250px;
  }

  .highlights-description {
    font-size: 13px;
    padding: 0 10px;
  }

  .highlights-img img {
    width: 50px;
  }
} */



/* Navigation Buttons */
/* 
.custom-swiper-button-prev,
.custom-swiper-button-next {
   background: linear-gradient(135deg, #9d2148, #dc3c6c);
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}


.custom-swiper-button-prev::after,
.custom-swiper-button-next::after {
  color: #fff !important;
  font-size: 16px;
}


.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
 background: linear-gradient(135deg, #9d2148, #dc3c6c);
  color: #fff !important;

}


.custom-swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px; 
  margin-top: 20px;
}


.custom-swiper-pagination {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}

.custom-swiper-pagination .custom-swiper-bullet {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.custom-swiper-pagination .custom-swiper-bullet.active {
 background: linear-gradient(135deg, #9d2148, #dc3c6c);
}

.text-colour{
  color: #000 !important;
}
 */

.custom-swiper-controls {
  flex-direction: row;
  gap: 1rem;
}


.navbutton {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;

}

.navbutton img {
  width: 20px;
  height: auto;
}



@media (max-width: 768px) {
  .navbutton {
    width: 36px;
    height: 36px;
  }

  .navbutton img {
    width: 16px;
  }
}


.navbutton img {
  width: 45px;
  height: auto;
}


.logo-img {
  height: 60px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .logo-img {
    height: 50px;
  }

  .navbar-nav {
    gap: 0.5rem !important;
  }

  .nav-link {
    padding: 0.5rem 0;
  }
}

.logo-img {
  height: 60px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .logo-img {
    height: 50px;
  }

  .navbar-brand.d-lg-block {
    display: none !important;
  }
}



#floorplan {
  position: relative;
  padding: 40px 0;
}

.floor-gallery {
  border: 2px solid #C3B493;
  overflow: hidden;
  position: relative;
}

.floor-gallery img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  filter: blur(14px);
}

.floor-gallery .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.floor-gallery:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #c2a069;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
}


.floor-gallery:hover:before {
  opacity: 0.8;
}

.floor-gallery .theme-btn {
  position: relative;
  border: 0;
  text-decoration: none;
  color: #fff;
  background-color: #c2a069;
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ffffff30;
}

.floor-gallery .theme-btn:hover {
  border: 1px solid #fff;
}

/* Responsive overrides if needed */
@media (max-width: 767px) {
  .section-head2 h1 {
    font-size: 24px;
  }

  .floor-gallery .theme-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.innerHighlights {
  background-image: url("../imgs/newtexture.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  overflow: hidden;
}


.aminitesjoined {
  background-image: url("../imgs/newtexture00.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


@media (max-width: 1024px) {
  .slider1 .item h3 {
    font-size: 22px !important;
      margin-top: 20px !important;
  }


  .slider1 .item ul li {
    font-size: 14px !important;
  
  }

  .slider1 .item h3 img {
    height: 24px !important;
    width: 24px !important;
    margin-left: 8px !important;
  }

  .slider2 .item img {
    object-fit: contain !important;
    height: auto !important;
  }

  .slider2 {
    margin-top: 20px;
  }

  .contentwrp {
    padding: 10px !important;
  }

  .row.align-items-center {
    flex-direction: column;
  }

  .col-md-7,
  .col-md-5 {
    width: 100%;
    max-width: 100%;
  }
}


.blurred-img {
  filter: blur(4px);
  transition: filter 0.3s ease-in-out;
}



@media (max-width: 1024px) {
  .location .col-lg-6:last-child {
    order: 2;
    /* Push map to bottom */
  }

  .location .col-lg-6:first-child {
    order: 1;
    /* Keep text first */
  }
}

.disc-click2,
.disc-click3 {
  text-decoration: underline !important;
}


@media (max-width: 768px) {
  .location-slider-btn-prev,
  .location-slider-btn-next {
    z-index: 10;
    cursor: pointer;
  }

  .location-slider-btn-prev img,
  .location-slider-btn-next img {
    width: 50px;
    height: 50px;
      filter: brightness(0) invert(1);
    
  }
}

