:root {
  --text-grey: #666666;
  --gray-color: #03060E;
}

.fullwidth-page {
  width: 100%;
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
}

.absaylogo img {
  width: 450px;
}

.fnt40 {
  font-size: 40px;
}

.fullwidth-page p {
  font-size: 16px;
  margin: 0 0 18px 0;
  line-height: 1.75;
}

.bg-skyblue {
  background-color: #e8f8fd;
}

.bg-gold {
  background-color: #A88A3F;
}

.bg-darkblue {
  background-color: #252f7b
}

.hddark-blue {
  color: #272f7b;
}

.bg-drkgrey {
  background-color: #f1eeef;
}

.fullwidth-page .hero-banner-main {
  width: 100%;
  height: 100vh;
}

.sectionProlst {
  background: #f1eeef;
  padding: 50px 0px;
  margin: 0px !important;
}

.fullwidth-page .hero-banner-main .herobanner-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0 190px;
  width: 100%;
  height: 100%;
  background-image: url(../images/projects-details/dholera/dholera-banner.jpg);
}

.fullwidth-page .hero-banner-main .herobanner-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, var(--gray-color), transparent);
  background: linear-gradient(90deg, var(--gray-color), transparent);
  z-index: 1;
  opacity: .8;
}

.fullwidth-page .hero-banner-main .herobanner-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, transparent, var(--gray-color));
  background: linear-gradient(90deg, transparent, var(--gray-color));
  z-index: 1;
  opacity: .5;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, var(--gray-color), transparent);
  background: linear-gradient(90deg, var(--gray-color), transparent);
  z-index: 1;
  opacity: .8;
}

.image-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(left, transparent, var(--gray-color));
  background: linear-gradient(90deg, transparent, var(--gray-color));
  z-index: 1;
  opacity: .5;
}


.fullwidth-page .hero-banner-main .herobanner-img .hero-content {
  position: relative;
  z-index: 5;
}

.fullwidth-page .hero-banner-main .herobanner-img .hero-content h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

.fullwidth-page .hero-banner-main .herobanner-img .hero-content p {
  font-size: 16px;
  color: #fff;
}

.fullwidth-page .hero-banner-main .herobanner-img .hero-content button {
  padding: 12px 36px;
  font-size: 16px;
}

.fullwidth-page.highlighted-pro-section .highlighted-properties {
  height: 400px;
}

/* .fullwidth-page .highlighted-pro-section .highlighted-properties .highlighted1 .highlightedProDetails{width: auto;} */
.fullwidth-page.highlighted-pro-section .highlighted-properties .highlighted1 .banner-title {
  top: 40px;
}

.fullwidth-page .hero-banner-main .herobanner-img .play-button {
  z-index: 999;
}

.fullwidth-page .hero-banner-main .herobanner-img .play-button img {
  border-radius: 10px;
  border: #fff solid 5px
}

.video-playic {
  background-image: url(../images/icons/play-button.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -10px;
}

.dholeraprojects .ratemsg {
  margin-top: 10px;
  background: #fff3cd;
  color: #664d03;
  font-weight: 600;
}

.news-section {
  background: #F6F0E0;
}

.news-buzz .owl-item {
  margin-bottom: 50px;
}

.news-buzz .item img {
  border: #C5B58B solid 10px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .12);
}

/* .dholeraprojects .actionDiv .btn.btn-success{padding:11px 9px!important;} */
.imgbx {
  position: relative;
}

.space-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.dholeraprojects .actionDiv .whatsappic {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.whatsappic-ftr {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.whatsappic-fixed {
  width: 32px;
  height: 32px;
  margin-top: 3px;
}

.rowp {
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.gradiant-card {
  background: #4b6cb7;
  color: #fff;
  background: -webkit-linear-gradient(to right, #182848, #2951ad);
  background: linear-gradient(to right, #182848, #2951ad);
}

.gradiant-card h6 {
  color: #fdcb50;
}

.gradiant-card img {
  width: 100px;
  height: auto;
}

.dholera-bullets {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.dholera-bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dholera-bullets .bullet-color {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.dholera-bullets .bullet-color.residential {
  background-color: #fffe40;
}

.dholera-bullets .bullet-color.high-access-cor {
  background-color: #fe9f07;
}

.dholera-bullets .bullet-color.city-centre {
  background-color: #0c03c5;
}

.dholera-bullets .bullet-color.industrial {
  background-color: #6544ac;
}

.dholera-bullets .bullet-color.logistics {
  background-color: #282d2b;
}

.dholera-bullets .bullet-color.knowledge-it {
  background-color: #ef56b0;
}

.dholera-bullets .bullet-color.recreation {
  background-color: #84c800;
}

.dholera-bullets .bullet-color.entertainment {
  background-color: #1ab406;
}

.dholera-bullets .bullet-color.roads {
  background-color: #d7d0a8;
}

.dholera-bullets .bullet-color.strategic {
  background-color: #5b575e;
}

.dholera-bullets .bullet-color.tourism {
  background-color: #017408;
}

.dholera-bullets .bullet-color.greenspace {
  background-color: #7cce01;
}

.dholera-bullets .bullet-color.village-buffer {
  background-color: #03cd48;
}

.dholera-bullets .bullet-color.village-settlements {
  background-color: #fe5e5e;
}

.dholera-bullets .bullet-color.agriculture {
  background-color: #07bc04;
}

.dholera-bullets .bullet-color.public-facility {
  background-color: #f70000;
}

.dholera-bullets .bullet-color.river {
  background-color: #06ffff;
}

.dholera-bullets .bullet-color.solar-park {
  background-color: #f95551;
}

.dholera-bullets .bullet-color.land-crzi {
  background-color: #affffd;
}

.dholera-concept {
  width: 100%;
}

.dholera-concept h6 {
  color: #ae8f49
}

.dholera-concept ul li {
  font-size: 16px;
  margin-bottom: 12px;
}

.dholera-concept .cont_box {
  padding: 15px;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-radius: 15px;
  background: #f7f3ec;
}

.dholera-concept .cardlist {
  background: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .12);
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.dholera-concept .cardlist img {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.focussectors {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.focussectors li {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  width: 24%;
  color: #fff;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 300;
}

.focussectors li img {
  width: 60px;
  height: auto;
}

.register-modle {
  background: #cbedff;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -15px;
  margin-bottom: 20px;
}

.register-modle h2 {
  font-size: 21px;
}

.whatsapp-btn-fixed {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn-fixed i {
  color: #fff;
  font-size: 35px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 1400px) {
  .fullwidth-page .container {
    max-width: 1320px;
  }
}

@media (min-width: 1299px) {
  .gx-70 {
    --bs-gutter-x: 70px;
  }
}

@media (max-width: 1299px) {
  .focussectors {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .focussectors li {
    display: flex;
    gap: 8px;
    width: auto;
    font-size: 13px;
    line-height: 1rem;
    font-weight: 400;
  }

  .focussectors li img {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .fullwidth-page {
    padding-top: 60px;
  }

  .fullwidth-page .hero-banner-main .herobanner-img .hero-content h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
  }

  .fnt40 {
    font-size: 32px;
  }

  .fullwidth-page p {
    line-height: 1.5;
  }

  .fullwidth-page .hero-banner-main {
    height: auto;
  }

  .fullwidth-page .hero-banner-main .herobanner-img {
    padding: 90px 0 90px;
  }

  .space-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dholera-concept .container, .bg-skyblue .container {
    width: 90%;
  }

  /* .navbar-brand{width:35px;} */
  .absaylogo img {
    width: 240px;
  }

  .navbar-nav.dholeranav .nav-link {
    padding: 5px 4px !important;
  }

  .navbar-nav.dholeranav .nav-item {
    border-bottom: none !important;
  }

  .navbar-nav.dholeranav .nav-link::after {
    font: inherit;
    content: "";
  }

  .mobile-enqsection .btn {
    font-size: 14px;
  }

  .mobile-enqsection .w-40 {
    width: 40%;
  }

  .mobile-enqsection .w-60 {
    width: 60%;
  }
}

/* ==============================================================
     # Video Button Play
=================================================================== */
.play-button {
  position: relative;
  margin-top: 0px;
}

.video-play-button {
  color: #1cb9c8;
  font-size: 36px;
  left: 30%;
  position: static;
  top: 30px;
  display: contents;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff0000 repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -10px;
}

.aboutdholera.scaleauto {
  animation: 50s ease 0s normal none infinite running zoomEffect;
  -webkit-animation: 50s ease 0s normal none infinite running zoomEffect;
  -o-animation: 50s ease 0s normal none infinite running zoomEffect;
  -moz--o-animation: 50s ease 0s normal none infinite running zoomEffect;
}

.aboutdholera.scaleauto .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 36%;
  margin: 0px auto;
}

@keyframes zoomEffect {
  from {
    transform: scale(1, 1)
  }
  to {
    transform: scale(3, 3)
  }
}
