*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --first-header-color:#FFFFFF;
--footer-bg:
#011D27
}

ul, li{
    list-style: none;/**/
    
}


.banner-section{
    /* background-image: url("./img/div.slide-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 840px; */
    width: 100%;
  height: 100vh;
   }
   .banner-section h1{
       font-family: "Poppins", sans-serif;
       font-weight: 600;
       font-size: 55px;
       line-height: 67px;
       text-align: center;
       color: #FFFFFF;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       width: 100%;
       
     
   }
   .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
   }
   .wrapper-section {
    max-width: 1250px;
    margin: auto;
}
.who-we-are-section{
    padding-top: 80px;
    padding-bottom: 20px;
}
.what-we-section{
    padding-top: 20px;
    padding-bottom: 80px;
}
.who-we-are-heading{
    font-family: "poppins";
    font-size: 36px;
    line-height: 43.2px;
    font-weight: 600;
}
.who-details p {
    
    color: #686868;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Rubik", sans-serif;
    padding-top: 30px;
}
.who-details li {
    list-style-type: disc;
    list-style-position: inside;
    color: #686868;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Rubik", sans-serif;
    padding-left: 30px;
}
.map img{
    width: 100%;
}
.banner-section{
    overflow: hidden;
}
.cards {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    color: #686868;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Rubik", sans-serif;
    padding-top: 30px;
}

@media (min-width: 432px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 900px) {
    .cards {
        grid-template-columns: repeat(5, 1fr);
    }
}
