body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body{
    scroll-behavior: smooth;
}

.text-green{
    color:#34513B;
}

.text-red{
    color:#B54E4A;
}

.nav-item .active{
    font-weight: 700;
    color: #B54E4A!important;
}

.btn-green{
    background-color: #34523A;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 16px;
}

.btn-red{
    background-color: #B54E4A;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 16px;
}

.btn-green:hover{
    background-color: #233827;
    color: white;
}

.btn-red:hover{
    background-color: #853936;
    color: white;
}

.sidenav{
    display: none;
}

/* section Hero */
.hero-bg{
    width: 100%;
    height: 55vh;
    background-color: #F7E9DE;
    border-radius: 20px;
}

.hero-title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #34523A;
}

.hero-title span{
    font-family: "Yeseva One", serif;
    font-weight: 700;
    font-style: normal;
    color: #B54E4A;
    margin-bottom: 0;
}

.hero img{
    display: none;
}

.hero-subtitle{
    font-size: 14px;
}

.hero-content{
    display: none;
}

/* section feature */
.section-feature{
    height: min-content;
    /* padding: 98px 8px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fitur-title{
    font-size: 24px;    
    font-weight: 700;
    line-height: 28px;
}

.fitur-title span{
    color: #B54E4A;
}

.fitur-subtitle{
    font-size: 14px;
}

.card-fitur{
    height: 100%;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 214px 60px 0px rgba(0, 0, 0, 0.00), 0px 137px 55px 0px rgba(0, 0, 0, 0.01), 0px 77px 46px 0px rgba(0, 0, 0, 0.05), 0px 34px 34px 0px rgba(0, 0, 0, 0.09), 0px 9px 19px 0px rgba(0, 0, 0, 0.10);
}

.fitur-bg-img{
    width: 100%;
    height: 180px;
    background-color: #E0E0E0;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-fitur img{
    width: 93%;
    height: auto;
}   

/* section keunggulan 1 */
.section-keunggulan{
    padding: 98px 12px 0px 12px;
}

.card-keunggulan1{
    height: 300px;
    background-color: #F7E9DE;
    border-radius: 20px;
    overflow: hidden;
}

.card-keunggulan1 .img-mockup{
    width: 300px;
    height: auto;
    position: absolute;
    height: auto;
    right:-50px;
    bottom: -350px;
    z-index: 1;
}

.card-keunggulan1 .ilus-1{
    width: auto;
    height: 200px;
    position: absolute;
    z-index: 0;
    top: -40px;
    right: -50px;
}

.card-keunggulan1 .ilus-2{
    width: auto;
    height: 280px;
    position: absolute;
    z-index: 0;
    bottom: -40px;
    left: -50px;
}

.card-keunggulan1 .hand{
    width: auto;
    height: 450px;
    position: absolute;
    z-index: 2;
    left: -200px;
    top: -180px;
}

.section-keunggulan .title{
    font-size: 24px;    
    font-weight: 700;
    line-height: 28px;
}

.section-keunggulan .subtitle{
    font-size: 14px;
}

.section-keunggulan .subtitle-keunggulan{
    font-size: 14px;
}

/* section keunggulan 2 */
.section-keunggulan2{
    height: min-content;
    padding: 0px 12px;
}

.card-keunggulan2{
    height: 300px;
    background-color: #34523A;
    border-radius: 20px;
    overflow: hidden;
}

.card-keunggulan2 .img-mockup{
    width: 530px;
    height: auto;
    position: absolute;
    height: auto;
    right:-280px;
    bottom: -180px;
    z-index: 1;
}

.card-keunggulan2 .ilus-1{
    width: auto;
    height: 200px;
    position: absolute;
    z-index: 0;
    top: -40px;
    right: -50px;
}

.card-keunggulan2 .ilus-2{
    width: auto;
    height: 280px;
    position: absolute;
    z-index: 0;
    bottom: -40px;
    left: -50px;
}

.card-keunggulan2 .hand{
    width: auto;
    height: 300px;
    position: absolute;
    z-index: 2;
    left: -240px;
    bottom: -120px;
}

/* pricing */
.pricing{
    height: auto;
    padding: 98px 0;
}

.section-pricing{
    height: auto;
    padding: 64px 12px;
    background-color: #34523A;
    position: relative;
    overflow: hidden;
}

.section-pricing .title{
    font-size: 24px;    
    font-weight: 700;
    line-height: 28px;
    color: white;
}

.section-pricing img{
    display: none;
}

.section-faq{
    padding: 98px 12px;
    height: min-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-faq iframe{
    border-radius: 12px;
    width: 100%;
    height: 250px;
}

.section-faq .title{
    font-size: 24px;    
    font-weight: 700;
    line-height: 28px;
}

.section-contact{
    padding: 98px 12px;
}

.card-contact{
    height: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    border-radius: 20px!important;
    background-size: cover;
}

.card-contact .title{
    font-size: 24px;    
    font-weight: 700;
    line-height: 28px;
}

.card-contact .subtitle{
    font-size: 14px;
}

.section-footer{
    height: min-content;
    background-color: #F7E9DE;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px!important;
}

.section-footer img{
    height: auto;
    width: 80px;
}

.section-introduce{
    padding: 96px 12px;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 20px;
}

.introduce-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #9E9E9E;
}

.introduce-title span{
    font-family: "Yeseva One", serif;
    font-weight: 700;
    font-style: normal;
    color: #B54E4A;
}

.introduce-video{
    border-radius: 12px;
    width: 250px; 
    height: 205px; 
}

@media only screen and (min-width:425px){
    .hero-bg{
        height: 55vh;
    }
    .hero-title{
        font-size: 32px;
        line-height: 36px;
    }

    .card-keunggulan1{
        height: 350px;
    }

    .card-keunggulan1 .img-mockup{
        width: 360px;
        height: auto;
        right:-50px;
        bottom: -400px;
    }

    .card-keunggulan1 .hand{
        height: 600px;
        left: -250px;
        top: -270px;
    }

    .card-keunggulan2 .img-mockup{
        width: 600px;
        bottom: -230px;
    }

    .card-contact{
        height: 250px;
    }

    .introduce-video{
        border-radius: 12px;
        width: 350px; 
        height: 300px; 
    }
}

@media only screen and (min-width:576px){
    .hero-bg{
        height: 50vh;
    }

    .card-keunggulan1{
        height: 500px;
    }

    .card-keunggulan1 .img-mockup{
        width: 480px;
        bottom: -500px;
    }

    .card-keunggulan2{
        height: 400px;
    }

    .card-keunggulan2 .img-mockup{
        width: 700px;
    }

    .card-contact{
        height: 180px;
    }

    .introduce-title{
        line-height: 48px;
        font-size: 32px;
    }
}

@media only screen and (min-width:768px){
    .sidenav{
        display: block;
    }

    .hero-subtitle{
        font-size: 14px;
    }

    .hero-bg{
        height: 45vh;
    }

    .fitur-subtitle{
        font-size: 14px;
    }

    .card-keunggulan1 .img-mockup{
        width: 550px;
        bottom: -650px;
    }

    .card-keunggulan1 .hand{
        height: 300px;
        top: 0;
        
    }

    .card-keunggulan1 .hand{
        height: 800px;
        left: -250px;
        top: -300px;
    }

    .card-keunggulan2{
        height: 500px;
    }

    .card-keunggulan2 .img-mockup{
        width:800px;
        right: -200px;
    }

    .card-keunggulan2 .hand{
        height: 650px;
        left: -550px;
        bottom: -300px;
    }

    .section-introduce{
        padding:52px 0px !important;
        margin-top: 0px!important;
    }

    .introduce-video{
        width: 600px;
        height: 350px;
    }

    .section-faq{
        padding: 64px 0px !important;
    }

    .section-faq .subtitle{
        font-size: 14px;
    }

    .section-faq iframe{
        height: 400px;
    }

    .section-footer img{
        width: 110px;
    }
}

@media only screen and (min-width:992px){
    .hero-title{
        font-size: 40px;
        line-height: 44px;;
    }

    .hero-subtitle{
        font-size: 15px;
    }

    .hero-bg{
        height: 45vh;
    }

    .section-feature{
        padding: 64px 0!important;
    }

    .fitur-title{
        font-size: 32px;
        line-height: 36px;
    }

    .section-keunggulan{
        padding: 80px 0!important;
    }

    .card-keunggulan1 .img-mockup{
        width: 400px;
        bottom: -350px;
    }

    .card-keunggulan1 .hand{
        left: -400px;
        top: -350px;
    }

    .section-keunggulan2{
        padding: 32px 0!important;
    }

    .section-keunggulan2 .img-mockup{
        right: -400px;
    }
    
    .section-pricing img{
        display: block;
    }

    .card-contact{
        flex-direction: row;
    }

    .introduce-title{
        width: 75%;
    }

    .section-faq{
        flex-direction: row;
    }

    .section-faq iframe{
        width: 95%;
        height: 100%;
    }
}

@media only screen and (min-width:1200px){
    .hero-bg{
        width: 100%;
        height: 100%;
        background-color: #F7E9DE;
        border-radius: 20px;
    }

    .hero-title{
        width: 80%;
        font-size: 52px;
        line-height: 64px;
    }

    .hero-subtitle{
        width: 80%;
    }

    .hero img{
        display: block;
        position: absolute;
        right: 250px;
        top:120px;
        z-index: 0;
    }

    .hero-content{
        display: flex;
    }

    .hero-content1{
        border-radius: 20px;
        height: 300px;
        padding: 8px;
        position: relative;
        overflow: hidden;
    }
    
    .hero-content2{
        border-radius: 20px;
        height: 200px;
        padding: 8px;
        position: relative;
        overflow: hidden;
    }
    
    .hero-content1 .mockup-hp{
        width: auto;
        height: 600px;
        right: -60px;
        top: 20px;
        position: absolute;
    }
    
    .hero-content2 .mockup-pc{
        position: absolute;
        width: auto;
        height: 220px;
        right: -100px;
        bottom: -40px;
        z-index: 2;
    }

    .title-feature{
        width: 75%;
    }

    .section-keunggulan{
        display: flex;
        align-items: center;
    }

    .section-keunggulan2{
        /* min-height: 60vh; */
        display: flex;
        align-items: center;
    }

    .content-faq{
        width: 50%;
    }

    .section-hero{
        padding-bottom: 72px;
    }

    .introduce-title{
        width: 50%!important;
    }

    .introduce-video{
        width: 800px;
        height: 450px;
    }

    .section-keunggulan .subtitle{
        font-size: 14px;
        width: 60%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:1400px){
    .hero-title{
        width: 60%;
    }

    .hero-subtitle{
        width: 60%;
    }

    .card-keunggulan1 .img-mockup{
        width: 500px;
        bottom: -550px;
    }
}

section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
    .social-link {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    section {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    .section-keunggulan2 .mt-5, .section-keunggulan2 .mt-4 {
        margin-top: 0 !important;
    }
}

.button-up {
    width: 70px;
    height: 70px;
    background-color: #B54E4A;
    position: fixed;
    border-radius: 50%;
    right: 1vw;
    bottom: 3vh;
    z-index: 1;
    color: #ECF0F2;
    font-weight: 900;
    box-shadow: 0px 1px 18px 1px rgba(0, 0, 0, 0.3);
    transform: scale(0) rotate(0);
    transition: transform cubic-bezier(.52, -0.35, .5, 1.42) 500ms;
    text-align: center;
}

.button-up:hover {
    color: goldenrod;
    text-decoration: none;
}

.button-up i {
    line-height: 70px;
    font-size: 30px;
    margin-left: -2px;
}

.button-up span {
    font-size: 10px;
    display: block;
}

