body {
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;

    align-items: center;
    background-color: whitesmoke;
    position: sticky;
    top: 0;

}

.aboutus img {
    width: 100%;
}

.our img {
    width: 100%;
}

.logo {
    font-size: 20px;
    color: blue;
    font-family: monospace;
    /* text-decoration: none; */
    margin: 0px 20px;
}

.bar {
    margin: 0px 20px;

}

nav a {
    text-decoration: none;
    margin-left: 40px;
    font-size: 20px;
    display: none;
}

nav {
    display: none;
}

.backgroundimg {
    background-image: url(./Images/photo-1423666639041-f56000c27a9a.jpg);
    width: 100%;
    height: 60vh;
    align-items: center;
    text-align: center;
    margin-top: -20px;
    padding-top: 5px;
}

.backgroundimg h1 {
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

.backgroundimg p {
    font-size: 25px;
    color: white;
}

.backgroundimg button {
    background-color: dodgerblue;
    padding: 5px;
    height: 50px;
    width: 150px;
    border-radius: 25px;
    border: none;
    color: white;
}

.abouthead {
    text-align: center;
    margin-top: 40px;
    color: dodgerblue;
    font-size: 40px;
    font-weight: bold;

}

div img {
    width: 500px;
    height: 300px;
}

.features {
    text-align: center;
}

.features .head {
    color: blue;
    font-size: 40px;
    font-weight: bold;
}

.features .para {
    font-size: larger;
}

.ourfeatures button {
    background-color: skyblue;
    padding: 15px 25px;
    border-radius: 20px;
    border: 0;
    color: white;
}

.team {
    text-align: center;
}

.team h2 {

    color: blue;
    font-size: 40px;
    font-weight: bold;
}

.team p {
    font-size: larger;

}

.imagegallery img {
    width: 100%;
}

.imagegallery h6 {
    color: #9F0000;
}

.portfolio {
    text-align: center;
}

.portfolio button {
    color: black;
    background-color: skyblue;
    border: 0;
    border-radius: 20px;
    padding: 10px;
}

.portfolio .allbtn {
    color: white;
    background-color: blue;
    padding: 10px 20px;
}

/* .pricing{
    background-color: red;
} */

/* .pricing {
    text-align: center;
    color: blue;
    font-size: 20px;
}

.pricinginner {
    display: block;
    justify-content: space-around;
}

.price1 {
    background-color: #F8F9FA;
    text-align: center;
    padding: 20px;
}

.price2 {
    background-color: #F8F9FA;
    text-align: center;
    padding: 20px;


}

.price3 {
    background-color: #F8F9FA;
    text-align: center;
    padding: 20px;


} */



@media only screen and (min-width:768px) {
    .aboutpart {
        /* display: flex; */
        justify-content: space-evenly;
    }

    .ourfeatures {
        display: flex;
        justify-content: space-around;
    }
}


@media only screen and (min-width:992px) {
    nav a {
        display: inline-block;


    }

    .bar {
        display: none;
    }


    nav {
        display: flex;
    }

    .header {
        display: flex;
        justify-content: space-around;
    }

    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;

    }

    .imagegallery {
        width: 22%;
    }

    .portimges {
        width: 90%;
        margin: auto;
        /* background-color:RED; */
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .innerimg {
        width: 22%;
        margin-bottom: -5px;
    }

    .innerimg img {
        width: 100%;
    }

    .ourservices {
        text-align: center;
    }

    .oservices {
        margin: auto;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        row-gap: 30px;
    }

    .card {
        width: 30%;
    }

    .oservicebtn {

        color: blue;
        border: none;
        outline: none;
        font-weight: bold;
        background-color: transparent;
    }

    .card i {
        font-size: 40px;
        color: blue;
    }

    .aboutpart {
        display: flex;
        justify-content: space-evenly;
    }
}

.test {
    width: 50%;
    display: block;
    /* background-color: red; */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testi {
    display: flex;
    justify-content: center;
}

.testimage {
    /* background-color: #1d7ed4; */
    justify-content: space-between;
    align-items: center;
    margin: auto;

    /* object-fit: cover; */
}

.testimage img {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;

}

.test h2 {
    color: blue;
}

.pricing {
    text-align: center;
    color: blue;
    font-size: 20px;
}

.pricinginner {
    display: flex;
    justify-content: space-around;
}

.price1 {
    background-color: #F8F9FA;
    text-align: center;
    padding: 20px;
}

.price2 {
    background-color: #F8F9FA;
    text-align: center;
    padding: 20px;


}

.price3 {
    background-color: #F8F9FA;
    text-align: center;
    padding: 20px;


}

.price1 button {
    background-color: black;
    color: white;
    padding: 15px 20px;
    border-radius: 20px;
    border: 0;
}

.price2 button {
    background-color: blue;
    color: white;
    padding: 15px 20px;
    border-radius: 20px;
    border: 0;
}

.price3 button {
    background-color: black;
    color: white;
    padding: 15px 20px;
    border-radius: 20px;
    border: 0;
}

.ask {
    text-align: center;
    color: blue;
}

.frequent {
    background-color: #F8F9FA;
    display: flex;
    justify-content: space-around;
}

.web {
    display: flex;
    justify-content: space-between;

}

.Learn {
    color: blue;
    text-decoration: none;
    font-size: larger;
}

.webb {
    display: flex;
    justify-content: space-around;
}

.fas {
    font-size: 50px;
}

.iconsize {
    font-size: 50px;
}

.fahead {
    padding-right: 50px;
}

.ourbloghead {
    text-align: center;
    font-size: 20px;
    color: blue;

}

.ourblogsinner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;

}

.our1 {
    width: 30%;
    justify-content: space-around;

}

.our1 img {
    width: 100%;
    height: auto;
}

.Contactmain {
    background-color: #F8F9FA;
}

.contactform {
    background-color: #FFFFFF;
}

.contacthead {
    text-align: center;
    color: blue;
    font-size: 20px;
}

.contactinfo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

#fname {
    width: 30%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 20px;
}

#lname {

    width: 30%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 20px;
}

#email {
    width: 98%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 20px;
}

.mp {
    border-radius: 20px;
}

#sub {

    width: 70%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 20px;
}

.sendmsg {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
}

#textarea {
    width: 70%;
    border-radius: 20px;
}

.fff {
    display: block;
}


/* ====================================== */

.main-form {
    display: flex;
    justify-content: center;
}

.form-container {
    background-color: #fff;
    padding: 30px;
    width: 80%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}

h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-row .form-group {
    width: 48%;
}

.form-group1 {
    width: 100%;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

input,
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

textarea {
    resize: none;
}

button {
    background-color: #007bff;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    align-self: flex-start;
    border-radius: 10px;
}

button:hover {
    background-color: #0056b3;
}

/* footer */

footer {
    background-color: #1a1a1a;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 220px;
    margin-bottom: 20px;
}

.footer-section h3 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: white;
}

.quick-links ul {
    list-style: none;
    padding: 0;
}

.quick-links ul li {
    margin: 10px 0;
}

.quick-links ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.quick-links ul li a:hover {
    color: #fff;
}

.social-icons a {
    color: #ccc;
    font-size: 18px;
    margin-right: 15px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #fff;
}

.newsletter form {
    display: flex;
    align-items: center;
}

.newsletter input[type="email"] {
    padding: 10px;
    border: 1px white;
    border-radius: 20px 0 0 20px;
    outline: none;
    background-color: #444;
    flex: 1;
}

.newsletter button {
    padding: 10px 20px;
    background-color: white;
    border: none;
    position: absolute;
right: 90px;
    border-radius: 0 20px 20px 0;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter button:hover {
    background-color: #0056b3;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    margin-top: 20px;
}

.footer-bottom a {
    color: #007bff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footerbtn {
    display: flex;
    /* background: #000; */
}

