﻿/*Css Reset*/



/*fonts*/
@font-face {
    font-family: WorkSans;
    src: url("/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf");
}

@font-face {
    font-family: Rubik;
    src: url("/fonts/Rubik/Rubik-VariableFont_wght.ttf");
}

/*site custom styling*/

select {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,1);
}

.product-card {
    box-shadow: black 1px 1px 6px 0px
}

.btn-large:hover, .btn-small:hover, .btn-medium:hover, .close-btn:hover, .back-btn:hover, .read-btn:hover {
    cursor: pointer
}


.course-card:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 16px 0px;
}

[v-cloak] {
    display: none;
}

.btn-medium:hover {
    cursor: pointer;
}


a {
    color: #21aeaa;
}

/*backgrounds*/
.bg-dark {
    background-color: #191919;
    color: white;
    border: 1px solid #191919;
}

.bg-grey {
    background-color: #efefef;
    color: black;
    border: 1px solid #efefef;
}

.bg-light {
    background-color: #EBEAEA;
    color: black;
}

.bg-dark-green {
    background-color: #044b2d;
    color: white;
    border: 1px solid #044b2d;
}

.bg-green {
    background-color: #076d53;
    color: white;
    border: 1px solid #076d53;
}

.bg-teal {
    background-color: #00b8b1;
    color: white;
    border: 1px solid #00b8b1;
}

.bg-light-teal {
    background-color: rgba(33, 174, 170, 0.1);
    border: 1px solid rgba(33, 174, 170, 0.1) !important;
}

.bg-pink {
    background-color: #ff0056;
    color: white;
    border: 1px solid #ff2c5e;
}


.bg-orange {
    background-color: #f29c00;
    color: white;
    border: 1px solid #f29c00;
}

.bg-yellow {
    background-color: #ffd900;
    color: white;
    border: 1px solid #ffd900;
}

.bg-error {
    background-color: #ed3232;
    color: white;
}

.bg-warning {
    background-color: #fbd948;
    color: white;
}

.bg-success {
    background-color: #21ae7b;
    color: white;
}

/*hover state*/
button:hover {
    opacity: 0.6;
}

/*colors*/

.text-dark {
    color: #191919;
}

.text-light {
    color: #fafafa;
}

.text-dark-green {
    color: #044b2d;
}

.text-green {
    color: #076d53;
}

.text-teal {
    color: #00b8b1 !important;
}

.text-pink {
    color: #ff2c5e;
}

.text-orange {
    color: #f29c00;
}

.text-yellow {
    color: #ffd900;
}

.text-error {
    color: #ed3232;
}

.text-warning {
    color: #fbd948;
}

.text-success {
    color: #21ae7b;
}

/*styling*/
h1 {

    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.8px;
}

h2 {

    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.8px;

}

h3 {

    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.8px;
}

.p-one {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.p-two {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.p-three {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

button {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    border-radius: 25px;
}

.btn-small {
    padding: 10px 20px !important;
    font-size: 14px;
    border-radius:25px !important;
}

a.btn-medium {
    padding: 13px 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 25px;
    margin-top: 20px;
    width: fit-content;

}

.btn-medium {
    padding: 13px 24px;
    font-size: 14px;
    margin-right:20px;
    margin-bottom:20px;
}

.btn-large {
    padding: 17px 32px;
    font-size: 14px;
}


.page-wrapper {
    width: 100%;
    height: 100%;
}

.hero-header {
    width: 100%;
    height: fit-content;
}

.footer {
    overflow: hidden;
    border: none;
}

    .footer .p-two {
        margin-bottom: 6px;
        font-weight:bold;
    }

.image-footer img {
    width: 100%;
    height: auto;
}

.footer-container {
    padding:150px 100px 50px 150px;
}

.socials-wrapper {
    display: flex;
    margin-top: 43px;
    margin-bottom: 43px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 26px;
}

    .social-icon img {
        width: 100%;
        height: auto;
    }

.spacing-container {
    max-width: 1072px;
    width: 80vw;
    text-align: center;
}

    .spacing-container h1 {
        margin: 120px auto 70px auto;
        max-width: 700px;
    }

    .spacing-container .last-p {
        margin-bottom: 70px;
    }

.a-clean {
    text-decoration: none !important;
}

.option-select {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 76px;
    border: 4px solid rgba(33, 174, 170, 0.1);
    border-radius: 800px;
}

    .option-select .option {
        padding: 9px 40px;
        border-radius: 800px;
    }

        .option-select .option:hover {
            cursor: pointer;
        }


        .option-select .option p {
            margin-bottom: 0;
            color: black;
        }

.activeOption {
    background-color: white;
}


.course-select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 76px 0;
}

.course-card {
    box-shadow: rgba(0, 0, 0, 0.15) 8px 8px 24px;
    border-radius: 16px;
    max-width:320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position:relative;
    min-width:300px;
    min-height:250px;
    margin-bottom:35px;
}

.course-image-wrapper {
    position: relative;
    width: 100%;
    height:50%;
}

.course-image img {
    width: 100%;
    height: 100%;
}

.course-image {
    /*height: 170px;*/
    overflow: hidden;
}

.course-provider-image {
    position: absolute;
    right: 16px;
    top: 16px;
}

.read-btn {
    position: absolute;
    right: 16px;
    bottom: -2vw;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.btn-read {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 22px;
    bottom: 24px;
}

.card-content {
    padding: 42px 16px;
}


    .card-content .p-three {
        margin-bottom: 5px;
    }


.search-bar-wrapper {
    position: relative;
    margin-top: 36px;
    margin-bottom: 10rem;
}

.search-button {
    position: absolute;
    right: 49px;
    top: 23px;
}


.search-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 1000px;
    padding: 25px 50px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #585858;
    background-color: #FAFAFA;
}

.featured-card {
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 16px 0px;
    background-color: white;
    min-height:400px;
}


.provider-logo {
    margin-bottom: 38px;
}

.featured-title {
    margin-bottom: 30px;
}

.featured {
    padding: 90px 48px;
}

.product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.review-count {
    margin-left: 5px;
}


.product-cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cards {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.product-name, .product-description {
    color: rgba(151, 151, 151, 1);
}

.product-name {
    height: 20px;
    white-space: nowrap;
    overflow-x: hidden;
}

.product-description {
    height: 80px;
    overflow-y: hidden;
}


.product-card {
    border-radius: 16px;
    min-width: 256px;
    max-width: 20%;
    background-color: white;
    margin: 8px;
}

.price-wrapper {
    display: flex;
}


.previous-price {
    margin-left: 10px;
    text-decoration: line-through;
    color: rgba(209, 209, 209, 1);
}

.product-image img {
    width: 100%;
}

.nav-item {
    padding: 4px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hide-lt-576 {
    display: block;
}

.option-select.hide-lt-995 {
    display: flex;
}

.section-three .long-card {
    margin-top: -200px;
}

/*media queries*/
/*desktop*/
@media screen and (min-width: 995px) {
    .show-lt-995 {
        display: none;
    }

    .hide-lt-995 {
        display: block;
    }
}

/*mobile*/
@media screen and (max-width: 995px) {

    .hide-lt-995 {
        display: none !important;
    }

    .show-lt-995 {
        display: block;
    }

    h1 {
        font-weight: 700;
        font-size: 24px;
    }

    h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    button {
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
    }
}


@media screen and (max-width: 575px) {
    .search-bar {
        font-size: 10px;
    }

    .search-button {
        width: 12px;
        top: 21px;
        right: 21px;
    }

        .search-button img {
            width: 100%;
        }


    .footer-container {
        padding: 20px;
    }

    .hide-lt-576 {
        display: none;
    }

    .hero-header {
        padding: 100px 20px !important;
    }

    .spacing-container h1 {
        margin: 30px auto;
    }

    .relative-container {
        min-height: 220px;
    }

    .course-select {
        padding: 15px 0;
    }

    .product-cards {
        margin: 30px 0;
    }

    .resources-wrapper {
        margin-top: 15px;
    }

    .section-three .long-card {
        margin-top: 20px;
    }

    .featured {
        padding: 25px 20px;
    }
}

.long-card {
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 20px;
}

.relative-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 30vw;
    padding: 88px 119px;
}

@media screen and (max-width: 996px) {
    .relative-container {
        padding: 2rem;
        min-height: 200px;
    }
}

@media screen and (max-width: 580px) {
    .relative-container {
        min-height: 280px;
    }

    .signup-wrapper {
        padding: 20px;
    }

    .section-two {
        padding-bottom: 20px;
    }
}

.signup-wrapper {
    left: 0;
    right: 0;
    height: fit-content;
    position: absolute;
    max-width: 410px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


