.banner.home-banner {
  background: var(--white);
}
.banner.home-banner::before {
  background: linear-gradient(266deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
}
@media only screen and (max-width: 675px) {
  .banner.home-banner::before {
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 100%);
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner::after {
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%);
  }
}
.banner.home-banner .banner-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper {
    top: 80%;
    translate: 0 -80%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper .content {
    max-width: 100%;
    text-align: center;
  }
}

.home-secA {
  padding: 50px 0;
  background: var(--white);
}
@media only screen and (max-width: 1024px) {
  .home-secA {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 48px 0 80px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 15px 0 45px;
  }
}
.home-secA .heading {
  max-width: 630px;
  margin: 0 auto;
}
.home-secA .heading .ico {
  max-width: 125px;
}
@media only screen and (max-width: 480px) {
  .home-secA .heading .ico {
    max-width: 90px;
  }
}
.home-secA .heading h3 {
  max-width: 465px;
  margin: 8px auto 18px;
  font-size: 86px;
}
@media only screen and (max-width: 480px) {
  .home-secA .heading h3 {
    font-size: 43px;
    margin: 8px auto 15px;
  }
}
.home-secA .heading span {
  font-size: 22px;
  font-family: "Optima";
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 675px) {
  .home-secA .heading span {
    max-width: 223px;
    display: inline-block;
  }
}
.home-secA .heading p {
  color: var(--text);
  margin-top: 18px;
}
.home-secA .counter_sec {
  margin-top: 70px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .home-secA .counter_sec {
    gap: 25px 0;
  }
}
.home-secA .counter_sec .count-info {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .home-secA .counter_sec .count-info {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.home-secA .counter_sec .count-info h4 {
  font-size: 48px;
  color: var(--black);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .home-secA .counter_sec .count-info h4 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 365px) {
  .home-secA .counter_sec .count-info h4 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secA .counter_sec .count-info h4 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secA .counter_sec .count-info h4 {
    font-size: 32px;
  }
}
.home-secA .counter_sec .count-info p {
  color: var(--text);
  margin-top: 10px;
}
@media only screen and (max-width: 675px) {
  .home-secA .counter_sec .count-info p {
    margin-top: 15px;
  }
}

.btm-btn-wrp {
  padding: 40px 0 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .btm-btn-wrp {
    padding: 65px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .btm-btn-wrp {
    display: none;
  }
}
.btm-btn-wrp li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 675px) {
  .btm-btn-wrp li {
    display: block;
  }
}
@media only screen and (max-width: 675px) {
  .btm-btn-wrp li:first-child a {
    border: 1px solid var(--white);
  }
}
.btm-btn-wrp li:not(:last-child) {
  margin-right: 12px;
}
@media only screen and (max-width: 675px) {
  .btm-btn-wrp li:not(:last-child) {
    margin-right: 0;
    display: none;
  }
}
.btm-btn-wrp li a:not(.wtsp) {
  color: var(--black);
  font-weight: 500;
  transition: 0.7s ease;
}
.btm-btn-wrp li a:not(.wtsp):hover {
  color: var(--peach);
}
.btm-btn-wrp li .wtsp {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 45px;
  line-height: 50px;
  overflow: hidden;
  background: var(--white);
  padding: 0 26px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  border: 1px solid var(--black);
  font-weight: 600;
}
.btm-btn-wrp li .wtsp:hover {
  border-color: var(--peach);
  color: var(--white);
}
.btm-btn-wrp li .wtsp:hover svg path {
  fill: var(--peach);
}
.btm-btn-wrp li .btn {
  border: 1px solid var(--peach);
  font-weight: 600;
}
.btm-btn-wrp li .btn:hover {
  color: var(--black);
  border-color: var(--peach);
}

.product-section {
  padding: 80px 50px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 5% 5%, rgba(185, 185, 185, 0.62) 75%);
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .product-section {
    padding: 40px 10px;
  }
}
.product-section .product-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 992px) {
  .product-section .product-container {
    align-items: stretch;
  }
}
.product-section .product-content {
  max-width: 45%;
}
.product-section .product-content .category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-section .product-content .category-wrapper {
    display: inline;
  }
}
.product-section .product-content .category-wrapper .category-line {
  width: 40px;
  height: 2px;
  background-color: var(--peach-light);
  display: inline-block;
}
.product-section .product-content .category {
  color: var(--peach);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-section .product-content .category {
    text-align: center;
  }
}
.product-section .product-content .title {
  font-size: 32px;
  font-weight: bold;
  color: var(--peach);
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .product-section .product-content .title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
  }
}
.product-section .product-content .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .product-section .product-content .features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-section .product-content .features .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.product-section .product-content .features .feature img {
  width: 24px;
  height: 24px;
}
.product-section .product-content .shop-button {
  display: inline-block;
  padding: 0px 26px;
  line-height: 45px;
  background-color: var(--peach);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  height: 45px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  border-radius: 25px;
}
.product-section .product-content .shop-button:hover {
  background-color: black;
}
.product-section .product-image {
  max-width: 50%;
  text-align: right;
}
.product-section .product-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .product-section .product-image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-section .product-container {
    flex-direction: column;
    text-align: left;
    flex-direction: column-reverse;
  }
  .product-section .product-content, .product-section .product-image {
    max-width: 100%;
    text-align: center;
  }
  .product-section .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-section .product-image {
    margin-bottom: 50px;
    width: 100%;
  }
}

.product-sectionB {
  padding: 50px 50px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .product-sectionB {
    padding: 40px 10px 20px 10px;
  }
}
.product-sectionB .product-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 110px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .product-sectionB .product-container {
    gap: 0;
  }
}
@media only screen and (max-width: 992px) {
  .product-sectionB .product-container {
    align-items: stretch;
  }
}
.product-sectionB .product-content {
  max-width: 45%;
}
.product-sectionB .product-content .category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionB .product-content .category-wrapper {
    display: inline;
  }
}
.product-sectionB .product-content .category-wrapper .category-line {
  width: 40px;
  height: 2px;
  background-color: var(--peach-light);
  display: inline-block;
}
.product-sectionB .product-content .category {
  color: var(--peach);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionB .product-content .category {
    text-align: center;
  }
}
.product-sectionB .product-content .title {
  font-size: 50px;
  font-weight: bold;
  color: var(--peach);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionB .product-content .title {
    font-size: 42px;
  }
}
.product-sectionB .product-content .title span {
  color: var(--peach-dark);
}
@media only screen and (max-width: 600px) {
  .product-sectionB .product-content .title {
    font-size: 28px;
    line-height: 33px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 25px;
  }
}
.product-sectionB .product-content .dsc {
  font-size: 27px;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionB .product-content .dsc {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionB .product-content .dsc {
    font-size: 15px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 25px;
  }
}
.product-sectionB .product-content .features {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .product-sectionB .product-content .features {
    margin-bottom: 0;
    justify-content: center;
  }
}
.product-sectionB .product-content .features .feature {
  display: block;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-align: center;
  max-width: 20%;
}
@media only screen and (max-width: 991px) {
  .product-sectionB .product-content .features .feature {
    max-width: 15%;
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionB .product-content .features .feature {
    max-width: 30%;
  }
}
.product-sectionB .product-content .features .feature img {
  width: 80px;
  aspect-ratio: 1;
}
.product-sectionB .product-image {
  max-width: 50%;
}
.product-sectionB .product-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .product-sectionB .product-image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-sectionB .product-container {
    flex-direction: column;
    text-align: left;
    flex-direction: column-reverse;
  }
  .product-sectionB .product-content, .product-sectionB .product-image {
    max-width: 100%;
    text-align: center;
  }
  .product-sectionB .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-sectionB .product-image {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) and (max-width: 991px) {
  .product-sectionB .product-image {
    margin-bottom: 20px;
  }
}

.product-sectionC {
  overflow: hidden;
  padding: 50px 50px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .product-sectionC {
    padding: 40px 10px 20px 10px;
  }
}
.product-sectionC .product-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 110px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionC .product-container {
    gap: 0;
  }
}
@media only screen and (max-width: 992px) {
  .product-sectionC .product-container {
    align-items: stretch;
  }
}
.product-sectionC .product-content {
  max-width: 47%;
}
.product-sectionC .product-content .category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionC .product-content .category-wrapper {
    display: inline;
  }
}
.product-sectionC .product-content .category-wrapper .category-line {
  width: 40px;
  height: 2px;
  background-color: var(--peach-light);
  display: inline-block;
}
.product-sectionC .product-content .category {
  color: var(--peach);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionC .product-content .category {
    text-align: center;
  }
}
.product-sectionC .product-content .title {
  font-size: 50px;
  font-weight: bold;
  color: var(--peach);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionC .product-content .title {
    font-size: 42px;
  }
}
.product-sectionC .product-content .title span {
  color: var(--peach-dark);
}
@media only screen and (max-width: 600px) {
  .product-sectionC .product-content .title {
    font-size: 28px;
    line-height: 33px;
  }
}
.product-sectionC .product-content .dsc {
  font-size: 27px;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionC .product-content .dsc {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionC .product-content .dsc {
    font-size: 15px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 25px;
  }
}
.product-sectionC .product-content .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .product-sectionC .product-content .features {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionC .product-content .features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-sectionC .product-content .features .feature {
  border-radius: 10px;
  background: rgba(128, 128, 128, 0.0901960784);
  padding: 20px 5px;
}
.product-sectionC .product-content .features .feature img {
  width: 46%;
}
@media only screen and (max-width: 540px) {
  .product-sectionC .product-content .features .feature img {
    width: 26%;
  }
}
.product-sectionC .product-content .features .feature h5 {
  color: var(--peach);
  font-size: 20px;
  margin-bottom: 6px;
}
.product-sectionC .product-content .features .feature span {
  color: var(--peach-dark);
  display: block;
  margin-bottom: 1px;
  font-size: 14px;
}
.product-sectionC .product-content .features .feature p {
  margin-top: 4px;
  color: var(--text);
  font-size: 12px;
}
.product-sectionC .product-image {
  max-width: 50%;
  text-align: right;
}
.product-sectionC .product-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .product-sectionC .product-image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-sectionC .product-container {
    flex-direction: column;
    text-align: left;
    flex-direction: column-reverse;
  }
  .product-sectionC .product-content, .product-sectionC .product-image {
    max-width: 100%;
    text-align: center;
  }
  .product-sectionC .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-sectionC .product-image {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) and (max-width: 991px) {
  .product-sectionC .product-image {
    margin-bottom: 20px;
  }
}

.product-sectionD {
  padding: 50px 50px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .product-sectionD {
    padding: 40px 10px 20px 10px;
  }
}
.product-sectionD .product-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 110px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .product-sectionD .product-container {
    gap: 0;
  }
}
@media only screen and (max-width: 992px) {
  .product-sectionD .product-container {
    align-items: stretch;
  }
}
.product-sectionD .product-content {
  max-width: 45%;
}
.product-sectionD .product-content .category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionD .product-content .category-wrapper {
    display: inline;
  }
}
.product-sectionD .product-content .category-wrapper .category-line {
  width: 40px;
  height: 2px;
  background-color: var(--peach-light);
  display: inline-block;
}
.product-sectionD .product-content .category {
  color: var(--peach);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionD .product-content .category {
    text-align: center;
  }
}
.product-sectionD .product-content .title {
  font-size: 50px;
  font-weight: bold;
  color: var(--peach);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionD .product-content .title {
    font-size: 42px;
  }
}
.product-sectionD .product-content .title span {
  color: var(--peach);
}
@media only screen and (max-width: 600px) {
  .product-sectionD .product-content .title {
    font-size: 28px;
    line-height: 33px;
  }
}
.product-sectionD .product-content .dsc {
  font-size: 27px;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionD .product-content .dsc {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .product-sectionD .product-content .dsc {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionD .product-content .dsc {
    font-size: 15px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 0px;
  }
}
.product-sectionD .product-image {
  max-width: 50%;
  text-align: right;
}
.product-sectionD .product-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .product-sectionD .product-image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-sectionD .product-container {
    flex-direction: column;
    text-align: left;
    flex-direction: column-reverse;
  }
  .product-sectionD .product-content, .product-sectionD .product-image {
    max-width: 100%;
    text-align: center;
  }
  .product-sectionD .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-sectionD .product-image {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) and (max-width: 991px) {
  .product-sectionD .product-image {
    margin-bottom: 20px;
  }
}

.product-sectionE {
  padding: 50px 50px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .product-sectionE {
    padding: 40px 10px 20px 10px;
  }
}
.product-sectionE .product-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 110px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionE .product-container {
    gap: 0;
  }
}
@media only screen and (max-width: 992px) {
  .product-sectionE .product-container {
    align-items: stretch;
    text-align: center;
  }
}
.product-sectionE .product-content {
  max-width: 45%;
}
.product-sectionE .product-content .category-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionE .product-content .category-wrapper {
    display: inline;
  }
}
.product-sectionE .product-content .category-wrapper .category-line {
  width: 40px;
  height: 2px;
  background-color: var(--peach-light);
  display: inline-block;
}
.product-sectionE .product-content .category {
  color: var(--peach);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .product-sectionE .product-content .category {
    text-align: center;
  }
}
.product-sectionE .product-content .title {
  font-size: 50px;
  font-weight: bold;
  color: var(--peach);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionE .product-content .title {
    font-size: 42px;
  }
}
.product-sectionE .product-content .title span {
  color: var(--peach-dark);
}
@media only screen and (max-width: 991px) {
  .product-sectionE .product-content .title span {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 600px) {
  .product-sectionE .product-content .title {
    font-size: 28px;
    line-height: 33px;
  }
}
.product-sectionE .product-content .dsc {
  font-size: 27px;
  color: var(--text);
  line-height: 1.3;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  .product-sectionE .product-content .dsc {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionE .product-content .dsc {
    font-size: 15px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 25px;
  }
}
.product-sectionE .product-content .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .product-sectionE .product-content .features-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .product-sectionE .product-content .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .product-sectionE .product-content .features-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-width: 80%;
  }
}
.product-sectionE .product-content .features-grid .feature {
  width: 120px;
}
.product-sectionE .product-image {
  max-width: 50%;
  text-align: right;
}
.product-sectionE .product-image img {
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .product-sectionE .product-image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-sectionE .product-container {
    flex-direction: column;
    text-align: left;
    flex-direction: column-reverse;
  }
  .product-sectionE .product-content, .product-sectionE .product-image {
    max-width: 100%;
    text-align: center;
  }
  .product-sectionE .features {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-sectionE .product-image {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) and (max-width: 991px) {
  .product-sectionE .product-image {
    margin-bottom: 20px;
  }
}

.testimonial-section {
  background: url(../../images/home/mom_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}
.testimonial-section .section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
  color: var(--peach);
  font-weight: bold;
}
.testimonial-section .section-title img {
  width: 54px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .testimonial-section .section-title {
    font-size: 28px;
  }
}
.testimonial-section .testimonial-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 43px 50px 43px;
}
@media only screen and (max-width: 992px) {
  .testimonial-section .testimonial-box {
    padding: 43px 100px 43px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-section .testimonial-box {
    padding: 43px 15px 43px;
  }
}
.testimonial-section .testimonial-box .quote-icon {
  font-size: 85px;
  font-weight: bold;
  color: var(--peach);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.testimonial-section .testimonial-box .stars {
  color: #ffb400;
  font-size: 24px;
  margin-bottom: 15px;
}
.testimonial-section .testimonial-box .testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-box .testimonial-author {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}
.testimonial-section .aes-nav {
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .testimonial-section .aes-nav {
    padding: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .testimonial-section .aes-nav {
    max-width: 100%;
    left: 49%;
    padding: 20px;
  }
}
.testimonial-section .aes-nav svg path {
  fill: var(--peach);
}
.testimonial-section .aes-nav .custom-prev, .testimonial-section .aes-nav .custom-next {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .testimonial-section .aes-nav .custom-prev, .testimonial-section .aes-nav .custom-next {
    display: none;
  }
}
.testimonial-section .aes-nav .custom-prev.disabled, .testimonial-section .aes-nav .custom-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.testimonial-section .aes-nav .custom-prev:hover svg path, .testimonial-section .aes-nav .custom-next:hover svg path {
  fill: #000;
}

.home-secB {
  padding: 4rem 0 2.5rem;
}
@media only screen and (max-width: 1007px) {
  .home-secB {
    padding: 3rem 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .container {
    padding-right: 0;
  }
}
.home-secB .heading {
  margin-bottom: 3rem;
}
.home-secB .heading h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 1007px) {
  .home-secB .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .heading {
    padding-right: 15px;
  }
}
.home-secB .cowork-space-wrap {
  position: relative;
}
.home-secB .cowork-slider {
  padding: 5px;
  max-width: calc(100% - 115px);
}
@media only screen and (max-width: 767px) {
  .home-secB .cowork-slider {
    max-width: 100%;
  }
}
.home-secB .cowork-slider .swiper-slide {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-secB .cowork-slider .swiper-slide figure {
  flex: 0 1 auto;
}
.home-secB .cowork-slider .swiper-slide figcaption {
  flex: 1;
  position: relative;
  padding-bottom: 5px;
}
.home-secB .cowork-slider .swiper-slide figcaption .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-secB .cowork-nav {
    display: none;
  }
}
.home-secB .cowork-nav button.disabled {
  display: none;
}

.faq-content .col {
  border: 1px solid #CCCCCC;
  transition: 0.5s ease;
  border-radius: 5px;
  --paddingtb: 18px;
  --paddinglr: 25px;
  --icon: 15px;
}
@media only screen and (max-width: 1024px) {
  .faq-content .col {
    --paddingtb: 15px;
    --paddinglr: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .faq-content .col {
    --paddingtb: 8px;
    --paddinglr: 15px;
  }
}
.faq-content .col:not(:last-child) {
  margin-bottom: 19px;
}
.faq-content .col.active {
  border-color: var(--peach);
}
.faq-content .col.active .title p {
  color: var(--peach);
}
.faq-content .col.active .title::before {
  background: var(--black);
  transform: rotate(-90deg);
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.faq-content .col .title {
  position: relative;
  cursor: pointer;
  padding: var(--paddingtb) var(--paddinglr);
}
.faq-content .col .title::before {
  content: "";
  position: absolute;
  height: var(--icon);
  width: var(--icon);
  left: calc(100% - (var(--icon) + var(--paddinglr)));
  top: 50%;
  translate: 0 -50%;
  --gray: url(../../icon/arrow-down-gray.svg) no-repeat;
  --black: url(../../icon/arrow-down-black.svg) no-repeat;
  background: var(--gray);
  transition: 0.5s ease;
  transform-origin: center;
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.faq-content .col .title p {
  font-weight: 600;
  transition: 0.5s ease;
  padding-right: 40px;
}
@media only screen and (max-width: 675px) {
  .faq-content .col .title p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 320px) {
  .faq-content .col .title p {
    font-size: 14px;
  }
}
.faq-content .col article .content {
  padding: 0 var(--paddinglr) var(--paddingtb);
}
@media only screen and (max-width: 320px) {
  .faq-content .col article .content * {
    font-size: 14px;
  }
}

.home-secC {
  padding: 2.5rem 0;
}
@media only screen and (max-width: 675px) {
  .home-secC {
    padding: 1.5rem 0;
  }
}
.home-secC .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 675px) {
  .home-secC .heading {
    margin-bottom: 3rem;
  }
}
.home-secC .logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secC .logo-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: auto;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .home-secC .logo-slider .item {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .logo-slider .item {
    width: 50%;
  }
}
.home-secC .logo-slider .item img {
  width: auto;
}

.home-secE {
  background: var(--white);
  padding: 2.5rem 0 4rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE {
    padding: 3rem 0;
  }
}
.home-secE .heading {
  margin-bottom: 3.75rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .home-secE .heading {
    margin-bottom: 2rem;
  }
}
.home-secE .heading .ico {
  line-height: 0;
  max-width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-secE .heading p {
  margin-top: 8px;
}
.home-secE .testimonial-slider {
  padding: 5px;
}
.home-secE .testimonial-slider .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.0509803922), 0px 2px 5px 0px rgba(50, 50, 105, 0.1490196078);
}
.home-secE .testimonial-slider .item figure {
  line-height: 0;
  position: relative;
  position: relative;
}
.home-secE .testimonial-slider .item figure::before {
  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: rgba(0, 0, 0, 0.3);
}
.home-secE .testimonial-slider .item figure img {
  width: 100%;
}
.home-secE .testimonial-slider .item figure .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.home-secE .testimonial-slider .item figcaption {
  padding: 0 1rem 2rem;
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.faq-section-home {
  padding: 2.5rem 0 5rem;
}
@media only screen and (max-width: 420px) {
  .faq-section-home {
    padding: 1.5rem 0 3rem;
  }
}
.faq-section-home .heading {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 420px) {
  .faq-section-home .heading {
    margin-bottom: 2.5rem;
  }
}

.contact-sec-home {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
}
.contact-sec-home .colA, .contact-sec-home .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colA, .contact-sec-home .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-sec-home .colA iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  border: 0;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colA iframe {
    height: 400px;
  }
}
.contact-sec-home .colA iframe:focus {
  outline: none;
}
.contact-sec-home .colB {
  padding: 4rem 0;
}
@media only screen and (max-width: 420px) {
  .contact-sec-home .colB {
    padding: 3rem 0;
  }
}
.contact-sec-home .colB .card {
  max-width: 465px;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colB .card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .contact-sec-home .colB .card {
    padding: 0 15px;
  }
}
.contact-sec-home .colB .card .heading {
  margin-bottom: 2rem;
}
.contact-sec-home .colB .card .heading h3 {
  font-size: 38px;
  text-align: center;
}
.contact-sec-home .colB .card .heading p {
  margin-top: 0.5rem;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colB .card .heading p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-sec-home .colB .card .heading p a {
  color: var(--text);
}
.contact-sec-home .colB .card .heading p a:hover {
  color: var(--peach);
}
.contact-sec-home .colB .card .form {
  --item: 1;
  --inputsize: 48px;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --paddingleftright: 16px;
  --gaptb: 14px;
  --gaplr: 14px;
  --labelbackground: #F6F4F2;
}
@media only screen and (max-width: 675px) {
  .contact-sec-home .colB .card .form {
    --item: 1;
    --gaptb: 10px;
  }
}
.contact-sec-home .colB .card .form .form-group {
  background: var(--white);
  border-radius: 5px;
}
.contact-sec-home .colB .card .form .form-group::before {
  display: none;
}/*# sourceMappingURL=home.css.map */