@import url("https://fonts.googleapis.com/css2?family=Proza+Libre:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Proza+Libre:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "Madecanvaslight";
  src: url("../fonts/MADE-Canvas.otf");
}

@font-face {
  font-family: "Madecanvas";
  src: url("../fonts/MADE-Canvas-Regular.otf");
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CinzelDecorative';
  src: url('../fonts/CinzelDecorative-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}




.proza-libre {
  font-family: "Proza Libre", sans-serif !important;
}

.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.madecanvas {
  font-family: "Madecanvas";
}

.rale {
  font-family: "Raleway", sans-serif;
}

html {
  overflow-x: hidden !important;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #000;
}

body::-webkit-scrollbar-thumb {
  background: #e9c97a;
}

body::-webkit-scrollbar-thumb:hover {
  background: #e9c97a;
}

body {
  font-family: "Proza Libre", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proza Libre", sans-serif;
}

a {
  text-decoration: none !important;
}

.dark-bg {
  background: linear-gradient(180deg, #f7f2e8 -4.58%, #f7f2e8 100%);
}

.light-bg {
  background: #f7f2e8;
}

.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%);
}

.video_fixed .video-wrapper .desk-video {
  position: relative;
}

.section-title {
  font-family: 'PlayfairDisplay', serif !important;
  font-size: 3vw;
  line-height: 1.2;
}

.section-subtitle {
  font-family: "Pinyon Script", cursive;
  font-size: 4vw;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom:20px;
  margin-top:14px;
}


.section-subtitle.imx-small{
    font-size: 2.8vw;
}



.suraj-sir{
    padding-top: 39px; !important"
}


.subtitle {
  font-family: "Pinyon Script", cursive;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.subhead {
  font-family: "Pinyon Script", cursive;
  font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
}

.sub-title {
  font-size: 30px;
}

.sec-padd {
  padding: 50px 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-align: justify !important;
}

.text-gradient {
  background: linear-gradient(to right, #e9c97a 0%, #d4a742 14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#overview {
  /*background-image: url("../images/overviewbg.jpg");*/
  background-color: #F7F2E8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.gallery {
  background-image: url("../images/gallerybg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99;
  /* opacity: 70%; */
}

.gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.5;
  /* 50% visibility */
  z-index: -1;
  /* Behind your actual content */
}

.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("../images/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: 6.7vh;
}

.spacer {
  border-bottom: 1px solid #d6b981;
  width: 15%;
  margin: 1.5vw auto 0;
}

.custspacer {
  width: 40%;
}

.title {
 
  font-family: "Raleway", sans-serif;
  font-size: calc(15px + (40 - 22) * (100vw - 320px) / (1920 - 320));
  text-transform: capitalize;
  margin-top: 1.5vw;
  font-weight:700;
}

.title.IMX-T{
  font-size :1.4rem !important;
  font-weight:700;
}

.title2 {
  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: "Raleway", sans-serif;*/
  border-radius: 18px;
  border: 1px solid #fff;
  background: #000;
  padding: 1.2vw 2vw;
  color: #c6a95d;
  font-weight: 600;
  text-align: center;
}

.configurationbox {
  border: 1px solid #d6b981;
  /* 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 {
  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: 9vw;
  height: 9vw;
  color: #c6a95d;
  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: 2.5vw;
  height: 2.5vw;
  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: #c6a95d;
  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(https://raymondrealty.in/thane_GS2/the-address-by-gs-season-2/images/graytextured.jpg) no-repeat !important;
  background-size: cover !important;
  background-position: center;
  width: 100%;
  height: 100%;
}

/******************Header**************/
.navbar-light {
  background: rgba(58, 38, 13, 0.9);
}

.navbar-brand img {
  width: 9vw;
  height: auto;
}

.logo2 img {
     right: -77px;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    width: 8vw;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  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='rgba(196, 149, 72, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23c49548' width='30px' height='30px' viewBox='0 0 0.9 0.9' xmlns='http://www.w3.org/2000/svg' id='cross' class='icon glyph'%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") !important;
}

.navbar-light .navbar-toggler {
  color: #000000 !important;
  border-color: transparent !important;
}



.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header .nav-link {
  font-family: "Proza Libre", sans-serif !important;
  color: #ffffff !important;
  font-size: 1vw;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

header .nav-link:hover {
  color: #e9c97a !important;
}

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: #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: 5vw;
    height: 3vw;
    filter: brightness(8) invert(1);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 0%;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 0%;
}

.slider1 .owl-nav {
  text-align: right;
}

.slider1 .owl-nav button.owl-next,
.slider1 .owl-nav button.owl-prev {
  float: none;
  left: auto;
  right: 0;
  position: relative;
}

.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: 18px;
  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(../images/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: linear-gradient(93deg,
      #dab55b 3.92%,
      #e9c97a 50.02%,
      #d4a742 96.13%);
  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: #000;
}

.fixed img {
  max-width: 45px;
}

.whatsapp-wrap {
  text-align: right;
}

/************Button**************/

.round-btn {
  color: #000;
  background: linear-gradient(93deg,
      #dab55b 3.92%,
      #e9c97a 50.02%,
      #d4a742 96.13%);
  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: 0 !important;
  font-family: "Madecanvas";
  font-weight: 600;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #745c2c;
  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(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.form-btn {
  background: linear-gradient(90deg,
      #af842d 342.95%,
      #b58c35 372.89%,
      #c8a54b 432.76%,
      #cead53 442.74%);
  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;
}

.ami-overlay.type-2{
    font-size: 0.7vw;
        right: 40%;
}


.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 #c6a95d;
}

.galimg:hover .ami-overlay {
  right: 0;
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}
.galimg:hover .ami-overlay.type-2{
  right: 40%;

}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 12px;
  padding: 4px 7px;
  z-index: 2;
}


.artist_txt.type-2 {
  background: #000;
    color: #d4af37;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}



/* Responsive font for smaller devices */
@media screen and (max-width: 768px) {
    .artist_txt.type-2 {
        font-size: 18px;
        padding: 10px 16px;
    }
}

@media screen and (max-width: 480px) {
    .artist_txt.type-2 {
        font-size: 16px;
        padding: 8px 14px;
    }
}


.artist_txt.imx {
  background: rgb(255, 255, 255);
  color: #bc7813;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  height: max-content;
  padding: 4px 7px;
  border-radius: 20px;
  width: max-content;

}

.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: url(../images/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: "ogg Bold";
  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: "ogg" !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/
.sec-thankyou {
  background: linear-gradient(180deg, #f7f2e8 -4.58%, #f7f2e8 100%) !important;
  height: 100vh;
}

.thankyouheader {
  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: "ogg Bold";
}

#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;
}

#contact-form-main input.checkbox {
  height: 20px !important;
  border-radius: 0;
  width: 20px !important;
  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;
}

/* .gallery::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.8) -65.38%,
      rgba(0, 0, 0, 0.4) -0.74%,
      rgba(247, 242, 232, 0.7) 40.87%,
      #f7f2e8 100%);
  width: 100%;
  height: 2vw;
  bottom: -1%;
  left: 0;
  z-index: 9;
} */

.locadvslider {
  background-color: #c6a95d;
}

.locadvslider::before {
  position: absolute;
  content: "";
  left: -100%;
  background-color: #c6a95d;
  width: 130%;
  height: 100%;
  top: 0;
}

.time {
  font-size: calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320));
  font-family: "Madecanvas";
  line-height: 1;
}

.sec {
  font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
  font-family: "Madecanvas";
}

.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: "Madecanvaslight";
  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: #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: #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;
  }

  .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%;
  }

  #floorplan{
    .owl-carousel .owl-item img {
      height: 50vh !important;
    }
  }
  .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: 14px;
  }

  .banner-title {
    font-size: 40px;
  }

  .list li {
    font-size: 14px;
  }

  .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;
  }

  .section-subtitle {
    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;
  }

  .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: 89px;
  }

  .sec-padd {
    padding: 20px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    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: 8rem;
    height: 8rem;
  }

  .circleitem img {
    width: 3rem;
    height: 3rem;
  }

  .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;
  }

  .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) {
  .fa-3x {
    font-size: 2em !important;
  }

.suraj-sir{
  padding-top: 46px  !important;
}

  .homeslider {
    .owl-carousel .owl-item img {
                
            height: 69vh !important;
    }
  }



  .owl-carousel .owl-item img {
    height: 33vh !important;
  }



  .reverse-col {
    flex-direction: column-reverse;
  }

  .section-title {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 40px;
  }

  .artist_txt {
    font-size: 11px;
  }

  .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: 15px;
    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;
  }
  
  .headlogo.imx-99{
      width:90px;
  }

  .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: #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: 8rem;
    height: 8rem;
  }

  .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;
  }
}


.imx-form input {
  outline: rgb(234, 173, 67) 1px solid !important;
  border: none !important;
  border-radius: 20px;
  padding: 20px;
}

.IMX-Fonter{
  font-family: 'PlayfairDisplay', serif !important;
}



.imx-ok{
        bottom: 25% !important;
}