* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    color: #000000ba;
    font-family: "Roboto", sans-serif;
}

.heroSection {
    height: 100vh;
    /* background: linear-gradient(0deg, rgb(24 23 23 / 86%), rgb(8 8 8 / 67%)), url(https://ibrandtech.com/wp-content/uploads/2021/04/Landing_Page_Image-1.jpg?id=4322) !important; */
    /* 
    background-repeat: no-repeat;
    background-size: cover; */
    background: rgb(40, 146, 74);
    background: linear-gradient(90deg, rgba(40, 146, 74, 1) 20%, rgba(37, 87, 143, 1) 100%);

}

.container {
    width: 90%;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
}

.justify_space {
    justify-content: space-between;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    list-style: none;
}

.header {
    height: 80px;

    background-color: #fff;


}

.bgSection {
    display: grid;
    grid-template-columns: 70% 30%;

}

.height100 {
    height: 100%;
}

form {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    column-gap: 30px;
    border-radius: 0.9rem;
    background-color: #fff;
    padding: 5rem 5rem;
}

input,
textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 3px;
    border: 1px solid #00000054;
    margin-bottom: 2rem;

    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

form button {
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #00000054;
    border-radius: 3px;
    background: #56ce5a;
    color: #Fff;
    width: 100%;
    font-size: 2.1rem;
    border: none;
    cursor: pointer;
}

form button:hover {
    background: #fff;
    color: #56ce5a;
    border: 1px solid #56ce5a;
}

.heroForm {
    margin-top: 7.1rem;
    /* padding: 50px 100px; */
}

button {
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #00000054;
    border-radius: 3px;
}

input:focus {
    border: 1px solid #00000054;
}

.points {
    padding: 5rem 0 0;
}

.heading {
    text-align: center;
}

.heading h1 {
    font-size: 4.6rem;
}

.heading h3 {
    font-size: 2.6rem;
}

.font400 {
    font-weight: 400;
}

.checkList {
    display: flex;
    justify-content: center;
    column-gap: 5.0rem;
    margin: 5.0rem 0;
}

.services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    column-gap: 5.0rem;
    margin: 5.0rem 0;
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 3.9rem;
}

.checkList ul {
    list-style: none;
}

.checkList ul li {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 2rem;
}

.checkList ul li ion-icon {
    font-size: 3rem;
    color: #56ce5a;
}

h2 {
    font-size: 4.6rem;
    font-weight: 400;
}

.checkList ul {
    list-style: none;
}

.services ion-icon {
    font-size: 5.0rem;
    color: #56ce5a;
}

.services h4 {
    font-size: 3.0rem;
    font-weight: 400;
}

.services p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.0rem;
}

.colGap100 {
    column-gap: 10rem;
}

.colGap50 {
    column-gap: 5rem;
}

.services div {
    text-align: center;
    padding: 3rem;
    border: 1px solid gray;
    border-radius: 9px;
    box-shadow: 1px 7px 17px #80808045;
}

.services div:hover {
    border: 1px solid green;
}

.process_details {
    display: flex;
    margin: 5rem 0;
    flex-direction: column;
    align-content: center;
}

.counter {
    border: 1px solid;
    width: 5.5rem;
    background: #56ce5a;
    color: #fff;
    border-radius: 5.5rem;
    align-items: center;
    padding-left: 1.2rem;
}

.process_details .counter {
    font-size: 4.6rem;
    color: #fff;
}

.process_details_heading {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 2;
}

.process_details_info {
    font-size: 1.8rem;
    line-height: 1.5;
}

.clients {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    row-gap: 2rem;
}

.client_count_info {
    padding: 5rem 2rem;
    text-align: center;
    border: 1px solid rgb(128 128 128 / 22%);
    border-radius: 5px;
    box-shadow: 4px 3px 12px rgb(128 128 128 / 22%);
}

.client_count {
    font-size: 3.2rem;
    color: #8224e3;
    font-weight: 600;
}

.client_caterogy {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2;
}

footer {
    display: grid;
    grid-template-columns: 60% 20% 20%;
    width: 90%;
    margin: auto;
    align-items: center;

}

.about_us {
    padding: 0px 10rem 5rem 0;
}

.footer {
    background-color: #ededee;
    margin-top: 9rem;
    padding-bottom: 3rem;

}

.about_us p {
    font-size: 1.8rem;
    line-height: 1.5;
}

.hire {
    padding: 5rem 0;
    /* background:linear-gradient(0deg, rgba(46, 43, 45, 0.704), rgba(58, 58, 58, 0.721)), url(https://ibrandtech.com/wp-content/uploads/2021/04/Landing_Page_Image-1.jpg?id=4322);
   background-size:cover; */
    background: rgb(98, 133, 255);
    background: linear-gradient(90deg, rgba(98, 133, 255, 0.7822479333530288) 20%, rgba(243, 0, 255, 0.7766456924566701) 100%);
    color: #fff;
}

.shedualCall {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    margin-top: 3rem;
    font-size: 2rem;
    cursor: pointer;
    transition: all .3s;
    padding: 1.3rem 2rem;
    border-radius: 3px;
    display: inline-block;
}

.shedualCall:hover {
    background-color: #fff;
    color: #000;
}

footer .form p {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
}

footer .form a {
    background: #8224e3;
    color: #fff;
    border: 1px #fff;
    cursor: pointer;
    padding: 1.3rem 2rem;
    border-radius: 3px;
    display: inline-block;
}

.margingleftright {
    margin: 0px 20px;
}

.divider {
    background-color: #000;
    border-left: 1px solid;
    height: 2rem;

}

a {
    text-decoration: none;

}

.menu a {
    color: #000;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 2rem;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 2.8rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    width: 31%;
}

footer form {
    padding: 2.6rem 2.8rem;
}

li {
    font-size: 1.6rem;
}

.about_us p {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 50%;
    }

    .flex {
        flex-wrap: wrap;
    }

    .header {
        height: unset;
        padding-bottom: 11px;
    }

    .margingleftright {
        height: unset;
    }

    .checkList {
        flex-wrap: wrap;
    }

    .services,
    .clients,
    .bgSection,
    footer {
        grid-template-columns: 1fr;
    }

    .heading h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 3.6rem;
    }

    .heading h3 {
        font-size: 2.2rem;
    }

    .checkList {
        margin-bottom: unset;
    }

    .process_details {
        margin-bottom: unset;
    }

    footer form {
        margin-top: 2rem;
    }

    footer form h3 {
        font-size: 1.8rem;
    }

    .modal-content {
        width: unset;
    }

    .modal-content form {

        padding: 2rem 2rem;
    }

    .modal-content form h5 {

        font-size: 3rem;
    }

    .about_us {
        padding: 0 0 3rem 0;
    }


    .heroSection {
        height: 100% !important;
        /* background: linear-gradient(0deg, rgb(24 23 23 / 86%), rgb(8 8 8 / 67%)), url(https://ibrandtech.com/wp-content/uploads/2021/04/Landing_Page_Image-1.jpg?id=4322); */
        background: rgb(40, 146, 74);
        background: linear-gradient(90deg, rgba(40, 146, 74, 1) 20%, rgba(37, 87, 143, 1) 100%);
    }

    .heroHeading h3 {
        font-size: 5.5rem;
        color: #fff;
        line-height: 1;
        margin-bottom: 3rem;
    }

    .heroForm {
        margin-bottom: 5rem;
    }

    .bgSection {
        margin-top: 5rem;
    }
}