*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Amiri", serif;
    direction: rtl;
}
html{
    scroll-behavior: smooth;
}
.header{
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),
     url("img/logo/background-co.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow:hidden;
}
.logo_pic{
    height:80px;
    width:80px;
    direction: ltr;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    direction: ltr;
   
}
.nav-links{
    overflow:visible;
    flex:1;
    text-align: right;
}
.nav-links ul {
    margin: -12px;
    padding: 0;
    display: flex;  
    flex-direction: row-reverse; 
    direction: ltr;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;  
    
    padding: 8px 15px; 
    position: relative;
    
}
.nav-links ul li a{
    color:#fff;
    text-decoration: none;
    font-size:13px;
}
.nav-links ul li::after{
    content: '';
    width:0%;
    height:2px;
    background:#ffffff;
    display: block;
    margin:auto;
    transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
   
}
.nav-links ul li:hover::after{
   
    width:100%;
    
}
.text-box{
    width:90%;
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-family: "Amiri", serif;
    font-optical-sizing: auto;
    margin-top:100px;
    background:#082166;
   
    border-radius: 20px;
    font-size:62px ;  
}
.text-box p{
    margin:10px 0 40px;
    font-size:20px;
    line-height:1.6;
    color:#fff;
     font-family: "Playpen Sans Arabic", cursive;
  font-optical-sizing: auto;
  
    
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color:#fff;
    border:1px solid #fff;
    padding: 12px 34px;
    font-size:13px;
    background: transparent;
    position: relative;
    cursor:pointer;
}
.hero-btn:hover{
    border: 1px solid #006eff;
    background: #008cff;
    transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
}
nav .fa{
    display:none;
}
.gift-col{
    
    flex-basis:99%;
    background:#074eaa;
    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    color:white;
    margin:0 10px;
    padding: 20px ;
    box-sizing: border-box;
    transition:0.5s ;
        -webkit-transition:0.5s ;
        -moz-transition:0.5s ;
        -ms-transition:0.5s ;
        -o-transition:0.5s ;
    
}
.gift-col h3{
    font-size:40px;
    color:rgb(223, 221, 221);
}
.gift-col p{
    font-size:20px;
    line-height:42px;
}
@media(max-width: 700px){
    
    .text-box h1{
        margin-top:100px;
     font-size:30px ;
     background:#082166;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
}
    .nav-links ul li{
        display: block; 
    }
    .nav-links{
    position: absolute;
    background: #082166;
    height: 100vh;
    width: 180px;
    top: 0;
    right: -200px ;
    direction: ltr;
    text-align: left;
    z-index: 5;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
}
    .nav-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
    }

    .nav-links ul li {
    list-style: none;
    padding: 10px 20px;
    }
    nav .fa{
        display:block;
        color:#fff;
        margin:10px;
        font-size: 22px;
        cursor: pointer;
        z-index: 4;
    }
    .nav-links ul{
        padding:30px ;
    }
    #close{
        width:20px;
        height: 20px;
        overflow:hidden;
    }
    .gift-col{
        padding:10px;
    }
    .row{
        flex-direction: column;
        gap:20px ;
    }
    
}
.giftswithyourname{
    width:80%;
    margin:auto;
    text-align: center;
    padding-top:100px; 
}
h1{
    font-size:36px;
    font-weight: 600;
}
p{
    overflow:visible;
    font-size: 14px;
    font-weight:300;
    line-height:22px;
    padding: 10px;
}
.row{
    margin-top:5% ;
    display:flex;
    justify-content: space-between;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.gift-col:hover{
    /* box-shadow: 0 0 20px 0 rgba(14, 7, 7, 0.2); */
    box-shadow: 0px 0px 20px 10px #2a80ffad;
    border-radius: 67px;
}
/* ______________ wh_____________ */
.wh{
    width:80%;
    margin:auto;
    text-align: center;
    padding-top:50px;
}
.wh-col{
    flex-basis: 32%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    margin-bottom:30px;
    position:relative;
    overflow:hidden;
}
.wh-col img{
    display:block;
    width:100%;
}
.wh p{
    font-size: 19px;
    font-weight:300;
 }
.layer{
    
    background:transparent;
    height:100%;
    width:100%;
    position:absolute;
    padding:15px;
    top:0;
    left:0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.layer:hover{
    background:rgba(4, 0, 226, 0.7);
}
.layer h3{
    direction: rtl;
    width:100%;
    font-weight: 500;
    color:#fff;
    font-size:26px;
    bottom:0;
    left:50%;
    transform:translateX(-50%) ;
        -webkit-transform:translateX(-50%) ;
        -moz-transform:translateX(-50%) ;
        -ms-transform:translateX(-50%) ;
        -o-transform:translateX(-50%) ;
    position: absolute;
    opacity:0;
    transition:0.5s;
        -webkit-transition:0.5s;
        -moz-transition:0.5s;
        -ms-transition:0.5s;
        -o-transition:0.5s;
}
.layer:hover h3{
    bottom:49%;
    opacity:1;
}

 /* facilities */
.facilities{
    width:80%;
    margin:auto;
    text-align:center;
    padding-top: 100px;
}
.facilities p{
    font-size: 19px;
}
.facilities-col{
    flex-basis:31%;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    margin-bottom: 5%;
    text-align:right;
    overflow:visible;
}
.facilities-col img{
    width:100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.facilities-col p{
    font-size: 15px;
    padding: 0;

}
.facilities-col h2{
    margin-top:10px;
    margin-bottom: 15px;
    text-align:right;
}
#footer{
      width:100%;
      text-align:center;
      padding:30px 0;
}
#footer h4{
    margin-bottom:25px;
    margin-top:20px;
    font-weight: 600;
}
#footer p{
    direction: rtl ;
}
#footer a{
    text-decoration: none;
    color:blue
}
.icons .fa, .fab{
    margin: 0 13px;
    padding:18px 0;
    cursor:pointer;
}
@keyframes appear {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

img {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

img.appear {
    animation: appear 0.5s linear forwards;
}