@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@font-face {
    font-family: 'SF-Pro-Display';
    src: url(Font/SFPRODISPLAYBOLD.OTF);
}

* {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

html {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px !important; 
    padding: 0px;
    font-family: sans-serif;
    overflow-x: hidden;
    overflow-y: overlay;
    cursor: default;
}

::-webkit-scrollbar {
    width: 5px;

}


/* ::-webkit-scrollbar-thumb {
    background: rgb(31, 33, 34);
} */

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}




/* zoap bg color #1F2122 */


.zoap-logo img {
    width: 50px;
    height: 100%;
}



.genshin-img {
    margin: -90px auto
}

.brawl-img {
    margin: -80px auto
}


.navBar {
    background: #1F2122;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white;   
    position: fixed;
    /*  */
    width: 100%;    
    z-index: 100;
}

.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0 ;
}

.nav-list ul li {
    list-style: none;
}

.nav-list ul a {
    margin: 0 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-decoration: none;
    color: whitesmoke;
    opacity: 0.7;
    /* font-weight: bold; */
}

.nav-list ul a:hover {
    opacity: 1;
}

#content {
    margin-top: 0;
}

#about {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width: 100%;
    background-color: #000;
}

#about h2 {
    margin-bottom: 30px;
    font-size: 40px;
}

hr {
    width: 70px;
}

.lead-1 p {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
}

.feat-div {
    margin-top: 10px;
    padding-top: 200px;
}

#partners {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #E3E3E3;
}

#contact {
    width: 100%;
    height: 50vh;
    background-color: #1F2122;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-text {
    display: flex;
    margin-right: 100px;
    margin-top: 100px;
    background-color: #0090FF;
    height: 50px;
}


.partnersLogo {
    /* background: white; */
    width: 200px;
    height: 200px;
    transition: .5s;
}

.partnersLogo:hover {
    scale: 1.1;
    transition: .5s;
}



.partnersLogo img {
    max-width: 100%;
    max-height: 100%;
    display: flex;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-300px * 7));
    }
}

.partners-div {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
    width: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    animation: scroll 40s linear infinite;
}

.imageDiv {
    margin-right: 100px;
    margin-left: 100px;
}

.partners-title {
    margin-top: 30px;
}

.partners-title h2 {
    margin-bottom: 40px;
}

.image {
    /* background: orange; */
    width: 500px;
    height: 500px;
    display: flex;
    margin: 5px;
    margin-left: 140px;
    justify-content: center;
}



@-webkit-keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    }
    }
    @keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
    }
    }
    .slider {
    background-color: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 220px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    }
    .slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 200px;
    position: absolute;
    width: auto;
    z-index: 2;
    }
    .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    }
    .slider::before {
    left: 0;
    top: 0;
    }
    .slider .slide-track {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px * 14);
    }
    .slider .slide {
    height: 300px;
    width: 300px;
    margin-top: 40px;
    }

    .footer {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 70px;
        background-color: #1F2122;;
    }

    footer {
        color: white;
        opacity: 0.5;
        font-size: 16px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }

    .right-side {
        /* background: aqua; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 50%;
    }

    .right-side h3 {

            color: white;
            margin-bottom: 50px;
            font-weight: 700;
            font-size: 30px;
            opacity: 0.8;
            text-align: center;
       
    }

    .youtube-logo {
        min-width: 80px;
    }

    .left-side {
        /* background: chartreuse; */
        display: flex;
        justify-content: center;
        align-items: center;  
        margin-top: 50px;
        margin-bottom: 10px;
        width: 50%;
    }

    .left-side img {
        height: 300px;
        width: 300px;
        margin-bottom: 60px;
    }

   
   
    .right-side img {
        border-radius: 60px;
        width: 50px;
        transition: 1s;
        
    }

    .right-side img:hover {
        scale: 1.1;
        
        transition-duration: .5s;
    }
    
    .right-side a {
        display: inline-block;
    }

    .linkLogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
/*.main-web {
    background-color: grey;
    height: 650px;
    width: 100%;
    overflow: hidden;
}

.valorant {
    margin: -150px auto;
}

.valorant img {
    width: 100%;
    height: 100%;
}*/



@media (max-width: 1280px) {
    .carousel-item img {
        height: 100vh
    }

    .brawl-img {
        margin: 0;
    }

    .genshin-img {
        margin: 0;
    }
}

@media (max-width: 840px) {
    .carousel{
        max-height: 70vh;
    }

    .carousel-item {
        max-height: 70vh;
    }

    .carousel-item img {
        height: 100vh
    }

    .val-img {
        padding-top: 40px;
    }

    .w-100 {
        max-height: 70vh;
        margin: 0;
    }
}

@media (max-width: 600px) {
    .carousel{
        max-height: 50vh;
    }

    .carousel-item {
        max-height: 50vh;
    }

    .carousel-item img {
        height: 100vh
    }

    .val-img {
        padding-top: 40px;
    }

    .w-100 {
        max-height: 50vh;
        margin: 0;
    }

    #about h2 {
        font-size: 30px;
    }

    .row {
        max-width: 480px;
        padding-top: 10px;
    }

    .feat-div {
        padding-top: 100px;
    }

    .slide-track {
        max-width: 480px;
    }

    #partners {
        background-color: white;
    }
 
    #contact {
        flex-direction: column;
    }

    .left-side img {
        height: 150px;
        width: 150px;
        margin-bottom: 15px;
    }

    .left-side a {
        padding: 0;
    }

    .nav-list {
        margin-right:0 ;
    }

    
}


@media (max-width: 547px) {
    .carousel{
        max-height: 50vh;
    }

    .carousel-item {
        max-height: 50vh;
    }

    .carousel-item img {
        height: 100vh
    }

    .val-img {
        padding-top: 40px;
    }

    .w-100 {
        max-height: 50vh;
        margin: 0;
    }

    .nav-list ul li a{
        font-size: 12px;
    }

    #about h2 {
        font-size: 30px;
    }

    .row {
        max-width: 500px;
        padding-top: 10px;
    }

    .feat-div {
        padding-top: 100px;
    }

    .slide-track {
        max-width: 320px;
    }

    .right-side {
        padding-right: 50px;
    }

    #partners {
        background-color: white;
    }

    .right-side{
        padding: 0;
    }

    footer {
        font-size: smaller;
    }
}

@media (max-width: 500px) {
    .nav-list ul li a{
        font-size: 12px;
    }

    .nav-list ul{
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .nav-list {
        padding-top: 0;
    }

    .zoap-logo img {
        width: 40px;
        height: 50%;
    }

    .carousel-item img {
        height: 100vh
    }

    .row {
        max-width: 400px;
        padding-top: 10px;
    }

    #about {
        height: 110vh;
    }
}

@media (max-width: 455px) {
    .nav-list ul li a{
        font-size: 11px;
    }

    .right-side img {
        width: 30px;
    }

    .youtube-logo {
        min-width: 50px;
    }

    .right-side h3 {
        font-weight: 100;
        font-size: 20px;
    }

    #about {
        height: 150vh;
    }

    .nav-list ul {
        padding-left: 5px;
    }
}

@media (max-width: 405px) {
    .carousel{
        max-height: 50vh;
    }

    .carousel-item {
        max-height: 50vh;
    }

    .carousel-item img {
        height: 100vh
    }

    .val-img {
        padding-top: 40px;
    }

    .w-100 {
        max-height: 50vh;
        margin: 0;
    }

    .zoap-logo img {
        width: 30px;
        height: 40%;
    }

    .nav-list ul {
        padding-left: 5px;
    }

    .row {
        max-width: 300px;
        padding-top: 10px;
    }

    #about {
        height: 150vh;
    }

    .left-side img {
        height: 100px;
        width: 100px;
        margin-bottom: 15px;
    }

    .youtube-a {
        width: 50px;
    }

    footer {
        font-size: 10px;
    }

    #about h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .lead-1 p {
        font-family: "Open Sans", sans-serif;
        font-weight: lighter;
        margin-top: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .partners-title h2 {
        margin-bottom: 40px;
        font-size: 23px;
    }

}

@media (max-width: 360px) {
    .nav-list ul li a{
        font-size: 10px;
    }

    .nav-list ul a{
        margin: auto 12px;
    }

    .slide-track {
        max-width: 280px;
    }

    #about {
        height: 200vh;
    }
}
