* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
  overflow-x: hidden;

}
body{
    overflow-x: hidden;

}
.hero {
  background-color: black;
  width: 100%;
  height: 100vh;
  background-image: url(IMG_4578.GIF);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hero-image {
  display: flex;
  flex-direction: column;    /* Stack elements vertically */
  justify-content: center;  /* Center horizontally */
  align-items: center;      /* Center vertically */
  height: 100%;             /* Fill available space */
  position: relative;
}
#king-logo {
  width: 600px;     /* Adjust logo size */
  height: auto;
  margin-bottom: 20px;  /* Space between logo and arrow */
}
#arrow {
  width: 100px;          /* Shrink arrow */
  height: auto;
}
.nav{
  width: 90%;               /* Match white-overlay width */
  height: 5vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  margin-top: 2vh;         /* Space for fixed nav */
  top: 0;
  z-index: 10;
  left: 50%;                /* Center horizontally */
  transform: translateX(-50%);
}
.nav_logo{
  width: 80px;
  height:auto;
  margin-left: 2%;
}
.navlist{
  margin-right: -80px;
}
.navlist ul{
  display:flex;
  flex-direction: row;
  list-style: none;
  font-family: "Nunito", sans-serif;
}
.navlist li a{
  text-decoration: none;
  color:white;
  margin: 10px;
  font-size: larger;
  font-weight: 500;
}
.navlist a::before{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;

}
.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width:25px;
    height: 3px; 
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}
.svg_links{
  padding:2%;

}
.svg_links img{
  margin: 8px;
  max-width: 30px;
  height: auto;
}
.svg_links img:not(#youtube) {
  width: 120px;
}
#youtube{
  max-width: none;
  margin-top:19px;  /* Removes the 30px cap */
  width: 33px;
}
.white-overlay {
  border: 6px solid #bebebe;
  padding: 20px;
  width: 90%;
  height: 85%;
  margin-top: 8vh;         /* Space for fixed nav */
}
.video-hero{
  background-image:url(473101789_18483891463060547_3418691870632915227_n.jpg);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%) contrast(200%) blur(2px);
}
.section-character{
  width: 100%;
  height: 200vh;
  border: 4px solid #ffbd59;
  background-image: url(IMG_4578.GIF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.first_section{
    position: relative;

  width: 100%;
  height: 100vh;
    overflow: hidden; /* Prevent it from spilling out */

}
.first_section img{
  width:auto;
  height:900px;
}
#camona{
    position: absolute;
    width: auto;
    height: 850px;
    left: 0;
    margin-left: 0;
}
 /* top right bottom left */

/* cuts from the left side */

.second_section{
      position: relative;

  width: 100%;
  height: 100vh;
    overflow: hidden;
    z-index: 2;

}
.second_section img{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 98vh;
  width: auto;
}
#JJ{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 98vh;
  width: auto;
}
.event_calendar{
  width: 100%;
  height: 100vh;
  background-color: black;
}
.event_calendar h1{
  color: #bebebe;
  text-align: center;
  font-size: 700%;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
.below_calender{
  padding:5%;
  display:flex;
  flex-direction: row;
  justify-content: space-around;
    flex-wrap: wrap;

}
.text_calendar h1{
  font-size: 50px;
}

.below_calender iframe{
  width: 700px;
  height:500px;
  margin-right: 10%;
}
footer{
  width: 100%;
  height: 30vh;
  border: 4px solid #bebebe;
  background-image: url(IMG_4578.GIF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.below_calender{
  width: 100%;
  height: 77vh;
}
@media (max-width: 775px) {
  #king-logo {
  width: 500px;     /* Adjust logo size */
  height: auto;
  margin-bottom: 20px;  /* Space between logo and arrow */
}
.video-hero{
  background-image:url(473101789_18483891463060547_3418691870632915227_n.jpg);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
    background-position: 50% center;
  filter: grayscale(100%) contrast(200%) blur(2px);
}
.section-character{
  width: 100%;
  height: 280vh;
  border: 4px solid #ffbd59;
  background-image: url(IMG_4578.GIF);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.first_section img{
  width:auto;
  height:700px;
}
.second_section{
      position: relative;

  width: 100%;
  height: 100vh;
    top: 20%;

    overflow: hidden;
    z-index: 2;

}
.first_section{
    position: relative;

  width: 100%;
  height: 100vh;
    overflow: hidden; /* Prevent it from spilling out */

}
.first_section img{
  width:auto;
  height:900px;
}
#camona{
        height: 400px;
        left: -80%;
        margin-left: 0;
        clip-path: none;
 }
.second_section img{
  position: absolute;
  right: 0;
  top: 41%;
  transform: translateY(-50%);
  height:700px;
  width: auto;
}
#JJ{
  position: absolute;
  right: -35%;
  top: 48%;
  transform: translateY(-50%);
  height: 80vh;
  width: auto;
}

   .hamburger{
        display: block;
        padding-left: 20px;
        padding-right: 16px;
        z-index:100;
      
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    } 

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    } 
     .navlist{
      margin-left:-10;
    position:fixed;
    left:-100%;
    top: -19px;
    background-color: black; /* Optional */
    gap: 0;
    flex-direction: column;
    width: 93%;
    height: 114vh;
        text-align: center;
    transition: 0.3s;
    display:flex;
          justify-content: space-around;

    }
      .navlist ul {
    flex-direction: column;
font-size:xx-large;

  }
    .navlist a{
    display: block;

    }
    .navlist.active{
    left: -40px;
    flex-direction: column;
    }
.svg_links{
  padding:8%;
  margin-right: 20px;
}
.event_calendar h1{
  color: #bebebe;
  text-align: center;
  font-size: 600%;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
.text_calendar h1{
  font-size: 40px;
}
.below_calender iframe{

  margin-right: 2%;
}
.event_calendar{
  width: 100%;
  height: 120vh;
  background-color: black;
}
}