body {
    max-width: 1920px;
    background-color: #FFFFFF;
}

a {
    font-family: 'Mukta', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 132%;
    text-align: center;
    text-decoration-line: underline;
    color: #ED1C24;
}

h2 {
    text-align: left;
    margin-top: 8%;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 126.7%;
    color: #000000;
    margin-bottom: 3%;
}

h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 126.7%;
    color: #000000;
    border-top: 2px solid #C4C4C4;
    padding-top: 1%;
}

/* #logo {
    position: absolute;
    left: 1.39%;
    top: 1.46%;
    z-index: 1;
} */

/* .header_top {
    background: #f0edee;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #706D6D; 
    height: 36px;
    border-radius: 0 0 6px 6px;
    margin: auto;
    overflow: hidden;
    padding: 10px 10px 10px 32px;
}

#search-window{
    width: 56px;
    background: none;
    border: none;
    outline: none;
}

#search-btn {
    background: none;
    border: none;
}

#search-btn i {
    color: #706D6D;
    padding-right: 10px;
    border-right: 1px #ffffff solid;
}

.nav-links {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
    flex: none;
    flex-grow: 0;
    margin-top: 9px;
}

.nav-links:hover {
    color: #231F20;
}

.icons {
    flex-direction: row;
    align-items: center;
    padding-left: 570px;
}

.icon {
    padding: 10px;
} */

.switch input{
    opacity: 0;
}

.switch-btn {
    position: relative;
    width: 70px;
    height: 35px;
    background-color: #EFEFF4;
    border-radius: 20px;
}

.switch-btn::before {
    position: absolute;
    height: 28px;
    width: 28px;
    background-color: #FFFFFF;
    left: 10%;
    top: 10%;
    content: '';
    transition: all 150ms ease-in;
    border-radius: 20px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);}

input[type="checkbox"]:checked + .switch-btn {
    background-color: #ED1C24;
}

input[type="checkbox"]:checked + .switch-btn::before {
    left: 50%;
    background-color: #FFFFFF;
}

.dark-mode {
    position: absolute;
    left: 86%;
    top: 3.83%;
    width:14%;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #706D6D;
}

.player-number {
    position: absolute;
    padding: 1% 1.5% 1% 1.5%;
    background-color: #ED1C24;
    border-radius: 5px;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 126.7%;
    text-align: center;
    color: #FFFFFF;
}

.player-number:hover {
    color: #FFFFFF;
}

.underline {
    width: 95%;
    height: 6px;
    background: #ED1C24;
    border-radius: 6px;
}

.player-name {
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 126.7%;
    text-align: center;
    color: #706D6D;
}

.player-name span {
    color: #000000;
}

.socialities h4 {
    margin-bottom: 5%;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 126.7%;
    color: #231F20;
}

.socialities p {
    margin-top: 5%;
    margin-left: 2%;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 142%;
    letter-spacing: -0.001em;
    color: #2D2B2D;
}

.socialities div {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 2%;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #ED1C24;
}

.socialities .link {
    margin-left: 2%;
}

footer {
    background-color: #ffffff;
    padding-top: 7%;
}

.footer-info h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #231F20;
}

.footer-info div {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    color: #231F20;
}

.footer-info span {
    color: #ED1C24;
}

.footer-info .socials a {
    text-decoration: none;
    padding-right: 20px;
    padding-left: 0px;
}

.more-info a {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 142%;
    letter-spacing: -0.001em;
    color: #706D6D;
    text-decoration: none;
    padding: 8% 2% 5% 2%;
}

#creator {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 142%;
    letter-spacing: -0.001em;
    color: #706D6D;
    text-decoration: none;
    padding: 5.8% 0% 0% 2%;
}

#creator img {
    margin-top: -5px;
    padding-left: 2%;
    padding-right: 2%;
}

@media (min-width: 1200px) {
    /* .icons {
        padding-left: 56%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: auto;
    } */

    button {
        display: none;
    }
}

@media (max-width: 768px) {
    /* .col-10 {
        display: none;
    } */

    /* #logo {
        width: 15%;
        top: 5.8%;
        height: auto;
    } */

    .dark-mode div {
        display: none;
    }

    /* header {
        height: 90px;
    } */

    /* #toggler {
        position: absolute;
        top: 24.5%;
        left: 86%;
        width: 50px;
        height: 40px;
        display: static;
        border: 1px solid #706D6D;
        color: #706D6D;
        outline: none;
    }

    #toggler:active {
        border: 1px solid #706D6D;
        outline: none;
    } */

    .socialities img {
        width: 100%;
    }

    .socialities h4 {
        font-size: 20px;
    }

    .socialities p {
        font-size: 12px;
    }

    #creator {
        padding-left: 4.5%;
        font-size: 12px;
    }

    .more-info a {
        font-size: 10px;
    }
}