header {
  background: linear-gradient(
    180deg,
    rgb(17, 0, 0, 0.65) 0%,
    rgb(17, 0, 0, 0.65) 100%
  ),
    url(../Images/team-images/header-profile.png);
  background-position: 50% 70%;
  background-size: cover;
}
.section2 {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  /* justify-content: center; */
}
.section2 h2 {
  font-size: 38px;
  line-height: 45.99px;
  letter-spacing: -0.02em;
  color: #454545;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.section2 .p1 {
  width: 60%;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #787878;
}
.section2 > div {
  display: flex;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 200px;
  /* border: 2px solid black; */
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 20px;
}
div.special{
  margin-bottom: 40px;
  gap: 40px;
}
.special .box{
  display: flex;
  width: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  height: 400px;
  gap: 20px;
}
.special .up1, .special .up2{
  width: 50%;
  height: unset;
}
.special .under{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 1fr;
  gap: 40px;
  padding-right: 60px;
}
.special .p2{
  font-size: 32px;
}
.special .p3{
  font-size: 24px;
}
.special .p4{
  font-size: 18px;
}
.special .box .up1 div, .special .box .up2 div{
  border-radius: 14px;
  width: 100%;
}

.box {
  width: 310px;
  height: 500px;
  /* border: 2px solid red; */
}
.up1,
.up2,
.up3,
.up4,
.up5 {
  width: 100%;
  height: 60%;
  border-radius: 14px;
}
.up1, .up5 {
  background-color: #a4d5f0;
}
.up2 {
  background-color: #F0B1A4;
}
.up3 {
  background-color: #E9C289;
}
.up4 {
  background-color: #E6B1F9;
}

.up1 > div {
  width: 90%;
  height: 100%;
  background-image: url(../Images/team-images/profile1.png);
  background-size: cover;
  transform: scaleX(-1);
}
.up2 > div {
  width: 90%;
  height: 100%;
  margin: auto;
  background-image: url(../Images/team-images/profile2.png);
}
.special .up2 > div{
  background-image: url(../Images/team-images/profile22.png);
  background-size: cover;
  background-position: center;
}

.up3 > div {
  width: 80%;
  height: 100%;
  margin: auto;
  background-image: url(../Images/team-images/profile3.png);
}
.up4 > div {
  width: 75%;
  height: 100%;
  margin: auto;
  background-image: url(../Images/team-images/profile4.png);
}
.up5 > div {
  width: 90%;
  height: 100%;
  margin-left: 15%;
  background-image: url(../Images/team-images/profile5.png);
}
.under {
  width: 100%;
  height: 40%;
  /* border: 2px solid red */
}
.p2 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #373737;
}
.p3 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #57585c;
  margin-bottom: 20px;
}
.p4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
}
.section3{
  background-color: rgb(60, 73, 103);
  background-image:  url(../Images/team-images/section3-background.png);
  /* background-size: cover; */
  width: 100%;
  height: 581px;
  position: relative;
  padding-top: 180px;
}
.sec-middle {
  position: absolute;
  top: 0;
  width: 90%;
  min-width: 1150px;
  height: 222px;
  background-color: white;
  left: 50%;
  /* border: 2px solid white; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  row-gap: 20px;
  transform: translate(-50%, -50%);
}
.images-div {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
swiper-slide {
  width: 50px;
  height: 70px;
  display: flex;
  align-self: center;
}
swiper-slide > img {
  min-width: 100px;
  max-width: 200px;
}
.sec-middle .continue {
  width: 32px;
  background-color: #adadad;
  border-radius: 6px;
  margin: 0 20px;
}
.sec-middle div:nth-of-type(1) {
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #adadad;
}
.fa-angle-right, .fa-angle-left{
  font-size: 24px;
  color: #474747;
  padding: 6px;
}
.quotes {
  /* border: 2px solid black; */
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quotes div {
  width: 49%;
  min-height: 354px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  /* border: 2px solid red; */
  padding: 40px 50px;
  background-color: #323f5c;
  margin-bottom: 40px;
}
.p60 {
  line-height: 40px;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 30px;
}
.p70 {
  width: 95%;
  line-height: 26px;
  font-weight: 400;
  font-size: 18px;
  color: #c7ccd6;
}
