.hero-section {
    width: 100%;
    background-image: url(../img/krijtbord-mathmind.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.hero-container {
    max-width: 136.8rem;
    margin: 0 auto;
    padding: 0 3.6rem;
}

.hero-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-content-left {
    width: 50%;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-hero-content {
    padding-top: 14.5rem;
}

.main-hero-content h1 {
    font-size: 5.4rem;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.main-hero-content p {
    font-size: 2.4rem;
    color: #ff6d00;
    font-style: italic;
    font-weight: 800;
    line-height: 1.2;
    margin: 2.7rem 0 0;
}

.hero-content-right {
    width: 50%;
    padding: 0px 0px 0px 3.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img {
    width: 100%;
    padding-top: 14.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-img img {
    height: 43rem;
    object-fit: cover;
}

.home-tab-section {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    border: 0;
    background: #ffffff;
}

.home-tab-container {
    max-width: 136.8rem;
    margin: 0 auto;
    padding: 3.6rem 3.6rem 10.8rem;
}

.home-tab-btn {
    width: 100%;
    padding: 0 0 0 1.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.home-tab-btn-item {
    padding: 0 3rem 0 0;
}

.home-tab-faceToFace,
.home-tab-online,
.home-tab-mathdpt {
    text-decoration: none;
    font-size: 1.5rem;
    color: #303133;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.home-tab-btn-active {
    color: #ff6d00;
    font-weight: 800;
    border-bottom: 2px solid #ff6d00;
}

.home-tab-content {
    width: 100%;
    padding: 3.6rem 0 0;
}


.home-tab-content-item {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.home-tab-content-item.fade {
    display: flex;
    animation: tabFade 600ms linear;
    -webkit-animation: tabFade 600ms linear;
}

@keyframes tabFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1 !important;
    }
}

.home-tab-content-img {
    width: 50%;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-tab-content-img img {
    width: 100%;
}

.home-tab-content-img-btn {
    width: 100%;
    padding: 3.6rem 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.home-tab-content-img-btn .tab-content-img-btn {
    display: inline-block;
    text-decoration: none;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    vertical-align: bottom;
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 1rem !important;
    padding: 1.1rem 2.6rem !important;
    color: #ffffff !important;
    background-color: #ff6d00 !important;
    border: 1px solid #ff6d00 !important;
    display: inline-block;
    font-style: normal !important;
    cursor: pointer;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.home-tab-content-img-btn .tab-content-img-btn:hover {
    color: #303133 !important;
    background-color: transparent !important;
    border: 1ps solid #ff6d00 !important;
}

.home-tab-content-text {
    width: 50%;
    padding: 0px 0px 0px 2.5rem;
}

.home-tab-content-text h1 {
    color: #ff6d00;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.2;
}

.home-tab-content-text h2 {
    font-size: 1.7rem;
    line-height: 1.75;
    margin: 0rem 0px 0px 0px;
    color: #303133;
    font-weight: 800;
}

.home-tab-content-text p {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #303133;
}

.home-tab-content-text p .tab-content-text-link {
    font-size: 1.7rem;
    font-weight: 900;
    color: #ff6d00;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.home-tab-content-text p .tab-content-text-link:hover,
.home-tab-content-text p .tab-content-text-link:focus {
    color: #00c788;
}

.google-review-section {
    width: 100%;
    background: #f7f7f7;
}

.google-review-container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 3.6rem 3.6rem 10.8rem;
}

.google-review-heading h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3.6rem;
}

.google-review-heading h1 .google-review-heading-link {
    color: #0e855f;
    text-decoration: none;
}

.google-review-count {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.google-review-num {
    padding-right: 3.6rem;
}

.google-review-num h2 {
    font-size: 2rem;
    line-height: 1.75;
    color: #303133;
    font-weight: 800;
}

.google-review-stars svg {
    line-height: 2.5rem;
    width: 1.28571429rem;
    text-align: center;
    display: inline-block;
    color: #0e855f !important;
    fill: #0e855f !important;
    pointer-events: none !important;
    height: 2.3rem;
    width: 2.3rem;
    margin: 0 0.5rem;
}

.meet-section {
    width: 100%;
    background: #ffffff;
}

.meet-container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 3.6rem 3.6rem 10.8rem;
}

.meet-heading h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3.6rem;
    color: #0e855f;
}

.meet-main-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.meet-main-content-img {
    width: 50%;
    padding: 0;
}

.meet-main-content-img img {
    width: 100%;
}

.meet-main-content-text {
    width: 50%;
    padding: 0 0 0 7.2rem;
}

.meet-main-content-text p {
    font-size: 20px;
    line-height: 1.75;
    color: #2e2e2e;
    font-weight: 600;
}

.meet-main-content-text p a {
    font-weight: 900;
    color: #0e855f;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.meet-main-content-text p a:hover,
.meet-main-content-text p a:focus {
    color: #00553a;
}

.meet-btn-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2rem;
}

.meet-btn-container .meet-btn {
    display: inline-block;
    text-decoration: none;
    margin-left: 0;
    margin-right: 1.8rem;
    vertical-align: bottom;
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 1rem !important;
    padding: 1.1rem 2.6rem !important;
    color: #ffffff !important;
    background-color: #ff6d00 !important;
    border: 1px solid #ff6d00 !important;
    display: inline-block;
    font-style: normal !important;
    cursor: pointer;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
    transition: color 200ms ease-in-out,
        background-color 200ms ease-in-out,
        border-color 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.meet-btn-container .meet-btn:hover,
.meet-btn-container .meet-btn:focus {
    color: #303133 !important;
    background-color: transparent !important;
    border: 1ps solid #ff6d00 !important;
}

.blog-section {
    width: 100%;
    background: #f7f7f7;
}

.blog-container {
    max-width: 136.8rem;
    margin: 0 auto;
    padding: 3.6rem 3.6rem 10.8rem;
}

.blog-heading h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5rem;
    color: #0e855f;
}

.blog-main-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 5rem;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-card {
    width: 100%;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 0.5rem 0.5rem 1rem;
}

.blog-card:hover,
.blog-card:focus {
    transform: translateY(-2rem);
    box-shadow: 0px 5px 15px -2px #999999;
}

.blog-card:hover .blog-card-img img,
.blog-card:focus .blog-card-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-card:hover .blog-card-text h1,
.blog-card:focus .blog-card-text h1 {
    color: #0e855f;
}

.blog-card-img {
    width: 100%;
    height: 12rem;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.blog-card .blog-card-text {
    width: 100%;
    padding: 3rem 1.5rem 1.5rem;
}

.blog-card .blog-card-text h1 {
    width: 100%;
    color: #2e2e2e;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.blog-card .blog-card-text p {
    width: 100%;
    color: #303133;
    font-size: 1.6rem;
    font-weight: 600;
}

/****************Nikita****************/

/* Full Hero Section */

.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 180px;
    background-image: url(../img/krijtbord-mathmind.jpg);
    background-repeat: no-repeat;
    background-position:
        center center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: start;

}


.sticky p {
    max-width: 136.8rem;
    margin: auto !important;

    padding: 105px 0px 0px 30px;
    width: 100%;
}





@media (max-width:990px) {
    .hero-section {
        position: relative;
    }

    .hero-section::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
    }

    .hero-container {
        position: relative;
        min-height: 55rem;
    }

    .hero-content {
        height: 100%;
        min-height: 55rem;
    }

    .hero-content-left {
        width: 90%;
        z-index: 1;
    }

    .hero-content-right {
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        right: 5rem;
        bottom: 0;
    }

    .hero-img {
        padding-top: 0;
    }

    .home-tab-content-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .home-tab-content-img {
        width: 100%;
    }

    .home-tab-content-text {
        width: 100%;
        padding: 3.6rem 0px 0px 0;
    }

    .meet-container {
        max-width: 100%;
    }

    .meet-main-content {
        flex-direction: column;
    }

    .meet-main-content-img {
        width: 100%;
        padding: 0;
    }

    .meet-main-content-text {
        width: 100%;
        padding: 5rem 0 0 0;
    }

    .blog-main-content {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 45%);
        gap: 8rem;
        align-items: flex-start;
        justify-content: space-between;
    }

    .home-tab-online,
    .home-tab-faceToFace {
        font-size: 1.7rem;
    }

    .home-tab-content-img-btn .tab-content-img-btn {
        font-size: 1.4rem !important;
    }

    .home-tab-content-text h1 {
        font-size: 2.7rem;
    }

    .home-tab-content-text h2 {
        font-size: 2rem;
    }

    .home-tab-content-text p {
        font-size: 1.8rem;
    }

    .meet-btn-container .meet-btn {
        font-size: 1.4rem !important;
    }

    .blog-card .blog-card-text h1 {
        font-size: 2.4rem;
    }

    .blog-card .blog-card-text p {
        font-size: 1.8rem;
    }

    .hero-content-right {
        transition: visibility 0.3s ease, opacity 0.3s ease;
    }

    .hero-content-right[style*="visibility: hidden"] {
        opacity: 0;
    }

}

@media (max-width:520px) {
    .blog-main-content {
        grid-template-columns: repeat(1, 100%);
    }

    .sticky {
        height: 125px;
    }

    .sticky p {
        max-width: 136.8rem;
        margin:
            auto !important;
        padding:
            50px 0px 0px 15px;
        width: 100%;
    }
}