/*======================================
*            Global CSS                *
======================================*/

section,
header {
    margin-bottom: 100px;
}

.sub-heading {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    color: #413960;
}

.row {
    margin-bottom: 50px;
}

.choose {
    margin-top: 50px;
}


/*======================================
*        Portfolio scetion             *
======================================*/

.c-space {
    margin-top: 100px;
}

.cat-img {
    width: 100%;
}

.portfolio-icon {
    height: 150px;
    background-color: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 50px #f2f2f2;
}

.feedback-person {
    border-radius: 50%;
}

.card-img-right {
    width: 30%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/*======================================
*            Navacation Bar            *
======================================*/

.bg-green {
    background-color: #F0FFF0;
}

.logo {
    width: 150px;
}

.signIn-btn {
    padding: 8px 28px;
    background-color: #21B573;
    border-radius: 33px;
    color: #fff;
    border: 0;
}


/*======================================
*            Header Section            *
======================================*/

header {
    background-color: #F0FFF0;
}

header .row {
    padding: 80px 0;
}

.learn {
    color: #FD511A;
}

header h1 {
    font-weight: 700;
}

header h1 span {
    color: #21B573;
}

.hero-text {
    color: #6C6B6B;
    padding: 20px 0;
}

.illustration-img {
    width: 100%;
    /* height: 350px; */
}


/*======================================
*            Section ICON              *
======================================*/

.card {
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border: 0;
}

.icon-card {
    background-color: #F8FFFB;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    color: #413960;
}

.icon-card-highlight {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}


/*======================================
*          button                     *
======================================*/

.button {
    border: none;
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
}

.button a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button a:after {
    content: '\2192';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover a {
    padding-right: 25px;
    text-decoration: none;
}

.button:hover a:after {
    opacity: 1;
    right: 0;
}


/*======================================
*            Subject Section           *
======================================*/

.card-img-top {
    padding: 20px;
}

.card-icon {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.card-footer-icon {
    margin-top: 20px;
}


/*======================================
*          Section Testimonial         *
======================================*/

.testimonial {
    width: 70%;
    margin: 0 auto;
}

.testimonial img {
    height: 120px;
}

.testimonial p {
    margin: 22px 0 0 20px;
}

.testimonial h4 {
    margin-left: 20px;
}


/*======================================
*       Notification Section           *
======================================*/

#notification {
    height: 250px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #F8FFFB;
}

#notification button {
    margin-top: 10px;
    width: 100%;
}


/*======================================
*          Footer Section              *
======================================*/

footer {
    background-color: #282531;
    color: #fff;
    padding: 50px 0;
}

footer ul {
    list-style: none;
}

.contact-form,
.contact-btn {
    width: 100%;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
}

footer .row {
    margin-right: 0;
}

footer a {
    font-size: 20px;
}