*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: title-font;
    src: url(../asset/font/Lora-Regular.ttf);
}
@font-face {
    font-family: description-font;
    src: url(../asset/font/Montserrat-Regular.ttf);
}
html body h1, h2, h3, h4, h5, h6{
    font-family: 'title-font';
    margin: 0;
}
html body{
    height: 1250px;
    font-family: 'description-font';
    margin: 0;
    background-color: #F5F5F5;
}
html body button{
    font-family: 'description-font';
    box-shadow: 3px 3px 3px rgb(170, 170, 170);
}
html body button:hover{
    cursor: pointer;
}
html body input{
    font-family: 'description-font';
    box-shadow: 3px 3px 3px rgb(170, 170, 170);
}
/* ::-webkit-scrollbar {
    width: 12px;
    border: 1px solid #252523;
}
::-webkit-scrollbar-thumb{
    background: #252523;
    border-radius: 10px;
}
::-webkit-scrollbar-track{
    background: #d5b06a;
    -webkit-box-shadow: inset 0 0 5px #252523;
    border: 1px solid #252523;
} */
#logo{
    z-index: 10;
    position: fixed;
}
@media screen and (max-width: 800px){
    header{
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        z-index: 10;
        position: fixed;
    }
    #logo{
        background-color:#ffffff;
        height: 80px;
    }
    #logo img{
        margin-left: 10px;
        margin-top: 15px;
        background-color: #ffffff;
    }
    nav {
        display:none;
        clear: both;
        width: 100%;
        position: absolute;
        z-index: 2;
        margin-top: 70px;
        background-color: #ffffff;
    }
    nav ul {
        margin: 0;
        padding: 0;
        background-color: #ffffff;
    }
    nav ul li {
        list-style-type: none;
        background-color: #ffffff;
    }
    nav ul li a {
        display: block;
        text-decoration: none;
        margin: 10px;
        padding: 14px 20px;
        color: black;
        background-color: #ffffff;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
    }
    nav ul li a:hover {
        color:black;
    }
    #hamburger{
        float:right;
        padding: 7px 10px;
        margin-top: 10px;
        margin-right: 20px;
        color: black;
        background-color: #ffffff;
        border-radius: 5px;
        font-size: 35px;
    }
    #hamburger:hover{
        color: black;
        background-color: #ffffff;
    }
    nav ul li a button{
        width: 110px;
        height: 40px;
        font-size: 18px;
        color: #ffffff;
        background-color: #FF7575;
        border: 1px solid transparent;
        border-radius: 12px;
        margin: -10px;
        margin-bottom: 15px;
    }
    .container{
        width: 100%;
        height: 530px;
        margin-top: 60px;
        background-image: url(../asset/7d66b653c12428bb5981643b3ad76f2e.jpeg);
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        /* opacity: 70%; */
    }
    .forget{
        margin-top: 100px;
        text-align: center;
        width: 90%;
        height: 460px;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 20px;
        margin: auto;
        z-index: 2;
        position: relative;
    }
    .label{
        margin: auto;
        font-size: 18px;
        width: 80%;
        height: 20px;
        font-weight: lighter;
        text-align: left;
    }
    .forget p{
        margin: auto;
        width: 80%;
    }
    .forget form input{
        width: 80%;
        height: 40px;
        margin-top: -20px;
        margin-bottom: 20px;
        border: 2px solid #FF7575;
        color: #FF7575;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .forget form a{
        text-align: right;
        width: 80%;
        float: right;
        margin-right: 10%;
        color: #FF7575;
        text-decoration: none;
    }
    .forget form button{
        width: 80%;
        height: 50px;
        font-size: 20px;
        border: 2px solid #FF7575;
        border-radius: 10px;
        font-weight: bold;
        color: #ffffff;
        background-color: #FF7575;
        margin-bottom: 30px;
    }
    .forget h2{
        width: 80%;
        display: inline-flex;
        margin-bottom: 20px;
    }
    .forget h2 hr{
        margin: auto;
        width: 30%;
        height: 3px;
        border: 0px solid #B5A697;
        background-color: #B5A697;
    }
    .forget h3{
        font-size: 13px;
    }
    .forget h3 a{
        color: #FF7575;
        text-decoration: none;
    }
    .layer-box-forget{
        height: 530px;
    }

    /* slogan ajakan */
    .box-ad{
        text-align: center;
        z-index: 1;
        position: relative;
        width: 100%;
        height: 250px;
        display: inline-block;
        background-image: url(../asset/zelle-duda-N9kP4eKUCdQ-unsplash.jpg);
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .box-ad h1{
        width: 80%;
        height: auto;
        text-align: center;
        margin: auto;
        font-size: 30px;
        font-weight: bold;
        z-index: 3;
        position: relative;
    }
    .box-ad h2{
        width: 80%;
        height: auto;
        text-align: center;
        margin: auto;
        font-size: 20px;
        font-weight: lighter;
        z-index: 3;
        position: relative;
    }
    /* layar transparan */
    .transparent-layer{
        width: 100%;
        background-color: #ffffff;    
        z-index: 1;
        position: absolute;
        opacity: 60%;
    }
    .layer-box-ad{
        height: 250px;
    }
    .box-ad button{
        width: 170px;
        height: 55px;
        font-size: 18px;
        font-weight: bold;
        z-index: 2;
        position: relative;
        background-color: #FF7575;
        color: #ffffff;
        border-radius: 15px;
        border: 2px solid transparent;
        margin-top: 30px;
    }

    /* footer */
    footer{
        width: 100%;
        height: auto;
        background-color: #B5A697;
        text-align: center;
        font-size: 16px;
    }
    .flex-box{
        width: 100%;
        height: 350px;
        display: inline-flex;
        flex-wrap: wrap;
        color: #ffffff;
    }
    .flex-box h3{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .flex-box a{
        color: #ffffff;
        position: relative;
        z-index: 2;
    }
    .address{
        width: 80%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .address a{
        text-align: left;
        text-decoration: none;
    }
    .contact-us{
        width: 80%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .follow-us{
        width: 80%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .policy{
        width: 80%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .contact{
        width: 90%;
        height: auto;
        display: inline-flex;
        margin: auto;
        text-align: left;
    }
    .contact img{
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }
    .contact a{
        margin-top: 10px;
        margin-left: 15px;
    }
    #footer{
        width: 210px;
        height: 80px;
        text-align: center;
        display: inline-flex;
        color: #ffffff;
        margin-top: 520px;
    }
    #footer label{
        margin: auto;
        font-size: 18px;
    }
    #footer img{
        margin: auto;
    }
}

@media screen and (min-width: 800px){
    /* header */
    header{
        display: inline-flex;
        width: 100%;
        height: 80px;
        background-color: #ffffff;
        position: fixed;
        z-index: 3;
    }
    nav{
        background-color: #ffffff;
        margin-left: auto;
    }
    header ul{
        display: inline-flex;
        background-color: #ffffff;
    }
    header ul li{
        position: relative;
        list-style: none;
        z-index: 2;
        background-color: #ffffff;
    }
    #logo{
        background-color:#ffffff;
        height: 80px;
    }
    #logo img{
        margin-left: 20px;
        margin-top: 15px;
        background-color: #ffffff;
    }
    header ul li a{
        position: relative;
        margin-top: 27px;
        margin-right: 3.3vw;
        display: inline-block;
        color: black;
        text-align: center;
        font-weight: bold;
        padding: 1px;
        text-decoration: none;
        font-size: 19px;
        letter-spacing: 0.5px;
        background-color: #ffffff;
    }
    nav ul li a:hover{
        color: #FF7575;
    }
    nav ul li a button{
        width: 110px;
        height: 40px;
        font-size: 19px;
        color: #ffffff;
        background-color: #FF7575;
        border: 1px solid transparent;
        border-radius: 12px;
        margin: -10px;
    }
    .container{
        width: 100%;
        height: 530px;
        margin-top: 60px;
        background-image: url(../asset/7d66b653c12428bb5981643b3ad76f2e.jpeg);
        background-position: center;
        background-size: 110% 100%;
        background-repeat: no-repeat;
        /* opacity: 70%; */
    }
    .forget{
        margin-top: 100px;
        text-align: center;
        width: 400px;
        height: 460px;
        background-color: #ffffff;
        border: 1px solid transparent;
        border-radius: 20px;
        margin: auto;
        z-index: 2;
        position: relative;
    }
    .label{
        margin: auto;
        font-size: 18px;
        width: 80%;
        height: 20px;
        font-weight: lighter;
        text-align: left;
    }
    .forget p{
        margin: auto;
        width: 80%;
    }
    .forget form input{
        width: 80%;
        height: 40px;
        margin-top: -20px;
        margin-bottom: 20px;
        border: 2px solid #FF7575;
        color: #FF7575;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .forget form a{
        text-align: right;
        width: 80%;
        float: right;
        margin-right: 10%;
        color: #FF7575;
        text-decoration: none;
    }
    .forget form button{
        width: 80%;
        height: 50px;
        font-size: 20px;
        border: 2px solid #FF7575;
        border-radius: 10px;
        font-weight: bold;
        color: #ffffff;
        background-color: #FF7575;
        margin-bottom: 30px;
    }
    .forget h2{
        width: 80%;
        display: inline-flex;
        margin-bottom: 20px;
    }
    .forget h2 hr{
        margin: auto;
        width: 30%;
        height: 3px;
        border: 0px solid #B5A697;
        background-color: #B5A697;
    }
    .forget h3{
        font-size: 13px;
    }
    .forget h3 a{
        color: #FF7575;
        text-decoration: none;
    }
    .layer-box-forget{
        height: 530px;
    }

    /* slogan ajakan */
    .box-ad{
        text-align: center;
        z-index: 1;
        position: relative;
        width: 100%;
        height: 250px;
        display: inline-block;
        background-image: url(../asset/zelle-duda-N9kP4eKUCdQ-unsplash.jpg);
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .box-ad h1{
        width: 80%;
        height: auto;
        text-align: center;
        margin: auto;
        font-size: 30px;
        font-weight: bold;
        z-index: 3;
        position: relative;
    }
    .box-ad h2{
        width: 80%;
        height: auto;
        text-align: center;
        margin: auto;
        font-size: 20px;
        font-weight: lighter;
        z-index: 3;
        position: relative;
    }
    /* layar transparan */
    .transparent-layer{
        width: 100%;
        background-color: #ffffff;    
        z-index: 1;
        position: absolute;
        opacity: 60%;
    }
    .layer-box-ad{
        height: 250px;
    }
    .box-ad button{
        width: 170px;
        height: 55px;
        font-size: 18px;
        font-weight: bold;
        z-index: 2;
        position: relative;
        background-color: #FF7575;
        color: #ffffff;
        border-radius: 15px;
        border: 2px solid transparent;
        margin-top: 30px;
    }
    
    /* footer */
    footer{
        width: 100%;
        height: 400px;
        background-color: #B5A697;
        text-align: center;
        font-size: 16px;
    }
    .flex-box{
        width: 100%;
        height: 300px;
        display: inline-flex;
        color: #ffffff;
    }
    .flex-box h3{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .flex-box a{
        color: #ffffff;
    }
    .flex-box a:hover, label:hover{
        cursor: pointer;
    }
    .address{
        width: 20%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .contact-us{
        width: 20%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .follow-us{
        width: 20%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .policy{
        width: 20%;
        height: auto;
        margin: auto;
        text-align: left;
        margin-top: 40px;
    }
    .contact{
        width: 220px;
        height: auto;
        display: inline-flex;
        margin: auto;
        text-align: left;
    }
    .contact img{
        width: 20px;
        height: 20px;
        margin-top: 10px;
    }
    .contact a{
        margin-top: 10px;
        margin-left: 15px;
    }
    #footer{
        width: 210px;
        height: 80px;
        text-align: center;
        display: inline-flex;
        color: #ffffff;
    }
    #footer label{
        margin: auto;
        font-size: 18px;
    }
    #footer img{
        margin: auto;
    }
}