@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

body {
    font-family: 'Arimo', sans-serif;
    background-color: #000000;
    color: #5b5b5b;
}


header {
    margin: 40px 0;
}

section {
    margin: 50px 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #4e4e4e;

}


a:hover {
    color: #d41362;

}

.big-text {
    font-weight: 700;
}

.sm-text {
    font-weight: 600;
}

.sub-title {
    font-weight: 300;
}

.title-text {
    color: #a0a0a0;
}

.details .title-text {
    font-weight: 300;

}

.details .title-text strong {
    font-weight: 700;
}

.details p {
    margin-top: 10px;
}

.high-red {
    color: #d41362;
    font-weight: 700;
}

.marquee {
    overflow: hidden;
}

.marquee-content {
    display: flex;
    animation: scrolling 200s linear infinite;
}



.marquee-item img {
    display: block;
    width: 100%;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-500vw);
    }
}

.comparison-slider-wrapper {
    background-color: transparent;
}

.comparison-slider-wrapper .comparison-slider {
    border: 0;
    margin-bottom: 20px;
}

.comparison-slider-wrapper .comparison-slider .divider {
    background-color: rgba(255, 255, 255, 0.5);
}

.comparison-slider-wrapper .comparison-slider .divider:before {
    border-radius: 0;
    background: rgba(255, 255, 255, 0) url(../img/handle.svg);
    background-repeat: no-repeat;
}

.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
    left: -18px;
    margin-top: -20px
}

.comparison-slider-wrapper .comparison-slider .divider:after {
    content: "";
}

.card {
    margin: 0 auto;
    float: none;
    background-color: #000000;
    /* color: #000000; */
    border: 0;
    padding: 0;
    border-radius: 30px;
}

.card-header {
    border: 0;
    background: none;
}

.card-header h6 {
    /* margin: 0; */
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    /* margin: 5px 0 0 45px; */
}

.card-header img {
    height: 50px;
    margin: 15px 0;
    /* position: absolute;
    left: -15px;
    top: -15px; */
}

.card-body {
    color: #8c8c8a;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 180%;
    margin: 10px 0 10px 5px;
}

.card-footer:last-child {
    border-top: 1px solid #101010;
    color: #d41362;
    font-size: 0.9em;
    border-radius: 0;
    line-height: 150%;
    padding: 25px 20px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
}


.box {
    background-color: #000000;
    border-radius: 50px;
}

.courses {
    background-color: #0b0b0b;
    padding: 50px 0;
}

.course-cards {
    background-color: #0b0b0b;
}

.promo-content {
    background-color: #0b0b0b;
}

.promo {
    padding: 0;
}

.promo-text {
    display: grid;
    place-content: center;
}

.promo-text .big-text {
    color: #d3d3d3;
}

.grad-color {
    background: linear-gradient(to right, #6c6bb0,
            #d057a5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.grad-button {
    border: 1px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(to right, #000000, #000000),
        linear-gradient(to right, #6f6bb2, #da5aad);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 12px;
}

.grad-button:hover {
    border: 1px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        linear-gradient(to right, #6f6bb2, #da5aad);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 12px;
}

.promo-text .med-text {
    color: #797A7A;
}

.promo img {
    object-fit: cover;
}

.faq .big-text {
    color: #ababab;
}

.accordion-button,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
    border: 0;
    margin: 10px 0;
}

.accordion-header {
    margin-left: 20px;
}

.accordion-body {
    padding: 25px;
    padding-top: 0;
    color: #666666;
}

.accordion-button {
    font-weight: 700;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #030303;
    font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

footer {
    color: #4e4e4e;
}


.social {
    margin-right: 5px;
}

.social a {
    margin-left: 10px;
}

.logos{
    padding: 10px 0 ;
}

@media (min-width: 320px) {

    .logos img {
        margin: 25px 10px 0 10px;
        height: 50px;
    }

    .course-cards {
        padding: 35px 0 0 0;
    }

    .copy {
        text-align: center;
        font-size: 0.8em;
    }

    .contact {
        text-align: center;
    }

    .copy img {
        height: 40px;
        /* margin: 10px; */
    }

    .copy p {
        margin: 10px;
    }

    .social {
        margin-top: 10px;
        text-align: center;
    }

    footer {
        margin: 20px;
    }

    .comparison-slider-wrapper .comparison-slider .divider:before {
        width: 30px;
        height: 30px;
        margin-left: 11px;
    }

    .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
        width: 30px;
        height: 30px;
    }

    .marquee-item {
        flex: 0 0 80vw;
        margin: 0 5px;
    }

    .logo img {
        height: 60px;
    }

    .card {
        width: 305px;
        margin-bottom: 40px;
    }

    .title-text {
        margin: 20px 0;
        line-height: 120%;
    }

    .sub-title {
        margin: 20px 0;
        line-height: 120%;
        font-size: 1.5em;
    }

    .big-text {
        font-size: 2.2em;
    }

    .med-text {
        font-size: 1.5em;
    }

    .sm-text {
        font-size: 1.2em;
    }

    .details {
        text-align: left;
    }

    .promo-text {
        text-align: left;
    }

    .details .big-text {
        font-size: 1.5em;
    }

    .box {
        padding: 20px 35px 60px 35px;
    }

    .promo-text {
        padding: 40px;
    }
}

@media (min-width: 576px) {
    .left-logos {
        text-align: end;
        padding: 0;
    }

    .right-logos {
        text-align: start;
        padding: 0;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .logo img {
        height: 100px;
    }

    .logos img {
        margin: 25px 20px 0 20px;
        height: 80px;
    }

    .course-cards {
        padding: 35px 0 50px 0;
    }

    .copy {
        height: 50px;
        display: flex;
        font-size: 0.8em;
    }

    .contact {
        text-align: center;
    }

    .copy img {
        margin: 0;
        height: 30px;
        display: grid;
        place-content: center center;
    }

    .copy p {
        margin: 0;
        height: 30px;
        margin-left: 20px;
        display: grid;
        text-align: start;
        place-content: center center;
    }

    .social {
        text-align: end;
        margin-top: 0;
    }


    footer {
        margin: 50px 20px 20px 25px;
    }

    .marquee-item {
        flex: 0 0 50vw;
        margin: 0 10px;
    }

    .comparison-slider-wrapper .comparison-slider .divider:before {
        width: 50px;
        height: 50px;
        margin-left: 5px;
    }

    .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
        width: 50px;
        height: 50px;
    }

    .promo img {
        min-height: 650px;
    }

    .card {
        margin-bottom: 0;
    }

    .details {
        text-align: center;
    }

    .promo-text {
        text-align: center;
    }

    .title-text {
        margin: 20px 0;
    }

    .big-text {
        font-size: 3.5em;
    }

    .med-text {
        font-size: 2em;
    }

    .sm-text {
        font-size: 1.2em;
    }



    .details .big-text {
        font-size: 3em;
    }

    .box {
        padding: 20px 35px 60px 35px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .course-dets {
        margin: 0 40px;
    }
}