*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: poppins,sans-serif;
    text-decoration: none;
      
           font-family: 'Amiri', serif;
        
}
body{
    overflow-x: hidden;
}
.hero-header{
    width:100%;
    height: 100%;
    min-height: 100vh;
    background: #222;
    padding: 0;
    margin: 0;
}
.wrapper{
    width:1280px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 5px;
}
header{
    padding: 12px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.logo i{
    height: 45px;
    width:45px;
    background-color: #007ced;
    border-radius: 50%;
    color:#fff;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
    
}
.logo .logo-text{
    font-size: 24px;
    font-weight: 500;
    color:#fff;
}





nav .togglebtn{
    width: 35px;
    height: 35px;
    position: absolute;
    top:20px;
    right: 3%;
    z-index: 5;
    cursor: pointer;
    display: none;
}
nav .togglebtn span{
    display: block;
    background-color: #007ced;
    margin: 5px 0px;
    width:100%;
    height:3px;
    transition: 0.3s;
    transition-property:  transform, opacity;

}
nav .navlinks{
    list-style-type: none;
}
nav .navlinks li{
    display: inline-block;
}
nav .navlinks li a{
     color:#e5e5e5;
     margin-right: 2.5rem;
}
.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top:4rem;
}
.container .hero-pic{
    width: 300px;
    height: 300px;
    border-radius: 8%;
    overflow: hidden;
    border: 2px solid lightblue;
    box-shadow: 5px 7px 25px rgba(0,0,0,0.5);
}
.hero-pic img{
    bottom:-30px;
    width:105%;
    transition: 0.5s;
}
.hero-pic img:hover{
    transform: scale(1.2);
}
.hero-text{
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.hero-text h5{
    color:#e5e5e5;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.hero-text h5 span{
    color:#007ced;
    font-size: 16px;
}
.hero-text h1{
    color: #007ced;
    font-size: 2rem;
    
}
.hero-text p{
    color:#e5e5e5;

}
.btn-group{
    margin:45px 0;
    text-align: center;
    
}
.btn-group .btn{
    border-color: greenyellow;
    color: greenyellow;
    background-color: #333;
    padding: 12px 25px;
    margin: 5px 0px;
    margin-right:7px;
    border-radius: 30px;
    border:2px solid #e5e5e5;
    box-shadow:  0 10px 10px -8px rgb(0 0 0 / 78%);
    border : 3px solid greenyellow;
    letter-spacing: 4px;
}
.btn.active{
    border-color: #007ced;
}
.hero-text .social i{
    color: #e5e5e5;
    font-size: 18px;
    margin-right: 10px;
    transition: 0.5s;
}
.hero-text .social i:hover{
    color:#007ced;
    transform: rotate(360deg);
}
/* Respnosiv design & displaying navbar for small screen */
@media(max-width:930px)
{
    nav .togglebtn{
        display: initial;
    }
    /* for toggle button**/
    .click {
        top:45px;
    }
    .click span{
        position: absolute;
        margin-top:12px
    }
    .click span:first-child{
        transform: rotate(-40deg);
    }
    .click span:nth-child(2)
    {
        opacity: 0;
        margin:0;
    }
    .click span:last-child{
        transform: rotate(45deg);
        top:0;
    }
    nav .navlinks{
        position: absolute;
        top:110px;
        right:-100%;
        bottom: 0;
        width: 60%;
        height: 100vh;
        background-color: #222;
        z-index: 3;
        box-shadow: 5px 13px 30px rgba(0,0,0,0.1);
        transition: 0.5s;
        padding: 25px 0px;
    }
    nav .navlinks li{
        display: block;
    }
    nav .navlinks li a{
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    nav .navlinks.open{
        right:0;
    }
}
@media(max-width:768px)
{
    .container{
        flex-direction: column;
        padding-top:2rem
    }
    .hero-text{
        padding:40px 0px;
    }
}














.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2rem;
}























nav .navlinks {
    display: none; /* إخفاء القائمة الجانبية */
}
nav .navlinks {
    display: none; /* إخفاء القائمة افتراضيًا */
}

nav .navlinks.open {
    display: block; /* إظهار القائمة عند وجود الفئة "open" */
    position: absolute;
    top: 60px;
    right: 0;
    width: 60%;
    height: 100vh;
    background-color: #222;
    box-shadow: 5px 13px 30px rgba(0, 0, 0, 0.1);
    transition: right 0.5s;
}

footer {
    margin-top: 5px;
    text-align: center;
    bottom: -4px;
    color: #fff;
    
}

.highlight {
    color: red;
    font-weight: bold;
}

footer p{
  margin: 10px;
}
i{ 
  color: royalblue;
  font-size: 20px;
}
/*
.border{
  border: 1px solid #007ced;
  padding: 10px ;
  border-radius: 13px;
  direction: rtl;
  color :white;
}
*/
ul{
  color : white;
  direction: ltr;
  margin-left: 20px;
}
h1{
  margin-top: 30px;
  
}
   h1 {
            font-family: 'Amiri', serif;
            
        }
        p{
          text-decoration: underline;
          text-decoration-color: gray;
        }
        
  #loc{
    color: greenyellow;
    font-size: 22px;
  }
  /*
  .video-container {
  display: flex;        
  flex-direction: row;   
  justify-content: space-between;  
  width: 100%;           
  margin-top: 20px;
}
*/

video {
  width: 48%;   /* حجم كل فيديو بالنسبة لعرض الحاوية */
  max-width: 100%;
      /* تجنب تجاوز الفيديو لعرض الحاوية */
  
}
.final{
  margin-top: 10px;
}

.video-container {
  display: flex;
  flex-wrap: wrap; /* للسماح بتوزيع العناصر على أكثر من صف */
  gap: 10px; /* مسافة بين الفيديوهات */
}

.video-container video {
  flex: 1 1 calc(50% - 10px); /* اجعل عرض الفيديو 50% من الحاوية مع ترك مسافة للفراغات */
  max-width: 50%; /* ضمان أن كل فيديو لا يزيد عن 50% من العرض */
}




.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  left: 20px;
  z-index: 1000;
}

.whatsapp-icon img {
  width: 40px;
  height: 40px;
  border-radius: 23%;
  box-shadow: 0 0 20px #25d366, 0 0 20px #25d366, 0 0 30px #25d366;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  
  
  
  
  
  box-shadow: 
    0 0 15px rgba(37, 211, 102, 0.6), /* الضوء الأقرب للأيقونة */
    0 0 30px rgba(37, 211, 102, 0.4), /* الضوء المتوسط */
    0 0 45px rgba(37, 211, 102, 0.2); /* الضوء الأبعد */
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  
  
  
  
}

.whatsapp-icon img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #25d366, 0 0 40px #25d366, 0 0 60px #25d366;
}



.profile-actions{
  text-align:center;
  margin-top:20px;
}

.counters{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-bottom:15px;
}

.counter{
  background:#2b2b2f;
  border-radius:12px;
  padding:7px 30px;
  box-shadow:0 4px 12px rgba(0,0,0,0.4);
}

.counter .num{
  font-size:20px;
  font-weight:bold;
  color:#fff;
}

.counter .label{
  font-size:13px;
  color:#1780ff; /* نفس الأزرق اللي عندك */
}

.actions{
  display:flex;
  justify-content:center;
  gap:15px;
}

.btn{
  padding:8px 14px;
  border-radius:10px;
  border:none;
  cursor:pointer;
  font-weight:bold;
  background:#1780ff;
  color:#fff;
  transition:0.2s;
}

.btn:hover{
  background:#0f65cc;
}

.btn.like{
  background:#ff6b8a;
}
.btn.like:hover{
  background:#e05572;
}

/* أنيميشن bump للرقم */
.num.animate {
  display:inline-block;
  animation: bump .3s ease;
}

@keyframes bump {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}
