* {
    box-sizing: border-box;
    font-family: 'Manrope',
        sans-serif !important;
    scroll-behavior: smooth;
}

*::selection {
    background-color: #ef832bcc;
}

body {
    background-color: white;
}

nav {
    background-color: white;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    max-width: none;
    height: 100vh;
}


.fix-spacing {
    margin-top: -56px;
}

h1,
h2 {
    font-weight: 700 !important;
}

.nav-link {
    padding: 0 1.8em !important;
}

@media screen and (max-width: 991px) {
    .nav-link {
        display: block;
        text-align: center;
        padding: 1em 0 !important;
    }
}

.intro {
    width: 90%;
    display: block;
    margin: auto;
}

.heading-p {
    font-size: 1.5em;
}

.action-button {
    background-color: #0056EC !important;
    color: white;
    border: none;
    font-weight: bolder;
    padding: 1em 2em;
    font-size: 1.2em;
    margin-top: 2.5em;
    border-radius: .4em;
}

.action-button:hover {
    background-color: #0043b6 !important;
}

@media screen and (max-width: 1200px) {

    h1 {
        font-size: 2em !important;
    }

    .heading-p {
        font-size: 1.2em;
    }

    .action-button {
        font-size: .8em;
        padding: .8 1.8em;
    }
}

@media screen and (max-width:1400px) and (max-height: 600px) {
    .intro {
        width: 60%;
    }
}

@media only screen and (max-width: 575px) {

    .intro {
        margin-top: 2em;
        display: block;
        margin: 2em auto;
        width: 60%;
    }

    .fix-spacing {
        margin: 0;
    }
}

.about-us {
    background-color: #0056EC;
    position: relative;
    color: white;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.transition {
    width: 101%;
    position: absolute;
    top: -.1em;
}

.spacing {
    padding-top: 7em;
}

.flex {
    display: flex;
    align-items: center;
}

.about-us-img {
    width: 80%;
}

.about-us-p {
    font-size: 1.1em;
    padding: 0 4em 2em 0;
}

@media screen and (max-width: 1200px) {

    h2 {
        font-size: 1.5em !important;
    }

    .about-us-p {
        font-size: 1em;
    }
}

@media screen and (max-width: 770px) {
    .about-us-img {
        display: none;
    }

    .about-us-p {
        font-size: 1.1em;
        padding-bottom: 3em;
    }

    #about .col-12 {
        margin: 0 1em;
    }

}

.services {
    text-align: center;
    margin-bottom: 1em;
}

.card {
    padding: 1.5em 2.5em;
    border: none !important;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(204, 204, 204, 0.31);
    border-radius: 20px !important;
}

.card:hover {
    transition: box-shadow .3s ease;
    box-shadow: 0px 4px 30px rgba(114, 114, 114, 0.3);
}

.showcase-card {
    border: 3px solid #0056EC !important;
    box-shadow: 0px 4px 10px #0056ec5b !important;
}

.showcase-card:hover {
    box-shadow: 0px 4px 20px #0056ec80 !important;
}

.card-heading {
    text-align: center;
    padding-bottom: .8em;
    font-size: 1.8em;
}

.card-amount {
    font-size: 1em;
    font-weight: 800;
}

.card-feature {
    padding: .6em 0;
    font-size: 1em;
}

.card-p {
    padding: 3em 0;
    text-align: center;
    font-size: 1em;

}

.feature-button {
    margin-top: 1em;
    background: #FFFFFF;
    border: 3px solid #0056EC;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.2em;
    color: #0056EC;
    font-weight: bolder;
    padding: .5em 2em;
    margin-top: 2.5em;
    border-radius: .4em;
}

.feature-button:hover {
    background-color: #0056EC;
    color: white;

}

.extra-feature-button {
    margin-top: 1em;
    background: #0056EC;
    border: 3px solid #0056EC;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.2em;
    color: white;
    font-weight: bolder;
    padding: .5em 2em;
    margin-top: 2.5em;
    border-radius: .4em;
}

.extra-feature-button:hover {
    background-color: #0043b6;
    border: 3px solid #0043b6;
}

.flex-end {
    align-items: flex-end;
}

.card-spacing {
    padding: 10em 0;
}

@media screen and (max-width: 1200px) {

    .card {
        padding: 1em 1em;
    }

    .services {
        margin-top: 1em;
    }

    h3 {
        font-size: 1.5em !important;
    }
}

@media screen and (max-width:1400px) and (max-height: 600px) {
    .card {
        padding: .8em 2em;
        font-size: .9em;
    }

    .feature-button {
        max-width: 200px;
        padding: .3em 2em;
        margin: .8em auto;
    }

    .extra-feature-button {
        max-width: 200px;
        padding: .3em 2em;
        margin: .8em auto;
    }
}


@media screen and (max-width: 993px) {

    #services .flex-container {
        height: auto !important;
    }

    #services .d-flex {
        display: block !important;
        padding: 1em;
    }

    #services .card {
        margin: 2em 0;
    }

    .card-feature-container {
        margin: auto;
    }

    .card {
        box-shadow: 0px 4px 30px rgba(114, 114, 114, 0.3) !important;
    }

    .showcase-card {
        box-shadow: 0px 4px 20px #0056ec80 !important;
    }

    .feature-button {
        max-width: 300px;
        margin: 2em auto 1em auto;
    }

    .extra-feature-button {
        max-width: 300px;
        margin: 2em auto 1em auto;
    }

    h3 {
        font-size: 1.8em !important;
    }

    .card-feature {
        font-size: 1.1em !important;
    }

    .card-p {
        font-size: 1.2em !important;
    }

}

.clients {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
}

.client-img {
    margin-top: 15%;
    width: 80%;
    max-width: 550px;
    min-width: 400px;
    float: left;
}

.client-heading {
    margin-top: 2em;
}

.companies-img {
    padding: 2em;
}

.company-img {
    padding: 2em 0;
}

.contact-blue {
    position: relative;
    color: white;
    height: 50%;
}

@media screen and (max-width:1400px) and (max-height: 600px) {
    .client-heading {
        padding: 0 1em;
        margin-top: 1em;
    }

    .companies-img {
        padding: 1.7em;
    }

    .company-img {
        padding: 1em 0;
    }

}

@media screen and (max-width: 770px) {
    .client-img {
        display: none;
    }

    .client-heading {
        padding: 0 1.8em !important;
    }

    .fix-mobile {
        text-align: center;
    }
}

.contact-white {
    background-color: white;
    padding: 8em 0;
}

.contact-h1 {
    margin-bottom: 1em;
}

.contact-p {
    font-size: 1.5em;
    display: block;
    margin: 1em 0;
}

.form-card {
    background-color: white;
    padding: 1.5em 2.5em;
    border: none !important;
    box-sizing: border-box;
    border-radius: 20px !important;
    box-shadow: 0px 4px 30px rgba(114, 114, 114, .3);
}

.contact-img {
    width: 40%;
    position: absolute;
    bottom: 44px;
    min-width: 270px;
    max-width: 500px !important;
    left: 5%;
}

.grid-container {
    display: grid;
    grid-template-columns: 10% 1fr 2em 1fr 10%;
    grid-template-rows: 3em 300px 250px 2em;
}

.background-blue {
    background-color: #0056EC;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
}

.info {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    color: white;
}

.form {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
}

.form-group {
    padding: 1em 0;
}

label {
    font-weight: 600;
}

.form-button {
    display: block;
    margin: auto;
    background-color: #0056EC !important;
    color: white;
    border: none;
    font-weight: bolder;
    padding: 2% 10%;
    font-size: 1.2em;
    border-radius: .4em;
}

@media screen and (max-width: 1000px) {

    #contact img {
        width: 40px;
    }

    .contact-h1 {
        font-size: 2.2em !important;
    }

    .contact-p {
        font-size: 1.3em;
        display: inline;
        padding: 0 5px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 10% 1fr 10%;
        grid-template-rows: 4em 200px 300px 250px 3em;
    }

    .background-blue {
        background-color: #0056EC;
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;
    }

    .info {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        color: white;
        text-align: center;
    }

    .form {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 5;
    }
}

@media screen and (max-width: 500px) {
    #contact img {
        width: 40px;
    }

    .contact-h1 {
        font-size: 1.8em !important;
        margin-bottom: .5em !important;
    }

    .contact-p {
        font-size: 1.2em;
        display: block;
        padding: 0 5px;
    }
}

footer {
    position: relative;
    margin-top: 1em;
    padding: .5em 0;
    color: white;
    text-align: center;
    font-size: 1.1em;
    background-color: #0056EC;
}

#isSelected {
    display: none;
    font-weight: 700;
    color: #0056EC;
}