*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav_list a{
    text-decoration: none;
    color: #fff;
    padding: 23px 22px;
    display: inline-block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.container{
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

nav{
    background-color: #000;
}

.nav_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_content img{
    max-width: 160px;
    max-height: 150px;
}

.nav_list a:hover{
    color: #a09164;
    transition: 0.3s;
}

/* HEADER */

header{
    background: url(contact/contact_img.png) no-repeat center/cover;
    height: 45vh;
    max-width: 100%;
}

/* MAIN */

main{
    background: url(contact/light-bg.jpg)no-repeat center/cover;
    height: 90vh;
    width: 100%;
}

.main_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 30px;
}

.main_small1 h3{
    color: #968058;
    font-weight: 700;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.main_small1 p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.main_small1 a{
    text-decoration: none;
    color: #1e1e1e;
}

.main_small1 a:hover{
    color: #a09164;
    transition: 0.5s;
}

/* ORDERING */

.order_content{
    position: relative;
    top: 50px;
}

.order_content h4{
    text-align: center;
    color: #968058;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
}

.form input{
    width: 100%;
    height: 43px;
    border-radius: 15px;
    padding: 14px;
    outline: none;
}

.form textarea{
    width: 100%;
    height: 60px;
    border-radius: 15px;
    padding: 16px;
    outline: none;
}

/* FOOTER */

.footer_content{
    background: url(images/darkbg.jpg) no-repeat center/cover;
    height: 75vh;
}

.footer_list img{
    max-width: 400px;
    max-height: auto;
}

.footer_list_1{
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

.footer_list_1 h3{
    color: #d5b85f;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 800;
}

.footer_list_1 a{
    color: #fff;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.footer_list_1 a:hover{
    color: #a09164;
    transition: 0.5s;
}

.divv_icons_box{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.divv_icons_box i{
    font-size: 54px;
    color: #fff;
}

.divv_icons_box i:hover{
    color: #808080;
    transition: 0.5s;
}

/* RESPONSIVE */

@media (max-width:1200px) {
    
}

@media (max-width:1000px) {
    
}

@media (max-width:950px) {
    header{
        background-size: 140vh;
        position: relative;
        bottom: 42px;
    }
    .map iframe{
        max-width: 490px;
        position: relative;
        left: 60px;
    }
    .footer_list_1{
        padding: 30px;
    }
}

@media (max-width:800px) {
    .nav_list ul{
        position: relative;
        top: 20px;
        left: 35px;
    }
    .nav_list ul .or{
        position: relative;
        left: 150px;
    }
    header{
        background-size: 125vh;
        position: relative;
        bottom: 70px;
    }
    .map iframe{
        position: relative;
        left: -10px;
        width: 450px;
        height: 380px;
    }
    .main_content{
        position: relative;
        bottom: 55px;
    }
    .footer_list_1 h3{
        font-size: 18px;
    }
    .footer_list_1 a{
        font-size: 17px;
    }
    .footer_list_1{
        padding: 10px;
    }
}

@media (max-width:768px) {
    .nav_list ul{
        position: relative;
        top: 20px;
        left: 25px;
    }
    .nav_list ul .or{
        position: relative;
        left: 150px;
    }
    header{
        background-size: 120vh;
        position: relative;
        bottom: 70px;
    }
    .footer_list_1 h3{
        font-size: 18px;
    }
    .footer_list_1 a{
        font-size: 17px;
    }
}
@media (max-width:480px) {
    .nav_list ul{
        position: relative;
        top: 20px;
        left: -5px;
    }
    .nav_list ul .or{
        position: relative;
        left: -3px;
    }
    header{
        background-size: 60vh;
        position: relative;
        bottom: 70px;
    }
    .main_list1{
        position: relative;
        top: -320px;
        right: 70px;
    }
    .main_list h3{
        font-size: 17px;
    }
    .main_list a{
        font-size: 16px;
    }
    .main_list iframe{
        width: 350px;
        height: 230px;
    }
    .main_small1{
        position: relative;
        top: 160px;
        left: 150px;
    }
    .main_small1 h3{
        font-size: 34px;
    }
    .main_small2 h3{
        font-size: 34px;
    }
    .main_list1{
        position: relative;
        bottom: 370px;
    }
    .main_list2{
        position: relative;
        top: 230px;
        right: 180px;
    }
    .order_content{
        position: relative;
        top: 260px;
    }
    .footer_content{
        background-size: cover;
        /* width: 10vh; */
        height: 270vh;
    }
    .footer_content{
        position: relative;
        top: 500px;
    }
    .footer_content img{
        width: 270px;
    }
    .footer_list_1 h3{
        font-size: 38px;
    }
    .footer_list_1 a{
        font-size: 22px;
        position: relative;
        /* right: 40px; */
    }
    .footer_list_1 .div_box1{
        position: relative;
        left: 90px;
    }
    .footer_list .div_box2{
        position: relative;
        top: 330px;
        right: 120px;
    }

    .footer_list .div_box3{
        position: relative;
        top: 670px;
        right: 250px;
    }
    .footer_list .div_box4{
        position: relative;
        top: 950px;
        right: 380px;
    }
    .divv_icons_box{
        position: relative;
        /* left: 50px; */
        top: 1000px;
    }
}
@media (max-width:380px) {
    .nav_list ul{
        position: relative;
        top: 20px;
        left: -5px;
    }
    .nav_list ul .or{
        position: relative;
        left: -3px;
    }
    header{
        background-size: 60vh;
        position: relative;
        bottom: 100px;
    }
    .main_list{
        position: relative;
        bottom: 280px;
    }
    .main_list h3{
        font-size: 17px;
    }
    .main_list a{
        font-size: 16px;
    }
    .main_list .map iframe{
        width: 300px;
        height: 270px;
    }
    .main_small1{
        position: relative;
        top: 160px;
        left: 150px;
    }
    .main_small1 h3{
        font-size: 34px;
    }
    .main_small2 h3{
        font-size: 34px;
    }
    .main_list1{
        position: relative;
        bottom: 370px;
        right: 70px;
    }
    .main_list2{
        position: relative;
        top: 170px;
        right: 160px;
    }
    .order_content{
        position: relative;
        top: 100px;
    }
    footer{
        position: relative;
        top: 80px;
    }
    .footer_content{
        background-size: cover;
        height: 300vh;
    }
    .footer_content{
        position: relative;
        top: 600px;
    }
    .footer_list{
        position: relative;
        right: 50px;
    }
    .footer_content img{
        width: 270px;
        position: relative;
        left: 50px;
    }
    .footer_list_1 h3{
        font-size: 38px;
    }
    .footer_list_1 a{
        font-size: 22px;
        position: relative;
        /* right: 40px; */
    }
    .footer_list_1 .div_box1{
        position: relative;
        left: 90px;
    }
    .footer_list .div_box2{
        position: relative;
        top: 330px;
        right: 120px;
    }

    .footer_list .div_box3{
        position: relative;
        top: 670px;
        right: 250px;
    }
    .footer_list .div_box4{
        position: relative;
        top: 950px;
        right: 380px;
    }
    .divv_icons_box{
        position: relative;
        left: 50px;
        top: 1000px;
    }
}