:root{
    --main-color:#e6c292;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
scroll-behavior: smooth;
}

@font-face {
    font-family: Pegypta;
    src: url(./font/Pegypta-ALE6.ttf) format('truetype')  
}
@font-face {
    font-family: Lms Egyptian Bookends;
    src: url(./font/LmsEgyptianBookends-lKw0.ttf);
}
@font-face {
    font-family:Candy Cane Personal Use Regular ;
    src: url(./font/CandyCanePersonalUseRegular-WyaPv.ttf);
}

body {
  background: #E39101;
  font-family: "Luckiest Guy", cursive;
}
header{
position: absolute;
left: 0;
top: 0;
padding: 4px 130px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
z-index: 9999;
}
.header {
  position: absolute;
left: 0;
top: 50px;
padding: 4px 130px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
z-index: 9999;
}
.header-t {
  position: absolute;
left: 0;
top: 0;
padding: 4px 130px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
z-index: 9999;
  background: #d36d00;
}

    .video-header {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      overflow: hidden;
    }
    .video-header video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }

.logo img{
    width: 180px;
    margin-left: 20px;
}

.buy-nav {
  display:none
}
.buy img{
    width: 180px;
    margin-left: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.buy img:hover {

    transform: scale(1.05);
}

.tiket img{
      transition: background-color 0.3s ease, transform 0.3s ease;
}

.tiket img:hover {

    transform: scale(1.05);
}


header nav ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
}
header nav ul li{
margin-left: 15px;
font-size: 17px;

font-weight: bold;
font-family: Arial, Helvetica, sans-serif;

}
header nav ul li a{
text-decoration: none;
color: white;
padding: 10px 20px;
border-radius: 20px;
}
header nav ul li a.login{
    background-color: var(--main-color);
}
header nav ul li a:hover:not(.login){
color: var(--main-color);

}
header nav ul li a.login:hover {
    background-color: #e0ac67;
}

.marquee-container2 {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 4px 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 9999;
  background: #053d00;
}
.marquee-container1 {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  padding: 4px 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 9999;
  background: #003a0a;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 9999;
  background: #d36d00;
}

        .marquee {
            display: flex;
            animation: scroll 20s linear infinite;
            white-space: nowrap;
            align-items: center;
        }

        .marquee-fast {
            animation-duration: 40s;
        }

        .marquee-slow {
            animation-duration: 30s;
        }

        .marquee-text img{
            width: 30px;
        }

        .marquee-text {
            font-size: 2rem;
            padding: 1px 20px;
            display: inline-block;
        }

        .marquee-text-2 {
            font-size: 16px;
            color: #ffee6e;
        }
        .marquee-text-22 {
            font-size: 18px;
            color: #ffffff;
        }

        .marquee-text-3 {
            font-size: 1.8rem;
        }

        @keyframes scroll {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

                @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }

.section1{
/* background: linear-gradient(#003008,#004e1e); */
background-image: url(./assets/images/vid.mp4);
background-size: cover;
min-height: 110vh;
position: relative;
}

.pytext img {
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 700px;
}


.section1 .pytext{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 130px;
color: var(--main-color);
}
.section1 .pytext span{
    font-family: "Aclonica", sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 5px;
    color: rgb(255, 255, 255);
}
.section1 .pytext span.pyramids{
    float: right;
}
.section1 .pytext p{
    background-image: url(https://i.postimg.cc/25HNmtkC/3-camels.jpg);
    background-repeat: no-repeat;
    background-size: 945px;
    background-position-x: -10px;
    background-position-y: -523px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 140px;
    margin-bottom: 0px;
    line-height: 205px;
    /* font-family: Pegypta; */
    color: transparent;
}


.section1 img{
    position: absolute;
    object-fit: cover;
    
}
.section1 img.pyramid{
    width: 100%;
    left: 0;
    bottom: -108px;
    height: 74%;
    z-index: 1;
}
.section1 img.sun{
left: 130px;
top: 104px;
width: 143px;
z-index: 5;
}
.section1 img.sunref1{
left: 31px;
top: 20px;
width: 143px;
z-index: 1;
}
.section1 img.sunref2{
left: 213px;
top: 184px;
width: 143px;
z-index: 1;
}
.section1 img.cloud1{
right: 53px;
top: 142px;
width: 340px;
mix-blend-mode: lighten;
}
.section1 img.cloud2{
left: 120px;
top: 292px;
width: 316px;
mix-blend-mode: lighten;
}

  .desktop-only { 
    display: inline-block;
    width: 1300px;
  }
  .mobile-only {
    display: none;
  }
  .desktop-onlyd { 
    display: inline-block;
    width: 1300px;
  }
  .mobile-onlyd {
    display: none;
  }

  .date {
    text-align: center;
    margin-bottom: 200px;
  }

.date img {
  width: 1000px;
}

.section2{
background: #E39101;
position: relative;
min-height: 130vh;
top: 246px;

}
.section2 .floor{
    position: absolute;
    height: 506px;
    width: 100%;
    bottom: -80px;
}
.section2 .amood1{
        position: absolute;
        height: 506px;
        bottom: 117px;
        right: 33px;
}
.section2 .amood2{
position: absolute;
height: 506px;
bottom: 117px;
left: 31px;
z-index: 1;
    
}
.section2 .fire{
position: absolute;
height: 183px;
bottom: 119px;
left: 202px;
    
}
.section2 .bardy{
position: absolute;
height: 124px;
bottom: 246px;
left: 106px;
z-index: 0;
    
}
.section2 .wall1{
    position: absolute;
    height: 593px;
    bottom: 161px;
    opacity: .05;
    left: -12px;
    width: 100%;
    z-index: 0;
    
}
.section2 img.mummy{
    position: absolute;
    bottom: -77px;
    left: 50%;
    width: 130px;
    transform: translateX(-50%);
    z-index: 1;
}
.section2 .taboot{
    position: absolute;
    bottom: -77px;
    left: 50%;
    width: 130px;
    transform: translateX(-65px);
    z-index: 1;
    transition: all 0.3s ;
}
.section2 .sca1{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(96deg);
        width: 30px;
        z-index: 0;
}
.section2 .sca2{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(60deg);
        width: 30px;
        z-index: 0;
}
.section2 .sca3{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(128deg);
        width: 30px;
        z-index: 0;
}
.section2 .sca4{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(-89deg);
        width: 30px;
        z-index: 0;
}
.section2 .sca5{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(110deg);
        width: 30px;
        z-index: 0;
}
.section2 .sca6{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(120deg);
        width: 30px;
        z-index: 0;
}
.section2 .sca7{
        position: absolute;
        bottom: 57px;
        left: 720px;
        transform: rotate(20deg);
        width: 30px;
        z-index: 0;
}

#insicts{
    transition: all 0.5s linear;
}
.section2 .mummytext {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -300px;
    color: var(--main-color);
    z-index: 0;
}

.section2 .mummytext span {
    font-family: "Aclonica", sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 5px;
    color: #fed058;
}

.section2 .mummytext span.mummy {
    float: right;
}

.section2 .mummytext p {
        /* background-image: url(https://i.postimg.cc/kG6j014Y/mummy-backgr.jpg); */
        color: white;
        background-repeat: no-repeat;
        background-size: 402px;
        background-position-x: 1px;
        background-position-y: -156px;
        background-clip: text;
        -webkit-background-clip: text;
        font-size: 100px;
            text-align: center;
    width: max-content;
        margin-bottom: 0px;
        line-height: 120px;
}
.section3{
    position: relative;
    padding-bottom: 200px;
    padding-top: 150px;
    min-height: 100vh;
    color: white;
    overflow-x: hidden;
    top: 326px;
    border-top: solid 20px #1c7531;
    border-bottom: solid 20px #1c7531;
  background: #004a11;
}

.section4{
    padding-bottom: 100px;
    padding-top: 200px;
    min-height: 100vh;
    top: 326px;
    overflow-x: hidden;
    position: relative;
    color: white;
  background: #002e0b;
}
.section3 p{
        font-size: 20px;
        line-height: 2;
}

.book {
  max-width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.event-title {
  font-size: 2.5rem;
  font-weight: normal;
  background: linear-gradient(to bottom, #000000, #4d3b1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event-title img{
  margin-bottom: 24px;
}

.list-inline-item img {
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

.list-inline-item  img:hover {
  transform: rotate(5deg);

}



.slider {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide-track {
  display: flex;
  width: calc(250px * 10); /* 5 gambar x 2 set */
  animation: scroll 20s linear infinite;
}

.card {
  width: 250px;
  height: 100%;
  margin: 0 10px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Animasi scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.custom-footer {
  color: rgb(255, 255, 255);
  position: relative;
  top: 326px;
  padding: 40px 20px;
  background-color: #003f13;
}

.footer-container {
align-items: center;
    padding: 50px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.footer-container img {
  max-width: 250px;
}

.custom-footer h4 {
  margin-bottom: 10px;
}

.footer-line {
  border: 0.1px solid #f1c46a;
  height: 2px;
  margin-bottom: 20px;
  width: -webkit-fill-available;
}

.footer-section {
  margin-bottom: 20px;
  text-align: center;
}

.footer-section strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

hr{
  opacity: 100%;
}

.footer-section p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.footer-icons {
  display: flex;
  gap: 10px;
}

.icon {
  width: 50px;
  display: inline-block; 
}

  .btn-buy {
  display: none;
}

.btn-buy img {
  display: none;
}

@media (max-width: 932px) {

.section1 img.sun {
    display: none;
  }
.section1 img.sunref1 {
    display: none;
  }
.section1 img.sunref2 {
    display: none;
  }
.section1 img.cloud1 {
    display: none;
  }
.section1 img.cloud2 {
    display: none;
  }
.section1 img.hand1 {
    display: none;
  }
  
.section1 img.pyramid {
  display: none;
}

  .section2 .mummytext p {
    font-size: 40px;
    text-align: center;
    width: max-content;
    margin-top: 50px;
    margin-bottom: 0px;
    line-height: 74px;
    font-family: "Aclonica", sans-serif;
}

.section2 .mummytext span{
text-align: center;
font-size: 24px;
}

.section2 .amood1 {
    display: none;
  }
.section2 .amood2 {
    display: none;
  }

  .section3 {
    padding-bottom: 0px;
    padding-top: 48px;
  }
  .section4 {
    padding-bottom: 0px;
    padding-top: 48px;
  }

  .header {
    display: none;
  }

  .section1 .pytext {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 260px;
    color: var(--main-color);
    z-index: 0;
  }

  .date img {
    width: 400px;
  }

  .desktop-only {
    display: none; 
  }
  .mobile-only {
    display: inline-block;
    max-width: 400px;
  }
  
  .desktop-onlyd {
    display: none; 
  }
  .mobile-onlyd {
    display: inline-block;
    max-width: 800px;
  }

  .section2 {
    min-height: 70vh;
    top: 80px;
  }
.section1 .pytext p {
    font-size: 65px;
    line-height: 120px;
}

.pytext img{
  max-width: 400px;
  transform: translateX(-50%);
}

.slide-in img {
  max-width: 300px;
}

.section1 .pytext span {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}
  
  header {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 20px;
  }
  .buy img {
        display: none;
      }

      .nav-links li {
        text-align: center;
        padding: 10px 0;
      }

      .nav-links.show {
        display: flex;
      }

      .hamburger {
        display: block;
      }
  .bg {
    background-image: url("assets/images/bg-mob.png");
    top: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #logo {
    height: auto;
    width: 100%;
  }

  .event-title {
    font-family: "Aclonica", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 14px;
  }
  #one {
    padding-top: 200px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 300px;
  }
  #two {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .list-inline-item {
    margin-bottom: 16px;
  }

  .buy-nav {
   bottom: 30px;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    padding: 4px 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 9999;
  }

  .logo-label {
    margin-top: 30px;

    height: auto;
  }

  .logo-label img {
    max-width: 120px;
  }

  .jx img {
    max-width: 300px;
  }

  .sma16 img {
    max-width: 200px;
  }
  .event-date {
    font-size: 1.5rem;
    margin-top: 12px;
  }

  .btn-buy {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.btn-buy img {
  max-width: 300px;
}
}