@media (max-width: 1140px) {
    .intro {
        height: 640px;
    }
}

@media (max-width: 1000px) {
    .intro__box {
        margin: 0 auto;
        gap: 20px;
        align-items: center;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .intro__text {
        text-align: center;
    }

    .intro__title {
        font-size: 55px;
    }

    .intro {
        height: 540px;
    }
}

@media (max-width: 800px) {
    .header__top__text {
        font-size: 15px;
    }

    .header__top__img {
        width: 45px;
        height: 35px;
    }

    .header__top {
        padding: 15px 0;
    }

    .nav__logo span {
        font-size: 16px;
    }

    .nav__logo img {
        width: 95px;
        height: 38px;
    }

    .nav__link span {
        padding: 30px 4px;
    }

    .intro__title {
        font-size: 40px;
    }

    .intro__text {
        max-width: 500px;
        line-height: 130%;
    }

    .btn {
        padding: 13px 40px;
    }

    .intro {
        height: 440px;
    }

}

@media (max-width: 600px) {

    .close,
    .menu {
        display: block;
    }

    #check:checked+.nav__list {
        transform: translate(0);
        transition: 0.5s;
    }

    .header {
        position: relative;
        overflow: hidden;
    }

    .nav__list {
        transition: 0.5s;
        transform: translateX(100%);
        height: 100vh;
        background-color: var(--dark);
        z-index: 99;
        right: 0;
        top: 0;
        position: absolute;
        flex-direction: column;
        padding: 50px;
        padding-left: 30px;
        gap: 0;
    }

    .close img {
        position: absolute;
        left: 10px;
        top: 20px;
    }

    .btn {
        padding: 8px 28px;
    }

    .intro__title {
        font-size: 35px;
    }

    .intro__text {
        font-size: 14px;
        line-height: 130%;
        max-width: 350px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        overflow-y: scroll;
    }

    .nav {
        padding: 10px 0;
    }

    .nav__link span {
        padding: 18px 2px;
    }

    .nav__logo span {
        font-size: 13px;
    }

    .nav__logo img {
        width: 50px;
        height: 20px;
    }

    .header__top__text {
        font-size: 14px;
    }

    .header__top__img {
        width: 40px;
        height: 30px;
    }

    .header__top {
        padding: 8px 0;
    }

    .intro {
        height: 340px;
    }
}

@media (max-width: 400px) {
    .header__top__text {
        font-size: 13px;
    }

    .header__top__img {
        width: 30px;
        height: 20px;
    }

    .btn {
        padding: 4px 15px;
        font-size: 11px;
    }

    .intro__title {
        font-size: 25px;
    }

    .intro__text {
        font-size: 14px;
        line-height: 110%;
        -webkit-line-clamp: 4;
        max-width: 250px;
    }

    .intro {
        height: 240px;
    }
}