/*==============================
Banner Section
================================*/

.banner-sec {
  background: url("../assets/images/home/banner.png") no-repeat center/cover;
  padding: 350px 0 100px;
}
.banner-content {
  text-align: center;
}
.banner-subtitle {
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.banner-sec .primary-btn {
  margin: auto;
}
.title1 > span {
  display: block;
  background: linear-gradient(to bottom, var(--bg-black), var(--primary-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
.title1 .visible-window {
  display: inline-block;
  height: 80px;
  overflow: hidden;
  animation: h1-scroll 6s ease infinite;
}

.title1 .scroll-text {
  animation: heading-scroll 6s ease infinite;
  width: fit-content;
  color: var(--secondary-color);
}
@keyframes heading-scroll {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-82px);
  }
  80% {
    transform: translateY(-164px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes h1-scroll {
  0% {
    width: 208.4px;
  }
  40% {
    width: 252.5px;
  }
  80% {
    width: 350px;
  }
  100% {
    width: 208.4px;
  }
}
.title1 ul > li {
  color: var(--secondary-color);
  width: fit-content;
}
/*==============================
Banner Responsive
================================*/

@media screen and (max-width: 1200px) {
  @keyframes heading-scroll {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-66px);
    }
    80% {
      transform: translateY(-132px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes h1-scroll {
    0% {
      width: 166.73px;
    }
    40% {
      width: 202px;
    }
    80% {
      width: 280px;
    }
    100% {
      width: 166.73px;
    }
  }
  .title1 .visible-window {
    height: 64px;
  }
}
@media screen and (max-width: 992px) {
  @keyframes heading-scroll {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-50px);
    }
    80% {
      transform: translateY(-100px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes h1-scroll {
    0% {
      width: 125.05px;
    }
    40% {
      width: 151.5px;
    }
    80% {
      width: 210px;
    }
    100% {
      width: 125.05px;
    }
  }
  .title1 .visible-window {
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  @keyframes heading-scroll {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-42px);
    }
    80% {
      transform: translateY(-84px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes h1-scroll {
    0% {
      width: 104.2px;
    }
    40% {
      width: 126.25px;
    }
    80% {
      width: 175px;
    }
    100% {
      width: 104.2px;
    }
  }
  .title1 .visible-window {
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .banner-sec {
    padding: 350px 0 45px;
  }
  .banner-subtitle {
    margin: 25px auto 30px;
  }
  .banner-subtitle {
    font-size: 14px;
  }
  @keyframes heading-scroll {
    0% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-38px);
    }
    80% {
      transform: translateY(-76px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes h1-scroll {
    0% {
      width: 94px;
    }
    40% {
      width: 114px;
    }
    80% {
      width: 158px;
    }
    100% {
      width: 94px;
    }
  }
  .title1 .visible-window {
    height: 36px;
    margin-top: 10px;
    display: block;
    margin: auto;
    transform: translateY(5px);
  }
  .title1 > span {
    transform: translateY(-5px);
  }
}
/* shop-by-category-sec ==============*/
.shop-by-category-sec {
  padding: 60px 0;
}

.shop-by-category-sec .sec-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.shop-by-category-sec .title2 {
  max-width: 604.5px;
}

.shop-by-category-sec .title-desc {
  max-width: 604.5px;
}

.shop-by-category-sec .swiper {
  margin-bottom: 50px;
}

.shop-by-category-sec .swiper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to right,
      var(--bg-black),
      rgba(20, 18, 11, 0.7),
      rgba(20, 18, 11, 0.2),
      transparent);
  z-index: 2;
}

.shop-by-category-sec .swiper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(to left,
      var(--bg-black),
      rgba(20, 18, 11, 0.7),
      rgba(20, 18, 11, 0.2),
      transparent);
  z-index: 2;
}

.shop-by-category-sec .swiper-slide {
  height: 469px;
  width: 311px;
  position: relative;
  z-index: 3;
}

.shop-by-category-sec .swiper-slide>img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.shop-by-category-sec .swiper-slide>.card-content {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: var(--primary-color);
  text-transform: capitalize;
  z-index: 4;
}

.shop-by-category-sec .swiper-slide .card-heading {
  font-size: 35px;
  margin-bottom: 0;
}

.shop-by-category-sec .swiper-slide .card-sub-heading {
  font-size: 17px;
  background: linear-gradient(to bottom, var(--bg-black), var(--primary-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shop-by-category-sec .slider-after-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop-by-category-sec .swiper-pagination {
  position: static;
  width: 73%;
}

.shop-by-category-sec .swiper-pagination-progressbar-fill {
  background: var(--secondary-color);
  transition-duration: 0.8s !important;
}

.shop-by-category-sec .swiper-pagination-progressbar {
  background: var(--text-gray);
}

.shop-by-category-sec .swiper-pagination-horizontal {
  height: var(--swiper-pagination-progressbar-size, 2px);
}

.shop-by-category-sec .primary-btn {
  flex-shrink: 0;
}

/*==============================
Shop By Category Section Responsive
================================*/

@media screen and (max-width: 1200px) {
  .shop-by-category-sec .sec-title-wrapper {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .shop-by-category-sec .title-2 {
    max-width: none;
    margin-bottom: 30px;
  }

  .shop-by-category-sec .title-desc {
    max-width: 800px;
  }
}

@media screen and (max-width: 576px) {
  .shop-by-category-sec {
    padding: 45px 0;
  }

  .shop-by-category-sec .slider-after-wrapper {
    flex-direction: column-reverse;
  }

  .shop-by-category-sec .swiper-pagination {
    width: 100%;
  }

  .shop-by-category-sec .title-2 {
    margin-bottom: 20px;
  }

  .shop-by-category-sec .swiper-slide {
    height: 361.92px;
    width: 240px;
  }

  .shop-by-category-sec .swiper::after,
  .shop-by-category-sec .swiper::before {
    width: 50px;
  }

  .shop-by-category-sec .swiper-slide .card-heading {
    font-size: 24px;
  }

  .shop-by-category-sec .swiper-slide .card-sub-heading {
    font-size: 14px;
  }

  .shop-by-category-sec .sec-title-wrapper {
    margin-bottom: 50px;
  }
}

/*==============================
Our Story Section 
================================*/

.our-story-sec {
  padding: 60px 0;
}

.our-story-sec .row-1 {
  margin: 0 0 120px 0;
}

.our-story-sec .row-2 {
  margin: 0;
}

.our-story-sec .col-5,
.our-story-sec .col-7,
.our-story-sec .col-3 {
  padding: 0;
}

.our-story-sec .col-xl-7::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30%;
  height: 63px;
  width: 163px;
  background: url("../assets/common/section-after.png") no-repeat center/cover;
}

.our-story-sec .col-xl-7::after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: 0;
  height: 137.4px;
  width: 9.27px;
  background: url("../assets/home/our-story-after.png") no-repeat center/cover;
}

.our-story-sec .col-5 {
  display: flex;
  align-items: center;
}

.our-story-sec .image-box {
  max-width: 600px;
  width: 85%;
  height: 830px;
}

.our-story-sec .content-box {
  background: var(--secondary-color);
  max-width: 360px;
  padding: 45px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.our-story-sec .content-box .desc {
  font-size: 18px;
  line-height: calc(28 / 18);
  margin: 50px 0 25px;
}

.our-story-sec .content-box .card-name {
  font-size: 40px;
  text-transform: capitalize;
  padding-top: 25px;
  position: relative;
  margin-bottom: 0;
}

.our-story-sec .content-box .card-name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.our-story-sec .content-box .card-role {
  font-size: 16px;
}

.our-story-sec .col-7-content {
  margin-left: 100px;
}

.our-story-sec .col-7-content .title-desc {
  margin: 60px 0 36px;
}

.our-story-sec .linear-gradient-title {
  font-size: 35px;
  text-transform: capitalize;
  color: var(--primary-color);
  background: linear-gradient(to left,
      var(--bg-black),
      var(--text-gray),
      var(--primary-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 36px;
}

.our-story-sec .nestra-features-list {
  margin-bottom: 36px;
}

.our-story-sec .nestra-features-list>li {
  font-size: 18px;
  line-height: calc(28 / 18);
  margin-bottom: 12px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}

.our-story-sec .nestra-features-list>li>svg {
  margin-right: 12px;
}

.our-story-sec .feature-card-before {
  margin-top: 17px;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: var(--secondary-color);
  margin-right: 9px;
}

.our-story-sec .features-card .feature {
  font-size: 25px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.our-story-sec .features-card .feature-desc {
  font-size: 18px;
  color: var(--primary-color);
}

/*==============================
Our Story Responsive
================================*/

@media screen and (max-width: 1440px) {
  .our-story-sec .content-box .desc {
    font-size: 16px;
  }

  .our-story-sec .content-box {
    padding: 25px;
    max-width: 300px;
  }

  .our-story-sec .content-box .desc {
    margin: 25px 0;
  }

  .our-story-sec .col-xl-7::before {
    bottom: 25%;
  }

  .our-story-sec .col-xl-7::after {
    bottom: -55px;
  }
}

@media screen and (max-width: 1200px) {
  .our-story-sec .col-xl-5 {
    width: 650px;
    margin: 0 auto 40px;
  }

  .our-story-sec .image-box {
    max-width: 600px;
    width: 65%;
    height: 600px;
  }

  .our-story-sec .col-7-content {
    margin-left: 50px;
  }

  .our-story-sec .features-card .feature {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 976px) {
  .our-story-sec .row-1 {
    margin: 0 0 90px 0;
  }

  .our-story-sec .col-12 {
    padding: 0;
  }

  .our-story-sec .col-6 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .our-story-sec .col-xl-5 {
    display: none;
  }

  .our-story-sec .col-7-content {
    margin-left: 25px;
  }

  .our-story-sec .linear-gradient-title {
    font-size: 30px;
  }

  .our-story-sec .features-card .feature-desc {
    font-size: 16px;
  }

  .our-story-sec .features-card .feature {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .our-story-sec {
    padding: 45px 0;
  }

  .our-story-sec .col-7-content .desc {
    font-size: 14px;
    margin: 36px 0 40px;
  }

  .our-story-sec .col-7-content .title-desc {
    margin: 40px 0 24px;
  }

  .our-story-sec .col-7-content {
    margin-left: 0;
  }

  .our-story-sec .linear-gradient-title {
    font-size: 25px;
  }

  .our-story-sec .nestra-features-list>li {
    font-size: 14px;
  }

  .our-story-sec .features-card .feature {
    font-size: 16px;
  }

  .our-story-sec .features-card .feature-desc {
    font-size: 14px;
  }

  .our-story-sec .col-xl-7::before {
    display: none;
  }

  .our-story-sec .col-xl-7::after {
    display: none;
  }

  .our-story-sec .row-1 {
    margin: 0 0 70px 0;
  }
}



/*==============================
Years Of Shaping Section
================================*/

.years-of-shaping-sec {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.years-of-shaping-sec::before {
  content: "";
  position: absolute;
  bottom: 195px;
  left: -36px;
  background: url("../assets/images/home/Rotate-pattern.png") no-repeat center/cover;
  width: 384px;
  height: 384px;
  animation: rotate 20s linear infinite;
}

.years-of-shaping-sec .shaping-wrapper-1 {
  display: flex;
  justify-content: space-between;
}

.years-of-shaping-sec .rotating-card {
  position: relative;
}

.years-of-shaping-sec .rotating-card>img {
  height: 246.5px;
  width: 246.5px;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.years-of-shaping-sec .large-no {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-bottom: 15px;
  font-size: 192px;
  color: var(--secondary-color);
}

.years-of-shaping-sec .title-wrapper {
  display: flex;
  gap: 10px;
  align-self: end;
}

.title-2-large {
  font-size: 50px;
  color: var(--primary-color);
  line-height: 1.2;
}

.years-of-shaping-sec .title-2-wrapper {
  align-self: end;
}

.years-of-shaping-sec .title-2-wrapper .title2 {
  transform: translateY(-14px);
  background: linear-gradient(to bottom, var(--bg-black), var(--primary-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.years-of-shaping-sec .title-gradient {
  font-size: 45px;
  background: linear-gradient(to left,
      var(--bg-black),
      var(--text-gray),
      var(--primary-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px 0 120px;
}

.years-of-shaping-sec .shaping-wrapper-2 {
  display: flex;
  justify-content: space-between;
}

.years-of-shaping-sec .shaping-wrapper-2 .left-wrapper {
  max-width: 635px;
}

.years-of-shaping-sec .shaping-wrapper-2 .left-content-wrapper {
  position: sticky;
  top: 50px;
}

.years-of-shaping-sec .shaping-wrapper-2 .right-wrapper {
  max-width: 635px;
  position: relative;
}

.years-of-shaping-sec .right-wrapper::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 135px;
  width: 1px;
  background: var(--text-gray);
}

.years-of-shaping-sec .content-box {
  display: flex;
  margin-bottom: 75px;
}

.years-of-shaping-sec .shaping-wrapper-2 .heading-text {
  font-size: 40px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.years-of-shaping-sec .shaping-wrapper-2 .number-box {
  margin-right: 100px;
}

.years-of-shaping-sec .shaping-wrapper-2 .sl-no {
  color: var(--primary-color);
  font-size: 70px;
  display: inline-flex;
  width: 85px;
  height: 80px;
  justify-content: center;
  align-items: center;
}

.years-of-shaping-sec .shaping-wrapper-2 .desc-text {
  font-size: 18px;
  color: var(--text-gray);
  line-height: calc(28 / 18);
}

.years-of-shaping-sec .shaping-wrapper-2 .yellow-box {
  position: absolute;
  top: 14px;
  left: -59px;
  padding: 5px;
  background: var(--bg-black);
}

.years-of-shaping-sec .shaping-wrapper-2 .yellow-box>.inner-box {
  height: 10px;
  width: 10px;
  background: var(--secondary-color);
}

/*==============================
Years Of Shaping Section Responsive
================================*/

@media screen and (max-width: 992px) {
  .years-of-shaping-sec .shaping-wrapper-2 .heading-text {
    font-size: 35px;
  }

  .title-2-large {
    font-size: 45px;
  }

  .years-of-shaping-sec .rotating-card>img {
    height: 200px;
    width: 200px;
  }

  .years-of-shaping-sec .large-no {
    height: 120px;
  }

  .large-no {
    font-size: 150px;
  }

  .years-of-shaping-sec .title-gradient {
    font-size: 40px;
    margin: 30px 0 100px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 {
    flex-direction: column;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .left-content-wrapper {
    position: static;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .right-wrapper {
    margin: 70px auto 0;
  }

  .years-of-shaping-sec::before {
    width: 300px;
    height: 300px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .sl-no {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .years-of-shaping-sec .rotating-card>img {
    height: 150px;
    width: 150px;
  }

  .years-of-shaping-sec .rotating-card {
    padding: 15px;
    height: fit-content;
  }

  .years-of-shaping-sec .rotating-card>img {
    height: 120px;
    width: 120px;
  }

  .years-of-shaping-sec .large-no {
    font-size: 110px;
    display: flex;
    align-items: center;
    align-self: end;
    height: 100px;
  }

  .title-2-large {
    font-size: 38px;
  }

  .years-of-shaping-sec .shaping-wrapper-1 {
    align-items: end;
  }

  .years-of-shaping-sec .title-gradient {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .years-of-shaping-sec {
    padding: 45px 0;
  }

  .years-of-shaping-sec .shaping-wrapper-1 {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }

  .years-of-shaping-sec .large-no {
    font-size: 70px;
    height: 70px;
    margin-bottom: 6px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .right-wrapper {
    margin: 50px auto 0;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .sl-no {
    font-size: 50px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .number-box {
    margin-right: 45px;
  }

  .years-of-shaping-sec .right-wrapper::before {
    left: 80px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .yellow-box {
    left: -35px;
    top: 7px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .heading-text {
    font-size: 25px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .desc-text {
    font-size: 14px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .heading-text {
    margin-bottom: 20px;
  }

  .years-of-shaping-sec .shaping-wrapper-2 .sl-no {
    width: 60px;
    height: 45px;
  }

  .years-of-shaping-sec .content-box {
    margin-bottom: 45px;
  }

  .years-of-shaping-sec .title-gradient {
    font-size: 25px;
    margin: 30px 0 70px;
  }

  .years-of-shaping-sec .title-wrapper {
    align-self: start;
  }

  .years-of-shaping-sec .title-2-wrapper .title-2 {
    font-size: 25px;
  }

  .title-2-large {
    font-size: 28px;
  }

  .years-of-shaping-sec::before {
    width: 200px;
    height: 200px;
  }

  .years-of-shaping-sec .title-2 {
    transform: translateY(-10px);
  }
}



/* WORK PROCESS SECTION ==============================*/
.work-process-sec {
  position: relative;
  padding: 60px 0;
}



.subtitle2::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  display: inline-block;
  margin-right: 10px;
}

.process-title {
  margin-top: 30px;
  max-width: 635px;
  margin-bottom: 30px;
}


/* VERTICAL LINE */
/* .process-timeline::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
} */

/* ITEM */
.process-item {
  display: flex;
}


.process-number {
  font-size: 82px;
  color: var(--theme-color);
  min-width: 72px;
  text-align: left;
  font-weight: 300;
  padding-right: 40px;
}

.process-item:first-child .process-number {
  padding-right: 53px;
}

.process-content {
  padding-left: 40px;
  padding-bottom: 75px;
  position: relative;
}

.process-content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
}

.process-content::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  bottom: 0;
  width: 1px;
  background: #fff;
}

.process-content h2 {
  margin-bottom: 30px;
}

.process-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
  max-width: 420px;
  opacity: 50%;
}

.work-process-sec-pattern {
  width: clamp(120px, 30vw, 357px);
  position: absolute;
  left: 0;
  bottom: 190px;
  animation: autoRotatePattern 15s linear infinite;
}

.work-process-sec-pattern>img {
  width: 100%;
  height: 100%;
  object-fit: contain;


}

@keyframes autoRotatePattern {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* service-strip-sec======================== */

.service-strip-sec {
  padding: 60px 0;
}

.service-strip-item {
  padding: 20px 10px;
}

/* Title with gold line */
.service-strip-title {
  color: var(--theme-color);
  font-size: 25px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 60px;
}

.service-strip-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 54px;
  display: inline-block;
  height: 2px;
  background: var(--theme-color);
  transform: translateY(-50%);
}

.service-strip-text {}

/* Desktop width control */
@media (min-width: 992px) {
  .service-strip-sec .row {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* Mobile spacing */
@media (max-width: 768px) {
  .service-strip-item {
    margin-bottom: 20px;
  }
}




/* ABOUT COMPANY ===================================*/
.about-company-sec {
  padding: 60px 0;
  position: relative;
}

.about-left {
  max-width: 660px;
  margin-bottom: 30px;
}

.about-img-wrap {
  position: relative;
}

.about-img-wrap>img {
  width: 95%;
  height: auto;
}

.wrapper1::after {
  content: url(../assets/images/aboutAfter1.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 142px;
}

.wrapper2::after {
  content: url(../assets/images/aboutAfter2.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 142px;
}

.about-left>p {
  margin-block: 50px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* RIGHT */
.about-right {
  max-width: 660px;
  margin-left: auto;
}

.about-right>h2 {
  margin-top: 30px;
  margin-bottom: 60px;
}



/* THIN FRAME */
.img-frame {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

/* GOLD SHAPES */
.shape {
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--primary-color);
  border-radius: 0 0 0 120px;
}

.shape-left {
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
}

.shape-right {
  right: -20px;
  bottom: 40px;
}

/* BUTTON */
.about-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.about-btn span:first-child {
  padding: 14px 28px;
}

.btn-icon {
  background: var(--primary-color);
  color: #000;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-btn:hover {
  border-color: var(--primary-color);
}

.about-sec-pattern {
  width: clamp(110px, 18vw, 260px);
  height: 149px;
  position: absolute;
  bottom: -30px;
  right: -100px;
}

.about-sec-pattern>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*==============================
Featured Section
================================*/

.featured-sec {
  padding: 60px 0;
}

.featured-sec .col-3-wrapper {
  max-width: 260px;
}

.featured-sec .title-2 {
  text-transform: capitalize;
}

.featured-sec .title-desc {
  margin: 25px 0 70px;
}

.featured-sec .swiper-slide {
  padding: 10px;
  border: 1px solid var(--text-gray);
  height: 600px;
}

.featured-sec .card-img {
  margin-bottom: 15px;
  height: 290px;
}

.featured-sec .card-content {
  text-align: center;
}

.featured-sec .card-content .place-name {
  color: var(--secondary-color);
  font-size: 16px;
  margin-bottom: 10px;
  font-family: var(aeonik-bold), sans-serif;
}

.featured-sec .card-content .appartment-details {
  font-size: 15px;
  color: var(--primary-color);
}

.featured-sec .card-content .title-desc {
  margin: 5px 0 10px;
}

.featured-sec .card-content .price {
  color: var(--secondary-color);
  font-size: 15px;
  margin-bottom: 25px;
}

.featured-sec .card-content .card-btn {
  padding: 10px 20px;
  border: 1px solid var(--text-gray);
  transition: 0.4s linear;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.featured-sec .card-content .card-btn:hover {
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}

.featured-sec .card-content .card-btn>span {
  font-size: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
  transition: 0.4s linear;
}

.featured-sec .card-content .card-btn:hover>span {
  color: var(--bg-black);
}

.featured-sec .swiper-button-next,
.featured-sec .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 58px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid var(--text-gray);
  padding: 10px;
}

.featured-sec .swiper-button-prev svg {
  transform: rotate(180deg);
}

.featured-sec .swiper-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.featured-sec .swiper-navigation-icon {
  display: none;
}

.featured-sec .swiper-btns-sm {
  display: none;
}

/*==============================
Featured Section Responsive
================================*/

@media screen and (max-width: 1200px) {
  .featured-sec .col-3-wrapper {
    max-width: 600px;
  }

  .featured-sec .swiper-btns {
    display: none;
  }

  .featured-sec .swiper-btns-sm {
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
  }

  .featured-sec .swiper-slide {
    height: 590px;
  }
}

@media screen and (max-width: 768px) {
  .featured-sec .card-img {
    height: 240px;
  }

  .featured-sec .card-content .card-btn {
    padding: 5px 15px;
  }

  .featured-sec .swiper-slide {
    height: 555px;
  }
}

@media screen and (max-width: 576px) {
  .featured-sec {
    padding: 45px 0;
  }

  .featured-sec .swiper-slide {
    height: 490px;
  }

  .featured-sec .card-img {
    max-width: 370px;
    margin: 0 auto 15px;
  }
}

/*==============================
Welcome Section
================================*/

.welcome-sec {
  padding: 60px 0;
  position: relative;
}
.welcome-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(357px - 115px);
  height: 180px;
  background: url("../assets/home/welcome-before.png") no-repeat center/cover;
}
.welcome-sec .image-wrapper-1 {
  padding-right: 41.5px;
  position: relative;
}
.welcome-sec .image-wrapper-1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 142.5px;
  width: 142.5px;
  border-radius: 0 0 0 100%;
  background: #fde769;
  z-index: 2;
}
.welcome-sec .image-box {
  max-width: 648px;
  position: relative;
}
.welcome-sec .image-box::before {
  content: "";
  position: absolute;
  inset: 44px;
  border: 1px solid var(--text-gray);
}
.welcome-sec .title-desc {
  margin: 50px 0;
}
.welcome-sec .title-2 {
  margin-bottom: 60px;
}
.welcome-sec .image-wrapper-2 {
  padding-right: 41.5px;
  position: relative;
}
.welcome-sec .image-wrapper-2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 108px;
  width: 108px;
  border-radius: 0 0 100% 0;
  background: #feb307;
  z-index: 2;
}

/*==============================
Welcome Section Responsive
================================*/

@media screen and (max-width: 768px) {
  .welcome-sec .title-desc {
    font-size: 16px;
  }
  .welcome-sec .title-2 {
    margin-bottom: 40px;
  }
  .welcome-sec .image-wrapper-1::before,
  .welcome-sec .image-wrapper-2::before {
    height: 100px;
    width: 100px;
  }
  .welcome-sec .image-wrapper-1 {
    padding-right: 30px;
  }
  .welcome-sec .image-wrapper-2 {
    padding-right: 30px;
  }
  .welcome-sec .image-box::before {
    inset: 30px;
  }
}
@media screen and (max-width: 576px) {
  .welcome-sec {
    padding: 45px 0;
  }
  .welcome-sec .image-wrapper-1::before,
  .welcome-sec .image-wrapper-2::before {
    height: 80px;
    width: 80px;
  }
  .welcome-sec .image-wrapper-2 {
    padding-right: 25px;
  }
  .welcome-sec .image-box::before {
    inset: 25px;
  }
  .welcome-sec .title-desc {
    margin: 40px 0;
  }
}
.welcome-sec::before {
  width: 134px;
  height: 100px;
}


/*==============================
Discover Section
================================*/

.discover-sec {
  padding: 60px 0;
}
.discover-sec .discover-title-wrapper {
  margin-bottom: 60px;
}
.discover-sec .discover-title-wrapper .left-box {
  max-width: 500px;
}
.discover-sec .discover-card {
  max-width: 648px;
  margin: auto;
}
.discover-sec .discover-card .card-img > img {
  object-position: left;
  transition: 0.2s ease;
}
.discover-sec .discover-card .card-img {
  height: 420px;
  overflow: hidden;
}
.discover-sec .discover-card .card-img:hover > img {
  object-position: center;
  transform: scale(1.05);
}
.discover-sec .discover-card > h3 {
  color: var(--secondary-color);
  font-size: 25px;
  text-align: center;
  margin: 55px 0 10px;
}
.discover-sec .discover-card > p {
  font-size: 18px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
}
.discover-sec .discover-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: auto;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 15px;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}
.discover-sec .discover-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 60%;
  background-color: rgba(246, 197, 87, 0.5);
  transition: 0.3s ease;
}
.discover-sec .discover-btn:hover::after {
  width: 100%;
}

/*==============================
Discover Section Responsive
================================*/

@media screen and (max-width: 992px) {
  .discover-sec .discover-title-wrapper {
    flex-direction: column;
    align-items: start !important;
    gap: 40px;
  }
  .discover-sec .discover-title-wrapper .left-box {
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .discover-sec {
    padding: 45px 0;
  }
  .discover-sec .discover-card > h3 {
    font-size: 18px;
  }
  .discover-sec .discover-card > p {
    font-size: 14px;
  }
  .discover-sec .discover-card .card-img {
    height: 200px;
  }
  .discover-sec .discover-card > h3 {
    margin: 30px 0 10px;
  }
  .discover-sec .discover-card > p {
    margin-bottom: 20px;
  }
  .discover-sec .discover-title-wrapper {
    gap: 30px;
  }
}

/*==============================
Latest News Section
================================*/

.latest-news-sec {
  padding: 60px 0;
}
.latest-news-sec .card-content {
  max-width: 314px;
}
.latest-news-sec .title-2 {
  max-width: 400px;
  margin-bottom: 50px;
}
.latest-news-sec .card-img {
  height: 230px;
  margin-bottom: 30px;
}
.latest-news-sec .card-subtitle-wrapper {
  color: var(--secondary-color);
  font-size: 14px;
  margin-bottom: 15px;
}
.latest-news-sec .card-subtitle-wrapper .center-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--secondary-color);
}
.latest-news-sec .card-subtitle-wrapper .designer-name {
  text-transform: uppercase;
  font-family: var(--aeonik-bold), sans-serif;
}
.latest-news-sec .card-title {
  font-size: 25px;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.latest-news-sec .card-desc {
  font-size: 10px;
  color: var(--text-gray);
  margin-bottom: 31.5px;
}
.latest-news-sec .card-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--primary-color);
  text-transform: capitalize;
  position: relative;
  width: fit-content;
}

.latest-news-sec .card-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 70%;
  background: var(--text-gray);
  transition: 0.4s ease;
}
.latest-news-sec .card-btn:hover::after {
  width: 100%;
}
.latest-news-sec .card-btn svg {
  transform: translateY(2px);
}

/*==============================
Latest News Responsive
================================*/

@media screen and (max-width: 768px) {
  .latest-news-sec .latest-card {
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .latest-news-sec {
    padding: 45px 0;
  }
  .latest-news-sec .card-img {
    height: 170px;
  }
  .latest-news-sec .card-title {
    font-size: 22px;
  }
  .latest-news-sec .card-desc {
    margin-bottom: 20px;
  }
}

/*==============================
Latest News - Signup Wrapper
================================*/

.latest-news-sign-up-wrapper {
  position: relative;
  overflow: hidden;
}
.latest-news-sign-up-wrapper::before {
  content: "";
  position: absolute;
  top: 45%;
  right: -150px;
  background: url("../assets/common/rotating-design.png") no-repeat center/cover;
  width: 384px;
  height: 384px;
  animation: rotate-360deg-20sec 20s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .latest-news-sign-up-wrapper::before {
    right: -110px;
    width: 250px;
    height: 250px;
  }
  .latest-news-sign-up-wrapper::before {
    right: -60px;
    width: 150px;
    height: 150px;
    top: 48%;
  }
}






/* TESTIMONIALS============================== */
.testimonials-sec {
  padding: 60px 0;
  text-align: center;
}

/* Subtitle */
.testimonials-sec .subtitle2 {
  margin-bottom: 30px;
}


/* Heading */
.testimonials-sec .title2 {
  margin-bottom: 44px;
}

/* Description */
.testimonials-desc {
  max-width: 466px;
  margin: 10px auto 25px;
  color: #8D9396;
  line-height: 1.6;
}

/* Slider Layout */
.testimonial-slider {
  gap: 80px;
}

/* Avatar */
.testimonial-avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name */
.testimonial-item>.title3 {
  color: var(--theme-color);
  margin-bottom: 5px;
}




/* Responsive */
@media (max-width: 768px) {
  .testimonial-slider {
    gap: 30px;
  }

  .testimonials-title {
    font-size: 30px;
  }

  .testimonial-arrow {
    width: 44px;
    height: 32px;
  }
}





/* BLOG SECTION */
.blog-sec {
  padding: 60px 0;
  position: relative;

}

/* HEADER */
.blog-header {
  margin-bottom: 50px;
}

.blog-header>h2 {
  max-width: 380px;
  margin-top: 30px;
}

/* CARD */
.blog-card {
  max-width: 420px;
}

.blog-img {
  margin-bottom: 30px;
}

.blog-img img {
  width: 100%;
  display: block;
}

/* META */
.blog-data {
  max-width: 400px;
}

.blog-date {
  color: var(--theme-color);
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-meta span {
  margin: 0 6px;
}

/* TITLE */
.blog-data>.subtitle1 {
  margin-bottom: 15px;
}

/* DESC */
.blog-desc {
  color: #ffffff98;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 280px;
}

/* LINK */
.blog-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}

.blog-link span {
  margin-left: 6px;
}

.blog-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;

}

/* DECORATIVE SHAPE */
.blog-sec-pattern {
  position: absolute;
  right: -40px;
  bottom: -150px;
  width: clamp(180px, 14.79vw, 244px);
  transform: rotate(180deg);
}

.blog-sec-pattern>img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-title {
    font-size: 32px;
    max-width: 100%;
  }

  .blog-card {
    max-width: 100%;
  }

  .blog-shape {
    display: none;
  }
}

@media (max-width: 576px) {
  .blog-name {
    font-size: 20px;
  }
}




.footer-sec {
  padding-top: 60px;
}

/* NEWSLETTER */
.newsletter-sec {
  padding: 60px 0 100px;
}

.newsletter-subtitle {
  color: var(--theme-color);
  /* display: inline-flex; */
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.newsletter-wrap>.title2 {
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 363px;

}

.newsletter-form {
  max-width: 653px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 0;
}

.newsletter-form input::placeholder {
  color: #ffffff;
}

.newsletter-form button {
  background: none;
  border: none;
  color: #fff;
  letter-spacing: 1px;
}

/* FOOTER MAIN */
.footer-main>.container {
  padding: 60px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-brand {
  max-width: 400px;
  padding: 0 12px;
}

/* LOGO */
.footer-logo {
  margin-bottom: 50px;
}

.footer-logo span {
  color: var(--primary-color);
}

.footer-text {
  color: #ffffff;
  opacity: 50%;
  margin-bottom: 50px;
}

.footer-phone {
  display: flex;
  align-items: center;
}

.phone-number {
  font-size: 18px;
}

.phone-logo {
  margin-right: 14px;
}

.phone-label {
  color: var(--theme-color);
  font-size: 10px;
  margin-top: 10px;
}

/* COLUMNS */
.footer-heading {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: fit-content;
}

.footer-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-30%);
  width: 10px;
  height: 10px;
  background: var(--theme-color);
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0 15px;
  color: #ffffff;
  font-size: 19px;
}

.footer-main .footer-col {
  padding-inline: 30px;
}

/* CONTACT */
.footer-contact {
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-email {
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-phone2 {
  color: var(--theme-color);
  margin-bottom: 30px;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a i {
  color: #fff;
}

.footer-social a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.copywrite {
  padding-block: 30px;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-main .row>div {
    margin-bottom: 40px;
  }

  .newsletter-title {
    font-size: 30px;
  }
}