*,html,body{
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navbar{
  background-color: #003768;  
}

.teks-nav{
  font-size: 1.25rem;
}

.banner{
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('./assets/sample/2025-pik1.JPG');
    background-size: cover;
    background-position: center;
}

.banner-content{
  height: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}


.banner-title{
  font-size: 5rem;
  margin-bottom: 2rem;
}

.tombol{
  font-size: 2rem;
  border-radius: 2rem;
}

.produk-title{
    font-size: 1.5rem;
}
  
.highlight{
    background-color: #f37a1f;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
  
.produk-title2{
    font-size: 3rem;
}

.kartu{
    display: flex;
    justify-content: center;
    gap:2rem;
    margin-top:2rem;
    margin-bottom:2rem;
}

.tombol-kartu{
    background-color: #003768;
    border-radius: 1rem;
    font-size: 1rem;
}
  
.cover-produk{
    height: 70%;
}

.why{
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('./assets/sample/2025-pik3.JPG');
    background-size: cover;
    background-position: center;
}

.util-content{
   height: 50%;
   color: white;
   display: flex;
   justify-content: center;
   align-items: center;
}

.why-title{
   font-size: 5rem;
   margin-top:10rem;
}

.util{
    background: #003768;
    opacity: 0.85;
    margin-top:9.2rem;
}

.util-icon{
    width:13rem;
}

.project-title{
   color:lightgray;
   font-size: 2rem;
}

.project-image{
    filter:brightness(60%);
}

.projek{
    display: flex;
    justify-content: center;
    align-items: center;
}

.futer{
    background: #003768;
    color: white;
}

.top-cont{
    display:flex;
    justify-content: center;
    align-items: center;
}

.top{
    width: 15rem;
}

.text-copy{
    font-size: 0.8rem;
}

.foto-produk{
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 775px){
    .banner{
        height: 90vh;
    }

    .banner-title{
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .tombol{
        font-size: 1rem;
        border-radius: 2rem;
    }

    .produk-title{
        font-size: 1.25rem;
        margin-left: none;
    }
      
    .highlight{
        background-color: #f37a1f;
        border-radius: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
      
    .produk-title2{
        font-size: 1.5rem;
    }

    .why{
        height: 180vh;
    }

    .util-content{
        align-items:start;
    }

    .why-title{
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .util{
        background: #003768;
        opacity: 1;
        margin-top:-24.3rem;
    }

    .top{
        width: 10rem;
    }
}