/*
Theme Name: LP Theme Home
Theme URI: https://literacyplanet.com
Author: Literacy Planet
*/

/* GENERAL
################################################################################### */

.section .container {
    padding-top: calc(var(--layout-unit)*2);
    padding-bottom: calc(var(--layout-unit)*2);
}

.section .buttons .btn {
    margin-bottom: 0.7rem;
}

.section.section-1 .studentPricingFaq.container p{
	margin: 0;
}

/* SECTION 1
################################################################################### */

.section-1 .container {
    display: flex;
}

.section-1 .checklist {
    display: flex;
    font-weight: 700;
    color: var(--dark-blue);
}

.section-1 .checklist li {
    font-size: 1.4rem;
    line-height: 1.1em;
    margin: 0;
    margin-right: 2rem;
    background-position: 0 0.2em;
}

.section-1 .checklist li:last-child {
    margin-right: 0;
}

@media (max-width: 499px) {

    .section-1 .stats .stat {
        width: 50%;
        padding: 0 0.5rem;
    }

    .section-1 .stats .stat p {
        line-height: 1.3em;
    }

}

@media (max-width: 599px) {


    .section-1 .planet {
        width: 130%;
        max-width: none;
        margin-left: -15%;
        margin-top: -50%;
    }

    .section-1 .blob-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-10%);
        z-index: -1;
    }

}

@media (min-width: 600px) and (max-width: 1023px) {


    .section-1 .planet {
        width: 95%;
        max-width: none;
        margin-left: 2.5%;
        margin-top: -35%;
    }

    .section-1 .blob-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-27%);
        z-index: -1;
    }

}

@media (max-width: 1023px) {

    .section-1 {
        text-align: center;
    }

    .section-1 .container {
        flex-direction: column;
    }

    .section-1 .info {
        padding-top: 1rem;
        order: 1;
    }

    .section-1 .image {
        order: 0;
    }

    .section-1 .checklist {
        margin-top: 1rem;
        flex-wrap: wrap;
        text-align: left;
        justify-content: center;
    }

    .section-1 .checklist li {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .section-1 hr {
        margin: 2rem 0;
    }

}

@media (min-width: 1024px) {

    .section-1 .checklist {
        margin-top: 2rem;
    }

    .section-1 .checklist li {
        width: 33.33%;
    }

    .section-1 .planet {
        position: absolute;
        max-width: none;
    }

    .section-1 .blob {
        max-width: none;
        z-index: -1;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {

    .section-1 .info {
        width: 55%;
    }

    .section-1 .buttons-or-video {
        flex-direction: column;
        margin-bottom: 1rem;
        align-items: flex-start;
    }

    .section-1 .buttons-or-video .or {
        display: none;
    }

    .section-1 .buttons-or-video .video {
        margin-top: 1rem;
    }


    .section-1 .image {
        width: 45%;
    }

    .section-1 .planet {
        width: 150%;
        transform: translate(-5%, -10%);
    }

    .section-1 .blob-desktop {
        top: 0;
        left: 60%;
        width: 34rem;
        min-width: 40%;
        transform: translate(0%, -15%);
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .section.section-1 .container {
        /* padding-top: calc(var(--layout-unit)*3);
		padding-bottom: calc(var(--layout-unit)*3); */
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }

    .section.section-1 .container.pb-0 {
        padding-bottom: 0px !important;
    }

    .section-1 .info {
        width: 60%;
    }

    .section-1 .image {
        width: 40%;
    }

    .section-1 .planet {
        width: 130%;
        transform: translate(-5%, -10%);
    }

    .section-1 .blob-desktop {
        top: 24%;
        left: 74%;
        width: 20rem;
        min-width: 45%;
        transform: translate(0%, -30%);
        margin-top: 0;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .section-1 .blob-desktop {
        top: 20%;
        left: 58%;
        min-width: 45%;
        transform: translate(0%, -30%);
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    .section-1 .blob-desktop {
        top: 12%;
        left: 51%;
        width: 20rem;
        min-width: 50%;
        transform: translate(0%, -30%);
        margin-top: 0;
    }
}

/* SECTION 2
################################################################################### */

.section-2 .container {
    text-align: center;
}

.section-2 h1 {
    margin-bottom: 4rem;
}

.section-2 .items {
    display: flex;
}

.section-2 .items .col img {
    max-height: 8rem;
    max-width: 10rem;
    object-position: center;
    object-fit: contain;
}

@media (min-width: 600px) and (max-width: 1023px) {

    .section-2 .items>div {
        width: 50%;
    }

}

@media (min-width: 1024px) {

    .section-2 .items>div {
        width: 25%;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {

    .section.section-2 .container {
        padding-top: calc(var(--layout-unit)*4);
        padding-bottom: calc(var(--layout-unit)*4);
    }

}

@media (min-width: 1200px) {

    .section.section-2 .container {
        padding-top: calc(var(--layout-unit)*4);
        padding-bottom: calc(var(--layout-unit)*5);
    }

}


/* SECTION 3
################################################################################### */

.section-3 .container {
    display: flex;
}

@media (max-width: 1023px) {
    .section-3 .container {
        flex-direction: column;
    }

    .section-3 .info {
        text-align: center;
        margin-top: calc(var(--layout-unit)*2);
    }

    .section-3 .buttons .btn {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .section-3 .blob-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }
}

@media (min-width: 1024px) {

    .section.section-3 .container {
        padding-top: calc(var(--layout-unit)*3);
        padding-bottom: calc(var(--layout-unit)*3);
    }

    .section-3 .info {
        width: 50%;
    }

    .section-3 .action {
        display: flex;
    }

    .section-3 .action .buttons {
        display: flex;
        flex-direction: column;
    }

    .section-3 .action .buttons .btn {
        margin-bottom: 0.7rem;
    }

    .section-3 .image {
        width: 50%;
    }

    .section-3 .laptop {
        transform: translateX(-10%);
    }

    .section-3 .blob-desktop {
        top: 15%;
        right: 70%;
        width: 40rem;
        min-width: 30%;
        transform: translate(0%, -10%);
        margin-top: 0;
        max-width: none;
        z-index: -1;
    }

}

/* SECTION 4
################################################################################### */

.section-4 {
    z-index: 20;
}

@media (max-width: 1023px) {

    .section-4 {
        text-align: center;
    }

    .section-4 .jellypus {
        transform: translateX(5%);
        margin-top: 3rem;
    }

    .section-4 .rocket {
        width: 80%;
        max-width: 30rem;
        margin-bottom: 1.5rem;
        transform: translateX(5%);
    }

    .section-4 .blob-mobile {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translate(0%, -10%);
        z-index: -1;
    }

}

@media (min-width: 1024px) {

    .section.section-4 .container {
        display: flex;
        padding-top: calc(var(--layout-unit)*5);
        padding-bottom: 0;
    }

    .section-4 .info {
        width: 50%;
    }

    .section-4 .image {
        width: 50%;
        padding-left: calc(var(--layout-unit)*2);
    }

    .section-4 .rocket {
        max-width: 30rem;
        height: 30rem;
        margin-top: -18rem;
        margin-left: -4rem;
        margin-bottom: 1rem;
    }

    .section-4 .jellypus {
        max-width: none;
        width: 150%;
        margin-right: -50%;
    }

    .section-4 .blob-desktop {
        top: 25%;
        left: 70%;
        width: 35rem;
        min-width: 30%;
        transform: translate(0%, -10%);
        margin-top: 0;
        max-width: none;
        z-index: -1;
    }

}

/* SECTION 5
################################################################################### */

.section-5 {
    z-index: 30;
}

.section-5 .buttons .btn {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

@media (min-width: 600px) {
    .section-5 .testimonials-list {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 767px) {
    .section-5 h4 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .section.section-5 .container {
        padding-top: calc(var(--layout-unit)*5);
        padding-bottom: 0;
    }
}

/* SECTION 6
################################################################################### */

.section.section-1 .container.pb-0 {
    padding-bottom: 0 !important;
}
.studentPricingPlan h1{
    color:#3b4c90;
}
.student-pricing-plan.capped-width-lg {
    max-width: 80rem !important;
}
.pricing-grid {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.section.section-1 .studentPricingFaq.container{
    padding-top: 60px;
    padding-bottom: 0px;
}

.top-10{
	position: relative;
    top: -5px;
    left: 5px;
    text-align: right;
    font-size: 14px !important;
}
.bottom-5{
	position: relative;
    top: 0px;
    left: -5px;
    text-align: left;
    font-size: 13px !important;
}
.schoolPricing {
    border-radius: 35px;
    padding: 0 10px 20px;
}
.homePricing {
    padding: 0 10px 20px;
}

.schoolPricing .section-title,
.homePricing .section-title {
    font-weight: bolder;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.schoolPricing .section-title {
    color: white;
}

.homePricing .section-title {
    color: #55b7b3;
}

.max-width-80 {
    max-width: 80rem;
}

.section-6 {
    text-align: center;
    z-index: 10;
}

.section-6 .logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-6 .logos .logo .img-wrapper {
    width: 100%;
}

.section-6 .logos .logo .img-wrapper:before {
    padding-bottom: 50%;
    content: " ";
    display: block;
}

.section-6 .logos .logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.section-6 .logos .logo p {
    margin-top: 2rem;
}

@media (max-width: 599px) {

    .section-6 .logos .logo {
        width: 50%;
        padding: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 799px) {

    .section-6 .logos .logo {
        width: 33%;
        padding: 1rem;
    }
}

@media (min-width: 800px) and (max-width: 1023px) {

    .section-6 .logos .logo {
        width: 25%;
        padding: 1rem;
    }
}

@media (max-width: 1023px) {
	
    .section.section-1.studentPricingFaq-section .container{
        padding-top: 0px ;
        padding-bottom: 0px;
    }
    
    .section-6 .container {
        padding-bottom: calc(var(--layout-unit)*4);
    }

    .pricingPlan {
        width: 100%;
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .plan-header1 {
        width: 100%;
        text-align: center;
        padding: 15px 5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .plan-option {
        width: 33%;
    }

    .pricingPlan {
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricing-grid {
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
    }

    .homePricing {
        margin-top: 25px;
        border: 1px solid #55b7b3;
        border-radius: 35px;
        padding: 0 20px 20px;
    }

    .schoolPricing {
        padding: 0 20px 20px;
    }

    .schoolPricing .section-title,
    .homePricing .section-title {
        margin-top: 20px;
    }

    .plan-title {
        width: 100%;
        text-align: center;
        padding: 15px 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.3) 100%);
    }

    .plan-option {
        width: 100%;
        display: inline-block;
        margin-left: auto;
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        border-radius: 10px;
        margin-top: 25px;
        background-color: #fff;
    }

    .plan-content {
        min-height: 350px;
    }

    span.price-value {
        font-size: 40px;
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        font-weight: 400;
        vertical-align: top;
    }

    span.price-dollar-sign,
    span.price-label {
        font-size: 25px;
        color: black;
    }

    .price-label {
        margin-top: 5px;
        vertical-align: middle;
        line-height: 20px;
		width: 100%;
    }

    .plan-title-text {
        font-size: 16px;
        color: #fff;
        letter-spacing: 3px;
    }

    .feature_title {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        color: white;
    }

    .pricing_features {
        float: left;
        width: 100%;
    }

    .pricing_features ul {
        line-height: 17px;
        text-align: left;
    }

    .feature_note {
        width: 100%;
        text-align: center;
    }

    .plan-note {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .plan-button {
        text-align: center;
    }

    .plan-button .btn {
        font-size: 14px;
        box-shadow: none;
        border-radius: 30px;
        width: 80%;
        text-transform: initial;
    }

    .crown {
        width: 20px;
        margin-right: 5px;
    }

    .plan-title-text {
        display: inline-flex;
    }

    .page-header {
        margin-top: 15px;
    }

}

@media (min-width: 1024px) {

    .section.section-6 .container {
        padding-top: calc(var(--layout-unit)*7);
        padding-bottom: calc(var(--layout-unit)*6);
    }

    .section-6 .logos .logo {
        width: 16.66%;
        padding: 1rem;
    }

    .section-6 .blob {
        top: 0;
        right: 80%;
        width: 27rem;
        min-width: 20%;
        transform: translate(0%, -50%);
        margin-top: 0;
        max-width: none;
        z-index: -1;
    }

    .pricingPlan {
        width: 100%;
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .plan-title {
        width: 100%;
        text-align: center;
        padding: 15px 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0.3) 100%);
        display: inline-grid;
    }

    .plan-box {
        width: 100%;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        /* box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px; */
        border-radius: 10px;
        /* background-color: #fff; */
    }

    .plan-option {
        box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
        border-radius: 10px;
        display: inline-block;
        width: 100% !important;
        background-color: #fff;
    }

    .plan-content {
        min-height: 375px;
    }

    span.price-value {
        font-size: 40px;
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        font-weight: 400;
        vertical-align: top;
    }

    span.price-dollar-sign,
    span.price-label {
        font-size: 25px;
        color: black;
    }

    .price-label {
        margin-top: 5px;
        vertical-align: middle;
        line-height: 20px;
        width: 100%;
    }

    .plan-title-text {
        font-size: 16px;
        color: #fff;
        letter-spacing: 3px;
    }

    .feature_title {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        color: white;
    }

    .pricing_features {
        float: left;
        width: 100%;
    }

    .pricing_features ul {
        line-height: 17px;
    }

    .feature_note {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .plan-note {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 20px !important;
    }

    .plan-button {
        text-align: center;
    }

    .plan-button .btn {
        font-size: 14px;
        box-shadow: none;
        border-radius: 30px;
        width: 80%;
        text-transform: initial;
    }

    .crown {
        width: 20px;
        margin-right: 5px;
    }

    .plan-title-text {
        display: inline-flex;
        margin: auto;
    }

    .blob-1 {
        top: 6%;
        left: 75%;
        width: 14rem;
        min-width: 43%;
        margin-top: 0;
    }

    .blob,
    .blob-desktop,
    .blob-mobile {
        position: absolute;
        z-index: -1;
        max-width: none;
    }

}


@media (min-width: 1024px) {
    .price-end-label {
        padding: 10px 0 0 5px;
        position: absolute;
    }
}

@media (max-width: 1024px) {
    .price-end-label {
        padding: 10px 0 0 5px;
    }
}