

@media screen and (max-width: 1400px) {
    .login-container {
        gap: 0;
    }
    .content {
        width: 98%;
    }
    .main-content {
        justify-content: space-around;
    }

    .events-content {
        padding-left: 0;
        padding-right: 0;
    }
    .events-content .name {
        justify-content: center;
    }

    .about-info .text {
        max-width: 650px;
    }

    .events-images img:nth-child(1) {
        top: -160px;
    }
    
    .events-images img:nth-child(2) {
        top: -160px;
    }
}

@media screen and (max-width: 1230px) {
    .mobile .content {
        padding: 0 35px;
    }

    .events-images img:nth-child(1) {
        left: -340px;
    }
    
    .events-images img:nth-child(2) {
        right: -340px;
    }
}

@media screen and (max-width: 1200px) {
    .about .content {
        justify-content: space-around;
    }
    .about-image {
        width: 300px;
        height: 300px;
    }
    .about-image svg:nth-child(2) {
        width: 122px;
    }
    .about-image svg:nth-child(3) {
        width: 188px;
    }
    .about-image svg:nth-child(4) {
        width: 255px;
    }
    .about-info .title {
        font-size: 54px;
    }
    .teams .title {
        font-size: 54px;
    }
}

@media screen and (max-width: 1180px) {
    .login-image {
        width: 400px;
    }
    .events-content .name svg {
        width: 600px;
    }
    .events-list {
        margin-right: 20px;
        margin-left: 20px;
    }
    .events-content {
        height: auto;
        padding-bottom: 50px;
    }
}


@media screen and (max-width: 1100px) {
    .mobile-image img {
        width: 300px;
    }
}

@media screen and (max-width: 1060px) {
    .events-content .name svg {
        width: 335px;
    }
}

@media screen and (max-width: 1023px) {
    .login-image {
        display: none;
    }
    .login-form-content .title {
        font-size: 52px;
    }

    .main-content {
        flex-direction: column;
        padding-top: 50px;
    }
    .main-info .title {
        font-size: 58px;
    }
    .main-image {
        height: auto;
    }
    .main-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile .content {
        padding: 30px 0 0 0;
        height: auto;
        flex-direction: column;
        gap: 50px;
    }
    .mobile-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-info .title {
        text-align: center;
        font-size: 52px;
    }
}

@media screen and (max-width: 980px) {
    .about .content {
        flex-direction: column;
        gap: 15px;
    }
    .events {
        margin-bottom: 40px;
    }
    .about-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-info .title {
        font-size: 46px;
    }
    .teams .title {
        font-size: 46px;
    }

    footer .content {
        height: auto;
        flex-direction: column;
        gap: 30px;
        padding: 40px 0;
    }
    .footer-right p {
        text-align: center;
    }
}


@media screen and (max-width: 800px) {
    header nav {
        margin-left: 35px;
    }
}


@media screen and (max-width: 700px) {
    .login-form-content .text {
        font-size: 20px;
        margin-top: 10px;
    }
    .login-form-content .title {
        font-size: 48px;
    }
    .teams .title {
        font-size: 42px;
    }
    .login-form-content {
        margin-right: 35px;
    }
    header nav {
        gap: 40px;
    }

    .about-info .text {
        max-width: 90%;
    }
}

@media screen and (max-width: 690px) {
    .events-content .name svg {
        display: none;
    }

    .mobile-info .text {
        width: 90%;
    }
    .events-images {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    header button {
        width: 160px;
    }
    header nav {
        gap: 25px;
    }

    .main-image img {
        width: 90%;
    }

    .main-image {
        display: flex;
        justify-content: center;
    }

    .main-info .title {
        font-size: 52px;
    }

    .main-info .text {
        max-width: 90%;
    }
}

@media screen and (max-width: 550px) {
    .login-form-content button {
        width: 90%;
    }
    .login-form-content .title {
        font-size: 38px;
    }

    header button p {
        display: none;
    }
    header button {
        width: 40px;
    }
}

@media screen and (max-width: 500px) {
    .footer-left .address {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-logo {
        flex-direction: column;
        gap: 15px;
    }
    .footer-right .logos {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 420px) {
    .logo p {
        display: none;
    }
    .teams .title {
        font-size: 36px;
    }
    .mobile-image img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-info button {
        width: 90%;
    }
}