/* Header */
.DesignIT-blog_information span {
  color: #b92c00;
}

/* Slider component */
.DesignIT-scholar {
  width: 90%;
  margin: auto;
  position: relative;
}
.DesignIT-scholar h2:first-child3{
  margin: 5rem 0;
}
.DesignIT-scholar_slider {
  position: relative;
  width: 80%;
  height: 500px;
  margin: auto;
  overflow: hidden;
}
.DesignIT-scholar_slide {
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  width: 100%;
  /* height: 90%; */
  transition: transform 0.5s;
  display: flex;
  align-items: center;
}

.DesignIT-scholar-image {
  position: absolute;
  top: 0;
  z-index: 10;
  /* max-width: 30%; */
}
.DesignIT-scholar-image img {
  background: linear-gradient(to right, white 50%, transparent 50%);
  min-width: 100px;
  max-width: 500px;
  width: 500px;
}
.DesignIT-scholar-testimony {
  background-color: #008db9;
  padding: 100px;
  color: white;
  align-self: flex-start;
  position: absolute;
  top: 0;
  left: 350px;
  max-height: 370px;
  min-width: 700px;
}

.DesignIT-scholar-testimony p,
.DesignIT-scholar-testimony h1,
.DesignIT-scholar-testimony a {
  /* margin: 2rem; */
  position: relative;
  left: 15%;
}

.DesignIT-scholar-testimony a{
  color: white;
  text-decoration: underline;
  font-weight: 600;
}
.DesignIT-scholar-name {
  color: black;
  margin: 2rem;
}
.DesignIT-visible {
  display: flex !important;
}

/* SLIDER AND SWIPER */

#section--3 .container {
  max-width: 1520px;
  width: 100%;
  padding: 40px 0;
  margin: 40px auto;
}
.slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.card {
  /* width: 400px; */
  height: 35rem;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /* THIS creates the animation! */
  transition: transform 1s;
  background: #fff;
  border-radius: 8px;
}
/* slider-feedback contaioner */
.feedback-content {
  margin: 10px;
}
.feedback-container_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.feedback-container_1 {
  margin: 10px;
}
.stakeholder-feedback .stakeholder-position {
  font-weight: 400;
}
.stakeholder-name {
  font-weight: 700;
}
.stakeholder-position {
  color: #008db9;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: black;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
  color: white;
}

.swiper-pagination-bullet {
  background-color: #000;
}

/* Join us part */
.joinus-page {
  display: flex;
  align-items: center;
  padding: 0 5%;
  justify-content: space-evenly;
  /* flex-wrap: wrap; */
  margin: 30px 0;
}
.joinus-text {
  width: 40%;
}
/* .joinus-img { */
  /* width: 40%; */
/* } */
.joinus-img img {
  border-radius: 35px;
  background: linear-gradient(
      0deg,
      rgba(0, 141, 185, 0.3) 0%,
      rgba(0, 141, 185, 0.3) 100%
    );
    /* url(<path-to-image>), lightgray 50% / cover no-repeat; */
  max-width: 500px;
}
.joinus-text p {
  width: 90%;
  margin: 2rem 0;
}

.joinus-text h3 {
  font-size: var(--fs-h3);
  font-family: "Montserrat", sans-serif;
}
.joinus-text a {
  display: inline-block;
  text-decoration: underline;
  color: #b92c00;
}

.patner-with_us {
  flex-direction: row-reverse;
}

/* Stakeholder feedback container */

/*  - Avaialable position */
/* Section Title */
.avalaible-position {
  margin: 60px 0;
}
.section__title {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.section__title h2,
.section__title p {
  width: 50%;
}
/* Accordion Item*/
.container {
  margin: 0 auto;
  width: 80%;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  border-radius: 5px;
  background: #dedede;
  outline: none;
  font-family: "Poppins", sans-serif;
}

.accordion-item {
  margin: 10px 0;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: black;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: black;
  border: 1px solid black;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  margin-right: 1rem;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: black;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] .icon {
  color: #b92c00;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 1000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  border-radius: 0px 0px 5px 5px;
  background: #f3f3f3;
  padding: 0 3rem;
}
.accordion .accordion-content div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.accordion .accordion-content div p {
  width: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--fs-450);
}
.accordion .accordion-content a {
  color: #b92c00;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: 2rem 0;
}

/* Implementing responsiveness */

@media (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}
@media (max-width: 107rem) {
}
@media (max-width: 89rem) {
}
@media (max-width: 86rem) {
  .DesignIT-scholar-image img {
    width: 400px;
  }
  .DesignIT-scholar-testimony {
    background-color: #008db9;
    /* padding: 100px; */
    color: white;
    align-self: flex-start;
    position: absolute;
    top: 0;
    left: 300px;
    height: 300px;
    min-width: 700px;
  }
  .DesignIT-scholar-testimony p {
    left: 2%;
    top: -50%;
  }
  .DesignIT-scholar-name {
    margin: 1rem 2rem;
  }
  .DesignIT-scholar-testimony h1 {
    top: -60%;
  }
  .DesignIT-scholar-testimony a {
    top: -40%;
  }
  /* Slider btn*/
}
@media (max-width: 83rem) {
  .DesignIT-scholar-image img {
    /* min-width: 100px;
  max-width: 500px; */
    width: 350px;
  }
  .DesignIT-scholar-testimony {
    /* padding: 100px; */
    top: 0;
    left: 300px;
    height: 270px;
    min-width: 700px;
  }
  .DesignIT-scholar-testimony p {
    left: -8%;
    top: -100%;
  }
  .DesignIT-scholar-testimony h1 {
    top: -100%;
  }
  .DesignIT-scholar-testimony a {
    top: -80%;
  }
  .DesignIT-scholar-name {
    margin: 1rem 2rem;
  }

  /* Slider btn*/
}

@media (max-width: 75rem) {
  .social-media_link {
    margin-right: 1rem;
  }
  .social-media_link span {
    display: none;
  }

  .DesignIT-scholar_slider {
    width: 100%;
  }

  .DesignIT-scholar-image img {
    /* min-width: 100px;
  max-width: 500px; */
    width: 350px;
  }
  .DesignIT-scholar-testimony {
    /* padding: 100px; */
    top: 0;
    left: 300px;
    height: 270px;
    min-width: 700px;
  }

  .DesignIT-scholar-name {
    margin: 1rem 2rem;
  }

  .DesignIT-scholar-testimony p {
    left: 8%;
    /* top: -100%; */
  }
}

@media (max-width: 62rem) {
  .DesignIT-scholar {
    width: 95%;
  }

  .DesignIT-scholar-image img {
    /* min-width: 100px;
  max-width: 500px; */
    width: 330px;
  }
  .DesignIT-scholar-testimony {
    /* padding: 100px; */
    top: 0;
    left: 300px;
    height: 250px;
    min-width: 700px;
  }
  .DesignIT-scholar-name {
    margin: 1rem 2rem;
  }
  .DesignIT-scholar-testimony p {
    left: -8%;
    top: -140%;
  }
  .DesignIT-scholar-testimony h1 {
    top: -140%;
  }
  .DesignIT-scholar-testimony a {
    top: -120%;
  }
}

@media (max-width: 58rem) {
  /* DesignIT Scholar */
  .nav {
    align-items: center;
    justify-self: center;
    vertical-align: center;
  }
  .DesignIT-scholar_slider {
    height: 750px;
  }
  .DesignIT-scholar_slide {
    flex-direction: column;
  }

  .DesignIT-scholar_slide div {
    position: unset;
    margin: auto;
  }
  .DesignIT-scholar-image {
    width: clamp(300px, 60vw + 1rem, 400px);
    background: linear-gradient(to top, #008db9 50%, transparent 50%);
  }
  .DesignIT-scholar-image img {
    width: 100%;
  }
  .DesignIT-scholar-image img:first-child {
    display: none;
  }
  .DesignIT-scholar-image img:nth-child(2) {
    display: unset;
    width: 100%;
  }
  .DesignIT-scholar-testimony {
    width: clamp(300px, 60vw + 1rem, 400px);
    position: static;
    max-height: unset;
    min-width: unset;
    height: fit-content;
    padding: 2rem;
    align-self: unset;
  }

  .DesignIT-scholar-testimony p {
    position: unset;
    font: 1rem;
  }
  .DesignIT-scholar-testimony h1 {
    text-align: unset;
    left: 0%;
  }
  .DesignIT-scholar-testimony a {
    display: block;
    margin-top: 30px;
    color: white;
    text-decoration: underline;
    left: 0%;
  }
  .DesignIT-scholar-name {
    margin: 1rem 0 0 0;
    text-align: right;
  }

  /* Join us page */
  .joinus-page {
    flex-direction: column;
  }
  .joinus-img {
    text-align: center;
    width: 90%;
  }

  .joinus-img img{
    width: 100%;
  }
  .joinus-text {
    width: 90%;
  }
  .joinus-text h3 {
    margin: 1rem;
  }
  .joinus-text p {
    margin: 1rem auto;
  }
  .joinus-text a{
    margin: auto 1rem;
  }


  /* Accordion */
  .avalaible-position .section__title {
    width: 80%;
  }

  .avalaible-position .container {
    width: 80%;
  }

  /* What our stakeholders are saying */
  #section--3 h2 {
    width: 100%;
  }
  .accordion .accordion-content {
    padding: 0 1rem;
  }
}

@media (max-width: 36rem) {
  .joinus-page {
    padding: 0;
  }

  /* Accordion */
  .avalaible-position .section__title {
    width: 90%;
  }

  .avalaible-position .container {
    width: 90%;
  }

  /* Slide */
  .card {
    width: 250px;
  }

  .card .feedback-container_1 img {
    width: 100px;
  }
}

@media (max-width: 32rem) {
  /* Accordion */
  .section__title {
    flex-direction: column;
  }

  .section__title h2,
  .section__title p {
    width: 100%;
  }
}
