header nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 0.3px solid #e3e3e3;
}

 nav a{
    text-decoration: none;
    color: #888888;
 }



 .logo_sml{
    width: 70px;
    height: fit-content;
    border-radius: 50%;
    margin: 5px 0;
 }

.a {
    font-size: 17px;
    color: #8b8b8b;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }
  
  .a:focus,
  a:hover {
    color: #040404;
  }
  
  .a:focus:after,
  .a:hover:after {
    width: 100%;
    left: 0%;
  }
  
  .a:after {
    content: "";
    pointer-events: none;
    bottom: -28px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #000000;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }

  .fa-bars{
    display: none;
    
}

.menu-vertical{
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 10;
    position:fixed;
    background-color: #ffffff;
    width: 100%;
    display: none;
}

.aa {
    font-size: 15px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 20px ;
    padding-top: 50px ;
  }
  

@media (max-width:850px) {
    .fa-bars{
        display: block;
    }
    .a{
        display: none;
    }
    .logo_sml{
        width: 60px;
        height: fit-content;
        border-radius: 50%;
        margin: 10px 0;
     }
}

.carousel{
    margin-top: 0.35px;
}

.title-h{
    font-weight: 700;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}


.produit_menu{
  width: 100%;
display: flex;
justify-content: space-around;
margin-bottom: 25px;
}

.menu1 {
  width: 30%;
  }


 .menu1 .hhh{
  overflow: hidden;
}

.menu1 h5{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 9px 0;
}

.menu1 h6{
  font-size: 14px;
  text-align: center;
}

.menu1 img{
width: 100%;
transition: transform 0.3s ease-in-out;
cursor: pointer;
}

.menu1:hover {
  background-color: #efefef;
  }

  /* menu2 */

  .menu2{
    width: 96%;
    margin: 50px auto;

  }

  .menu2 img{
    width: 100%;
    cursor: pointer;
  }

  /* media menu2 */
  @media (max-width:750px) {
    .produit_menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
    }

    .menu1 {
      width: 95%;
      margin: 15px 0;
      }
    
  }


  /* assasin cred */
  .ass_menu1 ,.ass_menu2 {
    width: 100%;
    height: 100vh;
    position: relative;  
    display: flex;
    flex-direction: column;
    text-align: center;
}


.ass_menu1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('images/as_1.webp') no-repeat center center;
    background-size: cover;
    filter: brightness(50%); 
    z-index: 0;  
}



.ass_menu1 h1 {

    z-index: 1;  
    color: #ffffff; 
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
    font-family: serif;
}


.ass_menu1 h1 .red{
  color: red;
}

.ass_menu1 .espace{
  margin-top: 60px;
}



/* assasin by */ 

.ass_by{
display: flex;
justify-content: space-evenly;
align-items: center;
margin-top:50px ;
width: 100%;
}


.hhhh{
  font-size: 30px;
  font-weight: 700;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #e3e3e3;
  color: #fff;
  position: relative;
  width: 40%;
  animation: hhhh1 both;
  animation-timeline:view(70% 5%);
}



.card {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  
  padding: 20px 1px;
  margin: 10px 0;
  text-align: center;
  /* position: relative; */
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(193, 193, 193, 0.926),0 4px 6px -4px rgba(243, 33, 33, 0.4);
  border-radius: 10px;
  background-color: #cc6b6b;
  background: linear-gradient(45deg, #04051dea 0%, #c61a1a 100%);
  animation: hhhh2 both;
  animation-timeline:view(70% 5%);
}

.content {
  padding: 20px;
}

.content .price {
  color: white;
  font-weight: 800;
  font-size: 50px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}

.content .description {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  font-size: 14px;
}

.content .title {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 1px;
}

.btn1 {
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  width: 90%;
}

.btn1:hover {
  letter-spacing: 3px;
  background-color: hsl(0, 80%, 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(198, 4, 4) 0px 7px 29px 0px;
}

.btn1:active {
  letter-spacing: 3px;
  background-color: hsl(0, 80%, 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(220, 24, 24) 0px 0px 0px 0px;
  transform: translateY(3px);
  transition: 100ms;
}





/* animation */
@keyframes hhhh1 {
  from{
    opacity: 0;
    transform: translateX(-200px) scale(0.2);
  }
  to{
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

@keyframes hhhh2 {
  from{
    opacity: 0;
    transform: translateY(200px) scale(0.4);
  }
  to{
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

@keyframes hhhh3 {
  from{
    opacity: 0;
    transform: translateX(200px) scale(0.5);
  }
  to{
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}


.ass_by:nth-child(2){
  transition-delay: 200ms;
}

.ass_by:nth-child(3){
  transition-delay: 400ms;
}

/* respecive */

@media (max-width:750px) {

  .ass_menu1 {
    height: 165vh;
}

.ass_menu1::before {
  width: 100%;
  height: 165vh; 
}

.ass_menu1 h1 { 
  font-size: 1.5rem;
}


/* ^part2 */
  .ass_by{
    flex-direction: column;
    margin-top:50px ;
    width: 100%;
    }
    .hhhh{
      font-size: 30px;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      width: 80%;
      animation: hhhh2 both;
      animation-timeline:view(70% 5%);
    }

    .card {
      width: 60%;
      margin: 15px 0;
      text-align: center;
      /* position: relative; */
      animation: hhhh2 both;
      animation-timeline:view(70% 5%);
    }
    
}

@media (max-width:389px) {
  .ass_menu1 {
    height: 210vh;
}

.ass_menu1::before {
  width: 100%;
  height: 210vh; 
}
}



/* assasin menu 2 */
.ass_menu2 {
  width: 100%;
  height: 90vh;
  position: relative;  
  display: flex;
  flex-direction: column;
  text-align: center;
}


.ass_menu2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background: url('images/ass_FIN.jpeg') no-repeat center center;
  background-size: cover;
  filter: brightness(30%); 
  z-index: 0;  
}


.ass_menu2 h1 {
  text-transform:uppercase;
  z-index: 1;  
  color: #ffffff; 
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
  font-family: serif;
}

.ass_menu2 .espace{
  margin-top: 50px;
}

/* vedio */

.video-container {
  position: relative;
  width: 60%; /* Default max width */
  padding-bottom: 35%; /* Adjust aspect ratio */
  height: 0;
  margin: 0 auto; /* Center the video */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* responsive vedio */

@media (max-width:750px) {
  .video-container {
    position: relative;
    width: 80%; /* Default max width */
    padding-bottom: 45%; /* Adjust aspect ratio */
    height: 0;
    margin: 0 auto; /* Center the video */
  }

  .ass_menu2 {
    height: 70vh;
  }
  
  .ass_menu2::before {
    height: 70vh;
  }
  
}

@media (max-width:400px) {

  .ass_menu2 {
    height: 50vh;
  }
  
  .ass_menu2::before {
    height: 50vh;
  }
}

@media (max-width:1200px) {

  .ass_menu2 {
    height: 50vh;
  }
  
  .ass_menu2::before {
    height: 50vh;
  }

}

/* ass sponsore */

.ass_menu3 {
  height: 250px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  position: relative;  
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.ass_menu3 img {
max-width: 400px;
margin: auto;
}

.ass_menu3 h4 {
  max-width: 400px;
  margin: auto;
  }

.ass_menu3 p {
  width: 70%;
  margin: auto;
  }

@media (max-width:500px) {
  .ass_menu3 img {
    max-width: 300px;
    }
    .ass_menu3 p {

      font-size: 13px;
      }
}

/* loading */
 .spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
  }

  100% {
    background-color: transparent;
  }
}

/* ninja loading */

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* يملأ الشاشة بالكامل */
  background-color: #f8f8f8; /* خلفية اختياري */
}

.loader-ninja {
  width: 80px;  /* حجم أصغر */
  height: 80px;
  color: #585858;
  background: 
    conic-gradient(from 165deg at top, #0000, currentColor 1deg 30deg, #0000 31deg) top,
    conic-gradient(from 75deg at left, #0000, currentColor 1deg 30deg, #0000 31deg) left,
    conic-gradient(from -15deg at bottom, #0000, currentColor 1deg 30deg, #0000 31deg) bottom,
    conic-gradient(from -105deg at right, #0000, currentColor 1deg 30deg, #0000 31deg) right;
  background-size: 100% 50%, 50% 100%;
  -webkit-mask: radial-gradient(circle 10px, #0000 90%, #000);
  background-repeat: no-repeat;
  animation: sh111 1.5s infinite linear;
}

@keyframes sh111 {
  100% {
    transform: rotate(1turn);
  }
}

  
