@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


*{
    margin: 0;
    padding: 0;
    color: white;
    
}
::-webkit-scrollbar{
    width: 0px;
  }


.card-header{
    display: flex;
    margin: 7% 5%;
    flex-direction: column;
    gap: 24px;
    margin-bottom:80px ;
}
.header-head{
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
}
.card-header p{
    font-size: 24px;
    font-family: 'Lato', sans-serif;
}

.fourth{
    margin: 5% 0 0 5%;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    
}

.container {
  display: flex;
  gap: 28px;
  width: 400px;
  height:  350px;
  padding: 10px;
}

.container .card {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  padding: 30px;
  border-radius: 30px;
  gap: 20px;
  background: transparent;
  font-family: 'Lato', sans-serif;
  border: 1px solid #c0c0c0;
  scroll-snap-align: start;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
  background: linear-gradient(112.9deg, #131313 43.65%, #565656 125.29%);
}
.card .image {
  padding: 4px;
  border-radius: 50%;
}
.image img {
  height: 64px;
  width: 64px;
  object-fit: cover;
  border-radius: 50%;
  border:1px solid #fff;
  margin-bottom: 20px;
}
.card{
    color: white;
}
.card h2 {
  font-size: 22px;
  font-weight: 400;
}
.card h3{
    font-size: 18px;
    font-weight: 400;
}
.card p {
  font-size: 20px;
}
.fluent-emoji-flat--star {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23D4AF37' d='m18.7 4.627l2.247 4.31a2.27 2.27 0 0 0 1.686 1.189l4.746.65c2.538.35 3.522 3.479 1.645 5.219l-3.25 2.999a2.225 2.225 0 0 0-.683 2.04l.793 4.398c.441 2.45-2.108 4.36-4.345 3.24l-4.536-2.25a2.282 2.282 0 0 0-2.006 0l-4.536 2.25c-2.238 1.11-4.786-.79-4.345-3.24l.793-4.399c.14-.75-.12-1.52-.682-2.04l-3.251-2.998c-1.877-1.73-.893-4.87 1.645-5.22l4.746-.65a2.23 2.23 0 0 0 1.686-1.189l2.248-4.309c1.144-2.17 4.264-2.17 5.398 0'/%3E%3C/svg%3E");
  }
  .pre{
    display: flex;
    gap: 64px;
    flex-direction: column;
  }