/*!
Theme Name: Ready For Learning
Theme URI: 
Author: Artistry Online
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ready-for-learning
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

@font-face {
	font-family: "Richela";
	src: url("assets/fonts/richela_kids_font_by_keithzo_7ntypes-webfont.woff2") format("woff2"),
		url("assets/fonts/richela_kids_font_by_keithzo_7ntypes-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Montserrat", sans-serif !important;
}

footer {
	background-color: #112a7c;
	padding: 4rem 0rem;
}

.home-banner h1 {
	text-align: center;
	font-weight: 600;
	font-size: 5.5rem;
	color: #fff;
	margin-bottom: 2rem;
}

.home-banner img {
	max-width: 700px;
	position: absolute;
	top: 0;
	right: 50%;
}

.home-banner h1 span {
	font-family: Richela;
	color: yellow;
}

.navbar {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.navbar .nav-item {
	color: #fff;
}

.glightbox2 {
	position: relative;
}

.glightbox2 .play {
	background-image: url(./assets/images/play.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	height: 100px;
	width: 100px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

.black img.main {
	display: none;
}

.black img.inner {
	display: block !important;
}

.navbar img.inner {
	display: none;
}

.black #menu-primary-menu li a,
.black .cartlist {
	color: #000;
}

.container-fluid {
	max-width: 1400px;
}

body {
	font-weight: 600;
}

.banner-page {
	background-color: #112a7c;
	color: #fff;
	text-align: center;
	padding-top: 10rem;
	padding-bottom: 5rem;
}

.typesmain {
	justify-content: space-evenly;
}

.typescards {
	text-decoration: none !important;
	position: relative;
	background: #fff;
	flex-shrink: 0;
	display: block;
	width: 100%;
	max-width: 400px;
	text-align: center;
	box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 8%);
}

.typescards .rich-header {
	height: 235px;
	overflow: hidden;
	width: 100%;
	background: grey;
}

.typescards .rich-header img {
	transform: scale(1);
	transition: 0.3s;
	display: block;
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 16rem;
}

.typescards .rich-body {
	padding: 1rem 2rem;
	color: #000000;
	font-size: 25px;
}

.previewni {
	padding-bottom: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: zoom-in;
	background-position: top center;
	transition: background-position 3s ease-in-out, box-shadow 3s ease;
}

.previewni:hover {
	background-position: bottom center;
	box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.2);
}

.error-page {
	text-align: center;
}

.error-page h2 {
	font-size: 15rem;
	font-weight: bold;
}

.error-page .blue {
	height: 150px;
	background: #112a7c;
}

.design1 .section1 {
	padding-top: 15rem;
	padding-bottom: 15rem;
	background-color: #112a7c;
	position: relative;
}

.design1 .section1 img {
	position: absolute;
	bottom: 5rem;
	right: 0;
}

.design1 .section1 h1 {
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 5rem;
}

.design1 .section1 h1 span {
	font-family: Richela;
	color: yellow;
}

.design1 .section1 .content {
	color: white;
}

.design1 .section1 .content ul,
.design1 .section2 .content ul,
.design1 .section4 .content ul {
	list-style-image: url(./assets/images/checkmark.png);
}

.design1 .section2 {
	background-color: #ff6fb7;
	color: white;
}

.design1 .section2 .container-fluid {
	padding: 15rem 15px;
	position: relative;
}

.design1 .section2 img {
	position: absolute;
	bottom: 0;
}

.design1 .section3 {
	padding: 10rem 0rem;
	position: relative;
}

.design1 .section3 .content {
	color: #274ba3;
}

.design1 .section3 .content > ul {
	list-style-image: url(./assets/images/tick-pink.svg);
}

.design1 .section3 .content ul li ul {
	list-style-image: url(./assets/images/dotp.svg);
}

.design1 .section3 .content ul li ul li::marker {
	color: #ff6fb7; /* Change the color */
}

.design1 .section3 img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 800px;
}

.design1 .section4 {
	background-color: #274ba3;
	color: white;
	position: relative;
	padding: 15rem 0rem;
}

.design1 .section4 img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.design1 .section4 .content ul li ul {
	list-style-image: url(./assets/images/doty.svg);
}

.design1 .section4 .content ul li ul li::marker {
	color: yellow; /* Change the color */
}

/* design 2 */

.design2 .section1 {
	padding-top: 15rem;
	padding-bottom: 15rem;
	background-color: #112a7c;
	position: relative;
}

.design2 .section1 .container-fluid {
	position: relative;
}

.design2 .section1 img {
	position: absolute;
	right: 0;
	bottom: 15rem;
}

.design2 .section1 h1 {
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 10rem;
}

.design2 .section1 h1 span {
	font-family: Richela;
	color: yellow;
}

.design2 .section1 h3 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin-bottom: 5rem;
}

.design2 .section1 h3:after {
	content: "";
	position: absolute;
	bottom: -35px;
	margin: auto;
	left: 0;
	right: 0;
	background: url(./assets/images/shape-yellow.svg);
	height: 20px;
	width: 83px;
	background-repeat: no-repeat;
}

.design2 .section1 h3 span {
	color: #ff6fb7;
}

.design2 .section1 .content {
	color: #fff;
}

.design2 .section1 .lists {
	background: url(./assets/images/bubble.png);
	width: 750px;
	height: 338px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.design2 .section1 .lists ul {
	list-style-image: url(./assets/images/checkmark.png);
	color: #fff;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.design2 .section2 {
	background-color: #ff6fb7;
	color: #fff;
}

.design2 .section2 h3 {
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 5rem;
}

.design2 .section2 h3:after {
	content: "";
	position: absolute;
	bottom: -35px;
	margin: auto;
	left: 0;
	right: 0;
	background: url(./assets/images/shape-blue.svg);
	height: 20px;
	width: 83px;
	background-repeat: no-repeat;
}

.design2 .section2 h3 span {
	color: #112a7c;
	font-family: Richela;
}

.design2 .section2 .container-fluid {
	position: relative;
	padding: 12rem 15px;
}

.design2 .section2 .container-fluid img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.design2 .section3 {
	position: relative;
	padding: 22rem 0rem;
}

.design2 .section3 h3 {
	color: #000;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 5rem;
}

.design2 .section3 h3:after {
	content: "";
	position: absolute;
	bottom: -35px;
	margin: auto;
	left: 0;
	right: 0;
	background: url(./assets/images/shape-blue.svg);
	height: 20px;
	width: 83px;
	background-repeat: no-repeat;
}

.design2 .section3 .content {
	color: #112a7c;
}

.design2 .section3 img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.design2 .section4 {
	background-color: #274ba3;
	position: relative;
	color: white;
}

.design2 .section4 .container-fluid {
	position: relative;
	padding: 12rem 15px;
}

.design2 .section4 img {
	position: absolute;
	bottom: 0;
}

.design2 .section4 h3 {
	color: white;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 5rem;
}

.design2 .section4 h3 span {
	color: #ff6fb7;
	font-family: Richela;
}

.design2 .section4 h3:after {
	content: "";
	position: absolute;
	bottom: -35px;
	margin: auto;
	left: 0;
	right: 0;
	background: url(./assets/images/shape-yellow.svg);
	height: 20px;
	width: 83px;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
	.design1 .section2 .container-fluid,
	.design1 .section3,
	.design1 .section4,
	.design2 .section2 .container-fluid,
	.design2 .section3,
	.design2 .section4 .container-fluid {
		padding: 3rem 15px;
	}
	.design1 .section1,
	.design2 .section1 {
		padding-top: 12rem;
		padding-bottom: 5rem;
	}
	.design1 .section2 .container-fluid .content {
		padding: 0px 15px;
	}
	.design2 .section1 h1 {
		margin-bottom: 6rem;
	}
}

@media only screen and (max-width: 996px) {
	.design2 .section1 .lists {
		background: none;
		margin-top: 2rem;
		width: 100%;
		height: 100%;
	}
}

.navbar-nav .dropdown-menu {
	/* background: #ffb7db; */
}

#menu-primary-menu li .dropdown-item {
	color: #112a7c !important;
}

#menu-primary-menu li.active .dropdown-item {
	color: #112a7c !important;
}

.navbar-nav .dropdown-menu a:hover {
	color: #000 !important;
}

li .sub-menu {
	padding-left: 1rem !important;
}

li .sub-menu a {
	font-size: 1rem !important;
}

.white-banner {
	padding-top: 15rem;
	padding-bottom: 2rem;
	text-align: center;
	color: #000;
}
.white-banner span {
	color: #112a7c;
	font-family: Richela;
}

.white-banner h1 {
	color: #000;
	font-size: 3.4rem;
	font-weight: 600;
}


.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2{
    max-width: 100%;
}

#gform_15 .gform_footer #gform_submit_button_15{
	background: yellow;
    color: black;
    border: black 1px solid;
    border-radius: 0.25rem;
}

#gform_16 .gform_footer #gform_submit_button_16{
	background: #FF6FB7;
    color: white;
    border: white 1px solid;
    border-radius: 0.25rem;
}


#gform_17 .gform_footer #gform_submit_button_17{
	background: #274ba3;
    color: white;
    border: black 1px solid;
    border-radius: 0.25rem;
}

#gform_3 #gform_fields_3 input,
#gform_3 #gform_fields_3 textarea {
	background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 0.25rem;
}

#gform_3 #gform_fields_3 input::placeholder,
#gform_3 #gform_fields_3 textarea::placeholder {
    color: white;
}

#gform_3 .gform_footer #gform_submit_button_3{
	background: #FF6FB7;
    color: white;
    border: white 1px solid;
    border-radius: 0.25rem;
}