
@import url('https://fonts.googleapis.com/css2?family=El+Messiri&family=Katibeh&family=Markazi+Text:wght@500&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'El Messiri', sans-serif;
    font-family: 'Katibeh', cursive;
    font-family: 'Markazi Text', serif;
}

a{
    text-decoration: none;
}



.nav-bar{
    width: 100%;
    height: 65px;
    /*background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(175,192,214,1) 100%);*/
    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: #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: 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;
    }
}
/*==============================================*/
.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;
}

.div1{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    width: 99%;
    height: 140vw;
    top:70px;
    border: #ffc400 solid 3px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.226);
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

}
.ifa{

    height: 50px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 10px;
    font-family: serif;
}
.div1 .ifa h1{
    color: #ffe797;
    font-family: 'Anton', sans-serif;
}
.far{

    right: 0;
    margin: auto;
    padding:auto;
    height: auto;
    bottom: 0;
    position: absolute;
    border: #ffc400 solid 3px;
    border-radius: 50px;
    width:70%;
    top: 0;
    margin: 45px 40px 20px 40px;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
.far p{
    color: white;
    font-size: 2vw;
    max-block-size: 40px;
    text-align: right;
    padding:15px;
    font-weight: bold;
    padding: 20px;
    padding-bottom: 600px;
    display: inline-block;
}
.kw{
    background-color: rgb(1, 121, 91);
    border-radius: 50px;
    padding:0px 10px;
}
.k{
    border-radius: 15px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 80%;
    height: 60px;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(255, 219, 133);
}


.chi img{
    position: absolute;
    top: 50px;
    left: 50px;
    border: #ffc400 solid 3px;
    border-radius: 50px;
    max-width: 20%;
}
.chi3{
    position:absolute ;
    left: 0;
    width:auto;
    height: auto;
    margin-left: 10px;
    top:28%;
}
.chi3 img{
    border: #ffc400 solid 3px;
    border-radius: 50px;
    width: 24vw;
    height: 30vw;
    padding: 0;
    margin: 0;
    left: 0;
}
.chi2 img{
    border: #ffc400 solid 3px;
    border-radius: 50px;
    width: 24vw;
    height: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 40vh;
    left: 0;
}
.chi2{
    position:absolute ;
    left: 0;
    width:auto;
    height: auto;
    margin-left: 10px;
    top: 36%;
    margin-top: 20px;
}
.chi4 img{
    border: #ffc400 solid 3px;
    border-radius: 50px;
    width: 24vw;
    height: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 40vh;
    left: 0;
}
.chi4{
    position:absolute ;
    left: 0;
    width:auto;
    height: auto;
    margin-left: 10px;
    top:    60%;
    margin-top: 20px;
}
@media screen and (max-width:1024px) and (max-height:1366px){
    .chi img{
        width: 22vw;  
        position: absolute;
        height: auto; 
        top: 30px;
        left: 10px;
        border-radius: 20px;
        border: #ffc400 solid 1px;
    }
    .chi3{
        position:absolute ;
        left: 0;
        width:auto;
        height: auto;
        margin-left: 6px;
        top: 18%;
        margin-top: 10px;
    }
    .chi3 img{
        border: #ffc400 solid 1px;
        border-radius: 20px;
        width: 22vw;
        height: 30vw;
        padding: 0;
        margin: 0;
        left: 0;
    } 
    .chi2 img{
        border: #ffc400 solid 1px;
        border-radius: 20px;
        width: 22vw;
        height: auto;
        padding: 0;
        margin: 0;
        left: 0;
    }
    .chi2{
        position:absolute ;
        left: 0;
        width:auto;
        height: auto;
        margin-left: 6px;
        top: 0;
        margin-top: 60px;
    }
    .chi4 img{
        border: #ffc400 solid 1px;
        border-radius: 20px;
        width: 22vw;
        height: auto;
        padding: 0;
        margin: 0;
        left: 0;
    }
    .chi4{
        position:absolute ;
        left: 0;
        width:auto;
        height: auto;
        margin-left: 6px;
        top: 0;
        margin-top: 130px;
    }
    .far p{
        position: relative;
        top: 0;
        bottom: 0;
        height: auto;
        font-size: 4vw;
        color: white;
        text-align: right;
        padding:5px;
        font-weight: bold;
        display: inline-block;
    }
    .far{

        right: 0;
        margin: auto;
        padding:auto;
        height: auto;
        bottom: 0;
        position: absolute;
        border: #ffc400 solid 1px;
        border-radius: 20px;
        width:70%;
        top: 15px;
        margin: 10px 10px;
        flex-wrap: wrap;
        padding-bottom: 25px;
    } 
    .div1 .ifa h1{
        color: #ffe797;
        font-family: 'Anton', sans-serif;
        font-size: small;
    } 
    .div1{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        height: 270vw;
        top:60px;
        border: #ffc400 solid 1px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.226);
        bottom: 0;
        right: 0;
        left: 0;
    
    }
    .k{
        display: flex;
        justify-content: center;
        width: 70%;
        height: 8vw;
        margin-right: auto;
        margin-left: auto;
        background-color: rgb(255, 219, 133);
    }
    .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: rgb(214, 252, 255);
}
.rd img{
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 13%;
    padding-right: 13%;
    width: 100%;
    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;
}
.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;
    background-color:#B4A77E ;
}
.D2:hover .img2{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D2:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.M:hover .imgM{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.M:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D3:hover .img3{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D3:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D4:hover .img4{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D4:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D5:hover .img5{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D5:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D6:hover .img6{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D6:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D7:hover .img7{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D7:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D8:hover .img8{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D8:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D9:hover .img9{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D9:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
.D10:hover .img10{
    z-index: -1;
    filter: blur(5px);
    transition: 1s;
}
.D10:hover .text{
    opacity: 1;
    transition: 1s;
    background-color:#B4A77E ;
}
/**********************************************************************/
@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: 95%;
        height: auto;

        bottom: 0;
    }
    .rd h1{
        color: rgb(214, 252, 255);
    }
    .rd img{
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 13%;
        padding-right: 13%;
        width: 100%;
        height: auto;
        display: block;
        justify-content: center;
    }
    .mid .text{
        z-index: 1;
        text-align: center;
        color: rgb(255, 255, 255);
        padding: 5px;
        font-size: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        opacity: 0;
        height: 15px;
    }
    .mid .text a{
        padding-right: 15%;
        padding-left: 15%;
        color: white;
        position: relative;
        top: -3px;
    }
    .mid{
        z-index: 1;
        position: absolute;
        top: 18%;
        width: 99%;
        left: 0;
    }
    .D1{
        position: relative;
        width: 100%;
        justify-content: center;
        display: block;
    
    }
    .D2{
        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;
    
    }
    .D1:hover .img1{
        z-index: -1;
        filter: blur(5px);
        transition:ease-in-out 1s;
    }
    .D1:hover .text{
        opacity: 1;
        transition:ease-in-out 1s;
        background-color:#B4A77E ;
    }
    .D2:hover .img2{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D2:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .M:hover .imgM{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .M:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .D3:hover .img3{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D3:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .D4:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D4:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .D5:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D5:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .D6:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D6:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .D7:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D7:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }
    .D8:hover .img4{
        z-index: -1;
        filter: blur(5px);
        transition: 1s;
    }
    .D8:hover .text{
        opacity: 1;
        transition: 1s;
        background-color:#B4A77E ;
    }

}
/***/
.alam{
    justify-content: space-between;
    top:110px ;
    align-items: center;
    display: flex;
    margin-bottom: 200px;
    border-radius: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: solid 3px #ffc400;
    width: 99%;
    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: 100px;
        background-color: rgba(0, 0, 0, 0.226);
    }
    .alam img{
        height: 80px;
        width: auto;
        margin: 5px;
        border: solid 1px #ffc400;
        border-radius: 20px;
    }
    .ap{
        margin: 5px;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 10vh;
        width: 100%;
        border: solid 1px #ffc400;
        border-radius: 20px;
    }
}

