*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

header img{
    float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.header{
    margin-top: 40px;
    height:100vh;
    background: url(img/WhatsApp\ Image\ 2026-01-26\ at\ 1.59.33\ PM.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
hr{
  width: 150px;
  background-color: #4aa3df;
  height: 4px;
  margin: auto;

}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.6);
    color:#fff;
    text-align:center;
    padding-top:200px;
}

.overlay p{
    margin:20px auto;
    width:60%;
}

.btn{
    display:inline-block;
    padding:12px 25px;
    border:1px solid #4aa3df;
    color:#fff;
    text-decoration:none;
}


.design{
    text-align:center;
    padding:50px 20px;
    background:#f4f4f4;
}

.design h2{
    font-size:32px;
}

.design p{
    width:70%;
    margin:20px auto;
    color:#777;
}


.features{
    padding:50px 10%;
}

.feature{
    float:left;
    width:33.33%;
    text-align:center;
    padding:20px;
}

.icon-box{
    width:70px;
    height:70px;
    background:#4aa3df;
    margin:0 auto 20px;
}


.gallery{
    padding:50px 10%;
    text-align:center;
      margin-bottom: 30px;
}

.item{
    float:left;
    width:30%;
    height:180px;
    margin:1.5%;

}


.contact{
  background: url(img/contactbg.png);
  background-position: center;
  background-size: cover;
    color:#fff;
    text-align:center;
    padding:60px 20px;
      margin-bottom: 20px;
}

.contact form input,
.contact textarea{
    width:300px;
    padding:10px;
    margin:10px;
    background:transparent;
    border:1px solid #aaa;
    color:#fff;
  
}
footer{
    color: #aaa;
    text-align: center;
}



