/** Banner */

.main-banner {
    background: linear-gradient(-270deg, #03045e, #007766, #00b4d8, #90e0ef);
    background-size: 400% 400%;
    animation: gradient 17s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.banner-btns {
    margin-top: 30px;
}

.banner-text h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    color: #FFF;
}

.banner-text h5 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 35px;
    color: #FFF;
}

.banner-text h6 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #f5f5f5;
}

/** How it Works */

section.howitworks .single-feature {
    padding-top: 49px;
    padding-bottom: 49px;
    width: 100%;
    text-align: left;
    background: #2A6995;
    border-radius: 20px;
}

section.howitworks .single-feature img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

section.howitworks .single-feature h6 {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.444em;
}

section.howitworks .single-feature p {
    color: #CCC;
    font-size: 14px;
    line-height: 1.825em;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

/** Features */

section.features .single-feature {
    padding-top: 49px;
    padding-bottom: 49px;
    width: 100%;
    text-align: center;
}

section.features .single-feature img {
    height: 100px;
    width: 50%;
    object-fit: contain;
    margin-bottom: 15px;
}

section.features .single-feature h6 {
    color: #2A6995;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.444em;
}

section.features .single-feature p {
    color: #63656F;
    font-size: 14px;
    line-height: 1.825em;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}

/** Fact Machine */

section.factmachine {
    background: #007FFF;
}

section.factmachine .carousel-inner {
    border-bottom: 1px solid #f5f5f550;
}

section.factmachine .fact {
    font-weight: 600;
    color: #FFF;
    font-size: 34px;
    line-height: 48px;
    min-height: 192px;
}

section.factmachine .carousel-control-prev,
section.factmachine .carousel-control-next {
    position: relative;
    width: auto;
    background: #FFFFFF;
    color: black;
    padding: 10px;
    margin-left: 3px;
}

footer {
    margin-top: 0px !important;
}

.course .course-img {
    height: 250px;
}

.course .course-img img {
    max-height: 250px;
}


@media (max-width: 768px) {

    .main-banner .banner-text h1 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .main-banner .banner-text h5 {
        font-weight: 600;
        font-size: 22px;
    }

    .main-banner .banner-text h6 {
        margin-top: 30px;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
    }
}
