@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
html,
body {
  font-family: "Poppins", sans-serif;
}

.rajesh-mardir-wrapper {
  background-color: #fff;
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section {
    min-height: 500px;
    align-items: baseline;
    padding-top: 20px;
  }
}
@media (max-width: 800px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section {
    background-image: url(./images/rajesh_mandir/rajm_mobbnr.jpg) !important;
    background-position: top;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper {
  text-align: center;
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .logo-wrapper img {
  width: 100%;
  max-width: 452px;
}
@media (max-width: 800px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .logo-wrapper img {
    width: 60%;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper h4 {
  margin: 40px 0;
  font-size: 23px;
  color: #212121;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper h4 {
    font-size: 18px;
    margin: 15px 0;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 800px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper {
    gap: 10px;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ebebeb;
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box .left-bhk {
  min-width: 130px;
  padding: 5px 10px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box .left-bhk {
    min-width: 90px;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box .left-bhk h3 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box .left-bhk h3 {
    font-size: 17px;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box .right-bhk-details p {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  color: #535353;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box .right-bhk-details p {
    font-size: 16px;
  }
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box:first-child .left-bhk {
  background-color: #e89829;
}
.rajesh-mardir-wrapper .rajesh-mardir-hero-section .rajesh-mardir-hero-inner .rajesh-hero-content-inner .hero-content-wrapper .bhk-wrapper .bhk-box:last-child .left-bhk {
  background-color: #054a81;
}
.rajesh-mardir-wrapper .details-section-wrapper {
  margin: 70px 0;
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .details-section-wrapper .details-section-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .rajesh-mardir-wrapper .details-section-wrapper .details-section-inner {
    grid-template-columns: 1fr;
  }
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-right: 2px solid #b6b6b6;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box {
    border-right: 0px solid transparent;
  }
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box:last-child {
  border-right: 0px solid transparent;
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box:first-child .image-wrapper img {
  max-width: 70px;
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details h5 {
  margin-top: 0;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details h5 {
    font-size: 18px;
  }
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details p {
  color: #064b82;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details p {
    font-size: 14px;
  }
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details span {
  margin-top: 15px;
  display: block;
  color: #595959;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details span {
    font-size: 14px;
  }
}
.rajesh-mardir-wrapper .details-section-wrapper .details-section-inner .details-box .inner-details .right-details span a {
  color: #064b82;
}
.rajesh-mardir-wrapper .discovery-section-wrapper {
  padding-bottom: 70px;
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner {
    grid-template-columns: 1fr;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section {
    padding-bottom: 0;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-wrapper img {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-wrapper img {
    max-width: 100%;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-top-content {
  background-color: #d3a05d;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-top-content {
    width: 100%;
    position: unset;
  }
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-top-content {
    padding: 20px 15px;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-top-content h3 {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .left-image-section .image-top-content h3 {
    font-size: 24px;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section h2 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section h2 {
    font-size: 26px;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section p {
  color: #595959;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section p {
    margin-bottom: 25px;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section .enquire-wrapper a {
  display: block;
  width: fit-content;
  background-color: #064b82;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section .enquire-wrapper a {
    font-size: 16px;
  }
}
.rajesh-mardir-wrapper .discovery-section-wrapper .discovery-section-inner .right-content-section .enquire-wrapper a:hover {
  background-color: #d3a05d;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper {
  background-color: #2b2b2d;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner {
    grid-template-columns: 1fr;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section {
  position: relative;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section h2 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 45px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section h2 {
    font-size: 26px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section p {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section p {
    margin-bottom: 25px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section .enquire-wrapper a {
  display: block;
  width: fit-content;
  background-color: #d3a05d;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section .enquire-wrapper a {
    font-size: 16px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section .enquire-wrapper a:hover {
  background-color: #064b82;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section .toltip {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .left-content-section .toltip {
    display: none;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper {
  height: 400px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper {
    height: 630px;
    display: none;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime {
  height: 100%;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper .box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper .box-wrapper:first-child {
  margin-top: 50px;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper .box-wrapper .image-content-wrapper .content-wrapper a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper .box-wrapper .image-content-wrapper .content-wrapper a .image-wrapper img {
  width: 100%;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper .box-wrapper .image-content-wrapper .content-wrapper a h5 {
  text-align: center;
  width: 95%;
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-location-inner .right-vertical-slider-section .slider-inner-wrapper .mySwiperPrime .swiper-wrapper .swiper-slide .inner-slider-wrapper .box-wrapper .image-content-wrapper .content-wrapper a h5 {
    font-size: 18px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper {
    display: block;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-slider .item .content-wrapper a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-slider .item .content-wrapper a .image-wrapper img {
  width: 100%;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-slider .item .content-wrapper a h5 {
  text-align: center;
  width: 95%;
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-slider .item .content-wrapper a h5 {
    font-size: 18px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .slick-prev {
  display: none !important;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .slick-next {
  display: none !important;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .slick-slide {
  margin: 0 5px;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .item .content-wrapper a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .item .content-wrapper a .image-wrapper img {
  width: 100%;
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .item .content-wrapper a h5 {
  text-align: center;
  width: 95%;
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .prime-mobile-slider-wrapper .prime-mobile-demo-slider .item .content-wrapper a h5 {
    font-size: 18px;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .bg-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .bg-img {
    display: none;
  }
}
.rajesh-mardir-wrapper .prime-location-section-wrapper .mobile-tooltip {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
  display: none;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .prime-location-section-wrapper .mobile-tooltip {
    display: block;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper {
  margin-top: 25px;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner {
  position: relative;
  z-index: 1;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .item .item-inner {
  position: relative;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .item .item-inner .image-wrapper img {
  width: 100%;
  opacity: 0.5;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .item .item-inner h5 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 38px;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  left: 40px;
  top: 50px;
  opacity: 0;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .item .item-inner h5 {
    font-size: 16px;
    left: 15px;
    top: 15px;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .center .item .item-inner {
  position: relative;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .center .item .item-inner .image-wrapper img {
  opacity: 1;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .center .item .item-inner h5 {
  opacity: 1;
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .owl-nav img {
  width: 70px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .owl-nav img {
    width: 50px;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .owl-nav .owl-prev {
  left: 150px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .owl-nav .owl-prev {
    left: 50px;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .owl-nav .owl-next {
  right: 150px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .rooms-slider .owl-nav .owl-next {
    right: 50px;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .enquire-wrapper {
  position: absolute;
  bottom: 50px;
  right: 12%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .enquire-wrapper {
    position: unset;
    bottom: unset;
    right: unset;
    text-align: center;
    margin-top: 20px;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .enquire-wrapper a {
  display: block;
  width: fit-content;
  background-color: #d3a05d;
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .enquire-wrapper a {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rajesh-mardir-wrapper .rooms-section-wrapper .rooms-section-inner .enquire-wrapper a:hover {
  background-color: #064b82;
}
.rajesh-mardir-wrapper .apartment-plan-section {
  margin-top: 70px;
}
.rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .title-wrapper {
  text-align: center;
}
.rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .title-wrapper h2 {
  text-align: center;
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .title-wrapper h2 {
    font-size: 26px;
  }
}
.rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .apartment-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .apartment-box-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .apartment-box-wrapper .apartment-box a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .apartment-box-wrapper .apartment-box a .image-wrapper img {
  width: 100%;
}
.rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .apartment-box-wrapper .apartment-box a h4 {
  width: 90%;
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .apartment-plan-section .custom-container .apartment-plan-inner .apartment-box-wrapper .apartment-box a h4 {
    font-size: 18px;
  }
}
.rajesh-mardir-wrapper .experience-map-section {
  background-color: #102542;
  padding: 70px 0;
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner {
    grid-template-columns: 1fr;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section {
  padding-left: 33%;
  padding-top: 4%;
}
@media (max-width: 1750px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section {
    padding-left: 20%;
  }
}
@media (max-width: 1399px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section {
    padding-left: 0%;
  }
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section {
    padding-top: 0;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .title-wrapper h2 {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 45px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .title-wrapper h2 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .title-wrapper h2 br {
    display: none;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box {
    margin-bottom: 20px;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box:last-child {
  margin-bottom: 0;
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .image-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .image-title-wrapper .image-wrapper img {
  width: 60px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .image-title-wrapper .image-wrapper img {
    width: 50px;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .image-title-wrapper h6 {
  margin: 0;
  font-size: 22px;
  color: #009fe2;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .image-title-wrapper h6 {
    font-size: 18px;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .location-details-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 5px;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .location-details-wrapper {
    grid-template-columns: 1fr;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .location-details-wrapper .box-wrapper .icon-details-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .location-details-wrapper .box-wrapper .icon-details-wrapper img {
  width: 17px;
  height: 18px;
  margin-top: 4px;
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .left-section .location-box-wrapper .location-box .location-details-wrapper .box-wrapper .icon-details-wrapper p {
  margin: 0;
  color: #fff;
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .right-map-section .bg-img {
  width: 96%;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .right-map-section .bg-img {
    display: none;
  }
}
.rajesh-mardir-wrapper .experience-map-section .experience-map-inner .right-map-section iframe {
  width: 100%;
  height: 1000px;
}
@media (max-width: 1199px) {
  .rajesh-mardir-wrapper .experience-map-section .experience-map-inner .right-map-section iframe {
    height: 500px;
  }
}

/*# sourceMappingURL=rajmandir.css.map */
