*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@font-face {
    font-family: "fawzy";
    src: url(KoKhalaya-5-5.otf);
}

body{
    font-family: "IBM Plex Sans Arabic", sans-serif;
}
html {
    scroll-behavior: smooth;
}

.container{
    padding: 0 25px;
    margin: 0 auto;
}

/* media query for main container */
/* desktop */
@media screen and (min-width: 1440px){
    .container {
        width: 1500px;
    }
}
/* laptop */
@media screen and (min-width: 1024px) and (max-width:1439px){
    .container {
        width: 97%;
    }
}
/* tablet */
@media screen and (min-width: 768px) and (max-width:1023px){
    .container {
        width: 99%;
    }
}
/* mobile */
@media screen and (max-width: 767px){
    .container {
        width: 100%;
    }
}

.main-header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 153px;
    direction: rtl;
    padding: 0 90px;
}

.main-header{
    background-color: #C9E8FF;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
 }
.main-header::before{
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #ffffff;
    border-bottom: 3px solid #C9E8FF;
    bottom: 0px;
 }

@media screen and (max-width: 1200px){
    .main-header .container{
        padding: 0 35px;
}
}
/* .logo_header{ */
    /* transform: rotate(-7.30deg); */
/* } */

.d_nav{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: relative;

}
.d_nav::before{
content: "";
position: absolute;
height: 102%;
width: 103%;
left: 53%;
top: 50%;
transform: translate(-50%, -50%);
border: 2px solid #ffffff;
border-radius: 40px;
padding-top: 17px;
padding-bottom: 16.5px;
padding-right: 0px;
padding-left: 30px;
}
.play_header{
    position: absolute;
    left: -25px;
    top: -3px;
    transition: 0.6s;
    z-index: 1000;
    width: 40px;
    height: 48px;

}
.play_header.active_play_header{
 transform: rotate(360deg);
}

/* //////////////////////////////////////////////// */
/* //////////////////////////////////////////////// */

.d_links_youtube{
    text-decoration: none;
    font-size: 14px;
    font-size: 16px;
    position: relative;
    font-weight: 800;
    overflow: hidden;
    padding:10px 30px ;
    border-radius: 40px;
    margin-left: 15px;
    color: #ffffff;
    background-color: #FF7174;
    border: 2px solid #FF0000;
    cursor: pointer;
    text-wrap: nowrap;
    transition: 0.4s;

}

.d_links_youtube:hover{
    color: #FF0000;
    background-color: #C9E8FF;
 
}

.d_links{
    text-decoration: none;
    font-size: 15px;
    position: relative;
    font-weight: 800;
    overflow: hidden;
    padding:10px 30px ;
    border-radius: 40px;
    margin-left: 15px;
    margin-left: 50px;
    color: #ffffff;
    background-color: #0C00B5;
    cursor: pointer;
    text-wrap: nowrap;
        border: 2px solid #0C00B5;
    transition-duration: 0.3s;
}

.d_links:hover{
    color: #0C00B5;
    background-color: #C9E8FF;
    border: 2px solid #0C00B5;
        transition-duration: 0.3s;

}
/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
.a3maly_link{
  position: relative;
}
.a3maly_link .a3maly{
  position: relative;
}
.a3maly_link .a3maly::after{
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #C9E8FF;
    overflow: hidden;
    transition: transform 0.3s ease;    
    z-index: 1;
    pointer-events: none;
}
  .a3maly_link .a3maly:hover::after {
      color: #0C00B5;
      transform: translateY(-50%) rotate(-180deg) ;
  }

.a3maly_link a{
  padding-left: 50px;
}
:root {
            --primary-color: #6c5ce7;
            --secondary-color: #a29bfe;
            --accent-color: #fd79a8;
            --text-color: #2d3436;
            --light-color: #f5f6fa;
            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            --transition: all 0.3s ease;
        }

.dropdown-menu {
            position: absolute;
            top: 65px;
            left: -15px;
            /* background-color: #C9E8FF; */
            border-radius: 10px;
            padding: 1.6rem 0;
            width: 250px;
            box-shadow: var(--shadow);
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            transform: translateY(0px);
            z-index: 100;
            border: 1px solid #0000003d;
            box-shadow: 0 0 20px #00000010;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          direction: ltr;

              backdrop-filter: blur(3px) saturate(60%);
    -webkit-backdrop-filter: blur(15px) saturate(94%);
    background-color: rgba(255, 255, 255, 0.356);
    border: 1px solid #14141423;

}

        
        .a3maly_link:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(-18px);
        }


        .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #0c00b5;
            display: none;
        }

        .dropdown-item {
            text-decoration: none;
            font-size: 15px;
            position: relative;
            font-weight: 800;
            overflow: hidden;
            border-radius: 40px;
            color: #ffffff;
            background-color: #0C00B5;
            cursor: pointer;
            text-wrap: nowrap;
            border: 2px solid #0C00B5;
            transition-duration: 0.3s;
            width: 122px;
            padding:10px 28px ;
            padding-left: 28px !important;
            /* direction: rtl; */
            display: flex;
            align-items: center;
            justify-content: center;

        }
        .dropdown-item:not(:last-child) {
            margin-bottom: 20px;
        }


        .dropdown-item i {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #C9E8FF;
            font-size: 17px;
            display: none;
        }

        .dropdown-item:hover {
              backdrop-filter: blur(50px) saturate(100%);
    -webkit-backdrop-filter: blur(15px) saturate(94%);
    background-color: rgba(255, 255, 255, 0.356);
            color: #081ee2;
        }
        .dropdown-item:hover i{
            color: #081ee2;
        }
/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */
.a3maly_link_mobile{
  position: relative;
  margin-bottom: -20px;
}
.a3maly_link_mobile .a3maly_mobile{
  position: relative;
}
.a3maly_mobile.active_a3maly_mobile{
    background-color: #C9E8FF;
    color: #0C00B5;

}
.a3maly_link_mobile .a3maly_mobile::after{
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #C9E8FF;
    overflow: hidden;
    transition: transform 0.3s ease;    
    z-index: 1;
    pointer-events: none;
}
  .a3maly_link_mobile .a3maly_mobile:hover::after {
      color: #0C00B5;
      /* transform: translateY(-50%) rotate(-180deg) ; */
  }
  .a3maly_link_mobile .a3maly_mobile.active_a3maly_mobile::after {
      color: #0C00B5;
      transform: translateY(-50%) rotate(-180deg) ;
  }

.a3maly_link_mobile a{
  padding-left: 50px;
}
:root {
            --primary-color: #6c5ce7;
            --secondary-color: #a29bfe;
            --accent-color: #fd79a8;
            --text-color: #2d3436;
            --light-color: #f5f6fa;
            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            --transition: all 0.3s ease;
        }

.dropdown-menu_mobile {
                position: static;
                width: 80%;
                border-radius: 10px;
                margin: 0 auto;
                opacity: 0;
                max-height: 0;
                padding: 0;
                visibility: visible;
                transform: none;
                overflow: hidden;
                transition: max-height 0.3s ease, padding 0.3s ease;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
                background-color: #b6d2e76c;
                border: 1px solid #0c00b549;
                /* box-shadow: 0 10px 10px #00000010; */

                /* backdrop-filter: blur(3px) saturate(60%);
                -webkit-backdrop-filter: blur(15px) saturate(94%);
                background-color: rgba(255, 255, 255, 0.356);
                border: 1px solid #0c00b580; */
}

/* .a3maly_link_mobile:hover  .dropdown-menu_mobile{
            max-height: 500px;
            padding: 1rem 0;
            margin-top: 0.5rem;
} */
        .dropdown-menu_mobile.active {
            opacity: 1;
            max-height: 500px;
            padding: 1rem 0;
            margin-top: 0.5rem;
            margin-bottom: 60px;
        }        

        .dropdown-item_mobile {
            padding: 10px 25px;
            padding-left: 25px !important;
            border-radius: 10px;
            text-decoration: none;
            transition: var(--transition);
            font-weight: 800;
            font-size: 20px;
            position: relative;
            width: 90%;
            text-wrap: nowrap;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: #0C00B5;
            background-color: #b6d2e76c;
            border: 2px solid #5348f023;
        }

        .dropdown-item_mobile:not(:last-child) {
            margin-bottom: 20px;
        }

        .dropdown-item_mobile:hover {
            background-color: #b6d2e7ad;
            color: #0C00B5;
            padding-right: 30px;
            border: 2px solid #5348f0c4;

        }

        .dropdown-item_mobile i {
          position: absolute;
            left: 30px;
            color: var(--primary-color);
            width: 30px;
            font-size: 23px;
            text-align: center;
            align-items: center;
            display: none;
        }
/* ///////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////// */

.d_links::before{
position: absolute;
content: "";
width: 100%;
height: 136%;
left: -35px;
top: -10px;
padding-top: 0px;
padding-bottom: 0px;
border: 2px solid #ffffff;
border-radius: 40px 0 0 40px;
border-right: 0; 
border-bottom-width: 2px;
border-top-width: 2px;
/* margin: 10px; */
}
/* //////////////////////////////////////////////// */
/* //////////////////////////////////////////////// */
      /* .pixel_a_yo{
        text-decoration: none !important;
        outline: none !important;
      }
      .pixel_a{
        text-decoration: none !important;
        outline: none !important;
        position: relative;
      }
      .pixel_a::before{
        position: absolute;
        content: "";
        width: 80px;
        height: 51px;
        left: 10px;
        top: -25px;
        border: 2px solid #ffffff;
        padding: 8px 0 ;
        border-radius: 40px 0 0 40px;  
        border-right: 0; 
        border-bottom-width: 2px;
        border-top-width: 2px;
      }

      .pixel-btn {
        position: relative;
        width: 120px;
        height: 50px;
        display: inline;
        margin-left: 30px;
        background: transparent;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        cursor: pointer;
        border: 0;
        border: 2px solid transparent;
        border-radius: 40px;
        overflow: hidden;
        text-decoration: none !important;
        outline: none !important;
      }
      .pixel-btn:hover{
        color: #0C00B5;
        border: 2px solid #0C00B5;
        transition-duration: 1s;
      }

      .Pixel_yo{
        width: 170px;
        height: 45px;
        margin-left: 10px;
        background: transparent;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        cursor: pointer;
        border: 0;
        border: 2px solid #FF0000;
        border-radius: 40px; 
        overflow: hidden;
        text-decoration: none !important;
        outline: none !important;
      }

      .Pixel_yo:hover{
        color: #FF0000 !important;
        border: 2px solid #FF0000 !important;
        transition-duration: 1s;
      }

      .pixel-btn span {
        position: relative;
        font-size: 17px;
        font-weight: 800;
        font-family: "IBM Plex Sans Arabic", sans-serif;
        z-index: 2;
      }

      .pixel-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        border-radius: inherit;
      }

      .pixel-container .pixel {
        position: absolute;
        width: 11px;
        height: 11px;
        background-color: var(--pixel-color);
        transition: transform 0.3s ease, opacity 0.3s ease;
        border-radius: 0px; 
      }

      .pixel-btn:hover .pixel {
        opacity: 0;
        transform: translate(var(--tx), var(--ty));
      } */
/* //////////////////////////////////////////////// */
/* ////////////// pixel for mobile ////////////////*/
      /* .pixel_a_mobile{
        text-decoration: none !important;
        outline: none !important;
        position: relative;
      }
      .pixel-btn_mobile {
        position: relative;
        width: 120px;
        height: 50px;
        display: inline;
        margin-left: 30px;
        background: transparent;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        cursor: pointer;
        border: 0;
        border: 2px solid transparent;
        border-radius: 40px;
        overflow: hidden;
        text-decoration: none !important;
        outline: none !important;
      }
      .pixel-btn_mobile:hover{
        color: #0C00B5;
        border: 2px solid #0C00B5;
        transition-duration: 1s;
      }

      .pixel-btn_mobile span {
        position: relative;
        font-size: 17px;
        font-weight: 800;
        font-family: "IBM Plex Sans Arabic", sans-serif;
        z-index: 2;
      }

      .pixel-container_mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none;
        border-radius: inherit;
      }

      .pixel-container_mobile .pixel_mobile {
        position: absolute;
        width: 11px;
        height: 11px;
        background-color: var(--pixel-color);
        transition: transform 0.3s ease, opacity 0.3s ease;
        border-radius: 0px;
      }

      .pixel-btn_mobile:hover .pixel_mobile {
        opacity: 0;
        transform: translate(var(--tx), var(--ty));
      } */
/* //////////////////////////////////////////////// */
/* //////////////////////////////////////////////// */
/* .tringle_container{
    transform: rotate(90deg);
    z-index: 54545546486;
    position: absolute;
    bottom: -200px;
  }
.triangle {
	position: relative;
	background-color: orange;
}
.triangle:before,
.triangle:after {
	content: "";
	position: absolute;
	background-color: inherit;
 }
.triangle,
.triangle:before,
.triangle:after {
	width:  36px;
	height: 43px;
	border-top-right-radius: 30%;
 }

.triangle {
	transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
} */
/* //////////////////////////////////////////////// */

.menuButton {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13%;
     width: 3.1em;
    height: 3.1em;
    border-radius: 0.5em;
      border: 2px solid white;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
}

.menuButton:hover {
  border: 2px solid #0f00db5b;
  transition-duration: 0.3s;
}

.menuButton.active_menuButton {
    border: 2px solid #0f00db5b;
    transition-duration: 0.3s;

}

input[type = "checkbox"] {
  /* display: none; */
  /* visibility: hidden; */
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

/* .menuButton span {
  width: 30px;
  height: 4px;
  background: #0f00db;
  border-radius: 100px;
  transition: 0.3s ease;
} */
.svg_burger{
  /* The size of the SVG defines the overall size */
  height: 3em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line_burger {
  fill: none;
  stroke: #0f00db;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition:
    stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line_top_bottom_burger {
  stroke-dasharray: 12 63;
}

.line_top_bottom_burger.active_burger{
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}


.m-nav{
    position: absolute;
    overflow: hidden;
    background-color: #C9E8FF;
    top: 120px;
    right: 0;
    width: 100%;
    height: 0;
    list-style: none;
    z-index: 555 !important;
    margin-right: 0;
}

.m-nav-container{
    padding-top: 8px;
    z-index: 555 !important;
}
.m-nav li{
    opacity: 0;
     transform: translateY(50px); /* start 30px below */
    
  }
.trans:nth-of-type(1){
    -webkit-animation: translateIntro .5s .3s ease forwards;
    animation: translateIntro .3s .3s ease forwards;
}
.trans:nth-of-type(2){
    -webkit-animation: translateIntro .3s .4s ease forwards;
    animation: translateIntro .3s .4s ease forwards;
}
.trans:nth-of-type(3){
    -webkit-animation: translateIntro .3s .5s ease forwards;
    animation: translateIntro .3s .5s ease forwards;
}
@-webkit-keyframes translateIntro {
    to { opacity: 1; transform: translateY(0%); }
}
@keyframes translateIntro {
    to { opacity: 1; transform: translateY(0%); }
}


.m_links{
    z-index: 555;
    color: white;
    background-color: #0C00B5;
    border: 2px solid #0C00B5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
    transition-duration: 0.3s;
    width: 150px;
    margin: 20px auto;
    margin-top: 30px;
    border-radius: 40px;
    padding: 10px 25px; 
}
.m_links:hover{
    background-color: #C9E8FF;
    color: #0C00B5;

}


.show-m-nav{
    height: fit-content;
    padding-bottom: 30px;
    z-index: 555 !important;
    transition-duration: 0.3s;
}
/* ////////////////// start media query ////////////////////////////////////////// */
@media screen and (max-width:970px){
        .d_links{
            width: 100px;
            height: 45px;
            margin-left: 25px;
            font-size: 13px;
        }

        .d_links_youtube{
        width: 140px;
        height: 40px;
        margin-left: 10px;
        font-size: 14px;
      }

      .play_header{
        left: -20px;
        top: -3px;
        width: 36px;
        height: 44px;

      }
    .d_nav::before{
    height: 85%;
    width: 95%;
    left: 53%;
    top: 50%;
    border-radius: 40px;
    padding-top: 17px;
    padding-bottom: 16.5px;
    padding-right: 0px;
    padding-left: 60px;
    }

    .d_links::before{
      width: 100%;
      height: 136%;
      left: -20px;
      top: -10px;
      padding-top: 0px;
      padding-bottom: 0px;
      border-radius: 40px 0 0 40px;  
      }
      .dropdown-menu {
            left: -70px;
    }
    .a3maly_link .a3maly::after{
        left: 26px;
        top: 52%;
    }  
}  
/* ////////////////////*/
@media screen and (max-width: 767px){
  .main-header .container{
    height: 120px;
  }
  .d_nav{
        margin-left: 60px;
        margin-top: -6px;
      }
        .logo_header{ 
            margin-top: 0px;
            margin-right: -10px !important;
          } 
          
        .menuButton{
        display: flex;
        top: 32px;
        left: 20px;
        }
      .d_links{
            display: none;
          }
        .d_nav::before{
        height: 70%;
        width: 65%;
        left: 53%;
        top: 50%;
        border-radius: 40px;
        padding-top: 17px;
        padding-bottom: 16.5px;
        padding-right: 0px;
        padding-left: 60px;
        }

      .play_header{
        left: -20px;
        top: -2px;
        width: 36px;
        height: 44px;

      }
}
/* ********************************************** */
/* ********************************************** */
@media screen and (min-width:768px){
    .m-nav{
        width: 0;
    }
}
/* ********************************************** */
/* ********************************************** */
/* ////////////////////*/
@media screen and (max-width: 560px){
      .d_nav{
        margin-top: 0px;
        margin-left: 40px;
    }
        .d_nav::before{
        height: 70%;
        width: 65%;
        left: 53%;
        top: 50%;
        border-radius: 40px;
        padding-top: 17px;
        padding-bottom: 16.5px;
        padding-right: 0px;
        padding-left: 60px;
        }
      .d_links_youtube{
        width: 100px;
        height: 30px;
        margin-left: 10px;
        font-size: 13px !important;
      }


      .play_header{
        left: -20px;
        top: -2px;
        width: 33px;
        height: 41px;

      }
      .main-header .container{
        height: 120px;
      }
     .d_nav{
        margin-left: 50px;
        margin-top: -10px;
      }
      .logo_header{ 
            margin-top: 8px;
          } 
      .logo_img{
        width: 68px !important;
        height: 47px !important;
         }
          
        .menuButton{
        display: flex;
        top: 32px;
        left: 20px;
        width: 2.8em;
        height: 2.8em;
        border-radius: 0.5em;
        }

input[type = "checkbox"] {
  position: absolute;
  width: 3.5em;
  height: 3.5em;
}
}
/* *********************************************** */
/* *********************************************** */

/* *********************************************** */
/* *********************************************** */


/* /// */
#to-top {
    display: inline-block;
    background-color:#3a416e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 800;
    color: #fff;
    font-size: 1.6em;
    line-height: 55px;
  }
  #to-top:hover {
    cursor: pointer;
    background-color: #2a2f50;
  }
  #to-top:active {
    background-color: #2a2f50;
  }
  #to-top.show {
    opacity: 1;
    visibility: visible;
  }


  @media screen and (max-width:767px){
    #to-top {
 
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
 
      }
      #to-top::after {
          font-size: 1.4em;
        line-height: 50px;
 
      }
  }