
@import url('https://fonts.googleapis.com/css2?family=El+Messiri&family=Katibeh&family=Markazi+Text:wght@500&display=swap');
*{
    font-family: 'El Messiri', sans-serif;
    font-family: 'Katibeh', cursive;
    font-family: 'Markazi Text', serif;
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: black;
}

.nav-bar{
    width: 100%;
    height: 65px;
    background: rgb(255,238,180);
    background: linear-gradient(90deg, rgba(255,238,180,1) 7%, rgba(255,196,0,1) 54%);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 2;
    /*border:solid rgb(222, 36, 255) 3px;*/
}
.nav-bar .logo{
    /*border: solid rgb(70, 255, 95) 3px;*/
    width: 100%;
}
.nav-bar .logo img {
    position: relative;
    float: left;
    width: 75px;
    left: 23%;
    /*border: solid rgb(68, 0, 255) 3px;*/
}
.nav-bar ul{
    list-style: none;
    display: flex;
    position: absolute;
    right: 0;
}
#go32{
    align-items: center;
    position: absolute;
    right: 0;
    display: flex;
    height: 65px;
    width: 70%;
}
#go321{
    margin-left: 4%;
    justify-content: space-evenly;
    position: absolute;
    right: 0;
    width:  100%;
    display: flex;
    align-items: center;
    height:65px;
}
.nav-bar ul li a {
    color:rgb(0, 0, 0);
    padding: 8px;
    font-size:2vw;
}
.nav-bar ul li a:hover{
    background-color: #b09a22;
    border-radius: 30px; 
}
#HGF{
    border-radius: 50px;
    padding: 8px;
    width: 100%;
    background-color: #b09a22;
}

@media screen and (max-width:1024px) and (max-height:1366px){
    .nav-bar{
        width: 100%;
        height: 50px;
        background: rgb(255,238,180);
        background: linear-gradient(90deg, rgba(255,238,180,1) 7%, rgba(255,196,0,1) 54%);
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 1;
        /*border:solid rgb(222, 36, 255) 3px;*/
    }
    #go321{

        
        position: absolute;
        right: 0;
        width:  100%;
        display: flex;
        height:30px;
        /*border: solid red 3px;*/
    }
    .nav-bar ul li a {
        text-align: center;
        color:rgb(0, 0, 0);
        padding: 1px;
        font-size:3vw;
        height: 100%;
        height: 6vw;
        display: flex;
        align-items: center;
        /*border: solid rgb(255, 174, 0) 3px;*/
        display:inline-flex;
    }
    #go32{
        justify-content: center;
        align-items: center;
        position: absolute;
        display: flex;
        height: 30px;
        width: 100%;
        /*border: solid rgb(239, 255, 21) 3px;*/
    }
    .nav-bar .logo{
        /*border: solid rgb(70, 255, 95) 3px;*/
        width: 100%;
    }
    .nav-bar .logo img {
        left: 5%;
        position: relative;
        float: left;
        width: 50px;
        /*border: solid rgb(68, 0, 255) 3px;*/
    }
    #HGF{
        border-radius: 50px;
        padding: 8px;
        width: 100%;
        background-color: #d3a200;
    }
    .nav-bar ul li a:hover{
        background-color: #d3a200;
        border-radius: 30px;
    }
}
/*==============================================*/
.bg{
    margin-top: 20px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    background-image: url(IMG/N/meka.jpg);
    z-index: -10;
}
.cont{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 85%;
    z-index: 1;
    border: rgb(255, 255, 255) 3px solid;
    margin-top: 70px;
    background-color: rgba(255, 255, 255, 0.63);
}
.cont1 p{
    text-align: center;
    font-size: 2rem;
    color: #000000;
}
.hr{
    height: 5px;
    display:block;
    color:black;
}

@media screen and (max-width:1024px){
    .bg{
        margin-top: 20px;
        width: 100%;
        height: 100%;
        position: fixed;
        background-size: cover;
        background-image: url(IMG/N/meka.jpg);
        z-index: -10;
    }
    .cont{
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
        height: 85%;
        z-index: 1;
        border: rgb(255, 255, 255) 3px solid;
        margin-top: 50px;
        background-color: rgba(255, 255, 255, 0.63);
    }
    .cont1 p{
        text-align: center;
        font-size: 5vw;
        color: #000000;
    }
    .hr{
        height: 5px;
        display:block;
        color:black;
    }
}