@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
.about-banner {
  background-color: #ff0000;
  position: relative;
  z-index: 1;
}
.about-banner .back-image {
  width: 100%;
  font-size: 0px;
}
.about-banner .back-image.about-banner-image img {
  max-height: 100%;
}
.about-banner .back-image img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
.about-banner .heading {
  position: absolute;
  bottom: 120px;
  z-index: 1;
  margin: 0px 0px 0px auto;
  width: calc(49% + 825px);
}
@media screen and (max-width: 1700px) {
  .about-banner .heading {
    width: calc(50% + 575px);
  }
}
@media screen and (max-width: 1199px) {
  .about-banner .heading {
    width: calc(50% + 475px);
  }
}
@media screen and (max-width: 991px) {
  .about-banner .heading {
    top: 0px;
    width: 100%;
    bottom: unset;
    position: relative;
  }
}
.about-banner .heading h3 {
  font-size: 15px;
  color: #fff;
  line-height: 120%;
  font-weight: 300;
  padding: 22px 0px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  display: none;
}
@media screen and (max-width: 1199px) {
  .about-banner .heading h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about-banner .heading h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-banner .heading h3 {
    display: block;
  }
}
.about-banner .heading p {
  width: 40%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 76px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .about-banner .heading p {
    font-size: 66px;
    width: 43%;
  }
}
@media screen and (max-width: 1450px) {
  .about-banner .heading p {
    font-size: 56px;
    width: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .about-banner .heading p {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .about-banner .heading p {
    font-size: 46px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-banner .heading p {
    width: 53%;
    font-size: 35px;
    line-height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-banner .heading p {
    width: 100%;
  }
}

.about-section {
  padding: 126px 0px 137px;
  background: #ff0000;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .about-section {
    padding: 106px 0px 117px;
  }
}
@media screen and (max-width: 1199px) {
  .about-section {
    padding: 86px 0px 97px;
  }
}
@media screen and (max-width: 991px) {
  .about-section {
    padding: 50px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 30px 0px;
  }
}
.about-section h2 {
  font-size: 30px;
  color: #fff;
  line-height: 120%;
  font-weight: 300;
  padding-bottom: 50px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 991px) {
  .about-section h2 {
    display: none;
  }
}
.about-section .about-content {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .about-section .about-content {
    width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  .about-section .about-content {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-section .about-content {
    flex-direction: column;
    gap: 25px;
  }
}
.about-section .about-content .content {
  gap: 25px;
  width: 31%;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  line-height: 150%;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1450px) {
  .about-section .about-content .content {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about-section .about-content .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .about-section .about-content .content {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-content .content {
    font-size: 14px;
    line-height: 170%;
  }
}

.team {
  padding: 126px 0px;
}
@media screen and (max-width: 1700px) {
  .team {
    padding: 95px 0px;
  }
}
@media screen and (max-width: 1199px) {
  .team {
    padding: 75px 0px;
  }
}
@media screen and (max-width: 991px) {
  .team {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .team {
    padding: 50px 0px;
  }
}
.team h2 {
  font-size: 30px;
  color: #ff0000;
  line-height: 120%;
  font-weight: 300;
  padding-bottom: 50px;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 1199px) {
  .team h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .team h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .team h2 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
.team .team-section {
  position: relative;
  width: 75%;
  row-gap: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .team .team-section {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .team .team-section {
    width: 100%;
    row-gap: 34px;
  }
}
.team .team-section .team-member {
  background-color: #fff;
  width: 31%;
  height: 50%;
  display: flex;
  flex-direction: column;
  gap: 44px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member {
    gap: 20px;
  }
}
.team .team-section .team-member:hover .member-image a img {
  transform: scale(1.05);
}
.team .team-section .team-member.active {
  width: 100%;
  flex-direction: row;
  z-index: 1;
  /* Member-section scss */
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member.active {
    flex-direction: column;
    gap: 30px;
  }
}
.team .team-section .team-member.active .member {
  width: 65%;
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member.active .member {
    gap: 30px;
    width: 100%;
  }
}
.team .team-section .team-member.active .member .members-content .close {
  display: block;
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member.active .member .members-content .close {
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member.active .member .members-content .close {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}
.team .team-section .team-member.active .member .members-content .close span {
  height: 2px;
  border-radius: 100px;
}
.team .team-section .team-member.active .member .member-data {
  display: flex;
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member.active .member .member-data {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member.active .member .member-data {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member.active .member .member-data .data-left,
  .team .team-section .team-member.active .member .member-data .data-right {
    width: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member.active .member .member-data .data-left,
  .team .team-section .team-member.active .member .member-data .data-right {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member.active .member .member-data .data-left p,
  .team .team-section .team-member.active .member .member-data .data-right p {
    font-size: 14px;
  }
}
.team .team-section .team-member.active .member-image {
  width: 31%;
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member.active .member-image {
    max-width: 310px;
    width: 100%;
  }
}
.team .team-section .team-member .member-image {
  font-size: 0px;
  width: 100%;
  height: 100%;
}
.team .team-section .team-member .member-image a {
  width: 100%;
  font-size: 0px;
  overflow: hidden;
}
.team .team-section .team-member .member-image a img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.team .team-section .team-member .member {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.team .team-section .team-member .member .members-content .member-name a {
  font-size: 46px;
  line-height: 100%;
  color: #ff0000;
  letter-spacing: 4.14px;
  text-transform: uppercase;
  outline: none;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 1700px) {
  .team .team-section .team-member .member .members-content .member-name a {
    font-size: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .team .team-section .team-member .member .members-content .member-name a {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .team .team-section .team-member .member .members-content .member-name a {
    font-size: 30px;
    text-decoration-thickness: 1px;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member .member .members-content .member-name a {
    letter-spacing: 1.8px;
    font-size: 20px;
    line-height: 120%;
  }
}
.team .team-section .team-member .member .members-content .member-category a {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .team .team-section .team-member .member .members-content .member-category a {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member .member .members-content .member-category a {
    font-size: 15px;
    line-height: 160%;
  }
}
.team .team-section .team-member .member .members-content .close {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.team .team-section .team-member .member .members-content .close:hover span:first-child {
  transform: rotate(225deg);
}
.team .team-section .team-member .member .members-content .close:hover span:last-child {
  transform: rotate(135deg);
}
.team .team-section .team-member .member .members-content .close span {
  position: absolute;
  transition: all 0.5s ease-in-out;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #ff0000;
}
.team .team-section .team-member .member .members-content .close span:first-child {
  transform: translate(0%, -50%) rotate(45deg);
}
.team .team-section .team-member .member .members-content .close span:last-child {
  transform: translate(0%, -50%) rotate(-45deg);
}
.team .team-section .team-member .member .member-data {
  transition: display 0.3s ease-in-out;
  display: none;
}
.team .team-section .team-member .member .member-data .wp-block-columns {
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member .member .member-data .wp-block-columns {
    gap: 20px;
    flex-direction: column;
  }
}
.team .team-section .team-member .member .member-data .data-left,
.team .team-section .team-member .member .member-data .data-right {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.team .team-section .team-member .member .member-data p {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 1450px) {
  .team .team-section .team-member .member .member-data p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .team .team-section .team-member .member .member-data p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .team .team-section .team-member .member .member-data p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .team .team-section .team-member .member .member-data p {
    font-size: 14px;
    line-height: 170%;
  }
}
