body:nth-child(2) {
  margin-top: 80px;
}

/* load more main */
.load{
    background: linear-gradient(106deg, #EFD7EF 8%, #F5F9FC 40%, #F8EAE1 66%, #EAF8F9 91%);
    width: 100%;
    height: 29.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #0F0200;
    font-weight: 400;
}
.load h2{
    font-family: "Berkshire Swash";
    font-size: 5rem;
}
.load p{
    border-radius: 2.1875rem;
    background: #FFF;
    box-shadow: 0px 2px 73px 2px rgba(0, 0, 0, 0.05);
    font-family: 'Archivo';
    font-size: 1.125rem;
    padding: 1rem 2rem;
}

/* load moer */
.container.loadMore{
    width: 70%;
    margin:6rem auto;
}
.loadMore .card{
    font-family: 'Archivo';
    color: #646464;
    font-size: .875rem;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 90%;
    margin: 2rem auto;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0px 6px 41px 6px rgba(0, 0, 0, 0.05);

}
.loadMore .card-title{
    padding: 1rem ;
}
.loadMore .card-text{
    color: #0F0200;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0 1rem ;

}
.loadMore .card-body{
   
    padding: 0;
}
.loadMore .card-btn-cont{
     border-top: 1px solid rgba(0, 0, 0, 0.15);
     padding: 1rem;
     justify-content: space-between;
}
/* one column */
.oneColumn .card .img{
    max-height: 28rem;
    overflow: hidden;
    /* object-fit: cover; */
}
.oneColumn .card img{
    object-fit: cover;
}
.loadMore.oneColumn .card-text{
    color: #646464;
    font-weight: 400;

}
.four-col .home2-btn{
    padding: .8rem;
}
/* faqs */

.questions-section {
    /* background: linear-gradient(
      115deg,
      #efd7ef 8%,
      #f5f9fc 43%,
      #f8eae1 64%,
      #eaf8f9 87%
    ); */
    position: relative;
    padding-block: 8rem;
  }
  .questions-section .float-img {
    width: 15.6875rem;
    height: 25rem;
    top: 50%; /* اتحكم في المكان حسب التصميم */
    right: 0;
    transform: translateY(-50%);
    opacity: 0.1;
  }
  .questions-section .container .header h2,
  .span {
    color: #0f0200;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 4rem;
    font-family: "Berkshire Swash";
  }
  .questions-section .container .header h2 {
    color: #0f0200;
  }
  .questions-section .container .header h2 span {
    color: #f83d8e;
  }
  .questions-section .container .header p {
    color: #646464;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem; /* 130% */
  }
  .my-row {
    width: 70%;
    margin: 0 auto;
    /* gap: 0.5rem !important; */
  }
  .question {
    color: #0f0200;
    font-family: Archivo;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 2px 73px 2px rgba(0, 0, 0, 0.04);
  }

/* 

.lover-section {
    background-color: #683292;
  }
  .left-space {
    width: 10%;
  }
  .fw-400 {
    font-weight: 400;
  }
  .lover-section .lover-img {
    width: 57.59938rem;
    height: 45.125rem;
  }
  .lover-section .lover-img img {
    width: 100%;
    height: 100%;
  }
  .mission h2 {
    color: #FFF;
    font-family: "Berkshire Swash";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;

  }
 .mission p {
    color: #FFF;
    font-family: "Archivo";
    font-size: 1.25rem;
  }
  .mission .lover-info{
    max-width: 40%;
  }
  .lover-section .lover-info p > span {
    color: #ffd800;
    font-family: Archivo;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .lover-section .lover-info button {
    border-radius: 1.875rem;
    background: #f83d8e;
    border: #f83d8e;
    padding: 0.875rem 1.35506rem 0.9375rem 1.375rem;
    gap: 0.73056rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 0.875rem;
    transition: all 0.3s ease-in-out;
  }
  .lover-section .lover-info button:hover {
    transform: scale(1.1);
    background: #b4175b;
  }
  .lover-section .lover-info button > i {
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 0.75rem;
  }
  .small-shape {
    position: absolute;
    width: 3.5rem;
    height: auto;
    z-index: 1;
  }
  
  .shape-1 {
    top: 30%;
    left: 90%;
    width: 2.9375rem;
    height: 3.25rem;
  }
  
  .shape-2 {
    top: 75%;
    left: 420%;
    width: 4.875rem;
    height: 4.375rem;
  }
  
  .shape-3 {
    top: 60%;
    left: 50%;
    width: 2.75rem;
    height: 2.875rem;
  }
  @media (max-width: 992px) {
    html {
      font-size: 12px;
    }
    .lover-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 2rem 1rem;
    }
  
    .lover-section .left-space {
      display: none;
    }
  
    .lover-section .lover-info {
      align-items: center;
      justify-content: center;
  
      gap: 2rem;
    }
  
    .lover-section .lover-img {
      width: 100%;
      height: auto;
    }
  
    .lover-section .lover-img img {
      width: 100%;
      height: auto;
    }
    .offer-btn {
      align-self: center;
    }
    .small-shape {
      display: none;
    }
  }



  .statistics{
    margin: 8rem auto;
  }
  .statistics h2{
    color: #0F0200;
    font-family: "Berkshire Swash";
    font-size: 3.75rem;
  }
.statistics p{
    color: #646464;

    font-family: 'Archivo';
    font-size: 1.25rem;

}
.statis{
    border-radius: 0.9375rem;
    border-bottom: 2px solid #F83D8E;
    background: #FFF;
    box-shadow: 0px 12px 105px 12px rgba(0, 0, 0, 0.03);
    width:90%;
    margin: auto;
    height:13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.statis h5{
    color: #0F0200;
    font-family: "Berkshire Swash";
    font-size: 2.75rem;

}
.statis h5 span{
    color: var(--main-color);
}
.statis p{
    color: #646464;
    font-family: 'Archivo';
    font-size: 1rem;

} */