@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    
}

body {
    line-height: 1.6;

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2b2b63;
    color: white;
    padding: 1rem;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 110px;
    margin-right: 10px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b2b63;
    padding: 10px;
    border-radius: 8px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    margin: 0 10px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;

}

nav a:hover {
    background: #ffd700;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

}

.LOGIN{
    display: flex;
   justify-content: center;
   align-items: center;
   background-color: #2b2b63;
   padding: 10px;
   border-radius: 8px;
}

.LOGIN a {
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-family: 'Times New Roman', Times, serif;
   text-transform: uppercase;
   text-align: center;
   line-height: 50px;
   border-radius: 8px;
   margin: 0 10px;
   padding: 0 15px;
   position: relative;
   z-index: 1;
   transition: all 0.3s ease;

}

.LOGIN a:hover {
   background: #ffd700;
   color: white;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.fa-solid{
    position: absolute;
    right: 450px;
}

.welcome {
    color: #2c2473;  
    text-align: center;
    padding: 2rem;

}

.slider{
    width: 1801px;
    max-width: 100vw;
    height: 700px;
    margin-top: 0px;
    top: -32px;
    right: 50px;
    left: -35px;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    width: 13;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 2000px;
    max-width: 100vw;
    height: 900px;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00000055;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 1000px){
    .slider{
        height: 2000px;
       
    }
}

.products {
    margin: 2rem;
    text-align: center;
    padding: 2rem;
}

.products h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
}

.product-list {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.product-item {
    text-align: center;
    width: 300px;
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

.product-item:hover {
    transform: translateY(-5px);
}

.body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.about {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.about h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem;
}

.text-section {
    flex: 1 1 300px;
    min-width: 300px;
}

.text-section p {
    margin-bottom: 1rem;
    text-align: justify;
}

.foto-1, .foto-2 {
    flex: 0 0 300px;
}

.foto-1 img, .foto-2 img {
    width: 100%;
    height: auto;
    display: block;
}

.img-pracass {
    text-align: center;
    margin: 3rem 0 1rem;
}

.img-pracass img {
    max-width: 200px;
    width: 100%;
}

hr {
    margin: 2rem auto;
    border: 1px solid #f5b32a;
    width: 80%;
}

/* Tambahan styling */
.about-content > div img {
    border-radius: 8px;
}

.img-pracass {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.img-pracass img {
    width: 150px;
    height: auto;
}

.garis {
    width: 50%;      
    margin: 0 auto;      
    border: none;        
    height: 5px;         
    background-color: rgb(250, 225, 5); 
}
footer {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

footer h3{
    color: black
}

footer p{
    color: black;
}
.footer-container {
    display: flex;
    justify-content: space-around;
}
.footer-container div {
    max-width: 300px;
}
footer {
    background-color: #f0f0f0; /* Warna latar belakang */
    padding: 20px;
    text-align: center;
}
.icon-list{
    display: flex;
    align-items: center;
    justify-content: center; /* Mengatur ikon ke tengah */
    gap: 20px; /* Jarak antar ikon */
    margin-bottom: 10px;
}
.footer-icons svg{
    width: 30px;
    height: 30px;
    fill: brown;
    transition: all 0.3s ease-in-out;
}
.footer-icons:hover{
    transform: scale(1.1);
}