@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

:root{
    --color:#171717;
    --red:#fa0202;
    --white:white;
}


.carousel-inner{
    width:100%;
    height:80vh;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:80vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:65px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

.over-colour {
    background: linear-gradient(331deg, rgba(22, 22, 22, 0.662) 100%, rgba(21, 21, 21, 0.605) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.founder{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:70px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
    
}
.founder-1{
    width:47%;
    height:300px;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-top:5px;
}

.huflDf{
    margin-top:40px;
}










@media screen and (max-width:320px){


  
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:40px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:auto;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    /* margin-bottom:20px; */
}





}

@media screen and (min-width:321px) and (max-width:375px){

   
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:50px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:auto;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    /* margin-bottom:20px; */
}





}

@media screen and (min-width:376px) and (max-width:425px){

    
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:50px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:auto;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    /* margin-bottom:20px; */
}







}
@media screen and (min-width:426px) and (max-width:600px){
  
       
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:50vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:50px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:250px;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-top:60px;
}







}
@media screen and (min-width:601px) and (max-width:768px){

        
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:55vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:50px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:350px;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-top:60px;
}





}
@media screen and (min-width:769px) and (max-width:900px){

        
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:55vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:50px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:350px;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-top:60px;
}






}

@media screen and (min-width:901px) and (max-width:992px){

      
.carousel-inner{
    width:100%;
    height:auto;
    position: relative;
    z-index: 0 !important;
}
.carousel-item img{
    width:100%;
    height:60vh;
    object-fit:cover;
} 
.carousel-caption{
    position: absolute;
    top:30%;
    z-index: 4 !important;
}
.carousel-caption h1{
    font-size:50px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    
}

  
.founder{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top:40px;
    width: 100%;
    height: auto;
}
.founder h4{
    color:var(--red);
    font-family: 'opensans';
    font-weight: 600;
}
.founder-1 h5{
    font-family:'poppins';
    font-weight:600;
}
.founder-1 p{
    font-family:'opensans',Arial,sans-serif;
   
}
.founder-1{
    width:100%;
    height:350px;

}
.founder-1 img{
    width: 100%;
    height:100%;
    object-fit: cover;
    margin-top:60px;
}






}