@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html 
{
    scroll-behavior: smooth;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar{
    background: white;
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}

.navbar-brand{
    margin-left: -2rem;
}


nav .navbar-nav .nav-item .nav-link{
    color: #14A14F;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 15px;
}

nav .navbar-nav .nav-item .nav-link:hover{
    color: #0b7035;
}

nav .navbar-nav .nav-item .nav-link.active
{
    color: #0b7035;
}

nav .navbar-nav .nav-item .nav-link.active::before{
    width: 100%;
    background: #14A14F;
}


nav .navbar-nav .nav-item .nav-link::before{
    content: '';
    position: absolute;
    display: block;
    background-color: transparent;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: width 0.5s ease, background-color 0.5s ease;
}

nav .navbar-nav .nav-item .nav-link:hover::before{
    width: 100%;
    background: #14A14F;
}


#home{
    margin-top: -120px;
    min-height: 100vh;
    background-image: url(/bg.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position: 20rem;
}

.moto-text{
    margin-left: 8rem;
    margin-top: 15rem;
    position: absolute;
}

.moto-text h2{
    color: #14A14F;
    font-size: 40px;
    font-weight: 600;
}

.moto-text a{
    background: #0b7035;
    font-weight: 500;
    margin-top: 2rem;
    color: white;
    transition: 0.5s ease;
}

.moto-text a:hover{
   font-size: 18px;
   color: white;
   transition: 0.5s ease;
}

.moto-text h4{
    color: #14A14F;
    font-size: 20px;
    font-weight: 600;
    margin-top: 2rem;
}

#services{
    min-height: 100vh;
}

.services ul li{
    margin-top: 10rem;
    background: none;
}

.services ul li .nav-link{
    color: #14A14F;
    font-weight: 600;
    border-bottom: solid white;
}

.services ul li .nav-link.active{
    color: #0b7035;
    font-weight: 600;
    background: none;
    border-bottom: solid 2px #0b7035;
    border-radius: 0;
    transition: 0.9s ease;
}

.services-content{
    display: flex;
    justify-content: space-between;
}

.services-content .gambar{
    background-repeat: no-repeat;
    width: 30rem;
    height: 20rem;
}

.services-content .text{
    width: 38rem;
    height: 20rem;
}

.services-content .text h2{
    font-weight: 600;
    margin-bottom: 1rem;
}
.services-content .text p{
    font-size: 15px;
    font-weight: 600;
}

#company{
    min-height: 100vh;
}

.company-content{
    /* border: solid; */
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
}

.company-content .text{
    margin-top: 9rem;
    font-weight: 600;
}

.company-content .text h2{
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
}

.company-content .text p{
    font-size: 12px;
}

.company-content .visi-misi{
    width: 29rem;
    font-weight: 600;
    /* border: solid; */
}

.quote-slider{
    overflow: hidden;
    width: 100%;
	height: 330px;
	list-style: none;
	display: block;
	position: relative;
}

.quote-slider li{
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    right: -0%;
    width: 100%;
    font-size: 12px;
}

.quote-slider .visi{
    top: 32%;
    padding: 10px;
    text-align: justify;
}

.quote-slider .misi{
    top: 13%;
    padding: 10px;
    text-align: center;
}

.quote-slider li .site{
    font-size: 20px;
    margin-bottom: 2px;
    text-align: center;
}

.quote-slider .arrow{
	position: absolute;
    top: 0;
    width: 70px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 100px;
    height: 100%;
    line-height: 400px;
    padding-left: 40px;
}
	
.quote-slider .arrow.right{
    right: 0;
}
    
.quote-slider .arrow.left{
    left: 0;
}

.company-content .irup h6{
    text-align: center;
    font-weight: bolder;
    font-size: 15px;
}
	
#gallery{
    min-height: 100vh;
}

.carousel-item img{
    margin-top: 150px;
}

#contact{
    min-height: 100vh;
    display: flex;
}

.contact-kontent{
    margin-top: 140px;
}


@media only screen and (min-width: 320px) and (max-width: 767px){

    .navbar-brand{
        width: 30%;
        margin-left: -1rem;
    }

    .navbar-brand img{
        width: 70%;
    }

    .navbar-toggler{
        color: #0b7035;
        border-color: #14A14F;
    }

    #home{
        min-height: 100vh;
        background-image: url(/bg.jpg);
        background-repeat:no-repeat;
        background-size:contain;
        background-position: -1px 26rem;
    }

    .moto-text{
        margin-left: 1rem;
        margin-top: 12rem;
        position: absolute;
    }

    .services ul li{
        /* border: solid; */
        margin-top: 12rem;
        width: 5rem;
        font-size: 12px;
    }

    .services-content{
        padding: 1rem;
    }

    .services-content .text{
        margin-top: 1rem;
    }  

    
    .services-content .text h2{
        font-size: 24px;
        text-align: center;
    }
    .services-content .text p{
        font-size: 12px;
        font-weight: 600;
    }
    
    .company-content .text{
        text-align: center;
        margin-top: 3rem;
    }

    .company-content .text h2{
        margin-top: 2rem;
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .visi-misi{
        margin-left: 0;
    }

    .company-content{
        padding: 0;
        margin-top: 3rem;
    }

    .company-content .visi-misi{
        margin-top: 1rem;
    }

    .quote-slider .visi{
        top: 41%;
    }
    
    .quote-slider .misi{
        top: 15%;
    }

    .contact-kontent{
        margin-top: 100px;
    }

    .contact-kontent img{
        margin-left: 5rem;
    }

    .company-content .irup{
        margin-top: -4rem;
    }

    .contact-kontent{
        margin-top: 4rem;
        margin-bottom: -7rem;
    }

    .contact-kontent img{
        margin-left: 6rem;
    }

}
