.section-home-1 {
  padding: 130px 0px 230px 0px !important;
}

.section-home-1 .col-inner {
  max-width: 613px;
  margin: 0px !important;
}

.section-home-1 .sub-title {
  color: #747b62;
  font-family: "DM Sans";
  font-size: var(--fz-18);
  font-style: italic;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
}

.section-home-1 h1 {
  color: #2b382a;
  font-size: clamp(45px, 5.5vw, 64px);
  font-weight: 600;
  line-height: normal;
  margin: 20px 0px;
}
.section-home-1 .text-lang * {
  color: #747b62;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  font-family: "Ma Shan Zheng", sans-serif;
}

.section-home-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.section-home-2 .swiper-slide {
  border-left: 1px solid #adc0ae;
}

.section-home-2 .swiper-slide .item-box {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0px 24px 0px 24px;
  flex: 1;
  /*justify-content: center;*/
}
.section-home-2 .swiper-slide:first-child {
  border-left: 0px;
}

.section-home-2 .item-box .caption {
  color: #737f6b;
  font-family: "Ma Shan Zheng", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-home-2 .item-box .text {
  color: #1c231b;
  font-family: "DM Sans", sans-serif;
  font-size: var(--fz-20);
  font-weight: 600;
  line-height: 25px;
  font-style: italic;
  flex: 1;
  white-space: nowrap;
}

.section-home-3 .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.section-home-3 .col-left h2 {
  margin-bottom: 60px;
}

.section-home-3 .col-left p {
  /*text-align: justify;*/
  margin-bottom: 30px;
}
.section-home-3 .col-left p:last-child {
  margin-bottom: 0px;
}

.section-home-3 .col-right .img-inner,
.section-home-3 .col-right .img-inner img {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  object-fit: cover;
}

.section-home-4 .col-left * {
  color: #737f6b;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}
.section-home-4 img {
  border-radius: 32px;
}

.section-home-4 .col-right .box-main {
  margin-bottom: 54px;
}
.section-home-4 .col-right .box-main:last-child {
  margin-bottom: 0px;
}

.section-home-4 .col-right .box-main .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.section-home-4 .col-right .box-main .wrap .text {
  color: #21362f;
  font-family: "Ma Shan Zheng", sans-serif;
  font-size: clamp(40px, 4.8vw, 56px);
  font-weight: 400;
  line-height: normal;
}

.section-home-4 .col-right .box-main .wrap h6 {
  color: #0d120c;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 56px;
  width: auto;
  text-transform: capitalize;
}

.section-home-5 .col-left .col-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-home-5 .col-left .content * {
  color: #2a3328;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  /*   line-height: clamp(28px, 3.6vw, 36px); */
  line-height: 1.5;
}
.section-home-5 .col-left .caption {
  color: #141a13;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.section-home-5 .col-left .caption .desc {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  line-height: clamp(50px, 7vw, 80px);
  font-family: "Cormorant Garamond", sans-serif;
}

.section-home-5 .col-left .caption span {
  font-family: "Ma Shan Zheng", sans-serif;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 400;
  line-height: normal;
}

.section-home-5 .col-right {
  height: auto;
}

.section-home-5 .col-right .col-inner,
.section-home-5 .col-right .col-inner .img {
  height: 100%;
}

.section-home-5 .col-right .img-inner,
.section-home-5 .col-right .img-inner img {
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .section-home-2 .swiper-slide {
    width: auto !important;
  }
  .section-home-3 .col-inner {
    grid-template-columns: calc(656 / 1200 * 100%) 1fr;
    gap: 100px;
  }

  .section-home-4 .col-left {
    flex: 0 0 460px;
    max-width: 100%;
  }
  .section-home-4 .col-right {
    max-width: 100%;
    flex: 1;
    padding-left: 65px;
  }

  .section-home-5 .col-left {
    padding-right: 65px;
  }
}

@media (max-width: 1024px) {
  .section-home-4 .col-right .box-main {
    margin-bottom: 20px;
  }

  .section-home-5 .col-left .col-inner {
    gap: 20px;
  }
  .section-home-3 .col-left h2 {
    margin-bottom: 20px;
  }
  .section-home-3 .col-left p {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .section-home-3 .col-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .section-home-5 .col-right {
    height: auto;
  }
  .section-home-5 .col-right .col-inner .img,
  .section-home-5 .col-right .col-inner {
    height: 100%;
  }
  .section-home-2 .swiper-slide .item-box .text br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-home-3 .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-home-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .section-home-2 .swiper-slide .item-box {
    padding: 0px 12px 0px 12px;
    gap: 12px;
  }
}

@media (max-width: 567px) {
  .section-home-1 {
    padding: 100px 0px 190px 0px !important;
  }

  .section-home-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(355, 355, 355, 0.35);
    z-index: 1;
  }

  .section-home-1 .text-lang * {
    margin-bottom: 30px;
  }
  .section-home-5 .col-left .col-inner {
    gap: 20px;
  }
}

@media (max-width: 490px) {
  .section-home-1 h1 {
    padding-right: 80px;
  }
}
@media (max-width: 420px) {
  .section-home-1 h1 {
    padding-right: 0px;
  }
}
