@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;
    margin-right: auto;
    margin-left: auto;
}
a{
    text-decoration: none;
    color: white;
}

.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:10000;
    /*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: #d3a200;
    border-radius: 50px;
}
#HGF{
    border-radius: 50px;
    padding: 8px;
    width: 100%;
    background-color: #d3a200;
}

@media screen and (max-width:1024px){
    .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: 100;
        /*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;
    }
}
/*==============================================*/

.topimg{
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(IMG/N/meka.jpg);
    background-color: rgba(0, 0, 0, 0.445);
    background-size: cover;
    background-position: center;
    z-index: -10;
}
.div1{
    background-color: rgba(0, 0, 0, 0.226);
    display: flex;
    position: relative;
    top:70px;
    border: solid 3px #ffc400;
    width: 98%;
    border-radius: 50px;
    height: auto;
    margin-bottom: 130px;
}
.div2 p{
    text-align: right;  
    font-size: 2vw;
    height: 100%;
    color: white;
    width: 90%;
    padding: 30px;

}
#h1t{
    padding: 4px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    position: relative;
    top: 70px;
}
#h1t p{
    font-size: 7vh;
    color: #ffe797;
}
.kw{
    background-color: rgb(0, 150, 150);
    border-radius:20px;
    padding: 5px;
}
#sp{
    border-radius:20px;
    position: relative;
    top: 10px;
    font-size: larger;
    background-color: #af8f00;
    right:5px;
    padding: 5px;
}
@media screen and (max-width:1024px){
    .topimg{
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        position: fixed;
        background-image: url(IMG/N/meka.jpg);
        background-color: rgba(0, 0, 0, 0.445);
        background-size: cover;
        background-position: center;
        z-index: -10;
    }
    .div1{
        background-color: rgba(0, 0, 0, 0.226);
        display: flex;
        position: relative;
        top:50px;
        border: solid 1px #ffc400;
        width: 98%;
        border-radius: 50px;
        height: auto;
        bottom: 100px;
    }
    .div2 p{
        text-align: right;  
        font-size: 5vw;
        height: 100%;
        color: white;
        width: 99%;
        padding: 30px;
    
    }
    #h1t{
        padding: 4px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        position: relative;
        top: 50px;
    }
    #h1t p{
        font-size: 5vh;
        color: #ffe797;
    }
    .kw{
        background-color: rgb(0, 150, 150);
        border-radius:20px;
        padding:0px 5px;
    }
    #sp{
        border-radius:20px;
        position: relative;
        top: 10px;
        font-size: large;
        background-color: #af8f00;
        right:5px;
        padding: 5px;
    }
}
.footer{
    z-index: 2;
    display: flex;
    height: 5%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #55534b;
    color: white;
    text-align: center;
    align-items: center;
}
.gmail img{
    height: 20px;
    width: auto;
    padding: 5px 5px 0px 5px;
    /*border: rgb(255, 0, 0) solid 2px;*/
}
.gmail a{
    padding-bottom: 5px;
    color: white;
}
.gmail{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: left;
    right: 0;
    margin-right: 3px;
}
.footer .copyr{
    margin-left: 10px;
}
@media screen and (max-width:1024px){
    .footer{
        display: flex;
        height: 3%;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #55534b;
        color: white;
        text-align: center;
        align-items: center;
    }
    .gmail img{
        height: 17px;
        width: auto;
        padding: 10px 5px 0px 5px;
        /*border: rgb(255, 0, 0) solid 2px;*/
    }
    .gmail a{
        font-size: xx-small;
        color: white;
        margin-bottom: 4px;
    }
    .gmail{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: left;
        right: 0;
        margin-right: 3px;
    }
    .footer .copyr{
        font-size: xx-small;
        margin-left: 10px;
    }
    #jb{
        font-size: xx-small;
    }
}