.main-about{
    display: flex;
    justify-content: space-around;
    height: auto;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    flex-wrap: wrap;
    
}
.about-text{
    width: 85%;
}
.about-image{
    width: 400x;
}
.about-image img{
    width: 100%;
    margin-top: 10px;
}
.about-text a{
    margin-top: 25px;
}
.first-about{
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.why{
    width: 400px;
    height: 500px;

    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.425);
    border-radius: 5px;
}
.main-description{
    margin-top: 25px;
}
.center{
    text-align: center;
}
h3{
    font-weight: bolder;
}
.padding{
    height: 150px;
    align-items: center;
    background-color: #2e2e2e;
    color:red ;
    display: flex;
    justify-content: center;
}
.first-abouts{
    display: flex;
    flex-direction: column;
    background-image: url(https://i.pinimg.com/564x/d3/e9/3e/d3e93e500710e9af8df138a546b5a1ad.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.first-abouts li{
    list-style: none;
}
.flex{
    flex-wrap: wrap;
}
.cover{
    background-image: url(https://i.pinimg.com/564x/9f/67/3b/9f673b0ffb8fcb1b34f6a61634743ba2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -40px;
    

}
.main-description-1{
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.blog-image, .blog-text{
    width: 500px;
    margin: 8px;
}
hr{
    width: 40%;
    margin:auto;
    border: 2px solid red;

}
.blog-image img{
    width: 100%;
   
}
.Testimonial {
    background-color: #d5e1ef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 600px;
   
   
  
  }
  .cd__main{
      display: block !important;
      background: #ddfcf5 !important;
      min-height: 450px;
     height: 100vh;
  }
  .container {
    width: 100%;
    height: 100%;
  }
  .card {
    background-color: #f9fafe;
    width: 550px;
    height: 45%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 0 0 0;
    transition: transform 400ms;
    opacity: 0.5;
    box-shadow: none;
  }
  
  .quote-icon {
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    left: 3%;
    top: 0;
  }
  
  .avatar {
    width: 120px;
    height: 120px;
    border-radius: 150px;
    border: 5px solid #f9fafe;
    box-shadow: 0 0 50px #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-60px, -60px);
    z-index: 1;
  }
  
  .header {
    margin: 50px 0 0 0;
    text-align: center;
    z-index: 1;
  }
  
  .name {
    font-family: "Hammersmith One", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
  }
  
  .title {
    font-family: "Hammersmith One", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0 5px;
    color: #7ccdc5;
  }
  
  .quote-container {
    margin: 0;
    height: 100%;
    z-index: 1;
    padding: 15px 30px 30px 30px;
    overflow: hidden;
  }
  
  .quote {
    width: 100%;
    height: 95%;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #73808c;
    margin: 0;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide-active {
    z-index: 1;
  }
  
  .swiper-slide-active .card {
    box-shadow: 0 8px 30px -7px #c9dff0;
    opacity: 1;
    transform: scale(1.5);
  }
  
  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-button-next:focus,
  .swiper-button-prev:focus {
    outline: none;
  }
  .other-section{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 8px;
    background-color: #159e2c;
    color: #ffff;
  }
  .regis{
    display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
  }
  .okay{
    width: 250px;
    margin: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 800;
  }

  h2 {
    margin: 20px auto 80px;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  
  details {
    width: 75%;
    min-height: 5px;
    max-width: 700px;
    padding: 45px 70px 45px 45px;
    margin: 0 auto;
    position: relative;
    font-size: 22px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .3s;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
  }
  
  details p {
    color: #96999d;
    font-weight: 300;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
  }
  
  summary:focus {
    outline: none;
    
  }
  
  summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px rebeccapurple;
  }
  
  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }
  .faq{
    background-color: #159e2c94;
    padding: 10px;
  }
  
  
  @media (max-height: 400px) {
    .header {
      margin: 40px 0 0 0;
    }
    .name {
      font-size: 12px;
    }
    .title {
      font-size: 10px;
    }
    .quote-container {
      padding: 5px 20px 20px 20px;
    }
    .quote-icon {
      width: 75px;
      height: 75px;
    }
    .avatar {
      width: 100px;
      height: 100px;
      transform: translate(-50px, -50px);
    }
  }
