
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600;800&display=swap');

body{
    margin: 0%;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

#navbarDropdownMenuLink img{
    width: 1vw;
    vertical-align: auto;
}
#bgdark{
    background-color: #000000;
    opacity: 100%;
    color: #ffffff;
    padding-left: 0px;
    padding-right: 25px;
}
#ddnav{
    justify-content: right;
    flex-grow: 1;
}
.navbar-nav{
    justify-content: center;
    flex-grow: 200;
    padding: 10px;
}
#navbarNavDropdown li{
    font-size: 17px;
    font-weight: 600;
    padding: 0 15px 0px 15px;
}
.navbar-brand{
    font-size: 17px;
    font-weight: 600;
}
#navitem{
    color: #ffffff;
}
#navitem:hover{
    opacity: 80%;
}

@media only screen and (max-width: 991px){
    .navbar-dark .navbar-nav .nav-link{
        font-size:12px;
    }
    #navbarNavDropdown li {
        padding: 0 0px 0px 0px;
    }
}

@media only screen and (max-width: 991px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1rem;
    }
}




.section1{
    background-image: url('../../images/section-1-bg.png');
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 45vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-1-h1{
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 800;
    padding-bottom: 2vw;


}



@media only screen and (max-width: 481px){
    .sec-1-h1{
        font-size: 5.5vw;
    }
    .sec-1-button{
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

}




.sec-1-button{
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: center;
    background-color: #060C1B;
    border: solid 1px #CE132D;
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    /*font-size: 1.5vw;*/
}

@media only screen and (max-width: 581px){
    .sec-1-button{
        padding-left: 7vw;
        padding-right: 7vw;
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        font-size: 2.5vw;
    }

}




.sec-1-div1{
    text-align: center;
}

.section2{
    background-image: url('../../images/section-2-bg.png');
    background-color: black;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(6, 12, 27, 0.4);
    /* display: flex; */
    justify-content: center;


}
/* @media only screen and (min-width: 480px){
    .section2{
        height: 30vw;
    }
} */

@media only screen and (max-width: 693px){
    .section1{
        height: 150vw;
    }
}

label{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
}
.sec-2-button1{
    margin-bottom: 2.5vw;
    width: 46vw;
    margin-right: 0;
    margin-left: 0;
    border: none;
    background-color: #060C1B;
    color: #ffffff;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    font-weight: 600;
    font-size: 2vw;
}
.sec-2-button2{
    margin-bottom: 2.5vw;
    width: 46vw;
    margin-right: 0;
    margin-left: 0;
    border: none;
    background-color: #060C1B;
    color: #ffffff;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    font-weight: 600;
    font-size: 2vw;
}
input[name="gameType"]{
    cursor: pointer;
}
input[name="gameType"]:checked + label{
    background-color: #CE132D;
}
.sec-2-div{
    color: #ffffff;
    font-size: 2.3vw;
    text-align: center;
    justify-content: baseline;
    align-items: center;
    padding-top: 8vw;
    padding-bottom: 2vw;
    margin-left: 0.4vw;
    margin-right: 0.4vw;
}

@media only screen and (max-width: 480px){
    .sec-2-div{
        font-size: 3.3vw;
        padding-bottom: 3vw;
    }

}
@media only screen and (min-width: 480px){
    .sec-2-button1{
        margin-bottom: 1.8vw;
    }
    .sec-2-button2{
        margin-bottom: 1.8vw;
    }

}



.sec-2-button-div{
    display: flex;
    align-items: flex-end;
    justify-content: center;

}
.sec-2-button-div input{
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
}

.section3{
    background-image: url('../../images/section-3-bg.png');
    background-color: black;
    width: 100vw;
    height: 45vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(6, 12, 27, 0.4);

}
@media only screen and (max-width: 693px){
    .section3{
        height: 50vw;
    }
}
@media only screen and (max-width: 500px){
    .section3{
        height: 55vw;
    }
}




.sec-3-div{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: 4vw;
    margin-right: 4vw;
}


.div1sec3{
    margin: 0;
    background-color: #D3D1D1;
    color: #060C1B;
    font-weight: 600;
    font-size: 1.8vw;
    width: 100%;
    text-align: center;


}
.div2sec3{
    background-color: #ffffff;
    color: #060C1B;
    font-weight: 600;
    font-size: 1.8vw;
    margin: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 20px #C1C1C1;
    padding: 12px 0;
    border: none;
}
.div3sec3{
    color: #060C1B;
    font-weight: 600;
    font-size: 1.8vw;
    background-color: #D3D1D1;
    margin: 0;
    width: 100%;
    text-align: center;
}
.sec-3-div div{
    border: 1px solid #060C1B;
    border-radius: 2px;
    /* padding-top: 12.5px;
    padding-bottom: 12.5px; */
    margin-bottom: 2vw;
}
.sec3playernamediv{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
}
.player1name{
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding-right: 70vw;
    line-height: 1;
    gap: 5px;
}
.player2name{
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #CE132D;
    line-height: 1;
    gap: 5px;
}
.player1name h2{
    font-size: 12vw;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.2vw;
}
.player2name h2{
    font-size: 12vw;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.2vw;
}
.player1name h4{
    font-size: 2vw;
    font-weight: 600;
    line-height: 0;
}
.player2name h4{
    font-size: 2vw;
    font-weight: 600;
    line-height: 0;
}
.player1name h3{
    font-size: 2vw;
    font-weight: 600;
    line-height: 1;
    margin: 10% 0 25% 0;
}
.player2name h3{
    font-size: 2vw;
    font-weight: 600;
    line-height: 1;
    margin: 10% 0 20% 0;
}

.playerimg{
    display: flex;
    justify-content: center;
    transform: translateY(-15vw);
}
.player1img img{
    height: 42vw;
    margin-left: 5vw;
}
.player2img img{
    height: 42vw;
    margin-right: 2vw;
}
.circlediv img{
    transform: translate(0vw, 13vw);
    height: 10vw;
}

/* @media only screen and (max-width: 370px){
    .player1img img{
        height: 27vw;
        margin-left: 5vw;
    }
    .player2img img{
        height: 27vw;
        margin-right: 2vw;
    }
    .circlediv img{
        transform: translate(0vw, 12vw);
        height: 6vw;
    }
    .player1name{
        padding-right: 40vw;
    }
} */
.darkred{
    background-color: #EE0202;
    color: #ffffff;
}
.darkerred{
    background-color: #E20039;
    color: #ffffff;
}
.darkwhite{
    background-color: #E7E7E7;
}
.darkerwhite{
    background-color: #D6D6D6;
}
.table1{
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.6vw;
    border-radius: 5px;
    padding: 10px;
    transform: translateY(-1vw);
    width: 80vw;
}


@media only screen and (min-width: 480px){
    .table1{
        font-size: 1.2vw;
    }
}


.table1 td{
    padding: 1.5vw 5vw;
    border: none;
}
.section4{
    display: flex;
    justify-content: center;
    background-color: #060C1B;
    transform: translateX(0);
}

.table1 tr:last-child td:last-child {
    border-bottom-right-radius:6px;
}

.table1 tr:last-child td:first-child {
    border-bottom-left-radius:6px;
}

.table1 tr:first-child th:first-child,
.table1 tr:first-child td:first-child {
    border-top-left-radius:6px
}

.table1 tr:first-child th:last-child,
.table1 tr:first-child td:last-child {
    border-top-right-radius:6px
}


.section5{
    background-color: #060C1B;
    align-items: center;
}
.eventbreakdown{
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: center;
}
.eventbreakdown h1{
    color: #ffffff;
    font-size: 2vw;
    font-weight: 600;
    padding:4vw;
}
.table2 td{
    padding: 1vw 5.5vw;
    font-weight: 600;
    font-size: 1.2vw;
}
.table2{
    width: 80vw;
    border: none;
}
@media only screen and (max-width: 480px){
    .table2{
        width: 100vw;
        border: none;
    }
}

.table2div{
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}
.sponsored h1{
    color: #ffffff;
    font-size: 2.5vw;
    font-weight: 600;
    padding-top: 10vw;
    padding-bottom: 1vw;
}
.sponsored{
    align-items: center;
    text-align: center;
}
.sponsorimg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsorimg img{
    padding: 6vw 7.5vw;
    width: 33vw;
}
.sponsorimg img:nth-child(2){
    width:33vw;
    padding: 6vw 7.5vw
}

#footer{
    background-color: #1e1e1e;
}
#footer a{
    color: #ffffff;
    font-weight: 600;
}
#footerlogo{
    font-size: 20px;
    padding: 1vw;
}
.footernav{
    font-size: 16px;
}
.copyright{
    text-align: center;
    font-size: 9PX;
    font-weight: 600;
    background-color: #1A1F2B;
    color: #ffffff;
}

@media only screen and (min-width: 480px){
    .copyright{
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px){
    .sponsorimg{
        display: inline-grid;
    }
    .sponsorimg img{
        width: 70vw;
    }
    .sponsored h1{
        font-size: 4.5vw;
    }
    .table2 td{
        font-size: 1.4vw;
    }
    .table1{
        transform: translateY(-2vw);
    }
    .eventbreakdown h1 {
        font-size: 3vw;
    }
}
.quotewriter{
    text-align: right;
    padding: 1vw 5vw;
}
@media only screen and (min-width: 480px){
    .quotewriter{
        padding-right: 10vw;
    }
}


/* Circular Progress bar ------------- */
.circlediv{
    width: 20vw;
}
.circlediv .versus{
    font-size: 70px;
    color: #000;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    transition: all 300ms ease-in;
    font-weight: bold;
}
.percent {
    padding: 15px;
    background-color: #e2e2e24f;
    border-radius: 50%;
    position: relative;
    transform: scale(70%);
}
@media only screen and (max-width:800px){
    .percent{
        transform: scale(0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circlediv{
        width: 120px;
        height: 250px;
    }
}
@media only screen and (max-width:600px){
    .percent{
        transform: scale(0.45);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circlediv{
        width: 120px;
        height: 180px;
    }
}
@media only screen and (max-width:400px){
    .percent{
        transform: scale(0.3);
    }
    .circlediv{
        width: 120px;
        height: 130px;
    }
}
.circlediv svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
    overflow: visible;
    margin: 14px;
}

.circlediv svg circle {
    width: 100%;
    height: 100%;
    fill: #e2e2e200;
    stroke: #f0f0f0;
    stroke-width: 50;
}

.circlediv svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #3498db;
}

.circlediv .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circlediv .number h3 {
    font-weight: 200;
    font-size: 3.5rem;
}

.circlediv .number h3 span {
    font-size: 2rem;
}

.circlediv .title h2 {
    margin: 25px 0 0;
}

.circlediv:nth-child(1) svg circle:last-of-type {
    stroke: #f39c12;
}

.circlediv:nth-child(2) svg circle:last-of-type {
    stroke: #ce132d;
}
.circlediv{
    transform:translateY(-20%);
}



.pnames{
    width: 100%;
    height: 100%;
    padding: 12.5px 0;
    text-align: center;
    color: #060C1B;
    font-weight: 600;
    font-size: 1.8vw;
    border: none;
    outline: none;
}
:-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #060C1B !important;
    font-weight: 600;
    font-size: 1.8vw;
    opacity: 1;
}

@media only screen and (max-width: 930px){
    .percent{
        transform: scale(0.45);
    }
}
@media only screen and (max-width: 630px){
    .percent{
        transform: scale(0.35);
    }
}
@media only screen and (max-width: 530px){
    .percent{
        transform: scale(0.25);
    }
}
@media only screen and (max-width: 600px){
    .circlediv {
        width: 85px;
        height: 180px;
    }
}
@media only screen and (max-width: 380px){
    .percent{
        transform: scale(0.20);
    }
}
@media only screen and (max-width: 380px){
    .circlediv {
        width: 65px;
        height: 180px;
    }
}

@media only screen and (max-width: 370px){
    .circlediv {
        width: 65px;
        height: 140px;
    }
}
@media only screen and (max-width: 295px){
    .circlediv {
        width: 65px;
        height: 100px;
    }
}
@media only screen and (max-width: 295px){
    .percent{
        transform: scale(0.15);
    }
}

@media (max-width: 480px){
    .sec-2-button2 {
        font-size: 2.5vw;
    }
}
@media (max-width: 480px){
    .sec-2-button1 {
        font-size: 2.5vw;
    }
    .navbar-brand img{
        width: 85%;
    }
    .sponsored h1{
        font-size:5.5vw!important;
    }
    .sponsorimg img {
        width: 70vw!important;
    }
    .sec-1-button{
        font-size:2.5vw!important;
    }
}
@media only screen and (max-width: 768px){
    .navbar-brand img {
        width: 55%;
    }
}



#footer-text{
    color: #ffffff;
    text-align: center;
    padding: 20px 10px 10px 10px;
    background-color: #1E1E1E;
    margin-bottom:0;
}


