/*
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 1
################################################################################### */
.planet_panel .container {
	 display: flex; 
}
#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;
	}
    
    #section-1 .grid_images .img-crop .lightbox img {
        width: 100% !important;
    }

}

@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);
	}

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

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

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

	.section-1 .blob-desktop {
		top: 15%;
		left: 62%;
		width: 40rem;
		min-width: 38%;
		transform: translate(0%, -27%);
		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: -20%;
		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: 201;
}

@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 {
	text-align: center;
	z-index: 10;
}

/* SECTION 9
################################################################################### */

#section-9 {
	text-align: center;
	z-index: 10;
}

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

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

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

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

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

@media (max-width: 599px) {

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

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

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

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

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

@media (max-width: 1023px) {

	#section-6 .container {
		padding-bottom: 0px;
	}

}

     #section-6 .grid_images {
        width: 150px;
        height: 150px;
    } 
	
    /* .grid_images .img-crop img{
    	    width: 120px !important;
   		 	height: 100%;
    } */

	.grid-image-box{
    	display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .img-3x2:before {
        padding-bottom: 90.66% !important;
    } */
@media (min-width: 1024px) {

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

	#section-9 .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;
	}

	.content_grid #section-6 .grid_images{
    	    width: 200px;
    		height: 200px;
    }
	
  /*  .grid_images .img-crop img{
    	    width: 120px !important;
   		 	height: 100%;
    } */

	.grid-image-box{
    	display: flex;
        align-items: center;
        justify-content: center;
    }

	.grid-2-col .text-center {
			width: 31%;
            font-size: 20px;
            line-height: 28px;
	}

    .planet_panel .image .planet {
        width: 120% !important;
        margin: -21% 0% 0% 0% !important;
    }
    
    
    .grid-2-col{
    	margin-top:-50px;
    }
	
    .grid-2-col img{
    	height: 16em !important;
    }

	.btn_section{
    	width: 320px;
    }
    
    .grid-2-col .text-center:nth-child(1) {
        margin-right: 125px;
        margin-left: auto;
    }
    .grid-2-col .text-center:nth-child(2) {
        margin-right: auto;
        margin-left: 125px;
    }
    #section-3 {
        z-index: 100;
    }

}
.stats-section .number {
    color: var(--orange) !important;
}
.how-play-video{
	 display: flex;
    align-items: center;
    margin-left: 4px;
}

.how-play-video .play-btn {
    width: 2rem;
    height: 2rem;
    padding: 0rem;
    border-radius: 4rem;
    background-color: white;
    box-shadow: 0 0.3rem 0.7rem rgb(0 50 100 / 30%);
    transition: transform 200ms;
}

.how-play-video .play-btn .inner {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    background-color: white;
    box-shadow: 0 0.2rem 0.5rem rgb(0 50 100 / 20%);
	display: flex;
    justify-content: center;
    align-items: center;
}

.how-play-video .text{
	    margin-left: 15px;
}
.grid-2-col h4{
	    min-height: 60px;
}
.grid-2-col .text-center:nth-child(1) {
    margin-right: 125px;
}