/*About Page*/

.about-section {
    position: relative;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
}

.about-page {
    left: 50%;
    width: 60vw;
    padding: 2%;
    z-index: 1;
    position: absolute;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.75s ease-in-out;
}

.promo-page,
.events50 {
    z-index: 1;
    position: absolute;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.75s ease-in-out;
}

.events50 {
    top: 60%;
    left: 25%;
}

.events50bg {
    width: 125px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.582);
    backdrop-filter: blur(1px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.promo-page {
    top: 5%;
    left: 10%;
    /* height: 100vh; */
    width: fit-content;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    /* padding: 5%; */
    height: 100vh;
    width: 100vw;
    border-radius: 50%;
}

.promo {
    margin: 0 5%;
    background: rgba(130, 170, 116, 0.4);
    backdrop-filter: blur(5px);
    padding: 10%;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    flex-wrap: wrap;
}

.promo-video {
    display: grid;
    justify-content: center;
    height: fit-content;
}

.promo-video iframe {
    width: 480px;
    height: 270px;
}

.about-text {
    font-family: delicious;
    font-size: 30px;
    text-align: center;
    color: white;
}

.about-info {
    text-align: center;
    color: white;
    padding: 3%;
    width: 50vw;
}

.about-info p {
    font-size: 22px;
}

.about-title,
.promo-title,
.events-title {
    font-family: saman;
    font-size: 60px;
    text-align: center;
    color: white;
}

@media screen and (max-width: 1000px) {
    * {
        font-size: 1rem;
    }
    .promo-video iframe {
        width: 350px;
        height: 200px;
    }
    /*
    .promo-page {
        top: 20%;
        left: 100vw;
    }
    .events50 {
        top: 65%;
        left: 325%;
    }
    .about-info {
        width: 100vw;
    } */
    .about-info {
        width: 100vw;
    }
    .about-info p {
        font-size: 20px;
    }
    .about-page {
        left: 250%;
        width: 100vw;
    }
    .promo-page {
        top: 15%;
        left: 100%;
    }
    .events50 {
        left: 125%;
    }
    .events50bg {
        width: 30vw;
    }
    .events50bg p {
        font-size: 25px;
    }
}

@media screen and (max-height: 850px) and (max-width: 1000px) {
    .about-text {
        font-size: 18px;
        text-align: center;
        color: white;
    }
}