@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    list-style: none;
}

:root{
    --red: #ec1d24;
    --cream: #D0AE6E;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.2);
}
.sticky{
    padding: 13px 40px;
    box-shadow: var(--box-shadow);
}

section{
    margin: 150px 100px;
}
nav ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: var(--cream);
    display: block;
    margin: auto;
    transition: 0.5s;
}
nav ul li:hover::after{
    width: 100%;
}
.nav-image{
    background-image: url("../image/halamanutama.png");
    height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-image .desc{
    position: relative;
    top: 160px;
    left: 60px;
    display: inline-block;
}
.nav-image .desc h1{
    font-size: 55px;
    font-weight: bold;
    color: var(--cream);
    
}
.nav-image .desc p{
    font-weight: bolder;
    font-size: 27px;
    color: #9e9406;
}
.nav-image .desc a{
    margin-top: 25px;
    display: inline-block;
    border-radius: 4px;
    background-color: var(--cream);
    color: #fff;
    padding: 16px 30px;
    transition: .5s;
    text-decoration: none;
}
.nav-image .desc a:hover{
    background-color: #fff;
    color: #cec10e;
}

/* why */
.alasan{
    align-items: center;
    justify-content: center;
}
.alasan .row h1{
    font-size: 30px;
    font: 100;
    text-align: center;
}
.alasan .row p{
    font-size: 20px;
    text-align: center;
    color: #444;
}
.row-container{
    display: flex;
  
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 35px;
}
.row-box{
    padding: 0 10px;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 
}
.row-font {
    font-size: 45px;
    color: var(--cream);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ddd;
    box-shadow: var(--box-shadow);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
}
.icon-info h3{
    font-size: 20px;
    padding: 13px 0;
}
.icon-info {
    font-size: 15px;
    color: #444;
}
/* 
.tentang-kami{
    align-items: center;
}
.tentang-kami .title{
    font-size: 35px;
    color: var(--cream);
    text-align: center;
}
.tentang-kami .desc{
    width: 70%;
    padding: 50px;
    background-color: #efe7da;
    color: #b58731;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    margin: auto;
} */


.tentang-kami .container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tentang-kami .container img{
    width: 50%;
}
.tentang-kami .container .desc{
    width: 40%;
    text-align: justify;
}
.solution{
    display: flex;
    justify-content: space-between;
}
.solution .imagee{
    width: 44%;
}
.solution .desc{
    width: 44%;
    margin-right: 70px;
    padding-top:100px ;
}
.solution .desc .title1{
    font-size:45px;
    font-weight: lighter;

}
.solution .desc .title2{
    font-size:45px;
    font-weight: bolder;
    color: var(--cream);
}
.solution .desc .container-box{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
}
.solution .desc .container-box .box{
    width: 49%;
}
.solution .desc .container-box .box p{
    font-size: 15px;
}
.solution .desc .container-box .box .title{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.solution .desc .container-box .box .title h1{
    font-size: 23px;
}
.solution .desc .container-box .box .title img{
    margin-right: 15px;
}
.solution .desc .container .title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.solution .desc .container .title img{
    margin-right: 15px;
}
.solution .desc .container p{
    font-size: 15px;
}
.solution .desc .container .lists{
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: space-between;
}
.solution .desc .container .lists ul{
    width: 45%;
}
.solution .desc .container .lists ul li{
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.solution .desc .button{
    display: flex;
    transition: .3s;
    cursor: pointer;
    align-items: center;
    width: 190px;
    border-radius: 5px;
    background-color: var(--cream);
}
.solution .desc .button:hover{
    background-color: #b58731;
    color: #ddd;
}
.solution .desc .button i{
    display: inline-block;
    border-left: 1px solid #666;
    padding: 20px 20px;

}
.solution .desc .button a{
    display: inline-block;
    border-left: 1px solid;
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
}

.gallery .container{
    display: flex;
}
.gallery .box img{
    width: 400px;
    margin: 5px;
    transition: .3s;
}
.gallery .box img:hover {
    transform: scale(1.3);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.contact-me{
    display: flex;
    justify-content: space-between;
}
.contact-me img{
    width: 50%;
}
.contact-me .desc{
width: 40%;
}
.contact-me .desc .title{
    font-size: 35px;
}
.contact-me .desc h1{
    font-size: 35px;
    color: var(--cream);
}

.contact-me .desc .button{
    display: flex;
    transition: .3s;
    cursor: pointer;
    align-items: center;
    width: 195px;
    border-radius: 5px;
    background-color: var(--cream);
}
.contact-me .desc .button:hover{
    background-color: #b58731;
    color: #fff;
}
.contact-me .desc .button i{
    display: inline-block;
    border-left: 1px solid #666;
    padding: 20px 20px;
}
.contact-me .desc .button a{
    display: inline-block;
    border-left: 1px solid;
    padding: 20px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}


/* halaman contact */
.contact{
    display: flex;
    justify-content: space-between;
}
.contact .title{
    font-size: 35px;
    margin-top: 40px;
    color: #fff;
    margin-bottom: 50px;
}
.contact .desc{
    width: 44%;
}
.contact .desc h2{
    font-size: 45px;
    color: var(--cream);
}
.contact .desc .ttl{
    font-size: 50px;
}
.contact .desc .box{
    display: flex;
    align-items: center;
}
.contact .desc .box i{
    margin-right: 10px;
    font-size: 20px;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    background-color: var(--cream);
    margin-bottom: 15px;
}
.contact .desc .button{
    display: flex;
    transition: .3s;
    cursor: pointer;
    align-items: center;
    width: 180px;
    border-radius: 5px;
    background-color: var(--cream);
}
.contact .desc .button:hover{
    background-color: #b58731;
    color: #fff;
}
.contact .desc .button i{
    display: inline-block;
    border-left: 1px solid #666;
    padding: 20px 20px;
}
.contact .desc .button a{
    display: inline-block;
    border-left: 1px solid;
    padding: 20px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
.contact .desc iframe {
    display: inline-block;
    width: 100%;
    height: 270px;
}
.footer{
    display: flex;
    margin-bottom: -50px;
    justify-content: space-between;
}
.footer .box{
    width: 23%;
}
.footer .box h1{
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: bolder;
}
.footer .box h2{
    margin: 20px 0;
    font-size: 15px;
}
.footer .box p{
    font-size: 15px;
    margin-bottom: 7px;
}
.footer .box a{
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: var(--cream);
}
footer{
    text-align: center;
    padding: 25px 0;
}
/* 
footer{
    background-color: var(--cream);
    text-align: center;
    padding: 20px;
} */

/* halaman tentang kami */
.header-title{
    height: 350px;
    background-color: var(--cream);
    padding-top: 200px;
    color: #fff;
    display: flex;
    justify-content: center;
}

/* Animasi Scroll */
.transparan{
    opacity: 0;
    transition: 1s ease-in;
}
.transparan.appear{
    opacity: 1;
}
.smoth-in{
    opacity: 0;
    transition: 1.3s ease-in;
    transform: translateY(10px);
}
.smoth-in.appear{
    opacity: 1;
    transform: translateY(0);
}
.fade-in{
    opacity: 0;
    transition: 1s ease-in;
    transform: translateY(30px);
}
.fade-in.appear{
    opacity: 1;
    transform: translateY(0);
}
.fade-out{
    opacity: 0;
    transition: 1s ease-in;
    transform: translateY(-30px);
}
.fade-out.appear{
    opacity: 1;
    transform: translateY(0);
}
.from-left{
    transform: translateX(-40px);
    opacity: 0;
    transition: 1s ease-in;
}
.from-right{
    transform: translateX(40px);
    opacity: 0;
    transition: 1s ease-in;
}
.from-left.appear,
.from-right.appear{
    transform: translateX(0);
    opacity: 1;
}