@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
*{
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.hidden{
    opacity: 0;
    transition: all 1s linear;
}

@media(prefers-reduced-motion) {
    .hidden{
        transition: none;
    }
}

.show{
    opacity: 1;
}

.navbar{
    transition: all .5s;
}

.navbar-scrolled{
    background-color: #ffffff;
    height: 80px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}


.navbar-toggler{
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus{
    box-shadow: none;
    outline: none;
}
.logo{
    width: 100%;
}
.logo1{
    width: 180px;
}
#link-scroll{
    color: rgb(0, 0, 0);
}
.tel-logo{
    margin-bottom: 13px;
}
.nav-link{
    color: rgb(3, 3, 14);
    position: relative;
}

.nav-link:hover{
    color: #C2884F;
}

.call{
    background-color: #e49f5b;
    border: none;
}

.call:hover{
    background-color: rgba(37 211 102);
}

@media (min-width: 991px){
    .nav-link{
        color: rgb(3, 3, 14);
        position: relative;
    }
    
    .nav-link:hover{
        color: #C2884F;
    }
    
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 2px;
        background-color: #e49f5b;
        visibility: hidden;
        transition: .3s ease-in-out;
    }
    .navbar-scrolled{
        background-color: #ffffff;
        height: 80px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    }
    .nav-link:hover::before{
        width: 100%;
        visibility: visible;
    }
    .logo{
        
        width: 65px;

    }
}

.Hero-Section{
    position: relative;
    background: url(assets/hero-banner.png);
    min-height: 100vh;
    background-size: cover;
    padding: 250px 0 200px;
    color: white;
}

.word{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5vh;
}
.title{
    font-weight: 900;
    font-size: 6.5vh;
    font-style: italic;
}

.wrap{
    padding: 40px;
}
.abt-par{
    color: #C2884F;
    
}
.abt-head{
    text-align: center;
}
.abt-heading{
    color: black;
    font-weight: 800;
    font-size: 40px;
}

.about-btn{
    width: 20vh;
    height: 6vh;
    font-weight: 800;
    border-width: 2px;
}

.btn-word{
    padding: 10px;
}

.abt-com{
    
    color: #C2884F;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.produk{
    border: none;
    background-color: #C2884F;
    height: 5vh;
    width: 25vh;
    font-weight: 600;
}
.produk:hover{
    border-style: solid;
    border: #C2884F;
    background-color: #ffc790;
    color: #000000;
}

.heading{
    color: black;
    font-size: 30px;
    font-weight: 800;
}
.about-des{
    padding: 15vh 0 0;
}
.abt-para{
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.img1{
    float: right;
    width: 37%;
}

.medal{
    margin-top: 30px;
    font-size: 30px;
}

.test{
    margin-top: 30vh;
}
 
.single-number{
    cursor: pointer;
    padding: 35px;
    transition: all .6s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.digit-box{
    display: block;
    font-size: 80px;
    font-weight: 700;
    color: black;
}

.second{
    background-color: #e49f5b;
    
}
.second:hover{
    background-color: #96683a;
}
.first{
    background-color: rgb(26, 26, 26);
}
.first:hover{
    background-color: #e49f5b;
}
.txt{
    color: white;
}


@media(max-width: 1400px){
    .single-number{
        margin-bottom: 30px;
    }
    .digit-box{
        font-size: 50px;
    }
}

.about-company-2{
    margin-top: 30vh;
}
.about-des-2{
    padding: 0vh 0 0;
}

.hubungi{
    background-color: #C2884F;
    font-weight: 800;
    width: 30vh;
    border: none;
}

.hubungi:hover{
    
    background-color: rgba(37 211 102);
}
.img2{
    width: 100%;
}

.img-1{
    width: 70%;
}

.widget-container{
    display: flex;
}
.arrow{
    padding-right: 20px;
}
.box-contet{
    flex-grow: 1;
}
h6{
    font-weight: 800;
    font-size: 3vh;
}
.about-des-3{
    padding-left: 50vh;
}

.descrip{
    font-weight: 400;
}

.company-container-3{
    margin-top: 20vh;
}

.choose{
    padding-top: 15vh;
}

.medal{
    color: #C2884F;

}
.choose-head{
    text-align: center;
}
.icon-chooes{
    width: 50vh;
}
.achivement-container{
    margin:70px;
    text-align: center;
}



.partner{
    padding-top: 10vh;
}

.partner-container{
    text-align: center;
    padding-bottom: 10vh;
}
.carousel{
    padding-top: 2vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100vh;
}
.carousel-inner{
    padding-top: 10vh;
}

.carousel-indicators li{
    background: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active{
    background: #fff;
}
.con-des{
    font-family: 'Asul';
    font-style: normal;
    font-weight: 400;
}
.hu{
    width: 100%;
}
.contact{
    padding-bottom: 10vh;
}
.head{
    background-color: #96683a;
}
.col-text{
    margin-left: 50px;
    padding: 100px 0 0;
}
.footer-head{
    width: 100px;
}
.Line{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
footer{
    padding-top: 10vh;
    color: rgb(0, 0, 0);
    padding-bottom: 5vh;
}
.logo2{
    width: 30vh;
}

.logo3{
    width: 20vh;
}

.get{
    color: rgb(0, 0, 0); 
    font-weight: 800;
}
.footer-des{
    font-family: 'Asul';
    font-style: normal;
    font-weight: 400;
}
.copyright{
    background-color: #9e9e9e;
    text-align: center;
    color: rgb(0, 0, 0);
}

.copayright-des{
    padding: 0;
    margin: 0;
    color: white;
}

