@font-face {
	font-family: 'Roboto-Medium';
	src: url("../font/roboto/Roboto-Medium.ttf");
}

@font-face {
	font-family: 'Roboto-Light';
	src: url("../font/roboto/Roboto-Light.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
	font-family: 'NeuroX-Bold';
	src: url("../font/neurox/Neuro\ X\ Bold.ttf");
}

@font-face {
	font-family: 'ProtraktGX-One';
    src: url("../font/protrark/Protrakt-Semi-Bold-Exp-One.otf") format("opentype");
}

@font-face {
	font-family: 'ProtraktGX-Bold';
    src: url("../font/protrark/Protrakt-Bold.otf") format("opentype");
}

@font-face {
	font-family: 'VPPixel';
	src: url("../font/vppixel/VPPixel-Simplified.otf");
}


.goog-te-gadget-simple {
    border-radius: 5px;
    border: none !important;
    background-color: #404040 !important;
    font-family: 'VPPixel' !important;
    letter-spacing: 3px;
    padding-left: 5px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none;
 }

/* body > .skiptranslate {
    display: none !important;
} */
body {
    top: 0px !important; 
} 

/* .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: white !important;
} */





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.video-banner {
    position: absolute;
    top: -13.5vh;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
}

.navbar {
    display: flex;
    position: fixed;
    width: 100%;
    height: 7vh;
    background-color: #fdfdfd;
    justify-content: center;
    padding-left: 5vh;
    align-items: center;
    user-select: none;
    z-index: 2;
}

.navbar > .navbar-items > .logo {
    position: absolute;
    left: 5vh;
    width: auto;
    height: 5vh;
}

.navbar > .logo:hover {
    opacity: 0.8;
    cursor: pointer;
}

.navbar > .navbar-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3.2vw;
    width: fit-content;
    height: 5vh;
    white-space: nowrap;
}

.navbar > .navbar-items > .navbar-item {
    font-family: 'ProtraktGX-One';
    color: #151d34;
    font-size: 0.8em;
    width: fit-content;
    height: fit-content;
    transition: opacity 0.3s linear;
    cursor: pointer;
    text-decoration: none;
}

.navbar > .navbar-items > .navbar-item:hover {
    font-family: 'ProtraktGX-One';
    color: #151d34;
    opacity: 0.5;
    width: fit-content;
    height: fit-content;
    text-decoration: none;
}

.navbar > .navbar-items > .navbar-item:link {
    text-decoration: none;
}

.submenu {
    display: flex;
    position: fixed;
    width: 100%;
    height: 0vh;
    margin-top: 7vh;
    background-color: rgb(255, 255, 255);
    transition: height, 0.5s linear;
    user-select: none;
    z-index: 2;
}

.open {
    display: flex;
    height: 6vh;
    transition: height, 0.5s linear;
}

.submenuitems {
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    /* margin-left: 27vw; */
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
}

.opa {
    opacity: 1;
    visibility: visible;
}

.submenu > .submenuitems > .sub-item {
    font-family: 'ProtraktGX-Bold';
    color: #969696;

    width: fit-content;
    height: fit-content;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    cursor: pointer;
}

.submenu > .submenuitems > .sub-item:hover {
    color: #151d34;
    animation: pulse 2s infinite;
}

.submenu > .submenuitems > .sub-item > .sub-icon {
    width: 3.0vh;

}

.submenu > .submenuitems > .sub-item:first-child > .sub-icon {
    width: 2.0vh;

}

.submarcas {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6vh;
    margin-top: 7vh;
    background-color: #080808;
}


.submarcas > .slider-wall {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    background-color: #080808;
    z-index: 100;
}

.submarcas > .slider-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 100%;
    gap: 1.96vh;
}

.submarcas > .slider-brands > .logos-brand {
    position: absolute;
    height: 3vh;
    opacity: 0;
}

.animScroll {
    animation: scroll 1s linear;
    animation-fill-mode: forwards;
}

.carrousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47vh;
    background-color: rgb(0, 0, 0);
    z-index: -15;
}

.carrousel > .mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30vh;
    width: 100%;
}

.carrousel > .mid > .title {
    color: #ffffff;
    font-family: 'ProtraktGX-One';
    font-size: 1.9em;
    white-space: nowrap;
    margin-left: 2vw;
    height: 2.7vh;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.63);
}

.carrousel > .mid > .subtitle {
    color: #ffffff;
    font-family: 'NeuroX-Bold';
    font-size: 18em;
    letter-spacing: 0.3vh;
    white-space: nowrap;
    font-style: oblique;
    width: 27%;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.63);
}

.subcarrousel {
    display: flex;
    width: 100%;
    height: 7.0vh;
    background-color: #080808;
    align-items: center;
}

.arrowright {
    margin-left: 2%;
    width: 60%;
    min-width: 0%;
    height: 42%;
}

.subcarrousel > .calendar {
    display: flex;
    justify-content: center;
    width: 40%;
    min-width: 50vh;
    height: 90%;
}

.subcarrousel > .calendar > .calendarcontent {
    display: flex;
    width: 52vh;
    height: 100%;
    background-image: url("../media/calendar.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
}

.subcarrousel > .calendar > .calendarcontent > .cgame {
    display: flex;
    height: 100%;
    width: 13%;
    align-items: center;
    justify-content: center;
}

.subcarrousel > .calendar > .calendarcontent > .cgame > img {
    width: auto;
    height: 40%;
}

.subcarrousel > .calendar > .calendarcontent > .cinfo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0vh 1.6vh;
    height: 100%;
    width: 59%;
}

.subcarrousel > .calendar > .calendarcontent > .cinfo > .title {
    font-family: 'VPPixel';
    color: #fdfdfd;
    font-size: 1.em;
    line-height: 1.8vh;
}

.subcarrousel > .calendar > .calendarcontent > .cinfo > .subtitle {
    font-family: 'VPPixel';
    color: #c22323;
    font-size: 1.em;
}

.subcarrousel > .calendar > .calendarcontent > .cinfo > .subtitle {
    font-family: 'VPPixel';
    color: #c22323;
    font-size: 1.em;
}

.subcarrousel > .calendar > .calendarcontent > .cinfo > .subtitle2 {
    font-family: 'VPPixel';
    color: #b1b1b1;
    font-size: 1.em;
}

.subcarrousel > .calendar > .calendarcontent > .cinfo > .subtitle2 {
    font-family: 'VPPixel';
    color: #b1b1b1;
    font-size: 1.em;
}

.doticon {
    margin-bottom: 0.2vh;
    font-size: 0.7em;
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    border-radius: 50%;
    animation: directo 2.2s infinite;
}

.subcarrousel > .calendar > .calendarcontent > .crival {
    display: flex;
    height: 100%;
    width: 28%;
    align-items: center;
    justify-content: center;
}

.subcarrousel > .calendar > .calendarcontent > .crival > img {
    width: auto;
    height: 40%;
}

.subcarrousel > .kpilogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
}

.subcarrousel > .kpilogo > .kpilogoimg {
    height: 3.5vh;
}

.teams {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15vh;
    width: 100%;
    height: 12vh;
    background-color: #000000;
}

.team_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vh;
    height: 10vh;
}

.team_logo > .team_logo_img {
    width: 80%;
}

#team_logo_img_valorant {
    filter: none;
    cursor: pointer;
}

#team_logo_img_lol {
    filter: none;
    cursor: pointer;
}

#team_logo_img_fifa {
    filter: none;
    cursor: pointer;
}

#team_logo_img_valorant:hover {
    filter: invert(56%) sepia(83%) saturate(1097%) hue-rotate(324deg) brightness(110%) contrast(119%);
}

#team_logo_img_lol:hover {
    filter: invert(36%) sepia(120%) saturate(300%) hue-rotate(15deg) brightness(105%) contrast(130%);
    /* filter: invert(36%) sepia(92%) saturate(552%) hue-rotate(15deg) brightness(105%) contrast(110%); */
}

#team_logo_img_fifa:hover {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(590%) contrast(110%);
}

.lastnews {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33vh;
    gap: 2vh;
    background-color: #ffffff;
}

.lnheader {
    display: flex;
    justify-content: left;
    align-items: center;
    /* background-color: #232ab3; */
    width: 95%;
    height: 20%;
}

.lncontent {
    display: flex;
    width: 95%;
    gap: 0.6vh;
    height: 60%;
}

.newcontent {
    display: flex;
    flex-direction: column;
    width: 38vh;
    height: 100%;
}

@media screen and (max-width: 1500px){        
    .newfour{
       display: none;
    }
}

@media screen and (max-width: 1250px){        
    .newthree{
       display: none;
    }
}

.newmore {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #0d0c0c;
    width: 20vh;
    height: 28vh;

    margin-top: 0.5vh;
    border-radius: 1.5vh;
    transition: transform 0.3s ease;
}

.newmore:hover {
   transform: scale(1.01);
}

.moretitle {
    font-family: 'VPPixel';
    color: #fdfdfd;
    font-size: 1.6em;
}

.moresubtitle {
    font-family: 'VPPixel';
    color: #fdfdfd;
    font-size: 1.3em;
}

.morearrowbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 50%;
}

.morearrowbox > img {
    width: 60%;
}

.newimage {
    width: 100%;
    background-color: #cfcfcf;
    height: 72%;
}



.newfooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #0d0c0c;
    height: 28%;
}

.newfootertag {
    display: flex;
    align-items: center;
    width: 90%;
    height: 40%;
}

.newfootertag > img {
   height: 2vh;
}

.newfootercontent {
    font-family: 'ProtraktGX-Bold';
    font-size: 0.8em;
    font-weight: bolder;
    letter-spacing: -0.05em;
    line-height: 1.1em;
    color: #fdfdfd;
    width: 90%;
    height: 60%;
}

.lnheadertitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vh;
}

.lnheader > .lnheadertitle > img {
    width: auto;
    height: 2.5vh;
}

.lnheader > .lnheadertitle > span {
    font-family: 'ProtraktGX-Bold';
    color: #f2f2f2;
    font-size: 1.5em;
}

.lastvideos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vh;
    width: 100%;
    height: 85vh;
    background-color: #ffffff;
}

.lastvideoscontent {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 90%;
}

.lastvideostitle {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10%;
    gap: 3vh;
    padding-bottom: 3vh;
}

.lastvideostitle > img {
    width: auto;
    height: 3.5vh;
}

.lastvideostitle > h1 {
    font-family: 'ProtraktGX-Bold';
    color: #e0e0e0;
    font-size: 1.8em;
}

.lastvideolist {
    display: flex;
    flex-wrap: wrap;
    gap: 1vh;
    
    width: 100%;
    height: 80%;
    /* background-color: #232ab3; */
}

@media screen and (max-width: 1700px){        
    #videocontent6{
       display: none;
    }
    #videocontent5{
        display: none;
    }
}

@media screen and (max-width: 1250px){        
    #videocontent4{
       display: none;
    }
    #videocontent3{
        display: none;
    }
}

.videocontent {
    display: flex;
    flex-direction: column;
    width: 36vh;
    height: 32vh;
    transition: opacity 0.3s, transform 0.3s linear;
    cursor: pointer;
}

.videocontent:hover {
    opacity: 0.7;
    transform: scale(0.95);
}

.videoimage {
    display: flex;
    width: 100%;
    height: 70%;
    border-radius: 1.5vh;
    background-color: #151d34;
}

.videoimage > img {
    height: 100%;
    width: 100%;
    border-radius: 1.5vh;
}

.videofooter {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 18%;
    gap: 0.1vh;
    margin-top: 1vh;
}

.videofooter > .videoinfo {
    display: flex;
    align-items: center;
    font-family: 'Roboto-Medium';
    text-decoration: underline;
    color: #a0a0a0;
    width: 100%;
    height: 30%;
    text-transform: uppercase;
    font-size: 0.75em;
    margin-top: 1.0vh;
}

.videofooter > .videotitle {
    display: flex;
    font-family: 'ProtraktGX-Bold';
    font-size: 0.8em;
    font-weight: bolder;
    letter-spacing: -0.05em;
    line-height: 1.1em;
    color: #000000;
    width: 100%;
    height: 70%;
}

.ourwaycontent {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 90%;
}

.ourwaycontenttitle {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10%;
    gap: 3vh;
    padding-bottom: 3vh;
}

.ourwaycontentbody {
    display: flex;
    visibility: hidden;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90% 100%;
    width: 95%;
    height: 60vh;
    opacity: 0;
    cursor: pointer;
    border-radius: 1.0vh;
    transition: visibility 0s, opacity 0.3s linear;
}

.opaco {
    opacity: 1;
    visibility: visible;
}

.ourwaycontentbody:hover {
    transform: scale(0.98);
    opacity: 0.9;
}


.ourwaycontentbody > img {
    display: flex;
    align-items: center;
    background-color: #e9c5c5;
    width: 100%;
    height: 100%;
    border-radius: 1.0vh;
}

.ourwaycontenttitle > img {
    width: auto;
    height: 3.5vh;
}

.ourwaycontenttitle > h1 {
    font-family: 'ProtraktGX-Bold';
    color: #e0e0e0;
    font-size: 1.8em;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 29vh;
    background-color: rgb(0, 0, 0);
    user-select: none;
}

.footer > .footer_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vh;
    height: 19%;

}

.footer > .footer_links {
    display: flex;
    font-family: 'ProtraktGX-One';
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 12%;
    gap: 3vw;
}

.footer-item {
    color: #f2f2f2;
    font-size: 0.8em;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.footer-item:hover {
    color: #232ab3;
}

.footer > .footer_socials {
    display: flex;
    font-family: 'ProtraktGX-One';
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 12%;
    gap: 0.6vw;
}

.footer-social {
    color: #404040;
    font-size: 1.4em;
    cursor: pointer;
}

.footer-social:hover {
    color: #f40c44;
}

.teams-social {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #050505;
    width: 3.5vh;
    height: 3.5vh;
    color: #ffffff;
    font-size: 1.0em;
    cursor: pointer;
    border-radius: 1.0vh;
}

.teams-social:hover {
    color: rgb(54, 54, 54);
}

.footer > .footer_copy {
    display: flex;
    font-family: 'ProtraktGX-One';
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 12%;
    font-size: 0.6em;
    color: #404040;
    font-weight: bold;
}

.aym_twitter {
    color: #404040;
}

.aym_twitter:hover {
    color: #232ab3;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(5px);
}

.modal-content {
    display: flex;
    flex-direction: column;
    margin: 5% auto;

    width: 80%;
    height: 80%;
}

.modal-header {
    display: flex;
    background-color: rgb(255, 255, 255);
    border-radius: 1.25vh 1.25vh 0vh 0vh;
    width: 100%;
    height: 10%;
}

.modal-title {
    display: flex;
    font-family: 'ProtraktGX-One';
    font-size: 3em;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 95%;
    height: 100%;
}

.modal-text {
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    color: #000000;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90%;
    padding: 2vh;
    border-radius: 0vh 0vh 1.25vh 1.25vh;
    background-color: #ffffff;
}

.modal-text > .modal-form {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-text > .modal-form > form {
    display: flex;

    flex-direction: column;
    width: 65%;
    height: 100%;
}

.form_label {
    font-size: 0.95em;
}

.form_checkbox {
    appearance: none;
    background-color: #fff;
    font-size: 0.95em;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 0.9em;
    height: 0.9em;
    border: 0.15em solid rgba(0, 0, 0, 0.5);
    border-radius: 0.25em;
}

.form_checkbox:checked {
    appearance: none;
    background-color: #2b2b2b;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 0.9em;
    height: 0.9em;
    border: 0.15em solid rgba(0, 0, 0, 0.5);
    border-radius: 0.25em;
}

.form_shake {
    animation: shake 0.2s;
}

.form_input {
    border-radius: 0.8vh;
    font-family: 'Roboto-Medium';
    width: 100%;
    height: 5%;
    font-size: 0.9em;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.form_terms {
    margin-top: 1vh;
    font-family: 'Roboto';
    font-size: 0.7em;
}

.form_text {
    width: 100%;
    font-family: 'Roboto-Medium';
    border-radius: 0.8vh;
    font-size: 0.75em;
}

.form_submit {
    margin-top: 2vh;
    font-family: 'ProtraktGX-Bold';
    border-radius: 0.8vh;
    width: 22%;
    height: 5%;
    font-size: 0.9em;
}

.form_submit:hover {
    background-color: #000000;
    color: white;
}
  
.close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    height: 100%;
    opacity: 1.0;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
/* END Modal */

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes scroll {
    0% {
        transform: translateX(120%);
        opacity: 0.0;
    }
    100% {
        transform: translatex(0);
        opacity: 1.0;
    }
}

@keyframes opac {
    0% {opacity: 0.0;}
    100% {opacity: 1.0;}
}


@keyframes directo {
    0% {
        transform: scale(0.97);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    50% {
        transform: scale(1.0);
        box-shadow: 0 0 0 6px rgba(255, 82, 82, 0);
    }
    100% {
        transform: scale(0.97);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

/* Valorant Team Page */
.banner-val {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 39vh;
    background-image: url("../media/Banner\ Valorant.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    margin-top: 7vh;
    animation: opac 0.7s ease-in;
    animation-fill-mode: forwards;
    z-index: -15;
}

.banner-val > .banner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 45vh;
}

.banner-val > .banner-logo > img {
    opacity: 0;
    animation: opac 1s ease-in;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.banner-val > .mid > .title {
    color: #ffffff;
    font-family: 'ProtraktGX-One';
    font-size: 1.9em;
    white-space: nowrap;
    margin-left: 2vw;
    height: 2.7vh;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.63);
}

.banner-val > .mid > .subtitle {
    color: #ffffff;
    font-family: 'NeuroX-Bold';
    font-size: 18em;
    letter-spacing: 0.3vh;
    white-space: nowrap;
    font-style: oblique;
    width: 27%;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.63);
}


/* Lol Team Page */
.banner-lol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 39vh;
    background-color: #000000;
    background-image: url("../media/banner\ League.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    margin-top: 7vh;
    animation: opac 0.7s ease-in;
    animation-fill-mode: forwards;
    z-index: -15;
}

.banner-lol > .banner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 45vh;
}

.banner-lol > .banner-logo > img {
    opacity: 0;
    animation: opac 1s ease-in;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.players-lol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vh 5vh;
    width: 100%;
    height: fit-content;
    gap: 2vh;
    background-color: white;
}

.players-lol-body {
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    gap: 2vh;
}

.players-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #e41e1e; */
}

.players-header > h1 {
    font-family: 'ProtraktGX-One';
    font-weight: 100;
    font-size: 1.2em;
    font-weight: bolder;
}

.separator-line {
    display: flex;
    width: 1.8vh;
    height: 0.3vh;
    background-color: #000000;
}

.players-body {
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    width: 100%;
    height: fit-content;
}

.player-card {
    display: flex;
    flex-direction: column;
    width: 22vh;
    height: 46vh;
}

.player-card-avatar {
    display: flex;
    width: 100%;
    height: 79%;
}

.player-card-avatar > img {
    width: 100%;
    height: 100%;
}

.player-card-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 21%;
    gap: 0.1vh;
}

.player-card-separator {
    width: 100%;
    height: 0.3vh;
    background-color: #000000;
}

.player-card-nickname {
    font-family: 'ProtraktGX-Bold';
    text-transform: uppercase;
    width: 100%;
    height: 2.2vh;
    font-size: 1.0em;
}

.player-card-name {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    width: 100%;
    height: 2vh;
}

.player-card-socials {
    display: flex;
    gap: 0.6vh;
    margin-top: 0.5vh;
    font-size: 1.0em;
    width: 100%;
    height: 2vh;
    color: #919191;
}

.partners {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 12vh;
    background-color: #000000;
}

.partners-brands {
    display: flex;
    height: 90%;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 2vh;
}

.partners-brands > img {
    height: 3vh;
}

.partners-separator {
    width: 80%;
    height: 0.1vh;
    background-color: #303030;
    bottom: 0;
}

/* News List */

.news-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14vh;
    width: 100%;
    height: 90vh;
}

.news-list > .news-title {
    display: flex;
    width: 92%;
    justify-content: center;
    align-items: center;
    height: 5vh;
    background-color: #f7f7f7;
    border-radius: 1vh;
    font-family: 'ProtraktGX-Bold';
    text-transform: uppercase;
    font-size: 0.8em;
}

.news-list > .news-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.3%;
    margin-top: 6vh;
    width: 92%;
    height: 80%;

    overflow-x: auto;
}

.news-list > .news-container::-webkit-scrollbar-track {

    padding: 2px 0;
    background-color: transparent;
}

.news-list > .news-container::-webkit-scrollbar {
    width: 10px;
}

.news-list > .news-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #f7f7f7;
  }

.news-card {
    display: flex;
    margin-top: 0.5vh;
    flex-direction: column;
    width: 41vh;
    height: 28vh;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1.5vh;
    transition: transform 0.3s ease;
}

.news-card:hover {
   transform: scale(1.01);
}

.news-card > .news-image {
    width: 100%;
    height: 78%;
    background-color: #000000;
    background-position: center;
    background-size: fixed;
    border-radius: 1.5vh 1.5vh 0 0;
}

.news-card > .news-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 22%;
    background-color: #121212;
    color: #fdfdfd;
    border-radius: 0 0 1.5vh 1.5vh;
}

.news-card > .news-info > .news-date {
    display: flex;
    width: 96%;
    font-family: 'ProtraktGX-One';
    font-size: 0.5em;
}

.news-card > .news-info > .news-title {
    display: flex;
    width: 96%;
    font-family: 'ProtraktGX-Bold';
    font-size: 0.75em;
}

.news-list > .news-pages {
    display: flex;
    width: 92%;
    justify-content: center;
    align-items: center;
    height: 5vh;
    gap: 1vh;
}

.news-list > .news-pages > .news-paginator {
    display: flex;
}

.news-list > .news-pages > .news-paginator-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ProtraktGX-One';
    width: 2.8vh;
    height: 2.8vh;
    background-color: #ffffff;
    border: #9b9b9b solid 0.1vh;
    border-radius: 0.5vh;
    font-size: 0.8em;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: #000000;
}

.news-list > .news-pages > .news-paginator-button-active {
    border: #000000 solid 0.1vh;
}

.news-list > .news-pages > .news-paginator-button:link {
    color: #000000;
    text-decoration: none;
}

.news-list > .news-pages > .news-paginator-button:hover {
    color: #000000;
    text-decoration: none;
}

.news-list > .news-pages > .pages-arrow  {
    font-size: 1.1em;
}

.news-error {
    font-family: 'ProtraktGX-One';
    font-size: 1.2em;
}

/* News List */

.news-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14vh;
    height: fit-content;
    min-height: 80vh;
}

.news-view > .new-banner {
    display: flex;
    max-width: 80%;
    min-width: 50%;
    height: 28vh;
    border-radius: 1vh;
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 101%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.news-view > .new-body {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    min-width: 50%;
    height: fit-content;
    padding: 3vh 20%;
    gap: 3.5vh;
}

.news-view > .new-body > .new-title {
    font-family: 'ProtraktGX-Bold';
    font-size: 1.2em;
}

.news-view > .new-body > .new-date {
    font-family: 'Roboto-Light';
    font-size: 0.95em;
    text-decoration: underline;
}

.news-view > .new-body > .new-text {
    font-family: 'Roboto-Medium';
    font-size: 0.95em;
    white-space: pre-wrap;
}

.news-view > .new-body > .new-back-btn {
    display: flex;
    color: #818181;
    background-color: #000000;
    font-family: 'Roboto-Medium';
    font-size: 0.95em;
    width: fit-content;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 1.0vh;
    width: 3.5vh;
    height: 3.5vh;
}

.news-view > .new-body > .new-back-btn:hover {
    color: #ffffff;
}

.news-view > .new-body > .new-back-btn:link {
    text-decoration: none;
}

/* Makers Page */
.banner-makers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 7vh;
    height: 49vh;
}

.banner-makers > img {
    width: auto;
    height: 80%;
}

.wearemakers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #2b13b4; */
    width: 100%;
    height: fit-content;
}

.title_makers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vh;
    width: 100%;
    height: 45vh;
}

.title_makers > img {
    width: auto;
    height: 15vh;
}

.title_makers > .text_makers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #080808;
    height: 20vh;
    width: 70vw;
    font-family: 'Roboto-Medium';
    font-size: 1.7vh;
    white-space: pre-wrap;
}

.video_makers {
    display: flex;
    justify-content: center;
    text-align: center;

    height: 40vh;
    width: 100%;
}

.video_makers > .videoplayer_makers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
    position: relative;
    height: 33vh;
    width: 60vh;
    border-radius: 1.5vh;
}

.video_makers > .videoplayer_makers > video {
   width: 99.5%;
   height: 99.5%;
   border-radius: 1.5vh;
   object-fit: cover;
   z-index: 0;
   position: absolute;
}

.video_makers > .videoplayer_makers > .poster {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #eeeeee;
    border-radius: 1.5vh;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.video_makers > .videoplayer_makers > .poster > img {
    cursor: pointer;
    width: 10vh;
    height: 10vh;
}

.video_makers > .videoplayer_makers > .poster > img:hover {
    opacity: 0.7;
}

.makers-team-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 100%;
}

.makers-team-title > img {
    height: 2.2vh;
    width: auto;
}

.makers-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10vh;
    height: fit-content;
    width: 100%;
}

.maker-container {
    display: flex;
    position: relative;
    background-color: #ffffff;
    width: 70%;
    height: fit-content;
    border-top: 0.1vh solid #0000002a;
}

.maker-container:last-child {
    border-bottom: 0.1vh solid #0000002a;
}

.maker-avatar {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 14vh;
    width: 14vh;
    /* background-color: #303030; */
}

.maker-avatar > .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 90%;
    position: relative;
    border-spacing: 3px;
    border-radius: 50%;
}


.maker-avatar > .avatar-online {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 90%;
    position: relative;
    border: 0.4vh solid #866daa;
    border-spacing: 3px;
    border-radius: 50%;
}

.maker-avatar > .avatar-online > img {
    height: 98%;
    width: 97%;
    object-fit: cover;
    border-radius: 50%;
}

.maker-avatar > .maker-online {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5vh;
    width: 4.7vh;
    gap: 0.5vh;
    background-color: #f5f5f5;
    position: absolute;
    border-radius: 0.8vh;
    bottom: 1.5vh;
    left: 0.0vh;
    font-family: 'ProtraktGX-Bold';
    font-size: 1.0vh;
    z-index: 1;
}

.maker-avatar > .maker-online > .icon_online {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: fit-content;
    font-family: 'ProtraktGX-Bold';
    font-size: 0.6vh;
    color: red;
}

.maker-avatar > .avatar > img {
    height: 98%;
    width: 97%;
    object-fit: cover;
    border-radius: 50%;
}

.maker-info {
    display: flex;
    flex-direction: column;
    height: 14vh;
    margin-left: 3vh;
    width: 70%;
    transition: height, 0.6s linear;
}

.maker-info > .maker-info-nickname {
    display: flex;
    margin-top: 2vh;
    align-items: center;
    width: fit-content;
    height: 3.5vh;
    font-family: 'ProtraktGX-Bold';
    font-size: 1.5em;
    text-transform: uppercase;
}

.maker-info > .maker-info-name {
    display: flex;
    color: #c0c0c0;
    align-items: center;
    width: fit-content;
    height: 12px;
    font-family: 'Roboto-Light';
    font-size: 0.7em;
    text-transform: uppercase;
}

.maker-info > .maker-info-tags {
    display: flex;
    position: absolute;
    align-items: center;
    width: fit-content;
    gap: 0.8vh;
    height: 2.2vh;
    font-family: 'Roboto-Light';
    font-size: 0.7em;
    text-transform: uppercase;
    font-style: italic;
    bottom: 2.5vh;
}

.maker-info-more {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 14vh;
    margin-left: 3vh;
    width: 8%;
    right: 0;
    font-size: 3.7em;
}

.maker-info-more > .angle {
    width: fit-content;
    height: fit-content;
    transition: transform, 0.6s linear;
    /* transform: rotate(0deg); */
}

.maker-info-more > .angle:hover {
    /* transform: rotate(90deg); */
    color: #818181;
}

.animScrollMakers {
    height: 35vh;
    transition: height, 0.6s linear;
}

.animRotateAngle {
    transform: rotate(90deg);
    transition: transform, 0.6s linear;
}

.maker-info-extra {
    display: flex;
    flex-direction: column;
    opacity: 0;
    width: 100%; /*fit-content*/
    height: 21.5vh;
}

.maker-info-extra-show {
    opacity: 1.0;
    transition: opacity, 0.6s linear;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials {
    display: flex;
    align-items: center;
    width: 100%; /*fit-content*/
    height: 5.0vh;
    gap: 1vh;
    background-color: #ffffff;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-social-maker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.0vh; /*fit-content*/
    height: 3.0vh;
    color: #c0c0c0;
    background-color: #000000;
    border-radius: 0.8vh;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-social-maker:hover {
    color: rgb(134, 16, 212);
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-twitch-maker {
    display: flex;
    width: 10.0vh; /*fit-content*/
    height: 3.0vh;
    color: #c0c0c0;
    border-radius: 0.8vh;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-twitch-maker > .twitch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%; /*fit-content*/
    height: 100%;
    font-size: 0.9em;
    color: #646464;
    background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 100%);
    border-radius: 0.8vh 0 0 0.8vh;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-twitch-maker > .twitch-icon-online {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%; /*fit-content*/
    height: 100%;
    font-size: 0.9em;
    color: #fcfcfc;
    background: linear-gradient(90deg, #844b96 0%, #6e2b83 100%);
    border-radius: 0.8vh 0 0 0.8vh;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-twitch-maker > .twitch-tag {
    display: flex;
    font-family: 'ProtraktGX-Bold';
    align-items: center;
    justify-content: center;
    width: 70%; /*fit-content*/
    height: 100%;
    font-size: 0.7em;
    color: #646464;
    background-color: #f5f5f5;
    border-radius: 0 0.8vh 0.8vh 0;
}

.maker-info > .maker-info-extra > .maker-info-extra-socials > .btn-twitch-maker > .twitch-tag-online {
    display: flex;
    font-family: 'ProtraktGX-Bold';
    align-items: center;
    justify-content: center;
    width: 70%; /*fit-content*/
    height: 100%;
    font-size: 0.7em;
    color: #444444;
    background-color: #f5f5f5;
    border-radius: 0 0.8vh 0.8vh 0;
}

.maker-info > .maker-info-extra > .maker-info-extra-bio {
    display: flex;
    align-items: center;
    font-family: 'Roboto-Light';
    color: #c0c0c0;
    width: 100%; /*fit-content*/
    height: 10.0vh;
    gap: 1vh;
    background-color: #ffffff;
}

.maker-info > .maker-info-extra > .maker-info-extra-birthdate {
    display: flex;
    align-items: center;
    font-family: 'Roboto-Light';
    color: #c0c0c0;
    width: 100%; /*fit-content*/
    height: 3.0vh;
    gap: 1vh;
}

.maker-info > .maker-info-extra > .maker-info-extra-birthdate > .tarta {
    color: #000000;
}

.maker-info > .maker-info-extra > .maker-info-extra-location {
    display: flex;
    align-items: center;
    font-family: 'Roboto-Light';
    color: #c0c0c0;
    width: 100%; /*fit-content*/
    height: 3.0vh;
    gap: 1vh;
}

.maker-info > .maker-info-extra > .maker-info-extra-location > .flag {
    color: #000000;
}

.maker-info > .maker-info-extra > .maker-info-extra-location > img {
    height: 50%;
    width: auto;
}

/* FIFA Team Page */
.banner-fifa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 39vh;
    background-color: #000000;
    background-image: url("../media/Banner\ Fifa.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    margin-top: 7vh;
    animation: opac 0.7s ease-in;
    animation-fill-mode: forwards;
    z-index: -15;
}

.banner-fifa > .banner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 45vh;
}

.banner-fifa > .banner-logo > img {
    opacity: 0;
    animation: opac 1s ease-in;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

.pol-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14vh;
    height: fit-content;
    min-height: 80vh;
    width: 100%;
}

.pol-view > .pol-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    padding: 0 1vh;
    font-family: 'ProtraktGX-Bold';
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 2.95em;
}

.pol-view > .pol-banner > .icon_policy {
    font-size: 0.8em;
    margin-right: 2vh;
}

.pol-view > .pol-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding: 3vh 0;
    font-family: 'Roboto-Medium';
    font-size: 1.1em;
    white-space: pre-wrap;
}

.pol-view > .pol-body > .pol-text > p {
   width: fit-content;
   height: fit-content;
}

.pol-view > .pol-body > .pol-text {
    width: 70vh;
    display: flex;
    flex-direction: column;
    gap: 0;
    white-space: pre-wrap;
}

.banner-club {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35vh;
    margin-top: 7vh;
    background-color: #ffffff;
}

.banner-club > img {
    width: auto;
    height: 6vh;
}

.banner2-club {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 35vh;
    gap: 5vh;
    background-color: #ffffff;
}

.banner2-club > img {
    width: auto;
    height: 6vh;
}

.banner2-club > p {
    width: auto;
    height: auto;
    font-family: 'Roboto-Medium';
    font-size: 1.2em;
    white-space: pre-wrap;
}

.banner3-club {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../media/Banner3Club.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: fixed;
    background-size: cover;
    width: 100%;
    height: 42vh;
    gap: 5vh;
    background-color: #050505;
}

.ourvalors {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    height: 100%;
}

.ourvalors > img {
    width: 50vh;
    height: auto;
}

.ourvalors > p {
    margin-top: 4.5vh;
    font-family: 'Roboto-Medium';
    font-size: 1.05em;
    white-space: pre-wrap;
    color: #ffffff;
}

.banner4-club {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 58vh;
    background: linear-gradient(
        to bottom,
        black 0%,
        black 65%,
        white 65%,
        white 100%
    );
    gap: 7vh;
}

.banner4-club > img {
    width: 50vh;
    height: auto;
}

.banner4-club > .cards-club {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 65%;
    gap: 2%;
}

.banner4-club > .cards-club > .card-club {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 49%;
    height: 100%;
    background-color: #ffffff;
    border: 0.1em solid rgba(0, 0, 0, 0.4);
    border-radius: 1.2vh;
}

.banner4-club > .cards-club > .card-club > h2 {
    font-family: 'ProtraktGX-One';
    font-size: 1.15em;
    padding: 2vh 0vh 1vh 0vh;
}

.banner4-club > .cards-club > .card-club > .separator {
    height: 0.1vh;
    width: 85%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner4-club > .cards-club > .card-club > .firstbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15%;
    width: 80%;
    height: 42%;
}

.banner4-club > .cards-club > .card-club > .firstbox > img {
    max-width: fit-content;
    max-height: fit-content;
    min-width: 1vh;
    min-height: 1vh;
}

.banner4-club > .cards-club > .card-club > .secondbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15%;
    width: 80%;
    height: 40%;
}

.banner4-club > .cards-club > .card-club > .secondbox > img {
    max-width: fit-content;
    max-height: fit-content;
    min-width: 1vh;
    min-height: 1vh;
}

.link-photo {
    opacity: 1.0;
}

.link-photo:hover {
    opacity: 0.7;
    cursor: pointer;
}

.banner5-club {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    background-color: white;
    padding-bottom: 15vh;
}

.banner5-club > .social_text {
   margin-top: 5vh;
}

.banner5-club > .partners_text {
    margin-top: 8vh;
}

.banner5-club > .partner-box {
    margin-top: 5vh;
    display: flex;
    width: 80%;
    height: 30vh;
    border: 0.1em solid rgba(0, 0, 0, 0.4);
    border-radius: 1.2vh;
}

.banner5-club > .partner-box > .partner-box-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    height: 100%;
}

.banner5-club > .partner-box > .partner-box-logo > img {
    width: 55%;
    height: auto;
}

.banner5-club > .partner-box:last-child > .partner-box-logo > img {
    width: 60%;
    height: auto;
}

.banner5-club > .partner-box > .partner-box-body {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 68%;
    height: 100%;
}

.banner5-club > .partner-box > .partner-box-body > .partner-box-title {
    width: 16%;
}

.banner5-club > .partner-box:last-child > .partner-box-body > .partner-box-title {
    width: 32%;
}

.banner5-club > .partner-box > .partner-box-body > p {
    padding: 2vh 0vh;
    font-family: 'Roboto-Medium';
    font-size: 0.95em;
    white-space: pre-wrap;
}

.banner5-club > .partner-box > .partner-box-body > .socials-buttons {
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    height: 4vh;
    font-size: 0.95em;
    opacity: 1.0;
    gap: 1vh;
}

.banner5-club > .partner-box > .partner-box-body > .socials-buttons > .social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: white;
    width: 4vh;
    height: 100%;
    border-radius: 1.1vh;
    font-size: 0.95em;
    opacity: 1.0;
    transition: opacity 0.4s, transform 0.4s ease;
}

.banner5-club > .partner-box > .partner-box-body > .socials-buttons >  .social-button:hover {
    opacity: 0.5;
    transform: scale(0.95);
    cursor: pointer;
}

.banner5-club > .partner-box:last-child {
    margin-top: 3vh;
}

.banner5-club > .our_partners {
    width: 40%;
    text-align: center;
    height: fit-content;
    margin-top: 1.0vh;
    font-family: 'Roboto-Medium';
    font-size: 1.05em;
    white-space: pre-wrap;
}

.banner5-club > .social-club {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    width: 100%;
    height: 18vh;
    gap: 5vh;
}

.banner5-club > .social-club > .social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12vh;
    height: 12vh;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 1.2vh;
    font-size: 3.0em;
    background-color: #fefefe;
    color: #202020;
    opacity: 1.0;
    transition: opacity 0.4s, transform 0.4s ease;
}

.banner5-club > .social-club > .social-button:hover {
    opacity: 0.5;
    transform: scale(0.95);
    cursor: pointer;
}

.banner5-club > .title_interest {
    margin-top: 13vh;
    width: 50%;
    padding: 1vh;
}

.banner5-club > .form_button {
    margin-top: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vh 3vh;
    background-color: #050505;
    font-family: 'ProtraktGX-One';
    font-size: 1.15em;
    color: white;
    width: fit-content;
    height: fit-content;
    border-radius: 0.6vh;
    opacity: 1.0;
    transition: opacity 0.4s, transform 0.4s ease;
}

.banner5-club > .form_button:hover {
    opacity: 0.5;
    transform: scale(0.95);
    cursor: pointer;
}

.responseOk {
    margin-top: 10vh;
    font-family: 'ProtraktGX-One';
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 1.2vh;
    padding: 1vh 3vh;
    height: 8em;
    gap: 2vh;
}

.responseOk > .icon_ok {
    font-size: 1.6em;
}

.banner-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45vh;
    background-color: rgb(0, 0, 0);
    z-index: -15;
}

.banner-video > video {
    position: absolute;
    top: 24vh;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
}

.dl-body {
    align-items: center;
    flex-direction: column;
    margin-top: 7vh;
    display: flex;
    width: 100%;
    height: 90vh;
    background-color: white;
}

.dl-body > .presskitdl {
    margin-top: 10vh;
    display: flex;
    height: auto;
    flex-direction: column;
    width: 70%;
    height: fit-content;
    align-items: center;
    gap: 7vh;
}

.download_btn {
    display: flex;
    width: fit-content;
    height: 4.0vh;
    text-decoration: none;
    opacity: 1.0;
    transition: opacity 0.4s, transform 0.4s ease;
}

.download_btn:hover {
    opacity: 0.5;
    transform: scale(0.96);
    cursor: pointer;
}

.download_btn > .btn_icon {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.7vh;
    height: 100%;
    border-radius: 1vh 0 0 1vh;
    background-color: #000000;
    font-size: 1.4em;
}

.download_btn > .btn_label {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 100%;
    border-radius: 0 1vh 1vh 0;
    background-color: #202020;
    font-size: 0.8em;
    padding: 0vh 2vh;
    font-family: 'ProtraktGX-One';
}

.dl-body > .presskitdl > .presstitle {
    width: 50%;
    height: auto;
}

.dl-body > .logosdl {
    margin-top: 8vh;
    display: flex;
    height: auto;
    width: 70%;
    height: 40vh;
    justify-content: space-around;
    gap: 7vh;
}

.dl-body > .logosdl > .logodlcard {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 35vh;
    align-items: center;
}

.dl-body > .logosdl > .logodlcard > .logodlimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
    width: 100%;
}

.dl-body > .logosdl > .logodlcard > .logodlimg > img {
    top:0
}

.dl-body > .logosdl > .logodlcard > .logodlbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .lastnews {
        flex-direction: column; /* The width is 100%, when the viewport is 800px or smaller */
        height: fit-content;
    }
    .newmore {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background-color: #0d0c0c;
        width: 41vh;
        height: 28vh;
        
        margin-bottom: 1.5vh;
        border-radius: 1.5vh;
        transition: transform 0.3s ease;
    }
    
    .carrousel > .mid > .title {
        color: #ffffff;
        font-family: 'ProtraktGX-One';
        font-size: 1.9em;
        white-space: nowrap;
        margin-left: 2vw;
        height: 2.7vh;
        letter-spacing: 1vh;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.63);
    }
    
    .carrousel > .mid > .subtitle {
        color: #ffffff;
        font-family: 'NeuroX-Bold';
        font-size: 16em;
        letter-spacing: 0.4vh;
        font-weight: 100;
        white-space: nowrap;
        font-style: oblique;
        transform: scale(1.2, 1);
        width: 65%;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.63);
    }

    .arrowright {
        opacity: 0;
    }

    .news-card > .news-info > .news-date {
        display: flex;
        width: 96%;
        font-family: 'ProtraktGX-One';
        font-size: 0.75em;
    }
    
    .news-card > .news-info > .news-title {
        display: flex;
        width: 96%;
        font-family: 'ProtraktGX-Bold';
        font-size: 1.0em;
    }

    .news-card > .news-image {
        width: 100%;
        height: 78%;
        background-color: #000000;
        background-position: center;
        background-size: cover;
        border-radius: 1.5vh 1.5vh 0 0;
    }

    .moretitle {
        font-family: 'VPPixel';
        color: #fdfdfd;
        font-size: 1.9em;
    }
    
    .moresubtitle {
        font-family: 'VPPixel';
        color: #fdfdfd;
        font-size: 1.6em;
    }

    .lastvideos {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5vh;
        width: 100%;
        height: fit-content;
        padding: 3vh 0vh;
        background-color: #ffffff;
    }

    .ourwaycontent {
        display: flex;
        flex-direction: column;
        width: 60%;
        height: 90%;
    }
    
    .ourwaycontenttitle {
        display: flex;
        align-items: center;
        width: 100%;
        height: 10%;
        gap: 3vh;
        padding-bottom: 3vh;
    }
    
    .ourwaycontentbody {
        display: flex;
        align-items: center;
        background-image: url("../media/BOX.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: fixed;
        width: 95%;
        height: 60vh;
        filter: blur(2px);
        cursor: pointer;
        border-radius: 1.5vh;
    }
    
    .ourwaycontentbody > img {
        display: flex;
        align-items: center;
        background-color: #e9c5c5;
        width: auto;
        height: 100%;
        gap: 3vh;
    }
    
    .ourwaycontenttitle > img {
        width: auto;
        height: 3.5vh;
    }
    
    .ourwaycontenttitle > h1 {
        font-family: 'ProtraktGX-Bold';
        color: #e0e0e0;
        font-size: 1.8em;
    }

    .player-card {
        display: flex;
        flex-direction: column;
        width: 43vh;
        height: 79vh;
    }

    .player-card-nickname {
        font-family: 'ProtraktGX-Bold';
        text-transform: uppercase;
        font-size: 1.8em;
        width: 100%;
        height: 3.2vh;
    }
    
    .player-card-name {
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: 1.5em;
        width: 100%;
        height: 3vh;
    }
    
    .player-card-socials {
        display: flex;
        gap: 1vh;
        margin-top: 0.5vh;
        font-size: 1.5em;
        width: 100%;
        height: 3vh;
        color: #919191;
    }

    .players-header > h1 {
        font-family: 'ProtraktGX-One';
        font-weight: 100;
        font-size: 1.6em;
        font-weight: bolder;
    }

    .title_makers {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: center;
        gap: 6vh;
        width: 100%;
        height: 45vh;
    }
    
    .title_makers > img {
        width: auto;
        height: 12vh;
    }
    
    .title_makers > .text_makers {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #080808;
        height: 20vh;
        width: 90vw;
        font-family: 'Roboto-Medium';
        font-size: 1.7vh;
        white-space: pre-wrap;
    }
}