/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@font-face {
  font-family: 'Inter';
  font-display: swap;
}

:root{
	--primaryTextColor:#4E3629;
	--secondaryTextColor:#F2E7C8;
    --thirdTextColor:#717171;
    --heroTextColor:#ffff;

	--borderColor:#f1f1f1;
	--lineColor:#d9d9d9;

    --primaryButtonColor:#D4AF37;

	--primaryBackgroundColor:#4E3629;
	--secondaryBackgroundColor:#F9F6F1;
	--thirdBackgroundColor:#f5f3fe;

	--primaryIconColor:#7e74f1;
	--primaryIconColorHover:#5d51e8;

	--selectionPadding:6rem 0;

	--itemBorderRadius:0.7rem;
}
img {
  width: 100%;
  height: auto;
}
a.navbar-brand img{
    width: 147px;
    height: 40px;
    
}
*{
    font-family: "Inter", sans-serif;
}
a{
    text-decoration: none;
}

a.nav-link{
    color:var(--primaryBackgroundColor);
    margin-left: 20px;
}
a.nav-link:hover{
    color:var(--primaryButtonColor);
}



.nav-link.active {
    color: varvar(--primaryBackgroundColor) !important;
}

.nav-link.active:hover {
    color: var(--primaryBackgroundColor) !important;
}

/* .nav-item.dropdown:hover .dropdown-menu {
    
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    transition: all 0.2s ease-in-out;
} */


button.btn{
    background-color: var(--primaryButtonColor);
    border: none;
    border-radius: 9px;
}
button.btn:hover{
    background-color: var(--secondaryTextColor);
}

.navbar-nav a{
    margin-left: 10px;
    margin-right: 10px;
}


a.btn{
    color:#fff;
    background-color: var(--primaryBackgroundColor);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    border-radius: 2.78px;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 36px;
    border: none; 
}

a.btn:hover{
    color: #fff;
    font-weight: 600;
    background-color: var(--primaryButtonColor);;
    border: none;
}

/* header */
.carousel-item.bg2 {
    width: 100%;
    height: 80vh;
    position: relative;
}
.carousel-item.bg1 {
    width: 100%;
    height: 100vh; 
    position: relative;
}

.carousel-item h5{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 42px;
}

.carousel-item h3{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: var(--secondaryTextColor);
}

.carousel-item p{
    font-family:"Inter", sans-serif;
    font-size: 12px;
}



.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(50%);
    aspect-ratio: 501 / 244; 
  }

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--secondaryTextColor);
    opacity: 0.3;
    transition: opacity 0.3s;
}

.carousel-indicators [data-bs-target]:hover{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--secondaryTextColor);
    opacity: 0.5;
    transition: opacity 0.3s;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--secondaryTextColor);
}

.navbar-nav a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.carousel-inner::before{
    position: absolute;
    width: 100%;
    height: 100%;

}

.carousel-caption {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
}

/* .w-100{
    height: 100vh;
} */


/* About */
#about{
    padding:72px 0;
    background-color: var(--secondaryBackgroundColor);
}


#about img{
    margin-top: 40px;
    height: fit-content;
    width: fit-content;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

#about img:hover{
    transform: translateY(-10px);
}
.hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 54px;
}





/* stats */

.stats-section {
    background-color: #f8edc0;
    padding: 50px 0;
}
.stats-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.stats-icon span{
    font-size: 54px;
    color: var(--primaryBackgroundColor);
    
}
.stats-icon span:hover {
    color: var(--primaryButtonColor);
    
}
.stats-text {
    text-align: left;
}
.stats-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}
.stats-label {
    color: #555;
    font-size: 0.95rem;
}


/* card */

#card{
    padding: 72px 0;
    background-color: var(--secondaryBackgroundColor);
}

#card .card {
    border-radius: 12px;
}



.image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.image-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#card .card:hover .image-container img {
    transform: scale(1.1);
}
.see-more-btn{
    color:white;
    background-color:var(--primaryButtonColor);
    border: none;
}
#card .card-body .see-more-btn {
    display: none;
}

#card .card:hover .see-more-btn {
    display: inline-block;
}

#card .card:hover .card-text {
    display: none;
}


/* Kenapa Alferrom */
.container h2{
    color: var(--primaryBackgroundColor);
    font-size: 28px;
}
.container h5{
    color: var(--primaryBackgroundColor);
}

.services{
    background-color: var(--secondaryBackgroundColor);
}
.icon span {
    font-size: 72px;
    color: var(--primaryBackgroundColor);
}

.icon span:hover{

    color: var(--primaryButtonColor);
}
.feature-title {
    font-weight: 600;
    margin-top: 15px;
}
.feature-text {
    color: #454545;
}

/* footer */
footer{
    background-color: var(--primaryBackgroundColor);
}
.footer-items h6 {
    font-size: 16px;
    color: #f2e7c8;
}
.footer-items a {
    color: #fff;
}

.footer-items a:hover {
    color: #f2e7c8;
}




footer .logobawah {
    background-color: #4e342e;
    height: 100px;
    margin: 0 66px;
    padding: 0 12px;
    padding-top: 24px;

    position: relative;
}
footer .logobawah .logo{
    position: absolute;
    top: 0;
    left: 0;
}
footer .logobawah .logo img {
    width: 161px;
    height: 46px;

}

footer .container img{
    aspect-ratio: 7 / 2; /* 161x46px */
    width: 100%; /* Atur lebar sesuai kebutuhan */
    height: auto;
}

footer .footer-items.icon a {
    color: #b08d57;
    font-size: 20px;
}

footer .footer-items.icon a:hover {
    color: var(--secondaryTextColor);
}

.footer-items.col-md-1{
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: 20px;
    margin-top: 10px;
}

.footer-link a{
    color: #fff;
    text-decoration:underline ;
}

.footer-link a:hover{
    color: var(--primaryButtonColor);
    text-decoration:none ;
}





  /* responsive  */
@media only screen and (max-width: 790px) {
    .carousel-item.bg1 {
        height: 100vh;
    }
    .carousel-caption {
    padding-left: 4px;
    right: 5%;
    top: 50%;
    }

   .carousel-caption h5 {
        font-size: 22px;
    }
  
    .carousel-caption h3 {
        font-size: 18px;
        
    }
  
    .carousel-caption p {
        font-size: 14px;
    }
  
    .carousel-caption {
        top: 50%;
    }

      /* konten */
    .konten{
        padding-left: 28px;
        padding-right: 28px;
    }
    .konten h3{
    font-size: 14px;
    }
    .konten h6{
    font-size: 12px;
    }

    /* stats */

    .stats-item{
        padding: 20px 0;
    }
    .produk img{
        margin-bottom: 24px;
    }
    .proses{
        padding: 0;
    }
    .proses{
        padding: 72px 12px;
    }
     .hero-title {
         text-align: left;
    font-size: 54px;
  }
    

    /* footer */
    footer .container img{
    aspect-ratio: 7 / 2; /* 161x46px */
    width: 161px; /* Atur lebar sesuai kebutuhan */
    height: auto;
        
    }



    
}