.hero {
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(11, 13, 37)),url('../img/Untitled-8.jpg'); */
    background-image: url("../img/m01-01.webp");
    background-color: #fff;
    height: 100%;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.hero .row {
    padding-top: 20rem;
}

.hero p {
    color: #000;
    margin-bottom: 2rem;
    font-size: 14px;
}

.hero h1 {
    font-size: 45px;
    font-weight: bold;
    color: #ED2939;
    margin-bottom: 3rem;
}

.concept {
    padding: 3rem 0;
}

.concept .row {
    background-image: url("../img/Untitled-6.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.white {
    background-color: #EEEDED;
    opacity: 0.9;
    /* padding: 2.5rem 1.5rem; */
}

.black {
    background-color: #313033;
    opacity: 0.9;
    /* padding: 2.5rem 1.5rem; */
}

.haram p {
    margin: 0;
    font-size: 14px;
}

.haram {
    height: 240px;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.white p {
    color: #313033;
}

.black p {
    color: #EEEDED;
}

.haram i {
    font-size: 25px;
    color: #ED2939;
    font-weight: bold;
    margin-bottom: 1rem;
}

.our p {
    color: #000;
    font-size: 14px;
    margin-bottom: 3rem;
}

.our h2 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

.ethics h2 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3rem;
}

.swiper-slide {
    width: 70%;
    background-color: #d7d7d7;
    padding: 2rem;
    border-radius: 8px;
}

.team {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team h2 {
    font-size: 250px;
    /* background-image: url("../img/redD.jpeg"); */
    background-repeat: repeat;
    background-position: center bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Steelfish Rg', 'helvetica neue',
                helvetica, arial, sans-serif;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    background-color: #656466;
}

.team h3 {
    font-size: 35px;
    color: #ED2939;
    font-weight: bold;
    margin-bottom: 1rem;
}

.team p {
    color: #000;
    font-size: 14px;
    margin-bottom: 3rem;
}

.vm h2 {
    font-size: 35px;
    color: #ED2939;
    font-weight: bold;
    margin-bottom: 1rem;
}

.vm p {
    color: #000;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.vm {
    /* padding: 2rem; */
}

.tab {
    /* overflow: hidden; */
    /* border: 1px solid #ccc; */
    background-color: #262525;
    width: 10%;
    height: 100vh;
    overflow-y: scroll;
}

.tab::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.tab::-webkit-scrollbar-thumb {
    background: #857F7F;
}


/* Style the buttons inside the tab*/
.tab button {
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: 16.66666666667%;
    background-color: transparent;
}

.tab button img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: all .3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    /* background-color: #ddd; */
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ED2939;
}

.tab button.active img {
    width: 70px;
    height: 70px;
    transition: all .3s;
}

/* Style the tab content */
.tabcontent {
    display: none;
    /* padding: 6px 12px; */
    width: 90%;
    /* transition: all 1s; */
    /* border: 1px solid #ccc; */
    /* border-top: none; */
}

.tab-team {
    display: flex;
    height: 100vh;
    background-color: rgb(25 24 24);
}

.founder {
    display: flex;
    position: relative;
}

#one .team-img {
    background-image: url("../img/pics bourd-09.jpg");
}

#two .team-img {
    background-image: url("../img/pics bourd-01.jpg");
}

#three .team-img {
    background-image: url("../img/pics bourd-07.jpg");
}

#four .team-img {
    background-image: url("../img/pics bourd-08.jpg");
}

#five .team-img {
    background-image: url("../img/pics bourd-06.jpg");
}

#seven .team-img {
    background-image: url("../img/pics bourd-05.jpg");
}

#six .team-img {
    background-image: url("../img/pics bourd-02.jpg");
}

#eight .team-img {
    background-image: url("../img/pics bourd-04.jpg");
}

#nine .team-img {
    background-image: url("../img/pics bourd-03.jpg");
}

#ten .team-img {
    background-image: url("../img/bg.jpg");
}

.team-img {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

.founder h1 {
    font-size: 18px;
    color: #DCDCDC;
    font-weight: normal;
}

.founder i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #575757;
    color: #FFF;
    border-radius: 50%;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    transition: all .3s;
}

.founder i:hover {
    background-color: #ED2939;
    transition: all .3s;
}

.founder div {
    padding: 2rem;
    position: relative;
    height: 28vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
}

.founder div:first-child {
    border-right: 1px solid #6E6E6E;
}

.team-img span {
    color: #FFF;
    font-size: 18px;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.ceo {
    height: 73vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 3rem;
}

.ceo h1 {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    margin-bottom: 6rem;
}

.ceo p {
    color: #AFAFAF;
    font-size: 16px;
    margin-top: 20rem;
}

.ceo h1 span {
    font-size: 20px;
    color: #ED2939;
    font-weight: normal;
}

.vi {
    background-color: #b3b3b386;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.vi img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .team h3 {
        font-size: 24px;
    }

    .hero {
        background-position: right center;
        background-size: 173% 57%;
    }

    .hero .row {
        padding-top: 10rem;
    }

    .team p {
        font-size: 12px;
    }

    .team h2 {
        display: none;
    }

    .tab-team {
        display: block;
        height: 100%;
        background-color: rgb(25 24 24);
    }

    .team-img {
        height: 35vh;
    }

    .tab {
        width: 100%;
        display: flex;
        height: 15vh;
    }

    .tab button {
        height: 100%;
        margin-right: 1rem;
    }

    .tabcontent {
        width: 100%;
        height: 85vh;
    }


    .tab-team {
        height: 100vh;
    }

    .tab::-webkit-scrollbar {
        width: 0;
        height: 2px;
    }

    .ceo {
        height: 50vh;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .ceo h1 {
        margin-top: 3rem;
        margin-bottom: 2rem;
        position: relative;
        font-size: 25px;
    }

    .ceo p {
        margin-top: 0rem;
        font-size: 12px;
    }

    .space {
        height: 0;
        padding: 0;
    }

    .haram {
        border-bottom: 1px solid #ED2939;
    }

    .tab button img {
        width: 70px;
        height: 70px;
    }

    .tab button.active img {
        width: 60px;
        height: 60px;
    }
}

