.frame-container iframe {
    min-height: 735.75px; 
    min-width: 833.778px;
}

.what-we-do__section {
    padding: 6rem 7% 3rem 10%; 
    background-image: linear-gradient(90deg, black, #24000e);
}

.what-we-do__section h1 {
    font-weight: 900; 
    font-size: clamp(2rem, 15vw, 5rem); 
    color: #b51854;
}

.what-we-do__section a {
    text-decoration: none;
}

.how-to-participate__section {
    background-color: black;
    padding: 3rem 0 3rem 0;
}

.how-to-participate__section img {
    width: 200px; 
    height: 200px;
}

.statistics__section {
    padding: 3rem 0 3rem 0; 
    background-color: #171114;
    justify-content: space-evenly;
}

.game-studios {
    width: 310px; 
    height: 310px; 
    position: relative; 
    margin: 2rem 0;
}

.statistics__section #circle {
    width: 310px; 
    height: 310px;
}

.game-studios__content {
    position: absolute; 
    top: 75px; 
    left: 92.5px;
}

.game-studios__content i {
    color: #1464db; 
    padding-bottom: .5rem;
}

.prize-pools {
    width: 310px; 
    height: 310px; 
    position: relative; 
    margin: 2rem 0;
}

.prize-pools__content {
    position: absolute; 
    top: 59px; 
    left: 73px;
}

.prize-pools__content i {
    color: #1464db; 
    padding-bottom: .5rem;
}

.players {
    width: 310px; 
    height: 310px; 
    position: relative; 
    margin: 2rem 0;
}

.players__content {
    position: absolute; 
    top: 75px; 
    left: 81px;
}

.players__content i {
    color: #1464db;
    padding-bottom: .5rem;
}

.discord {
    padding: 5rem;
    background-image: url("../../img/geometric-background.jpg");
    background-repeat: no-repeat; 
    background-size: cover;
  }

.landing__section {
    display: flex; 
    flex-direction: row; 
    position: relative; 
    margin: 0 -15px; 
}

.section-1 {
    background-color: #171114; 
    padding: 100px 10%;
}

.section-2 {
    background-color: rgba(0, 0, 0, 0.435);
    padding: 100px 13%;
}

.landing-details {
    display: flex; 
    flex-grow: 1; 
    text-align: left; 
    position: relative; 
    flex-direction: column;
}

.details-1 {
    justify-content: right; 
    padding-right: 3rem;
}

.details-2 {
    justify-content: left; 
    padding-left: 3rem;
}

.landing-video {
    text-align: left; 
    justify-content: flex-start; 
    flex-direction: row-reverse;
    width: 560px;
    height: 315px;
}

.landing-input {
    height: 60px; 
    margin-bottom: 10px; 
    padding-left: 11px; 
    width: 85%; 
    border-radius: 20px; 
    border: none;
}

@media (max-width: 1000px) {
    .landing__section {
        flex-direction: column;
    }

    .landing-details {
        text-align: center;
    }

    .details-1 {
        justify-content: center;
        padding: 0;
    }

    .details-2 {
        padding: 0;
    }

    .landing-video {
        text-align: center;
        width: 265px;
        margin-top: 2rem;
        height: 150px;
    }

    .landing-input {
        width: 100%;
    }

    .discord iframe {
        width: 200px;
    }
}