:root {
    --primary-color-light: #31c7fd;
    --primary-color: #00aff0;
    --secondary-color: #07020D;
    --color-white: #fff;
    --color-white-dark: #FBFBFB;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;

    font-size: 62.5%;
    line-height: 1.2rem;
    font-family: 'Roboto',
        sans-serif;
    background-color: var(--color-white-dark);
    /* 1rem = 10px */
}

header {
    position: relative;
    display: block;
    height: 25rem;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 125%;
    margin-top: -51rem;
    margin-left: -0.5rem;
    overflow-x: hidden;
    z-index: -1;
}

#navbar #navbar-brand h4 {
    margin-bottom: -5px;
}

#navbar {
    padding: 0rem 1rem;
    margin-bottom: 0;
    background-color: var(--primary-color);
    font-size: 1rem;
}

#nav-link,
#navbar-brand,
#nav-link:link,
#navbar-brand:link,
#navbar-brand:visited,
#nav-link:visited,
#navbar-toggler {
    /* font-weight: 600; */
    color: var(--color-white);
}

#nav-link:hover,
#navbar-brand:hover,
#nav-link:active,
#navbar-brand:active,
#nav-link:focus,
#navbar-brand:focus,
#navbar-toggler:hover {
    color: var(--secondary-color);
}

#text-primary {
    position: absolute;
    margin-top: 5rem;
    font-size: 3.5rem;
    color: var(--color-white);
}

#text-secondary {
    position: absolute;
    margin-top: 10rem;
    margin-left: 0.5rem;
    font-size: 1.5rem;
    color: var(--color-white);
    opacity: 0.7;
}

#btn-primary {
    position: absolute;
    margin-top: 15.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4rem;
    background-color: var(--color-white);
    color: var(--primary-color);
    border: transparent;
    transition: all .3s;
}

#btn-primary:hover {
    box-shadow: 0rem 0.3rem 0.5rem gray;
    transform: translateY(-0.25rem);
}

#btn-primary:active {
    box-shadow: 0rem 0.2rem 0.2rem rgb(148, 148, 148);
    transform: translateY(-0.1rem);
}

.section-whyus {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 5rem;
    text-align: center;
    color: var(--secondary-color);
}

.card-body p {
    color: gray;
    line-height: 1.5rem;
}

#card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0rem 0.2rem 0.8rem rgb(211, 210, 210);
    padding: 1.5rem;
    /* height: 50vh; */
}

#icon-server {
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 2.2rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    padding: 0.5em 0.6em;
    color: var(--color-white);
}

#card-body {
    padding: 0.8rem;
    padding-bottom: 2rem;
}

.section-services {
    background-color: var(--color-white);
    padding-top: 5rem;
}

.text-services {
    margin-bottom: 10rem;
}

.section-services .container .row:not(:first-child) {
    margin-top: -8rem;
}

#card-services {
    background-color: transparent;
    border: none;
}

hr {
    border: 4px solid var(--primary-color);
    border-radius: 2rem;
    width: 50%;
}

.section-line-right {
    float: right;
}

.footer {
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
    color: var(--color-white);
}

.footer-svg-bg {
    position: absolute;
    margin-left: -24rem;
    margin-top: 1rem;
    z-index: 9;
    width: 90%;
}

.footer-img-screenshot {
    position: absolute;
    margin-left: 16.7rem;
    margin-top: 6.6rem;
    z-index: 49;
}

.footer-copyright {
    position: relative;
    max-width: 100%;
    background-color: var(--primary-color-light);
    margin-top: 6rem;
    z-index: 99;
}

.footer-company-name,
.footer-location,
.footer-contact,
.footer-email {
    display: block;


}

.footer .container-fluid .row .col-md-6 i {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.footer h5 {
    display: inline-block;
}

/* ------------------ Media Queries --------------------------- */
@media (min-width:2000px) {
    #navbar {
        max-width: 100%;
    }

    svg {
        display: none;
    }

    header {
        /* margin: 0 auto;
        max-width: 35%; */
        max-width: 100%;
        background-color: var(--primary-color);
    }
}



@media(min-width:1400px) {
    body {
        font-size: 68%;
    }

    header svg {
        height: 1777.608px;
        margin-top: -73rem;
    }

    /* svg {
        display: none;
    }

    header {
         margin: 0 auto;
        max-width: 35%;
       max-width: 100%;
       background-color: var(--primary-color);
       } */

    .footer-svg-bg {
        display: block;
        margin-top: 4rem;
        transform: rotate(-10deg);
    }

    header {
        /* margin: 0 auto;
        max-width: 35%; */
        max-width: 100%;
        /* background-color: var(--primary-color); */
        /* background-image: url(../svg/header-bg.svg); */
    }


}

@media (min-width:1700px) {
    header svg {
        height: 1777.608px;
        margin-top: -79rem;
    }
}



@media(max-width:1150px) {
    svg {
        width: 125%;
        margin-top: -48rem;
        margin-left: -1rem;
    }

}

@media(max-width:1080px) {

    svg {
        width: 125%;
        margin-top: -44rem;
        margin-left: -1rem;
    }

}

@media(max-width:960px) {

    svg {
        width: 125%;
        margin-top: -42rem;
        margin-left: -1rem;
    }

}

@media (max-width:900px) {
    svg {
        width: 125%;
        margin-top: -40rem;
        margin-left: -1rem;
    }

    body {
        font-size: 52%;
    }

    #card {
        padding: 0.5rem;
    }

    .footer-svg-bg {
        position: absolute;
        margin-left: -24rem;
        margin-top: 1rem;
        z-index: 9;
        width: 90%;
    }

    .footer-img-screenshot {
        position: absolute;
        margin-left: 16.7rem;
        margin-top: 6.6rem;
        z-index: 49;
    }

}


@media (max-width:767px) {
    #text-primary {
        font-size: 2.2rem;
    }

    #text-secondary {
        margin-top: 8rem;

    }

    #btn-primary {
        position: absolute;
        margin-top: 13rem;
    }

    #card {
        margin: 0 auto;
        width: 63%;
        margin-bottom: 2rem;
        padding: 0.5rem;
    }

    .text-services {
        margin-bottom: 3rem;
    }

    hr {
        width: 100%;
    }

    .section-services .container .row:not(:first-child) {
        margin-top: 2rem;
    }

    svg {
        width: 125%;
        margin-top: -34rem;
        margin-left: -1rem;
    }

    .footer {
        text-align: center;
    }

    .footer-svg-bg {
        display: none;
        opacity: 0;

    }

    .footer-copyright {
        margin-top: 2rem;
    }
}

@media (max-width:600px) {

    body {
        font-size: 42%;
        font-weight: 400;
    }

    svg {
        width: 125%;
        margin-top: -34rem;
        margin-left: -1rem;
    }

    #text-primary {
        position: absolute;
        margin-top: 5rem;
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    #text-secondary {
        position: absolute;
        margin-top: 7rem;
        margin-left: 0.5rem;
        font-size: 1rem;
        margin-bottom: 0;
    }

    #btn-primary {
        position: absolute;
        margin-top: 11rem;
        font-size: 0.8rem;
        border-radius: 4rem;
        margin-bottom: 0;
    }




    .section-services {
        padding: 0 4rem;
    }

    .section-whyus {
        margin-top: -2rem;
    }

    .footer {
        text-align: center;
    }

    .footer-svg-bg {
        display: none;
        opacity: 0;

    }

    .footer-img-screenshot {
        display: none;
        opacity: 0;
    }

}

@media (max-width:425px) {

    body {
        font-size: 42%;
    }

    svg {
        width: 125%;
        margin-top: -32rem;
        margin-left: -1rem;

    }

    #text-primary {
        position: absolute;
        margin-top: 5rem;
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    #text-secondary {
        position: absolute;
        margin-top: 7rem;
        margin-left: 0.5rem;
        font-size: 1rem;
        margin-bottom: 0;
    }

    #btn-primary {
        position: absolute;
        margin-top: 11rem;
        font-size: 0.8rem;
        border-radius: 4rem;
        margin-bottom: 0;
    }



    #card {
        margin: 0 auto;
        width: 63%;
        margin-bottom: 2rem;
        padding: 0.5rem;
    }

    .section-services {
        padding: 2rem 3rem;
    }
}
/*Success page*/
.section-api {
    position: relative;
    text-align: center;
    background-color: var(--color-white);
    color: var(--secondary-color);
    padding: .8rem;
}




.section-pricing {
    background-color: var(--color-white-dark);
    padding-top: 4rem;
}

.section-pricing .row .col-md-4 h1 {
    color: var(--primary-color);
}

.section-app {
    margin: 4rem 0;
    background-color: var(--color-white-dark);
}
@media (max-width:767px) {

    #section-app img {
        margin-bottom: 20px;
    }
}

.section-pricing a {
 color:#212529;   
}
.section-pricing a:hover {
 color:#212529; 
 /*text-decoration: none;  */
}