:root{
    --main: #EA4F25;
    --contrast: #1D2730;
    --second-color: #CD5B3B;
    --third-color: #141B22;
    --fourth-color: #CBE2F7;
    --fivth-color: #FFF0EB;
    --sixth-color: #CBE2F7;
    --eighth-color: #FFFBFA;
    --ninth-color: #F9C3B4;
    --tenth-color: #01C2D1;
    --eleventh-color: #F5987F;
    --twel-color: #83D5EB;
    --thirteen-color: #68C5F7;
    --fourteen-color: #A9DFFB;
}
body{
    font-family: var(--cairo);
    padding-top: 200px;
}
.bodybg__box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 980px;
    z-index: -1;
  }
  .bodybg__box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.47;
  }
  .bodybg__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hteamcrd {
    border-radius: 20px;
    overflow: hidden;
  }
.hteam-wrpr__h{
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    z-index: 0;
    padding: 30px 0;
    margin-bottom: 20px;
}
.hteam-wrpr__h-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 100%;
    object-fit: contain;
}
.teampage_img-ab{
    position: absolute;
    bottom: 7%;
    left: 0;
    height: 350px;
    width: auto;
    z-index: -1;
}
.teampage_img-ab2{
    position: absolute;
    right: 0;
    bottom: 2%;
    height: 350px;
    width: auto;
    z-index: -1;
}
@media(max-width:1799px){
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 300px;
    }
    body {
        padding-top: 150px;
    }
    .bodybg__box{
        height: 930px;
    }
}
@media(max-width:1599px){
    .bodybg__box {
        height: 830px;
    }
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 270px;
    }
}
@media(max-width:1399px){
    .bodybg__box {
        height: 825px;
    }
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 240px;
    }
}
@media(max-width:1199px){
    .bodybg__box {
        height: 727px;
    }
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 210px;
    }
}
@media(max-width:1023px){
    body {
        padding-top: 108px;
    }
    .bodybg__box {
        height: 605px;
    }
    .bodybg__box-home{
        height: 790px;
    }
    .teampage_img-ab{
        bottom: 12%;
    }
    .teampage_img-ab2{
        bottom: 4%;
    }
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 190px;
    }
}
@media(max-width:767px){
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 170px;
    }
}
@media(max-width:539px){
    .teampage_img-ab,
    .teampage_img-ab2{
        height: 150px;
    }
}
.dark .teampage_img-ab2,
.dark .teampage_img-ab{
    opacity: 0.07;
}
