

/*----- HEADER -----*/

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(50, 50, 50, 0.386), rgba(0, 0, 0, 0.295)), url(videos/RTWEB.mp4);
    background-color: #000000;
    background-position: top;
    background-size: 110%;
    position: relative;
    background-repeat: no-repeat;
}

/*----- vvvvvv NAV BAR vvvvvv -----*/
:root{
--color-1: #a5a5a575;
--text-color: #f0f0f0;
--accent-color: #222222;
}
*{
    margin: 0 auto;
    padding: 0;
}
html{
    font-size: 12pt;
    font-family: Bai Jamjuree, Poppins, Segoe UI, Tahoma, snas-serif;
}
nav{
    height: 60px;
    background-color: #a5a5a54e;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 100px;
    padding-left: 100px;
    
}
.links-container{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
   
    
}
nav a{
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    
}
nav a:hover{
    background-color: var(--accent-color);
}
nav .img{
    margin-right: auto;
}
    nav svg{
    fill: var(--text-color)
}

#sidebar-active{
    display: none;
}
.open-sidebar-button, .close-sidebar-button {
    display: none;
}
@media(max-width: 1000px){
    .links-container{
        flex-direction: column;
        align-items: flex-start;

        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        width: 300px;

        background-color: #a5a5a5;
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
        transition: 0.75s ease-out;
        
    }
    nav {
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 0px;
        padding-left: 0px;
        background-color: rgba(0, 0, 0, 0);
    }
    *{
        margin: 0;
        padding: 0;
    }


    nav a{
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 20px 30px;
        justify-content: flex-start;
    
    }
   .close-sidebar-button {
        padding: 20px;
        display: block;
    }

    .open-sidebar-button {
        width: 54%;
        display: block;
    }
    #sidebar-active:checked ~.links-container{
        right: 0;
    }
    #sidebar-active:checked ~ #overlay{
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    } 
}
/*----- ^^^^^^ NAV BAR ^^^^^^ -----*/




.links-container li {
    list-style: none;

}

.logo {
    background-color: rgba(0, 0, 0, 0);
   
}

.logo img {
    width: 100%;
    justify-content: space-between;   
    display: flex; 
    align-items: center;
    padding-left: 20%;
    padding-right: 20%;
}

@media(max-width: 1000px) {
    .logo img {
        width: 100%;
        justify-content: space-between;   
        display: flex; 
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
    }

}


/*----- DROP DOWN MENU / MUSIC -----*/

div ul.dropdown-music li {
    display: block;
}

div ul.dropdown-music {
    width: 100%;
    background: rgb(142, 142, 142);
    position: absolute;
    z-index: 999;
    display: none;
}

.links-container li:hover ul.dropdown-music {
    display: block;
    width: 200px;
}





/*----- DROP DOWN MENU / EVENTS -----*/

div ul.dropdown-events li {
    display: block;
}

div ul.dropdown-events {
    width: 100%;
    background: rgb(142, 142, 142);
    position: absolute;
    z-index: 999;
    display: none;
}

.links-container li:hover ul.dropdown-events {
    display: block;
    width: 200px;
}



/*----- DROP DOWN MENU / BRANDS -----*/

div ul.dropdown-brands li {
    display: block;
}

div ul.dropdown-brands {
    width: 100%;
    background: rgb(142, 142, 142);
    position: absolute;
    z-index: 999;
    display: none;
}

.links-container li:hover ul.dropdown-brands {
    display: block;
    width: 200px;
}



/*----- DROP DOWN MENU / BRANDS -----*/

div ul.dropdown-bts li {
    display: block;
}

div ul.dropdown-bts {
    width: 100%;
    background: rgb(142, 142, 142);
    position: absolute;
    z-index: 999;
    display: none;
}

.links-container li:hover ul.dropdown-bts {
    display: block;
    width: 200px;
}









/*----- FOOTER / NEW  -----*/

.footer-section img {
    width: 100%;
    }
    
  
    .banners img {
        width: 100%;
    }

/*----- FIGHT MODE -----*/

.navbarfm {
    width: 100%;
    height: 15vh;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fm-back {
    width: 200px;
    cursor: pointer;
}

.fm-color {
    width: 300px;
    cursor: pointer;
}

.fm-ah-logo {
    width: 200px;
    cursor: pointer;
}

.ktfight {
    background-color: #DCDCDC;
    padding-top: 1%;
    padding-bottom: 4%;
    }
    
    .ktfight img {
        width: 100%;
    }
    
    .up-coming {
        align-items: center;
        background-color: #DCDCDC;
        padding-left: 35%;
        padding-right: 35%;
        padding-top: 1.5%;
        padding-bottom: 0.3%;
        margin-top: -6px;
    }
        
    .up-coming img {
        width: 100%;
        box-shadow: 0 0 0 4px #03030325;
    }

@media(max-width: 700px) {

    .fm-back {
        width: 100%;
        cursor: pointer;
    }
    
    .fm-color {
        width: 100%;
        cursor: pointer;
    }
    
    .fm-ah-logo {
        width: 100%;
        cursor: pointer;
    }


    .navbarfm {
        width: 100%;
        height: 5vh;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ktfight {
        background-color: #DCDCDC;
        padding-top: 1%;
        padding-bottom: 50%;
        }
        
    .ktfight img {
        width: 100%;
    }
    
    .up-coming {
        align-items: center;
        background-color: #DCDCDC;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5%;
        padding-bottom: 3.8%;
        margin-top: 0px;
    }
        
    .up-coming img {
        width: 100%;
        box-shadow: 0 0 0 2px #03030325;
    }

}




/*----- FOOTER / FIGHT MODE  -----*/

.footerfm {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 20px;
    background-color: #ffffff;

    
}

.footerfm h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.iconsfm .fa-brands {
    color: #000000;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    margin-top: -100px;
    
}

.footerfm img {
    width: 100%;
}

.banner1 img {
    width: 100%;
    margin-top: 5px;
}

.banners {
    margin-top: 0px;
    width: 100%;
}

.bannersfm {
    margin-top: 0px;
}









.bar1 {
    background-color: rgb(255, 255, 255);
    margin-top: 650px;
    margin-bottom: 0px;
}

.bar2 {
    background-image: url(images/BG\ BAR.png);
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 250%;
}

.bar3 {
    background-image: url(images/BG\ BAR.png);
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 300%;
}

.bar4 {
    background-image: url(images/BG\ BAR.png);
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 300%;
}

.bar1 img {
    width: 100%;
    justify-content: space-between;   
    display: flex; 
    align-items: center;
    padding-left: 40%;
    padding-right: 40%;
}

.bar2 img {
    width: 100%;
    justify-content: space-between;   
    display: flex; 
    align-items: center;
    padding-left: 40%;
    padding-right: 40%;
}

.bar3 img {
    width: 100%;
    justify-content: space-between;   
    display: flex; 
    align-items: center;
    padding-left: 40%;
    padding-right: 40%;
}

@media(max-width: 700px) {

    
    .bar1 img {
        width: 100%;
        justify-content: space-between;   
        display: flex; 
        align-items: center;
        padding-left: 20%;
        padding-right: 20%;
    }

    .bar2 img {
        width: 100%;
        justify-content: space-between;   
        display: flex; 
        align-items: center;
        padding-left: 20%;
        padding-right: 20%;
    }

    .bar3 img {
        width: 100%;
        justify-content: space-between;   
        display: flex; 
        align-items: center;
        padding-left: 20%;
        padding-right: 20%;
    }
}


@media(max-width: 600px) {

    .bar1 {
    background-color: rgb(255, 255, 255);
    margin-top: 100px;
    margin-bottom: 0px;
    }
}



/*----- FOOTER / INDEX  -----*/

.footerindex {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 20px;
    background-color: #000000;

    
}

.footerindex h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.iconsindex .fa-brands {
    color: #ffffff;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    margin-top: -100px;
    
}

.footerindex img {
    width: 100%;
}




/*----- FOOTER / SXJ  -----*/

.footer-sxj {
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 20px;
    background-color: #ffffff;

    
}

.footer-sxj h4 {
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons-sxj .fa-brands {
    color: #000000;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    margin-top: -100px;
    
}

.footer-sxj img {
    width: 100%;
}

.banner1-sxj img {
    width: 100%;
    margin-top: 5px;
}

.banners-sxj {
    margin-top: 0px;
    width: 100%;
}

.banners-sxj {
    margin-top: 0px;
}

.media-sxj{
    background-color: #000000;
    padding-top: 0%;
    padding-bottom: 0%;
    }
    
    .media-sxj img {
        width: 100%;
    }



@media(max-width: 700px) {
    

    .media-sxj {
        background-color: #000000;
        padding-top: 0%;
        padding-bottom: 0%;
        }
        
    .media-sxj img {
        width: 100%;
    }
}







.container-tt {
    display: flex;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #c7c7c7;
}

.box-1 {
    width: 350px;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 2%;
    padding-right: 2%;
}

.box-1 img {
    width: 100%;
}

.box-2 {
    width: 350px;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 2%;
    padding-right: 2%;
}

.box-2 img {
    width: 100%;
}

.box-3 {
    width: 350px;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 2%;
    padding-right: 2%;
}

.box-3 img {
    width: 100%;
}


@media(max-width: 600px) {


    .box-1 {
        width: 200px;
        background-color: rgba(255, 255, 255, 0);
        padding-left: 2%;
        padding-right: 2%;
    }

    .box-2 {
        width: 200px;
        background-color: rgba(255, 255, 255, 0);
        padding-left: 2%;
        padding-right: 2%;
    }

    .box-3 {
        width: 200px;
        background-color: rgba(223, 49, 49, 0);
        padding-left: 2%;
        padding-right: 2%;
    }

    .container-tt {
        display: flex;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10%;
        padding-bottom: 50%;
        background-color: #c7c7c7;
    }

}


/*----- ABOUT  -----*/



.about-1 img {
    width: 100%;
}

.about-1 {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #000000;
}


@media(max-width: 600px) {
   
    .about-1 {
        padding-left: 0%;
        padding-right: 0%;
        background-color: #000000;
    }
}





.container-about {
    display: flex;
    margin-top: -6px;
}

.photo-1 {
    width: 100%;
    background-color: #00000000;
}

.photo-2 {
    width: 100%;
    background-color: #a0a0a000;
}

.photo-3 {
    width: 100%;
    background-color: #352f2f00;
}


.photo-1 img {
    width: 100%;
}

.photo-2 img {
    width: 100%;
}

.photo-3 img {
    width: 100%;
}


.advert-about {
    margin-top: 40px;
    margin-bottom: 20px;
}

.advert-about img {
    width: 100%;
}

@media(max-width: 600px) {
   
    .advert-about {
        margin-top: 7px;
        margin-bottom: 0px;
    }
}
