.banner.home-banner .flex {
  align-items: flex-end;
}
.banner.home-banner .flex .colA {
  flex: 1;
}
.banner.home-banner .flex .colA .content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.banner.home-banner .flex .colA .content h1 {
  font-size: 36px;
}
.banner.home-banner .flex .colA .content p {
  text-align: center;
}
.banner.home-banner .flex .colA .search_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 600px;
  margin: 30px auto 30px;
}
.banner.home-banner .flex .colA .search_wrapper .col {
  flex: 1;
  --paddingleftright: 10px;
}
.banner.home-banner .flex .colA .search_wrapper .col .form-group {
  background: var(--white);
  padding: 0 10px;
  border-radius: 5px;
}
.banner.home-banner .flex .colA .search_wrapper .col .form-group::before {
  display: none;
}
.banner.home-banner .flex .colA .search_wrapper .col .form-group input {
  padding: 0 10px;
  color: var(--black);
}
.banner.home-banner .flex .colA .search_wrapper .Search-Div {
  flex: 0 1 auto;
}
.banner.home-banner .flex .colA .search_wrapper .Search-Div .SearchBtn {
  border-radius: 5px;
}
.banner.home-banner .flex .colA .anchor_wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 1px solid var(--white);
  margin: 0 auto 40px;
}
.banner.home-banner .flex .colA .anchor_wrapper a, .banner.home-banner .flex .colA .anchor_wrapper button {
  height: 38px;
  padding: 0 18px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 25px;
}
.banner.home-banner .flex .colA .anchor_wrapper a.active, .banner.home-banner .flex .colA .anchor_wrapper button.active {
  background: var(--white);
  color: var(--primary);
}
.banner.home-banner .flex .colA .info_wrap {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: 0 auto;
}
.banner.home-banner .flex .colA .info_wrap .info {
  padding: 0 10px;
  flex: 1;
  text-align: center;
}
.banner.home-banner .flex .colA .info_wrap .info:not(:last-child) {
  border-right: 1px solid #fff;
}
.banner.home-banner .flex .colA .info_wrap .info .count {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}
.banner.home-banner .flex .colA .info_wrap .info p:not(.count) {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.banner.home-banner .flex .colB {
  flex: 0 0 100%;
}
.banner.home-banner .flex .colB .FormSection {
  padding-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .banner.home-banner .flex .colB .FormSection .container {
    padding: 0px;
  }
}
.banner.home-banner .flex .colB .FormSection .HeaderSearchForm {
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.home-secK {
  padding: 68px 0 82px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1336px) {
  .home-secK {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secK {
    padding: 40px 0;
  }
}
.home-secK .upper-sec .heading {
  text-align: center;
}
.home-secK .upper-sec .heading h3 {
  font-size: 36px;
  font-weight: 400;
  color: var(--black);
}
.home-secK .upper-sec .heading p {
  font-size: 16px;
  color: var(--black);
}
.home-secK .builder-slider {
  z-index: 0;
}
.home-secK .builder-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
  z-index: 0;
}
.home-secK .builder-slider .item {
  align-content: center;
  justify-items: center;
  padding: 0 26px;
}
.home-secK .builder-slider .item:hover img {
  filter: invert(1);
}
.home-secK .builder-slider .item img {
  transition: 0.5s ease;
  filter: brightness(0.5);
}

main {
  background: #fff;
}
main .about-secB {
  padding: 60px 0 40px;
}
main .about-secB .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  main .about-secB .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 540px) {
  main .about-secB .row {
    gap: 20px;
  }
}
main .about-secB .row .colA h1 {
  font-size: 36px;
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Orpheus Pro";
}
@media only screen and (max-width: 991px) {
  main .about-secB .row .colA h1 {
    margin-bottom: 2rem;
  }
}
main .vimi-nav {
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav {
    gap: 20px;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 380px) {
  main .vimi-nav {
    gap: 28px;
  }
}
main .vimi-nav li {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  color: #666;
  padding: 12px 0;
  transition: 0.5s ease;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav li {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 380px) {
  main .vimi-nav li {
    font-size: 12px;
  }
}
main .vimi-nav li::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gradient-a);
  opacity: 0;
  transition: 0.5s ease;
}
main .vimi-nav li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav li:not(:last-child) {
    margin-right: 12px;
  }
}
main .vimi-nav li.active {
  color: #000;
}
main .vimi-nav li.active::after {
  opacity: 1;
}
main .vimi-nav li::before {
  position: absolute;
  top: auto;
  height: 2px;
  transition: 0.5s ease;
  width: 0;
}
main .vimi-nav li.active::before {
  width: 100%;
}
main .vimi-nav-content {
  max-width: 100%;
}
main .vimi-nav-content .tabs {
  transition: 0.5s ease;
  color: #000;
}
main .vimi-nav-content .tabs .trending-property-slider {
  padding: 10px;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col .figure {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  line-height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col .figure img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption {
  padding: 20px;
  background: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption p {
  font-size: 14px;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 13px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv button, main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv a {
  flex: 1;
  display: flex;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv button, main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv a {
    padding: 2px 12px;
  }
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv .view-btn {
  color: var(--black);
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv .view-btn::before {
  background: #f5f7f9;
}
main .vimi-nav-content .tabs .trending-property-slider .swiper-wrapper .property-col figcaption .btnDiv .view-btn:hover {
  color: var(--white);
}
main .vimi-nav-content .tabs:not(.active) {
  transform: translateY(20px);
}
main .vimi-nav-content .tabs .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
main .vimi-nav-content .tabs .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
main .vimi-nav-content .tabs .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
main .vimi-nav-content .tabs .overlay-effect:hover h3, main .vimi-nav-content .tabs .overlay-effect:hover p {
  transform: translateY(-10px);
}
main .vimi-nav-content .tabs .overlay-effect h3, main .vimi-nav-content .tabs .overlay-effect p {
  font-size: 14px;
  color: var(--white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
  gap: 6px;
  line-height: 30px;
}
main .vimi-nav-content .tabs .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
}
main .vimi-nav-content .tabs .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
main .vimi-nav-content .tabs .overlay-effect .buttons .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
main .vimi-nav-content .tabs .overlay-effect .buttons button {
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav-content .tabs .overlay-effect .buttons button {
    padding: 2px 12px;
  }
}
main .vimi-nav-content .tabs .overlay-effect .buttons a {
  text-decoration: none;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  main .vimi-nav-content .tabs .overlay-effect .buttons a {
    padding: 10px 12px;
  }
}
main .vimi-nav-content .tabs .overlay-effect .buttons a.enquire-btn {
  background-color: #fff;
  border: 1px solid var(--white);
}
main .vimi-nav-content .tabs .overlay-effect .buttons a.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid var(--white);
}

@media only screen and (max-width: 767px) {
  .home-secA .upper-sec {
    display: none;
  }
}
.home-secA .upper-sec .slider-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 150px;
  z-index: 2;
  position: absolute;
  display: flex;
}
.home-secA .upper-sec .slider-nav .swiper-button-disabled {
  opacity: 0;
}
.home-secA .upper-sec .slider-nav button {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 5px 2px #ccc;
}
.home-secA .upper-sec .slider-nav button svg path {
  fill: #000;
}
.home-secA .upper-sec .trending-property-slider .swiper-wrapper .swiper-slide-active {
  transform: perspective(800px) rotateY(-8deg) !important;
}

.LuxuryProperties-Section {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section {
    padding: 0 0 40px;
  }
}
.LuxuryProperties-Section .container {
  max-width: 100%;
}
.LuxuryProperties-Section .row {
  margin-bottom: 4rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .row {
    margin-bottom: 1.6rem;
    justify-content: center;
  }
}
.LuxuryProperties-Section .row .heading h2 {
  background: #000;
  -webkit-background-clip: text;
          background-clip: text;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .row .upper-sec {
    display: none;
  }
}
.LuxuryProperties-Section .row .upper-sec .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.LuxuryProperties-Section .figure img {
  width: 100%;
  display: block;
}
.LuxuryProperties-Section .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect {
    padding: 1rem;
  }
}
.LuxuryProperties-Section .overlay-effect .colA {
  text-align: end;
}
.LuxuryProperties-Section .overlay-effect .colA img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colA img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colA img {
    width: 50px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-1 {
  line-height: 1;
}
.LuxuryProperties-Section .overlay-effect .colB .sec-1 h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-1 p {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 p {
    font-size: 12px;
    padding-right: 34px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-1 p svg {
    width: 32px;
    height: 32px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 {
    gap: 20px;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-2 h4 {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 h4 {
    font-size: 10px;
    white-space: nowrap;
  }
}
.LuxuryProperties-Section .overlay-effect .colB .sec-2 button {
  background: var(--text-gradient);
  border-radius: 25px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .LuxuryProperties-Section .overlay-effect .colB .sec-2 button {
    display: none;
  }
}

.home-location-wrap {
  --gaptb: 14px;
  --itemwidth: 23.82%;
  --color: rgb(0 0 0 / .5);
  position: relative;
}

.home-location-progress-wrap button {
  width: 42px;
  height: 42px;
  border: 1px solid #000;
  border-radius: 25px;
  background: none;
  cursor: pointer;
}
.home-location-progress-wrap button svg path {
  fill: #000;
}
.home-location-progress-wrap .home-location-prev svg {
  transform: scale(-1);
}

@media only screen and (max-width: 1200px) {
  .home-secE .home-location-wrap {
    --itemwidth: 31.9%;
  }
}
.home-secE {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .home-secE {
    padding: 0 0 40px;
  }
}
.home-secE .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .row {
    margin-bottom: 1.6rem;
  }
}
.home-secE .row .heading {
  text-align: center;
}
.home-secE .row .heading h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--black);
}
.home-secE .home-location-wrap .home-location-slider {
  padding: 10px;
}
.home-secE .home-location-wrap .home-location-slider .d-content {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.home-secE .home-location-wrap .home-location-slider .d-content figure, .home-secE .home-location-wrap .home-location-slider .d-content .figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-secE .home-location-wrap .home-location-slider .d-content figure::before, .home-secE .home-location-wrap .home-location-slider .d-content .figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.home-secE .home-location-wrap .home-location-slider .d-content figure img, .home-secE .home-location-wrap .home-location-slider .d-content .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-secE .home-location-wrap .home-location-slider .d-content figure h6, .home-secE .home-location-wrap .home-location-slider .d-content .figure h6 {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}
.home-secE .home-location-wrap .home-location-slider .d-content figcaption {
  padding: 15px;
  text-align: center;
  background: var(--white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-secE .home-location-wrap .home-location-slider .d-content figcaption .count {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1.2;
  color: var(--black);
}
.home-secE .home-location-wrap .home-location-slider .d-content figcaption .country {
  font-size: 16px;
  color: var(--black);
  line-height: 1.2;
}

.home-secE .home-location-progress-wrap {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .home-secE .home-location-progress-wrap {
    display: none;
  }
}

.AssetDead-Section {
  border-top: 1px solid #ededed;
}
.AssetDead-Section .banner {
  padding: 80px 0;
}
.AssetDead-Section .banner::before {
  background: #F0F0EF;
}
.AssetDead-Section .banner::after {
  background: none;
}
.AssetDead-Section .banner .bg {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .AssetDead-Section .banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 400px) {
  .AssetDead-Section .banner .bg {
    height: 70vh;
  }
}
.AssetDead-Section .banner .bg video {
  opacity: 0.1;
}
.AssetDead-Section .banner .banner-wrapper {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.AssetDead-Section .banner .banner-wrapper .flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colA {
  flex: 1;
  width: 100%;
  max-width: 40%;
}
.AssetDead-Section .banner .banner-wrapper .flex .colA .video-icon {
  -webkit-mask-image: url(../../images/home/about-clip.svg);
          mask-image: url(../../images/home/about-clip.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  aspect-ratio: 1;
  line-height: 0;
  width: 90%;
  height: 260px;
  margin: 0 auto;
}
.AssetDead-Section .banner .banner-wrapper .flex .colA .video-icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB {
  flex: 1;
  width: 100%;
  max-width: 60%;
  padding: 10px 20px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB h2 {
  font-size: 42px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .desc {
  padding: 10px 0;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .desc p {
  color: var(--text);
  padding-bottom: 10px;
  margin-top: 0;
  font-size: 16px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info {
  flex: 1;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child {
  flex: 0 1 40%;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md {
  height: 100%;
  border-radius: 10px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 10px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md figure {
  border-radius: 10px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md figcaption {
  padding: 0 10px 10px;
  bottom: 15%;
  translate: 0 15%;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md figcaption p {
  line-height: 1.2;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md figcaption p.count {
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info:first-child .item-md figcaption p:not(.count) {
  margin-top: 0;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision {
  height: 100%;
  border-radius: 10px;
  padding: 15px;
  background: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
  background: var(--primary);
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision .icon img, .AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision .icon img path, .AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision .icon svg path {
  stroke: #fff;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .vision p {
  color: rgba(255, 255, 247, 0.7);
  font-size: 14px;
  margin-top: 3px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .reviews {
  height: 100%;
  border-radius: 10px;
  padding: 15px;
  background: var(--white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .reviews .rating {
  display: flex;
  align-items: center;
  gap: 3px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .reviews .comment {
  padding: 5px 0 20px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .reviews .comment p {
  margin-top: 0;
  color: var(--text);
  font-size: 14px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .reviews .comment .name {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  margin-top: 2px;
}
.AssetDead-Section .banner .banner-wrapper .flex .colB .info-sec .info .reviews .review_cnt {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}

.home-secC {
  background: var(--white);
  padding: 6.9rem 0 7.75rem;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .home-secC {
    padding: 40px 0;
  }
}
.home-secC .flex .colA {
  flex: 1;
  padding-right: 47px;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colA {
    padding-right: 0;
  }
}
.home-secC .flex .colA .content .heading h2 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colA .content .heading h2 {
    text-align: center;
  }
}
.home-secC .flex .colA .btm-des-sec {
  display: flex;
  gap: 46px;
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .home-secC .flex .colA .btm-des-sec {
    justify-content: center;
    margin-top: 2rem;
  }
}
.home-secC .flex .colA .btm-des-sec li img {
  width: 100px;
}
.home-secC .flex .colA .btm-des-sec li p {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-secC .flex .colA .btm-des-sec li p {
    text-align: center;
  }
}
.home-secC .flex .colA .btm-des-sec li h6:has(.count) {
  font-size: 52px;
  line-height: 1;
  font-family: "Orpheus Pro";
  background: var(--black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colA .btm-des-sec li h6:has(.count) {
    font-size: 36px;
  }
}
.home-secC .flex .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secC .flex .colB {
    flex: 1;
    max-width: 100%;
    margin-top: 2.6rem;
  }
}
.home-secC .flex .colB .award-slider-wrap {
  position: relative;
}
.home-secC .flex .colB .award-slider-wrap .award-slider {
  transform: translateX(130px);
}
@media only screen and (max-width: 767px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider {
    transform: translateX(0);
  }
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item {
  transition: 1.5s ease;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-active figcaption {
  background: var(--gradient-a);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-active figcaption h6 {
  color: var(--white);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item.swiper-slide-next {
  transform: translateX(-100px) scale(0.8);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item:not(.swiper-slide-active, .swiper-slide-next) {
  transform: scale(0.8);
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item:not(.swiper-slide-active) {
  z-index: -1;
  transform-origin: left;
  opacity: 0.4;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figure {
  line-height: 0;
  overflow: hidden;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figure img {
  width: 100%;
  aspect-ratio: 1.409;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption {
  background: var(--gradient-a);
  transition: 0.5s ease;
  padding: 27px 55px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption {
    padding: 27px 14px;
  }
}
.home-secC .flex .colB .award-slider-wrap .award-slider .item figcaption h6 {
  font-family: "Orpheus Pro";
  font-size: 22px;
  line-height: 1.2;
  color: var(--white);
  transition: 0.5s ease;
}

/* Form Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease;
}
.modal-overlay.active {
  opacity: 1;
  transform: translateY(0%);
}
.modal-overlay .close {
  position: absolute;
  top: 6px;
  right: 6px;
}
.modal-overlay h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
}
.modal-overlay p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}
.modal-overlay .img {
  height: 120px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.modal-overlay .img img {
  width: 100%;
}
.modal-overlay .content {
  background-color: #fff;
  width: 22%;
  padding: 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.modal-overlay .content .interest {
  font-size: 18px !important;
}
.modal-overlay .content form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-overlay .content form input {
  padding: 8px 6px;
  border-radius: 4px;
  border: 1px solid lightgray;
  font-size: 14px;
}
.modal-overlay .content form button {
  background: var(--bgg);
  color: white;
  padding: 8px;
  outline: 0;
  border: 0;
  border-radius: 4px;
}
.modal-overlay .content .terms {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .modal-overlay .content {
    width: 95%;
  }
}

.NewsSection {
  background: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .NewsSection {
    padding: 40px 0;
  }
}
.NewsSection .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .NewsSection .row {
    margin-bottom: 1.6rem;
  }
}
.NewsSection .row .heading h1 {
  background: #000;
  -webkit-background-clip: text;
          background-clip: text;
}
.NewsSection .row .slider-nav {
  position: absolute;
  right: 0;
  display: flex;
  gap: 20px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .NewsSection .row .slider-nav {
    display: none;
  }
}
.NewsSection .row .slider-nav button {
  border: 1px solid var(--black);
}
.NewsSection .row .slider-nav button svg path {
  fill: var(--black);
}
.NewsSection .News-slider .flex .ViewAll-Btn {
  background: var(--black);
  -webkit-background-clip: text;
          background-clip: text;
}
.NewsSection .News-slider .flex .ViewAll-Btn svg path {
  fill: var(--black);
}

.home-secD {
  padding: 6.8rem 0;
}
.home-secD .heading {
  margin-bottom: 3.2rem;
}
.home-secD .testimonial-wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.home-secD .testimonial-wrap .testimonial-dots {
  margin-top: 1.5rem;
  padding-left: 33%;
}
.home-secD .testimonial-wrap .testimonial-nav .testimonial-prev:hover path, .home-secD .testimonial-wrap .testimonial-nav .testimonial-next:hover path {
  fill: var(--secondary);
}
.home-secD .testimonial-wrap .testimonial-slider {
  --triangle: 40px;
  padding-bottom: var(--triangle);
  max-width: calc(100% - 220px);
}
.home-secD .testimonial-wrap .testimonial-slider .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure {
  flex: 0 1 255px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 71.66%);
}
.home-secD .testimonial-wrap .testimonial-slider .item figure img {
  width: 100%;
  aspect-ratio: 0.907;
  filter: grayscale(1);
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title, .home-secD .testimonial-wrap .testimonial-slider .item figure .play-btn {
  position: absolute;
  z-index: 1;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 30px 36px;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .title > * {
  color: var(--white);
  line-height: 1.1;
}
.home-secD .testimonial-wrap .testimonial-slider .item figure .play-btn {
  --btnsize: 52px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption {
  flex: 1;
  margin-right: 42px;
  border: 1px solid #7D7D7D;
  border-radius: 30px;
  position: relative;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption .content {
  position: relative;
  background: var(--white);
  border-radius: 30px;
  height: 100%;
  z-index: 1;
  padding: 64px 48px 96px;
  text-align: center;
}
.home-secD .testimonial-wrap .testimonial-slider .item figcaption::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: var(--white);
  border: 1px solid #7D7D7D;
  transform: rotate(45deg);
  z-index: 1;
}

h2 {
  font-size: 36px;
  color: var(--black);
  font-family: "Orpheus Pro";
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

.why-choose {
  padding: 70px 0 70px;
  background: #121212;
}
.why-choose .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .why-choose .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .why-choose .grid {
    grid-template-columns: 1fr;
  }
}
.why-choose .grid .item {
  background: #1e1e1e;
  padding: 40px 30px;
  text-align: center;
}
.why-choose .grid .item .item-content h5 {
  color: var(--white);
  opacity: 1;
  margin: 30px 0 15px;
}
.why-choose .grid .item .item-content p {
  color: var(--text);
}
.why-choose .grid .item .icon svg {
  width: 45px;
  height: 45px;
}
.why-choose .grid .item .icon svg path {
  fill: #CC9B50;
}

.testimonial-wrap {
  background: #F0F0EF;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrap {
    padding: 40px 0;
  }
}
.testimonial-wrap .ViewAll-Btn {
  background: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: var(--black);
}
.testimonial-wrap .ViewAll-Btn svg path {
  fill: var(--black);
}
.testimonial-wrap .row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrap .row {
    margin-bottom: 1.6rem;
  }
}
.testimonial-wrap .row .heading h1 {
  color: var(--black);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}
.testimonial-wrap .row .heading p {
  color: #666;
}
.testimonial-wrap .row .slider-nav {
  position: absolute;
  right: 0;
  display: flex;
  gap: 20px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrap .row .slider-nav {
    display: none;
  }
}
.testimonial-wrap .row .slider-nav button {
  border: 1px solid #000;
}
.testimonial-wrap .row .slider-nav button svg path {
  fill: #000;
}
.testimonial-wrap .testimonial {
  position: relative;
  padding: 30px 40px;
  text-align: center;
  height: 410px;
  border-radius: 10px;
  background: var(--white);
  transition: all 0.2s ease-in;
}
.testimonial-wrap .testimonial:hover {
  cursor: pointer;
}
@media only screen and (max-width: 540px) {
  .testimonial-wrap .testimonial {
    height: auto;
    padding: 30px 10px;
  }
}
.testimonial-wrap .testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-wrap .testimonial .name {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.6;
}
.testimonial-wrap .testimonial .stars {
  color: #f0932b;
  margin-bottom: 10px;
}
.testimonial-wrap .testimonial .stars img {
  width: 25px;
  height: 25px;
  filter: brightness(0);
}
.testimonial-wrap .testimonial p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  color: var(--text);
}

.Founder-Section {
  padding: 80px 0;
  background: var(--white);
}
@media only screen and (max-width: 1336px) {
  .Founder-Section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .Founder-Section {
    padding: 40px 0;
  }
}
.Founder-Section .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .Founder-Section .heading {
    margin-bottom: 2rem;
  }
}
.Founder-Section .heading h2 {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.Founder-Section .row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .Founder-Section .row {
    flex-direction: column;
  }
}
.Founder-Section .row .colA {
  flex: 1;
  width: 100%;
  max-width: 100%;
}
.Founder-Section .row .colA figure {
  position: relative;
  width: 100%;
  height: 550px;
}
.Founder-Section .row .colA figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}
.Founder-Section .row .colA figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.Founder-Section .row .colA figure .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
  translate: -10% 10%;
}
.Founder-Section .row .colA figure .content .name {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colA figure .content .name {
    text-align: center;
  }
}
.Founder-Section .row .colA figure .content .founder {
  color: #fff;
  font-size: 16px;
}
.Founder-Section .row .colB {
  flex: 1;
  width: 100%;
  max-width: 100%;
  padding: 30px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f5f5f5 url(/assets/images/asset-icon.svg) no-repeat;
  background-size: 50%;
  background-position: 93% 100%;
}
@media only screen and (max-width: 1336px) {
  .Founder-Section .row .colB {
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .Founder-Section .row .colB {
    padding: 30px 60px;
  }
}
.Founder-Section .row .colB h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.Founder-Section .row .colB .para {
  color: var(--text);
  font-size: 16px;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB .para {
    font-size: 14px;
    text-align: center;
  }
}
.Founder-Section .row .colB .sign {
  font-family: "Silver South Script";
  color: #000;
  font-size: 35px;
  padding: 14px 0;
}
.Founder-Section .row .colB ul li a {
  display: flex;
  gap: 28px;
  align-items: center;
  color: #fff;
  font-size: 15px;
  color: rgb(156, 154, 154);
}
@media only screen and (max-width: 540px) {
  .Founder-Section .row .colB ul li a {
    justify-content: center;
  }
}
.Founder-Section .row .colB ul li a span svg path {
  fill: var(--black);
}/*# sourceMappingURL=home.css.map */