:root {
  /* Primary colors */
  --color-primary: #662D91;
  --color-secondary: #FAF3FF;

  /* Neutral colors */
  --color-gray-200: #979C9E;
  --color-gray-300: #72777A;
  --color-white: #FFFFFF;
  --color-black: #212121;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Dongle", sans-serif;
  }
  
  body {
    color: var(--color-white);
  }

  .container{
    width: 90%;
    margin: 0 auto;
  }

  h2, h1{
    font-size: 6.25rem ; /*100px */
    font-weight: 700;
    line-height: 0.7;
  }

  h5,h4{
     font-size: 1.5rem; /*24px */
     font-weight: 600;

  }

  p, .foundation-cards ul li{
    font-size: 1.5rem; /*18px */
    font-weight: 400;
    line-height: 0.9;
  }

  /* NAVBAR */

  /* ======== start ========= */
.navbar {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
    transition: top 0.5s ease-in-out, background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }
  
  .navbar.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    
  }

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    transition: width 2s ease-out 2s;
}

.nav-active {
  transform: translateX(0%) !important;
  transition: transform 0.5s ease-in;
}


.nav-links{
  display:flex;
    justify-content: space-around;
    gap: 30px;
    
}

.nav-links .nav-link{
    text-decoration: none;
    font-size: 20px;
    text-decoration: none;
    color:var(--color-gray-200);
    font-weight: 600;
}

.nav-links .nav-link.active, .nav-links .nav-link:hover {
    color: var(--color-primary);

}

.logo{
  width: 121px;
}

.contact-btn, .contact-btn-sidebar {
    background: var(--color-primary);;
    color: var(--color-white);;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 20px;
    justify-content:center;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }

  .contact-btn{
    margin-left: 10%;
  }

.logo-mobile{
    width: 121px;
}


.burger div{
    width: 25px;
    height: 3px;
    border-radius:3px;
    background-color: var(--color-white);;
    margin: 5px;
    transition: all 0.3s ease;


}

.toggle .line-1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    background-color: var(--color-primary);
}
.toggle .line-2 {
    opacity: 0;
}
.toggle .line-3 {
    transform: rotate(45deg) translate(-5px, -6px);
    background-color:  var(--color-primary);
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

/* ======== end ========= */

/* HERO SECTION*/

/* ======== start ========= */
.hero {
    width: 100%;
    overflow: hidden;
    background-image: url("./images/image-hero1.webp");
    min-height: 100dvh;
    height:auto;
    background-position: 73%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  
  .hero-content {
    position: relative;
    z-index: 2;
    margin: auto;
    top: 30%;
    padding: 0 16px;
  }
  

/* ======== end ========= */

/* ABOUT SECTION*/

/* ======== start ========= */
.about-container-bg{
  position: relative;
    margin:auto;
    width: 100%;
    height: auto;
    background:transparent;
    overflow:hidden;
}

  .about-section .container{
    padding: 80px 16px 0 16px;
    margin: auto;
  }


  .about-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .about-mobile-bg-img {
    display:none;
  }

  /* Layout Tentang Kami */
  .about-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 50px;
  }
  

  
  .about-text h5 {
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 10px;
  }
  
  .about-text h2 {
    font-size: 61px;
    margin-bottom: 32px;
  }
  
  .about-text p {
    font-size: 18px;
    line-height: 0.8;
    margin-bottom: 15px;
  }
  
  .about-image img {
    width: 600px;
    display: block;
  }

  /* Slogan */
  .slogan {
    display:flex;
    justify-content:center;
    flex-direction:column;
    margin: 123px auto;
    position:relative;
    width:fit-content;
  }

.slogan img{
    width: 120px;
    position:absolute;
    left:-100px;
    z-index:-1;
    top:-50px;
}
  
  .slogan h5 {
    font-size: 18px;
    opacity: 0.8;
  }
  



    /* Visi & Misi */
    .foundation {
        text-align: center;
        padding: 80px 20px;
        margin-top: 30px;
      }

      .foundation h5 {
        font-size: 18px;
        margin-bottom: 10px;
        color:  var(--color-primary);;
        font-weight: 600px;
      }
      
      .foundation h2 {
        font-size: 61px;
        margin-bottom: 20px;
        color:  var(--color-black);;
      }
      
      .foundation .desc {
        font-size: 18px;
        opacity: 0.8;
        max-width: 600px;
        margin: 0 auto 40px;
        color:  var(--color-gray-300);;
      }
      
      .foundation-cards {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }
      
      .card {
        background:  var(--color-white);;
        border-radius: 12px;
        border: 1px solid rgba(227, 229, 229, 1);
        padding: 20px;
        flex: 1;
        min-width: 280px;
        max-width: 400px;
        text-align: left;
      }

      .card .icon{
        display: flex;
        gap: 20px;
        align-items:center;
      }
      .card .icon img{
        width: 48px;
        height: 48px;
      }
      
      .card h4 {
        color: var(--color-black);
      }
      
      .foundation .card ul li, .foundation .card p{
        
        color:  var(--color-gray-300);
        font-weight: 400;
        font-size: 18px;
        line-height: 0.8;
      }
      
      .card ul {
        padding-left: 20px;
      }

/* ======== end ========= */

/* VALUES SECTION*/

/* ======== start ========= */
.values-section {
    padding-top:80px;
    margin-bottom: 197px;
  }

  .values-section .container-value {
    overflow: hidden;
    position:relative;
    text-align: center;
    padding-top:30px;
  }

  .values-section .container-value::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -2;
  }

  .values-setion .container .content{
    max-width: 1200px;
    margin: 30px auto;
  }
  

  
  .section-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color:  var(--color-primary);
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  
  .section-title {
    font-size: 61px;
    font-weight: 700;
    color:  var(--color-black);
    margin-bottom: 50px;
  }
  
  .values-grid {
    margin-top:70px;
    display: grid;
    gap: 37px;
    justify-content: center; /* Center secara horizontal */
    align-items: center;     /* Center secara vertikal dalam grid row */
  }
  
  .value-card {
    background:  var(--color-white);
    border: 1px solid #E3E5E5;
    border-radius: 20px;
    padding: 30px 20px;
    height:145px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display:flex;
    align-items:center;
    gap:18px;
  }
  
  .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  .value-card img {
    width: 105px;
    height: 105px;
    margin-bottom: 15px;
  }

  .value-card div{
    text-align:left;
  }

  
  .value-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  
  .value-card p {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-gray-300);
    line-height: 0.8;
  }

/* ======== end ========= */

/* FOOTER*/

/* ======== start ========= */
.footer {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 40px 30px 20px;
    position: relative;
    border-radius: 12px;
    margin:36px;
    overflow: hidden;
  }
  /* Overlay shape */
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }
  
  .footer-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap: 30px;
    margin: 0 auto;
  }


  .footer-logo img {
    height: 40px;
    margin-bottom: 20px;
  }

  .footer-contact{
    display: flex;
    flex-direction: column;
    gap:18px;
  }
  
  .footer h4 {
    font-size: 24px;
    font-weight: 600;
    
  }
  
  .footer-contact p {
    line-height: 0.8;
  }

  .footer-contact .container-contact, .footer-contact .container-loc, .footer-contact .container-email{
    display:flex;
    align-items:center;
    gap:12px;
  }
  
  
  .footer-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0 30px 0 auto;
  }
  
  .footer-menu li a {
    text-decoration: none;
    font-size: 20px;
    font-weight:600;
    color: var(--color-white);
  }

  .footer-download .store-download-container{
    display:flex;
    flex-direction:column;
    gap: 15px;
    margin-top: 18px;
  }

  .footer-download img{
    width: 153px;
  }

  
  .footer-social h4 {
    margin-bottom: 10px;
    text-align: left;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
  }
  
  .social-icons a {
    color: var(--color-white);
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:48px;
    height:48px;
    transition: background 0.3s ease;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  
  /* .footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 1);
    margin-top: 60px;
    padding-top: 10px;
  }

  .footer-bottom p{
    margin: 18px 0px;
  } */

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    font-size: 18px;
    margin: 18px 0px;
  }

  .footer-left {
    color: #fdfdfd;
  }

  .footer-right {
    display: flex;
    gap: 1.5rem;
  }

  .footer-right a {
    color: #f6f3f3;
    text-decoration: none;
  }

  .footer-right a:hover {
    text-decoration: underline;
  }
/* ======== end ========= */


/* RESPONSIVE VIEW*/

@media (max-width: 767px){
  .nav-links {
    position: absolute;
    top:0;
    right: 0px;
    height: 100dvh;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
    gap:35px;
    width: 70%;
    max-width:300px;
    padding:18px 16px 16px 16px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
}
}

/* devices (≥320px) */
@media (min-width: 320px) {

  body{
    overflow-x: hidden;
  }
  h2, h1{
    font-size: 3rem  !important; /*48px */
  }

  h5{
     font-size: 1.5rem !important; /*24px */

  }

  p, .foundation-cards ul li{
    font-size: 1.25rem !important; /*20px */
  }

  .container {
    width: 100% !important;
  }

   /* Navbar */
   nav{
    background:none;
    padding:0px 16px;
    width:100%;
}

.navbar{
    /* top:0; */
    padding: 18px 0;
}

.navbar.scrolled{
    background: var(--color-primary) !important;
    
}

.logo-mobile{
    display:block;
    width: 200;
}

.logo{
    display: none;
}



.contact-btn {
    display: none !important;
  }


  .nav-links.active {
    display: flex;
  }

.burger {
    display: block;
    cursor: pointer;
}

.nav-links .logo-sidebar{
    display:block;
      width: 121px;
}

.nav-links .contact-btn-sidebar{
    display:flex;
    width:100%;
    
}

.nav-links .container-btn-sidebar{
    display:flex;
    margin-bottom: 3px;
    margin-top:auto;
    width:100%;
}

  /* Hero */
  .hero-content{
    text-align: center;
  }

  .hero-content h1{
    width: 85%;
    margin: 30vh auto 24px auto;
    text-align:center;
  }


  /* About */
  .about-section .container{
    padding: 30px 16px !important;
    z-index: 80 !important;
    
}

.about-mobile-bg-img {
  display:block;
  width: 100%;
  height: 106rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

  .about-row{
    margin-bottom: 0px !important;
    gap: 25px !important;
  }

  .about-container-bg{
    width: 100vw;
  }

  .about-image.right img{
      width:400px !important;
      margin-right: -80px !important;
      
  }

  .about-image.left img{
      width:400px !important;
      margin-left: -80px !important;
      
  }

  .about-img {
      display:none !important;

  }

  .about-row, .about-row.reverse{
      flex-direction: column !important;
  }

  /* Slogan */
  .slogan img {
    top: -25px;
    left: -35px !important;
    width: 70px !important;
    width: 60px !important;
}

.slogan{
    margin: 130px 10%;
    align-items:start;
    justify-content:center;
    width: 80%;
    
}

.slogan h5{
    font-size: 16px !important;
    text-align: left;
    margin-left:20px;
}

.slogan h3{
    font-size: 48px !important;
    margin-left:20px;
    line-height:0.8;
}

.foundation{
  padding: 0px 16px !important;
}

.foundation-cards .card .icon {
margin-bottom: 20px;
}

.foundation .card{
  width: 100%;
}

/* Layanan Kami */

      /* Values */

    .values-section .container-value::before{
    background: url('./images/bg-value-mobile.png') no-repeat bottom !important;
    background-size: 100% 100% !important;

    }

    .container-value{
      padding: 30px 16px !important;
    }

.values-grid{
  grid-template-columns: auto !important;
}


.footer {
  margin: 16px !important;
}

.footer::before {
background: url(./images/shape-footer-mobile.png) no-repeat top;
background-size: cover;
background-position:60%;

}

.footer-container{
  grid-template-columns: auto !important;
}

.footer-container .footer-logo{
grid-column: 1;
}

.footer-container .footer-menu{
margin: 0 !important;
}

.footer-container .footer-contact{
order: 0;
}

.footer-container .footer-download{
order: 3;
}

.footer-menu{
  margin: 30PX 0 0 0 !important;
  display: flex;
  flex-direction: column;
}

}

/*  devices (≥480px) */
@media (min-width: 480px) {

}

/*  devices (≥576px) */
@media (min-width: 576px) {

  /* Hero */
  .hero-content h1{
    width: 55%;
  }

  .hero-content p{
    width: 85%;
    margin: 0 auto 30px auto;
    text-align:center;
  }

  /* About */
  .about-mobile-bg-img {
    height: 85rem !important;
  }

  .about-image.right img{
    margin-right: -170px !important;
    
}

.about-image.left img{
    margin-left: -200px !important;
    
}



.footer-container{
  grid-template-columns: repeat(2, auto) !important;
margin: 0 !important;
justify-content: space-between;
}

.footer-container.container{
  width: 100% !important;
}

.footer-menu{
  flex-direction: row !important;
}

.footer-container .footer-contact{
  order: 0;
  }
  
  .footer-container .footer-download{
  order: 1 !important;
  }
  .footer-container .footer-social{
    order: 2 !important;
    }

 
}

/*  devices (≥768px) */
@media (min-width: 768px) {

  .container{
    width: 90% !important;
  }

  /* Navbar */

  nav{
    background: var(--color-secondary) !important;
    padding: 10px 20px !important;
  }

  .navbar{
    padding: 0 !important;
    top: 20px !important;
  }

  .navbar.scrolled{
    background: var(--color-secondary) !important;
    top: 0 !important;
    
}

  .burger {
    display: none !important;
}

.logo-mobile{
  display:none !important;
}

.nav-links .logo-sidebar{
  display:none;
}

.nav-links .contact-btn-sidebar{
  display:none;
}

.contact-btn{
  display:flex !important;
}

.nav-links .container-btn-sidebar{
  display:none;
  width:100%;
  align-items:center;
  justify-content:center;
  height:fit-content;

}
.logo{
  display:block;
}
  /* Hero */

  .hero-content{
    text-align: left !important;
    
  }

  .hero-content h1{
    margin: 35vh auto 32px auto !important;
    width: 260px !important;
  }

  .hero-content p{
    margin: 0 auto 32px auto !important;
    width: 500px !important;
  }

  /* About */

  .about-mobile-bg-img {
    height: 108rem !important;
  }

  .about-image.right img{
    width:560px !important;
    margin-right: 0 !important;
    
}

.about-image.left img{
    width:560px !important;
    margin-left: 0 !important;
    
}



/* Slogan */
.slogan {
  margin: 150px 10% 80px 10% !important;
}

/* Visi Misi */
.foundation {
  padding: 40px 20px !important; 
  margin-top: 0px !important;
}







}

/* devices (≥834px) */
@media (min-width: 834px) {
  h2, h1{
    font-size: 6.25rem !important; /*61px */
  }

  h5{
     font-size: 1.5rem !important; /*24px */

  }

  p, .foundation-cards ul li{
    font-size: 1.5rem !important; /*24px */
  }

  /* Hero */

  .hero-content h1{
    margin: 40vh auto 32px auto !important;
    width: 750px !important;
  }

  .hero-content p{
    margin: 0 auto 32px auto !important;
    width: 700px !important;
  }

  /* About */
  .about-mobile-bg-img {
    height: 135rem !important;
  }

  .about-image.right img{
    width:600px !important;
    
}

.about-image.left img{
    width:600px !important;
    
}

/* Slogan */
.slogan {
  margin: 240px 10% 100px 10% !important;
}

.slogan img {
  width: 100px !important;
  left: -55px !important;
}

.slogan h3 {
  font-size: 80px !important;
  font-style: italic;
  font-weight: 400;
}

.slogan h5 {
  font-size: 24px !important;
}

.container-value::before{
  background: url('./images/shape-value-section.png') no-repeat bottom !important;

}
.footer::before{
  background: url('./images/shape-footer.png') no-repeat right top !important;

}

}

/*  devices (≥992px) */
@media (min-width: 992px) {
    /* About */
    .about-mobile-bg-img {
      height: 125rem !important;
    }

    .values-section .container-value::before{
      background: url('./images/shape-value-section.png') no-repeat bottom !important;
      background-size: 100% 100% !important;
    
      }

    .footer-container{
  
      margin: 0 auto !important;
      }
      
      .footer-container.container{
        width: 90% !important;
      }
}

/*  devices (≥1024px) */
@media (min-width: 1024px) {
  .about-section .container{
    padding: 80px 16px !important;
    
}

.about-mobile-bg-img{
  display: none !important;
  /* height: 132rem; */
}

.about-img {
  display:block !important;
  height: 112rem;
}

.about-image.right img{
  /* width:560px !important; */
  margin-right: -200px !important;
  
}

.about-image.left img{
  width:500px !important;
  margin-left: -130px !important;
  
}

.about-row{
  flex-direction: row !important;

}

.about-row.reverse {
  flex-direction: row-reverse !important;
}

  /* .slogan {
    margin: 170px 10% 100px 10% !important;
} */

  .values-grid{
    grid-template-columns: repeat(2, auto) !important;
  
  }



}

/* devices (≥1200px) */
@media (min-width: 1200px) {


.about-image.right img{
  width:560px !important;
  margin-right: 0 !important;
  
}

.about-image.left img{
  width:560px !important;
  margin-left: 0 !important;
  
}

.slogan {
  margin: 300px auto 190px auto !important;
  width: fit-content;
}

/* Visi Misi */
.foundation {
  /* text-align: center; */
  padding: 60px 20px !important; 
  margin-top: 50px !important;
}


.foundation-cards .card .icon{
  margin-bottom:40px !important;

}



.values-grid{
  grid-template-columns: repeat(2, 468px) !important;

}

.footer-container{
  grid-template-columns: repeat(3, auto) !important;
}

.footer-container .footer-logo{
  grid-column: 1 / span 2;
}

.footer-container .footer-download{
  order: 0 !important;
  }
  .footer-container .footer-contact{
    order: 1 !important;
    }

    .footer-container .footer-social{
      order: 2 !important;
      }

    
  

}

/* Extra large devices (≥1280px) */
@media (min-width: 1280px) {

  

}

/* Extra large devices (≥1440px) */
@media (min-width: 1440px) {

}

/* Extra extra large devices (≥1600px) */
@media (min-width: 1600px) {

  .logo{
    width: 200px !important;
  }

  .contact-btn{
    padding: 12px 25px;
    gap: 12px;
  }

  nav{
    padding: 20px 25px !important;
  }

  .about-image.left img, .about-image.right img{
    width: 800px !important;
  }

  .about-img{
    height: 125rem !important;
  }

  .about-text p{
    width: 800px;

  }
  
   
}



