* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

p {
    font-weight: 400;
    color: #1b1b4f;
    font-size: 14px;
}

h2 {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    color: #1b1b4f;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

/*header*/

#nav-logo {
    max-height: 130px;
    margin-top: 24px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav-logo-2 {
    height: 80px;
}

#nav-logo.small {
    max-height: 55px;
    margin-top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-contact-us {
    background-color: #242037;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}

.btn-contact-us:hover {
    background-color: #ad1b0a;
}

#navbarSupportedContent a.nav-link:hover {
    border-bottom: 4px solid #242037;
}

.navbar-light .navbar-nav .nav-link {
    color: #212529;
}

.navbar {
    background-color: transparent;
}

.navbar.shrink {
    background-color: rgb(13 9 34 / 90%);
}

.active-nav {
    border-bottom: 4px solid #CC00FF;
}

/*heroImage*/

.content-header {
    position: relative;
    margin: 0 auto;
}

#videoBG {
    width: 100%;
    display: block;
}

.content-header:before {
    content: '';
    position: absolute;
    background-image: url(imgs/home1.jpg?v=1);
    background-size: cover;
    opacity: 0.9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.big-quote {
    text-shadow: -3px 1px 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    line-height: 47px;
    font-weight: 700;
    font-size: 42px;
}

.big-quote span {
    font-size: 55px;
}

.sub-txt1 {
    line-height: 25px;
    padding: 5px 0px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}

.sub-txt2 {
    color: #fff;
    line-height: 21px;
    font-weight: 400;
    font-size: 13px;
}

.btn-start {
    padding: 18px 40px;
    font-weight: 400;
    font-size: 14px;
    background-color: #CC00FF;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    max-width: fit-content;
}

.btn-start:hover {
    background: #ad1b0a;
    transition: 0.8s ease;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/*containers*/

.demos-container {
    background-color: #fff;
}

/*card*/

.card-img-top {
    height: 100px;
    width: initial;
    margin: 0 auto;
}

.card-img-top-2 {
    height: 150px;
    margin: 0 auto;
}

.card-title {
    color: #1b1b4f;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.card-text.text-left.text-secondary.pl-1.mb-4 {
    min-height: 220px;
}

.badge-secondary {
    background-color: #242037;
    float: right;
}

.card-paymore {
    background-size: cover;
    background-position: center;
    height: 300px;
}

.card-paymore .card-body {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-paymore .card-text {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.card-paymore .card-title {
    color: #242037;
}

.paymore-1 {
    background-image: url(imgs/1.jpg?v=1);
}

.paymore-2 {
    background-image: url(imgs/2.jpg?v=1);
}

.paymore-3 {
    background-image: url(imgs/3.jpg?v=1);
}

/*clients*/

#clients {
    background-color: #f3f3f3;
}

#clients img {
    width: 80%;
}

.container-clients {
    max-width: 1340px;
    margin: 0 auto;
}

#clients h3 {
    color: #1b1b4f;
}

/*Numbers*/

#numbers {
    background-color: #242037;
}

#numbers h2 {
    color: #fff;
    font-size: 60px;
}

#numbers h5 {
    color: #fff;
    font-weight: 300;
}

/*steps*/

.steps-container {
    background-color: #fff;
    font-size: 1.75rem;
    line-height: 22px;
    color: #242037;
}

.steps-container h2 {
    color: #242037;
}

.steps--subTitle {
    font-size: 1rem;
    line-height: normal;
}

.card-text-step {
    color: #242037;
    font-size: 1.25rem;
    font-weight: 500;
}

/*contact form*/

.contact-container {
    background-color: #26262a;
}

.title-contact {
    color: #fff;
}

.sub-title-contact {
    color: #CC00FF;
}

.btn-form {
    background-color: #242037;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}

.btn-form:hover {
    background: #858d91;
    transition: 0.8s ease;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.contact-form input,
textarea {
    background-color: #494556;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    color: #ededed;
    margin-bottom: 20px;
}

#name,
#email,
#message:focus {
    outline: none;
}

.contact-form #message {
    width: 100%;
    height: 150px;
}

#submit {
    font-weight: 400;
    font-size: 14px;
    background-color: #CC00FF;
    border-radius: 30px 30px 30px 30px;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

#submit:hover {
    background: #ad1b0a;
    transition: 0.8s ease;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#submit:focus {
    outline: none;
}

.contact-link {
    color: #CC00FF;
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    color: #242037;
    text-decoration: none;
    font-weight: 500;
}

.link-danger {
    color: #242037;
    text-decoration: none;
    font-weight: 500;
}

.link-danger:hover {
    color: #242037;
    text-decoration: none;
    font-weight: 500;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    color: rgb(182, 182, 182);
    text-decoration: none;
}

.footer {
    background-color: #070513;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 728px) {
    html,
    body {
        overflow-x: hidden;
    }
    .navbar {
        width: 100vw;
    }
    .navbar-brand {
        padding-left: 1rem;
    }
    .content-header {
        margin: 60px auto 0 auto;
    }
    .big-quote {
        font-size: 28px;
    }
    .sub-txt1 {
        font-size: 1.5rem;
        margin: 1rem 0 0;
    }
    h2 {
        font-size: 2rem;
        margin: 1rem 0;
        color: #102d3b;
    }
    h3 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1rem;
    }
    #numbers h2 {
        font-size: 2rem;
    }
    #adformats p {
        text-align: left !important;
        font-weight: 300 !important;
    }
    .card-img-top {
        height: 50px;
    }
    .pb-5 {
        padding: 0 !important
    }
    .py-5 {
        padding-top: 1rem !important
    }
    .mb-5,
    .my-5 {
        margin-bottom: 0rem !important;
    }
    .text-right {
        text-align: left !important;
    }
    .img-benefits {
        padding: 0 50px 20px;
    }
    .benefits-2 {
        flex-direction: column-reverse;
        margin-top: 0 !important;
    }
    .demos-container {
        background-color: #fff;
    }
    .sub-txt1 {
        font-size: 0.8rem;
        line-height: 0.9rem;
        font-weight: 600;
        margin: 0 0 1rem 0;
    }
    .sub-txt2 {
        display: none;
    }
    #nav-logo {
        max-height: 35px;
        margin-top: 0;
    }
    .big-quote {
        font-size: 18px;
        line-height: 20px;
    }
    .big-quote span {
        font-size: 15px;
    }
    ul.card-text.text-left.text-secondary.pl-1.mb-4 {
        min-height: auto;
    }
    .btn-start {
        padding: 8px 20px;
    }
    .navbar {
        background-color: #0d0922;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card-img-top-2 {
        height: 100px;
        margin: 0 auto;
    }
    .big-quote {
        font-size: 35px;
    }
    .sub-txt1 {
        font-size: 1.5rem;
        margin: 1rem 0 0;
    }
    h2 {
        font-size: 2rem;
        margin: 1rem 0;
    }
    h3 {
        font-size: 1.2rem;
    }
    .btn-contact-us {
        font-size: 9px;
        padding: 8px 16px !important;
    }
    .card-body {
        font-size: 12px;
    }
    #nav-logo {
        max-height: 35px;
    }
    .big-quote {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .big-quote span {
        font-size: 2rem;
    }
    .btn-start {
        padding: 8px 20px;
        font-weight: 400;
        font-size: 0.8rem;
    }
    #numbers h2 {
        font-size: 40px;
    }
    ul.card-text.text-left.text-secondary.pl-1.mb-4 {
        min-height: 160px;
    }
    .card-title {
        font-size: 14px;
    }
    li {
        font-size: 0.7rem;
    }
}