/* COMMON STYLES */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

li {
    position: relative;
    list-style: none;
    z-index: 1;
}

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background: #000000;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}


:root {
    --font-family: "Arial", sans-serif;
    --second-family: "Montserrat", sans-serif;
    --third-family: "Roboto", sans-serif;
}

/* COMMON STYLES */
.button {
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

/* HEADER */
.header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    transform: translateY(0);
    transition: all .3s ease;
    z-index: 1000;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.out {
    transform: translateY(-100%);
    transition: all .3s ease;
}

.header-logo {
    max-width: 144px;
}

.navigation-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}

.navigation-link {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: .2s ease-in-out;
}

.navigation-link:hover {
    color: #2f940d;
    transition: .2s ease-in-out;
}

.burger-menu, .menu {
    display: none;
}

/* main */
.main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/main-bg.png");
    background-position: center right;
    background-size: 996px, contain;
    background-repeat: no-repeat;
    height: 100vh;
}

.main .container {
    padding-top: 100px;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-content {
    max-width: 760px;
}

.main-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 112px;
    line-height: 79%;
    letter-spacing: 0.01em;
    color: #2f940d;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 36px;
}

.main-description {
    max-width: 530px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    color: #fff;
    margin-bottom: 36px;
}

.main-link {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 155%;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* about */
.about {
    padding: 50px 0;
    background-image: url("../img/about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 123%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.about .wrap + .wrap {
    margin-top: 90px;
}

.about-items {
    display: flex;
    justify-content: center;
    gap: 70px;
}

.about-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.wrap:nth-child(1) .about-item {
    max-width: 330px;
}

.wrap:nth-child(1) .about-item-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}

.wrap:nth-child(1) .about-item-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.17em;
    text-align: center;
    color: #fff;
}

.about-item {
    max-width: 360px;
}

.about-item-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 143%;
    text-align: center;
    color: #fff;
}

.about-item-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    text-align: center;
    color: #fff;
}

.wrap:nth-child(3) {
    padding-bottom: 70px;
    border-bottom: 2px solid #2f940d;;
}

/* main-2 */
.main-2 {
    padding-top: 0;
    height: 90vh;
    background-image: url("../img/main-bg-2.png");
}

.main-text {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 155%;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

/* contact */
.contact {
    padding: 30px 0;
}

.contact .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.contact-image {
    max-width: 473px;
}

.contact-image img {
    border-radius: 10px;
}

.contact-info {
    max-width: 564px;
}

.contact-text + .contact-text {
    margin-top: 47px;
}

.contact-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 201%;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}


/* reviews */
.reviews {
    padding: 85px 0 210px 0;
    background-image: url("../img/review-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.review-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 44px;
}

.review-item {
    padding: 31px 51px;
    max-width: 1086px;
    display: flex;
    gap: 14px;

    border: 1px solid #fff;
    border-radius: 13px;
    backdrop-filter: blur(10px);
    background: rgba(55, 55, 51, 0.58);
}

.review-item-info {
    max-width: 823px;
}

.review-item-image {
    min-width: 147px;
}

.review-item-name {
    display: flex;
    gap: 14px;

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 201%;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.review-item-rating {
    margin-bottom: 10px;
}

.review-item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 155%;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.footer {
    padding: 48px 0;
    text-align: center;
}

.logo {
    display: block;
    margin-bottom: 20px;
}

.terms {
    display: block;
    max-width: 200px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #ff8562;
    margin: 0 auto 20px;
    transition: .2s ease-in-out;
}

.terms:hover {
    text-decoration: underline;
    transition: .2s ease-in-out;
}

.pp {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}