@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.team-wrp {
  background: #fff !important;
  z-index: 0;
}

.d-flex {
  display: flex;
}

.team-card {
  max-width: 79%;
  justify-content: flex-start;
  margin-left: 10%;
}

.team-card .info {
  min-width: 22%;
}

.team-card .info h4 {
  font-size: 25px;
  font-weight: bold;
  color: #7a7a7a;
  max-width: 220px;
  font-family: "Roboto", sans-serif;
  padding-right: 20px;
  text-align: left;
}

.team-card .content .image {
  width: 300px;
  height: 340px;
}

.team-card .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card .content .details {
  width: calc(100% - 300px);
  background: #f2f2f2;
  padding: 19px 19px 19px 29px;
  text-align: left;
  position: relative;
}

.team-card .content .details h4 {
  font-weight: bold;
  color: #737373;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.team-card .content .details span {
  display: block;
  font-weight: 300;
}

.team-card .profile-info {
  justify-content: space-between;
}

.team-card .content .details h6 {
  color: #707070;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.team-card .content .details p {
  color: #737373;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
  line-height: 1.6;
}

.team-card .social-team-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.fp-controlArrow.fp-next {
  right: 50px;
  border-width: 0;
  border-color: transparent transparent transparent #fff;
  background-image: url("../images/arrow-v.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.fp-controlArrow.fp-prev {
  right: 50px;
  border-width: 0;
  border-color: transparent transparent transparent #fff;
  background-image: url("../images/arrow-v.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}

/* Partners Section */

/****/

.partner-wrp {
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 13%;
  margin-top: 0%;
}

.partner-wrp h4 {
  font-size: 4rem;
  line-height: 5.5rem;
  text-align: left;
  color: #f88405;
  font-family: "FFClanProRegular";
}

.partner-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 10px 30px;
  text-align: center;
  width: 55%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-card img {
  width: 100%;
}

/****/

.contact-wrp,
.lets__talk-section h1 {
  position: relative;
  z-index: 10;
  padding: 0% 5.7%;
}
.lets__talk-section h1 {
  font-size: 10vh;
  margin-bottom: 30px;
  text-align: left;
  color: #f88405;
  font-weight: bold;
  padding-top: 3%;
}
.contact-info {
  width: 50%;
  padding-right: 30px;
  position: relative;
  top: 50px;
}

.lets__talk-section h4 {
  font-size: 3.8vh;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
}

.lets__talk-section p {
  font-size: 2.5vh;
  color: #fff;
  margin-top: 5px;
  line-height: 1.5;
  font-weight: 300;
}

.contact-wrp .social-link {
  margin-top: 30px;
}

.contact-wrp .social-link a img {
  width: 36px;
  height: 36px;
}

/* .lets__talk-section h3 {
  font-size: 5vh;
  color: #fff;
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 40px;
} */

.twitter-wrp {
  width: 50%;
}

.twitter-wrp h5 {
  color: #f88405;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
}
.team-card .social-team-icon a img {
  width: 30px;
}

/**Media Start**/

@media (min-width: 768px) and (max-width: 991px) {
  .team-card {
    max-width: 750px;
  }
  .team-card .info h4 {
    font-size: 20px;
    max-width: 140px;
  }
  .team-card .content .image {
    width: 240px;
  }
  .team-card .content .details {
    width: calc(100% - 240px);
  }
  .team-card .content .details h4 {
    font-size: 28px;
  }
  .team-card .content .details p {
    font-size: 16px;
  }
  /****/
  .lets__talk-section h1 {
    font-size: 70px;
  }
  .lets__talk-section h4 {
    font-size: 22px;
  }
  .lets__talk-section p {
    font-size: 16px;
  }
  .lets__talk-section .twitter__wrp {
    width: 100%;
  }
  /****/
}

@media (max-width: 767px) {
  .team-card .info {
    min-height: 80px;
  }
  .uniteyU {
    width: 10vh;
  }
  .contact-wrp .social-link {
    margin-top: 20px;
  }
  .team-wrp {
    height: auto !important;
  }
  .team-card {
    flex-direction: column;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .team-card .info h4 {
    font-size: 3.3vh;
    padding-right: 15px;
    padding-left: 24px;
    margin-bottom: 15px;
    max-width: 90%;
  }
  .mercury__font {
    text-align: left;
    color: #7a7a7a;
    font-size: 24px;
    padding-right: 15px;
    padding-left: 24px;
    margin-bottom: 5px;
    max-width: 90%;
    position: relative;
    top: -10px;
  }
  .fp-controlArrow.fp-prev,
  .fp-controlArrow.fp-next {
    top: 45%;
    right: 5px;
    width: 35px;
    height: 35px;
  }
  .fp-controlArrow.fp-prev {
    left: 4px;
    top: 45%;
    background-image: url("../images/right_arrow_new.png");
  }
  .fp-controlArrow.fp-next {
    background-image: url("../images/right_arrow_new.png");
  }
  .team-card .content {
    flex-direction: column;
    position: relative;
  }
  .team-card .content .image {
    width: 100%;
    height: 75vh;
  }
  .team-card .content .details {
    width: 100%;
  }
  .team-card .content .details h6 {
    /* display: none; */
    position: absolute;
    right: 20%;
    top: 21px;
  }
  .team-card .profile-info {
    justify-content: unset;
  }
  .team-card .content .details h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .team-card .content .details p {
    font-size: 17px;
    line-height: 3vh;
    padding-right: 5px;
  }
  .team-card .content .details {
    padding: 15px 18px 15px;
    position: absolute;
    bottom: 0;
    background: rgba(242, 242, 242, 0.8);
    width: 95%;
    left: 0;
    min-height: 233px;
  }
  .team-card .content .details p,
  .team-card .content .details h4 {
    color: #000;
  }
  .team-card .social-team-icon {
    position: absolute;
    bottom: initial;
    right: 8%;
    top: 6%;
  }
  .partner-wrp {
    margin-left: 24px;
    margin-right: 24px;
    flex-direction: column;
  }
  .partner-wrp h4 {
    font-size: 5vh;
    line-height: 6.5vh;
  }
  .partner-card {
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    margin: 20px auto;
    max-width: 250px;
    border: none;
    padding-left: 0;
  }
  .partner-card:first-child {
    margin-top: 25px;
  }
  /****/
  .lets__talk-section h1 {
    font-size: 7vh;
    padding: 0;
  }
  .contact-wrp,
  .lets__talk-section h1 {
    padding: 24px;
    padding-bottom: 0;
  }
  .closeLetstalk {
    right: 6%;
    top: 4%;
  }
  .contact-wrp {
    flex-direction: column;
    padding-top: 0;
  }
  .contact-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0px;
    top: 0px;
  }
  .lets__talk-section h4 {
    font-size: 22px;
  }
  .lets__talk-section p {
    font-size: 16px;
  }
  .lets__talk-section h3 {
    font-size: 28px;
    padding-left: 0;
  }
  .twitter-wrp {
    width: 100%;
    margin-top: 25px;
  }
  .team-card .social-team-icon a img {
    width: 28px;
  }
  .lets__talk-section {
    background-attachment: inherit;
  }
  /**767 end**/
}
