@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Tajawal:wght@300;500&display=swap');

.navbar{
    box-shadow: 0px 0px 8px 2px #868686;
    position: fixed;
    background-color: #fff;
    height: 55px;
    width: 100vw;
    z-index: 200;
}

.fluid{
    display: flex;
}

.fluid a{
    font-size: 18px;
    text-decoration: none;
    font-family: Arapey,Tajawal;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

#nav-brand{
    color: #000;
}

.menu-icon{
    width: 22px;
    display: flex;
    padding-top: 7px;
    margin-right: 10px;
    position: relative;
    margin-left: 70px;
    cursor: pointer;
    height: 20px;
    margin-top: 0;
    flex-flow: row wrap;
    align-content: space-between;
}

.menu-line::before{
    content: ".";
    width: 0;
    position: absolute;
    height: 1px;
    left: -5px;
    top: -11px;
    transition: all .2s ease 0s;
    font-size: 13px;
}

.menu-line{
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
    position: relative;
    line-height: 20px;
    transition: all .2s ease 0s;
    margin: 0;
}

.menu-line::after{
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #c1a661;
    z-index: 1111;
    content: "";
    width: 0;
    transition: all .2s ease .01s;
}

.brand:hover{
    color: inherit;
    text-decoration: none;
}

#navbar-main-section{
    background-image: url('assests/02.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
    display: none;
    position: fixed;
    z-index: 100;
    transition: background 1s linear;
}

.content-nav{
    padding: 180px 75px 150px 100px;
}

.heading{
    color: #fff;
    font-family: Arapey;
    text-transform: uppercase;
    font-size: 64px;
    letter-spacing: 7px;
    height: 110px;
}

.drop_down_outer-nav{
    min-height: max-content;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-flow: row wrap;
}

.drop_down{
    padding-right: 45px;
    font-family: Tajawal;
}

#drop1{
    width: 216px;
}

#drop2{
    width: 193px;
}

#drop3{
    width: 203px;
}

.drop_down_p{
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.drop_down_p::after{
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.lists{  
    color: #fff;
    transition: all .7s ease .3s;
    opacity: 0;
    font-family: Tajawal;
    list-style: none;
}

.lists-nav{
    opacity: 1;
}

.lists ul, .lists-nav ul{
    padding: 0;
    list-style: none;
}

.lists li, .lists-nav li{
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    
}

.lists li a, .lists-nav li a{
    text-decoration: none;
    color: #fff;
    position: relative;
}

.lists li a:hover, .lists-nav li a:hover{
    text-decoration: underline;
    transition: all 0.3s ease-in 0s;
}

.footer{
    background-color: #000;
    text-align: center;
    padding: 40px 4% 25px;
    position: relative;
    width: 100vw;
}

.footer-logo{
    padding-bottom: 10px;
}

.footer-menu{
    padding: 70px 0;
}

.footer-menu-container{
    display: flex;
    align-items: start;
    justify-content: center;
    
    font-family: Tajawal;
}

.footer-menu-group{
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
}

.footer-menu-group h1{
    color: #c1a661;
    font-size: 18px;
}

.footer-menu-list ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.footer-menu-list ul li{
    padding-top: 10px;
}

.footer-menu-list ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.footer-logo a{
    text-decoration: none;
}

.footer-logo a span{
    padding-top: 10px;
    display: block;
    font-family: Athelas;
    font-style: italic;
    color: #666;
    font-size: 15px;
}

.copyright{
    color: #b3b3b3;
    font-size: 12px;
    padding-top: 15px;
    letter-spacing: 2px;
}

.social{
    color: #fff;
    font-size: 30px;
}

.social i{
    color: #fff;
    margin-right: 30px;
}

@media only screen and (max-width: 880px){
    .footer-menu-group{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 800px){
    .drop_down_outer, .heading{
        display: none;
    }

    .lists-nav li{
        margin-bottom: 10px;
    }

    .content-nav{
        padding: 105px 40px 40px;
        height: 90%;
    }

    .content{
        padding: 40px;
        height: 90%;
    }

    .drop_down_outer-nav{
        display: block;
        margin-top: 4em;
    }

    .drop_down{
        padding-bottom: 40px;
    } 
}

@media only screen and (max-width: 650px){
    .footer-menu-group{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 550px){
    .footer-menu-group{
        padding-left: 20px;
        padding-right: 20px;
    }
}