﻿@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

html body {
    font-family: 'Play', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.ccs-nav {
    background-color: #282828;
    padding: 30px 60px;
}

    .ccs-nav .logo {
        width: 100px;
    }

.nav li {
    transform: skewX(-25deg);
    font-size: 20px;
}

    .nav li:hover, .nav .active {
        background-color: #EF4439;
    }

.ccs-nav .navbar-nav .nav-link {
    transform: skewX(25deg);
    color: white;
    text-transform: uppercase;
    padding: 0px 10px;
}

.hero-image {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2px;
    margin-left: -16px;
}

.hero-image-howitworks {
    height: 200px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2px;
    margin-left: -16px;
}

.hero-title {
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-top: 75px;
}

.hero-image-text-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-color: #282828;
    width: 600px;
    transform: skewX(-25deg);
}

.hero-image-text {
    color: white;
    font-size: 45px;
    font-weight: bold;
    transform: skewX(25deg);
    padding: 15px 0px;
}

.image-text-container {
    position: absolute;
    top: 25%;
    right: 0;
    background-color: #EF4439;
    width: 410px;
    transform: skewX(-25deg);
}

.image-text {
    color: white;
    font-size: 44px;
    transform: skewX(25deg);
    padding: 12px 39px;
    text-transform: uppercase;
}

.red-bullet {
    width: 30px;
    height: 30px;
    transform: skewX(-25deg);
    background-color: #EF4439;
    margin-top: 5px;
}

.red-bullet-sm {
    width: 15px;
    height: 15px;
    transform: skewX(-25deg);
    background-color: #EF4439;
    margin-top: 5px;
    display: inline-block;
    margin-right: 20px;
}

.red-bullet-xs {
    width: 8px;
    height: 8px;
    transform: skewX(-25deg);
    background-color: #EF4439;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 25px;
}

.red-bullet-container {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.red-bullet-text {
    display: inline-block;
    width: 85%;
}

.partners {
    padding: 35px 0px;
}

    .partners img {
        height: 100px;
    }

.bg-ccs-dark {
    background-color: #282828;
    color: white;
    text-align: center;
}

.bg-ccs-gray {
    background-color: #eeeeee;
}

.bg-ccs-red {
    background-color: #EF4439;
    color: white;
}

.ccs-title {
    font-size: 36px;
    line-height: 42px;
}


.red-background-text-container {
    background-color: #EF4439;
    width: 240px;
    transform: skewX(-25deg);
    display: inline-block;
}

.red-background-text {
    color: white;
    font-size: 30px;
    font-weight: 700;
    transform: skewX(25deg);
}


.text-30 {
    font-size: 30px;
    line-height: 42px;
}

.text-24 {
    font-size: 24px;
    line-height: 42px;
}

.text-22 {
    font-size: 22px;
    line-height: 36px;
}

.text-28 {
    font-size: 28px;
    line-height: 36px;
}

.text-14 {
    font-size: 14px;
    line-height: 20px;
}

.ccs-prepare-section {
    padding: 30px 40px;
}

.ccs-prepare-sections-container {
    padding-top: 50px;
    padding-bottom: 90px;
}

.ccs-for-who img, ccs-features img {
    width: 100px;
    height: 100px;
}

.title-35 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 30px;
}

.ccs-features a {
    color: white;
    text-decoration: none;
}

.ccs-features-section {
    padding: 35px;
}

.features .ccs-features-section {
    padding: 30px 70px;
}

.ccs-features-title {
    margin-top: -50px;
}

.red-background-title-container {
    background-color: #EF4439;
    width: 500px;
    transform: skewX(-25deg);
    display: inline-block;
    padding: 10px;
}

html .black-background-title-container {
    background-color: #282828;
}

.red-background-title-text {
    color: white;
    font-size: 44px;
    transform: skewX(25deg);
    text-transform: uppercase;
}

footer label {
    padding: 45px 100px;
    font-size: 18px;
}

footer img {
    height: 50px;
    padding: 0px;
    margin: 33px 170px;
}

.col-12 {
    padding: 10px 40px;
}

.ccs-title-small {
    font-size: 25px;
    font-weight: bold;
}

.accordion-item {
    border: none;
}

.accordion-header .accordion-button {
    font-size: 25px;
    line-height: 38px;
    font-weight: bold;
}

    .accordion-header .accordion-button:not(.collapsed) {
        color: black;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-header .accordion-button:focus {
        border: none;
        box-shadow: none;
    }

.dropdown .nav-link {
    color: white;
    text-transform: uppercase;
    padding: 0px 10px;
    font-size: 20px;
    margin-left: 10px;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.swiper .swiper-wrapper {
    height: 500px;
}

.swiper-backface-hidden .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
    color: black;
    font-weight: 900;
    font-size: 26px;
}

.references-message {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0% 15%;
}

.references-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #606060;
    margin-bottom:0px;
    margin-top:10px;
}

.references-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #606060;
}

.pdf-download {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: black;
    font-size: 23px;
}

.pdf-download span{
    margin-bottom:10px;
}

@media only screen and (max-width: 991px) {
    .swiper .swiper-wrapper {
        height: 900px;
    }

    .nav li:first-child {
        margin-top: 30px;
    }

    .nav li {
        margin: 10px;
    }

    .ccs-nav .nav {
        margin-left: 0px
    }

    .hero-image {
        height: 120px;
    }

    .hero-title {
        font-size:30px;
    }

    .image-text-container {
        width: 320px;
    }

    .image-text {
        font-size: 32px;
        padding: 4px 39px;
    }

    .ccs-prepare-section {
        padding: 50px 120px;
    }

    .red-background-title-container {
        width: 280px;
    }

    .red-background-title-text {
        font-size: 28px;
    }

    footer label {
        padding: 45px 10px;
    }

    footer img {
        height: 30px;
        margin: 44px 16px;
    }

    html .references-message {
        padding: 0% 10%;
    }
}


@media only screen and (max-width: 600px) {

    .hero-image {
        height: 250px;
    }

    html .references-message {
        padding: 0% 5%;
    }

    .image-text-container {
        width: 280px;
        right: 30px;
    }

    .image-text {
        font-size: 25px;
        padding: 4px 39px;
    }

    .red-bullet-container {
        width: 20%;
    }

    .red-bullet-text {
        width: 75%;
    }

    .contact {
        flex-wrap:wrap;
    }

    .contact img{
        display:none;
    }
}
