* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: var(--bg-color);
}


@font-face {
    font-family: 'DMSans';
    src: url('../fonts/DMSans-VariableFont_opsz\,wght.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-regular';
    src: url('../fonts/Poppins-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bg-color: #212121;
    --dm-sans: DMSans;
    --light-color: #FFFFFFE8;
    --poppins-bold: Poppins-Bold;
    --poppins-regular: Poppins-regular;
    --para-light-color: #FFFFFFA8;
    --green-color: #95F46C;
}

.header__nav {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8vw;
    padding: 20px 0;
}

.header {
    padding: 0 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.2s linear;
}

.header.active {
    background: #1C1C1C;
}

.header__menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__menu-list a {
    font-family: var(--dm-sans);
    color: var(--light-color);
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.menu__btn svg {
    color: var(--light-color);
    display: block;
}

.menu__btn {
    display: none;
}

.hero__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero {
    padding: 0 100px;
}

.hero__image {
    position: relative;
}

.hero__content {
    padding-bottom: 100px;
}

.hero__image {
    width: 100%;
}

.hero__image .hero-main-img {
    width: 100%;
}

.rectangle {
    position: absolute;
    right: 3px;
    top: 0;
    height: 100%;
}

.hero__title {
    font-size: 64px;
    font-family: var(--poppins-bold);
    line-height: 78px;
    font-weight: 700;
    color: var(--light-color);
}

.hero__title span {
    display: inline-block;
    background: linear-gradient(to right, #C9FB50, #93F46D, #4AEB94, #00E3AA, #00E0B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.mob-hero-img {
    display: none;
}

.hero__description {
    font-family: var(--dm-sans);
    font-weight: 400;
    line-height: 24px;
    color: var(--para-light-color);
    margin: 2rem 0;
}

.hero__cta a {
    text-decoration: none;
    font-family: var(--dm-sans);
    font-weight: 500;
    color: var(--bg-color);
    background: linear-gradient(to right, #C9FB50, #93F46D, #4AEB94, #00E3AA, #00E0B8);
    padding: 12px 25px;
    border-radius: 3px;
    display: block;
    width: fit-content;
    cursor: pointer;
}

.stars-img {
    position: absolute;
    bottom: -40px;
    right: 60px;
}

.about__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    padding-top: 120px;
    column-gap: 5rem;
}

.mask-frame {
    position: absolute;
    bottom: 0;
    /* right: 12%; */
    left: 39%;
    z-index: 10;
    width: 15vw;
}

.about__images {
    position: relative;
}

.about__img4 {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.about__img2 {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    left: -3px;
    width: 100%;
}

.about__img3 {
    position: absolute;
    top: 10%;
    left: 48%;
}

.about__img1 {
    position: relative;
    z-index: 10;
    width: 100%;
}

.about__label {
    font-family: var(--poppins-regular);
    color: var(--green-color);
    font-weight: 500;
    margin-bottom: 1rem;
}

.about__title {
    font-size: 40px;
    font-family: var(--poppins-bold);
    color: var(--light-color);
    line-height: 50px;
    font-weight: 700;
}

.about {
    padding: 0 100px;
}

.about__text {
    font-family: var(--dm-sans);
    font-weight: 400;
    color: var(--para-light-color);
    line-height: 26px;
    margin-top: 1.5rem;
}

.contact__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
}

.contact {
    padding: 0 100px;
}

.contact__label {
    font-family: var(--poppins-regular);
    font-weight: 500;
    color: var(--green-color);
    text-align: center;
    margin-bottom: 15px;
}

.contact__title {
    font-size: 40px;
    font-family: var(--poppins-bold);
    color: var(--light-color);
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.contact__cards {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.contact__name {
    font-size: 18px;
    font-family: var(--poppins-regular);
    font-weight: 600;
    text-align: center;
    color: var(--light-color);
    margin-bottom: 8px;
}

.contact__role {
    font-size: 14px;
    font-family: var(--dm-sans);
    font-weight: 400;
    background: linear-gradient(to right, #C9FB50, #93F46D, #4AEB94, #00E3AA, #00E0B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: fit-content;
    margin: auto;
}

.contact__email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 13px;
}

.contact__email span img {
    display: block;
}

.contact__image {
    display: block;
    filter: grayscale(100);
    transition: all .2s linear;
    width: 100%;
    max-width: 210px;
    margin-bottom: 20px;
}

.contact__image:hover {
    filter: grayscale(0);
}

.contact__email a {
    text-decoration: none;
    font-family: var(--dm-sans);
    font-weight: 400;
    color: #A0A0A0;
}

.footer__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer {
    background: #1C1C1C;
    padding: 100px 100px;
}

.footer__address-title {
    font-family: var(--poppins-regular);
    font-weight: 400;
    color: var(--light-color);
    margin-bottom: 10px;
    display: block;
}

.footer__address-block {
    display: flex;
    gap: 1rem;
}

.footer__address-text {
    font-size: 14px;
    font-family: var(--dm-sans);
    color: #a0a0a0;
    line-height: 22px;
    font-style: normal;
}

.footer__logo img {
    width: 160px;
    margin-top: -20px;
}

.header__logo img {
    width: 160px;
}

.footer__address-title-copy {
    max-width: 22ch;
    width: 100%;
}

.about__content {
    align-content: center;
}

@media only screen and (max-width: 2000px) {
    /* .about__img1 {
        width: 20vw;
    } */

    .mask-frame {
        width: 20vw;
    }
}

@media only screen and (max-width: 1600px) {
    /* .about__img1 {
        width: 25vw;
    } */
}


@media only screen and (max-width: 1440px) {
    .hero {
        padding: 0;
    }

    .hero__content {
        padding-left: 100px;
    }

    .about__img3 {
        left: 41%;
    }

    .about__img3 {
        left: 49%;
    }
}

@media only screen and (max-width: 1024px) {
    .hero__title {
        font-size: 42px;
        line-height: 59px;
    }

    .mask-frame {
        right: 6%;
    }

    .about__img3 {
        left: 64%;
    }

    .about__title,
    .contact__title {
        font-size: 30px;
        line-height: 40px;
    }

    .mask-frame {
        bottom: 22%;
    }

    .about__img3 {
        left: 50%;
    }

    .hero__content {
    padding-bottom: 0;
}
}

@media only screen and (max-width: 950px) {
    .about__container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mob-hero-img {
        display: block;
        max-width: fit-content;
        width: 100%;
        margin: 0 auto;
    }

    .hero__image .hero-main-img,
    .stars-img,
    .rectangle {
        display: none;
    }

    .hero__container {
        flex-direction: column;
    }

    .hero__image {
        padding: 0 70px;
        padding-top: 50px;
    }

    .header {
        padding: 0 70px;
    }

    .hero__content {
        padding-left: 70px;
        padding-right: 70px;
    }

    .about {
        padding: 0 70px;
    }

    .contact__cards {
        flex-wrap: wrap;
        margin-top: 50px;
        gap: 3rem;
    }

    .contact {
        padding: 0 70px;
    }

    .footer {
        background: #1C1C1C;
        padding: 70px 70px;
    }

    .footer__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .mask-frame {
        bottom: 0%;
    }

    .mask-frame {
        left: 19%;
    }

    .about__img2 {
        bottom: 3px;
        left: -1px;
    }

    .about__img3 {
        left: 26%;
    }

    .about__img1 {
        width: 65vw;
    }

}

@media only screen and (max-width: 768px) {
    .footer__container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .footer__address-title-copy {
        max-width: inherit;
        width: 100%;
        text-align: center;
    }

    .footer__address-header {
        width: 100%;
    }

    .footer {
        padding: 28px 20px;
    }

    .contact {
        padding: 0 20px;
    }

    .about {
        padding: 0 20px;
    }

    .hero__image {
        padding: 0 20px;
        padding-top: 50px;
    }

    .hero__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        padding: 0 20px;
    }

    .header__nav {
        padding: 0;
    }

    .hero__content {
        padding-top: 120px;
    }

    .menu__btn {
        display: block;
        cursor: pointer;
    }

    .menu__close {
        display: none;
    }

    .header__nav {
        justify-content: space-between;
    }

    .header__menu {
        position: fixed;
        top: 80px;
        background: #1c1c1c86;
        width: 100%;
        left: 0;
        height: calc(100% - 80px);
        /* padding: 0 30px; */
        visibility: hidden;
    }

    .header__menu.active {
        visibility: visible;
    }

    .header__menu-list {
        flex-direction: column;
        gap: 0;
        padding: 2rem 30px;
        background: #1C1C1C;
    }

    .header__menu-item {
        width: 100%;
    }

    .header__menu-item a {
        display: block;
        width: 100%;
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid var(--para-light-color);
        cursor: pointer;
    }

    .no-scroll {
        overflow: hidden;
    }

    .menu__btn.active .menu__grid {
        display: none;
    }

    .menu__btn.active .menu__close {
        display: block;
    }

    .about__img1 {
        width: 65vw;
    }

    .mask-frame {
        width: 44vw;
    }

    .mask-frame {
        left: 33%;
    }

    .about__img3 {
        left: 44%;
    }

    .footer__logo img {
    margin-top: 0;
}

}

@media only screen and (max-width: 500px) {
    .about__img1 {
        width: 100%;
    }

    .mask-frame {
        right: 0;
        width: 73%;
    }

    .about__img2,
    .about__img4 {
        width: 100%;
    }

    .about__img2 {
        left: -2px;
    }

    .hero__title {
        font-size: 35px;
        line-height: 47px;
    }

    .about__title,
    .contact__title {
        font-size: 28px;
        line-height: 40px;
    }

    .contact__cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header__logo img,
    .footer__logo img {
        width: 130px;
    }

    .header__menu {
        top: 67px;
    }

    .about__container {
        padding-top: 50px;
    }

    .contact__container {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 425px) {
        .about__img3 {
        left: 62%;
    }
}