@media (min-width: 1025px) and (max-width: 1900px) {
.body{
    height: 100%;
    width: 75%;
    position: relative;
    left: 24%;
    top: 85px;
  
}



/* ++++++++++++++++++++++++++++++++++++++++++ Banner  +++++++++++++++++++++++++++++++++++++++++++ */
 

.mbanner{
    width: 77%;
    height: 25rem;
    position: relative;
    left: 22.8%;
    top: 52px;
    background-image: linear-gradient(to bottom right, #ec6bb0, #3b82f6);
    padding-bottom: 1rem;
   }

.banner-container {
            position: relative;
             top: 10px;
            overflow: hidden;
            height: 23rem; 
            width: 100%;
            
        }

   .banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%); /* start off-screen right */
  opacity: 0;
  transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out;
  border-radius: 12px;
}

.banner-slide.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}

.banner-slide.outgoing-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 5;
}

.banner-slide.outgoing-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 5;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





.sot1{display: none}

.sot {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, rgb(55, 55, 165), rgb(236, 107, 176));
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }

  .container {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 60px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    animation: fadeIn 1.5s ease forwards;

  
        
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .text-content {
    flex: 1;
    margin-left: 40px;
    animation: slideIn 1.2s ease forwards;
  }

  @keyframes slideIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
  }

  h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  p {
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .btn {
    display: inline-block;
    background: linear-gradient(90deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(236, 107, 176, 0.5);
  }

  .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(236, 107, 176, 0.8);
  }

  .image {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .image img {
    width: 300px;
    filter: drop-shadow(0 0 15px rgba(236, 107, 176, 0.5));
  }

  @media (max-width: 900px) {
    .container {
      flex-direction: column;
      text-align: center;
    }
    .text-content {
      margin-left: 0;
    }
    .image img {
      width: 220px;
      margin-bottom: 30px;
    }
  }


  
  .facts-section {
    position: relative;
    width: 90%;
    max-width: 1300px;
    height: 350px;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: fadeIn 1.5s ease forwards;

    position: relative;
    left: 3rem;
    top: 1rem;
   
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }

  .facts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    animation: float 4s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .content {
    position: relative;
    z-index: 2;
  }

  .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 20px;
    animation: slideDown 1s ease forwards;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-weight: 700;
    font-size: 3rem;
    animation: slideUp 1.2s ease forwards;
  }

  @keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .numbers span {
    font-size: 1rem;
    font-weight: 500;
  }

  .divider {
    height: 70px;
    width: 2px;
    background: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 700px) {
    .facts-section {
      height: auto;
      padding: 50px 20px;
    }
    .numbers {
      flex-direction: column;
      gap: 20px;
    }
    .divider {
      display: none;
    }
  }



  
  .facts-section {
    position: relative;
    width: 90%;
    max-width: 1300px;
    height: 350px;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: fadeIn 1.5s ease forwards;

    position: relative;
   
    top: 1rem;
   
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }

  .facts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    animation: float 4s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .content {
    position: relative;
    z-index: 2;
  }

  .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 20px;
    animation: slideDown 1s ease forwards;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-weight: 700;
    font-size: 3rem;
    animation: slideUp 1.2s ease forwards;
  }

  @keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .numbers span {
    font-size: 1rem;
    font-weight: 500;
  }

  .divider {
    height: 70px;
    width: 2px;
    background: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 700px) {
    .facts-section {
      height: auto;
      padding: 50px 20px;
    }
    .numbers {
      flex-direction: column;
      gap: 20px;
    }
    .divider {
      display: none;
    }
  }








  
      

}































































@media (min-width: 766px) and (max-width: 1024px){

    .body{
    height: 100%;
    width: 90%;
    position: relative;
    left: 5%;
    top: 55px;

    }

    
    /* +++++++++++++++++++++++++++++++++++++++++ Banner ++++++++++++++++++++++++++++++++++++++++++++ */


.mbanner{
    width: 100%;
    height: 22rem;
    position: relative;
    top: 52px;
    background-image: linear-gradient(to bottom right, #ec6bb0, #3b82f6);
    padding-bottom: 1rem;
   }

.banner-container {
            position: relative;
             top: 10px;
            overflow: hidden;
            height: 20rem; 
            width: 100%;
            
        }

   .banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%); /* start off-screen right */
  opacity: 0;
  transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out;
  border-radius: 12px;
}

.banner-slide.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}

.banner-slide.outgoing-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 5;
}

.banner-slide.outgoing-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 5;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */









.sot{display: none}

.sot1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, rgb(55, 55, 165), rgb(236, 107, 176));
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }

  .containerror {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 60px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    animation: fadeIn 1.5s ease forwards;

  
        
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .text-content {
    flex: 1;
    margin-left: 40px;
    animation: slideIn 1.2s ease forwards;
  }

  @keyframes slideIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
  }

  h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  p {
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .btn {
    display: inline-block;
    background: linear-gradient(90deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(236, 107, 176, 0.5);
  }

  .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(236, 107, 176, 0.8);
  }

  .image {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .image img {
    width: 300px;
    filter: drop-shadow(0 0 15px rgba(236, 107, 176, 0.5));
  }


      



  
  .facts-section {
    position: relative;
    width: 90%;
    max-width: 1300px;
    height: 350px;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: fadeIn 1.5s ease forwards;

    position: relative;
    left: 2rem;
    top: 1rem;
   
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }

  .facts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    animation: float 4s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .content {
    position: relative;
    z-index: 2;
  }

  .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 20px;
    animation: slideDown 1s ease forwards;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-weight: 700;
    font-size: 3rem;
    animation: slideUp 1.2s ease forwards;
  }

  @keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .numbers span {
    font-size: 1rem;
    font-weight: 500;
  }

  .divider {
    height: 70px;
    width: 2px;
    background: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 700px) {
    .facts-section {
      height: auto;
      padding: 50px 20px;
    }
    .numbers {
      flex-direction: column;
      gap: 20px;
    }
    .divider {
      display: none;
    }
  }
      
}
























































































    
@media (min-width: 320px) and (max-width: 765px) {
    .body{
    height: 100%;
    width: 90%;
    position: relative;
    left: 5%;
    top: 55px;
  
}


/* ++++++++++++++++++++++++++++++++++++++++ Banner +++++++++++++++++++++++++++++++++++++++++++++ */
.mbanner{
    width: 100%;
    height: 13rem;
    position: relative;
    top: 52px;
    background-image: linear-gradient(to bottom right, #ec6bb0, #3b82f6);
    padding-bottom: 1rem;
   }

.banner-container {
            position: relative;
             top: 10px;
            overflow: hidden;
            height: 11rem; 
            width: 100%;
            
        }

   .banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%); /* start off-screen right */
  opacity: 0;
  transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out;
}

.banner-slide.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}

.banner-slide.outgoing-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 5;
}

.banner-slide.outgoing-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 5;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */









.sot{display: none}

.sot1 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, rgb(55, 55, 165), rgb(236, 107, 176));
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    




    padding: 15px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    animation: fadeIn 1.5s ease forwards;
    position: relative;
    top: 3.5rem;
  }

 

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .text-content {
    flex: 1;
    margin-left: 40px;
    animation: slideIn 1.2s ease forwards;
  }

  @keyframes slideIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
  }

  h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  p {
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .btn {
    display: inline-block;
    background: linear-gradient(90deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(236, 107, 176, 0.5);
  }

  .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(236, 107, 176, 0.8);
  }

  .image {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .image img {
    width: 300px;
    filter: drop-shadow(0 0 15px rgba(236, 107, 176, 0.5));
  }

  @media (max-width: 900px) {
    .container {
      flex-direction: column;
      text-align: center;
    }
    .text-content {
      margin-left: 0;
    }
    .image img {
      width: 220px;
      margin-bottom: 30px;
      margin-top: 30px;
    }
  }
      


  .facts-section {
    position: relative;
    width: 90%;
    max-width: 1300px;
    height: 350px;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236, 107, 176), rgb(55, 55, 165));
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: fadeIn 1.5s ease forwards;

    position: relative;
    left: 1rem;
    top: 1rem;
   
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }

  .facts-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    animation: float 4s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .content {
    position: relative;
    z-index: 2;
  }

  .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 20px;
    animation: slideDown 1s ease forwards;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-weight: 700;
    font-size: 3rem;
    animation: slideUp 1.2s ease forwards;
  }

  @keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .numbers div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .numbers span {
    font-size: 1rem;
    font-weight: 500;
  }

  .divider {
    height: 70px;
    width: 2px;
    background: rgba(255, 255, 255, 0.6);
  }

  @media (max-width: 700px) {
    .facts-section {
      height: auto;
      padding: 50px 20px;
    }
    .numbers {
      flex-direction: column;
      gap: 20px;
    }
    .divider {
      display: none;
    }
  }
  
}