body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    text-align: center;
}

.webContainer {
    display: flex;
    flex-direction: column;
}

#myVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

#content {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.upper-content {
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upper-content h1 {
    line-height: 60px;
    font-size: 55px;
    color: #fff;
    font-family: "Average", sans-serif;
}

.lower-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    position: relative;
}

#left-content {
    height: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -28px;
}

.logo10 {
    width: 120px;
}

#logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#right-content {
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0;
    width: 510px;
    height: 480px;
}

#right-content button:hover {
    background-color: #000;
    color: rgba(255, 0, 0, 0.719);
    transition: 0.3s ease;
}

form {
    width: 75%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 1rem;
}

input,
textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
}

label {
    color: #a5f2f3;
}

button {
    background-color: #ffcc00;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.text-line {
    font-size: 4rem;
    font-weight: 600;
    color: #a5f2f3;
}

.text-line2 {
    background-image: linear-gradient(to right, black, yellow);
    margin-bottom: 10px;
    border-radius: 10px;
    color: white;
    padding: 5px 10px;
}
/* 
#additional-content {
  background-color: #000;
  color: #FEC503;
  text-align: center;
  padding: 80px 0;
  /* position: relative;
  top: 40px; */

/* 
#black-background {
  font-family: 'roboto', sans-serif;
  color: #FEC503;
} */

/* .event-info {
  font-size: 55px;
  margin: 0;
}

.event-info:last-child {
  font-size: 30px;
  font-weight: 400; */

.aboutWBF {
    background-color: #0d1117;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Average", sans-serif;
    padding: 2rem 0;
}

.aboutWBF .left {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.aboutWBF .left .img {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    margin-bottom: 60px;
}

.aboutWBF .left .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.aboutWBF .left .para {
    font-weight: 600;
    color: red;
    font-size: 1.2rem;
}

.aboutWBF .right {
    width: 40%;
    height: 41rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.aboutWBF .right .data {
    margin: 0.5rem 0;
}

.aboutWBF .right .data .title {
    color: red;
    font-weight: 900;
    font-size: 1.8rem;
    font-family: "roboto", sans-serif;
}

.aboutWBF .right .data .details {
    margin-left: 5px;
    font-size: 1.1rem;
}

.credits {
    width: 100%;
    height: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #161c27;
    color: #fff;
    font-size: 1.1vw;
}

.credits a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1220px) and (min-width: 986px) {
    .box .text_container {
        width: 100%;
    }
}

@media (max-width: 986px) and (min-width: 786px) {
    #myVideo {
        height: 130vh;
    }

    #content {
        height: 130vh;
    }

    .lower-content {
        justify-content: space-around;
    }

    #left-content {
        left: 20px;
    }

    #right-content {
        position: relative;
        width: 480px;
    }

    .whats_new .about {
        flex-direction: column-reverse;
    }

    .whats_new .about .para {
        width: 100%;
        padding: 0 20px;
    }

    .end .about .img {
        display: none;
    }

    .box .text_container {
        width: 100%;
    }

    .aboutWBF {
        flex-direction: column;
    }

    .aboutWBF .left {
        width: 100%;
        height: auto;
    }

    .aboutWBF .left .img {
        margin-bottom: 30px;
    }

    .credits {
        height: 6vw;
        font-size: 2vw;
    }
}

@media (max-width: 786px) and (min-width: 531px) {
    #myVideo {
        height: 200vh;
    }

    #content {
        height: 200vh;
    }

    .lower-content {
        justify-content: space-around;
        flex-direction: column;
    }

    #left-content {
        left: 0;
    }

    #right-content {
        position: relative;
        width: 100%;
    }

    .whats_new .about {
        flex-direction: column-reverse;
    }

    .whats_new .about .para {
        width: 100%;
        padding: 0 20px;
    }

    .end .about .img {
        display: none;
    }

    .box .img_container {
        margin: 0;
    }

    .box .text_container {
        width: 100%;
        margin: 0;
    }

    .box .img_container img {
        width: 100%;
    }

    .aboutWBF {
        flex-direction: column;
    }

    .aboutWBF .left {
        width: 100%;
        height: auto;
    }

    .aboutWBF .left .img {
        margin-bottom: 30px;
    }

    .aboutWBF .right {
        text-wrap: nowrap;
        width: 100%;
    }

    .sub_right {
        margin: 0;
        padding: 0;
    }

    .sub_left {
        margin: 0;
    }

    .container_faq_body {
        flex-direction: column;
    }

    .container_faq_sub {
        width: 100%;
        padding: 0 20px;
    }

    .container_faq_sub .faq {
        margin: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 531px) {
    #myVideo {
        height: 220vh;
    }

    #content {
        height: 220vh;
    }

    .lower-content {
        justify-content: space-around;
        flex-direction: column;
    }

    #left-content {
        left: 0;
    }

    #right-content {
        position: relative;
        width: 100%;
    }

    .whats_new .about {
        flex-direction: column-reverse;
    }

    .whats_new .about .para {
        width: 100%;
        padding: 0 20px;
    }

    .about-us .about .img {
        width: 100%;
        margin: 0;
    }

    .about-us .about .para h1 {
        text-align: center;
    }

    .end .about .img {
        display: none;
    }

    .box .img_container {
        margin: 0;
    }

    .box .text_container {
        width: 100%;
        margin: 0;
    }

    .box .img_container img {
        width: 100%;
    }

    .aboutWBF {
        flex-direction: column;
    }

    .aboutWBF .left {
        width: 100%;
        height: auto;
    }

    .aboutWBF .left .img {
        margin-bottom: 30px;
    }

    .aboutWBF .right {
        text-wrap: nowrap;
        width: 100%;
    }

    .sub_right {
        margin: 0;
        padding: 0;
    }

    .sub_left {
        margin: 0;
    }

    .container_faq_body {
        flex-direction: column;
    }

    .container_faq_sub {
        width: 100%;
        padding: 0 20px;
    }

    .container_faq_sub .faq {
        margin: 0;
        margin-bottom: 30px;
    }
}
