body {
  font-family: "Poppins", sans-serif;
}

.loading-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #98ad1c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mainContent {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
.logo-sm {
  float: left;
}
.logo-sm img {
  width: 200px;
  margin-top: 10px;
}
.comming-soon {
  padding: 50px 0px;
}
.coming-soon {
  font-size: 70px;
  margin-top: 150px;
}

.logo-upcoming {
  text-align: center;
}
.logo-upcoming img {
  width: 200px;
  margin-top: 10px;
}
.diveder-1px {
  width: 100px;
  height: 1px;
  background-color: #adadad;
  margin: 30px auto;
}
.under-con {
  width: 280px;
}
.top-nav {
  width: 100%;
  padding: 5px 0px;
  position: absolute;
  top: 0;
  z-index: 60;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255);
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.navbar-expand-lg .navbar-collapse {
  margin-top: 10px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255 255 255);
  border-bottom: 2px solid #bed62f;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(251 251 251 / 63%);
}
.top-nav h5 {
  margin: 25px 0px;
  color: #673ab7;
  font-size: 22px;
}
.top-text-style {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-right: 25px;
  margin-top: 10px;
}
.top-text-style a {
  color: #fff;
}
.top-text-style span {
  font-size: 15px;
  font-weight: 400;
}

.top-text-style2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-right: 25px;
  margin-top: 10px;
  background-color: #afc637;
  padding: 5px 25px;
  width: max-content;
  margin: 0px auto;
  border-radius: 25px;
}
.top-text-style2 a {
  color: #000;
}
.top-text-style2 span {
  font-size: 15px;
  font-weight: 400;
}

.banner-box {
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100dvh; /* Adjust as needed for the height of the video container */
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-t1 {
  font-size: 17px;
  color: #ffffff;
  z-index: 60;
  position: absolute;
  bottom: 0;
}
.socul-section {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 31%;
}
.socul-section-left {
}
.line {
  width: 1px;
  height: 150px;
  background-color: #ffffff;
  margin-left: 3px;
}
.socul-icon {
}
.socul-icon ul {
  margin: 0;
  padding: 0;
}
.socul-icon ul li {
  list-style-type: none;
  padding: 1px 0px;
}
.socul-icon ul li a {
  color: #ffffff;
  font-size: 14px;
}
.about-pionier {
  background-image: url(../img/map-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}
.about-pionier h6 {
  font-size: 38px;
}
.about-pionier h6 span {
  width: 60px;
  height: 3px;
  background-color: #98ad1c;
  display: inline-block;
  position: relative;
  bottom: 10px;
}
.about-pionier h4 {
  color: #98ad1c;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-pionier p {
  font-size: 20px;
  font-weight: 300;
}
.bg-1 {
  background-image: url(../img/about-bg-1.jpg);
  background-position: center;
  background-size: cover;
}
.bg-2 {
  background-image: url(../img/about-bg-2.jpg);
  background-position: center;
  background-size: cover;
}
.bg-3 {
  background-image: url(../img/about-bg-3.jpg);
  background-position: center;
  background-size: cover;
}
.bg-4 {
  background-image: url(../img/about-bg-4.jpg);
  background-position: center;
  background-size: cover;
}
.bg-5 {
  background-image: url(../img/about-bg-5.jpg);
  background-position: center;
  background-size: cover;
}
.bg-6 {
  background-image: url(../img/about-bg-6.jpg);
  background-position: center;
  background-size: cover;
}
.bg-7 {
  background-image: url(../img/about-bg-7.jpg);
  background-position: center;
  background-size: cover;
}
.bg-8 {
  background-image: url(../img/about-bg-8.jpg);
  background-position: center;
  background-size: cover;
}
.bg-black {
  background-color: #000000a1;
  height: 100%;
  position: relative;
}

.counter-container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  text-align: center;
  margin: 15px 25px;
  width: 166px;
  height: 150px;
  background-color: #d1d1d1;
  float: left;
}
.ml-150 {
  margin-left: 128px;
}
.counter {
  font-size: 38px;
  margin-top: 20px;
  color: white;
  font-weight: 600;
}
.bg-black span {
  color: white;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}

.chairman-message {
  background-color: #f5f5f5;
  padding: 50px 0px 100px 0px;
}
.message-body {
}
.message-box {
  text-align: center;
  width: 250px;
  height: 450px;
  position: absolute;
  background-color: #f5f5f5;
  border: 4px solid #545454;
  margin: 0px auto;
  left: 0;
  right: 0;
}
.message-box-text {
  text-align: center;
  position: relative;
  z-index: 5;
  background-color: #f5f5f5;
  padding: 15px 0px;
  margin-top: 40px;
}
.message-box-text h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.message-box-text p {
  font-size: 15px;
}
.message-box-text h5 {
  font-size: 14px;
}
.message-box-text h6 {
  text-transform: uppercase;
  font-size: 12px;
}
.message-box-text p span {
  font-size: 60px;
  position: absolute;
  color: #dddddd;
  margin: -12px 0px 0px 10px;
}
.quote-l {
  position: absolute;
  font-size: 60px;
  z-index: 8;
  left: -42px;
  top: 41px;
  color: #dddddd;
}
.quote-r {
  position: absolute;
  font-size: 60px;
  z-index: 8;
  top: 322px;
  right: -37px;
  color: #dddddd;
}
.best-project {
  background-color: #fff;
  padding: 0px 0px;
}
.project-box {
}
.black-pach {
  background-color: #00000075;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 15px;
  height: 100%;
  cursor: pointer;
}
.black-pach:hover {
  background-color: #00000000;
}
.black-pach-text {
  position: absolute;
  bottom: 20px;
}
.black-pach-text h4 {
  color: #fff;
  font-size: 18px;
}
.black-pach-text p {
  color: #fff;
  font-size: 13px;
}

.proj-statas {
  position: absolute;
  right: 20px;
  top: 20px;
}
.black-pach .proj-statas img {
  display: none;
  width: 35px;
  height: 35px;
}
.black-pach:hover .proj-statas img {
  display: block;
}

.project-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
.plot-detail {
  background-color: #b7b7b7;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}
.plot-detail:hover .detail {
  background-color: #343c01eb;
}
.plot-detail:hover .detail .detail-left {
  transition: all 0.5s ease;
  color: #fff;
  bottom: 0px;
}
.det-box-2 {
  padding: 80px 80px;
}
.detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #14132b00;
  transition: all 0.3s ease;
  /* padding: 150px 100px; */
  padding: 30px 60px;
  overflow: hidden;
}
.comp-proj-statas {
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: #fda10900;
  border: 1px solid #ffffff;
  color: white;
  padding: 7px 20px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.run-proj-statas {
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: #0cb10100;
  border: 1px solid #ffffff;
  color: white;
  padding: 7px 20px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-right: 0;
}
.compli-proj-statas {
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: #0cb10100;
  border: 1px solid #ff5555;
  color: #ff5555;
  padding: 7px 20px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-right: 0;
}
.det-box-2 .detail-left {
  position: relative;
  /* bottom: -260px; */
  bottom: -450px;
  color: #fff;
}
.detail-left h4 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.detail-left img {
  width: 80px !important;
  margin-bottom: 15px;
}
.detail-left h5 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.detail-left .birder {
  width: 100px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 25px;
  margin-top: 20px;
}
.detail-left p {
  opacity: 0;
  margin-top: 200px;
}
.plot-detail:hover .detail .detail-left p {
  opacity: 1;
  transition: all 1s ease;
  margin-top: 0px;
}
.l-btn {
  opacity: 0;
  margin-top: 150px;
}
.plot-detail:hover .detail .detail-left .l-btn {
  opacity: 1;
  transition: all 1s ease;
  margin-top: 40px;
}
.btn-readmore {
  background-color: #fda10900;
  color: white;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 10px 40px;
  letter-spacing: 1px;
  font-weight: 300;
}
.owl-project-list .owl-dots .owl-dot {
  background: transparent;
  outline: none;
}
.owl-project-complit .owl-dots .owl-dot {
  background: transparent;
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #63b92b !important;
}

.video-section {
  padding: 50px 0px;
  background: #f2f2f2;
}
.sec-hed {
  font-size: 40px;
  color: #98ad1c;
  font-weight: bold;
  margin-left: 30px;
}
.video-box {
  padding: 30px 30px 0px 30px;
  position: relative;
  cursor: pointer;
}
.video-box h4 {
  font-size: 20px;
  color: #6c7c0a;
  font-weight: 500;
  margin: 15px 0px 0px 0px;
}
.video-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  opacity: 0.6;
  z-index: 2;
}
@media screen and (min-width: 30em) {
  .video-box svg {
    width: 85px;
    height: 85px;
  }
}

.clack-pach {
  position: absolute;
  top: 0;
  z-index: 50;
  left: 0;
}
.section-blog {
  background-image: url(../img/blog-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}
.blog-box {
  text-align: center;
}
.blog-box h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
}
.blog-box p {
  font-size: 12px;
  color: #ffffffab;
  font-weight: 400;
  margin-top: 15px;
}
.owl-blog-list .owl-dots .owl-dot {
  background: transparent;
  outline: none;
}

.section-blog2 {
  background-image: url(../img/blog-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section2 {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: 100% 100%;
  position: relative;
  background-color: white;
  z-index: 2;
}

.section2.one,
.section2.three {
  background-image: url(../img/blog-bg.jpg);
}

.section2.two {
  background: none;
}

.sleep-video {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.modal {
  background-color: #13162f38;
}
.modal-dialog {
  margin: 4.75rem auto;
}
.close {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: -35px;
  top: -28px;
}
.modul-video {
  height: 500px;
  outline: none;
  border: none;
}

.inner-form-box .more-hed {
  color: #2cabab;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.inner-form label::before {
  display: none;
}
.inner-form-box {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 25px;
  margin: 25px;
}
.form-control {
  border: 1px solid #a1cee3;
  font-size: 14px;
}
.eku h3 {
  margin: 27px 12px;
}
.form-group h6 {
  margin-bottom: 0;
  margin-top: 20px;
  color: #2cabab;
}
.inner-form label {
  font-size: 14px;
}

.footer-section h4 {
  color: white;
  font-size: 28px;
  text-transform: uppercase;
}
.footer-section h5 {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.custom-form .form-control {
  border: 1px solid #919191;
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 10px 0px;
  color: white;
  outline: none;
}
.form-check-label {
  color: #bdbdbd;
  font-size: 12px;
}

ul.footer-nav {
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.footer-nav li {
  list-style-type: none;
  float: left;
  padding: 0px 16px;
}
ul.footer-nav li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
ul.footer-nav li a:hover {
  color: #ffffffb0;
  font-size: 13px;
}

ul.socul-nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 15px;
}
ul.socul-nav li {
  list-style-type: none;
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  overflow: hidden;
  background-color: white;
  margin: 0px 6px;
}
ul.socul-nav li a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
ul.socul-nav li a:hover {
  color: #000000b0;
  font-size: 13px;
}

.project-page-banner {
  position: relative;
  overflow: hidden;
  max-height: 500px;
}
.about-project {
  padding: 40px 0px;
}
.about-project h3 {
  /*color: #bed62f;*/
  font-size: 38px;
  margin-top: 0;
  /*font-weight: 300;
    letter-spacing: 2px;*/
  margin-bottom: 15px;
}
.about-project h3 span {
  width: 60px;
  height: 3px;
  background-color: #98ad1c;
  display: inline-block;
  position: relative;
  bottom: 10px;
}
.about-project h4 {
  color: #000;
  font-size: 18px;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.about-project h5 {
  color: #98ad1c;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.about-project p {
  font-size: 20px;
  font-weight: 300;
}
.project-highlights {
  padding: 40px 0px;
  background-color: #f6f6f6;
}
.stat {
  /*border-right: 1px solid #d7d5d5;*/
}
.number h2 {
  font-size: 40px;
  font-weight: 600;
  color: #98ad1c;
}
.number h2 span {
  font-size: 22px;
}
.stat .statdes p {
  text-align: center;
  font-weight: 700;
}
h2.hading {
  color: #98ad1c;
  text-transform: uppercase;
  margin-bottom: 38px;
  font-weight: 300;
}

.list-type-no {
  list-style-type: none;
  margin-left: -19px;
}

.project-amenities {
  padding: 40px 0px;
  background-color: #fff;
}
p.hading-para {
  font-size: 15px;
}

/* Style the tab */
.tab {
  /*overflow: hidden;*/
  border: 1px solid #ccc;
  /* background-color: #f1f1f1; */
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  /*float: left;*/
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  margin-bottom: -1px;
}
.tab .tab-btn {
  margin-bottom: -1px;
}

/*.tab::after {
    content: "";
    position: absolute;
    background-color: #cdcd43;
    width: -webkit-fill-available;
    height: 2px;
    bottom: 0;
}*/

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.amenities ul,
.amenities1 ul {
  padding-left: 20px;
}
.amenities li {
  display: inline-block;
  text-align: center;
  padding: 20px 0px;
  margin: 10px;
  vertical-align: top;
  width: 158px;
}
.amenities p {
  margin: 0;
  font-size: 14px;
}
.specification {
  padding: 40px 0px;
  background-color: #f6f6f6;
}
ul.specifica {
  margin: 0;
  padding: 0;
}
ul.specifica li {
  /*list-style-type: none;*/
  padding: 10px 0px;
}
ul.specifica li p {
  margin-bottom: 0;
}
ul.specifica li p i {
  margin-right: 10px;
  font-size: 8px;
}

.bor-right {
  border-right: 1px solid #d7d5d5;
}

.btn-completprojects {
  outline: none;
  color: #5ab51f;
  border: 1px solid #3bbd4e;
  font-weight: 500;
  font-size: 19px;
  background-color: #8ad12d00;
  border-radius: 25px;
  padding: 5px 25px;
}
.btn-completprojects i {
  margin-left: 15px;
}

.vert-move2 {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.btn-completprojects:hover i.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.img-container {
  margin: 20px;
}
.img-container img {
  width: 200px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.img-container img:hover {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.about-page-banner {
  position: relative;
  overflow: hidden;
  max-height: 250px;
}
.banner-text {
  position: absolute;
  z-index: 100;
  color: aliceblue;
  font-size: 40px;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: bold;
  text-align: center;
}
.about-page-history {
  padding: 40px 0px;
}
.about-page-history h2 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 30px;
}
.about-page-history h2 span {
  width: 10px;
  height: 65px;
  background-color: #98ad1c;
  display: inline-block;
  position: relative;
  bottom: -18px;
}
.about-page-history p {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.core-values-section {
  padding: 10px 0px 40px 0px;
}
.core-values {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  min-height: 352px;
  margin: 15px 0px;
}
.core-values h4 {
  color: #98ad1c;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
ul.core-v {
  margin: 0;
  padding: 0px 0px 0px 18px;
}
ul.core-v li {
}
ul.core-v li p {
  font-size: 16px;
}

.mission-vision {
  padding: 40px 0px 40px 0px;
  background-color: #f2ede9;
}
.mission-vision-box {
  background-color: #98ad1c;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
  text-align: center;
  margin: 15px 0px;
  min-height: 310px;
}
.mission-vision-box img {
  width: 75px;
  margin-bottom: 15px;
}
.mission-vision-box h4 {
  color: #fff;
  margin-bottom: 20px;
}
.mission-vision-box p {
  color: #fff;
}

.our-team {
  background-image: url(../assets/abouy-banner.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0px 70px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.our-team h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 24px;
}
.our-team h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}
.our-team-box {
  background-color: #ffffff2e;
  padding: 12px;
  margin-top: 30px;
}
.team-img-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 3%;
}
.our-team-box h3 {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.our-team-box h5 {
  color: #fff;
  font-size: 12px;
}

.contact-deta-section {
  padding: 10px 0px 50px 0px;
}
.contact-details {
}
.contact-details .i-icon {
  width: 50px;
  height: 50px;
  background-color: #bed62f;
  border-radius: 50%;
  /* border: 1px solid #e7e7e7; */
  color: #ffffff;
  font-size: 24px;
  padding: 8px;
  margin: 0px auto;
}
.contact-details .i-icon i {
}
.contact-details h5 {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
.contact-details p {
  font-size: 15px;
  font-weight: 300;
  color: #4e4e4e;
}
.contact-details p a {
  color: #4e4e4e;
  text-decoration: none;
}

.dropdown-menu {
  background-color: #000000b8;
}
.dropdown-item {
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #fbfbfb69;
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255);
  padding: 5px 7px;
}
.navbar-toggler-icon {
  height: 1em;
}
.copy-r-text {
  font-size: 12px;
  color: #ffffff99;
}

/* Default styles for the navbar */
.dark-bg-nav {
  background-color: transparent; /* Set the default background color */
}

/* Media query to apply styles only on screens with a maximum width of 767 pixels (typical mobile screens) */
@media (max-width: 767px) {
  .dark-bg-nav {
    background-color: rgba(
      52,
      58,
      64,
      0.5
    ); /* Set the dark background color for mobile screens */
  }
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.stat-figure {
  margin-bottom: 0px;
}
.stat-suffix {
  font-size: 39px;
  margin-top: 25px;
  margin-left: -3px;
}
.stat-suffix span {
  font-weight: bold;
}

.banner-text-section {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.banner-text {
}
.banner-text h1 {
  font-size: 35px;
  font-weight: bold;
}
.banner-text h1 a.typewrite {
  /*color:#FFFFFF;*/
  color: #eda200;
}

.down-arrow {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10px;
}
.down-arrow-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
  background-color: #00000045;
  border: 1px solid #c9c9c9;
  padding: 10px;
}
.down-arrow-box i {
  color: #ffffff;
  font-size: 25px;
}

/*.popup{
    background-color: #ffffff;
    width: 450px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
	z-index:200;
}*/
.popup {
  background-color: #000000de;
  width: 100%;
  height: 100%;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-family: "Poppins", sans-serif;
  display: none;
  text-align: center;
  z-index: 200;
}
.popup img {
  width: 400px;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  margin-top: 4%;
}
.popup button {
  /*display: block;*/
  margin: 0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;

  position: absolute;
  top: 4%;
}
.popup p {
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}

@media (max-width: 1440px) {
  .message-box {
    height: 440px;
  }
  .message-box {
    height: 440px;
  }
  .quote-r {
    top: 320px;
  }
}

@media (max-width: 1280px) {
  .counter-container {
    margin: 15px 18px;
    width: 166px;
    height: 150px;
  }
  .quote-l {
    left: -42px;
  }
}

@media (max-width: 1248px) {
  .quote-l {
    left: -42px;
  }
  .quote-r {
    z-index: 8;
    top: 350px;
  }
  .message-box {
    height: 480px;
  }
  .counter-container {
    width: 164px;
  }
}

@media (max-width: 1160px) {
  .tabcontent-box {
    max-width: 670px;
  }
}

@media (max-width: 1024px) {
  .tablink {
    padding: 10px 14px;
  }
  .tabcontent-box {
    max-width: 670px;
  }
  .tab-ul li {
    width: 195px;
  }
  .ml-150 {
    margin-left: 25px;
  }
  .clack-pach img {
    height: 780px;
  }
  .message-box {
    height: 500px;
  }
  .quote-r {
    top: 385px;
  }
  .popup img {
    margin-top: 7%;
  }
}

@media (max-width: 990px) {
  .tabcontent-box {
    max-width: 489px;
  }
}

@media (max-width: 768px) {
  .tablink {
    padding: 10px 15px;
  }
  .tabcontent-box {
    max-width: 490px;
  }
  .tab-ul li {
    width: 150px;
  }
  .list-box p {
    font-size: 12px;
    margin: 4px 5px;
  }
  .clack-pach img {
    height: 775px;
  }

  .message-box-text p {
    padding: 0px 50px;
  }
  .quote-l {
    left: 15px;
    top: 40px;
  }
  .quote-r {
    top: 384px;
    right: 15px;
  }
  .counter-container {
    margin: 15px 18px;
    width: 146px;
    height: 146px;
  }
  .ml-150 {
    margin-left: 110px;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    border-bottom: 0px solid #bed62f;
  }
  .number h2 {
    font-size: 35px;
  }
  .message-box {
    height: 520px;
  }
  .message-box-text p span {
    margin: -12px 0px 0px 43px;
  }
  .popup img {
    margin-top: 10%;
  }
}

@media (max-width: 767px) {
  .about-project h5 {
    font-size: 16px;
  }
  .bor-right-no {
    border-right: 0px solid #d7d5d5;
  }
  .banner-text h1 {
    font-size: 30px;
  }
  .quote-l {
    display: none;
  }
  .quote-r {
    display: none;
  }
  .message-box-text p span {
    display: none;
  }
  .popup img {
    width: 250px;
    margin-top: 13%;
  }
}

@media (max-width: 570px) {
  .logo-sm {
    text-align: center;
    float: inherit;
  }
  .tab {
    height: auto;
  }
  .tabcontent-box {
    max-width: 372px;
  }
  .tablink {
    width: 33.3%;
  }
  .tab-ul li {
    width: 158px;
  }
  .view-and-zoom {
    width: 26px;
    height: 26px;
  }
  .view-and-zoom i {
    font-size: 18px;
  }
  .top-nav h5 {
    margin: 15px 0px;
  }
  .logo-sm img {
    width: 165px;
  }
  .top-text-style {
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0px;
    text-align: center;
  }
  .top-text-style span {
    font-size: 12px;
  }
  .position-absolute-sm {
    position: absolute;
  }
  .inner-page-dn {
    display: none;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.specifica {
    padding: inherit;
  }
  .message-box {
    height: 720px;
  }
  .message-box-text p {
    padding: 0px 20px;
  }
}

@media (max-width: 540px) {
  .counter-container {
    margin: 15px 18px;
    width: 218px;
    height: 146px;
  }
}

@media (max-width: 475px) {
  .navbar {
    z-index: 100;
  }
  /*.collapse.show {
    position: absolute;
    top: 48px;
}*/
  .counter-container {
    margin: 15px 18px;
    width: 160px;
    height: 146px;
  }
  .detail {
    padding: 20px 25px;
  }
  .detail-left h4 {
    font-size: 22px;
  }
  .detail-left .birder {
    margin-bottom: 15px;
    margin-top: 6px;
  }
  .btn-readmore {
    padding: 4px 32px;
  }
  .quote-r {
    top: 278px;
  }
  .run-proj-statas {
    padding: 3px 12px;
    font-size: 14px;
  }
}

@media (max-width: 414px) {
  .counter-container {
    margin: 15px 15px;
    width: 155px;
    height: 140px;
  }
}

@media (max-width: 393px) {
  .counter-container {
    margin: 15px 15px;
    width: 148px;
    height: 140px;
  }
}

@media (max-width: 380px) {
  .counter-container {
    margin: 15px 15px;
    width: 142px;
    height: 140px;
  }
}

@media (max-width: 375px) {
  .counter-container {
    margin: 15px 15px;
    width: 132px;
    height: 130px;
  }
  .amenities li {
    width: 136px;
  }
  .message-box {
    height: 740px;
  }
  .popup img {
    margin-top: 14%;
  }
}

@media (max-width: 353px) {
  .counter-container {
    margin: 15px 15px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 348px) {
  .counter-container {
    margin: 15px 10px;
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 320px) {
  .logo-sm img {
    width: 125px;
  }
  .counter-container {
    margin: 7px 7px;
    width: 130px;
    height: 130px;
  }
  ul.footer-nav li {
    padding: 0px 10px;
  }
  .message-box {
    height: 855px;
  }
  .popup img {
    width: 210px;
    margin-top: 16%;
  }
}
@media (max-width: 280px) {
  .counter-container {
    margin: 7px 7px;
    width: 110px;
    height: 128px;
  }
}
