.head-main {
    background-color: #f0ead8;
}

.nav-item {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

.nav-link:hover {
    color: #3a3a3a;
}


.icon a{
    color: #212529;
    cursor: pointer;
    font-size: 25px;
}

.icon i {
    padding: 0px 10px 0px 0px;
}

.icon i:hover {
    color: #3a3a3a;
    transition: .3s;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #212529;
}

.head-content {
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content {
    max-width: 480px;
    font-family: "Forum", serif;
}

.content h1 {
    font-size: 70px;
}
.aboutus{
    background-color: #f4bc44;
    font-family: "Forum", serif;
}
.aboutus h1{
    font-size: 60px;
    font-weight: 500;
    color: #212529;
}
.devwizard {
    color: #ffffff
}
.service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.cardOne {
    padding: 50px 30px;
    margin: 40px 0px;
    max-width: 350px;
    background-color: #95cbc8;
    border-radius: 25px;
    color: #ffffff;
}

.cardOne h2 {
    color: #000000;
    font-weight: 500;
}

.cardOne i {
    font-size: 25px;
}

.cardTwo {
    padding: 50px 30px;
    margin: 40px 0px;
    max-width: 350px;
    background-color: #ffa89f;
    border-radius: 25px;
    color: #ffffff;
}

.cardTwo h3 {
    color: #000000;
    font-weight: 500;
}

.cardTwo i {
    font-size: 25px;
}

.cardThree {
    padding: 50px 21px;
    margin: 40px 0px;
    max-width: 350px;
    background-color: #f4bc44;
    border-radius: 25px;
    color: #ffffff;
}

.cardThree h3 {
    color: #000000;
    font-weight: 500;
}

.cardThree i {
    font-size: 25px;
}

.serviceText {
    font-size: 60px;
    font-weight: 500;
    color: #212529;
}

.services {
    background: #f0ead8;
    font-family: "Forum", serif;
}

.interaction {
    background-color: #f4bc44;
}

.build {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:15px;
}

.buildContent {
    max-width: 500px;
    font-family: "Forum", serif;

}

.buildContent h1 {
    font-size: 60px;
    font-weight: 500;
    color: #212529;
}

.buildContent h4 {
    color: #ffffff;
}

.buildbtn {
    font-size: 20px;
    font-family: "Forum", serif;
    font-weight: 500;
    color: #000000;
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid #000000;
    background: #f0ead8;
    box-shadow: 3px 3px #000000;
    text-decoration: none;
}

.buildbtn:active {
    box-shadow: none;
    transform: translate(3px, 3px);
}

.footer {
    font-family: "Forum", serif;
    background-color: #f0ead8;
}

.footercontent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footerlogo {
    max-width: 250px;
}

.links {
    max-width: 250px;
}

.list {
    list-style-type: none;
    cursor: pointer;
}
.list li a{
    text-decoration: none;
    color: #212529;
}
.copyright {
    background-color: #212529;
    color: #f0ead8;
}
@media only screen and (max-width: 576px) {
    .footercontent {
        display: block;
    }
    .footerlogo{
        max-width: 100%; 
     }
     .footerlogo img{
         display: block;
         margin: 0% auto;
      }


}
@media only screen and (max-width: 991px) {
  
    .service {
        display: block;
        margin: 25px 0px;
    }

    .cardOne {
        margin: 0 auto;
    }

    .cardTwo {
        margin: 0 auto;
    }

    .cardThree {
        margin: 0 auto;
    }

}
@media only screen and (max-width: 991px) {
    .buildContent h1 {
        font-size: 40px;
    }
    .build {
        display: block;
     }
     .buildImg img{
         display: block;
         margin: 0 auto;
     }
}

