@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

h2,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input,
textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

@keyframes animation-5 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-1000deg);
  }
}

.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50px);
  }
}

.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(60px);
  }
}

.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(40px);
  }
}

.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(50px);
  }
}

.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }

  100% {
    padding-left: 50px;
  }
}

.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translatex(0);
  }
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #030E0F;
  --ztc-text-text-3: #252728;
  --ztc-text-text-4: #CBCD30;
  --ztc-text-text-5: #073B3A;
  --ztc-text-text-6: #FCC608;
  --ztc-text-text-7: #1A47FB;
  --ztc-text-text-8: #FF6B00;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #030E0F;
  --ztc-bg-bg-3: #bf9c58;
  --ztc-bg-bg-4: #073B3A;
  --ztc-bg-bg-5: #FCC608;
  --ztc-bg-bg-6: #1A47FB;
  --ztc-bg-bg-7: #FF6B00;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Inter', sans-serif;
  --ztc-family-font2: 'Inter', sans-serif;
}

.heading1 h5 {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
  padding: 8px 12px;
  border-radius: 2px;
  background: rgba(7, 59, 58, 0.1);
  display: inline-block;
}

.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.heading2 h5 {
  color: var(--ztc-text-text-7);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
  padding: 8px 12px;
  border-radius: 2px;
  background: rgba(26, 71, 251, 0.06);
  display: inline-block;
}

.heading2 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
}

@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading2 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.heading3 h5 {
  color: var(--ztc-text-text-8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: capitalize;
  padding: 8px 12px;
  border-radius: 2px;
  background: rgba(255, 107, 0, 0.1);
  display: inline-block;
}

.heading3 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 54px;
}

@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading3 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.theme-btn1 {
  display: inline-block;
  padding: 14px 16.57px;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  position: relative;
  z-index: 2;
  font-family: var(--ztc-family-font1);
  border: none;
  overflow: hidden;
  background-color: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;

}

.theme-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  width: 100%;
  border-radius: 6px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.theme-btn1 span {
  display: inline-block;
  /* transform: rotate(-45deg) translateX(-1px) translateY(4px); */
  transition: all 0.4s;
  width: 12px;
}

.theme-btn1 .arrow2 {
  transform: translateY(0) rotate(-45deg) translateX(-48px);
  transition: all 0.4s;
  opacity: 0;
}

.theme-btn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}

.theme-btn1:hover .arrow2 {
  transform: translateY(-6px) rotate(-45deg) translateX(-15px);
  transition: all 0.4s;
  opacity: 1;
}

.theme-btn1:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(0) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.theme-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
}

.theme-btn1:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.fs-12 {
  font-size: var(--ztc-font-size-font-s12) !important;
}

.fs-14 {
  font-size: var(--ztc-font-size-font-s14) !important;
}

.fs-20 {
  font-size: var(--ztc-font-size-font-s20) !important;
}

.fw-semibold {
  font-weight: var(--ztc-weight-semibold) !important;
}

.neutral-500 {
  color: var(--ztc-text-text-3) !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.link-big {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: inline-block;
  text-decoration-line: underline;
}

.swiper {
  z-index: 2;
}



.sp1 {
  padding: 100px 0 100px;
}

@media (max-width: 767px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 100px 0 70px;
}

@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.sp3 {
  padding: 100px 0 50px;
}

.sp4 {
  padding: 80px 0 80px;
}

@media (max-width: 767px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp4 {
    padding: 40px 0 40px;
  }
}

.sp5 {
  padding: 60px 0 60px;
}

@media (max-width: 767px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp5 {
    padding: 30px 0 30px;
  }
}

.sp6 {
  padding: 120px 0 120px;
}

@media (max-width: 767px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp6 {
    padding: 60px 0 60px;
  }
}

.sp7 {
  padding: 120px 0 90px;
}

@media (max-width: 767px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp7 {
    padding: 60px 0 30px;
  }
}

.sp8 {
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp8 {
    padding: 50px 0 0;
  }
}

.sp9 {
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp9 {
    padding: 60px 0 0;
  }
}

.sp10 {
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp10 {
    padding: 0 0 50px;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

.properties-details1-area {
  position: relative;
  z-index: 1;
}

.properties-details1-area .images-area-details {
  position: relative;
  z-index: 1;
}

.properties-details1-area .images-area-details .img1 img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.properties-details1-area .images-area-details .content-area .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #CDD8D8;
}

@media (max-width: 767px) {
  .properties-details1-area .images-area-details .content-area .content {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .properties-details1-area .images-area-details .content-area .content ul {
    margin-top: 16px;
  }
}

.properties-details1-area .images-area-details .content-area .content ul li {
  display: inline-block;
}

.properties-details1-area .images-area-details .content-area .content ul li:nth-child(2) a {
  background: var(--ztc-bg-bg-3);
  border-radius: 18px;
  padding: 20px 24px;
  font-size: var(--ztc-font-size-font-s24);
  line-height: 24px;
  margin: 0 10px 0 0;
}

.properties-details1-area .images-area-details .content-area .content ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.properties-details1-area .images-area-details .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .properties-details1-area .images-area-details .list-area {
    display: inline-block;
  }
}

.properties-details1-area .images-area-details .list-area .list {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .properties-details1-area .images-area-details .list-area .list {
    display: inline-block;
  }
}

.properties-details1-area .images-area-details .list-area .list ul {
  margin: 0 40px 0 0;
}

@media (max-width: 767px) {
  .properties-details1-area .images-area-details .list-area .list ul {
    margin: 0;
  }
}

.properties-details1-area .images-area-details .list-area .list ul li {
  display: inline-block;
}

.properties-details1-area .images-area-details .list-area .list ul li:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  margin: 0 8px 0 0;
}

@media (max-width: 767px) {
  .properties-details1-area .images-area-details .list-area .list ul li:nth-child(1) {
    margin-bottom: 16px;
  }
}

.properties-details1-area .images-area-details .list-area .list ul li a {
  color: var(--Paragraph-Color, #252728);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.properties-details1-area .images-area-details .list-area .list ul li a img {
  margin: 0 4px 0 0;
}

.properties-details1-area .images-area-details .list-area .list ul li a svg {
  height: 20px;
  width: 20px;
  object-fit: cover;
}

.properties-details1-area .images-area-details .list-area .list ul li a span {
  color: #D9DBDB;
  display: inline-block;
  margin: 0 10px;
}

.properties-details1-area .images-area-details .list-area ul.share li {
  display: inline-block;
}

.properties-details1-area .images-area-details .list-area ul.share li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: flex;
  transition: all 0.4s;
  background: #E6EBEB;
  border-radius: 50%;
  color: var(--ztc-text-text-5);
  align-items: center;
  justify-content: center;
}

.properties-details1-area .images-area-details .list-area ul.share li a:hover {
  background: var(--ztc-bg-bg-4);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.properties-details1-area .images-area-details .list-area ul.share li a svg {
  height: 24px;
  width: 24px;
  object-fit: cover;
}

.properties-details1-area .property-details-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.properties-details1-area .property-details-slider .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #CDD8D8;
  position: relative;
  z-index: 1;
  margin: 0 12px 0 0;
}

.properties-details1-area .property-details-slider .owl-dots button.active {
  background: var(--ztc-bg-bg-4);
  transition: all 0.4s;
}

.properties-details1-area .property-details-slider .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.properties-details1-area .property-details-slider .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: -4px;
  top: -4px;
  border: 1px solid var(--ztc-bg-bg-4);
  opacity: 1;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.properties-details1-area .property-details-slider .img1 img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.properties-details1-area .details-siderbar {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .properties-details1-area .details-siderbar {
    padding: 0;
    margin-bottom: 30px;
  }
}

.properties-details1-area .details-siderbar h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
}

.properties-details1-area .details-siderbar .vide-images {
  position: relative;
  z-index: 1;
}

.properties-details1-area .details-siderbar .vide-images .img1 img {
  /* height: 100%; */
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 8px;
}

.properties-details1-area .details-siderbar .vide-images a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: flex;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.properties-details1-area .details-siderbar .vide-images a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 40px;
  top: 40px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}

.properties-details1-area .details-siderbar .vide-images a svg {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.properties-details1-area .details-siderbar .list-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--Gray-Color, #F2F3F3);
  padding: 20px;
  margin-top: 20px;
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.properties-details1-area .details-siderbar .list-box:hover .icon svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box:hover .icon::after {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box:hover .text p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.properties-details1-area .details-siderbar .list-box.active .icon svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box.active .icon::after {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box.active .text p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box .icon {
  position: relative;
  z-index: 1;
  margin: 0 8px 0 0;
}

.properties-details1-area .details-siderbar .list-box .icon::after {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background: rgb(59 43 7 / 10%);
  border-radius: 50%;
  left: -8px;
  top: 8px;
}

.properties-details1-area .details-siderbar .list-box .icon svg {
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .list-box .text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .download-box {
  border-radius: 8px;
  background: #F2F3F3;
  padding: 40px;
}

.properties-details1-area .details-siderbar .download-box .download a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 40px 0 0;
}

.properties-details1-area .details-siderbar .download-box .download a span {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  transition: all 0.4s;
  margin: 0 6px 0 0;
}

.properties-details1-area .details-siderbar .download-box .download a svg {
  height: 20px;
  width: 20px;
  object-fit: cover;
  margin-left: 4px;
}

.properties-details1-area .details-siderbar .map-section {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 100%;

}

.properties-details1-area .details-siderbar .map-section iframe {
  width: 100%;
  height: 410px;
  border-radius: 8px;
}

.properties-details1-area .details-siderbar .map-section .list {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .map-section .list {
    display: inline-block;
  }
}

.properties-details1-area .details-siderbar .map-section .list ul {
  margin: 0 80px 0 0;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .map-section .list ul {
    margin: 0;
  }
}

.properties-details1-area .details-siderbar .map-section .list ul li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.properties-details1-area .details-siderbar .map-section .list ul li span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  width: 110px;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .map-section .list ul li span {
    width: auto;
  }
}

.properties-details1-area .details-siderbar .map-section .list ul li div {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding-left: 24px;
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item {
  border: none;
  background: #F2F3F3;
  padding: 12px 16px;
  margin-top: 24px;
  border-radius: 8px;
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 {
  display: block;
  width: 100%;
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 12px 12px 12px 28px;
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button::after {
  left: 0;
  right: inherit;
  position: absolute;
  filter: brightness(0);
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button span.list {
  position: absolute;
  width: 270px;
  right: 0;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button span.list {
    display: none;
  }
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button span.list span {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 110px;
  border: 1px solid rgba(13, 15, 24, 0.1);
  padding: 8px 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button span.list span {
    padding: 10px;
  }
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item h2 button span.list span img {
  height: 16px;
  width: 16px;
  display: inline-block;
  object-fit: contain;
  margin: -4px 6px 0 0;
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0;
}

.properties-details1-area .details-siderbar .accordion-area .accordion .accordion-item .accordion-body .img1 img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  padding-top: 18px;
}

.properties-details1-area .details-siderbar .comments-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #F2F3F3;
  padding: 24px;
}

.properties-details1-area .details-siderbar .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .comments-boxarea.box2 {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .properties-details1-area .details-siderbar .comments-boxarea.box2 {
    margin: 0;
  }
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  /* 100% */
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date svg {
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin: -5px 4px 0 0;
  filter: brightness(0);
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .reply {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}

.properties-details1-area .details-siderbar .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}

.properties-details1-area .details-siderbar .comments-boxarea p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 26px;
}

.properties-details1-area .details-siderbar .contact-boxarea {
  border-radius: 8px;
  background: #F2F3F3;
  padding: 24px 28px;
}

.properties-details1-area .details-siderbar .contact-boxarea h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.properties-details1-area .details-siderbar .contact-boxarea .input-area {
  margin-top: 16px;
}

.properties-details1-area .details-siderbar .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
}

.properties-details1-area .details-siderbar .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}

.properties-details1-area .details-siderbar .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}

.properties-details1-area .details-siderbar .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.properties-details1-area .details-siderbar .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.properties-details1-area .all-side-details {
  position: sticky;
  top: 180px;
}

.properties-details1-area .all-side-details .details-siderbar2 {
  position: relative;
  z-index: 1;
  background: #F2F3F3;
  padding: 24px;
  border-radius: 8px;
}

.properties-details1-area .all-side-details .details-siderbar2 h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info {
  display: flex;
  align-items: center;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .img1 img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .content {
  padding-left: 20px;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .content a:nth-child(1) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 20px;
  display: block;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .content a:nth-child(2) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: block;
  margin-top: 10px;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .content a:nth-child(2) svg {
  height: 16px;
  width: 16px;
  object-fit: cover;
  margin: 0 4px 0 0;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .content a:nth-child(3) {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 16px;
  display: block;
  margin-top: 10px;
}

.properties-details1-area .all-side-details .details-siderbar2 .personal-info .content a:nth-child(3) svg {
  height: 16px;
  width: 16px;
  object-fit: cover;
  margin: 0 4px 0 0;
}

.properties-details1-area .all-side-details .details-siderbar2 .input-area {
  margin-top: 18px;
}

.properties-details1-area .all-side-details .details-siderbar2 .input-area input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
}

.properties-details1-area .all-side-details .details-siderbar2 .input-area input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 0.7;
}

.properties-details1-area .all-side-details .details-siderbar2 .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  padding: 20px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  height: 130px;
}

.properties-details1-area .all-side-details .details-siderbar2 .input-area textarea::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  opacity: 70%;
}

.properties-details1-area .all-side-details .details-siderbar2 .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.properties-details1-area .all-side-details .sidebar1-area {
  background: #F2F3F3;
  padding: 24px;
  border-radius: 8px;
}

.properties-details1-area .all-side-details .sidebar1-area h3 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 32px;
}

.properties-details1-area .all-side-details .sidebar1-area ul li button {
  border-radius: 8px;
  background: rgba(7, 59, 58, 0.1);
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  outline: none;
  border: none;
  padding: 16px;
  margin: 0 20px 0 0;
}

.properties-details1-area .all-side-details .sidebar1-area ul li button.active {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
}

.properties-details1-area .all-side-details .sidebar1-area .input-area {
  margin-top: 20px;
}

.properties-details1-area .all-side-details .sidebar1-area .input-area input {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}

.properties-details1-area .all-side-details .sidebar1-area .input-area input::placeholder {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.properties-details1-area .all-side-details .sidebar1-area .input-area .nice-select {
  width: 100%;
  border: none;
  outline: none;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  margin-top: 20px;
  padding: 16px;
  height: auto;
  line-height: 16px;
}

.properties-details1-area .all-side-details .sidebar1-area .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  object-fit: cover;
  right: 16px;
}

.properties-details1-area .all-side-details .sidebar1-area .input-area .nice-select ul {
  width: 100%;
}

.properties-details1-area .all-side-details .sidebar1-area .checkbox-item {
  margin-top: 20px;
}

.properties-details1-area .all-side-details .sidebar1-area .checkbox-item label .text-4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 16px;
}

.properties-details1-area .all-side-details .sidebar1-area .checkbox-item label input {
  accent-color: var(--ztc-bg-bg-3);
  margin: 0 4px 0 0;
  color: var(--ztc-text-text-1);
}

.properties-details1-area .all-side-details .sidebar1-area .btn-area1 {
  width: 100%;
  text-align: center;
}

.properties-details1-area .all-side-details .sidebar1-area .btn-area1 a {
  display: block;
  text-align: center;
  width: 100%;
}

.text-content-wrapper {
  max-width: 420px !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100% !important;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.text-content-wrapper h2 {
  margin-bottom: 0.5rem;
}

.text-content-wrapper p {
  margin-bottom: 0.5rem;
}

.video-section h3 {
  font-size: 26px !important;
}

@media (max-width: 767px) {
  .text-content-wrapper {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100% !important;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 11.85;
  overflow: hidden;
  margin-top: 20px;
}

#promoVideo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

#customPoster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.btn-close.white-close {
  filter: invert(1);
  opacity: 1;
}

.feature-card {
  border: 2px solid #bf9c58;
  border-radius: 8px;
  padding: 1rem;
  margin: 0.5rem 0;
}

.feature-card .card-title {
  font-size: 16px;
}

.navbar-brand-logo {
  /* background-color: #bf9c58;  */
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
}

.btn-view-listing {
  background-color: #bf9c58;
  color: #000;
  font-weight: 500;

}

.btn-view-listing:hover {
  background-color: #bf9c58;
  color: #000;
}

.nav-link {
  font-weight: 500;
  font-size: 14px !important;
}

.navbar-nav .nav-item:not(:last-child):after {
  content: none !important;
}

/* .navbar{
  position: sticky;
  top: 0;
  z-index: 999;
} */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #fff;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .navbar-brand-logo {
    width: 70px;
  }
}

.developer-sec .card {
  border-radius: 0;
  background-color: transparent;
}

.developer-sec .card img {
  border-radius: 8px;
  height: 250px;
}

.whatsapp_btn {
  background-color: #25D366;
  display: inline-block;
  padding: 14px 16.57px;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  position: relative;
  z-index: 2;
  font-family: var(--ztc-family-font1);
  border: none;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  /* display: flex; */
  /* align-items: center; */
}

.whatsapp_btn:hover {
  background-color: #25D366;
  display: inline-block;
  padding: 14px 16.57px;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  position: relative;
  z-index: 2;
  font-family: var(--ztc-family-font1);
  border: none;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.whatsapp_btn .btn-icon img {
  width: 16px;
}

.full-height {
  height: 100%;
  height: -webkit-fill-available;
}

.swal2-actions button {
  background-color: #bf9c58 !important;
  border-radius: 8px !important;
}

.why-choose {
  padding: 60px 0;
  background-color: #bf9c58;
  color: white;
}

.why-choose h2 {
  font-weight: bold;
}

.icon-box {
  background-color: transparent;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  transition: background-color 0.3s ease;
  color: white;
}

.icon-box img {
  filter: brightness(0) invert(1);
  /* makes image white */
  transition: filter 0.3s ease;
}

.icon-box:hover img,
.icon-box.active img {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(10deg) brightness(1) contrast(1.2);
}

.icon-box.active,
.icon-box:hover {
  background-color: rgb(255, 255, 255);
  color: #212529 !important;
}

.icon-box img {
  height: 60px;
  margin-bottom: 15px;
  fill: white;
  color: white;
}

.icon-box h5 {
  font-weight: bold;
}

.testimonial-section {
  background-color: #bf9c58;
  color: white;
  padding: 70px 20px;
}

.testimonial-card {
  background: white;
  color: #333;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-stars {
  color: #f2c94c;
  font-size: 1.2rem;
  text-align: start;
}

.testimonial-logo {
  width: 60px;
  margin-bottom: 10px;
}

.brand-logos {
  padding: 40px 0;
  background-color: white;
}

.brand-logos img {
  max-height: 100px;
  object-fit: contain;
}

/* Slow down the spinner animation */
.spinner-border {
  animation: spinner-border 2s linear infinite !important;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

/* Optional fade out */
#screen-loader.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
}

.screen-loader {
  color: #bf9c58;
}
