.header {
  padding: 0 40px;
}

.header-search,
.cart-icon.cart-icon-header,
.header-like {
  border-color: #fff;
}

.header-search path,
.cart-icon.cart-icon-header path {
  fill: #fff;
}

.header-like path {
  stroke: #fff;
}

.header-like:hover path {
  stroke: #000;
}

.hero {
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 77px;
  padding-bottom: 20px;
  position: relative;
}

.hero-top {
  color: #142e38;
  max-width: 633px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hero-heading {
  display: flex;
  flex-direction: column;
}
.hero-label {
  border-radius: 214px;
  padding: 2px 12px;
  background-color: #d5eec6;
  font-weight: 600;
  font-size: 14px;
  line-height: 236%;
  text-transform: capitalize;
  color: #244030;
  font-family: 'Open Sans', sans-serif;
  width: fit-content;
  margin-bottom: 17px;
}
.hero-title {
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 120%;
  color: #142e38;
  margin-bottom: 15px;
}

.hero-subtitle {
  font-family: 'PT Serif', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}

.hero-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  text-transform: capitalize;
  color: #142e38;
  margin-bottom: 37px;
}

.hero-bottom {
  display: flex;
}

.hero-bottom-item {
  display: flex;
  border: 1px solid #979797;
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 265px;
  color: #fff;
  gap: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-color: rgb(255, 255, 255, 0.2);
}

.hero-bottom-title {
  font-size: 38px;
  font-family: var(--font);
}

.hero-bottom-text {
  font-weight: 500;
  line-height: 120%;
}

.hero-button {
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 32px;
  border: 1px solid #000;
  font-size: 26px;
  font-weight: 600;
  padding: 34px 120px;
  transition: color 0.5s, background-color 0.5s;
}

.hero-button:hover {
  background-color: #000;
  color: #fff;
}

.hero-down {
  position: absolute;
  right: 40px;
  bottom: 150px;
  display: block;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  transition: background-color 0.5s;
  border-radius: 50px;
}

.hero-down path {
  transition: fill 0.5s;
}

.hero-down:hover {
  background-color: #fff;
}

.hero-down:hover path {
  fill: #000;
}

.discover {
  display: flex;
}
.discover__inner {
  background-color: #142e38;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-left: 200px;
}
.discover__inner-img {
  height: 100%;
  max-width: 260px;
  width: 100%;
}
.discover__inner-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.discover-left {
  display: flex;
  flex-direction: column;
  max-width: 292px;
  width: 100%;
  gap: 32px;
}

.discover-title {
  font-family: var(--font);
  font-size: 40px;
}

.discover-left-text {
  font-size: 13px;
}

.discover-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding: 43px 60px 43px 45px;
}

.new {
  padding-top: 73px;
  overflow: hidden;
}

.new-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 105px;
}

.new-title {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 125px;
  letter-spacing: 0.03em;
  color: #000;
}

.new-text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #131313;
  max-width: 620px;
}

.see {
  display: flex;
  flex-direction: column;
  margin-bottom: 105px;
}

.see-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.see-tabs {
  display: flex;
  align-items: center;
}

.faq {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.see-list {
  display: flex;
  gap: 14px;
}

.see-item {
  width: 50%;
  color: #fff;
  border-radius: 20px;
  padding: 20px 20px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 410px;
  background-color: rgb(0, 0, 0, 0.5);

  transition: background-color 0.5s, width 0.5s, height 0.5s;
}

.see-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 20px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.see-item-top {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 20px;
}

.divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #b3b3b3;
}

.see-arrow {
  background-color: #fff;
  border-radius: 50px;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 28px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.see-item-title {
  font-size: 28px;
  font-family: var(--font);
  max-width: 80%;
  transition: font-size 0.5s;
}

.see-text {
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.see-item.hover {
  width: 100%;
}
.see-item.hover img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.see-item.hover .see-item-title {
  font-size: 40px;
}

.see-item.hover .see-arrow {
  opacity: 1;
}

.faq-item {
  padding: 40px 40px 40px;
  border-radius: 32px;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.faq-title {
  font-family: var(--font);
  font-size: 46px;
}

.faq-text {
  font-size: 24px;
  line-height: 120%;
  height: 0px;
  overflow: hidden;
  transition: padding 0.5s;
}

.faq-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.faq-arrow {
  rotate: 90deg;
  transition: rotate 0.5s;
}

.faq-item.active .faq-arrow {
  rotate: 0deg;
}

.faq-item.active .faq-text {
  padding-top: 25px;
  height: 100%;
}
.about {
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
  padding-top: 67px;
}
.about-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 75px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 48px;
}
.about-text h2 {
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  font-size: 125px;
  letter-spacing: 0.03em;
  color: #000;
}
.about-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(30, 30, 30, 0.5);
  text-align: center;
}
.about-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.about-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}
.about-list-item-title {
  margin: 24px 0px 12px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.about-list-item-text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: rgba(30, 30, 30, 0.5);
}
@media (max-width: 1200px) {
  .new-title {
    font-size: 70px;
  }

  .new-text {
    font-size: 16px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-item.active .faq-text {
    padding-top: 16px;
  }

  .faq-arrow svg {
    width: 60px;
    height: 60px;
  }

  .discover {
    gap: 20px;
  }

  .discover-title {
    font-size: 24px;
  }

  .discover-text {
    font-size: 18px;
  }

  .discover-left {
    gap: 16px;
  }

  .see-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .see-item {
    mix-blend-mode: normal;
    width: 100%;
  }

  .see-item {
    width: 100%;
    background-color: rgb(0, 0, 0, 0.4);
  }

  .see-item.hover .see-item-title,
  .see-item-title {
    font-size: 24px;
  }

  .see-item .see-arrow {
    opacity: 1;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-text {
    font-size: 18px;
  }

  .faq {
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  .see-tabs {
    display: flex;
  }

  .see-top {
    overflow: auto;
  }
}

@media (max-width: 1023px) {
  .see-list {
    grid-template-columns: 1fr 1fr;
  }

  .see-item:first-child {
    grid-column: 1 / 3;
  }

  .see {
    gap: 40px;
  }

  .hero-bottom-item {
    max-width: 220px;
    padding: 15px;
  }

  .hero-title {
    font-size: 70px;
  }
  .hero-subtitle {
    font-size: 24px;
  }
  .hero-text {
    font-size: 18px;
  }
  .discover__inner {
    margin-left: 24px;
  }
  .discover-text {
    font-size: 16px;
    padding: 20px;
  }
  .swiper-container{
    padding: 0px 55px;
  }
}

@media (max-width: 767px) {
  .about-text h2{
    font-size: 70px;
  }
  .shop-link a{

    font-size: 24px;
  }
  .new-title{
    font-size: 40px;
  }
  .new{
    padding-top: 40px;
  }
  .discover__inner {
    flex-direction: column;
  }
  .discover__inner-img {
    height: 150px;
    max-width: 100%;
    order: 1;
  }
  .new-top {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-img{
    height: 150px;
  }
  .see-list {
    flex-direction: column;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-text {
    font-size: 14px;
  }

  .faq-item.active .faq-text {
    padding-top: 12px;
  }

  .faq-arrow svg {
    width: 40px;
    height: 40px;
  }

  .faq {
    gap: 16px;
  }

  .discover {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .see-item {
    height: auto;
    padding-bottom: 50px;
  }

  .see-item .divider {
    display: none;
  }

  .see-item-top {
    gap: 40px;
    padding: 0;
  }

  .see-arrow {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }

  body {
    padding: 0px;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-button {
    position: unset;
    font-size: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 16px;
  }

  .hero-bottom-item {
    max-width: none;
  }

  .hero-top {
    max-width: unset;
    gap: 16px;
  }

  .hero-down {
    width: 70px;
    height: 70px;
    position: unset;
  }

  .header {
    padding: 0px 16px 0;
  }
}
@media (max-width: 600px) {
  .about-text h2 {
    font-size: 40px;
}
  .hero {
    flex-direction: column;
    padding-top: 40px;
  }
  .about-list{
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .swiper-container {
    padding: 0px 0px;
}
}
