body {
  padding-top: 10px;
}

.header {
  padding: 0 40px;
}

.header-button {
  color: #fff;
  border-color: #fff;
}

.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-search:hover,
.cart-icon.cart-icon-header:hover,
.header-like:hover {
  background-color: #fff;
}

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

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

.header-button.active,
.header-button:hover {
  color: #000;
  background-color: #fff;
}

.hero-wrapper {
  padding: 0 10px;
}

.hero {
  margin: 0 auto;
  max-width: 1420px;
  height: calc(100vh - 20px);
  max-height: 904px;
  width: 100%;
  background-image: url("../img/hero.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 45px;
  padding-top: 120px;
  padding-bottom: 20px;
  position: relative;
  border-radius: 40px;
}

.hero-top {
  color: #fff;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-heading {
  display: flex;
  flex-direction: column;
}

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

.hero-subtitle {
  font-size: 32px;
  font-family: var(--font);
}

.hero-text {
  font-size: 19px;
  line-height: 120%;
}

.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 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 45px;
}

.discover-left {
  display: flex;
  flex-direction: column;
  max-width: 292px;
  width: 100%;
  gap: 32px;
}

.discover-img {
  border-radius: 17px;
  width: 100%;
  max-width: 261px;
}

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

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

.discover-text {
  font-size: 30px;
  line-height: 120%;
}

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

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

.new-title {
  font-family: var(--font);
  font-size: 125px;
  width: 100%;
}

.new-text {
  font-size: 18px;
  line-height: 120%;
  width: fit-content;
}

.see {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

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

.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;
  gap: 60px;
  justify-content: space-between;
  position: relative;
  height: 410px;
  background-color: rgb(0, 0, 0, 0.8);

  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;
}

.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%;
  background-color: rgb(0, 0, 0, 0.4);
}

.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%;
}

@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;
  }

  .discover-img {
    max-width: 200px;
  }

  .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 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .new-top {
    flex-direction: column;
  }

  .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;
  }

  .discover-img {
    max-width: 100%;
  }

  .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-wrapper {
    padding: 0;
  }

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

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

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

  .hero {
    padding: 100px 16px 16px;
    align-items: center;
    gap: 40px;
    border-radius: 0;
    min-height: 100vh;
    height: 100%;
    background-position: center center;
    background-image: url("../img/hero-mob.png");
    background-size: cover;
  }

  .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: 16px 16px 0;
  }
}
