*
{
    margin: 0;
    padding: 0;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

p{
    font-family: 'Poppins', sans-serif;
}


#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar
{
    background-color: white ;
    padding-right: 50px !important;
}

.navbar-brand
{
    height: 40px;
    padding-left: 20px;
    font-weight: 600;
    
    
    
    
}

.navbar-nav ml-auto{
    padding-left: 100px;
    margin: 100px;
}



.navbar-nav li
{
    padding: 0 10px;

}

.navbar-nav li a
{
    color:black !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars
{
    color: black;
    font-size: 30px !important;
}

.navbar-toggler
{
    outline: none !important;
}

/*---------Banner---------*/
#banner
{
    height: 800px;
    padding: 0;
    
    background-repeat: no-repeat;
    background-position: bottom right;
    
 
    top: 0;

}

.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 200px;
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#banner a
{
    color: black;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}



/*-----------Services------------*/

#services
{
    height: 1000px;
    padding: 0;
    
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 250px;
    margin-bottom: 50px;
}

.service-img
{
    width: 100px;
    margin-top: 20px;
}

.services
{
    padding: 20px;
}

.pro{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    

}

.legal{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;

}

.title::before
{
    content: '';
    background: #2B9DFF;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);

}

.title::after
{
    content: '';
    background: #2B9DFF;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);

}

#services .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #2291FF,#0D6BC8);
}

/*----------About Us--------------*/

#about-us
{
    height: 500px;
    padding: 0 5%;
    
    background-repeat: no-repeat;
    background-size: contain;
    
    background-position: top right;
    text-align: justify;
    margin-bottom: 50px;
}

.about-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 30%;
}

.about-text
{
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    
    
}

.motivation
{
    font-size: 20px;
    font-weight: 600;
    margin-left: -15px;
    margin-top: 30px;
}

.img-fluid
{
    margin: 40px 0;
}

#about-us ul li
{
    margin: 10px 0;
}

#about-us ul
{
    margin-left: 20px;
}

/*-----------------Testimonials-------------------*/


/*----------------Gallery Section---------------------*/

#gallery
{
   
    height: 500px;
   
    
    background-repeat: no-repeat;
    background-position: top right;
    
 

 
   
}



#gallery p
{
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 30px;
    position: sticky;
    font-family: 'Poppins', sans-serif;
    
}

.growtitle
{
    font-size: 40px;
    margin-top: -100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
#gallery .btn-primary
{
    background-color: #99C555;
    border: none;
}








/*------------Footer---------------*/

/*------------Footer---------------*/

#footer
{
    background-color:#fff ;
    color: black;
    
}


.footer-img
{
    width: 100%;
    margin-bottom: 40px;
}

.footer-box
{
    padding: 40px;
    margin-bottom: 40px;
    
}

.footer-box img
{
    width: 120px;
    margin-bottom: 40px;
}


.footer-text a
{
    margin-left: 30px;
    margin-bottom: 400px;
}

.footer-text p
{
    margin-top: 20px;
}


hr
{
    background-color: #fff;
}

.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(165, 165, 165), 203);
}