@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;
}

.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: 1000;
    /*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: 30px;
}
#HGF{
    border-radius: 50px;
    padding: 8px;
    width: 100%;
    background-color: #d3a200;
}

@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: 1000;
        /*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{
    margin-right: auto;
    margin-left: auto;
    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;
}
@media screen and (max-width:1024px) and (max-height:1366px){
    .topimg{
        margin-right: auto;
        margin-left: auto;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        position: fixed;
        background-image: url(IMG/N/meka.jpg);
        background-size: cover;
        background-position: center;
        z-index: -10;
    }
}
.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) and (max-height:1366px){
    .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;
    }
}
.rd{
    align-items: center;
    background-color: rgba(0, 0, 0, 0.329);
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    top: 90px;
    position: relative;
    border: solid #ffc400 3px;
    width: 99%;
    height: auto;
}
.rd h1{
    color: #ffe797;
}
.rd img{
    margin:40px auto ;
    width: 70%;
    height: auto;
    display: block;
    justify-content: center;
}
.mid .text{
    z-index: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 20px;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    opacity: 0;
    height: 8vh;
}
.mid .text a{
    padding-right: 20%;
    padding-left: 20%;
    color: white;
    position: relative;
    bottom: 10px;
    background-color:#B4A77E ;
}
.mid{
    top: 26%;
    margin-bottom: auto;
    margin-top: auto;
    z-index: 1;
    position: absolute;
    width: 99%;
    left: 0;
}
.D1{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D2{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.M{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D3{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D4{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D5{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D6{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D7{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D8{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D9{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D10{
    position: relative;
    width: 100%;
    justify-content: center;
    display: block;

}
.D1:hover .img1{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D1:hover .text{
    opacity: 1;
    transition: 1s;
}
.D2:hover .img2{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D2:hover .text{
    opacity: 1;
    transition: 1s;
}
.M:hover .imgM{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.M:hover .text{
    opacity: 1;
    transition: 1s;
}
.D3:hover .img3{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D3:hover .text{
    opacity: 1;
    transition: 1s;
}
.D4:hover .img4{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D4:hover .text{
    opacity: 1;
    transition: 1s;
}
.D5:hover .img5{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D5:hover .text{
    opacity: 1;
    transition: 1s;
}
.D6:hover .img6{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D6:hover .text{
    opacity: 1;
    transition: 1s;
}
.D7:hover .img7{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D7:hover .text{
    opacity: 1;
    transition: 1s;
}
.D8:hover .img8{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D8:hover .text{
    opacity: 1;
    transition: 1s;
}
.D9:hover .img9{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D9:hover .text{
    opacity: 1;
    transition: 1s;
}
.D10:hover .img10{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D10:hover .text{
    opacity: 1;
    transition: 1s;
}
/**********************************************************************/
@media screen and (max-width:1024px) and (max-height:1366px){
    .rd{
        align-items: center;
        background-color: rgba(0, 0, 0, 0.329);
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        top: 60px;
        border: solid #ffc400 1px;
        width: 98%;
        height: auto;
        bottom: 0;
    }
    .rd h1{
        color: #ffe797;
    }
    .rd img{
        margin:20px auto ;
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mid .text{
        z-index: 1;
        color: rgb(255, 255, 255);
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        opacity: 0;
        height: 0rem;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .text a{
        color: white;
        width: 20rem;
        font-size: 1rem;
        margin: 0 auto;
        height: auto;
        align-items: center;
        justify-content: center;
        background-color:#B4A77E ;
        padding: 0;
    }
    .mid{
        z-index: 1;
        width: 99%;
        margin: 0;
        height: 10vw;
    }
    .D1{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    
    }
    .M{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    
    }
    .D2{
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    
    }
    .D3{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D4{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D5{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D6{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D7{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D8{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D9{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D10{
        width: 100%;
        height: 20%;
        justify-content: center;
        display: flex;
        position: sticky;
        align-items: center;
    }
    .D1:hover .img1{
        z-index: -1;
        filter: blur(5px);
        transition:ease-in-out 1s;
    }
    .D1:hover .text{
        opacity: 1;
        transition:ease-in-out 1s;
    }
    .D2:hover .img2{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D2:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .M:hover .imgM{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .M:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .D3:hover .img3{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D3:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .D4:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D4:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .D5:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D5:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .D6:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D6:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .D7:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D7:hover .text{
        opacity: 1;
        transition: 1s;
    }
    .D8:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D8:hover .text{
        opacity: 1;
        transition: 1s;
    }

}
/***/
.alam{
    justify-content: space-between;
    top:110px ;
    align-items: center;
    display: flex;
    margin-bottom: 150px;
    border-radius: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: solid 3px #ffc400;
    width: 98%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.226);
}
.alam img{
    height: 300px;
    width: auto;
    margin: 20px;
    border: solid 3px #ffc400;
    border-radius: 50px;
}
.alam p{
    text-align: center;
    font-size: 3vw;
    color: rgb(57, 255, 156);
    animation: abc 10s infinite;
}
.ap{
    margin: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 30vh;
    width: 100%;
    border: solid 3px #ffc400;
    border-radius: 50px;
}
.alam:hover p{
    font-size: 4vw;
}
@keyframes abc{
    100%{
        color: rgb(57, 255, 156);
    }
    25%{
        color: red;
    }
    50%{
        color: yellow;
    }
    75%{
        color: rgb(0, 214, 0);
    }
    100%{
        color: rgb(103, 255, 184);
    }
}
@media screen and (max-width:1024px) and (max-height:1366px){
    .alam{
        justify-content: space-between;
        top:70px ;
        align-items: center;
        display: flex;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px;
        position: relative;
        border: solid 1px #ffc400;
        width: 98%;
        height:auto;
        background-color: rgba(0, 0, 0, 0.226);
    }
    .alam img{
        height: 35vw;
        width: auto;
        margin: 5px;
        border: solid 1px #ffc400;
        border-radius: 20px;
    }
    .ap{
        align-items: center;
        justify-content: center;
        display: flex;
        height: 35vw;
        width: 100%;
        border: solid 1px #ffc400;
        border-radius: 20px;
    }
    .alam p{
        text-align: center;
        font-size: 7vw;
        color: rgb(57, 255, 156);
        animation: abc 10s infinite;
    }
}