@import url("//fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");

/* feat issues section */

.feat-issues {
  height: 500px;
}

.circle {
  background-color: rgba(250, 48, 67, 0.8);
  height: 320px;
  width: 320px;
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: 180px;
}

.back-text {
  font-weight: 900;
  font-size: 200px;
  position: absolute;
  opacity: 0.03;
  margin-left: 65px;
  margin-top: -60px;
  z-index: -1;
}

.feat-issues h3 {
  font-size: 65px;
  font-weight: 900;
  margin-top: 180px;
  z-index: 2;
  position: relative;
}

.feat-issues img {
  position: relative;
  transition: 0.5s ease-in-out, z-index 0s;
}

.feat-issues a:nth-child(1) img {
  z-index: 2;
}

.feat-issues a:nth-child(2) img {
  z-index: 1;
}

.feat-issues img:hover {
  transform: scale(1.1);
}

/* Mikha */
/* .feat-issues a:nth-child(1) img:hover {
  z-index: 5556;
} */
/* End Mikha */

@media (max-width: 767px) {
  .circle {
    top: 70px !important;
  }
  .feat-issues h3 {
    margin-top: 50px;
  }
  .feat-issues .img-1 {
    width: 130px !important;
  }
  .feat-issues .img-2 {
    width: 110px !important;
  }
  .feat-issues .img-3 {
    width: 110px !important;
  }
  .feat-issues a.all {
    margin-top: 15px !important;
  }
}

.feat-issues a.all {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  margin-top: 175px;
  display: block;
}

/* quote section */

.quote {
  padding: 60px 0;
  font-family: "Josefin Sans", sans-serif !important;
}

.sign {
  font-size: 75px !important;
  margin-bottom: -50px !important;
  font-family: fantasy !important;
  opacity: 0.2;
}

.quote p {
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 900;
  font-size: 20px;
}

@media (min-width: 992px) {
  .quote p {
    width: 50%;
    margin: auto;
    font-size: 35px !important;
  }
}
.quote span {
  color: rgba(250, 48, 67, 0.8);
  font-family: "Josefin Sans", sans-serif !important;
}

/* features section */

.feats {
  padding: 70px 0;
  background-color: #000;
  border-radius: 50px;
  margin: 0 30px;
}

@media (max-width: 767px) {
  .feats {
    margin: 0 !important;
    /* Mikha */
    width: 100%;
    border-radius: 0;
  }
  .feats h4 {
    font-size: 18px !important;
  }
  .feat {
    text-align: center;
    margin: auto !important;
    margin-bottom: 25px !important;
  }
}

.feat {
  max-width: 85%;
}

.feats h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.feats p {
  color: #ccc;
  font-size: 13px;
}

/*guidelines*/
.guidelines {
  padding: 70px 0;
}

.guidelines .warning {
  background-color: rgba(250, 48, 67, 0.8);
  color: #fff;
  display: inline-grid;
  border-radius: 50%;
  /* width: 20px; */
  /* Mikha */
  width: 28px;
  /* End Mikha */
  height: 28px;
  text-align: center;
  margin-right: 10px;
}

/* Mikha */
.guidelines p {
  text-align: justify;
}

@media (max-width: 767.98px) {
  .guidelines {
    padding-top: 35px;
  }
}
/* End Mikha */

/* team section */

.team {
  padding: 50px 0;
}

.team-box {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 40px;
  /* Mikha */
  transition: 0.2s;
}

/* Mikha */

.team-box:hover {
  cursor: pointer;
}

#advisory-team {
  display: none;
}

.team-box i {
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px !important;
  font-size: 32px;
  margin-top: 15px;
  color: #000 !important;
}

.team img {
  border-radius: 50%;
  width: 80%;
  margin-bottom: 10px;
}

.team-box p {
  font-size: 12px;
}

.team h3 {
  font-size: 22px;
}

.team h5 {
  font-size: 13px;
  color: #bbb;
  text-transform: uppercase;
}

.team i {
  color: #676767;
  margin-bottom: 30px;
}

/* Mikha */

/* START: Testimonials Section */

.testimonials {
  padding-bottom: 8rem;
}

.testimonials .carousel-indicators {
  bottom: -60px;
}

.testimonials .carousel-indicators button {
  width: 11px;
  height: 10px;
  border-radius: 50%;
}

.testimonials .carousel-indicators button:focus-visible {
  outline: none;
}

/* .carousel-inner .card {
  width: 100%;
  margin-inline: auto;
} */

.carousel-inner .card .card-text {
  /* text-align: justify; */
  line-height: 1.7;
}

/* End Mikha */

/* ****Advisory Team Animation**** */

.empty-front > .flip-card {
  height: 0px !important;
}

.flip-card.rotate180 {
  height: 363.506px !important;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  /* height: 360px; */
  /* perspective: 1000px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

.rotate180 {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* height: 100%; */
  min-height: 350px;
}

.flip-card-back {
  transform: rotateY(180deg);
}

/* @media (max-width: 767.98px) {
  .flip-card {
    height: 400px;
  }
} */