@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Estedad';
  src: url('../../front/estedadFont/Estedad-FD-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
:root {
  --red-color : #8F1D3C;
  --green-color : #bf932dd6;
  --orange-back : #FFF7E3;
  --blue-back : #F1F7FF;
  --green-back : #F0FFF8;
  --red-back : #FFF5F6;
}

.club-landing
{
  font-family: Estedad;
  font-size: 16px;
  font-weight: 300;
  color: black;
}

.club-landing .top-title {
  color: var(--green-color);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}
.club-landing .top-content
{
  text-align: justify;
  font-size: 18px;
  line-height: 35px;
}
.club-landing .banner-image
{
  width: 100%;
  object-fit: contain;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}

.club-landing .red-btn
{
  background: var(--red-color);
  color: white;
}
.club-landing .red-circle {
  background: linear-gradient(180deg, #FF8E8E 0%, #F62424 100%);
  box-shadow: 0 3px 20px 0 #0000000D;
  position: absolute;
  top: -10px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  left: 20px;
}

.club-landing .green-circle {
  background: linear-gradient(180deg, #90DDE1 0%, var(--green-color) 100%);
  box-shadow: 0 3px 20px 0 #0000000D;
  position: absolute;
  bottom: 10px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  left: 33%;
}
.club-landing .blue-dots {
  position: absolute;
  left: 20%;
  z-index: 0;
  top: -25px;
  width: 78px;
}
.club-landing .red-dots {
  position: absolute;
  bottom: -45px;
  left: 20%;
  width: 75px;
}

.benefit-part
{
  margin-top: 18%;
  margin-bottom: 15%;
}
.benefit-part .items-part {
  position: relative;
  background: #fff8e7;
  border-top-left-radius: 150px;
  width: 100%;
  height: 385px;
  display: flex;
  grid-gap: 20px;
  justify-content: center;
  z-index: 1;
}

.benefit-part .card-item {
  box-shadow: 0 10px 50px 0 #0000000D;
  border: 1px solid #F2F2F2;
  background: white;
  min-height: 260px;
  width: 200px;
  min-width: 200px;
  border-radius: 25px;
  margin-bottom: 15px;
}

.benefit-part .top-icon {
  width: 45%;
  background: red;
  text-align: center;
  margin: 15px auto;
  aspect-ratio: 1;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-part .top-icon.orange
{
  background: var(--orange-back);
}
.benefit-part .top-icon.blue
{
  background: var(--blue-back);
}
.benefit-part .top-icon.green
{
  background: var(--green-back);
}

.benefit-part .top-icon img {
  width: 60%;
}

.benefit-part .top-icon.levels img {
  width: 95%;
}
.benefit-part .card-item .title {
  color: black;
  text-align: center;
  padding: 0 25px;
  font-weight: 600;
  font-size: 19px;
}
.benefit-part .card-item .content
{
  color: #757575;
  padding : 0 10px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.benefit-part .items-right {
  position: relative;
  top: -35%;
}
.benefit-part .items-left {
  position: relative;
  top: -15%;
}

.benefit-part .dots {
  position: absolute;
  bottom: 10%;
  left: -45%;
  height: 100px;
  transform: translateX(50%);
  z-index: 0;
}
.benefit-part .red-title
{
  position: relative;
  color: var(--red-color);
  font-weight: 600;
  font-size: 25px;
  margin-top: 30px;
  z-index: 1;
}
.benefit-part .red-title:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--red-back);
  height: 100%;
  width: 50%;
  z-index: -1;
  border-top-left-radius: 100px;

}
.btn-green
{
  background: var(--green-color);
  color: white;
}

.benefit-part .ring {
  position: absolute;
  width: 100px;
  bottom: -100px;
  right: 20%;
  transform: translateY(-50%);
  z-index: 0;
}
.comment-div {
  margin-top: 7%;
  margin-bottom: 7%;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 30px 20px;
  overflow: hidden;
  position: relative;
}
.comment-div .title
{
  color: var(--green-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.comments-slider .item {
  width: 380px;
  height: auto;
  background: white;
  border-radius: 90px 0 20px 90px;
  padding: 20px;
  margin-top: 40px;
  position: relative;
}
.comments-slider .item .fullname {
  position: absolute;
  height: 30px;
  width: max-content;
  padding: 10px 20px;
  color: var(--green-color);
  background: white;
  top: -30px;
  right: 0;
  line-height: 13px;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
}
.comments-slider .user-position {
  margin-top: -17px;
  margin-right: -3px;
  font-size: 15px;
}
.comments-slider .org-content {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 145px);
}
.comment-div .coma-img
{
  width: 18px;
}

.comment-div .user-icon
{
  position: absolute;
  height: 100%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  /*transform: translateX(50%);*/
}
.comment-div .user-icon img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
  background: white;
  /*box-shadow: 0 0 1px 1px black;*/
}
.comment-div .content {
  /*height: 90px;*/
  text-align: justify;
  color: #373435B2;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 6em;
}
.comment-div .writer-info
{
  display: flex;
  grid-gap: 5px;
  font-size: 13px;
  color: #373435B2;
}

.club-landing .red-color
{
  color: var(--red-color);
}
.comment-div .slider-control {
  position: absolute;
  width: 100px;
  top: 30px;
  left: 0;
  display: flex;
  grid-gap: 5px;
}
.comment-div .slider-prev,.comment-div .slider-next
{
  width: 30px;
  height: 30px;
  background: #F7F7F7;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #666666;
}
.comment-div .slider-prev.swiper-button-disabled,.comment-div .slider-next.swiper-button-disabled
{
  background: white;
  color: #CCCCCC;
}

.question-part{
  margin-top: 5%;
  margin-bottom: 5%;

  .top-title
  {
    color: var(--green-color);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .card {
    border: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 16px 0 #341D230F;
    margin-bottom: 15px;
  }
  .card.active {
    border: 2px solid var(--green-color);
    border-radius: 10px;
  }
  .border-success
  {
    border-color: var(--green-color)!important;
  }
  .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: none;
    color: #170F49;
  }
  .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: #170F49;
    width: 100%;
    text-align: right;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }
  .card-body {
    padding: 15px;
    background: white;
    color: #6F6C90;
  }
  .icon {
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    box-shadow: 0 5px 16px 0 #080F340F;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-link[aria-expanded="true"] .icon {
    transform: rotate(180deg);
  }
  .card.active .icon
  {
    background: var(--green-color);
    color: white;
  }
}
.red-circle.red-circle2 {
  top: 105px;
  left: -45px;
}
.n-customer-div {
  width: max-content;
  height: 50px;
  background: white;
  box-shadow: 0 8px 24px 0 #00000026;
  position: absolute;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 16px;
  font-size: 16px;
  color: black;
  font-weight: 600;
  z-index: 1;
}
.star-icon
{
  color: #F8BD38;
}
.n-customer-div.active
{
  top: 10%;
  left: 0;
  transform: translateX(-50%);
}
.n-customer-div.customer {
  bottom: 6%;
  right: 0%;
  transform: translateX(50%);
}
