.abc12635663 {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
  }

  .card_box {
    width: 200px;
    height: 250px;
    border-radius: 20px;
    background: linear-gradient(170deg, rgba(0, 0, 50, 0.623) 0%, rgb(0, 0, 31) 100%);
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.55);
    cursor: pointer;
    transition: all 0.3s;
    margin: 20px;
  }

  .card_box:hover {
    transform: scale(0.9);
  }

  .card_box span {
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_box span:nth-child(1)::before {
    content: 'Premium';
    position: absolute;
    width: 150%;
    height: 40px;
    background-image: linear-gradient(45deg, #ff6547 0%, #ffb144 51%, #ff7053 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
  }

  .card_box span:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0;
    left: 0;
    height: 10px;
    z-index: -1;
    box-shadow: 140px -140px #cc3f47;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  }

  .card_box .cardspan211 {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    color: #fefefe;
  }

  /* Media Queries for Desktop */
  @media only screen and (min-width: 1150px) {
    .abc12635663 {
      flex-wrap: nowrap;
    }

    .card_box {
      width: 200px;
      height: 250px;
    }

    .card_box span {
      width: 150px;
      height: 150px;
    }
  }

  /* Media Queries for Tablet */
  @media only screen and (max-width: 768px) {
    .card_box {
      width: 150px; /* Adjust width for tablet view */
      height: 200px; /* Adjust height for tablet view */
    }
  }

  /* Media Queries for Mobile */
  @media only screen and (max-width: 480px) {
    .card_box {
      width: 150px; /* Make it full width for mobile view */
      height: 150px; /* Adjust height for mobile view */
      /* margin: 10px 0; Adjust margin for mobile view */
    }

    .card_box span {
      width: 70px;
      height: 70px;
    }

    .card_box span:nth-child(1)::before,
    .card_box span:nth-child(1)::after {
      content: 'pro';
    }
  }











  .reg123form {
    position: relative;
    min-height: 100vh;
    background-color: #3F186E;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
  }
  
  .reg123form .containerreg123form {
    position: relative;
    width: 800px;
    height: 600px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
  }
  
  .reg123form .containerreg123form .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .reg123form .containerreg123form .user .imgBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #ff0;
    transition: 0.5s;
  }
  
  .reg123form .containerreg123form .user .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .reg123form .containerreg123form .user .formBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
  }
  
  .reg123form .containerreg123form .user .formBx form h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
  }
  
  .reg123form .containerreg123form .user .formBx form input {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  
  .reg123form .containerreg123form .user .formBx form input[type='submit'] {
    max-width: auto;
    background: #677eff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  
  .reg123form .containerreg123form .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
  }
  
  .reg123form .containerreg123form .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #677eff;
  }
  
  .reg123form .containerreg123form .signupBx {
    pointer-events: none;
  }
  
  .reg123form .containerreg123form.active .signupBx {
    pointer-events: initial;
  }
  
  .reg123form .containerreg123form .signupBx .formBx {
    left: 100%;
  }
  
  .reg123form .containerreg123form.active .signupBx .formBx {
    left: 0;
  }
  
  .reg123form .containerreg123form .signupBx .imgBx {
    left: -100%;
  }
  
  .reg123form .containerreg123form.active .signupBx .imgBx {
    left: 0%;
  }
  
  .reg123form .containerreg123form .signinBx .formBx {
    left: 0%;
  }
  
  .reg123form .containerreg123form.active .signinBx .formBx {
    left: 100%;
  }
  
  .reg123form .containerreg123form .signinBx .imgBx {
    left: 0%;
  }
  
  .reg123form .containerreg123form.active .signinBx .imgBx {
    left: -100%;
  }
  
  @media (max-width: 991px) {
    .reg123form .containerreg123form {
      max-width: 400px;
    }
  
    .reg123form .containerreg123form .imgBx {
      display: none;
    }
  
    .reg123form .containerreg123form .user .formBx {
      width: 100%;
    }
  }



  .box123 .cours-search-bx{
		
    background-color: #3F186E;
    border:2px solid #000
}

.center_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 400px;
  background-image: url('../images/center_banner.jpg'); /* Add your image URL here */
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  margin: 20px 0;
}

.content {
    padding: 20px;
  padding-left: 20% ;
  text-align: left;
  max-width: 50%;
  box-sizing: border-box;
}

.content h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.content p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.content button {
  padding: 10px 20px;
  font-size: 1.2em;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 10px;
}

.content button:hover {
  background-color: #45a049;
}

@media only screen and (max-width: 768px) {
  .center_banner {
    flex-direction: column;
    height: auto;
  }

  .content {
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }

}









.notu {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border : #3F186E solid 2px;
    border-radius:10px;
}

h2 {
    color: #333;
}

.faq-item {
    margin-bottom: 20px;
}

.question {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    background-color: #3F186E;
    border: 1px solid #000;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.answer {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
}





.bannerapk {
    background-color: #3F186E;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 20px;
  }

  .text-content {
    max-width: 600px;
    text-align: center;
  }

  .text-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ccc;
  }

  .text-content p {
    font-size: 16px;
  }

  .download-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .download-button {
    margin-top: 10px;
    padding: 12px 20px;
    background-color: #4a90e2;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
  }

  .download-button:hover {
    background-color: #fff;
    color: #4a90e2;
  }

  .icon {
    font-size: 36px;
 
    height: auto;
    width: 100px ;
    margin: 10px;
  }

  .app-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
  }

  @media only screen and (min-width: 600px) {
    .bannerapk {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }

    .text-content {
      text-align: left;
    }

    .download-buttons {
      flex-direction: row;
      margin-top: 0;
    }

    .download-button {
      margin-top: 0;
      margin-left: 10px;
    }
  }






  
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    /* Modal Content */
    .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    }
    
    /* The Close Button */
    .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;		
    
    }
    
    .close:hover,
    .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    text-align: right;		
    }