/* THIS FILE IS NOT COMPLETED WITHOUT discover.css */

/* #################################################################################*/
/*@SECTION: Half Grounded Mastery Section Styles*/
/* #################################################################################*/
.half-grounded-mastery-section {
    /* position: absolute;
    
    left: 0px;
    width: 100%;
    height: calc(100vh - 60px); */
    top: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: 0.5s ease-in-out;
    z-index: 7;
}

.half-grounded-mastery-section.active {
    top: 0px;
}

.discover-spice-image.mastery {
    filter: none;
}

.mastery.content-section {
    align-items: start;
    justify-content: center;

}

#halfGroundedMasteryHeading {
    font-size: 25px;
}

.mastery-description-section {
    color: gray;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5;
    opacity: 0;
    transform: scale(0.5) translateY(500px);
}

/* #################################################################################*/
/*@TABLETS:
/* #################################################################################*/
@media screen and (min-width: 599px) and (max-width: 1029px) {}

/* #################################################################################*/
/*@PC:
/* #################################################################################*/
@media screen and (min-width: 1030px) {
    /* .half-grounded-mastery-section {
        height: 100vh;
    } */

    .half-grounded-mastery-section .discover-spice-container .image-section {
        order: 2;
    }

    #halfGroundedMasteryHeading {
        font-size: 52px;
    }

    .mastery-description-section {
        font-size: 16px;
    }

    .half-grounded-mastery-section .discover-spice-container .content-section {
        order: 1;
    }
}