body{
    background-color: #F2F5EB;
}
ul li{
    list-style: none;
}
#banner {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.modal-content{
    border-radius: 16px;
}

#banner #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

#banner .overlay {
    position:absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(38, 64, 43, 0.80) 0%, rgba(38, 64, 43, 0.49) 23.91%, rgba(38, 64, 43, 0.00) 100%);
}

#banner .container{
z-index: 2;
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;

}

.card{
    border: 1px solid #009A6612;
    /* background: linear-gradient(0deg, rgba(254, 254, 254, 0.45), rgba(254, 254, 254, 0.45)),
linear-gradient(182deg, rgba(4, 114, 77, 0.027) 1.69%, rgba(0, 0, 0, 0) 98.34%); */
}

#what-we-do .tab-label{
    position: relative;
    top: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#what-we-do .tabs{
    border-radius: 300px;
    width:50vw;
}

#what-we-do .tabs button.btn{
    position: relative;
    border-radius: 300px;
    color: #f3f3f3;
    font-family:OpenSans-Light; 
    transition: 0.4s;
    z-index: 2;
    border: none;
}

#what-we-do .tabs #button-fill{
    border-radius: 300px;
    position: absolute;
    width: 30%;
    height: 58px;
    z-index: 1;
    /* margin-left: 4px; */
    background-color: var(--light);
    transition: 0.4s;
    left: 4%;
}

#what-we-do .tabs #button-fill.tab-btn-1{
    width: 34%;
    left: 3%;
}

#what-we-do .tabs #button-fill.tab-btn-2{
    width: 21%;
    left: 38%;

}

#what-we-do .tabs #button-fill.tab-btn-3{
    width: 21%;
    left: 58%;
}
#what-we-do .tabs #button-fill.tab-btn-4{
    width: 21%;
    left: 78%;
}



#what-we-do .tabs button.btn.active{
    color: var(--primary);
    background-color: transparent;
    font-family: OpenSans-Regular;
    transition: 0.4s;
    z-index: 2;
}

#tab-content .image-content{
    border-radius: 8px;
}

#tab-content ul {
    list-style: none;
}

/* #tab-content ul li:before{
    content: "\F2EF"; 
    font-family: bootstrap-icons;
    display: inline-block;
    font-size: 0.8rem;
    color: var(--secondary);
    margin-right: 5px;
} */
/* #project  ul li:before{
    content: ""; 
    width: 18px;
    height: 18px;
    background-image: url('../images/icon.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px;
    margin-left: -26px;
} */
/* #why-choose ul li:before{
    content: ""; 
    width: 18px;
    height: 18px;
    background-image: url('../images/icon.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px;
    margin-left: -26px;
}
#tab-content ul li:before{
    content: ""; 
    width: 18px;
    height: 18px;
    background-image: url('../images/icon.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 2px;
    margin-left: -26px;
} */

#tab-content .tab-info{
    display: none;
    transition: 0.5s;
}

#tab-content .tab-info.active{
    display:block;
    transition: 0.5s;
}

#tab-content .tab-info .image-content .project-development{
    min-height: 388px;
    width: 100%;
    background-image: url('../images/project-dev-1.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    animation: change 6s infinite ease-in-out;
    border-radius: 8px;
}

#tab-content  .image-content .clean-cooking-image{
    min-height: 388px;
    width: 100%;
    background-image: url('../images/project-dev-1.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    animation: change 6s infinite ease-in-out;
    border-radius: 8px;
}

#tab-content .tab-info .image-content .technology{
    min-height: 388px;
    width: 100%;
    background-image: url('../images/technology-img-1.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    animation: technology 6s infinite ease-in-out;
    border-radius: 8px;
}

#tab-content .tab-info .image-content .impact-creation{
    min-height: 388px;
    width: 100%;
    background-image: url('../images/impact-creation-1.png');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    animation: impactcreation 6s infinite ease-in-out;
    border-radius: 8px;
}

#tab-content p ,#tab-content li{
    line-height: 1.6em;
    letter-spacing: 1px;
}



#sectors .image-part-left .content{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 600px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 24px;
    transition: 0.3s;
}

#sectors .image-part-left .content:hover{
    background-size: 110% 110%;
    transition: 0.3s;
}

#sectors .image-part-left .overlay-content{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    transition: .5s ease;
    border-radius: 0 0 24px 24px;
}

#sectors .image-part-right .content{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 292px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 24px;
    transition: 0.3s;
}

#sectors .image-part-right .content:hover{
    background-size: 110% 110%;
    transition: 0.3s;
}

#sectors .image-part-right .overlay-content{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    transition: .5s ease;
    border-radius: 0 0 24px 24px;
}
.brand-content p{
    text-align: justify;
}
.Stake {
    margin-bottom: 20px;
}
.Stake img{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.team{
    /* background: url('../img/blue-mist.jpg') no-repeat center; */
     padding-inline: 8%;
}
.team p{
    text-align: justify;
}

/* Image Card */
.profile-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 35px;
    margin-top: 20px;
}
.profile-card::before{
    content: '';
    position: absolute;
    height: 36%;
    width: 100%;
    background-color: var(--primary);
    border-radius: 24px 24px 0 0;
    top: 0;
    left: 0;
}
/* .profile-card::after{
    content: '';
    position: relative;

} */
.image{
    position: relative;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    background-color: #c0ec58;
    padding: 3px;
    margin-top: 10px;
}
.image .profile-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}
.profile-card .text-data{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-data .name{
    font-size: 22px;
    font-weight: 400;
    padding-block: 10px;
}
.text-data .job{
    font-size: 15px;
    font-weight: 400;
    padding-block: 10px;
}
.medai-buttons{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.medai-buttons .link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #4070f4;
    color: #f7f7f7;
    font-size: 18px;
    text-decoration: none;
}
.link:hover{
    box-shadow: 5px 5px 15px rgba(45, 112, 109, 0.582);
}
/* ============ ANIMATIONS ============== */
@keyframes change{
    0%{
        background-image: url('../images/project-dev-1.png');
    }
    50%{
        background-image: url('../images/project-dev-2.png');
    }

    100%{
        background-image: url('../images/project-dev-3.png');
    }
}

@keyframes technology{
    0%{
        background-image: url('../images/technology-img-1.png');
    }

    100%{
        background-image: url('../images/technology-img-2.png');
    }
}

@keyframes impactcreation{
    0%{
        background-image: url('../images/impact-creation-1.png');
    }
    50%{
        background-image: url('../images/impact-creation-2.png');
    }

    100%{
        background-image: url('../images/impact-creation-3.png');
    }
}

/* =========== RESPONSIVE ============ */
@media screen and (max-width: 768px) {
.cd p{
    padding-bottom: 20px;
}

#banner {
    max-height: calc(100vh - 100px) !important;
}

#banner #myVideo {
    bottom: 100px;
    min-width: 100%;
    /* max-height: calc(100vh - 100px) !important; */
}

#about-sub-section .card{
    padding: 1.3rem  2rem!important;
}

#about-sub-section-1 .col-lg-7{
    margin-top: 3rem !important;
}

#about-sub-section-1 .card{
    padding: 1.3rem  2rem!important;
}


#what-we-do .tabs #button-fill{
    display: none;
}

#what-we-do .tabs button.btn.active{
    color: var(--primary);
    background-color: #fff;
    font-family: OpenSans-Regular;
    transition: 0.4s;
    z-index: 2;
}

#tab-content .tab-info .image-content .impact-creation , #tab-content .tab-info .image-content  .technology, #tab-content .tab-info .image-content .project-development {
    min-height: 230px !important;
}



}

@media screen and ((min-width: 991px) and (max-width: 1199px)) {
    #what-we-do .tabs #button-fill.tab-btn-1{
        width: 22%;
        left: 27%;
    }
    
    #what-we-do .tabs #button-fill.tab-btn-2{
        width: 12%;
        left: 49%;
    }
    
    #what-we-do .tabs #button-fill.tab-btn-3{
        width: 12%;
        left: 61%;
    }
    #what-we-do .tabs #button-fill.tab-btn-4{
        width: 12%;
        left: 44%;
        top: 144px;
    }
    .item p{
        padding-bottom: 0px !important;
    }

}

@media screen and (min-width: 1399px) {
    #what-we-do .tabs #button-fill.tab-btn-1{
        width: 33%;
        left: 4%;
    }
    
    #what-we-do .tabs #button-fill.tab-btn-2{
        width: 21%;
        left: 38%;
    }
    
    #what-we-do .tabs #button-fill.tab-btn-3{
        width: 21%;
        left: 58%;
    }
    #what-we-do .tabs #button-fill.tab-btn-4{
        width: 20%;
        left: 78%;
    }
     
}
/* @media screen and (max-width: 1024px) {
.item p{
    padding: 0 !important;
}
} */

@media screen and (max-width: 990px) {
    #what-we-do .tabs #button-fill.tab-btn-1{
        width: 27%;
        left: 28%;
    }
    
    #what-we-do .tabs #button-fill.tab-btn-2{
        width: 19%;
        left: 55%;
    }
    
    #what-we-do .tabs #button-fill.tab-btn-3{
        width: 16%;
        left: 34%;
        top: 144px;
    }
    #what-we-do .tabs #button-fill.tab-btn-4{
        width: 16%;
        left: 50%;
        top: 147px;
    }
    .item p{
        padding-bottom: 0px !important;
    }

}

@media screen and (max-width: 580px) {
.Stakeholder{
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
}
.profile-card{
    margin-bottom: 20px;
}
}
/* @media screen and (max-width: 575px) {
    .Stakeholder{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    } */