    
    @import url('https://fonts.googleapis.com/css2?family=Poppins&family=Dosis:wght@100&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@10&display=swap');

    body {
      /* background: linear-gradient(30deg, #e95950, #bc2a8d, #fccc63, #8a3ab9); */
      /* background: linear-gradient(45deg, 
      #08356b, #155fb9, #18d9dc, #1ac09e, #39c5be, #caef81, #f0e162, #fdac5b, #fd7b5b, #f17377, #f15093, #a92b83, #6a3386
      );
      background-size: 450% 450%;
      animation: gradient 10s ease infinite; */
      transition: backgroundColor 0.5s ease-in-out;
      /* background: #222; */
    }


    @keyframes gradient {
      0% {
          background-position: 0% 50%;
          /* opacity: 1; */
      }
      50% {
          background-position: 100% 50%;
          /* opacity: 0.3; */
      }
      100% {
          background-position: 0% 50%;
          /* opacity: 1; */
      }
  }
  
  .sky-gradient {
    width: 100%;
    height: 100%;
  }


  .pagi-bg {
      background: linear-gradient(45deg, #050d3e, #050b3d, #141e77, #2b38ae, #2b5fae, #417dd5, #5a9fe9, #65b1d7, #71acca, #72cabd, #8fcac1, #cfcd92, #cfcd92, #cfcd92);
      background-size: 450% 450%;
      animation: gradient 18s ease-in-out infinite;
  }
  .siang-bg {
      background: linear-gradient(45deg, #cab98f, #caab8f, #dad59d, #dad59b, #cac68f  , #e3ad60, #e0a34e, #e2a045, #d18e3b, #c75f33, #ce6537, #c75728, #d2541e, #d85016);
      background-size: 450% 450%;
      animation: gradient 18s ease-in-out infinite;
  }
  .sore-bg {
      background: linear-gradient(45deg, #b94513, #b94513, #c04612, #ca4911, #d44a0e, #d14a10, #86157d, #621775, #450e6f, #220b5d, #090b55, #090b53, #04092f, #03082c);
      background-size: 450% 450%;
      animation: gradient 18s ease-in-out infinite;
  }
  .malam-bg {
      background: linear-gradient(45deg, #050d3e, #050b3d, #0d1117, #052750, #12065c, #2c043d, #1e022a, #050d3e, #0d1117, #0a0c0f, #060607, #000000, #000000, #000000);
      background-size: 450% 450%;
      animation: gradient 18s ease-in-out infinite;
  }
  

  .decoration1 {
    width: 67px;
    height: 53px;
    position: absolute;
    left: -10%;
    top: 8%;
    z-index: 1;
    transform: scale(0.8);
}
@media (max-width: 767px) { 
  .decoration1 {
      transform: scale(0.8); 
      left: 6%;
      top: 6%;
  }
}

.decoration2 {
  width: 75px;
  height: 90px;
  position: absolute;
  left: 80%;
  top: 6%;
  z-index: 1;
}
@media (max-width: 767px) { 
  .decoration2 {
      transform: scale(0.8); 
  }
}

.decoration3 {
  width: 89px;
  height: 95px;
  position: absolute;
  left: 55%;
  top: 45%;
  z-index: 1;
  transform: scale(0.8);
}
@media (max-width: 767px) { 
  .decoration3 {
      transform: scale(0.8); 
      left: -115%;
      top: 66%;
  }
}

.decoration4 {
  width: 92px;
  height: 49px;
  position: absolute;
  left: 10%;
  top: 38%;
  z-index: 1;
}
@media (max-width: 767px) { 
  .decoration4 {
      transform: scale(0.8); 
  }
}

.decoration5 {
  width: 92px;
  height: 49px;
  position: absolute;
  left: 45%;
  top: 25%;
  z-index: 1;
}
@media (max-width: 767px) { 
  .decoration5 {
      transform: scale(0.8); 
  }
}

.decoration6 {
  width: 83px;
  height: 53px;
  position: absolute;
  left: 15%;
  top: 80%;
  z-index: 1;
}
@media (max-width: 767px) { 
  .decoration6 {
      transform: scale(0.8); 
  }
}


.the-content {
  z-index: 2;
  position: relative;
}
.main-content {
  animation: gradient 18s ease-in-out infinite;
  background: linear-gradient(to bottom, #951400, #6a0e00);
  /* background-color: #034E2D; */
  position: relative;
  overflow: hidden;
}  



.image1 {
  width: 678px;
  height: 527px;
  transform: scale(1.3);
  background: url('../img/hut2024/man.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 40%;
  margin-left: -9%; /* Initial position off-screen */
  opacity: 0;
  transition: opacity 0.5s, left 0.5s ease-in-out;
}

@media (max-width: 767px) { /* Apply styles for screens up to 768px wide (typical mobile view) */
  .image1 {
      transform: scale(0.7); /* Apply the scale transformation for mobile view */
      top: 50%;
      left: -5%;
  }
}


.image2 {
  width: 678px;
  height: 527px;
  transform: scale(1.3);
  background: url('../img/hut2024/woman.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 20%;
  margin-right: -8%; /* Initial position off-screen */
  opacity: 0;
  transition: opacity 0.5s, right 0.5s ease-in-out;
}

@media (max-width: 767px) { /* Apply styles for screens up to 768px wide (typical mobile view) */
  .image2 {
      transform: scale(0.7); /* Apply the scale transformation for mobile view */
      top: 30%;
      right: -5%;
  }
}        


.image3 {
  width: 100%;
  height: 600px;
  transform: scale(0.95);
  background: url('../img/hut2024/choir.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 80%;
  margin-right: -2%; /* Initial position off-screen */
  opacity: 0;
  transition: opacity 0.5s, right 0.5s ease-in-out;
}

@media (max-width: 767px) { /* Apply styles for screens up to 768px wide (typical mobile view) */
  .image3 {
    width: 100%;
      transform: scale(1.5); /* Apply the scale transformation for mobile view */
      top: 81.8%;
      left: 0%;
  }
}        


.collaboration-with {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 2vh;
  margin-top: -10%;
  transform: scale(0.09);
  z-index: 5;
}
@media screen and (max-width: 424px) {
  .collaboration-with {    
    max-height: 6vh;
  }
}
@media screen and (max-width: 423px) {
  .collaboration-with {    
    max-height: 1vh;
} 
}

.image-collab {
  margin: 25%; /* Adjust margin as needed */
}

@media (max-width: 767px) { 
  .collaboration-with {
      margin-top: -30%;
      transform: scale(0.065);
      margin-left: -6%;
  }
  .image-collab {
    margin: 50%; /* Adjust margin as needed */
  }
}  

@media (max-width: 428px) {
  .collaboration-with {
    margin-top: -40%;
  }
}

 

    /* body.dark {
      background: linear-gradient(45deg, 
      #050d3e, #050b3d, #0d1117, #052750, #12065c, #2c043d, #1e022a, #050d3e, #0d1117, #0a0c0f, #060607, #000000, #000000, #000000
      );
      background-size: 450% 450%;
      animation: gradient 10s ease infinite;
    } */




    /* @keyframes gradient {
      0% {
        background-position: 0% 50%;
      }

      50% {
        background-position: 100% 50%;
      }

      100% {
        background-position: 0% 50%;
      }
    } */

    /* .bg {
      background: #19191B;
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
      backdrop-filter: blur(12.1px);
    } */

    .profile-picture {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: auto;
      max-width: 200px;
      border-radius: 50%
    }

    .profile-name {
      text-align: center;
      padding: 10px;
      font-family: sans-serif;
      font-weight: 700;
      color: #FEFFFE;
      font-size: 20px
    }

    .profile-about {
      margin-top: 1%;
      margin-left: 5%;
      margin-right: 5%;
      text-align: center;
      padding: 2px;
      font-family: Dosis, sans-serif;
      color: #FEFFFE;
      font-size: 15px;
      letter-spacing: 2px;
    }

    .profile-about a {
      color: inherit; /* This will make the <a> tag inherit the color from its parent (.profile-about) */
    }
    

     .description {
      /* text-align: center; */
      /* margin-top: 5px; */
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      display: flex;
      justify-content: flex-start;
      /* font-family: sans-serif; */
      position: relative;
      width: 600px;
      max-width: 100%;
      transition: all .3s ease-in-out;
      background-color: rgba(255, 255, 255, 0.0);
      color: #fff;
      opacity: 0.5; 
      font-size: 8pt; 
      font-style: italic;
    }

    .links {
      text-align: center;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      border: .5px solid #fff;
      border-width: 1px;
      display: block;
      border-radius: 15px;
      font-family: sans-serif;
      position: relative;
      font-size: 17px;
      width: 680px;
      max-width: 95%;
      transition: all .3s ease-in-out;
      background-color: rgba(255, 255, 255, 0.0);
      color: #fff
    }

    .links-circle {
      text-align: center;
      margin-top: 20px;
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      border: .5px solid #fff;
      border-width: 1px;
      display: block;
      border-radius: 15px;
      font-family: sans-serif;
      position: relative;
      font-size: 17px;
      /* width: 680px; */
      max-width: 95%;
      transition: all .3s ease-in-out;
      background-color: rgba(255, 255, 255, 0.0);
      color: #fff
    }


    .links-in {
      padding: 5px;
      border: .5px solid #ffffff00;
      border-width: 1px;
      width: 30px;
      display: block;
      border-radius: 40px;
      left: 20px;
      position: absolute;
      font-size: 20px
    }

    .hover {
      max-width: 90%;
      text-decoration: none;
      color: #FEFFFE;
      transition: all .3s;
      background: #27262B;
      background-color: rgba(195, 31, 31, 0)
    }

    .hover:hover {
      text-decoration: none;
      background-color: #fff;
      color: #2d3748;
      border: solid #fff 0.5px;
      transition: all .2s ease-in-out;
      transform: scale(1.08)
    }

     .bottom-info {
      margin-top: -90px;
      opacity: 0.3; 
      font-size: 7.5pt; 
      font-style: italic;
      text-align: center;
      width: 600;
      color: #fff;   
      font-family: 'Prodcut Sans', 'Product Sans', sans-serif
    }

     .bottom-info p {
      margin-bottom: -20px;
      padding: 10px;
    }

    .bottom-text {
      opacity: 0.3; 
      font-size: 7.5pt; 
      font-style: italic;
      text-align: center;
      width: 600;
      color: #fff;   
      font-family: 'Prodcut Sans', 'Product Sans', sans-serif
    }

    .bottom-text-version {
      /* text-align: center; */
      margin-bottom: 15px;
      font-size: 12px;
      color: #fff;
      font-family: 'Prodcut Sans', 'Product Sans', sans-serif;
    }

    .link-hide {
      text-decoration: none
    }

    .link-hide:hover {
      text-decoration: none
    }



    .links-footer {
      padding: 4px;
      border: .5px solid #FEFFFE;
      border-width: 1px;
      width: 40px;
      display: inline-block;
      border-radius: 30px;
      font-size: 20px;
      text-align: center;
      margin: 10px;
      margin-top: 50px;
      color: #000;
      transition: color 1s;
      transition: all .3s;
      background: #FEFFFE
    }

    .links-footer:hover {
      color: #000;
      background: #FEFFFE;
      transition: all .3s
    }

    .space,
    .space2 {
      padding-top: 0px
    }

    .drag {
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none;
      -user-drag: none
    }

    #linksbuttonHighlight {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
      transform: scale(1.0);
      animation: scaleAnimation 1s infinite alternate;
    }
    
    @keyframes scaleAnimation {
      0% {
        transform: scale(1.0);
      }
      100% {
        transform: scale(0.95);
      }
    }
    

    #linksbuttonPeribadahan {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
    }

    #linksbuttonPersembahan {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
    }

    #linksbuttonAcara {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
    }

    #linksbuttonFasilitas {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
    }

    #linksbuttonLainnya {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
    }

    #title {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.25;
      display: block;
      font-family: 'Prodcut Sans', 'Product Sans', sans-serif;
      width: 100%;
      margin-top: 50px;
      text-align: center;
      text-decoration: none;
    }

    .gears {
      width: auto;
      text-align: center;
      /* margin: 10px auto; */
      /* margin-left: 5%;
      margin-right: 5%; */
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      margin-top: -2%;
      padding: 15px;
      display: flex;
      width: 600px;
      max-width: 100%;
      /* width: 680px; */
      /* max-width: 35%; */
      /* display: flex;
      justify-content: space-between;
      padding: 10px; */
    }

    .gear {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.0);
      color: #fff;
      font-family: 'Prodcut Sans', 'Product Sans', sans-serif;
      text-align: center;
      margin-top: 20px;
      padding: 15px;
      text-decoration: none;
      font-size: 13px;
      font-weight: bold;
      transition: all .25s cubic-bezier(.08, .59, .29, .99);
      border: solid #fff 1.5px;
      /* border-radius: 15px */
      border-radius: 50%;
     
    }

    .gear:hover {
      text-decoration: none;
      background-color: #fff;
      color: #000;
      border: solid #fff 0.5px;
      transition: all .2s ease-in-out;
      transform: scale(1.3)
    }

    .label {
      background-color: #333;
      border-radius: 50px;
      justify-content: space-between;
      position: relative;
      height: 26px;
      width: 50px;
      float: right;
      padding: 5px;
      align-items: center;
      display: flex;
      transform: scale(1.2);
    }

    .checkbox {
      opacity: 0;
      position: absolute;
    }

    .label .ball {
      background-color: #fff;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px;
      height: 22px;
      width: 22px;
      transition: transform 0.2s linear;
    }

    .checkbox:checked+.label .ball {
      transform: translateX(22px);
    }

    .moveBall {
      transform: translateX(22px);
    }

    .moveBallBack {
      transform: translateX(0px);
    }

    .fa-moon {
      color: #f1c40f;
      font-size: 15px;
    }

    .fa-sun {
      color: #f39c12;
      padding-left: 10px;
      font-size: 15px;
    }

    .navbarmod {
      height: 70px;
      width: 100%;
      padding: .5rem 1rem;
      display: flex;
      position: relative;
      align-items: center;
      justify-content: flex-end;
    }

    @media screen and (min-width:768px) {
      ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px;
        height: 5px
      }

      ::-webkit-scrollbar-track {
        background: transparent
      }

      ::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .15);
        border-radius: 10px
      }

      ::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, .35)
      }

      ::-webkit-scrollbar-thumb:active {
        background: rgba(0, 0, 0, .35)
      }

      .profile-about {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
      padding-left: 2%;
      }

      /* .links-in {
      max-width: 580px;
      width: auto;
      display: block;
      margin: 27px auto;
      } */
    }
    
   #canvas, #text {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	z-index: -1;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .profile-about {
    text-align: center;
    padding: 2px;
    font-family: Dosis, sans-serif;
    color: #FEFFFE;
    font-size: 15px;
    letter-spacing: 1px
  }

  .gears {
    transform: scale(0.8);
    margin-top: -8%;
  }

  /* .judul-text {
    font-size: 12px;
  } */
}

@media screen and (max-width: 430px) {
  .judul-text {
    font-size: 12px;
  }
}
/* @media (max-width:548px) {
  .profile-about {
    text-align: center;
    padding: 2px;
    font-family: Dosis, sans-serif;
    color: #FEFFFE;
    font-size: 15px;
    letter-spacing: 1px
  }
} */