.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: 500px;
    font-family: "Forum", serif;
    font-weight: 600;
}

.content h1 {
    font-size: 80px;
}

.headbtn {
    font-size: 20px;
    font-family: "Forum", serif;
    font-weight: 500;
    font-weight: 500;
    color: #000000;
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid #000000;
    background: #f4bc44;
    box-shadow: 3px 3px #000000;
    text-decoration: none;
}

.headbtn:active {
    box-shadow: none;
    transform: translate(3px, 3px);
}

#counter {
    background-color: #212529;
    color: #f0ead8;
    padding: 30px 0px;
}

.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 {
    color: #212529;
    font-weight: 500;
    font-size: 60px;
}

.services {
    background: #f0ead8;
    font-family: "Forum", serif;
    font-weight: 500;
}

.interaction {
    background-color: #f4bc44;
}

.build {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.buildContent {
    max-width: 500px;
    font-family: "Forum", serif;
    font-weight: 500;

}

.buildContent h1 {
    font-size: 60px;
    font-weight: 500;
    color: #212529;
}

.buildContent h4 {
    color: #ffffff;
}

.devwizard {
    color: #ffffff
}

.buildbtn {
    font-size: 20px;
    font-family: "Forum", serif;
    font-weight: 500;
    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);
}

.proces {
    background: #f0ead8;
}

.processText {
    font-family: "Forum", serif;
    font-weight: 500;
}
.processText h1{
    font-size: 60px;
    font-weight: 500;
    color: #212529;
}
.process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
      
.design i {
    font-size: 65px;
    color: #ffffff;
    background-color: #95cbc8;
    padding: 30px;
    border-radius: 50%;
}

.design {
    font-family: "Forum", serif;
    font-weight: 500;
    max-width: 280px;
}

.design h3 {
    color: #212529;
}

.curved-line img {
    rotate: 180deg;
}

.development i {
    font-size: 60px;
    color: #ffffff;
    background-color: #95cbc8;
    padding: 30px 25px;
    border-radius: 50%;
}

.development {
    font-family: "Forum", serif;
    font-weight: 500;
    max-width: 280px;
}

.Maintenance h3 {
    color: #212529;
    font-family: "Forum", serif;
}

.Maintenance i {
    font-size: 60px;
    color: #ffffff;
    background-color: #95cbc8;
    padding: 30px 28px;
    border-radius: 50%;
}

.Maintenance {
    font-family: "Forum", serif;
    font-weight: 500;
    max-width: 280px;
}

.Maintenance h3 {
    color: #212529;
}


.contactmain {
    background-color: #f4bc44;
    font-family: "Forum", serif;
    font-weight: 500;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact h1{
    font-family: "Forum", serif;
    font-weight: 500;
    font-size: 60px;
}
.contactText {
    color: #ffffff;
}

.contectcontext {
    color: #ffffff;
    max-width: 450px;
}

#contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

::placeholder {
    color: #f0ead8;
}

input {
    border: none;
    background-color: #f4bc44;
    border-bottom: 1px solid #f0ead8;
    width: 280px;
    outline: none;
    color: #ffffff;
}

textarea {
    border: none;
    background-color: #f4bc44;
    border-bottom: 1px solid #f0ead8;
    width: 280px;
    outline: none;
    color: #ffffff;
    overflow: visible;
}

.footer {
    font-family: "Forum", serif;
    font-weight: 600;
    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;
}
.link h1{
    color: #000000;
    font-weight: 600;
}
.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: 991px) {
    .content h1 {
        font-size: 50px;
    }

    .service {
        display: block;
        margin: 25px 0px;
    }

    .cardOne {
        margin: 0 auto;
    }

    .cardTwo {
        margin: 0 auto;
    }

    .cardThree {
        margin: 0 auto;
    }

    .process {
        flex-wrap: wrap;
    }

    .contactinfo {
        display: block;
    }

    .iframe iframe {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .head-content {
        display: block;
        padding: 20px 0px;
    }

    .img img {
        display: block;
        margin: 0 auto;
    }

    .buildContent h1 {
        font-size: 40px;
    }

    .process {
        display: block;
    }

    .design {
        margin: 0 auto;
    }

    .development {
        margin: 0 auto;
    }

    .Maintenance {
        margin: 0 auto;
    }

    .contact {
        display: block;
    }

    .contactimg img {
        margin: 0 auto;
        padding: 0%;
    }

    input {
        width: 220px;

    }

    textarea {
        width: 220px;
    }

    .build {
        display: block;
    }

    .buildImg img {
        display: block;
        margin: 0 auto;
    }
    .contactimg img{
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 576px) {
    .footercontent {
        display: block;
    }
    .footerlogo{
       max-width: 100%; 
    }
    .footerlogo img{
        display: block;
        margin: 0% auto;
     }
}