:root {
  --text-color: #05376c;
  --primary: #051d40;
  --secondary: #fbd46d;
  --purple-light: #ced4e4;
}


* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  background-color: var(--purple-light);
  overflow-x: hidden !important;
  font-family: 'Figtree', sans-serif;
  box-sizing: border-box !important;
  padding-right: 15px;
  padding-left: 15px;
}

div, section, footer {
  box-sizing: border-box;
}


body,
html {
  /* prevent horizontal scrolling */
}

html {
  /* scroll-behavior: smooth;*/
}

li,
ul,
ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  color: #0c1f3f;
  font-weight:600;
  font-family: 'Figtree', sans-serif;
}

p {
  font-size: 18px;
  color: var(--color-dark);
  font-style: normal;
  letter-spacing: -0.3px;
}
button,
button:hover,
a,
a:hover {
  transition: 0.4s;
}

a {
  color: var(--color-dark);
}

a:hover {
  color: #000;
}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
input,
textarea {
  outline: 0;
  text-decoration: none;
}

/* 02. COMMON STYLES */

.relative {
  position: relative !important;
}

/* line height */
.line-height-10 {
  line-height: 10px !important;
}
.line-height-13 {
  line-height: 13px !important;
}
.line-height-18 {
  line-height: 18px !important;
}
.line-height-20 {
  line-height: 20px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-22 {
  line-height: 22px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-30 {
  line-height: 30px !important;
}
.line-height-35 {
  line-height: 35px !important;
}
.line-height-40 {
  line-height: 40px !important;
}
.line-height-45 {
  line-height: 45px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-55 {
  line-height: 55px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-65 {
  line-height: 65px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-75 {
  line-height: 75px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-85 {
  line-height: 85px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-95 {
  line-height: 95px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-120 {
  line-height: 120px;
}

.font-size-11px {
  font-size: 11px !important;
}
.font-size-12px {
  font-size: 12px !important;
}
.font-size-13px {
  font-size: 13px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-15px {
  font-size: 15px !important;
}
.font-size-16px {
  font-size: 16px !important;
}
.font-size-17px {
  font-size: 17px !important;
}
.font-size-18px {
  font-size: 18px !important;
}
.font-size-19px {
  font-size: 19px !important;
}
.font-size-20px {
  font-size: 20px !important;
}
.font-size-21px {
  font-size: 21px !important;
}
.font-size-22px {
  font-size: 22px !important;
}
.font-size-23px {
  font-size: 23px !important;
}
.font-size-24px {
  font-size: 24px !important;
}
.font-size-25px {
  font-size: 25px !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}

.bordernone {
  border: 0 !important;
}
.container {
  max-width: 1100px;
}

.h-auto {
  min-height: auto !important;
  resize: none;
}

.h-100vh {
  min-height: 100vh;
}

.mainBtn {
  background-color: var(--color-dark);
  border: 0;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 15px;
  color: var(--white);
  font-size: 18px;
}
.mainBtn i{
  margin-left: 10px;
}

.mainBtn:hover {
  color: #fff;
  background-color:black;
}

.mainBtn:focus {
  color: #fff;
}

.mainBtn2 {
  background-color:var(--primary);
  border: 0;
  font-weight: 500;
  border-radius: 50px;
  padding: 0 55px;
  color: var(--white);
  font-size: 21px;
  height: 50px;
  line-height: 50px;
}
.mainBtn2:hover {
  color: #fff;
  background-color: var(--color-dark);
}
.mainBtn2:focus {
  color: #fff;
}

.mainBtn3 {
  background-color: var(--white);
  border: 0;
  font-weight: 700;
  border-radius: 25px;
  padding: 12px 30px;
  color: var(--primary);
  font-size: 18px;
}
.mainBtn3:hover {
  color: #fff;
  background-color: var(--color-dark);
}
.mainBtn3:focus {
  color: #fff;
}

@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.hide {
  display: none;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}
.color-white {
  color: var(--white);
}

.wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.header{
  position: relative;
  padding: 0 30px;
  padding-top: 40px;
}

.header h1{
  font-size: 40px;
}

.main-container{
  position: relative;
  background-color: #f6f4e8;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  margin-top: -60px;
}

.mainhero{
  position: relative;
  background-size: cover;
  background-position: center;
  min-height:570px
}

.cta-1{
  background-color: var(--primary);
  padding: 30px;
  padding-top: 40px;
}
.cta-1 h2{
  color: #fff;
  font-size: 52px;
  letter-spacing: 2.5px;
  font-weight: 700
}

.cta-1 p{
  color: #fff;
  font-size: 34px;
  font-weight: 600
}

.signupBtn{
  width: 100%;
  margin: auto;
  max-width: 635px;
  height: 105px;
  color: #05376c;
  border-radius: 50px;
  font-size: 58px;
  font-weight: 800;
  background-color: #fff;
  letter-spacing: 3px;
  display: block;
  line-height: 90px;
}
.signupBtn:hover{
  background-color: var(--secondary);
  color: #000
}

.intro{
  position: relative;
  background-color: var(--secondary);
  padding: 25px 40px;
}

.intro h3{
  font-weight: 700;
  font-size: 65px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.intro p{
  font-size: 27px;
  font-weight: 600;
  color: var(--text-color)
}

.video-placeholder{
  position: relative;
}

.books-area{
  position: relative;
  padding: 50px 25px;
}

.books-area h4{
  text-align: center;
  font-size: 40px;
  color: var(--text-color);
  font-weight: 700
}

.learnmoreBtn{
  background-color: var(--primary);
  color: #f6f4e8;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  border-radius: 50px;
  padding: 20px 35px;
  letter-spacing: 2px;
}
.learnmoreBtn:hover{
  background-color: var(--secondary);
  color: #000
}

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

footer ul li{
  display: inline-block;
  padding: 0 10px;
}

footer ul li a{
  color: #005794;
  font-size: 15px;
}
footer ul li a:hover{
  color: #000;
  text-decoration: underline;
}

footer p{
  color: #000;
  font-size: 15px;
}