.btn-white-fill {
  padding: 13px 75px;
  border-radius: 12px;
  background: white;
  color: black;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  border: 1px solid #4A4A4A;
}



.btn-white-fill:hover {
  background: black;
  color: white;
  box-shadow: 0 0 8px rgba(220, 220, 220, 0.6);
}

.btn-white-fill-icon {
  width: 45px;
  height: 50px;
  border-radius: 12px;
  background: white;
  color: black;
  transition: all 0.8s ease 0s;
  border: 1px solid #4A4A4A;
}
.btn-white-fill-icon:hover {
  background: black;
  color: white;
  box-shadow: 0 0 8px rgba(220, 220, 220, 0.6);
  transition: all 0.8s ease 0s;
}
.btn-white-fill-icon:hover svg path {
  stroke: white;
  transition: all 0.8s ease 0s;
}
.btn-white-fill-icon svg {
  margin-top: 8px;
}

:root {
  --text-sm1: 0.875rem /* 14px */;
  --text-base: 1rem /* 16px */;
  --text-lg1: 1.25rem /* 20px */;
  --text-h3: 1.5rem /* 24px */;
  --text-h2: 2rem /* 32px */;
  --text-h1: 3rem /* 48px */;
}

@media (max-width: 1200px) {
  :root {
    --text-lg1: 1rem;
    --text-h3: 1.25rem;
    --text-h2: 20px;
    --text-h1: 2rem;
  }
}
body {
  font-size: var(--text-base);
  background: #4a4a4a;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .container {
    padding: 0 10px;
  }
}

._anim-items {
  transform: translate(0px, 60%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}
._anim-items._active {
  transform: translate(0px, 0%);
  opacity: 1;
}

.title-main {
  font-size: var(--text-h2);
  line-height: 120%;
  text-transform: uppercase;
}

/*=============== myhome ===============*/
.myhome {
  padding-top: 40px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .myhome {
    padding-top: 23.3333333333px;
  }
}
@media (max-width: 360px) {
  .myhome {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .myhome {
    padding-bottom: 111.1111111111px;
  }
}
@media (max-width: 360px) {
  .myhome {
    padding-bottom: 80px;
  }
}

.myhome__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .myhome__wrap {
    flex-direction: column-reverse;
  }
}

.myhome__left {
  flex: 0 1 572px;
}
@media (max-width: 600px) {
  .myhome__left {
    flex: none;
  }
}

.myhome__title {
  font-size: var(--text-h1);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.myhome__subtitle {
  margin-bottom: 32px;
}

.myhome__btn-wrap {
  display: flex;
  gap: 5px;
}

.myhome__icon {
  display: flex;
  justify-content: center;
}

.myhome__right {
  position: relative;
  width: 38%;
  margin-left: auto;
}
@media (max-width: 600px) {
  .myhome__right {
    overflow: hidden;
    width: 100%;
  }
}

.myhome__image-absolute {
  position: absolute;
  left: -6px;
  top: 0;
}
@media (max-width: 600px) {
  .myhome__image-absolute {
    width: 500px;
  }
}

@media (max-width: 600px) {
  .myhome__image-wrap img {
    height: 300px;
  }
}

.myhome-swiper {
  transform: translateY(30px);
}
@media (max-width: 600px) {
  .myhome-swiper {
    transform: translateY(0px);
  }
}
.myhome-swiper .myhome__swiper-slide {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.myhome-swiper .swiper-button-next,
.myhome-swiper .swiper-button-prev {
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myhome-swiper .swiper-button-next:after,
.myhome-swiper .swiper-button-prev:after {
  display: none;
}
.myhome-swiper .swiper-button-prev {
  left: 10px;
}
.myhome-swiper .swiper-button-next {
  right: 10px;
  transform: rotate(180deg);
}

._anim-items.myhome__title {
  transform: translate(-120%, 0px);
}

._anim-items.myhome__title._active {
  transform: translate(0px, 0px);
}

._anim-items.myhome__subtitle {
  transform: translate(-120%, 0px);
  transition: all 0.8s ease 0.3s;
}

._anim-items.myhome__subtitle._active {
  transform: translate(0px, 0px);
}

._anim-items.myhome__image-wrap {
  transform: translate(120%, 0px);
  transition: all 0.8s ease 0.3s;
}

._anim-items.myhome__image-wrap._active {
  transform: translate(0px, 0px);
}

/*=============== ourproduct ===============*/
.ourproduct {
  padding-bottom: 140px;
}
@media (max-width: 600px) {
  .ourproduct {
    padding-bottom: 106.6666666667px;
  }
}
@media (max-width: 360px) {
  .ourproduct {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .ourproduct__header {
    margin-bottom: 20px;
  }
}

.ourproduct-swiper .ourproduct__swiper-slide {
  display: flex;
  justify-content: center;
}

.ourproduct__card-wrap {
  width: 100%;
}

.ourproduct__img-wrap:hover {
  background: silver;
}


.ourproduct__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: var(--cs-color-primary);
  border-radius: 12px;
  height: 332px;
  width: 100%;
}
.ourproduct__img-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.ourproduct__name {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 20px;
}



.ourproduct__btn-wrap {
  display: flex;
  gap: 54px;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #fff;
  margin-left: auto;
  width: 155px;
  height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .ourproduct__btn-wrap {
    display: none;
  }
}
.ourproduct__btn-wrap .swiper-button-next,
.ourproduct__btn-wrap .swiper-button-prev {
  margin-top: 8px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourproduct__btn-wrap .swiper-button-next:hover svg path,
.ourproduct__btn-wrap .swiper-button-prev:hover svg path {
  stroke: black;
}

/*=============== aboutus ===============*/
.aboutus {
  padding-top: 53px;
  padding-bottom: 50px;
  background: #dadada;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .aboutus {
    padding-top: 34.6666666667px;
  }
}
@media (max-width: 360px) {
  .aboutus {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .aboutus {
    padding-bottom: 33.3333333333px;
  }
}
@media (max-width: 360px) {
  .aboutus {
    padding-bottom: 20px;
  }
}
.aboutus__header-wrap {
  display: flex;
  gap: 15px;
}
.aboutus__header {
  padding-bottom: 40px;
  color: #333;
  font-size: 28px;
}
@media (min-width: 1200px) {
    .aboutus__left {
        flex: none;
        padding-right: 21px;
    }
}
@media (max-width: 600px) {
  .aboutus__header {
    padding-bottom: 28.8888888889px;
  }
}
@media (max-width: 360px) {
  .aboutus__header {
    padding-bottom: 20px;
  }
}

.aboutus {
  overflow: hidden;
}

.aboutus__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .aboutus__wrap {
    flex-direction: column-reverse;
  }
}

.aboutus__left {
  flex: 0 1 572px;
}
@media (max-width: 1200px) {
  .aboutus__left {
    flex: none;
  }
}

.aboutus__subtitle {
  line-height: 22px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #333;
  padding-bottom: 40px;
  text-align: justify;
}
@media (max-width: 600px) {
  .aboutus__subtitle {
    padding-bottom: 28.8888888889px;
  }
}
@media (max-width: 360px) {
  .aboutus__subtitle {
    padding-bottom: 20px;
  }
}

.aboutus__subtitle-two {
  line-height: 22px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #333;
  text-align: justify;
}

.aboutus__right {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.aboutus__image-wrap {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus__image-wrap img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

._anim-items.aboutus__title {
  transform: translate(120%, 0px);
}

._anim-items.aboutus__title._active {
  transform: translate(0px, 0px);
}

._anim-items.aboutus__subtitle {
  transform: translate(120%, 0px);
  transition: all 0.8s ease 0.3s;
}

._anim-items.aboutus__subtitle._active {
  transform: translate(0px, 0px);
}

._anim-items.aboutus__image-wrap {
  transform: translate(-120%, 0px);
  transition: all 0.8s ease 0.3s;
}

._anim-items.aboutus__image-wrap._active {
  transform: translate(0px, 0px);
}

/*=============== variant ===============*/
.variant {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 600px) {
  .variant {
    padding-top: 88.8888888889px;
  }
}
@media (max-width: 360px) {
  .variant {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .variant {
    padding-bottom: 111.1111111111px;
  }
}
@media (max-width: 360px) {
  .variant {
    padding-bottom: 80px;
  }
}

.variant-swiper .variant__swiper-slide {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.variant__card-wrap {
  width: 100%;
}

.variant__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 332px;
  width: 100%;
  background: #dadada;
}
.variant__img-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.variant__name {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 20px;
}

/*=============== whywe ===============*/
.modify-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .modify-reverse {
    flex-direction: row;
  }
}

.modify-left {
  text-align: end;
}
@media (max-width: 600px) {
  .modify-left {
    text-align: start;
  }
}

.whywe {
  padding-bottom: 180px;
}
@media (max-width: 600px) {
  .whywe {
    padding-bottom: 105px;
  }
}
@media (max-width: 360px) {
  .whywe {
    padding-bottom: 45px;
  }
}
.whywe__header-wrap {
  display: flex;
  gap: 15px;
}
@media (max-width: 600px) {
  .whywe__header-wrap svg {
    height: 26px;
  }
}
.whywe__header {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .whywe__header {
    padding-bottom: 14.4444444444px;
  }
}
@media (max-width: 360px) {
  .whywe__header {
    padding-bottom: 10px;
  }
}

.whywe .container {
  overflow: hidden;
}

.whywe__subheader {
  margin-top: 10px;
  line-height: 120%;
  font-size: 22px;
  max-width: 570px;
}

.whywe__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 800px;
  transform: translateX(0px);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .whywe__img-wrap {
    padding-top: 18.8888888889px;
  }
}
@media (max-width: 360px) {
  .whywe__img-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .whywe__img-wrap {
    padding-bottom: 18.8888888889px;
  }
}
@media (max-width: 360px) {
  .whywe__img-wrap {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .whywe__img-wrap {
    transform: translateX(-20px);
  }
}
.whywe__img-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.whywe__work {
  font-size: 104px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1200px) {
  .whywe__work {
    font-size: 54px;
  }
}
@media (max-width: 600px) {
  .whywe__work {
    font-size: 24px;
  }
}

.whywe__text-botton {
  font-size: 84px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1200px) {
  .whywe__text-botton {
    font-size: 54px;
  }
}
@media (max-width: 600px) {
  .whywe__text-botton {
    font-size: 20px;
  }
}

._anim-items.whywe__header-wrap {
  transform: translate(-120%, 0px);
  transition: all 0.4s ease 0.2s;
}

._anim-items.whywe__header-wrap._active {
  transform: translate(0px, 0px);
}

._anim-items.modify-reverse {
  transform: translate(120%, 0px);
  transition: all 0.4s ease 0.2s;
}

._anim-items.modify-reverse._active {
  transform: translate(0px, 0px);
}

._anim-items.whywe__text {
  transform: translate(-120%, 0px);
  transition: all 0.8s ease 0.3s;
}

._anim-items.whywe__text._active {
  transform: translate(0px, 0px);
}

._anim-items.modify-left {
  transform: translate(120%, 0px);
  transition: all 0.8s ease 0.3s;
}

._anim-items.modify-left._active {
  transform: translate(0px, 0px);
} 



.cs-container {
  max-width: 1400px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
} 

/*# sourceMappingURL=style.css.map */
