* {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.712);
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

header {
    height: 900px;
    background-image: url(img/grey\ wave);
    background-size: cover;
}

.border:hover {
    color: orangered;
}

nav {
    position: fixed;
    display: flex;
    flex-direction: row;
    height: 70px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    overflow: hidden;
    background: none;
}

.main-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-logo img {
    margin-top: 0;
    padding-top: 0;
    height: 130px;
    width: 200px;
    background: none;
}

.nav-page {
    flex-grow: 1;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-right: 30px;
    padding-top: 10px;
    z-index: 10;
}

.nav-page a {
    background: none;
    display: inline-block;
    font-size: 1.6rem;
    padding-left: 50px;
    text-decoration: none;
    color: white;
}

/* main  */

fieldset {
    border-top: 2px solid white;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    text-align: center;
}

fieldset legend {
    font-size: 1.5rem;
    padding: 10px 20px 10px;
    text-transform: uppercase;
}

.client-trust {
    margin: 40px 150px 20px;
    text-align: center;
    color: rgba(245, 245, 245, 0.041);
}

.carousel {
    height: 100px;
    background-color: black;
    overflow: hidden;
    margin-bottom: 200px;

}

.carousel-cell {
    position: relative;
}

.carousel-cell img {
    height: 100px;
    width: 200px;
    margin-left: 200px;
}

.sec2 {
    display: flex;
    justify-content: center;
    background-color: black;
}

.offer {
    width: 900px;
    background-color: black;
    margin-left: 150px;
    justify-content: center;
}

.offer p {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 30px;
    padding-bottom: 10px;
}

.offer h3 {
    font-size: 4rem;
    padding-bottom: 30px;
    text-align: center;
}

.section-2 {
    background-color: rgb(15, 15, 15);
}

.serv-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 100px;
    width: 85%;
    justify-content: flex-start;
    background-color: rgb(15, 15, 15);
}

.box {
    height: 300px;
    width: 350px;
    color: #5d5d5d;
    background-color: black;
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.box img {
    height: 120px;
    width: 150px;
    padding-bottom: 30px;
}

.box h5 {
    font-size: 1.5rem;
    padding-bottom: 30px;
}

.box p {
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 20px;
}

.box a {
    text-decoration: none;
    text-align: center;
}

/* section 3  */

.section-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    z-index: -1;
}

.sec3 img {
    height: 600px;
    width: 600px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sec-para {
    height: 700px;
    width: 750px;
    background-color: black;
    border-bottom: 2px solid ghostwhite;

}

.sec-para p {
    font-size: 1.4rem;
    padding-bottom: 20px;
}

.sec-para h3 {
    font-size: 3.8rem;
    padding-bottom: 20px;
}

#para {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 50px;
}

.sec-para a {
    text-decoration: none;
    font-size: 1.5rem;
    background-color: orange;
    border-radius: 1px;
    padding: 20px;

}

/* section 4  */

.slider {
    height: 200px;
    font-size: 8rem;
}

.slider span {
    color: orange;
}

.line1 {
    height: 250px;
    margin-top: 100px;
    border-bottom: 1px solid gray;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.line1 p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
}

.section-5 {
    margin-left: 100px;
    margin-right: 100px;
}

.line1 h2 {
    font-size: 4rem;
}

.line1 a {
    margin-top: 90px;
    margin-right: 50px;
    min-height: 30px;
    max-height: 60px;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: orange;
    padding: 20px;
}

.line2 {
    margin-top: 30px;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid gray;
}

.one {
    font-size: 4rem;
    padding-right: 50px;
    color: gray;
}

.one-p {
    margin-top: 5px;
    font-size: 3rem;
}

.line2 a {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: orange;
    font-size: 4rem;
    text-decoration: none;
    padding: 5px;
    margin-right: 50px;

}

.head2 {
    display: flex;
    flex-wrap: wrap;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 70px;
    margin-top: 40px;
    background-color: black;
}

.con a {
    margin-top: 20px;
    background-color: orange;
    padding: 20px;
    text-decoration: none;
    font-size: 2rem;
}

.section-6 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 80px 20px;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    font-size: 2rem;
    padding: 30px;
    background-color: rgb(255, 123, 0);
}

.marquee span {
    background-color: rgb(255, 123, 0);
}

.project,
.customer,
.complete {
    height: 460px;
    width: 450px;
    border: 0.5px solid rgb(88, 88, 88);
    margin: 20px;
}

i.fa-solid.fa-users-between-lines {
    display: block;
    font-size: 70px;
    padding: 50px;
    text-align: center;
    padding-bottom: 10px;
}

i.fa-solid.fa-folder-closed {
    display: block;
    font-size: 70px;
    padding: 50px;
    text-align: center;
    padding-bottom: 10px;
}

i.fa-solid.fa-thumbs-up {
    display: block;
    font-size: 70px;
    padding: 50px;
    text-align: center;
    padding-bottom: 10px;
}

.project h1 {
    font-size: 8rem;
    text-align: center;
}

.project h4 {
    font-size: 1.5rem;
    text-align: center;
}

.customer h1 {
    font-size: 8rem;
    text-align: center;
}

.customer h4 {
    font-size: 1.5rem;
    text-align: center;
}

.complete h1 {
    font-size: 8rem;
    text-align: center;
}

.complete h4 {
    font-size: 1.5rem;
    text-align: center;
}

.section-7 h1 {
    margin: 50px 100px 80px;
    font-size: 4rem;
    text-align: center;
}

/* footer */

footer {
    height: 700px;
    padding: 50px 100px 50px;
    background-color: rgb(31, 30, 30);
}

.footer-1 img {
    height: 130px;
    width: 200px;
    background-color: rgb(31, 30, 30);
}

.footer-1 {
    border-bottom: 1px solid gray;
    background-color: rgb(31, 30, 30);

}


.footer-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: none;
    overflow: hidden;
    width: 100%;
    background-color: rgb(31, 30, 30);
}

.side1 {
    padding: 40px 20px 20px;
    background-color: rgb(31, 30, 30);
}

.side1 h4 {
    font-size: 1.5rem;
    padding-bottom: 20px;
    background-color: rgb(31, 30, 30);
}

.side1 h1 {
    font-size: 3rem;
    background-color: rgb(31, 30, 30);
}

.side2 {
    display: flex;
    background-color: rgb(31, 30, 30);
}

.serv {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    font-size: 1.7rem;
    display: block;
    font-weight: 500;
    background-color: rgb(31, 30, 30);
}

.serv a {
    display: block;
    font-size: 0.9rem;
    line-height: 2.5;
    text-decoration: none;
    background-color: rgb(31, 30, 30);
}

.cont {
    padding-top: 40px;
    font-size: 1.7rem;
    display: block;
    font-weight: 500;
    background-color: rgb(31, 30, 30);
}

.cont p {
    font-size: 0.9rem;
    line-height: 2.5;
    text-decoration: none;
    background-color: rgb(31, 30, 30);

}

/* About us page  */



.header {
    background-image: url(img/backimg.jpg);
    background-size: cover;
    height: 700px;
}

.about {
    background: none;
    display: block;
    padding-top: 300px;
    padding-left: 50px;
}

.about p,
span {
    background: none;
    font-size: 1.5rem;
}

.about p span:hover {
    color: orange;
}

#home {
    text-decoration: none;
    background: none;
}

.about h2 {
    font-size: 4rem;
    display: inline;
    background: none;
}

/* main */

#sec-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px;
    padding-bottom: 0;
}

.content {
    font-size: 1.2rem;
    padding: 50px;
    padding-bottom: 0;
    width: 600px;
}

.content h3 {
    font-size: 1.3rem;
    padding-bottom: 20px;
}

.content h1 {
    font-size: 3rem;
    padding-bottom: 20px;
}

.content h4 {
    font-size: 2rem;
    padding-bottom: 20px;
    color: orange;
}

.content p {
    line-height: 2;
}

.parag {
    padding: 100px;
    padding-top: 0;
    margin-top: 0;
    line-height: 2;
    font-size: 1.2rem;
}

.sec-2 {
    height: 500px;
}

.sec-2 marquee {
    font-size: 15rem;
    height: 400px;
}



/* our work page  */


   .form {
            padding-top: 100px;
            display: flex;
            justify-content: center;
            background-color: black;
        }

        form {
            padding: 20px;
            height: fit-content;
            width: 900px;
        }

        form h3 {
            padding-top: 50px;
            padding-bottom: 20px;
            font-size: 2rem;
            font-weight: 100;
            text-align: center;
        }

        form h1 {
            text-align: center;
            font-size: 3rem;
            padding-bottom: 20px;
        }

        .frm {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        #name,
        #email,
        #number,
        select {
            padding: 30px 100px 30px 30px;
            margin: 20px;
            border: 2px solid rgb(34, 34, 34);
            flex-grow: 1;
            font-size: 1.1rem;
            background-color: rgb(34, 34, 34);
            border-radius: 2px;
        }

        #feedback {
            padding: 20px 400px 150px 30px;
            margin: 20px;
            border: 2px solid rgb(34, 34, 34);
            flex-grow: 1;
            font-size: 1.1rem;
            background-color: rgb(34, 34, 34);
            border-radius: 2px;
        }

        #btn {
            background-color: orange;
            font-size: 1.4rem;
            height: 80px;
            width: 270px;
            font-weight: 500;
            padding: 20px 50px 20px;
            border: 1px solid orange;
            border-radius: 2px;
            display: inline;
        }

        .contt {
            height: fit-content;
            display: flex;
            flex-wrap: wrap;
            background-color: black;
            padding: 50px 100px 50px;
        }

        .add {
            height: 170px;
            width: 250px;
            padding-left: 30px;
            margin: 30px;
            background: none;
            
        }

        .icon {
            height: 100px;
            width: 100px;
            border-radius: 50%;
            background-color: rgb(0, 0, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 30px;
            margin-top: 40px;
        }

        .icon i {
            font-size: 3rem;
            background: none;
        }

        .main1 {
            display: flex;
            background-color: rgb(54, 54, 54);
        }

        .add h3 {
            padding-top: 20px;
            font-size: 2rem;
            padding-bottom: 20px;
            background: none;
        }

        .add p {
            font-size: 1.3rem;
            line-height: 2;
            background: none;
        }


        /* our serives  */

         .services {
            padding: 50px;
            margin: 30px;
            display: flex;
            flex-direction: column;
            background-color: black;
            width: 400px;

        }

        .desgn {
            font-size: 1.6rem;
            padding: 1px 20px 1px;
            display: flex;
            height: 50px;
            justify-content: space-between;
            background-color: rgb(26, 25, 25);
            margin-bottom: 10px;
            width: 380px;
            flex-grow: 1;
        }

        .desgn a{
            padding-top: 10px;
            text-decoration: none;
            background: none;
        }
        .dot span {
            font-size: 4rem;
            overflow: hidden;
            text-align: center;
            background-color: rgb(26, 25, 25);

        }

        .lef {
            padding: 1px;
            margin: 1px;
            background-color: rgb(26, 25, 25);
        }

        .dot {
            font-size: 2rem;
            background: none;
            height: 30px;
            overflow: hidden;
        }

        .application {
            font-size: 2rem;
            padding: 10px 40px 10px;
            background-color: orange;
            margin-bottom: 10px;
            width: 340px;
            height: 420px;
            margin-left: 70px;
        }

        .application i {
            font-size: 4rem;
            padding-left: 30px;
            padding-bottom: 30px;
            background: none;
            color: black;
        }

        .application h3 {
            font-size: 2rem;
            padding-bottom: 100px;
            background: none;
        }

        .application a {
            text-decoration: none;
            padding: 10px 30px 10px;
            margin: 10px 10px 30px;
            margin-bottom: 30px;
            background-color: black;
        }

        .bio {
            padding: 50px;
            width: 900px;
        }

        .bio h1 {
            font-size: 2.2rem;
            padding-bottom: 30px;
            color: orange;
        }

        .bio p {
            line-height: 2;
            font-size: 1.2rem;
            letter-spacing: -1px;
            padding-bottom: 40px;
        }

        .bio h3 {
            font-size: 1.6rem;
            padding-bottom: 40px;
            color: orangered;
        }

        .fst {
            color: white;
        }

        .paragraph {
            display: flex;
            flex-wrap: wrap;
        }

        .bio p i {
            color: orange;
        }