*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
}
@keyframes menuBgAnimate {
  background-position: 0 100%;
  background-position: 100vw 100%;
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: -12px;
}
.form .form-group input.form-control, .form .form-group select.form-control, .form .form-group textarea.form-control {
  height: 45px;
}
.form .form-group input:not(:-moz-placeholder) ~ label, .form .form-group select:not(:-moz-placeholder) ~ label, .form .form-group textarea:not(:-moz-placeholder) ~ label {
  position: absolute;
  top: -9px;
  left: 0;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.form .form-group input:not(:placeholder-shown) ~ label, .form .form-group select:not(:placeholder-shown) ~ label, .form .form-group textarea:not(:placeholder-shown) ~ label {
  position: absolute;
  top: -9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea {
  margin-top: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

.form-group .error {
  position: relative;
  color: red !important;
  font-size: 12px !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.banner-ProjDet {
  position: relative;
}
.banner-ProjDet .banner-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-ProjDet .owl-carousel {
  height: 100%;
}
.banner-ProjDet .owl-carousel .owl-stage-outer, .banner-ProjDet .owl-carousel .owl-stage, .banner-ProjDet .owl-carousel .owl-item, .banner-ProjDet .owl-carousel .img {
  height: inherit;
}
.banner-ProjDet .owl-carousel .img {
  height: calc(100vh - 70px);
}
@media only screen and (max-width: 991px) {
  .banner-ProjDet .owl-carousel .img {
    height: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .owl-carousel .img {
    height: 380px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-ProjDet .owl-carousel .img {
    height: 300px;
  }
}
.banner-ProjDet .owl-carousel .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
}
.banner-ProjDet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
  z-index: 1;
  pointer-events: none;
}
.banner-ProjDet .banner-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.banner-ProjDet .premlink {
  position: absolute;
  top: 18px;
  left: 25px;
  z-index: 2;
}
.banner-ProjDet .premlink ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.banner-ProjDet .premlink ul li a, .banner-ProjDet .premlink ul li span {
  color: #fff;
  font-size: 13px;
}
.banner-ProjDet .sharproduct {
  z-index: 2;
  right: 25px;
  top: 25px;
}
.banner-ProjDet .sharproduct .icon img {
  display: block;
  filter: grayscale(1) brightness(0) invert(1);
}
.banner-ProjDet .bannerSlNav {
  position: absolute;
  right: 25px;
  bottom: 30px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .banner-ProjDet .bannerSlNav {
    bottom: 100px;
  }
}
.banner-ProjDet .bannerSlNav button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}
.banner-ProjDet .bannerSlNav button img {
  display: block;
  filter: invert(0.4);
  width: 16px;
}
.banner-ProjDet .banner-info-overlay {
  position: absolute;
  bottom: 35px;
  left: 30px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .banner-info-overlay {
    bottom: 24px;
    left: 20px;
  }
}
.banner-ProjDet .banner-info-overlay .projectName {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  .banner-ProjDet .banner-info-overlay .projectName {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .banner-info-overlay .projectName {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-ProjDet .banner-info-overlay .projectName {
    font-size: 18px;
  }
}
.banner-ProjDet .banner-info-overlay .loc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 6px;
}
@media only screen and (max-width: 576px) {
  .banner-ProjDet .banner-info-overlay .loc {
    font-size: 13px;
  }
}
.banner-ProjDet .banner-info-overlay .rara {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
.banner-ProjDet .banner-info-overlay .rara strong {
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .banner-ProjDet .banner-info-overlay .rara {
    font-size: 12px;
  }
}
.banner-ProjDet .banner-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #37adf6;
  padding: 0 30px;
  min-height: 72px;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .banner-ProjDet .banner-bottom-bar {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .banner-bottom-bar {
    flex-wrap: wrap;
    padding: 16px 20px;
    gap: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-ProjDet .banner-bottom-bar {
    padding: 14px 16px;
  }
}
.banner-ProjDet .bar-details {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .bar-details {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.banner-ProjDet .bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px 14px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 24px;
}
@media only screen and (max-width: 1280px) {
  .banner-ProjDet .bar-item {
    padding-right: 18px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-ProjDet .bar-item {
    padding-right: 14px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .bar-item {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    flex: 1;
    min-width: 120px;
  }
}
.banner-ProjDet .bar-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.banner-ProjDet .bar-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.banner-ProjDet .bar-item .icon img {
  filter: grayscale(1) brightness(0) invert(1);
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-ProjDet .bar-item .label {
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
  white-space: nowrap;
}
.banner-ProjDet .bar-item .value {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.banner-ProjDet .bar-item ul.uni {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.banner-ProjDet .bar-item ul.uni li {
  position: relative;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.banner-ProjDet .bar-item ul.uni li:not(:last-child) {
  margin-right: 16px;
}
.banner-ProjDet .bar-item ul.uni li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.banner-ProjDet .bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .banner-ProjDet .bar-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 480px) {
  .banner-ProjDet .bar-actions {
    justify-content: stretch;
    gap: 8px;
  }
}
.banner-ProjDet .bar-actions .btn-gallery,
.banner-ProjDet .bar-actions .btn-brochure,
.banner-ProjDet .bar-actions .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .banner-ProjDet .bar-actions .btn-gallery,
  .banner-ProjDet .bar-actions .btn-brochure,
  .banner-ProjDet .bar-actions .btn-whatsapp {
    padding: 9px 14px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-ProjDet .bar-actions .btn-gallery,
  .banner-ProjDet .bar-actions .btn-brochure,
  .banner-ProjDet .bar-actions .btn-whatsapp {
    flex: 1;
  }
}
.banner-ProjDet .bar-actions .btn-gallery:hover,
.banner-ProjDet .bar-actions .btn-brochure:hover,
.banner-ProjDet .bar-actions .btn-whatsapp:hover {
  opacity: 0.85;
}
.banner-ProjDet .bar-actions .btn-gallery {
  background: #fff;
}
.banner-ProjDet .bar-actions .btn-brochure {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.banner-ProjDet .bar-actions .btn-whatsapp {
  background: #25d366;
  color: #fff;
}
.banner-ProjDet .bar-actions .btn-whatsapp svg {
  width: 20px;
  height: 20px;
}

.SectionStrip {
  position: sticky;
  background: #fff;
  padding: 6px 0;
  top: 69.2px;
  z-index: 2;
  box-shadow: 0px 9px 13.5px -5px rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 540px) {
  .SectionStrip {
    display: none;
  }
}
.SectionStrip .strip {
  display: flex;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}
.SectionStrip .strip .li {
  display: block;
  padding: 12px 12px;
  color: #000;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.SectionStrip .strip .li::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2px;
  background: #37adf6;
  width: 0;
  transition: 0.5s ease;
}
.SectionStrip .strip .li.active {
  color: #37adf6;
}
.SectionStrip .strip .li.active::after {
  width: 100%;
  bottom: 0;
}

.projDetail .ProjectListing {
  padding: 60px 0 60px;
}
@media only screen and (max-width: 991px) {
  .projDetail .ProjectListing {
    padding: 25px 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing {
    padding: 25px 0 10px;
  }
}
.projDetail .ProjectListing .listSideBar {
  top: 160px;
}
.projDetail .ProjectListing h2, .projDetail .ProjectListing h3, .projDetail .ProjectListing h4, .projDetail .ProjectListing h5, .projDetail .ProjectListing h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
.projDetail .ProjectListing h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BDB8B8;
}
.projDetail .ProjectListing h3 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}
.projDetail .ProjectListing h4 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 15px;
}
.projDetail .ProjectListing h5 {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
}
.projDetail .ProjectListing p, .projDetail .ProjectListing li {
  color: #666;
  line-height: 1.5;
}
.projDetail .ProjectListing p {
  margin-bottom: 24px;
  text-align: justify;
}
.projDetail .ProjectListing ul {
  margin-bottom: 30px;
}
.projDetail .ProjectListing ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}
.projDetail .ProjectListing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #37adf6;
}
.projDetail .ProjectListing .owl-carousel .item {
  border: 1px solid #E4E4E4;
  padding: 14px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.projDetail .ProjectListing .owl-carousel .item .icon {
  margin-bottom: 10px;
}
.projDetail .ProjectListing .owl-carousel .item .icon img {
  width: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.7;
}
.projDetail .ProjectListing .owl-carousel .item p {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.projDetail .ProjectListing .cusNav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.projDetail .ProjectListing .cusNav.disabled {
  display: none;
}
.projDetail .ProjectListing .cusNav button {
  background: transparent;
  border: 0;
  outline: none;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projDetail .ProjectListing .map iframe {
  width: 100%;
  height: 342px;
  filter: grayscale(1);
  border-radius: 10px;
}
.projDetail .ProjectListing .map .link_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.projDetail .ProjectListing .map .link_btn .btn {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.projDetail .ProjectListing .map .link_btn .btn.btn-red:hover {
  background: #37adf6;
  color: #fff;
}
.projDetail .ProjectListing .advantAgeWrap {
  padding-top: 35px;
}
.projDetail .ProjectListing .advantAgeWrap .wrap {
  display: flex;
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap {
    flex-wrap: wrap;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTab {
  width: 196px;
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTab {
    width: 100%;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 2rem;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab {
  padding: 10px 16px;
  border-radius: 5px 0px 0px 5px;
  background: #eee;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab {
    white-space: nowrap;
    border-radius: 4px;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab.current, .projDetail .ProjectListing .advantAgeWrap .wrap .listTab .tab:hover {
  background: #37adf6;
  color: #fff;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent {
  flex: 1;
  padding: 30px;
  border: 1px solid #B1B1B1;
  border-radius: 0px 10px 10px 10px;
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent {
    padding: 20px;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .item:not(:first-child) {
  display: none;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis h5 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li {
  padding: 10px 0;
  padding-left: 45px;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li::before {
  display: none;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li:not(:last-child) {
  border-bottom: 1px solid #bdb8b8;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li .icon {
  position: absolute;
  left: 0;
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li p {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li p {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li p {
    padding-right: 0;
  }
}
.projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li .dest {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 540px) {
  .projDetail .ProjectListing .advantAgeWrap .wrap .listTabContent .contentLis ul li .dest {
    position: unset;
    margin-top: 12px;
  }
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn .btn {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  width: 193px;
  font-size: 14px;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn .btn img {
  width: auto;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .link_btn .btn.btn-red:hover {
  background: #37adf6;
  color: #fff;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item {
  background: #fff;
  border-color: #A8A8A8;
  position: relative;
  padding-bottom: 44px;
  overflow: hidden;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item .img img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  filter: blur(0);
  transition: 0.5s ease;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item p {
  text-align: center;
  color: #000;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  padding: 8px 0;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item:hover .link_btn {
  opacity: 1;
}
.projDetail .ProjectListing .florePlanDet .SlideFlorePlan .item:hover .img img {
  filter: blur(2px);
}

@media only screen and (max-width: 540px) {
  .HomeSecA.project-detail-sec .SliderAHome {
    padding: 0;
  }
}

:root {
  --headerfixed: 89.3px;
  --projectdetailstrip: 60px;
}/*# sourceMappingURL=detail.css.map */