@import url(https://db.onlinewebfonts.com/c/23bd89677cc3b9a9cfad1ac3fa5ce97e?family=Felidae);
@import url(https://db.onlinewebfonts.com/c/11c31df78e9ab5b381fdaac58ae3ae91?family=Evolventa);
@font-face {
    font-family: "Felidae";
    src: url("https://db.onlinewebfonts.com/t/23bd89677cc3b9a9cfad1ac3fa5ce97e.eot");
    src: url("https://db.onlinewebfonts.com/t/23bd89677cc3b9a9cfad1ac3fa5ce97e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/23bd89677cc3b9a9cfad1ac3fa5ce97e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/23bd89677cc3b9a9cfad1ac3fa5ce97e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/23bd89677cc3b9a9cfad1ac3fa5ce97e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/23bd89677cc3b9a9cfad1ac3fa5ce97e.svg#Felidae")format("svg");
    font-family: "Evolventa";
    src: url("https://db.onlinewebfonts.com/t/11c31df78e9ab5b381fdaac58ae3ae91.eot");
    src: url("https://db.onlinewebfonts.com/t/11c31df78e9ab5b381fdaac58ae3ae91.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/11c31df78e9ab5b381fdaac58ae3ae91.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/11c31df78e9ab5b381fdaac58ae3ae91.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/11c31df78e9ab5b381fdaac58ae3ae91.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/11c31df78e9ab5b381fdaac58ae3ae91.svg#Evolventa")format("svg");
    font-family: "Carolina";
    src: url('../font/carolina.ttf') format('truetype');
}

:root {
	--light-green-color: #8C9775;
    --white-color: #fff;
    --vanilla-color: #FAF7EE;
    --black-color: #000000;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

h1, h2 {
    font-weight: 400;
    font-family: 'Felidae', sans-serif;
}

h2 {
    font-size: clamp(50px, 6.63vw, 90px);
    margin-top: clamp(40px, 10.6vw, 140px);
    margin-bottom: clamp(30px, 2.5vw, 40px);
}

h3 {
    font-family: 'Evolventa';
    font-size: 30px;
    font-weight: 400;
}

button {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Evolventa';
    cursor: pointer;
}

a, li {
    cursor: pointer;
    font-family: 'Evolventa';
}

a {
    font-size: 23px;
}

li {
    list-style: none;
}

p {
    font-weight: 400;
    font-family: 'Evolventa';
}

span {
    font-family: 'Evolventa';
}

.round-link {
    display: flex;
    align-items: center; 
    justify-content: center;
    border-radius: 50%;
    font-size: clamp(18px, 2vw, 23px);
    width: clamp(138px, 10.13vw, 162px);
    height: clamp(138px, 10.13vw, 162px);
}

.feather {
    position: absolute;
}

.initials {
    color: var(--white-color);
    font-family: 'Carolina', sans-serif;
}

.header {
    position: absolute;
    z-index: 2;
    top: 2.81%;
}

.header__burger-menu {
    display: none;
    padding: 30px 0;
}

.navbar {
    width: 100vw;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 2%;
    margin-left: 17%;
    padding: 20px 0;
}

.nav-item a{
    color: var(--white-color);
    font-size: clamp(12px, 0.875vw, 16px);
    font-weight: 700;
}

.navbar__modal,
.overlay { 
    display: none;
}

.hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/hero-background.png);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center;
}

.hero__title-wrapper {
    margin-top: 285px;
    margin-bottom: 376px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
}

.hero__title {
    color:  var(--white-color);
    font-size: clamp(60px, 6.63vw, 106px);
    margin-bottom: 13px;
}

.hero__subtitle{
    position: absolute;
    top: 52%;
    margin: 0;
    width: clamp(308px, 38.13vw, 524px);
    height: clamp(143px, 20vw, 220px);
}

.hero__lastName,
.hero__firstName {
    color: var(--white-color);
    font-size: clamp(60px, 8.5vw, 105px);
}

.hero__lastName {
    position: absolute;
    left: 33%;
}

.hero__firstName {
    position: absolute;
    top:  38%;
}

.feather--1 {
    top: 17.24%;
    left: 1.56%;
}

.feather--2 {
    right: 0.75%;
    top: 65.91%;
}

.feather--3 {
    top: 50.57%;
    right: 26.75%;
}

.feather--mobile1 {
    display: none;
    top: 47.93%;
    left: 0;
}

.hero__link-wrapper {
    position: absolute;
    top: 519px;
    left: 15.63%;
}

.hero__link:active,
.hero__link {
    color: var(--white-color);
    background-color: var(--light-green-color);
}

.hero__sideList {
    position: absolute;
    top: 11.62%;
    right: 12.69%;
    height: 71.08%;
    display: flex;
    flex-direction: column;
    gap: 17.15%;
}

.sideList__item {
    writing-mode: vertical-rl;
    transform: rotate(180deg); 
    border-radius: 10px;
    border: 1px solid var(--white-color);
    padding: 16px 5px;
    font-size: clamp(15px, 1.13vw, 18px);
    color: var(--white-color);
}

.item--1 {
    order: 3; 
}

.item--2 {
    order: 2; 
}

.item--3 {
    order: 1;
}
.hero__gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 63.13%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(115, 115, 115, 0) 100%);
    backdrop-filter: blur(4px);
}

.hero__title-wrapper, 
.hero__link-wrapper,
.hero__subtitle,
.hero__feather3,
.hero__sideList {
    z-index: 5;
}

.main {
    background-color: var(--vanilla-color);
}

#about {
    position: relative;
}

.about__title {
    margin: 0 0 40px 21.56%;
}

.about__container {
    position: relative;
    margin: 
        clamp(93px, 10vw, 140px)
        7.25%
        0
        12.5%
    ;
    display: flex;
    flex-direction: row;
    gap: 4.38%;
    z-index: 5;
}

.about__left {
    width: clamp(343px, 44.31vw, 709px);
    display: flex;
    flex-direction: column;
}

.about__intro {
    font-size: clamp(16px, 2vw, 23px);
    line-height: 31px;
    margin-left: 6.49%;
    width: fit-content;
}

.intro--1 {
    margin-bottom: 45px;
}

.intro--2 {
    max-width: 569px;
}

.about__question {
    font-family: 'Felidae';
    font-size: clamp(21px, 2vw, 28px);
    line-height: 34px;
    width: fit-content;
    color: var(--light-green-color);
}

.about__question--first {
    margin-bottom: 13px;
}

.about__question--second {
    align-self: flex-end;
    margin-bottom: 34px;
}

.about__right {
    width: clamp(276px, 31.56vw, 505px);
    height: 100%;
    align-self: center;
}

.about__photo {
    width: 100%;
    height: auto;
}

.about__curve-line {
    display: none;
}

.about__line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#whyme {
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feather--4 {
    width: 16.38%;
    height: auto;
    bottom: -65px;
    right: 2%;
    z-index: 5;
    filter: blur(4px)
}

.feather--5 {
    top: 520px;
    left: 34px;
}

.feather--6 {
    bottom: -65px;
    right: 25%;
    filter: blur(4px);
}

.whyme__content {
    display: grid;
    grid-template-rows: repeat(9, 1fr); 
	grid-template-columns: repeat(3, clamp(200px, 31.37vw, 356px));
    grid-template-areas:
      "item1 item2 item3"
      "faces item4 item5"
      "faces item6 bird"
      "item7 item8 bird"
      "item9 item10 bird"
      "item11 item12 item13"
      "hands hands hands"
      "hands hands hands"
      "item14 item15 item16";
    row-gap: 32px;
    column-gap: clamp(25px, 2vw, 35px);
    margin-bottom: clamp(24px, 10.6vw, 140px);
}

.whyme__card {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 6px;
    max-height: 107px;
    font-size: 18px;
}

.whyme__card-number {
    position: absolute;
    top: 13px;
    right: 4.49%;
    line-height: 24px;
    color: var(--light-green-color);
}

.whyme__card-description {
    width: fit-content;
    margin-left: 8.43%;
    margin-right: 14.61%;
    line-height: 24px;
    font-size: clamp(12px, 2vw, 18px);
}

.whyme__card-1 {
    grid-area: item1;
}

.whyme__card-2 {
    grid-area: item2;
}

.whyme__card-3 {
    grid-area: item3;
}

.whyme__faces {
    grid-area: faces;
}

.whyme__faces img {
    width: 100%;
    height: 100%;
}

.whyme__card-4 {
    grid-area: item4;
}

.whyme__card-5 {
    grid-area: item5;
}

.whyme__card-6 {
    grid-area: item6;
}

.whyme__bird {
    margin-top: 22px;
    grid-area: bird;
}

.whyme__bird img {
    width: 100%;
    height: auto;
}

.whyme__card-7 {
    grid-area: item7;
}

.whyme__card-8 {
    grid-area: item8;
}

.whyme__card-9 {
    grid-area: item9;
}

.whyme__card-10 {
    grid-area: item10;
}

.whyme__card-11 {
    grid-area: item11;
}

.whyme__card-12 {
    grid-area: item12;
}

.whyme__card-13 {
    grid-area: item13;
}

.whyme__hands {
    grid-area: hands;
}

.whyme__hands img {
    width: 100%;
    height: auto;
}

.whyme__card-14 {
    grid-area: item14;
}
.whyme__card-15 {
    grid-area: item15;
}
.whyme__card-16 {
    grid-area: item16;
}

.whyme__feather-mobile,
.toggleCards {
    display: none;
}

#first-step {
    width: 100vw;
    position: relative;
    background-color: var(--light-green-color);
}

.first-step__container {
    margin-left: 15.19%;
    display: flex;
    flex-direction: column;
    color: var(--white-color);
}

.first-step__title {
    margin-top: clamp(24px, 5vw, 72px);
}

.first-step__description {
    display: flex;
    gap: 32px;
    flex-direction: column;
    max-width: 756px;
    margin-bottom: clamp(32px, 4.3vw, 68px);
}

.first-step__description p {
    font-size: clamp(20px, 2vw, 23px);
    line-height: 31px;
}

.first-step__description--important {
    font-weight: 700;
}

.first-step__links {
    display: flex;
    gap: 4.5%;
    margin-bottom: 122px;
}

.first-step__link {
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid var(--white-color);
    width: clamp(170px, 12.63vw, 202px);
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 5;
    font-size: clamp(20px, 2vw, 23px);
}

.telegram--ref {
    color: var(--white-color);
    background-color: var(--light-green-color);
}

.telegram--ref:active {
    color: var(--white-color);
}

.whatsapp--ref {
    background-color: var(--white-color);
    color: var(--light-green-color);
}

.whatsapp--ref:active {
    color: var(--light-green-color);
}

.first-step__background-image {
    position: absolute;
    bottom: 6px;
    left: 0;
    max-width: 100%;
    height: auto;
}

.first-step__link-wrapper {
    position: absolute;
    top: 55.31%;
    right: 16.63%;
}

.first-step__link--sign {
    background-color: var(--white-color);
    color: var(--light-green-color);
}

.first-step__link--sign::before {
    content: '';
    position: absolute;
    bottom: 95.36%;
    left: 50%;
    width: 1px; 
    height: 345px; 
    background-color: var(--white-color); 
}

.first-step__curve-line {
    position: absolute;
    bottom: 28.47%;
    right: 5.69%;
}

#pricing {
    width: 100vw;
    position: relative;
    overflow: hidden;
    display: flex;
}

.pricing__container {
    margin-left: 15.87%;
    margin-right: 16.63%;
    display: flex;
    flex-direction: column;
}

.pricing__title {
    margin-top: clamp(121px, 10.6vw, 140px);
    margin-left: 8.52%;
}

.pricing__cards {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 40px;
    margin-bottom: 47px;
}

.pricing__card {
    width: clamp(355px, 32.5vw, 520px);
    max-width: 520px;
    max-height: 376px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.pricing__card {
    position: relative;
    background-color: var(--vanilla-color);
    border: 1px solid black;
}

.pricing__card-content {
    margin: 6.54% 5.38% 6.35% 7.69%;
}

.pricing__card-title {
    color: var(--light-green-color);
    margin-bottom: 16px;
    font-size: clamp(25px, 2vw, 30px);
}

.pricing__card-description {
    max-width: 452px;
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 32px;
}

.pricing__duration {
    display: inline-block;
    border: 0;
    border-radius: 10px;
    background-color: var(--light-green-color);
    padding: 5px 20px;
    font-family: 'Evolventa';
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 40px;
}

.pricing__options {
    display: flex;
    max-width: fit-content;
    gap: clamp(24px, 3.5vw, 87px);
}

.pricing__option {
    display: flex;
    flex-direction: column;
}

.price__type {
    font-size: 16px;
    margin-bottom: 10px;
}

.price__value {
    font-family: 'Felidae';
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.1em;
}

.pricing__card--pack {
    border: 0;
    margin-top: 133px;
    background-color: var(--light-green-color);
}

.pack--title {
    color: var(--white-color);
    max-width: 274px;
}

.pack--description {
    color: var(--white-color);
    margin-bottom: 74px;
}

.pack--options {
    color: var(--white-color);
}

.pricing__curve-line {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#faq {
    width: 100vw;
    position: relative;
}

.faq__container {
    width: 100%;
    /* margin-left: clamp(10px, 15.56vw, 243px); */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq__title {
    display: inline-block;
    margin-bottom: 74px;
}

.mobile-break {
    display: block;
}

.faq__avatar-wrapper {
    align-self: center;
    width: clamp(336px, 37.16vw, 414px);
    display: inline-block;
    position: relative;
    margin-bottom: clamp(44px, 2vw, 64px);
}

.faq__avatar {
    width: 100%;
    height: auto;
}

.faq__avatar-wrapper::before {
    content: '';
    position: absolute;
    top: -16.91%;
    left: 5.5%;
    width: 1px; 
    height: 43.96%;
    background-color: var(--black-color); 
}

.feather--7 {
    top: 326px;
    left: 9.88%;
}

.feather--mobile7 {
    display: none;
}

.faq__feather-mobile {
    display: none;
}

.faq__questions {
    z-index: 5;
    width: clamp(355px,69.63vw, 1114px);
    align-self: center;
}


.faq__question {
    border-bottom: 1px solid var(--black-color);
}

.faq__question--first{
    border-top: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
}

.faq__question-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 
        clamp(16px, 2vw, 24px)
        clamp(6px, 2vw, 40px);
}

.faq__question-title {
    width: clamp(313px, 55.08vw, 550px);
    font-size: clamp(18px, 2vw, 23px);
}

.faq__question-button {
    width: 29px;
    height: 29px;
    border: 2px solid var(--light-green-color);
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.faq__answer {
    max-height: 0; 
    overflow: hidden; 
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease; 
    font-size: clamp(16px, 2vw, 18px);
    max-width: clamp(343px, 83.12vw, 926px);
    line-height: 24px;
    margin: 0 clamp(6px, 2vw, 40px);
}

.faq__answer.active {
    max-height: 100px; 
    margin-bottom: clamp(16px,2vw, 32px);
    opacity: 1;
}

#principles {
    display: flex;
    position: relative;
}

.principles__container {
    margin-left: 15.19%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
}

.principles__title {
    margin-left: 8.94%;
    margin-bottom: 79px;
    z-index: 5;
}

.principles__items {
    display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 14.8%;
    margin-bottom: 126px;
    width: 100%;
}

.principles__item {
    display: inline-block;
    width: clamp(343px, 27.56vw, 441px);
}

.principles__number {
    font-family: 'Felidae';
    font-size: 60px;
    letter-spacing: 0.1em;
    color: var(--light-green-color);
}

.principles__subtitle {
    font-size: clamp(20px, 2vw, 23px);
    color: var(--light-green-color);
    margin-top: clamp(16px, 2vw, 24px);
    margin-bottom: clamp(16px, 3vw, 36px);
}

.principles__description {
    max-width: 401px;
    max-height: 96px;
    font-size: clamp(16px, 3vw, 18px);
}

.item--first {
    z-index: 5;
}
.item--second {
    border-bottom: 1px solid var(--black-color);
}

.principles__img-wrapper {
    width: clamp(375px, 30vw, 466px);
    display: flex;
    align-items: center;
}

.principles__img {
    width: 100%;
    height: 100%;
}
.item--third {
    margin-top: 50px;
}


.feather--8 {
    top: 120px;
    left: 6.75%;
    filter: blur(4px);
}

.footer {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-family: 'Evolventa';
    background-color: var(--light-green-color);
}

.footer__arrow {
    margin-left: 10px;
}

.footer__initials {
    position: absolute;
    top: 33px;
    width: 220px;
    height: 95px;
}

.footer__lastName,
.footer__firstName {
    font-size: 39px;
}

.footer__lastName {
    position: absolute;
    left: 33.02%;
}

.footer__firstName {
    position: absolute;
    top: 35%;
}

.feather--9 {
    top: 53px;
    left: 1.25%;
}

.footer__links {
    display: flex;
    margin-top: 65px;
    margin-bottom: 60px;
}

.footer__link {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 87px;
    font-size: clamp(12px, 2vw, 23px);
    padding: 0px clamp(10px, 2.5vw, 40px);
    color: var(--white-color);
    border-right: 1px solid var(--black-color);
}

.footer__link:active {
    color: var(--white-color);
}

.footer__link-rights {
    width: 100%;
    padding-right: 62px;
    padding-left: 0px;
}

.footer__rights {
    display: inline-block;
    align-self: flex-end;
}
