* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
  }
  
  
  .icon-size{
    width: 60px;
    height: 60px;
  }

  body {
     background: #fff;
  }

  
  .main-content {
  transition: filter 0.3s ease; 
  } 

  .main-content.blur {
  filter: blur(5px); 
  }


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #11101d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}



#preloader.hide {
  opacity: 0;
  visibility: hidden;
}



#preloader .loader-content {
  text-align: center;
}



#preloader .logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  animation: fadeIn 2s ease-in-out;
}



#preloader h1 {
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "Bebas Neue", serif;
  animation: fadeIn 2s ease-in-out;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


  .latar-belakang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('17580.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    box-shadow: inset 0 -50px 50px rgba(255, 255, 255, 0.6);
  }
  .latar-belakang::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  }
  
  .home {
  z-index: -1;
  color: #11101d;
  text-align: left; 
  position: relative;
  margin-top: 110px;
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  justify-content: center;
  height: 89vh;
  padding: 0 20px; 
  padding-left: 150px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  
}


.home.show {
  opacity: 1;
  transform: translateY(0);
}

.home h3,
.home h2,
.home p,
.home img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.home h3.show,
.home p.show,
.home h2.show,
.home img.show {
  opacity: 1;
  transform: translateY(0);
}



.home h3 {
  font-size: 70px;
}

.home h2 {
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.5;
  margin-bottom: 5px;
  width: 0;
  animation: typing 3s steps(30) 1s forwards, blink 0.75s step-end infinite;
}



.home p {
  margin-top: 0;
  font-size: medium;
  line-height: 1.5; 
  font-family: Arial, Helvetica, sans-serif;
}
.home img {
  position: absolute;  
  top: 15%;  
  right: 10%;   
  width: 500px;
  height: auto;
}

.informasi {
  position: relative; 
  z-index: 1; 
  padding: 50px 15px; 
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.9), #000000);
  overflow: hidden; 
  color: white;
}

.info-container {
  padding: 30px 15px;
}

.content-group {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  color: #fff; 
}

.informasi h2 {
  font-size: 50px;
  color: #fff; 
  margin-bottom: 20px;
  text-align: center;
  margin-top: 105px;
}

.text h1 {
  font-size: 35px;
  color: #fff; 
  margin-bottom: 10px;
}

.text p {
  font-size: 16px;
  color: #fff; 
  line-height: 1.6;
  text-align: justify; 
  margin-bottom: 105px;
  font-family: Arial, Helvetica, sans-serif;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.background {
  width: 700px;
  position: absolute;
  left: -15%; 
  top: 10%;
  filter: blur(5px) brightness(50%) grayscale(100%);
  z-index: -1;

  animation: floating 4s ease-in-out infinite;
}


.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}



.gambar {
  background: #000000;
  padding: 0 80px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.informasi-terbaru {
  position: relative;
  background: #000000;
  color: #fff;
  padding: 300px 80px;
  z-index: 1;
}

.informasi-terbaru img {
  float: left; 
  margin-right: 40px; 
  max-width: 650px; 
  height: auto; 
  align-items: center;
  margin-top: -15%;
  margin-bottom: 50px;
}

.informasi-terbaru h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.informasi-terbaru p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

.teknologi-ai img {
  float: right; 
  margin-left: 40px; 
  max-width: 650px; 
  height: auto;
  align-items: center;
  margin-top: -15%;
}

.teknologi-ai {
  position: relative;
  background: #000000;
  color: #fff;
  padding: 300px 80px;
  z-index: 1;
}

.teknologi-ai h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.teknologi-ai p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}



.cssbuttons-io-button {
  background: #a370f0;
  color: white;
  font-family: "Poppins", sans-serif; 
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 1000; 
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  margin-top: 5rems;
}


.cssbuttons-io-button a {
  color: inherit; 
  text-decoration: none; 
  display: inline-flex; 
  align-items: center;
  
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.Perkembangan {
  position: relative;
  background: linear-gradient(to bottom, #000000, #24262b);
  color: #fff;
  padding: 300px 80px;
}

.Perkembangan img{
  float: left; 
  margin-right: 40px; 
  max-width: 650px; 
  height: auto; 
  align-items: center;
  margin-top: -15%;
  margin-bottom: 50px;
}

.Perkembangan h2 {
  font-size: 50px;
  margin-bottom: 25px;
}

.Perkembangan p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 200px;
    background: rgba(3, 52, 110, 10);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    z-index: 1000;
    transition:  transform 1s ease;
  }

  .nav.hidden {
    transform: translateY(-100px); 
  }



  .nav,
  .nav .nav-links {
    display: flex;
    align-items: center;
  }

  .nav.nav-links.show {
    transform: none;
  }

  .nav {
    justify-content: space-between;
  }

  a {
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  }

  .nav .logo {
    font-size: 22px;
    font-weight: 500;
  }

  .nav .nav-links {
    column-gap: 25px;
    list-style: none;
  }

  .nav .nav-links a {
    transition: all 0.2s linear;
  }

  .nav .nav-links a:hover{
    color:#fff;
  }

  .nav .nav-links a::after {
    content: '';
    display: block;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #fff;
    transform: scaleX(0); 
    transform-origin:center; 
    transition: transform 0.3s ease-out; /
  }
  
  .nav .nav-links a:hover::after {
    transform: scaleX(1); 
  }

  .nav.openSearch .nav-links a {
    opacity: 0;
    pointer-events: none;
  }

  .nav .search-icon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }

  .nav .search-box {
    position: absolute;
    right: 250px;
    height: 45px;
    max-width: 555px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
  }

  .nav.openSearch .search-box {
    opacity: 1;
    pointer-events: auto;
  }

  .search-box .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    left: 15px;
    color: #4a98f7;
    transform: translateY(-50%);
  }
  

  .search-box input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 15px 0 45px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .nav .navOpenBtn,
  .nav .navCloseBtn {
    display: none;
  }
  
  @media screen and (max-width: 1160px) {
    .nav {
      padding: 15px 100px;
    }
    .nav .search-box {
      right: 150px;
    }
    .home {
      padding-left: 150px;
      height: 89vh;
    }
    .home h3 {
      font-size: 70px;
    }
    .home p {
      font-size: medium;
    }
    
    
  }
  @media screen and (max-width: 1160px) {
    .nav {
      padding: 15px 50px;
    }
    .nav .search-box {
      right: 100px;
      max-width: 400px;
    }
    .home {
      padding-left: 30px;
      text-align: center;
      align-items: center;
      margin-top: 80px;
    }
    .home h3 {
      font-size: 50px;
    }
    .home p {
      font-size: small;
    }
    .home img {
      position: relative; 
      top: -1%; 
      left: 0; 
      width: 300px;
    }
    .team {
      gap: 0px;
    }
    
  }
  
  @media screen and (max-width: 1100px) {
    .informasi-terbaru {
      padding: 50px;
    }
    .informasi-terbaru img {
      max-width: 0px;
      margin: 0;
      padding: 0;
    }
    .teknologi-ai {
      padding: 50px;
    }
    .teknologi-ai img {
      max-width: 0px;
      margin: 0;
      padding: 0;
    }
    .Perkembangan {
      padding: 50px;
    }
    .Perkembangan img{
      max-width: 0px;
      margin: 0;
      padding: 0;
    }
    .background {
      width: 550px;
      top: 25%;
      left: -30%;
      filter: blur(5px) brightness(50%) grayscale(100%);
    }
  }




  @media screen and (max-width: 768px) {
    
    .nav .navOpenBtn,
    .nav .navCloseBtn {
      display: block;
    }
    .nav {
      padding: 15px 20px;
    }
    .nav .nav-links {
      position: fixed;
      top: 0;
      left: -100%;
      height: 100%;
      max-width: 280px;
      width: 100%;
      padding-top: 100px;
      row-gap: 30px;
      flex-direction: column;
      background-color: #11101d;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
      z-index: 100;
      
    }
    .nav.openNav .nav-links {
      left: 0;
    }
    .nav .navOpenBtn {
      color: #fff;
      font-size: 20px;
      cursor: pointer;
    }
    .nav .navCloseBtn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
    }
    .nav .search-box {
      top: calc(100% + 10px);
      max-width: calc(100% - 20px);
      right: 50%;
      transform: translateX(50%);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .home {
      text-align: center;
      align-items: center;
      margin-top: 100px;
    }
    .home h3 {
      position: relative;
      flex-direction: column; 
      text-align: center; 
      justify-content: center;
      
    }
    .home p {
      font-size: smaller;
    }
    .home img {
      position: relative; 
      top: -5%; 
      left: 0; 
      width: 300px; 
    }
    .text {
      padding-left: 30px;
      padding-right: 30px;
    }
    .text h1 {
      font-size: 25px;
    }
    .informasi {
      padding: 50px 10px; 
      margin-top: 60px; 
    }
    .info-container {
      padding: 30px 10px;
    }
    .informasi h2 {
      font-size: 40px;
    }
    .foto h2 {
      font-size: 45px;
    }
    .team {
      gap: 0px;
    }
    .description {
      max-width: 600px;
    }
  }
  @media screen and (max-width: 450px) {
    .home h3 {
      padding: 0;
    }
    .home img {
      padding: 0;
      margin: 0;
    }
  }

  .slider {
    height: 250px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #000000;
  }
  
  .slide-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(250px * 16);
  }
  
  @keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 8)); 
    }
  }
  
  .slide {
    height: 200px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
  }
  
  .slide img {
    width: 100%;
    transition: transform 1s;
  }
  
  .slide img:hover {
    transform: translateZ(20px);
  }
  
  
  .slider::before,
  .slider::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }


 
  .footer .container {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    max-width: 1170px;
    margin: auto;
    flex-wrap: wrap;
}


.footer img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}


.footer .row {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}



.footer ul{
	list-style: none;
}

.footer{
	background-color: #24262b;
    padding: 70px 0;
}

.footer-col{
   width: 25%;
   padding: 0 15px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

@media(max-width: 1116px){
.footer img {
  margin-left: 20px;
}

}

@media(max-width: 767px){
  
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
.footer img {
  margin-left: 20px;
}

}

@media(max-width: 574px){

  .footer-col{
    width: 100%;
}

}


.containe {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 20px;
}
.cre {
  font-size: 50px;
  border-bottom: 4px solid red;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 6px;
}
.description {
  font-size: medium;
  color: #333;
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  position: relative;
}
.team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}
.card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 15px;
  padding: 20px;
  width: 220px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.card:hover {
  transform: scale(1.1);
}
.card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #007BFF;
}
.name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #007BFF;
}
.role {
  font-size: 16px;
  color: gray;
}

@media (max-width: 480px) {
  .team {
    gap: 5px;
  }
}

@media (max-width: 765px) {
  .team {
    gap: 5px;
  }
  .description {
    margin-top: 20px;
  }
}

@media (max-width: 1155px) {
  .team {
    gap: 5px;
  }
}
