*{
    margin: 0;
    padding: 0;
}
.nav-item a{
    color: white;
}
.nav-item a:hover{
    color: white;
}
.carousel-item.active .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-item.active .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}
.carousel-caption {
    font-size: 20px;
    position: absolute;
    top: 40%;
}
.carousel-caption h1{
    font-size: 100px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-info:hover{
transform: scale(1.1);
}
#section3 img{
    width: 250px;
    height: 300px;
 } 
 .section-content{
    position: relative;
    height: 500px;
   }
 .section-content img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 80%;
    left: 41%; 
 }
 .comment{
    border-radius: 10px;
 }
 .container{
    padding-top: 15%;
 }
 #section5{
    height: 700px;
    padding-top: 50px;
 }
 .div6{
    position: relative;
 }
 .div6 h1{
    font-size: 70px;
    font-weight: 900;
    color: rgba(191, 187, 187, 0.2);
 }
.div6 h2{
    position: absolute;
    top: 20%;
    left: 43%;
}
 #section6{
    position: relative;
 }
 .title h5{
    position: absolute;
    top: 25%;
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: 600;  
 }
 .form-control{
    border-radius: 0;
 }
#contact{
    padding-top: 100px;
    position: relative;
}
#contact h1{
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: 70px;
    color: rgba(128, 128, 128, 0.2);
}
.div15{
    position: relative;
}
.div15 h2{
    position: absolute;
    top: 4%;
    left: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:45px ;
    font-weight: 300px;
}
#section3{
    position: relative;
    padding: 100px;
}
#section3 h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: 80px;
    color: rgba(128, 128, 128, 0.1);
    position: absolute;
    top: 10%;
    left: 48%;
}
#section4{
    background-color: rgb(98, 97, 97);
    position: relative;
    height: 500px;
}
.div17 h2{
    position: absolute;
    bottom: 60%;
    left: 15%; 
}
.div3 h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: rgba(191, 187, 187, 0.5);
}
.div16 .btn:hover{
color: white;
background-color: black;
}













  










