:root {
    --primary-color: #00FF13;
    --secondary-color: #212129;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--secondary-color);
    background: #fff;
}

h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 4rem;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.75rem;
    font-weight: 700;
}

h4 {
    font-size: 1.375rem;
    font-weight: 700;
}

h5 {
    font-size: 1.2rem;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

ul {
    list-style: none;
    padding-left: 0;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    color: var(--secondary-color);
    text-decoration: none;
}

a:hover {
    color: #343438;
}

.lead {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.hero {
    background-color: #ffffff;
}

.clients {
    background-color: #F7FCF8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.services {
    background-color: #ffffff;
}

.aboutus {
    background-color: #080707;
    color: white;
}

.showcase {
    background-color: white;
    color: var(--secondary-color);
}

.show1 {
    background-color: #43c2b9;
}

.show2 {
    background-color: #c2d7ce;
}

.partners {
    background-color: white;
}

.testimonial {
    background-color: black;
    color: rgb(255, 255, 255);
}

.clientquote {
    color: #dbdbdb;
    font-size: 2rem;
    font-weight: 300;

}

.clientname {

    font-weight: 700;
}

.clientco {
    font-size: 1.37rem;
    font-weight: 300;
}

.contactus {
    background: white;
}

footer {
    background-color: black;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #dbdbdb;
}

.footerinfo {
    font-size: .875rem;
    width: 80%;
}



.servicesingle li {
    padding: .3rem 0;
}

.clientlist li {
    padding: .5rem 0;
}

.footerlist li {
    padding: .5rem 0;
}


.social img {
    margin-right: .725rem;
}

.footerend {
    font-size: 0.8rem;
    font-weight: 400;
}

.clientshow {
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000000;

}

.clients img {
    /* max-width: 100%; */
    /* width: 100px; */
    width: 80%;
    filter: grayscale(100%);
}


.hero img {
    max-width: 100%;
}


.info p {
    color: #dfdfdf;
    line-height: 1.8;
}


.text-highlight {
    font-weight: 700;

}



.btn {
    padding: .75rem 1.5rem;
    font-weight: 600;
    font-size: .9rem;
    border-radius: 10px !important;
}

.btn:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}


.maincta {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: var(--primary-color);
    margin-right: 1rem;
}

.btn-outline-primary {
    color: var(--secondary-color);
    border-color: #E1E5E2;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    font-size: 1rem;
    font-weight: 400;
}

li a {
    font-size: .875rem;
    color: var(--secondary-color);
}


navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }


}

.active {
    font-weight: 600;
    /* border-bottom: 2px solid var(--primary-color); */
}

.burger {
    padding-right: 0 !important;
}

footer h5,
h6 {
    color: white;
}



@media (min-width: 576px) {}


.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.ourinfo {
    padding-bottom: 2rem;
}


.show1 img {
    margin-top: -20rem;
    padding-bottom: 3rem;
    /* border-radius: 2rem; */
    /* box-shadow: -1px 5px 10px 2px #e4e4e4; */
}

.show2 img {
    margin-top: -20rem;
    padding-bottom: 3rem;
    border-radius: 2rem;
    /* box-shadow: -1px 5px 10px 2px #e4e4e4; */
}



.overlap {
    margin-bottom: 13rem;
}

.pagehead {
    font-weight: 700;
    margin-bottom: 1rem;
}

/* .mainhead p {
    max-width: 612px;
} */

.aboutmoon {
    background-color: #F7FCF8;
}


.processimage {
    background-image: url("../images/process.jpg");
    height: 100vh;
    background-size: cover;
}

.mainhero {
    padding: 2.25rem 0;
}

.linemail {
    width: 80%;
    height: 1px;
    background-image: linear-gradient(to right, #00FF13, #00e60f);
    margin-top: 1rem;
}

.linemailb {
    width: 55%;
    height: 1px;
    background-image: linear-gradient(to right, #080808, #041805);
    margin-top: 1rem;
}

.linemail svg {
    color: #00e60f;
}

.process {
    padding-bottom: 100px;
}

.pattern {
    padding-top: 0;
    padding-bottom: 0;
}

.workshow {
    padding-top: 0;
}

.prosteps {
    padding: 0 4rem;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86fe86;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8, 240, 0, 0.25);
}


.clients img {
    filter: grayscale(100%);
}


.services h2 {
    margin-bottom: 1rem;

}


.casestudy h4 {
    margin-bottom: .25rem;
}

.casestudy p {
    color: #505050;

}

.clientsmain {
    padding: 0 0 150px 0;
    background-color: white;
}

.clientsmain img {
    /* max-width: 100%; */
    /* width: 100px; */
    width: 80%;
    filter: grayscale(100%);
}

.clentsmain col-4 {
    margin-bottom: 2rem;
}

.clientmb {
    margin-bottom: 5rem;
}




@media screen and (max-width: 992px) {
    .social img {
        margin-right: 0;
    }

    .clientquote {
        color: #dbdbdb;
        font-size: 1.5rem;
        font-weight: 300;
    }

    .show1 img {
        margin-top: -15rem;
        padding-bottom: 2rem;
        /* border-radius: 2rem; */
        /* box-shadow: -1px 5px 10px 2px #e4e4e4; */
    }

    .show2 img {
        margin-top: -15rem;
        padding-bottom: 2rem;
        /* border-radius: 2rem; */
        /* box-shadow: -1px 5px 10px 2px #e4e4e4; */
    }

    .overlap {
        margin-bottom: 4rem;
    }
}

.cabout {
    background-color: white;
}

.ccontact {
    padding-top: 0;
}

.aboutpattern {
    background-color: #F7FCF8;
    padding: 3.5rem 4rem;
}

.aboutpattern h2 {
    margin-bottom: 1.5rem;
}

/* .contactp {
    border-bottom: 1px solid black;
} */

.footer-optns{
    color: #dbdbdb;
}

.footer-optns:hover{
    color: #fff;
}