.partner-container > .hero-container {
  background-image: linear-gradient(to left, transparent, var(--dark-purple)),
    url("../assets/images/hands.png");
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}

.partner-container > .hero-container > h1 {
  margin: 80px 0 0 0;
  color: white;
}

.partner-container > .hero-container > p {
  color: white;
  max-width: 600px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 20px;
  padding: 0px 0 35px 0;
}

.partner-container > .hero-container > img {
  display: none;
}

.partner-container > .hero-container > a {
  border: 1px solid white;
  margin-bottom: 30px;
}

.partner-container > .carousel-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--dark-purple);
}

.partner-container > .carousel-section > h2 {
  width: 95%;
}

.partner-container > .carousel-section > p {
  margin: 0;
  width: 700px;
  font-weight: 300;
  line-height: 1.5;
}

.partner-container > .carousel-section > .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.partner-container > .carousel-section > .carousel-container > .carousel-btn {
  width: 40px;
  border: 1px solid var(--dark-purple);
  background-color: white;
  color: var(--dark-purple);
  margin: 0 5%;
}

.partner-container
  > .carousel-section
  > .carousel-container
  > .carousel-btn:hover {
  cursor: pointer;
}

.partner-container > .carousel-section > .carousel-container > .carousel-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  max-width: 60vw;
  height: 400px;
  max-height: 40vw;
  padding: 5%;
  border: 1px solid var(--dark-purple);
  border-radius: 20px;
  box-shadow: var(--purple-box-shadow);
}

.partner-container > .carousel-section > .carousel-container > .hide {
  display: none;
}

.partner-container
  > .carousel-section
  > .carousel-container
  > .carousel-card
  > img {
  max-width: -webkit-fill-available;
}

.partner-container > .carousel-section > .carousel-text {
  margin-bottom: 50px;
}

.partner-container
  > .carousel-section
  > .carousel-text
  > .carousel-text-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.partner-container > .carousel-section > .carousel-text > .carousel-subtext {
  font-weight: 300;
  opacity: 80%;
  line-height: 1.5;
  width: 700px;
  max-width: 60vw;
  margin-top: 5px;
}

.partner-container > .carousel-section > .hide {
  display: none;
}

.partner-container > .carousel-section > .carousel-container > .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.partner-container > .testimonials-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 65px);
  background-color: var(--light-purple);
  padding: 0 5%;
  color: var(--dark-purple);
}

.partner-container > .testimonials-section > .testimonial-content-container {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 600px;
  box-shadow: var(--purple-box-shadow);
  border-radius: 12px;
  margin-bottom: 60px;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .testimonial-wrapper {
  width: 50%;
  height: 100%;
  background-color: white;
  padding: 0 45px;
  border-radius: 12px 0 0 12px;
  box-sizing: border-box;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .testimonial-wrapper
  > p {
  line-height: 1.5;
  font-weight: 300;
  margin: 25px 0;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .testimonial-wrapper
  > .buttons-wrapper {
  display: flex;
  padding: 10px 0;
  gap: 15px;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .amee-video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-image: url(../assets/images/amee.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 12px 12px 0;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .amee-video-container
  > i {
  font-size: 100px;
  color: white;
  cursor: pointer;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .amee-video-container
  > video {
  width: 100%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  background-color: black;
}

.partner-container
  > .testimonials-section
  > .testimonial-content-container
  > .amee-video-container
  > .hide {
  display: none;
}

.partner-container > .partnership-testimonials-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 65px);
  padding: 25px;
}

.partner-container > .partnership-testimonials-section > h2 {
  margin-bottom: 100px;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content {
  position: relative;
  width: 800px;
  max-width: 60vw;
  background-color: var(--light-purple);
  min-height: 300px;
  padding: 0px 35px;
  display: flex;
  justify-content: space-around;
  border-radius: 6px;
  z-index: -1;
  box-shadow: var(--box-shadow);
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-text-wrapper
  > .partner-card-header {
  font-size: 20px;
  margin: 40px 0 5px 0;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > img {
  position: absolute;
  left: -50px;
  top: 25px;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > .partnership-text-wrapper {
  width: 450px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  min-height: 300px;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > .partnership-text-wrapper
  > .partner-card-header {
  margin-top: 36px;
  margin-bottom: 0;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > .partnership-text-wrapper
  > p {
  font-weight: 300;
  color: var(--medium-purple);
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > .partnership-text-wrapper
  > hr {
  width: 100%;
  background-color: var(--dark-purple);
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > .partnership-text-wrapper
  > .partner-card-quote {
  color: var(--medium-purple);
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .partnership-content
  > .partner-card-quote {
  color: var(--medium-purple);
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .dots {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
  padding: 10px;
  margin-top: 30px;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .dots
  > i {
  font-size: 8px;
  color: #d9d9d9;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .dots
  > i.active {
  color: var(--dark-purple);
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .hide {
  display: none;
}

.partner-container
  > .partnership-testimonials-section
  > .partnership-content-wrapper
  > .dots
  > i:hover {
  cursor: pointer;
}

.partner-container > .faqs-section {
  display: flex;
  flex-direction: column;
  background-color: var(--light-purple);
  padding: 5%;
  gap: 40px;
}

.partner-container > .faqs-section > .faqs-questions-wrapper > .faqs-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background-color: var(--light-purple);
  color: var(--dark-purple);
  padding: 15px;
}

.partner-container
  > .faqs-section
  > .faqs-questions-wrapper
  > .faqs-question
  > h4 {
  margin: 0;
  text-align: start;
  white-space: wrap;
}

.partner-container > .faqs-section > .faqs-questions-wrapper > hr {
  background-color: var(--dark-purple);
  height: 1px;
  border: none;
}

.partner-container > .faqs-section > .faqs-questions-wrapper > .faqs-answer {
  padding: 0 30px 5px 60px;
}

.partner-container
  > .faqs-section
  > .faqs-questions-wrapper
  > .faqs-answer
  > p {
  font-size: 16px;
}

.partner-container
  > .faqs-section
  > .faqs-questions-wrapper
  > .faqs-answer
  > ol {
  margin: 0;
}

.partner-container > .faqs-section > .faqs-questions-wrapper > .faqs-answer li {
  margin: 18px 0;
}

.partner-container > .faqs-section > .faqs-questions-wrapper > .hide {
  display: none;
}

.partner-container
  > .faqs-section
  > .faqs-questions-wrapper
  > .faqs-question:hover {
  cursor: pointer;
}

.partner-container > .faqs-section > .faqs-navigation-wrapper > h3 {
  font-size: 30px;
}

.partner-container > .more-questions-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(../assets/images/more-questions-background.png);
  min-height: calc(100vh - 65px);
}

.partner-container > .more-questions-section > .more-questions-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}

.partner-container
  > .more-questions-section
  > .more-questions-text-wrapper
  > h2 {
  margin-bottom: 0;
  padding: 0 5%;
}

.partner-container
  > .more-questions-section
  > .more-questions-text-wrapper
  > a {
  margin-top: 10%;
  font-size: 16px;
  width: 145px;
  height: 40px;
}

.partner-container > .more-questions-section > img {
  justify-content: right;
  height: 450px;
  width: 350px;
}
