*{
    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: 750px;
    font-family: 'description-font';
    margin: 0;
    background-color: #FFFFFF;
}
html body button{
    font-family: 'description-font';
    box-shadow: 5px 5px 3px rgb(170, 170, 170);
}
html body button:hover{
    cursor: pointer;
}
html body input{
    font-family: 'description-font';
}
/* ::-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: auto;
        margin-top: 70px;
    }

    .privacy-area{
        width: 95%;
        margin: auto;
        margin-bottom: 50px;
    }
    .privacy-area h3{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .privacy-area ul{
        list-style-position: inside;
        padding-left: 0px;
    }
    .privacy-area li{
        text-indent: -20px;
        padding-left: 20px;
        margin: 5px;
        font-size: 17px;
    }
    .privacy-area p{
        font-size: 17px;
    }

    /* 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: auto;
        margin-top: 60px;
    }    

    .privacy-area{
        width: 55%;
        margin: auto;
        margin-bottom: 50px;
    }
    .privacy-area h3{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .privacy-area ul{
        list-style-position: inside;
        padding-left: 0px;
    }
    .privacy-area li{
        text-indent: -20px;
        padding-left: 20px;
        margin: 5px;
        font-size: 17px;
    }
    .privacy-area p{
        font-size: 17px;
    }
    
    /* 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;
    }
}