body {
    font-family: 'Lulo CLean', sans-serif;                         
    background-color:black;
    color: #030303;
    margin: 0;
    padding: 0;
   
    min-height: 100vh;
}
.rules{
    
}
.navbar {
    font-family: 'Lulo Clean', Arial, Helvetica, sans-serif;
    /* color: white; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    padding: 20px;
    opacity: 0.6;
}
@media (max-width:523px) {
    html .navbar{  
     visibility: hidden;
 width: fit-content;
     background-color:transparent;
     justify-content:left;
     gap: 20px;
     align-items: self-start;
     flex-direction: column;
         justify-content: space-evenly;
     }
 
     .nav-links{
         visibility: hidden;
         flex-direction: column;
     }
     .sidenav {
         height: 100%;
         width: 0;
         position: fixed;
         z-index: 1;
         top: 0;
         left: 0;
         background-color: #111;
         overflow-x: hidden;
         transition: 0.5s;
         padding-top: 60px;
       }
       
       .sidenav a {
         padding: 8px 8px 8px 32px;
         text-decoration: none;
         font-size: 25px;
         color: #818181;
         display: block;
         transition: 0.3s;
       }
       
       .sidenav a:hover {
         color: #f1f1f1;
       }
       
       .sidenav .closebtn {
         position: absolute;
         top: 0;
         right: 25px;
         font-size: 36px;
         margin-left: 50px;
       }
       
       @media screen and (max-height: 450px) {
         .sidenav {padding-top: 15px;}
         .sidenav a {font-size: 18px;}
       }
       span{
         width: 0;
         height: 0;
         /* visibility: hidden; */
         color: #ddd;
       }
       span img{
 margin-top: 15px;
 margin-left: 15px;
         width: 84px;
         height: 60px;
         opacity: 0.8;
         
       }
 
 }
 @media (min-width: 524px) {
    span {
        display: none; /* Hide the mobile menu button on larger screens */
    }
}
 span{
 
     transform: translateX(-1000%);
 }
.navbar.hidden {
    transform: translateY(-100%);
}
.logo {
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-right: 20px;
    opacity: 1;
}
.logo:hover {
    color: #f70b52;
}
.nav-links a{
    color: white;
}
.nav-links  {
    /* color: white; */
    display: flex;
    gap: 20px;
}
.nav-link {
    font-family: "Lulo Clean",Arial, Helvetica, sans-serif;
    color: white;
    /* color: #333; */
    text-decoration: none;
    font-size: 1.1em;
    transition: all 0.3s;
}
.nav-link:hover {
    color: #ff6600;
}
h1{
    color: white;
}
.navbar h1{
    color: #000000;
}
.space{
    display: block;
    height: 100px;
    background-color: black;
}
a{
    text-decoration: none;
}
a,p,li{
    font-weight: 500;
font-family: Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: 'Lulo Clean';
    src: url('../Lulo\ Clean\ One\ Bold.otf');
}
.wrapper img {
    border-radius: 50%; /* Makes images circular */
        /* You can also specify width and height */
        width: 120px;  /* Adjust to your preference */
        height: 120px; /* Should match width for a perfect circle */
        object-fit: cover; 
}
.wrapper { 
    color: white;
    /* padding-left: var(--pad); */
    /* padding-right: var(--pad); */
    display: flex;
    flex-direction: column;
    /* width: 1200px; */
}
:root{
    --pad:20em;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: sans-serif; */
}

section {
    position: relative;
    width: 100%;
    height: 20em;
}

section video {
    width: 100%;
    height: 100%;
}

section h2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    mix-blend-mode: multiply;
}
.horizon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
gap: 40px;
}
.cent h1{
    font-size: 1.25em;
     }
.horizon h1{
font-size: 4.5em;
}
.horizon h3{
font-size: 1em;
}
/* .wrapper h1{
    font-size: 1.25em;
} */

.horizon p{
    font-size: 0.75em;
}
.supwrap{
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;

}
.wrapper{
display: flex;
flex-direction: column;
}
.wrapper{
    gap: 10px;
}
.eventoutline h1{
    font-size: 3.75em;
}
.rules h1{
    font-size: 3.75em;
}
.judging_criterion h1{
    font-size: 3.75em;
}

.cent{
    padding-left: 10px;
}
li{
    padding-bottom: 5px;
}
.spl{
    background-color: #f70b52;
}

.wrapper h1{
    color: #f70b52;
}
.wrapper ul{
    padding-top: 10px;
    padding-left: 40px;
}
.eventoutline {
background-color: #202020;
border-radius: 10px;
padding-bottom: 10px;

}
.rules{
    background-color: #202020;
    border-radius: 10px;
    padding-bottom: 10px;
    
}
.judging_criterion{
    background-color: #202020;
    border-radius: 10px;
    padding-bottom: 10px;
    
}
#backbtn{
    position:fixed;
    top:40%;
    background-color: #ddc3c3;
    opacity: 0.7;
    height: 50px;
    width: 10px;
    border-radius: 10%;
}
#backbtn:hover{
    width:50px
    }
#backbtn:active{
    width: 50px;
    opacity: 0.95;

}
.navbar img{
    height: 100%;
  width: 100%;
  height: 60px;
  width: 84px;
  /* height: 75px;
  width: 105px; */
  
}
.learn-more {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ff0000;
    color: #ff0000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.learn-more:hover {
    background-color: #ff0000;
    color: white;
}
.learn-more span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.learn-more:hover span {
    transform: translateX(5px);
}
.container .header{
    background-color: white;
    color: #000000;
}
.header h1{
    color: #000000;
    font-size: 4em;
}
video{
    width: 100vw;
    height: auto;
}
iframe{
    width: 100vw;
    height: auto;
}
.logo img{
    width: 84px;
    height: 60px;
}
html .supwrap{
    height: auto;
}
@media (max-width:480px) {
    .cent h1{
font-size: 1.5em;
    }
    .cent h2{
        font-size: 1.1em;
    }

    li ul li{
        font-size: 10px;
    }
    .cent li{
        font-size: 0.9em;
    }
    .cent p{
        font-size: .9em;
    }
}
@media (max-width:750px) {
    .cent .horizon{
        display: flex;
        flex-direction: column;
    }
    
}
.learn-more {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #f70b52;
    color: #f70b52;
    text-decoration: none;
    transition: all 0.3s ease;
    /* border-radius: 10px; */
}
.learn-more:hover {
    background-color: #f70b52;
    color: white;
}
.learn-more span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.learn-more:hover span {
    transform: translateX(5px);
}
.footer {
    color: black;
    margin-top: 20px;
    background-color: red;
    padding: 20px;
    text-align: center;
}
@media (max-width:552px) {
    html .navbar{  
     visibility: hidden;
 width: fit-content;
     background-color:transparent;
     justify-content:left;
     gap: 20px;
     align-items: self-start;
     flex-direction: column;
         justify-content: space-evenly;
     }
 
     .nav-links{
         visibility: hidden;
         flex-direction: column;
     }
     .sidenav {
         height: 100%;
         width: 0;
         position: fixed;
         z-index: 1;
         top: 0;
         left: 0;
         background-color: #111;
         overflow-x: hidden;
         transition: 0.5s;
         padding-top: 60px;
       }
       
       .sidenav a {
         padding: 8px 8px 8px 32px;
         text-decoration: none;
         font-size: 25px;
         color: #818181;
         display: block;
         transition: 0.3s;
       }
       
       .sidenav a:hover {
         color: #f1f1f1;
       }
       
       .sidenav .closebtn {
         position: absolute;
         top: 0;
         right: 25px;
         font-size: 36px;
         margin-left: 50px;
       }
       
       @media screen and (max-height: 450px) {
         .sidenav {padding-top: 15px;}
         .sidenav a {font-size: 18px;}
       }
       span{
         color: #ddd;
       }
 
 }
 .cent .categories {
    min-height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
    row-gap: 100px;
}
.cent .categories .cat h1{
    margin-bottom: 20px;
    font-size: 2em;
}
.cent .categories .cat h3{
    margin-bottom: 20px;
}
 @media (max-width:425px) {
    .supwrap{
        display: flex;
        flex-direction: column;
        margin-right: 10px;
    }
    .spl{
        display: none;
    }
    .spr{
        display: none;
    }
    body * {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        max-width: 100%;
      }
      .cent li{
        font-size: 11.5px;

      }
      .cent p{
        font-size: 11.5px;
      }
   .cent .categories {
        display: flex;
        flex-direction: column;
        font-size: 1.0em;
    }
  
 }
 html  body .cent .categories a{
    max-width: fit-content;
 }
 .main-wrappee{
    min-height: 89vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
 }
.cat{
    background-color: #202020;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    
}
.main-wrapper  ul h4{
    color: #8d8989;
}
.main-wrapper  li {
    list-style: none;
}
.main-wrapper li li{
    list-style:circle;
}
@media (min-width:552px) {
    .sidenav{
        display: none;
    }
    
}