/*
 |
 | the style sheet for go tracker application
 | compiled by Lubem Tser
 |
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Sora:wght@100..800&display=swap");
body {
    /* font-family: Barlow, sans-serif; */
    font-family: "Inter", sans-serif;
    background-color: white;
}
div,
p,
li,
span {
    color: #272727;
}
.text-primary {
    color: #31a040 !important;
}
.primary {
    background-color: #31a040 !important;
    color: white !important;
}
@media (max-width: 590px) {
    .container {
        padding: 0 20px;
    }
    footer .container {
        padding: 0 12px;
    }
}
.btn {
    box-shadow: none !important;
    border: 0 transparent solid;
    border-radius: 12px;
    align-content: center !important;
}
.btn:hover {
    color: #ffffff;
    border: 1px solid #31a040;
}
.btn-light-green {
    background: #31a040 !important;
    padding: 10px 20px;
    color: #fff !important;
}
.btn-light-green-outline {
    border: 1px solid #31a040 !important;
    border-radius: 7px !important;
    color: #000 !important;
}
/* ---- navigation bar ----- */

.app-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-navbar ul {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
.app-navbar ul {
    gap: 2px;
    padding-left: 0 !important;
    list-style: none;
}
.app-navbar ul li a {
    color: #2d2240;
    font-size: 14px;
}
.app-navbar ul li a:hover {
    color: #000;
    font-weight: 600;
    transition: 0.3s linear;
}
.wrap-ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.ml-20 {
    margin-left: 140px;
}
.navToogle {
    font-size: 24px;
    cursor: pointer;
    display: none;
}
@media screen and (max-width: 1100px) {
    .app-navbar {
        padding: 45px;
        background: #fff;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 300;
    }
    .wrap-ul {
        padding: 10px 45px 20px 45px;
        position: fixed;
        top: 99px;
        left: 0;
        z-index: 400;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }
    .wrap-ul ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-left: 0 !important;
        margin-bottom: 115px;
        gap: 0;
    }
    .wrap-ul ul li {
        margin-bottom: 14px;
    }
    .navToogle {
        display: block;
    }
    .ml-20 {
        margin-left: 0;
    }
    .img-toogle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .signInBtn {
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 800px) {
    .app-navbar {
        padding: 20px;
    }
    .wrap-ul {
        padding: 15px 25px 35px 25px;
        top: 60px;
    }
    .wrap-ul li {
        margin-bottom: 2px;
    }
}
.app-navbar {
    flex-direction: row;
    justify-content: space-between;
}
@media screen and (min-width: 1025px) {
    .wrap-ul ul {
        gap: 35px;
    }
    .app-navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 300;
        background: #fff;
        padding: 20px 70px;
    }
}

.nav-link {
    font-size: 16px;
}
.nav-btn {
    background: #31a040 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px #bbe2ffcc;
    border-radius: 12px;
    padding: 10px 30px;
    opacity: 1;
}
.nav-btn-outline {
    box-shadow: 0 3px 20px #bbe2ffcc;
    border-radius: 12px;
    padding: 8px 25px;
    opacity: 1;
    border: 2px solid #31a040;
}
.navbar {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 7%), 0 0 0 0 rgb(0 0 0 / 5%) !important;
    padding-top: 0.5625rem;
    height: 90px;
}
.navbar-dark {
    /* background-color: #20c997; */
}
.home-hero {
    background-image: url("../../assets/fce/images/ekiadolor-image.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
}
/* .hero-title {
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
} */
.hero-text {
    font-size: 20px;
    margin: 20px 0 58px 0;
}
.full-height {
    height: 100% !important;
}
.full-width {
    width: 100% !important;
}
.active {
    font-family: Barlow, sans-serif;
    font-weight: bolder;
}
.text-light {
    color: #ebebeb !important;
}
.text-warning {
    color: #ffc336 !important;
}
.course-card {
    background: #f5f5f5 0 0 no-repeat padding-box;
    box-shadow: 0 3px 24px #00000014;
    border-radius: 12px;
}

.course-card > .card-footer {
    border-radius: 0 0 12px 12px;
}
@media (min-width: 769px) {
    .nav-btn {
        margin-left: 12px;
    }
    .mobile-show {
        display: none;
    }
}
@media only screen and (max-width: 590px) {
    .navbar > .container {
        z-index: 1000 !important;
        background-color: white;
        text-align: center;
    }
    .nav-item {
        margin: 20px 0;
    }
    .nav-btn {
        padding: 10px 30px;
        margin-bottom: 20px;
    }
}

/* ------------Courses ------------------ */

.course-section {
    padding: 80px 0;
    /* background: url("../../assets/images/backgrounds/background-1.png") top
            right no-repeat,
        url("../../assets/images/backgrounds/background-2.png") bottom left
            no-repeat; */
}

.course-btn {
    color: #fff;
    width: 100%;
    border: 2px solid #31a040;
    background-color: #31a040;
}
.course-btn:hover {
    border: 2px solid #31a040;
    color: #31a040;
}
.course-btn-outline {
    width: 100%;
    border: 2px solid #31a040;
}
.course-btn-outline:hover {
    color: #31a040;
}

/* hero */
.hero-wrap {
    background-image: linear-gradient(to bottom right, #fff 0%, #eaeff75b 100%);
    padding: 50px 0;
}
.hero-section {
    width: 100%;
    height: 70vh;
    background: url("../../assets/images/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-radius: 32px;
    margin-top: 120px;
}
@media screen and (max-width: 890px) {
    .hero-section {
        height: auto;
        padding: 40px 25px;
        margin-top: 64px;
    }
    .hero-title {
        margin-top: 0;
    }
}
.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%;
}
.hero-title {
    margin-top: 80px;
    font-size: 56px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 55px;
    z-index: 200;
    text-shadow: 2px 2px 2px black !important;
}
.hero-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    z-index: 200;
    text-align: center;
}
@media screen and (max-width: 890px) {
    .hero-title {
        font-size: 20px;
        line-height: normal;
    }
    .hero-subtitle {
        font-size: 14px;
    }
}
.button-row {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 10px;
    padding: 14px 10px;
}
.featured-count {
    color: #969696;
    font-size: 12px;
}
.featured-sm {
    font-size: 14px;
}
@media screen and (max-width: 800px) {
    .featured-sm {
        font-size: 12px;
        padding: 0 14px;
    }
}
.featured-title {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: normal;
}
.featured-subtitle {
    font-size: 14px;
    margin-bottom: 7px;
}
.course-card {
    position: relative;
}
.featured-category {
    background: #31a040;
    color: #fff;
    padding: 5px;
    border-radius: 7px;
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.featured-img-sec {
    padding: 10px;
    overflow: hidden;
}
.featured-img-sec:hover .featured-img {
    transform: scale(1.1);
    transition: 0.3s linear;
    border-radius: 7px;
}
.featured-img {
    border-radius: 7px;
}
/* .dark-btn {
    background: #2b2633;
    border: 1px solid #2b2633;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
}
.dark-btn:hover {
    border: 1px solid #2b2633;
    background: transparent;
} */

/* -------- footer -------- */
footer {
    background: #000;
    padding: 50px 0;
}
footer.border-bottom {
    height: 80px;
    padding: 20px 30px !important;
}
footer div,
footer span,
footer a,
footer i,
footer li {
    color: #fff;
}
a {
    text-decoration: none !important;
}
.footer-items a,
.footer-social a {
    font-family: "Barlow", sans-serif serif;
    text-decoration: none !important;
}
.footer-social a:hover {
    cursor: pointer;
}
.footer-socials {
    display: flex;
    gap: 5px;
    align-items: center;
}
.footer-socials i {
    font-size: 20px;
    color: #31a040;
}
.footer-social i {
    font-size: 20px;
    color: #31a040;
}
.footer-logo {
    padding-top: 20px;
    overflow: hidden;
}
.text-14 {
    font-size: 14px;
}
@media (min-width: 769px) {
    .footer-lg-width {
        width: 50%;
    }
    .footer-lg-padding {
        padding-right: 25px !important;
    }
}

@media (max-width: 590px) {
    footer {
        padding: 30px 10px 20px 15px;
    }
    .footer-lg-width {
        width: 100%;
    }
    .footer-items,
    .footer-logo {
        margin-top: 20px;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .mobile-hide {
        display: none;
    }
}

.provost-img, .prof-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

