* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
  
body {
    background-color: #ffffff; 
    margin: 0;
}

html {
  scroll-behavior: smooth;
}

section#home {
  scroll-margin-top: 100px;
}

section#schedule {
  scroll-margin-top: 80px; 
}

section#about {
  scroll-margin-top: 10px; 
}

section#sponsor {
  scroll-margin-top: 10px; 
}

.scroll-target {
  scroll-margin-top: 10px; 
}

/* --- NAV BAR --- */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.nav_content {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  max-width: var(--max-width);
  margin: auto;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1rem;
    list-style: none;
    transition: left 0.3s;
}

ul li {
    position: relative;
}

ul li a {
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    transition: 0.3s;
}

.nav-scroll {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
  
 
 /* --- HOME ---*/
 .home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 90vh;
}

.logo {
  position: relative;
  margin-top: 10px;
  left: 20px;
}

.logo img {
  width: 222px
}

.container {
  margin-left: 120px;
  text-align: left;
  max-width: 65%;
}

.datetext {
  margin-top: 100px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.greencl {
  color: #00B89D;
}
.bgtext {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.undertext {
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px
}
.maintext {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  max-width: 80rem;
}
.maintext2 {
  margin-top: 2rem;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  max-width: 80rem;
}
.darkfont {
  font-weight: 700;
}
.img-container {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
  width: auto; 
  height: 85%; 
  overflow: hidden;
  z-index: -1;
}

.img-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* --- SCHEDULE --- */
.schedule {
  position: relative;
  background-color: #00B89D;
  height: 75vh;
  overflow: hidden;
  z-index: 1;
}
.container2 {
position: absolute;
display: flex;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.scheduletext {
  color: rgba(0, 0, 0, 0.10);
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 200%;
}

.spicture1 {
  position: absolute; 
  height: 100%; 
  width: 100%;
}
.spicture2 {
position: absolute; 
height: 100%; 
width: 100%;
left: 5%;
}

.spicture3 img {
position: absolute;
overflow: hidden;
display: block;
height: auto;
bottom: 0;
left: 0;
width: auto;
height: 80%;
}

.bottom-right {
position: absolute; 
bottom: 0; 
right: 0; 
max-width: 100%;
max-height: 100%;
}
.bottom-left {
position: absolute; 
bottom: 0; 
left: 0; 
max-width: 100%;
max-height: 100%;
}


#days {
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
z-index: 2;
}

#days button {
margin: 20px;
background-color: #00B89D;
border: 1px;
font-size: 20px;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
cursor: pointer;
z-index: 2;
}


.text-blocks {
  display: none;
    text-align: left;
    position: absolute;
    top: 60%; 
    left:52%;
    transform: translate(-50%, -50%);
    z-index: 1; 
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    overflow-y: scroll;
    max-height: 300px;
    }

  #day1 .text-blocks {
      overflow-y: hidden;
    }

.text-blocks p {
  padding-bottom: 10px;

}
.text-block.enable-scroll {
  overflow-y: scroll;
}

.text-blocks.expand {
  display: block;
  overflow-y: scroll;
}



/* --- ABOUT ---*/
.about {
  background: linear-gradient(to right, #EF4044 50%, #FFFFFF 50%);
  height: 75vh;
  position: relative;
}

.about-div h1{
  font-size: 200px;
  position: relative;
  color: rgba(0, 0, 0, 0.20);
  overflow: hidden;
  white-space: nowrap;
}
.about-menu{
  position: absolute;
  line-height: 50px;
  padding-top:20px;
  padding-left:15% ;

}
.about-menu .arrow-btn{
  font-size: 30px;
  border: none;
  background: none;
  cursor: pointer;
}

.about-content {
  padding-right: 10px;
  position: relative;
  margin-left: 50%;
  transform: translateX(20%);
  flex-direction: column;
  justify-content: center;
  max-width: 40%;
  font-size: 20px;
  overflow: hidden;
  display: none;
}
.about-content p {
  margin-bottom: 20px;
}
.about-content.active {
  display: flex; 
}

.about-content .btn-here{
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
  cursor: pointer;
  font-size: 20px;
}

.about-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  transform: translate(180%);
  max-width: 20%;  
  max-height: 80%;
  overflow: hidden;
}

.about-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transform: scaleX(-1);
}



/* --- SPONSORS ---*/
#sponsor {
  overflow: hidden;
}

.sponsorid {
  width: 100%;
  overflow: hidden;
}

.logod-div {
  display: flex;
  animation: scroll 60s linear infinite;
}

.logod {
  height: 110px;
  margin-right: 30px;
}

.logo1 {
  width: 300px;
}

.logo2 {
  width: 284px;
}

.logo3 {
  width: 300px;
  margin-right: 5px;
}

.logo4 {
  width: 150px;
}

.logo5 {
  width: 325px;
}

.logo6 {
  width: 250px;
}

.logo7 {
  padding-top: 40px;
  width: 300px;
  height: 30px;
  margin-right: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400%);
  }
}
  /* --- FOOTER --- */

  .footer {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    font-family: 'Montserrat', sans-serif;
}

  .footer .footer-contact {
      font-size: 20px;
      padding-left: 100px;
      line-height: 30px;
  }

  .footer .footer-contact p {
    margin-left: 150px;
  }

  .footer h5 {
      font-size: 24px;
      font-weight: lighter;
      text-align: center;
      justify-content: center;
      padding-top: 113px;
  }



/* --- MOBILE VIEW --- */

html, body {
  overflow-x: hidden;
}

@media (max-width: 3000px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
  .home {
    height: 100vh;
  }
}

@media (max-width: 900px) {
  .home {
    height: 100vh;
  }
  nav {
    display: none;
  }
  .logo {
    margin-left: auto;
    margin-right: 2rem;
    display: block; 
  }
  .container {
    margin-left: 50px;
    text-align: left;
    max-width: 70%;
  }
  .datetext {
    margin-top: 1rem;
  }
  .bgtext {
    color: #00B89D;
  }
  .maintext {
    margin-top: 4rem;
  }

  .img-container {
    display: none;
  }
  /* SCHEDULE MOBILE */
  .schedule {
    position: relative;
    background: linear-gradient(to bottom, #00B89D 50%, #FFFFFF 50%);
    height: 90vh;
    overflow: hidden;
    z-index: 1;
  }
  .container2 {
    position: absolute;
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .scheduletext {
    color: rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 50%; 
  }

.spicture1 {
    display: none;
}
.spicture2 {
    display: none;
}

.spicture3 img {
    display: none;
}

  #days {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 2;
  }

  #days button {
  margin: 20px;
  background-color: #00B89D;
  border: 1px;
  font-size: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  z-index: 2;
  }

  .text-blocks {
    display: none;
    text-align: left;
    position: absolute;
    top: 75%; 
    left:52%;
    transform: translate(-50%, -50%);
    z-index: 1; 
  }
/* ABOUT MOBILE */
  .about {
    background: white;
    height: 150vh;
    position: relative;
  }

  .about-div h1{
    display: flex;
    color: red;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
  }


.about-menu {
  display: none;
}

.about-content {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-left: 25%;
}
  .about-menu .arrow-btn{
    font-size: 30px;
    border: none;
    background: none;
    cursor: pointer;
  }

  .about-content p {
    margin-bottom: 20px;
  }
  .about-content.active {
    display: flex; 
  }

  .about-content .btn-here{
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
  }

  .about-pic {
    display: none;
  }

  .about-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transform: scaleX(-1);
  }
}
@media (max-width: 800px) {
  nav {
    display: none;
  }
  .logo {
    margin-left: auto;
    margin-right: 2rem;
    display: block; 
  }
  .home {
    height: 110vh;
  }

  .container {
    margin-left: 50px;
    text-align: left;
    max-width: 70%;
  }
  .datetext {
    margin-top: 1rem;
  }
  .bgtext {
    color: #00B89D;
  }
  .maintext {
    margin-top: 4rem;
  }

  .maintext2 {
    font-weight: 700;
  }

  .img-container {
    display: none;
  }
}