.hero {
    background: url(../images/HERO-IMG.webp) center / cover no-repeat;
    width: 100%;
    min-height: 100vh;
    position: relative;
}


.hero .content {
    padding: 0 3vw;
    /* padding-top: 103px; */
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1.2;

}

.hero .content span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    line-height: 1.5;
}

.hero .content h1 {
    font-size: 5vw;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
}

.hero .content p {
    font-size: 33px;
    color: white;
    margin-top: 50px;
    width: 70%;
    line-height: 1.5;
}

.hero .content a {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    padding: 20px 26px;
    border: 2px solid white;
    display: inline-block;
    margin-top: 50px;
    transition: all .3s;
}
.hero .content a:hover{
    background-color: #022169;
    border: 2px solid #022169;
}
.hero .down-arrow {
    position: absolute;
    right: 4vw;
    bottom: 3vw;
    border: none !important;
}

.hero .down-arrow img {
    height: 90px;
    margin-top: 70px;
    animation: bounce 2s infinite;
    cursor: pointer;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}






.what-is-lxp {
    margin-top: 180px;
}

.what-is-lxp h2 {
    padding: 0 3vw;
}

h2 {
    font-size: 80px !important;
    font-weight: 900 !important;
    color: white;
    text-align: center;
    margin-bottom: 60px !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
}

h2 span {
    color: #8D9090;
}

.what-is-lxp .content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
}

.what-is-lxp .content .text {
    width: 53%;
    padding-right: 8%;
    padding-left: 3vw;

}

.what-is-lxp .content .text span {
    color: white;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 30px 40px;
    font-size: 22px;
    font-weight: bold;
}

.what-is-lxp .content .text p {
    color: white;
    font-size: 28px;
    line-height: 1.6;
    margin-top: 50px;
}

.batn {
    font-size: 22px;
    font-weight: 500;
    background-color: #022169;
    color: white;
    padding: 20px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 50px;
    transition: all .3s;
}
.batn:hover{
    background-color: white;
    color: black;
}
.what-is-lxp .content .img {
    background: url(../images/stadium.webp) center / cover no-repeat;
    width: 47%;
    height: 693px;
}




.professional {
    margin-top: 250px;
    padding: 0 3vw;
}

h6 {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: white;
    text-align: center;
}

.p {
    font-size: 28px;
    font-weight: 400;
    color: white;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    line-height: 1.5;
    width: 80%;
}

.professional-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.professional-card {
    width: 32.4%;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 45px 40px;
    display: flex;
    align-items: flex-end;
}

.professional-card b {
    font-size: 30px;
    font-weight: 500;
    color: white;
    line-height: 1.3;
}




.management {
    margin-top: 250px;
    padding: 0 3vw;
}

.management-cards {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
    flex-wrap: wrap;
}

.management-card {

    width: 25%;
    aspect-ratio: 1/1;
    padding: 40px 35px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.management-card b {
    font-size: 22px;
    font-weight: bold;
    color: white;
    line-height: 1.4;
}

.management .batn {
    margin: 50px auto 0;
    display: block;
    width: fit-content;
}



.access {
    margin-top: 250px;
    padding: 0 3vw;
}

.access .img {
    width: 90%;
    position: relative;
    margin: auto;
    margin-top: 60px;
}

.access .img img {
    width: 100%;
}

.access .img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, black 4%, rgba(0, 0, 0, 0) 189%);
}

.access-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.access-card {
    background-color: #0D0D0D;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 30%;
    padding: 0 30px;
}

.access-card b {
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}


.levelup {
    margin-top: 170px;
    margin-bottom: 140px;
}

.levelup h2 {
    margin-top: 60px;
}

.levelup .p {
    width: 40%;
}

.levelup .batn {
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    background-color: transparent;
    border: 2px solid white;
}
.levelup .batn:hover{
    background-color: #022169;
    border: 2px solid #022169;
    color: white;
}




footer {
    padding: 60px 3vw 0 !important;
}

footer .footer1 {
    display: flex;
}

footer .footer1 .left {
    width: 60%;

}

footer .footer1 .left .logo img {
    height: 110px;
}

footer .footer1 .left .links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

footer .footer1 .left .link {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

footer .footer1 .left .links b {
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

footer .footer1 .left .links a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.3;
    transition: all .3s;
}
footer .footer1 .left .links a:hover{
    color: white;
}
footer .footer1 .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 35px;
    height: 625px;
    width: 40%;
}

footer .footer1 .right img {
    height: 80px;
}

footer .footer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}












@media (max-width: 1700px) {
    .hero .content span {
        font-size: 18px;
    }

    .hero .content h1 {
        margin-top: 40px;
    }

    .hero .content p {
        font-size: 26px;
        margin-top: 30px;
    }

    .hero .content .down-arrow img {
        height: 80px;
    }

    .hero .content a {
        font-size: 19px;
        padding: 15px 20px;
    }
}





@media (max-width: 1600px) {
    h2 {
        font-size: 65px !important;
        margin-bottom: 50px !important;
    }

    .what-is-lxp .content .text span {
        font-size: 18px;
        padding: 26px 30px;
    }

    .what-is-lxp .content .text p {
        font-size: 24px;
        margin-top: 40px;
    }

    .batn {
        font-size: 20px;
        padding: 17px 18px;
        margin-top: 40px;
    }

    .what-is-lxp .content .img {
        height: 590px;
    }

    h6 {
        font-size: 18px !important;
    }

    .p {
        font-size: 24px;
        margin-top: 50px;
    }

    .professional-card b {
        font-size: 26px;
    }

    .professional-card {
        height: 270px;
    }

    .management-card {
        width: 31%;
    }

    .management-card b {
        font-size: 20px;
    }

    .access-card b {
        font-size: 20px;
    }

    .access-card {
        height: 180px;
    }

    footer .footer1 .left .logo img {
        height: 80px;
    }

    footer .footer1 .left .links {
        grid-template-columns: repeat(2, 1fr);
    }

    footer .footer1 .right {
        height: 800px;
    }

    footer .footer1 .left .links b {
        font-size: 22px;
    }

    footer .footer1 .left .links a {
        font-size: 16px;
    }

    footer .footer1 .left .link {
        gap: 20px;
    }

    footer .footer1 .right {
        height: 696px;
    }

    .professional-card {
        width: 32%;
    }

    footer .footer1 .right img {
        height: 60px;
    }
}













@media (max-width: 1500px) {
    .hero .content span {
        font-size: 16px;
    }

    .hero .content h1 {
        margin-top: 30px;
    }

    .hero .content p {
        font-size: 22px;
        margin-top: 20px;
    }

    .hero .content .down-arrow img {
        height: 65px;
    }

    .hero .content a {
        font-size: 17px;
        padding: 13px 16px;
        margin-top: 30px;
    }
}







@media (max-width: 1400px) {
    h2 {
        font-size: 50px !important;
        margin-bottom: 40px !important;
    }

    .what-is-lxp {
        margin-top: 110px;
    }

    .what-is-lxp .content .text span {
        font-size: 16px;
        padding: 20px 24px;
    }

    .what-is-lxp .content .text p {
        font-size: 21px;
        margin-top: 30px;
    }

    .batn {
        font-size: 18px;
        padding: 15px 16px;
        margin-top: 30px;
    }

    .what-is-lxp .content .img {
        height: 490px;
    }

    .what-is-lxp .content {
        margin-top: 70px;
    }

    .professional {
        margin-top: 170px;
    }

    h6 {
        font-size: 16px !important;
    }

    .p {
        font-size: 22px;
        margin-top: 40px;
    }

    .professional-card {
        padding: 30px;
    }

    .professional-card b {
        font-size: 22px;
    }

    .professional-card {
        height: 220px;
    }

    .management-card {
        padding: 30px 25px;
    }

    .management-card b {
        font-size: 17px;
    }

    .access-card b {
        font-size: 18px;
    }

    .access-card {
        height: 160px;
    }

    .management {
        margin-top: 170px;
    }

    .access {
        margin-top: 170px;
    }

    footer .footer1 .left .logo img {
        height: 70px;
    }

    .levelup {
        margin-top: 130px;
        margin-bottom: 30px;
    }

    footer .footer1 .right img {
        height: 60px;
    }
}










@media (max-width: 1300px) {
    .hero .content span {
        font-size: 15px;
    }

    .hero .content h1 {
        font-size: 60px;
    }

    .hero .content p {
        font-size: 19px;
        margin-top: 17px;
    }

    .hero .content .down-arrow img {
        height: 60px;
        margin-top: 50px;
    }


    .hero .content a {
        font-size: 15px;
        padding: 12px 14px;
        margin-top: 22px;
    }
}







@media (max-width: 1200px) {
    h2 {
        font-size: 42px !important;
        margin-bottom: 30px !important;
    }

    .what-is-lxp .content .text span {
        font-size: 15px;
        padding: 17px 18px;
    }

    .what-is-lxp .content .text p {
        font-size: 18px;
    }

    .batn {
        font-size: 15px;
    }

    .what-is-lxp .content .img {
        height: 390px;
    }

    h6 {
        font-size: 15px !important;
    }

    .p {
        font-size: 19px;
        margin-top: 30px;
    }

    .professional-card b {
        font-size: 19px;
    }

    .professional-card {
        height: 200px;
    }

    .management-card b {
        font-size: 16px;
    }

    .access-card b {
        font-size: 16px;
    }

    .access-card {
        height: 140px;
    }

    footer .footer1 .right img {
        height: 50px;
    }

    footer .footer1 .right {
        gap: 25px;
    }

    .professional-card {
        width: 31.9%;
    }
}









@media (max-width: 1100px) {
    .hero .content span {
        font-size: 14px;
    }

    .hero .content h1 {
        font-size: 52px;
        margin-top: 20px;
    }

    .hero .content p {
        font-size: 17px;
    }

    .hero .down-arrow img {
        height: 70px;
    }

    .hero .content a {
        font-size: 14px;
    }
}









@media (max-width: 1000px) {
    h2 {
        font-size: 36px !important;
    }

    .what-is-lxp .content .text span {
        font-size: 14px;
        padding: 15px 14px;
        line-height: 1.5;
    }

    .what-is-lxp .content .text p {
        font-size: 16px;
    }

    .batn {
        font-size: 14px;
    }

    .what-is-lxp .content .img {
        height: 320px;
    }

    .professional-card {
        width: 45%;
    }

    .management-card {
        width: 45%;
    }

    .management-card b {
        font-size: 20px;
    }

    h6 {
        font-size: 14px !important;
    }

    .p {
        font-size: 17px;
    }

    .access-card {
        width: 44%;
    }

    .levelup .p {
        width: 70%;
    }
    footer .footer1 {
        flex-direction: column;
    }
    footer .footer1 .left {
    width: 100%;
}
    footer .footer1 .left .links {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
    }
        footer .footer1 .right {
            height: unset;
            width: 100%;
            align-items: center;
            margin-top: 40px;
        }
        footer .footer1 .left .links b {
        font-size: 18px;
        line-height: 1.3;
    }
        footer .footer1 .right img {
        height: 40px;
    }
}









@media (max-width: 900px) {
    .hero .content p {
        font-size: 16px;
    }

    .hero .content a {
        padding: 10px 12px;
    }
}


@media (max-width: 800px) {
        .what-is-lxp .content .text span {
        font-size: 12px;
    }
        .what-is-lxp .content .text p {
        font-size: 15px;
    }
    .what-is-lxp .content .text {
        padding-right: 20px;
    }
        h2 {
        font-size: 30px !important;
    }
        .p {
        font-size: 15px;
    }
        .professional-card {
        width: 48%;
    }
        .professional-card b {
        font-size: 17px;
    }
        .professional-card {
        height: 170px;
    }
        .management-card b {
        font-size: 17px;
    }
        .access-card b {
        font-size: 15px;
    }
}



@media (max-width: 700px) {
    .hero .content h1 {
        font-size: 38px;
    }
        .what-is-lxp .content {
            flex-direction: column;
        }
        .what-is-lxp .content .text {
    width: 100%;
}
.what-is-lxp .content .img {
    width: 100%;
    margin-top: 40px;
}
footer .footer2 {
    font-size: 16px;
    padding: 20px;
}
}




@media (max-width: 650px) {
        .management-card {
        width: 90%;
    }
        .management-card b {
        font-size: 22px;
    }
}






@media (max-width: 600px) {
    footer .footer1 .left .links {
        grid-template-columns: repeat(2, 1fr);
    }
        footer .footer1 .right img {
        height: 33px;
    }
}



@media (max-width: 570px) {
    .hero .content span {
        font-size: 14px;
    }

    .hero .content h1 {
        font-size: 36px;
        margin-top: 20px;
    }

    .hero .content p {
        font-size: 15px;
        width: 85%;
    }
}

@media (max-width: 550px) {

            .professional-card {
        width: 100%;
    }
        .professional-card b {
        font-size: 18px;
    }
        .management-card b {
        font-size: 20px;
    }
    .access-card {
        width: 100%;
    }
    .access .img{
    width: 100%;
}
}




@media (max-width: 530px) {
    .hero .content {
        padding: 0 16px;
    }

}





@media (max-width: 500px) {
    .hero .content {
        align-items: center;
        text-align: center;
        padding-top: 77px;
    }

    .hero .content h1 {
        margin-top: 20px;
    }

    .hero .content p {
        margin-top: 20px;
    }

    .hero .content .down-arrow.one {
        display: block !important;
        position: static;
    }

    .hero .down-arrow.two {
        display: none !important;
    }

    h2 br{
        display: none;
    }
    .p {
        width: 100%;
}
}
@media (max-width: 450px) {
    .hero .content h1 br {
        display: none;
    }

    .hero .content a {
        margin-top: 30px;
    }

    .hero .content p {
        width: 100%;
    }

    footer .footer1 .left .logo img {
        height: 60px;
    }

    footer .footer1 .left .links b {
        font-size: 20px;
    }

    footer .footer1 .left .links a {
        font-size: 15px;
    }

    footer .footer1 .left .link {
        gap: 18px;
        margin-top: 40px;
    }
        h2 {
        font-size: 25px !important;
    }
        .management-card b {
        font-size: 17px;
    }
        footer .footer1 .left .links {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .footer1 .left .link {
        align-items: center;
    }
        footer .footer1 .left .logo{
            display: flex;
            justify-content: center;
        }
}