@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;600;700;800;900&display=swap');

:root {
    --bs-body-font-family: 500;
    --st-c1: #2ba0b3;
    --st-c2: #2161b4;
    --st-c3: #707176;
    --st-c4: #f9f9f9;
    --st-c5: #fefefe;
    --st-c6: #ffffff;
    --st-c7: #595b61;
    --st-c8: #707176;
    --st-c9: #9b9c9f;

    --st-c10: #3878bc;
    --st-c11: #1b1f4e;
    --st-c12: #ee3c42;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-family: 'Raleway', sans-serif;
}

.text-primary {
    color: var(--st-c2) !important;
}

.text-secondary {
    color: var(--st-c1) !important;
}

.bg-light {
    background-color: var(--st-c4) !important;
}

/* nav */
.navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--st-c5) !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12);
}

.navbar h1 {
    font-size: 27px;
    font-weight: 700;
    color: var(--st-c2) !important;
}

.navbar-brand img {
    width: 100%;
}

.navbar b {
    color: var(--st-c1);
    font-weight: 700;
}

.navbar-nav a {
    width: 100%;
    text-align: center;
    border-top: 1px solid #b1b3c6;
    text-transform: uppercase;
    color: var(--st-c9) !important;
    font-weight: 500;
    font-size: 18px;
}

.navbar-nav a:last-child {
    border-bottom: 1px solid #b1b3c6;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--st-c1) !important;
}

/* hero */
.hero-section {
    background-color: var(--st-c4);
    padding: 20px;
    border-radius: 15px;
}

.hero-section p {
    color: var(--st-c7);
    font-weight: 400;
}

.btn-outline-primary {
    font-weight: 800;
    background-color: var(--st-c1);
    color: var(--st-c6);
    border: none;
    font-size: 24px;
    padding: 5px 35px !important;
    border-radius: 50px;
    transition: ease .4s;
}

.btn-outline-primary:hover {
    background-color: var(--st-c9);
    transition: ease .4s;
}

/* services */
.services {
    background-image: url('./images/testimonials/cap-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: -251px;
    background-position-y: 110px;
}

.card-services {
    border-left: 1px solid #b1b3c6;
    margin-bottom: 30px;
}

.cap-two {
    background-image: url('./images/testimonials/cap-stormtech.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.services h3 {
    font-size: 24px;
    color: var(--st-c1);
}

.services h2 {
    color: var(--st-c2);
    font-weight: 800;
    font-size: 45px;
}

.services b {
    color: var(--st-c9);
    font-weight: 800;
    font-size: 40px;
}

.services p {
    color: var(--st-c8);
}

/* clients */
.clients {
    padding: 50px 0px;
}

.clients p,
.clients h2 {
    color: var(--st-c6) !important;
}

.clients h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
}

.chazki {
    background-color: var(--st-c10);
}

.mandalo {
    background-color: var(--st-c11);
}

.inkan {
    background-color: var(--st-c12);
}

.see-more-a {
    color: white;
    text-decoration: none;
    padding: 6px 12px;
    background: #2ba0b3;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    transition: ease .4s;
}

.see-more-a:hover {
    background-color: var(--st-c9);
    transition: ease .4s;
    color: white;
}

.clients .example-container {
    background-color: var(--st-c6);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    padding-top: 25px;
}

.clients .example-container img,
.clients .example-container hr {
    width: 100%;
    padding: 0px 15px;
}

.clients .example-footer {
    background-color: #f2f3f3;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    color: #85878b;
}

.clients p {
    font-weight: 300;
    margin-top: 30px;
    margin-right: 15px;
}

.clients .example-footer b {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    border-radius: 50px;
    padding: 5px 10px;
}

/* see more */
.see-more hr {
    background-color: #2b2f65;
}

/* testimonials */
.cap-three {
    background-image: url('./images/testimonials/cap-three.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 1500px;
    background-position-y: -100px;
}

.testimonials h2 {
    font-weight: 800;
    color: var(--st-c2) !important;
    font-size: 35px;
}

.testimonials p {
    color: var(--st-c9) !important;
    font-weight: 700;
    font-size: 25px;
}

.testimonials .logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 40px;
}

.testimonials .logo img {
    width: 60%;
    filter: grayscale(100%);
    transition: all .6s;
}

.item-testimonials:hover img {
    filter: none;
    transition: all .6s;
}

.item-testimonials h3 {
    font-size: 24px;
    color: var(--st-c3) !important;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all .6s;
    text-align: center;
}

.item-testimonials p {
    font-size: 16px;
    color: var(--st-c3) !important;
    font-weight: 500;
    transition: all .6s;
    text-align: center;
}

.item-testimonials:hover p {
    color: var(--st-c9) !important;
    transition: all .6s;
}

.item-testimonials:hover h3 {
    color: var(--st-c1) !important;
    transition: all .6s;
}

/* technologies */
.technologies {
    background-color: #f7f8f8;
}

.technologies h2 {
    color: var(--st-c9) !important;
    font-weight: 700;
    font-size: 35px;
}

.technologies p {
    font-size: 22px;
    font-weight: 300;
}

.technologies-icons {
    padding: 40px 0px;
    border-bottom: 2px solid #ededee;
}

.technologies-icons:last-child {
    border: none;
}

.technologies-icons img {
    filter: grayscale(100%);
    transition: all .6s;
    cursor: pointer;
    padding: 0px 10px;
}

.technologies-icons img:hover {
    filter: none;
    transition: all .6s;
    transform: scale(1.1)
}

/* footer */
footer .container {
    margin-left: auto;
    margin-right: auto;
}

footer .container .address {
    display: flex;
    justify-content: center;
}

footer .list-text li {
    display: flex;
    align-items: center;
}

footer .list-text svg {
    color: #2d62ad;
    margin-right: 10px;
}

footer p {
    margin-bottom: 0px;
}

footer li {
    color: var(--st-c9) !important;
}

.section-contact-us {
    border-top: 1px solid;
    padding-top: 50px;
    width: 100%;
    margin: 0px;
}

.section-contact-us h5 {
    color: var(--st-c9) !important;
    font-size: 20px;
}

.section-contact-us p {
    color: var(--st-c9) !important;
    font-weight: 300;
    font-size: 18px;
}

.section-contact-us form {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.section-contact-us form label {
    color: var(--st-c9) !important;
    font-weight: 600;
}

.section-contact-us form button {
    font-size: 18px;
}

.section-contact-us form input,
.section-contact-us form textarea {
    background-color: #e7e8e8;
    border: none;
    border-radius: 10px;
}

.section-contact-us form input::placeholder {
    color: #ffffff;
}

/* SUCCESSES */
.card-success {
    padding: 50px 30px;
    text-align: center;
}

.card-success.roca {
    background-color: #fbb633;
}

.card-success.corti {
    background-color: #75111b;
}

.card-success.webpack {
    background-color: #e91756;
}

.card-success.xubox {
    background-color: #17bab0;
}

.card-success.qx {
    background-color: #f06250;
}

.card-success.ninja {
    background-color: #443b83;
}

.card-success.chazki-s {
    background-color: var(--st-c10);
}

.card-success.mandalo-s {
    background-color: var(--st-c11);
}

.card-success.inkan-s {
    background-color: var(--st-c12);
}

.card-success.ninja img {
    width: 100%;
    margin-bottom: 45px;
}

.card-success img {
    width: auto;
    margin-bottom: 20px;
    max-height: 64px;
}

.card-success hr {
    color: #fdeed1;
    opacity: unset;
    height: 2px;
}

.card-success h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--st-c6) !important;
    margin-top: 30px;
}

.card-success p {
    font-size: 16px;
    font-weight: 300;
    color: var(--st-c6) !important;
    margin: 30px 0px;
    max-height: 260px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
}

.show {
    height: 100% !important;
    max-height: 2000px !important;
    transition: max-height 0.25s ease-in !important;
}

.card-success h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--st-c6) !important;
    margin-top: 30px;
    line-height: 30px;
    min-height: 60px;
}

.card-success .btn.more {
    padding: 0px;
}

.card-success .btn.more:focus {
    box-shadow: none;
}

.card-success .btn.more i {
    font-size: 30px;
    color: var(--st-c6) !important;
    transition: ease .3s;
}

.card-success .btn.more i:hover {
    transition: ease .3s;
    color: var(--st-c9) !important;
}

.add-up::before {
    content: '\F13A';
}

/* MOBILE */
@media (min-width: 220px) and (max-width: 768px) {

    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    #navbarNavAltMarkup {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-brand img {
        width: 200px;
    }

    .navbar h1 {
        font-size: 24px;
    }


    .clients .example-container,
    .clients .example-container hr,
    .clients .example-footer {
        width: 100%;
    }

    .clients .example-container img {
        width: 95%;
    }

    .technologies-icons img {
        width: 100%;
    }

    .services {
        background-position-x: -190px;
        background-position-y: 680px;
    }

    .card-services {
        margin-bottom: 0px;
        border-left: none;
    }

    .services h2 {
        font-size: 28px;
    }

    .services h3 {
        font-size: 22px;
    }

    .services b,
    .testimonials p {
        font-size: 26px;
    }

    .cap-two {
        background-position-x: 0px;
        background-position-y: 100px;
    }

    .cap-three {
        background-position-x: 200px;
        background-position-y: -40px;
    }

    .btn-outline-primary {
        font-size: 18px;
    }

    .testimonials h2 {
        font-size: 28px;
    }

    .clients h2 {
        font-size: 22px;
    }

    .clients p {
        font-size: 18px;
    }

    .clients .example-footer b {
        font-size: 14px;
    }

    .clients .example-footer b {
        font-size: 12px;
    }

    .technologies h2 {
        font-size: 28px;
    }

    .technologies .frameworks img {
        width: 65%;
    }

    .section-contact-us h5 {
        font-size: 22px;
    }

    .section-contact-us p {
        font-size: 18px;
    }

    .card-success h3 {
        font-size: 22px;
    }

    .card-success h4 {
        font-size: 16px;
    }

    .card-success p {
        font-size: 16px;
    }

    .card-success .btn.more i {
        font-size: 30px;
    }

    .chazki,
    .mandalo,
    .inkan {
        text-align: left;
    }

    .logos {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 160px;
    }

    .item-testimonials {
        flex-wrap: wrap;
        align-items: center;
        text-align: left !important;
    }

    .item-testimonials h3 {
        margin-bottom: 0px;
        font-size: 18px;
        padding-right: 20px;
        text-align: left;
    }

    .item-testimonials span {
        color: var(--st-c3) !important;
        font-weight: 700;
        transition: all .6s;
    }

    .item-testimonials:hover span {
        color: var(--st-c1) !important;
        transition: all .6s;
    }

    .item-testimonials p {
        font-size: 18px;
        color: var(--st-c9) !important;
        text-align: left;
    }

    .item-testimonials .logo {
        margin-bottom: 0px;
        align-items: center;
    }

    .testimonials .logo img {
        width: 100%;
    }

    .text-section h1 {
        font-size: 23px;
        font-weight: 600;
        color: var(--st-c2) !important;
    }

    .text-section b {
        color: var(--st-c1);
        font-weight: 700;
    }

    .card-text {
        border-bottom: 1px solid #b1b3c6;
    }

    /* FOOTER */
    .section-contact-us {
        justify-content: center;
        width: 100%;
        margin: 0px;
    }

    .section-contact-us form {
        width: 100%;
    }

    footer .container .address {
        display: block;
    }

    footer .list-text li {
        justify-content: center;
    }
}

/* TABLET */
@media (min-width: 769px) and (max-width: 992px) {

    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .btn-outline-primary {
        font-size: 18px;
    }

    #navbarNavAltMarkup {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .services h2 {
        font-size: 36px;
    }

    .services b {
        font-size: 34px;
    }

    .logos {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }

    .clients h2,
    .clients p {
        text-align: center;
    }

    .clients .linked {
        text-align: center;
    }

    .testimonials h2 {
        font-size: 36px;
    }

    .item-testimonials {
        flex-wrap: wrap;
        align-items: center;
        text-align: left !important;
    }

    .item-testimonials h3 {
        margin-bottom: 0px;
        font-size: 18px;
        padding-right: 20px;
        text-align: left;
    }

    .item-testimonials p {
        text-align: left;
    }

    .item-testimonials span {
        color: var(--st-c3) !important;
        font-weight: 700;
        transition: all .6s;
    }

    .item-testimonials .logo {
        margin-bottom: 0px;
        align-items: center;
    }

    .testimonials .logo img {
        width: 100%;
    }
}

/* SMALL SCREENS - LAPTOPS */
@media (min-width: 769px) and (max-width: 1024px) {

    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .btn-outline-primary {
        font-size: 18px;
    }

    .services {
        background-image: none;
    }

    .text-section h1 {
        font-size: 23px;
        font-weight: 600;
        color: var(--st-c2) !important;
    }

    .text-section b {
        color: var(--st-c1);
        font-weight: 700;
    }
}