:root {
  --white-color: #ffffff;
  --grey-color: #f2f1f0;
  --dark-grey-color: #797979;
  --black-color: #000;
  --accent-color: #a962ff;
  --btn-color: linear-gradient(90deg, #d95db0 0%, #3344dc 100%),
    linear-gradient(99deg, #d933e5 -2.99%, #000 102.28%);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

body {
  padding: 0;
  margin: 0;
  background: var(--black-color) url("../img/header.webp") no-repeat center top;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: auto;
  scrollbar-width: none;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--white-color);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

button,
a {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  font-family: sans-serif;
  font-weight: normal;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}

.spline-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.container {
  padding: 40px 80px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  z-index: 2;
}

.header {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#logo {
  display: none !important;
}

@media (max-width: 1024px) {
  .container {
    padding: 40px;
  }

  body {
    background-size: 100%;
    background-position: center 100px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 16px;
  }
  body {
    background-size: 150%;
    background-position: center 100px;
  }
}
@media (max-width: 450px) {
  body {
    background-size: 160%;
    background-position: center 130px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.preloader-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.preloaer-back {
  position: fixed;
  background: #000;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* HEADER */

.header-basic-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.header__wrapper {
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}

.header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.hero-section {
  padding-top: 110px;
}

.hero-block {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 134px 36px;
  margin: 0 auto 86px auto;
  flex-direction: column;
  text-align: center;

  max-width: 953px;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero-text {
  max-width: 589px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero-btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
}

.btn {
  padding: 16px 12px;
  border-radius: 36px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white-color);
  width: 177px;
  height: 56px;
  background: transparent;
  text-wrap: nowrap;
}

.white-btn {
  border: 1px solid var(--white-color);
}

.color-btn {
  background: var(--btn-color);
}

.hero-btw-btn-text {
  color: var(--white-color);
  font-size: 16px;
  line-height: 24px;
}

.scroll-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.scroll-text {
  color: var(--grey-color);
  font-size: 14px;
  line-height: 20px;
}

.scroll-img {
  width: 52px;
  height: 52px;
}

.menu-logo {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .header-basic-text {
    margin-bottom: 20px;
  }
  .hero-block {
    padding: 49px 28px;
  }
  .hero-title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  .header-basic-text {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 20px;
  }

  .header-logo svg {
    max-width: 180px;
  }

  .hero-block {
    padding: 16px;
  }

  .hero-title {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-text {
    max-width: 310px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-btn-block {
    flex-direction: column;
    gap: 16px;
  }
}

/* Running Line  */

.swiper-container {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 152px;
  position: relative;
}

.swiper-wrapper {
  display: flex;
  will-change: transform;
}

.swiper-slide {
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  width: auto;
  gap: 29px;
  margin-right: 29px;
}

.running-text {
  -webkit-text-stroke-width: 1;
  font-size: 64px;
  font-weight: 500;
  line-height: 73px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.white-text {
  color: var(--white-color);
  -webkit-text-stroke-color: #1a1a1a;
}
.outline-text {
  color: #1a1a1a;
  -webkit-text-stroke-color: var(--white-color);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.running-line-img {
  width: 48px;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .running-line {
    height: 120px;
  }
  .running-text {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: -0.54px;
  }
  .running-line-img {
    width: 40px;
  }
}

@media (max-width: 600px) {
  .running-line {
    height: 80px;
  }
  .running-text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.36px;
  }
  .running-line-img {
    width: 40px;
  }
}

/* Stat Block */

.stat-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.stat-left-block {
  max-width: 848px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 36px;
}

.stat-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-transform: capitalize;
}

.stat-text {
  font-size: 18px;
  line-height: 28px;
}

.stat-right-block {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.stat-list {
  padding: 0 20px;
}

.stat-item {
  max-width: 530px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-color);
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-number {
  font-size: 100px;
  line-height: 132px;
  background-clip: text;
  display: inline-block;

  min-width: 420px;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-item:nth-child(1) .stat-number {
  background: linear-gradient(262deg, #19fb9b -8.01%, #8c01fa 100%);
  background-clip: text;
}

.stat-item:nth-child(2) .stat-number {
  background: linear-gradient(260deg, #0047ff -13.37%, #00bcd4 109.53%);
  background-clip: text;
}
.stat-item:nth-child(3) .stat-number {
  background: linear-gradient(265deg, #00ffbd -5.84%, #025b8c 111.58%);
  background-clip: text;
}

.stat-subtitle {
  font-size: 24px;
  line-height: 32px;
}
.stat-subtext {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .stat-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .stat-item {
    max-width: 100%;
  }
  .stat-number {
    font-size: 64px;
    line-height: 72px;
  }
}

@media (max-width: 600px) {
  .stat-title {
    font-size: 24px;
    line-height: 32px;
  }

  .stat-text {
    font-size: 16px;
    line-height: 24px;
  }

  .stat-number {
    font-size: 48px;
    line-height: 56px;
    min-width: 300px;
  }
}

/* About Client  */

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.about-text {
  font-size: 18px;
  line-height: 28px;
  max-width: 718px;
  margin-bottom: 180px;
}
.about-left-block {
  max-width: 852px;
  width: 80%;
}
.about-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.about-item {
  display: flex;
  gap: 36px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--dark-grey-color);
  cursor: pointer;
}

.about-arrow-icon {
  width: 48px;
  height: 48px;
  display: none;
}

.about-item.active .about-arrow-icon {
  display: block;
}

.about-item-title {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 26px;
}

.about-item-content {
  display: none;
}

.about-item.active .about-item-content {
  display: block;
  padding-bottom: 22px;
}

.about-item-text {
  max-width: 767px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 26px;
}

.about-right-block {
  max-width: 721px;
}

.followers-block-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 26px;
}

.about-followers {
  max-width: 172px;
  height: 44px;
}
.followers-block {
  border-radius: 34px;
  background: linear-gradient(262deg, #19fb9b -8.01%, #8c01fa 100%);
  padding: 16px 19px;
  display: flex;
  position: relative;
}

.followwers-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.followers-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  width: 230px;
}

.computer-img {
  max-height: 550px;
  border-radius: 42px;
  background: #d9d9d9;
}

.about-btn {
  padding: 10px;
  width: 160px;
}

@media (max-width: 1500px) {
  .about-rocket {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 125px;
  }
}

@media (max-width: 1024px) {
  .about-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 72px;
  }
  .about-text {
    margin-bottom: 80px;
  }
  .about-left-block,
  .about-right-block {
    width: 100%;
  }
  .about-right-block {
    max-width: 100%;
  }

  .followers-block-wrapper {
    justify-content: flex-start;
  }
  .about-followers {
    width: 206px;
    height: 100%;
  }
  .computer-img {
    max-height: 100%;
    margin-bottom: 80px;
  }

  .about-rocket {
    margin-top: 20px;
    position: relative;
    height: 145px;
  }
}

@media (max-width: 600px) {
  .about-title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-text {
    font-size: 16px;
    line-height: 24px;
  }
  .about-arrow-icon {
    width: 48px;
    height: 48px;
  }

  .followers-block-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .followers-block {
    width: 100%;
    justify-content: space-between;
  }

  .about-rocket {
    margin-top: 70px;
    position: relative;
    height: 130px;
  }
}

@media (max-width: 410px) {
  .followwers-title,
  .followers-text {
    width: 190px;
  }

  .about-rocket {
    margin-top: 90px;
    height: 110px;
  }
}

@media (max-width: 335px) {
  .followwers-title,
  .followers-text {
    width: 170px;
  }

  .about-rocket {
    margin-top: 100px;
    height: 100px;
  }
}

/* Day Section */

.day-section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.day-section-text {
  font-size: 18px;
  line-height: 28px;
  max-width: 575px;
  margin-bottom: 36px;
}

.days-block-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 23px;
}

.day-card {
  position: relative;
  height: 870px;
  flex: 1 0 calc(25% - 23px);
  perspective: 800px;
}

.day-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  cursor: pointer;
}

.day-card-front,
.day-card-back {
  border-radius: 42px;
  padding: 32px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.day-card-front {
  background: #242424;
}

.day-card-front::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 59px;
  border-radius: 259px;
  background: #a962ff;
  filter: blur(40px);
  position: absolute;
  right: 20%;
  bottom: -35px;
}

.day-card-back {
  background: #242424;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
}

.day-card-back.day1 {
  background-image: url("../img/day-card-1.png");
}

.day-card-back.day2 {
  background-image: url("../img/day-card-2.png");
}

.day-card-back.day3 {
  background-image: url("../img/day-card-3.png");
}

.day-card-back.day4 {
  background-image: url("../img/day-card-4.png");
}

.day-card.flipped .day-arrow-icon {
  transform: rotate(180deg);
}

.day-card.flipped .day-card-inner {
  transform: rotateY(180deg);
}

.day-card-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  position: relative;
}

.day-number {
  border-radius: 100px;
  background: var(--white-color);
  width: 55px;
  padding: 4px;
  text-align: center;
  color: var(--black-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 4px;
}

.day-number-back {
  position: fixed;
  bottom: 96px;
}

.day-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.day-title-front {
  padding-right: 52px;
}

.day-arrow-icon,
.day-arrow-icon-back {
  width: 52px;
  height: 52px;
}

.day-list {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--white-color);
}

.day-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.day-item-text {
  color: var(--grey-color);
  font-size: 16px;
  line-height: 24px;
  padding-left: 32px;
  position: relative;
  display: inline-block;
}

.day-item-text::before {
  content: url("../img/star.png");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.day-total-text {
  color: var(--grey-color);
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 1900px) {
  .day-arrow-icon {
    position: fixed;
    right: 32px;
    top: 68px;
  }
}

@media (max-width: 1690px) {
  .day-list {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .day-number-back {
    bottom: 128px;
  }
}

@media (max-width: 1552px) {
  .days-block-list {
    flex-wrap: wrap;
  }
  .day-card {
    height: 550px;
    flex: 1 1 calc(50% - 23px);
  }
  .day-number-back {
    bottom: 64px;
  }
  .day-arrow-icon {
    position: fixed;
    right: 32px;
    top: 40px;
  }
}

@media (max-width: 1330px) {
  .day-card {
    height: 600px;
  }
  .day-number-back {
    bottom: 96px;
  }
}

@media (max-width: 1200px) {
  .day-card {
    height: 690px;
  }
}

@media (max-width: 1024px) {
  .days-block-list {
    margin-top: 80px;
    flex-direction: column;
    gap: 40px;
  }
  .day-card {
    width: 100%;
    flex: 0 0 auto;
  }

  .day-card.day1 {
    height: 440px;
  }
  .day-card.day2 {
    height: 440px;
  }
  .day-card.day3 {
    height: 560px;
  }
  .day-card.day4 {
    height: 480px;
  }
  .day-item-text {
    width: 60%;
  }
  .day-number-back {
    bottom: 64px;
  }
}

@media (max-width: 900px) {
  .day-card.day1 {
    height: 500px;
  }
  .day-card.day2 {
    height: 490px;
  }
  .day-card.day3 {
    height: 580px;
  }
  .day-card.day4 {
    height: 510px;
  }
}

@media (max-width: 820px) {
  .day-card.day2 {
    height: 510px;
  }
  .day-card.day3 {
    height: 620px;
  }
}

@media (max-width: 770px) {
  .day-card.day1 {
    height: 520px;
  }
  .day-card.day2 {
    height: 540px;
  }
  .day-card.day3 {
    height: 670px;
  }
  .day-card.day4 {
    height: 570px;
  }
}

@media (max-width: 680px) {
  .day-card.day3 {
    height: 720px;
  }
  .day-card.day4 {
    height: 610px;
  }
}

@media (max-width: 651px) {
  .day-number-back {
    bottom: 96px;
  }
  .day-card.day1 {
    height: 550px;
  }
  .day-card.day2 {
    height: 600px;
  }
  .day-card.day3 {
    height: 800px;
  }
  .day-card.day4 {
    height: 640px;
  }
}
@media (max-width: 600px) {
  .day-section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .day-section-text {
    font-size: 16px;
    line-height: 24px;
  }

  .day-item-text {
    width: 100%;
  }
  .day-card.day1 {
    height: 520px;
  }
  .day-card.day3 {
    height: 670px;
  }
  .day-card.day4 {
    height: 570px;
  }
  .day-number-back {
    position: static;
    bottom: 0;
  }
  .day-arrow-icon {
    position: static;
  }
}

@media (max-width: 500px) {
  .day-card.day1 {
    height: 560px;
  }
  .day-card.day2 {
    height: 580px;
  }
}

@media (max-width: 480px) {
  .day-card.day3 {
    height: 750px;
  }
}

@media (max-width: 455px) {
  .day-card.day1 {
    height: 620px;
  }
  .day-card.day2 {
    height: 630px;
  }
  .day-card.day3 {
    height: 820px;
  }
  .day-card.day4 {
    height: 670px;
  }
}

@media (max-width: 415px) {
  .day-card.day2 {
    height: 650px;
  }
}

@media (max-width: 410px) {
  .day-card.day1 {
    height: 640px;
  }
  .day-card.day2 {
    height: 700px;
  }
  .day-card.day3 {
    height: 840px;
  }
  .day-card.day4 {
    height: 720px;
  }
}

@media (max-width: 390px) {
  .day-card.day3 {
    height: 880px;
  }
  .day-card.day4 {
    height: 720px;
  }
}

@media (max-width: 385px) {
  .day-card.day2 {
    height: 750px;
  }
  .day-card.day3 {
    height: 930px;
  }
  .day-card.day4 {
    height: 750px;
  }
}

@media (max-width: 372px) {
  .day-card.day3 {
    height: 980px;
  }
}

/* Experts Section */

.feedback-section,
.expert-list {
  max-width: 100vw;
  overflow-x: hidden;
}

.experts-section-title {
  font-size: 128px;
  font-weight: 400;
  line-height: 115.2px;
  letter-spacing: -5px;
  margin-bottom: 16px;
}
.experts-section-text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  max-width: 460px;
}

.experts-btn {
  width: 350px;
}

.expert-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.expert-item {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 370px;
  flex: 1 1 calc((100% - 3 * 36px) / 4);
}

.expert-item:nth-child(even) {
  flex-direction: column-reverse;
}
.expert-img {
  border-radius: 384px;
  width: 200px;
  height: 350px;
  object-fit: cover;
}
.expert-position {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.5;
  margin-bottom: 8px;
}
.expert-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 16px;
}
.expert-text {
  font-size: 14px;
  line-height: 20px;
}

.expert-list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1345px) {
  .expert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    overflow-x: hidden;
  }
  .expert-item {
    flex: 1 1 calc((100% - 3 * 36px) / 4);
  }
}

@media (max-width: 1344px) {
  .experts-section-title {
    font-size: 64px;
    line-height: 72px;
  }
  .experts-section-text {
    max-width: 570px;
  }
  .experts-btn {
    width: 350px;
  }
  .expert-item {
    max-width: 300px;
    flex: 0 0 45%;
    max-width: 100%;
  }

  .expert-name {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  .experts-section-title {
    font-size: 48px;
    line-height: 56px;
  }

  .experts-section-text {
    font-size: 18px;
    line-height: 28px;
  }

  .expert-list {
    scroll-behavior: smooth;
    /* scroll-snap-type: x mandatory; */
    /* gap: 110px; */
  }

  .expert-item {
    scroll-snap-align: start;
    flex: 0 0 80%;
  }

  .expert-item:last-child {
    flex: 0 0 100%;
  }

  .experts-btn {
    width: 320px;
  }
}

/* Feedback Section */

.feedback-section-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 64px;
}
.feedback-list {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 24px;
  justify-content: space-between;
}

.feedback-cart {
  display: flex;
  padding: 32px;
  flex-direction: column;
  flex: 1 1 calc((100% - 3 * 26px) / 4);
  border-radius: 42px;
  border: 1px solid #f2f2f2;
  background: #f6f6f6;
  position: relative;
  scroll-snap-align: start;
}

.feedback-title {
  color: var(--black-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.feedback-text {
  color: #363636;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 66px;
  position: relative;
}

.feedback-text::after {
  content: url("../img/feedback/decor1.svg");
  width: 22px;
  position: absolute;
  right: 0;
  bottom: -25px;
}

.feedback-autor {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 18px;
}

.feedback-img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 100px;
  backdrop-filter: blur(3px);
}
.feedback-info {
  display: flex;
  flex-direction: column;
}
.feedback-name {
  color: var(--black-color);
  font-size: 18px;
  line-height: 28px;
}
.feedback-position {
  color: var(--black-color);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.feedback-btn {
  display: none;
}

@media (max-width: 1300px) {
  .feedback-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
  }

  .feedback-list {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .feedback-list::-webkit-scrollbar {
    display: none;
  }

  .feedback-cart {
    flex: 0 0 80%;
    max-width: 100%;
  }

  .feedback-btn {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    font-size: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .feedback-btn-left {
    right: 120px;
  }

  .feedback-btn-right {
    right: 40px;
  }

  .feedback-scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 40%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }

  .scroll-dot {
    width: 100px;
    height: 5px;
    background: #fff;
    opacity: 0.5;
    border-radius: 10px;
    transition: opacity 0.3s ease, background 0.3s ease;
  }

  .scroll-dot.active {
    background: #d933e5;
    opacity: 1;
  }

  .feedback-btn {
    display: flex;
  }

  .feedback-text {
    margin-bottom: 56px;
  }
}

@media (max-width: 600px) {
  .feedback-cart {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scroll-dot {
    width: 50px;
    height: 7px;
  }

  .feedback-scroll-indicator {
    left: 40%;
    transform: translateX(-60%);
  }
  .feedback-btn-left {
    right: 80px;
  }

  .feedback-btn-right {
    right: 16px;
  }
}

@media (max-width: 375px) {
  .scroll-dot {
    width: 45px;
    height: 7px;
  }

  .feedback-btn {
    width: 45px;
    height: 45px;
    bottom: 7px;
  }

  .feedback-btn-left {
    right: 68px;
  }

  .feedback-btn-right {
    right: 16px;
  }
}

/* FAQ */

.faq-section {
  margin: 140px 0;
}

.faq-container {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
}

.faq-section-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 105px;
  text-transform: uppercase;
  max-width: 805px;
  width: 50%;
}
.faq-list {
  max-width: 915px;
  width: 100%;
}
.faq-cart {
  padding: 26px 0px;
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  max-width: 852px;
  position: relative;
}
.faq-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 30px;
  margin-bottom: 14px;
}
.faq-text {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.arrow-icon {
  width: 20px;
  position: absolute;
  right: 8px;
  top: 38px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.faq-cart.open .faq-text {
  display: block;
}
.faq-cart.open .arrow-icon {
  transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 1600px) {
  .faq-section-title {
    font-size: 80px;
  }
}

@media (max-width: 1300px) {
  .faq-section-title {
    font-size: 64px;
  }
}

@media (max-width: 1024px) {
  .faq-section {
    margin: 0;
  }
  .faq-container {
    flex-direction: column;
  }

  .faq-section-title {
    font-size: 64px;
    line-height: normal;
    max-width: 100%;
    width: 100%;
  }
  .faq-cart {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .faq-section-title {
    font-size: 48px;
    line-height: 56px;
  }

  .faq-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 410px) {
  .faq-section-title {
    font-size: 30px;
    line-height: 42px;
  }
}

/* Footer */

.footer-container {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 80px;
}

.footer-title-block {
  margin: 0 auto;
}

.footer-title {
  max-width: 994px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 36px;
  /* text-transform: capitalize;   */
}

.footer-btn {
  width: 320px;
}

.footer-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-link {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 400;
}
.footer-address {
  font-size: 16px;
  line-height: 24px;
  max-width: 870px;
  margin: 0 auto;
  -webkit-touch-callout: none;
}

@media (max-width: 1024px) {
  .footer-title {
    font-size: 36px;
    line-height: 44px;
  }
  .footer-address {
    max-width: 680px;
  }
}

@media (max-width: 820px) {
  .footer-title {
    font-size: 28px;
    line-height: 36px;
  }
  .footer-list {
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
  }
}

/* Modal Form */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.modal-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  padding: 32px;
  border-radius: 42px;
  background: #242424;
  overflow: hidden;
  display: none;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  max-height: 95%;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: #555 #242424;
}

.modal-form::-webkit-scrollbar {
  display: none;
}

.modal-form::after {
  content: "";
  width: 60%;
  height: 59px;
  border-radius: 259px;
  background: var(--accent-color);
  filter: blur(40px);
  position: absolute;
  right: 20%;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.modal-form-content {
  position: relative;
  z-index: 1;
}

.modal-form-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 36px;
}

.close {
  background-color: #242424;
  color: var(--white-color);
  position: absolute;
  top: 0px;
  right: 16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: solid 1px var(--white-color);
  border-radius: 50%;
}

.close:hover {
  background-color: var(--accent-color);
  border: solid 1px var(--accent-color);
}

.form-group {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: solid 1px var(--white-color);
}

.form-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white-color);
  margin-top: 8px;
  margin-bottom: 16px;
}

.form-input {
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  border-radius: 16px;
  background: var(--white-color);
  align-items: center;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 400;
}

.form-input.error {
  border: 1px solid #f40;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
  gap: 36px;
}

#consent {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  position: relative;
  cursor: default;
}

#consent::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-text {
  color: var(--grey-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.modal-link {
  color: var(--white-color);
  text-decoration: underline;
}

.submit_btn {
  height: 56px;
  padding: 16px 28px;
  width: 100%;
}

.modal-overlay.active,
.modal-form.active {
  display: block;
}

@media (max-width: 400px) {
  .modal-form {
    width: 350px;
    padding: 18px;
  }
}

/* Menu */

.menu {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 80vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  display: none;
}

.menu.active {
  display: block;
}

.menu-list {
  text-align: center;
}

.menu-item {
  margin-bottom: 24px;
}

.menu-link {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.menu-link:hover {
  color: var(--accent-color);
}

.menu-list-btn {
  width: 210px;
}

@media (max-width: 1024px) {
  .menu-link {
    font-size: 24px;
    line-height: 36px;
  }
}

/* @media (max-width: 600px) {
  .menu-link {
    font-size: 36px;
    line-height: 40px;
  }
} */
