@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Text:wght@100&family=K2D:wght@100&family=Teko:wght@300&display=swap');


.card{
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    height: 633px;
    width: 296px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}
.swiper{
    width: 950px;
}
.section-avis{
background:#244a61;
height: 1350px;
}

.sectionavis{
    position: relative;
    width: 1075px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
}

.sectionavis .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.25);

}
.sectionavis .card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;

}
.box{
    position: absolute;
    width: 100%;
    height: 28%;
    border-radius: 20px 20px 0 0;
    background: #3d708c;
}

.card .name-profession{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.name-profession .name{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    font-family: arial;
}
.name-profession .profession{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.card .rating{
    display: flex;
    align-items: center;
    margin-top: 53px;
}
.card .rating i{
    font-size: 18px;
    margin: 0 2px;
    color: orange;
}
.sectionavis .card .about{
    display: flex;
    text-align: center;
    color: #444;
    margin-top: 14px;
    margin-bottom: 5px;
}

.sectionavis .card .about p{
  font-family: 'arial';
font-size: 13px;
color: #92a2ac;
padding: 5px;
letter-spacing: 1px;
text-align: justify;
margin: 0 auto;
line-height: 21px;
}
.card .button{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
}

.button {
    margin: 0;
    padding: 0;
    background: white;
}

.button a{
    text-decoration: none;
    color: white;
}

.card .b1 button{
    background: #f3a323;
}
.card .b2 button{
    background: #14bff2;
}
.card .b3 button{
    background: #f337e2;
}
.card .button button{
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor:pointer;
}
.card .button button:hover{
    opacity: 0.8;
}
.swiper-pagination{
    position: absolute;
    top: 680px;
}
.swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background: #fed68f;
}
.swiper-button-next, .swiper-button-prev{
    opacity: 0.7;
    color: #fed68f;
    transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
    color: #fed68f;
}

.notezmoi{
    margin-top: 50px;
}

.trustpilot-widget{
    width: 249px;
    margin: 0 auto;
    margin-top: 20px;
}

@media (max-width: 1150px) {

  .sectionavis{
      width: 100%;
      padding-left: 50px;
      padding-right: 50px;
  }



  }

  @media (max-width: 800px) {

    .sectionavis{
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
    }

    .section-avis p{
    font-size:16px;
    }

    }

    @media (max-width: 437px) {

      .section-avis h2{
      font-size:22px;
      }

      .sectionavis {
      margin-top: 0;
      }

      .section-avis p{
      font-size:15px;
          letter-spacing: 1px;
      }


        .sectionavis .card .about p{
          font-family: 'arial';
        font-size: 12px;
        padding: 5px;
        margin: 0 auto;
        line-height: 18px;
        }

        .sectionavis .card .image {
          height: 100px;
          width: 100px;
          border-radius: 50%;
          padding: 3px;
          background: #fff;

      }

      .card .rating{

          margin-top: 35px;
      }

      .box{

          height: 154px;

      }

      .card .name-profession{

          margin-top: 17px;
      }

      .card {

        height: auto;
      }

      .swiper-pagination{

          display: none;
      }

      .notezmoi{
          margin-top: 15px;
      }
        }
