* {
  font-family: oxanium;
  box-sizing: border-box;
}
body{
overflow-x: hidden !important;
position: relative !important;
}
.navbar{
  background-color: #fff;
  font-weight: bold;
}
.navbar-brand .logo{
  height: 50px;
  width: auto;
}  

.floating-button{
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
flex-direction: row;
gap: 10px;
z-index: 999;
}

.floating-button img{
  width: 250px;
}

.navbar-nav .nav-link {
font-size: 16px;
color: #333;
transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
color: #4d79ff;
}

.hero {
  height: 1026px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url('/assets/image/FRAME_1.png') no-repeat center center;
  background-size: cover;
  margin-bottom:0;
}

.hero .bg-primary {
  font-size: 20px;
}

.daftar{
  background: linear-gradient(to right, #D478AE, #8E85D3, #4893F8);
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.daftar:hover{
  background: linear-gradient(to right, #5d8fff, #a06bff);
}
.countdown {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.countdown .time-box {
  background: linear-gradient(to right, #4d79ff, #964dff);
  margin: 0 10px;
  width: 100px;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  color: white;
}

.countdown .time-box span {
  font-size: 32px;
  display: block;
}

.cta-button {
  background: linear-gradient(to right, #4d79ff, #964dff);
  border: none;
  margin-top: 10px;
  padding: 10px 20px;
  color: white;
  font-size: 20px;
  border-radius: 8px;
  cursor: pointer;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.cta-button a{
  text-decoration: none;
  color: white;

}

.cta-button:hover {
  background: linear-gradient(to right, #5d8fff, #a06bff);
}
.hero .container{
  z-index:1;
}

.building-left img{
  position: absolute;
  left: 0;
  width: 500px;
  height: 300px;
  Z-index:1;
  transform: translateX(-90px);
}

/* Gedung di kanan */
.building-right img{
  position: absolute;
  right: 0;
  width: 500px;
  height: 300px;
  z-index:1;
  transform: translateX(90px);
}
.meteor-kanan img{
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 0;
  overscroll: hidden !important;
}

.bintang-atas img{
  position: absolute;
  top: 120px;
  left: 0;
  width: 700px;
  height: 400px;
}

.bintang-bawah img{
  position: absolute;
  top: 370px;
  left: 0;
  width: 700px;
  height: 400px;
}

.about {
  background: url('/assets/image/FRAME_2.png') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 20px;
  height: 1026px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden !important;
  margin: 0 auto;
  position: relative;
}

.kotak-background{
  position: relative;
  background-size: contain;
  padding: 40px;
  justify-content: center;
  background-position: center center;
  display: flex;
  color: white; 
  width: 100%;
  z-index:1;
  border-radius: 8px; 
  text-align: justify; 
  overflow-y: hidden;
  }
  
  .text {
  align-items: center;
  display: flex;
  position: absolute;
  font-size: 25px;
  color: #fff;
  text-align: justify;
  top: 5%;
  padding: 10%;
  word-wrap: break-word;
  z-index: 2;
  overflow: hidden;
  }

  @media (max-width: 768px) {
    .kotak-background {
      padding: 15px;
      overflow-y: hidden;
    }
    .kotak-background img{
      height: 30em;
      overflow-y: hidden;
    }
    .text {
      align-items: center;
      justify-content: center;
      display: flex;
      position: absolute;
      color: #fff;
      font-size: 15px;
      text-align: justify;
      top: 5%;
      padding: 10%;
      word-wrap: break-word;
      z-index: 2;
      overflow: hidden;
      }
      .floating-button img{
        width: 150px;
      }
  }
  @media (min-width: 993px) {
    .kotak-background {
      font-size: 15px;
      padding: 15px;
      overflow-y: hidden;
    }
    .kotak-background img{
      height: 40em;
      overflow-y: hidden;
    }
  }
  @media (min-width: 768px) {
    .kotak-background {
      font-size: 25px;
      padding: 15px;
      overflow-y: hidden !important;
    }
    .kotak-background img{
      height: 28em;
    }
  }
  @media (max-width: 480px) {
    .kotak-background {
      font-size: 14px;
      padding: 10px;
    }
    .text {
      top: 2%;
    }
  }

.cat{
  overflow-x: hidden;
  background: url('/assets/image/FRAME_3.png') no-repeat center center;
  background-size: cover;
  overflow-y: hidden;
  position: relative;
}

.kategori-judul{
  font-family: "Oxanium", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1 !important;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.kategori1 {
  position: relative;
  padding: 40px;
  justify-content: center;
  background-position: center center;
  display: flex;
  color: white; 
  font-size: 24px; 
  height: 500px;
  border-radius: 8px; 
  text-align: justify; 
  overflow-y: hidden;
  z-index: 1 !important;
}

.isikategori1{
  position: absolute;
}

.judul-kategori{
  font-size: larger;
  font-weight: bold;
}

.gambar-web-design{
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 20px;
  overflow: hidden;
}

.gambar-web-dev{
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.button-container{
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left:  11px;
  justify-content: center;
  overflow: hidden !important;
}

.button-juklakjuknis img {
  display: block; 
  appearance: none;
  width: 300px; 
  height: auto; 
  cursor: pointer;
  border: none; 
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.button-juklakjuknis img:hover {
  opacity: 0.8; 
  transform: scale(0.97);
  transition: all 0.3s ease; 
  position: relative;
}

.col{
  z-index: 1;
}

.kategori2 {
  position: absolute;
  padding: 40px;
  justify-content: center;
  background-position: center center;
  display: flex;
  color: white; 
  height: 500px;
  overflow-y: hidden;
  font-size: 24px; 
  border-radius: 8px; 
  text-align: justify; 
 
}
.kategori2 .button-container{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 162px;
  justify-content: center;
}

.cat .titik{
    background: url('/assets/image/titik.png') no-repeat center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 850px;
    position: absolute;
    z-index: 0;
  }

  .timeline{
    background: url('/assets/image/FRAME_4.png') no-repeat center center;
    background-size: cover;
    height: 1026px;
    position: relative;
    overflow: hidden !important;
    display: grid;
  }
  
  .timeline .main-container{
    overflow: hidden;
    width: 65%;
    height: auto;
    margin: auto 0;
    position: relative;
    padding: 10px
  }
  
  .main-container ul{
    list-style: none;
    overflow: hidden;
    width: 100%;
  }
  
  .main-container ul::after{
    content: " ";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #FF55E8, #964dff);
  }
  .main-container ul li{
    width: 300px;
    padding: 15px 20px;
    background-image: linear-gradient(to right, #00EDFF, #FF55E8);
    box-shadow: 1px 1px 25px #FF55E8;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    z-index: 2;
  }
  
  .main-container ul li:nth-child(4) {
    margin-bottom: 0;
  }
  
  .main-container ul li:nth-child(odd){
    float: left;
    clear: right;
    transform: translateX(140px) translateY(10px);
    text-align: left;
  }
  
  .main-container ul li:nth-child(even){
    float: right;
    clear: left;
    text-align: right;
    transform: translateX(-170px) translateY(10px);;
  }
  
  ul li p{
    font-size: 15px;
    color: #fff;
    margin: 6px 0 4px 0;
    line-height: 25px;
  }
  
  ul li .heading {
    font-size: 17px;
    color: #fff;
  }

.awan-kanan img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overscroll: hidden !important;
}
.awan-kiri img{
  position: absolute;
  top: 0;
  left: 0;
  Z-index: 1;
  overflow: hidden !important;
}
.awan-kanan-bawah img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden !important;
}

@media only screen and (min-width:798px) and (max-width: 1100px) {
	.timeline .main-container{
		width: 80%;
    text-align: center;
	}
}

@media only screen and (max-width: 798px) {
  .timeline{
    height: auto;
    padding: 20px;
  }
	.timeline .main-container{
		width: 100%;
		padding: 10px;
	}
	.timeline .main-container ul::after{
		left: -40px;
	}
	.timeline .main-container ul li {
		width: 100%;
		float: none;
		clear: none;
    padding: 10px;
		margin-bottom: 20px;
	}
	.timeline .main-container ul li:nth-child(odd) {
    float: none;
    clear: none;
    transform: none;
		text-align: center;
	}
	.timeline .main-container ul li:nth-child(even) {
		transform: translateX(0px);
    float: none;
    clear: none;
    text-align: center;
	}
  .awan-kanan img, .awan-kiri img, .awan-kanan-bawah img {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
	.timeline .main-container{
		width: 80%;
    justify-content: center;
	}
	.timeline .main-container ul::after{
		left: -20px;
	}
}

.gallery{
  background: url('/assets/image/FRAME_5.png') no-repeat center center;
  background-size: cover;
  overflow-y: hidden !important;
  height: 1026px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.galeri-awan img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden !important;
  transform: translateX(-80px) !important;
}

.galeri-awan-bawah img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden !important;
  transform: scaleX(-1);
}

.carousel-container{
  position: relative;
  padding: 20px;
  width: 100rem;
  max-width: 800px;
  overflow-y: hidden;
  background-color: white; /* Opsional untuk memberikan latar belakang putih */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); /* Efek bayangan */
  border-radius: 10px;
}

.carousel img{
  object-fit: cover;
  overflow-y: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Efek bayangan pada gambar */
  border-radius: 5px;
}

.carousel .carousel-inner{
  overflow-y: hidden;
}

.carousel .carousel-item img{
  width: 100%;
  height: auto;
}
.sponsor{
  background: url('/assets/image/FRAME_6.png') no-repeat center center;
  background-size: cover;
  height: 1026px;
  position: relative;
  overflow: hidden;
}
.bintang{
  background: url('/assets/image/bintang.svg') no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 850px;
  position: absolute;
  z-index: 0;
}

@keyframes scroll{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 7));
  }
}
.slider{
  overflow: hidden;
  position: relative;
}

.slider .slide-track{
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide{
  width: 250px;
}
.s-text{
  border: 10px solid rgb(222,50,200);
  border-radius: 50px;
}
.city-kiri img{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden !important;
  transform: translateY(20px) !important;
}

.city-kanan img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden !important;
  transform: translateY(10) !important;
}
@media (max-width: 1194px){
  .awan-kiri{
    display: none;
  }
  .awan-kanan{
    display: none;
  }
  .awan-kanan-bawah{
    display: none;
  }
  .galeri-awan{
    display: none;
  }
  .galeri-awan-bawah{
    display: none;
  }
  .city-kanan{
    display:none;
  }
  .city-kiri{
    display: none;
  }
}

.footer {
  background-color: #ffffff;
  border-top: 2px solid #e0e0e0;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.footer-left {
  max-width: 50%;
}

.footer-logo {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.footer-right {
  text-align: left;
}

.footer-right h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-contact li i {
  margin-right: 10px;
  font-size: 18px;
  color: #333333;
}

@media screen and (max-width:790px) {
  body {
      text-align: center;
  }

  .main-container {
      width: auto;
  }

  .line {
      height: 1550px;
  }

  .card {
      top: 70px;
      margin-bottom: 100px;
  }

  .left::after,
  .right::after {
      visibility: hidden;
  }

  .left {
      left: auto;
  }

  .right {
      left: auto;
  }

  .left .thumbnail {
      top: -70px;
      left: 75px;
  }

  .right .thumbnail {
      top: -70px;
      left: 75px;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-left,
  .footer-right {
    text-align: center;
    max-width: 100%;
  }

  .footer-right h3 {
    margin-top: 20px;
  }
}


@media (max-width: 1194px){
  .building-left{
    display: none !important;
  }
  .building-right{
    display: none !important;
  }
  .meteor-kanan {
    display: none !important;
  }
  .bintang-atas{
    display: none !important;
  }
  .bintang-bawah {
    display: none !important;
  }
  .galeri-awan{
    display: none;
  }
}
.about-text{
  font-size: 3rem;
  font-family: "Oxanium", sans-serif;
  -webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: transparent;
  display: inline-block;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  background: -moz-linear-gradient(180deg, rgba(133,58,115,1) 0%, rgba(51,32,149,1) 35%, rgba(130,193,226,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(133,58,115,1) 0%, rgba(51,32,149,1) 35%, rgba(130,193,226,1) 100%);
  background: linear-gradient(180deg, rgba(133,58,115,1) 0%, rgba(51,32,149,1) 35%, rgba(130,193,226,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#853a73",endColorstr="#82c1e2",GradientType=1);
}
@media (max-width: 768px) {
  .imgwebdev{
    width: 10rem;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#fff;
  transition: opacity 0.75s, visibility 0.75s;
  z-index: 9999;
}


.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

.loader::after {
  content: "";
  width: 75px;
  height: 75px;
  border: 15px solid #964dff;
  border-top-color: #4d79ff;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}