/*==================================================
PT ATTAYA MAKMUR ABADI
Website Company Profile
Version 1.0
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:#ffffff;

color:#222;

overflow-x:hidden;

line-height:1.8;

}

/*=========================
Container
=========================*/

.container{

max-width:1200px;

}

/*==================================================
NAVBAR
==================================================*/

.custom-navbar{
    background:#a6b4ae59;
    backdrop-filter:blur(12px);
    transition:.4s;
    padding:18px 0;
}

.logo-navbar{
    width:55px;
}

.navbar-nav .nav-link{
    color:#fff;
    font-weight:500;
    margin-left:18px;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:#FFD54F;
}

.navbar-toggler{
    border:none;
}

/*=========================
Button
=========================*/

.btn{

transition:.35s;

border-radius:50px;

padding:14px 30px;

font-weight:600;

}

.btn-success{

background:#198754;

border:none;

}

.btn-success:hover{

background:#157347;

transform:translateY(-4px);

}

.btn-warning{

background:#ffc107;

border:none;

color:#222;

}

.btn-warning:hover{

background:#ffca2c;

transform:translateY(-4px);

}

.btn-outline-light:hover{

transform:translateY(-4px);

}

/*==================================================
HERO
==================================================*/

.hero{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
    linear-gradient(rgba(0,55,25,.65),
                    rgba(0,55,25,.65)),
    url("../images/hero.png");

    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}

.hero-right{
    position:relative;
}
.hero .container{
    position: relative;
    z-index: 2;
}

.hero-overlay{

    position:absolute;
    background: rgba(0,0,0,.15);
    inset:0;
    pointer-events: none;

}


.hero-tag{

    display:inline-block;

    background:#279955;

    color:#fff;

    padding:10px 25px;

    border-radius:50px;

    font-size:14px;

    letter-spacing:2px;

    margin-bottom:20px;

}
.hero-subtitle{

    color:#A5E887;
    letter-spacing:4px;
    font-weight:600;
    font-size:15px;

}

.hero-title{

    font-size:68px;

    color:#fff;

    font-weight:800;

    line-height:1.1;
    margin-top: 20px;

}

.hero-line{

    width:90px;

    height:5px;

    background:#FFD54F;

    border-radius:20px;

    margin:25px 0;

}

.hero-desc{

    color:#eee;

    max-width:560px;

}

.hero-btn{

    margin-top:40px;

}

.hero-btn .btn{

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;
    transition: .35s;

}

.hero-logo{
    width:500px;
    filter:drop-shadow(0 20px 30px rgba(0,0,0,.35));
}


@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0);
}

}

/*==================================================
ANIMASI
==================================================*/

img{

    transition:.35s;

}

img:hover{

    transform:scale(1.02);

}

.btn{

    transition:.35s;

}

.btn:hover{

    transform:translateY(-3px);

}

.section-title{

    position:relative;

}

.section-title::after{

    content:"";

    width:80px;

    height:4px;

    background:#198754;

    display:block;

    margin-top:15px;

    border-radius:20px;

}

/*=========================
Section
=========================*/

section{

padding:100px 0;

}

section h2{

font-size:42px;

font-weight:700;

margin-bottom:20px;

color:#183153;

}

section p{

font-size:17px;

color:#050504;

}

/*=========================
Card
=========================*/

.card{

border:none;

border-radius:22px;

transition:.35s;

overflow:hidden;

}

.card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

/*=========================
Image
=========================*/

img{

max-width:100%;

display:block;

}
/*==================================================
ABOUT
==================================================*/

.about{

    padding:100px 0;

}

.about-image img{

    border-radius:25px;

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.about p{

    line-height:1.9;

    color:#666;

}

.about-counter{

    background:#fff;

    text-align:center;

    padding:30px;

    border-radius:20px;

    box-shadow:0 15px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.about-counter:hover{

    transform:translateY(-8px);

}

.about-counter h3{

    color:#198754;

    font-size:42px;

    font-weight:700;

}

#about img:hover{

transform:scale(1.03);

}

#about h2{

font-size:48px;

font-weight:700;

margin-bottom:20px;

}

#about p{

font-size:18px;

color:#666;

line-height:1.9;

}

/*==================================================
VISION MISSION
==================================================*/

#visi{

background:#f8fafb;

}

#visi .card{

height:100%;

padding:15px;

transition:.4s;

border-radius:25px;

}

#visi .card:hover{

transform:translateY(-10px);

}

#visi h3{

font-size:30px;

font-weight:700;

margin-bottom:25px;

}

#visi li{

margin-bottom:18px;

font-size:17px;

}

/*==================================================
WHY CHOOSE US
==================================================*/

#keunggulan{

background:#ffffff;

}

#keunggulan .card{

padding:20px;

text-align:center;

transition:.4s;

}

#keunggulan .card:hover{

background:#198754;

color:white;

}

#keunggulan .card:hover h4{

color:white;

}

#keunggulan .card:hover i{

color:#FFD54F !important;

}

#keunggulan h4{

font-weight:700;

margin-top:20px;

margin-bottom:20px;

}

#keunggulan i{

font-size:60px;

transition:.4s;

}

/*==================================================
CARD GLOBAL
==================================================*/

.card{

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.card-body{

padding:35px;

}

/*==================================================
SECTION TITLE
==================================================*/

.text-success{

font-weight:700;

letter-spacing:2px;

}

section h2{

margin-bottom:25px;

}

section p{

max-width:900px;

}

/*==================================================
HR
==================================================*/

hr{

width:80px;

height:5px;

background:#198754;

border:none;

margin:auto;

opacity:1;

border-radius:20px;

}

/*==================================================
ICON
==================================================*/

.bi{

transition:.4s;

}

.card:hover .bi{

transform:rotate(5deg) scale(1.1);

}

/*==================================================
IMAGE EFFECT
==================================================*/

.rounded-4{

border-radius:25px !important;

}

.shadow{

box-shadow:0 20px 50px rgba(0,0,0,.15)!important;

}

/*==================================================
FONT & BODY
==================================================*/

body{
    font-family:'Poppins',sans-serif;
    color:#333;
    overflow-x:hidden;
    background:#fff;
}

html{
    scroll-behavior:smooth;
}

/*==================================================
SECTION UMUM
==================================================*/

.section-padding{
    padding:100px 0;
}

.section-subtitle{

    display:inline-block;

    color:#1B8F49;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-title{

    font-size:42px;

    font-weight:700;

    margin-bottom:25px;

    color:#1d1d1d;

}

.section-description{

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.bg-light{

    background:#f8faf8!important;

}

/*==================================================
SOLUSI MODERN
==================================================*/

.solusi-img{

    border-radius:25px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.icon-box{

    background:#fff;

    border-radius:15px;

    padding:18px;

    text-align:center;

    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.icon-box:hover{

    transform:translateY(-6px);

}

.icon-box i{

    color:#1B8F49;

    font-size:22px;

    display:block;

    margin-bottom:10px;

}

/*==================================================
SLOW RELEASE
==================================================*/

#slow-release img{

    border-radius:25px;

    box-shadow:0 18px 35px rgba(0,0,0,.12);

}

#slow-release ul{

    padding-left:0;

}

#slow-release li{

    list-style:none;

    margin-bottom:12px;

    font-size:17px;

}

/*==================================================
MUSUH TAK KASAT MATA
==================================================*/

.image-list{

display:flex;

flex-direction:column;

gap:20px;

}

.image-list img{

width:100%;

height:220px;

object-fit:cover;

border-radius:18px;

box-shadow:0 12px 25px rgba(0,0,0,.12);

transition:.3s;

}

.image-list img:hover{

transform:translateY(-5px);

}
#musuh-tak-kasat h4{

    font-weight:700;

    margin-bottom:20px;
}
#konsep-slow-release h5{
    color:#1b8f49;
    font-weight:700;
    margin-top:20px;
    margin-bottom:10px;
}

#konsep-slow-release p{
    line-height:1.9;
    text-align:justify;
    color:#555;
}

#konsep-slow-release ul{
    padding-left:0;
}

#konsep-slow-release li{
    list-style:none;
    margin-bottom:10px;
    color:#555;
    font-size:16px;
}

/*==================================================
IMPLEMENTASI
==================================================*/

#implementasi img{

    border-radius:20px;

    transition:.35s;

}

#implementasi img:hover{

    transform:scale(1.05);

}
/*==================================================
PRODUK
==================================================*/

.product-card{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.product-card:hover{

    transform:translateY(-10px);

}

.product-card img{

    width:100%;

    height:280px;

    object-fit:cover;

}

.product-body{

    padding:25px;

}

.product-body h4{

    font-weight:700;

    margin-bottom:15px;

}

.product-body p{

    color:#666;

}

/*==================================================
FOOTER
==================================================*/

footer{

    background:#0D3B24;

    color:#fff;

    padding:70px 0 25px;

}

footer h4{

    font-weight:700;

    margin-bottom:20px;

}

footer p{

    color:#ddd;

}

footer a{

    color:#fff;

    text-decoration:none;

}

footer a:hover{

    color:#FFD54F;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.15);

    margin-top:40px;

    padding-top:20px;

    text-align:center;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.section-padding{

padding:70px 0;

}

.section-title{

font-size:32px;

}

.hero-title{

font-size:42px;

}

.hero-logo{

width:250px;

}

.hero-product{

width:180px;

position:relative;

right:auto;

bottom:auto;

margin-top:30px;

}

}