/*
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'TT Ramillas Trl';
    src: url('../fonts/TTRamillasTrl-Bold.eot');
    font-weight: bold;
    font-style: normal;
}
*/

body {
    font-family:  "Inter", System-ui, sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Times New Roman, 'TT Ramillas Trl';
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/* classes */
.main-btn{
    font-size: 16px;
    color: #FFF;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.16px;
text-transform: capitalize;
border-radius: 4px;
background: #2E4053;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
border: 1px solid transparent;
}
.main-btn:hover{
    background: transparent;
    color: #2E4053;
    border-color: #2E4053;
}
.inner-title{
    font-size: 28px;
    color: #2E4053;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.main-text {
    color: #2E4053;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    text-align: center;
}
.small-text {
    font-size: 18px;
    color: #606E7C;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.18px;
    display: block;
}
.main-paragraph-large{
    font-size: 18px;
    color: #2E4053;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}
/*  */
.wrapper {
    overflow: hidden;
}
.title{
    font-size: 35px;
    color: #2E4053;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.35px;
    text-transform: capitalize;
}
.container {
    max-width: 1300px;
    padding: 0px 20px;
    margin: 0 auto;
}

header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 
    background-color 0.3s ease, 
    box-shadow 0.3s ease, 
    padding 0.3s ease;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2E4053;
    padding: 10px 0;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-list {
    display: flex;
    align-items: center;
    grid-gap: 32px;
    margin: auto;
}

.navbar-list li a {
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}
.navbar-list li a:hover{
    color: rgba(135, 206, 235, 0.70);
}
.navbar-menu{
    display: flex;
        align-items: center;
        width: 100%;
}
.right-nav {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    position: relative;
}

.right-nav li button,
.right-nav li a {
    color: #2E4053;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    cursor: pointer;
    border: 0;
}

.dropdown1 {
    border-radius: 4px;
    background: #F7DC6F;
    padding: 10px;
}

.dropdown2 {
    border-radius: 4px;
    background: #FFF;
    padding: 10px 14px 10px 20px;
}

.btn-contact {
    color: #2E4053;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 4px;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
}
.btn-contact:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.hero-sec {
    background: #2E4053;
    padding: 153px 0px 180px;
    position: relative;
}

.hero-sec .shape {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
}

.hero-sec .text-box h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.7px;
    text-transform: capitalize;
}

.hero-sec .text-box p, .hero-sec .text-box h2  {
    color: #FFF;
    font-size: 18px;
    max-width: 444px;
    font-weight: 400;
    letter-spacing: -0.18px;
    margin: 30px 0px 30px;
    text-transform: capitalize;
}
.hero-left{
    position: relative;
}
.hero-right{
    text-align: right;
}
.icon1{
    position: absolute;
    top: -54px;
    right: -40px;
}
.icon2{
    position: absolute;
    top: -93px;
    left: -20px;
}
.icon3{
    position: absolute;
    bottom: -100px;
    left: -66px;
}
.icon4{
    position: absolute;
    bottom: -90px;
    right: 136px;
}
.row {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 18px;
    align-items: center;
}
.feature-sec{
    padding-bottom: 64px;
}
.feature-sec .text-box h2 {
    margin-bottom: 60px;
}

.feature-box small {
    font-size: 16px;
    color: #606E7C;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    display: block;
}

.feature-box h3 {
    font-size: 28px;
    color: #2E4053;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 15px;
    max-width: 619px;
    width: 100%;
}

.feature-image-holder {
    border-radius: 21.968px;
    background: rgba(135, 206, 235, 0.70);
    padding: 49px 35px;
    margin-bottom: 30px;
}

.feature-box p {
    font-size: 16px;
    color: #2E4053;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feature-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 40px;
}

.feature-icon1 {
    position: absolute;
    top: 31px;
    left: -18px;
}

.feature-inner {
    position: relative;
}

/* services sec */
.services-sec {
    position: relative;
    padding-top: 64px;
    padding-bottom: 129px;
}

.services-left h3 {
    max-width: 300px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 14px;
}
.services-left p{
    color: #2E4053;
font-weight: 400;
line-height: normal;
letter-spacing: -0.18px;
padding-bottom: 33px;
max-width: 434px;
width: 100%;
}
.services-main{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    gap: 45px;
}

.services-left ol li{
    margin-bottom: 12px;
}
.services-left ol li:first-child a{
    max-width: 191px;
width: 100%;
}
.services-left ol li:last-child{
    margin-bottom: 0;
}
.services-left ol li:last-child a{
    padding: 10px 20px;
    display: inline-flex;
}
.check-circle{
    background: #3E8E41;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-sec .check-circle{
    width: 20px;
    height: 20px;
}
.services-box{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.services-textbox {
    flex: 1;
    margin-top: -8px;
}
.main-paragraph{
    font-size: 16px;
    color: #2E4053;
font-style: normal;
font-weight: 400;
line-height: 132.3%;
letter-spacing: -0.32px;
}
.services-box .inner-title{
    padding-bottom: 7px;
}
.services-box-main{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px;
}
.services-left{
    width: 48%;
}
.services-right{
    width: 52%;
}
.services-icon1{
    position: absolute;
    top: -34px;
    right: 52px;
}
.services-icon2{
    display: block;
    margin-bottom: 59px;
}
.services-left h3.pt-11{
    padding-top: 11px;
    padding-bottom: 0;
}
.school-services .services-left p{
max-width: 379px;
width: 100%;
padding: 30px 0;
}
.services-sec.school-services .services-left ol li:last-child a{
    max-width: 100%;
    width: auto;
}
.services-sec.school-services .services-textbox small{
    font-size: 18px;
    color: #606E7C;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.18px;
}

.services-sec.school-services .inner-title{
    font-size: 26px;
    font-family: "Inter", sans-serif;
    color: #2E4053;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.52px;
    text-transform: capitalize;
    padding-top: 60px;
    padding-bottom: 30px;
    max-width: 210px;
    width: 100%;
}
.services-sec.school-services .services-box{
    border-radius: 10px;
    background: #F8F8F8;
    backdrop-filter: blur(17px);
    padding: 20px;
}
.services-sec.school-services .services-box-main{
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.services-sec.school-services .services-left{
    width: 30%;
}
.services-sec.school-services .services-right{
    width: 70%;
}
.services-sec.school-services{
    padding-bottom: 100px;
}
/* parents sec */
.parents-sec{
    background: #F2F2F2;
    padding-bottom: 55px;
    position: relative;
}
.parent-main-inner{
    padding-top: 47px;
}
.parent-main{
    padding-bottom: 80px;
}
.parent-main .text-box{
    padding-bottom: 60px;
}
.parent-left {
    text-align: right;
    width: 53%;
}
.parent-main-inner{
    max-width: 1005px;
    width: 100%;
    margin: 0 auto;
}
.parent-inner{
    display: flex;
    align-items: center;
    gap: 97px;
    justify-content: center;
}
.parent-left .title{
    padding-top: 11px;
    padding-bottom: 15px;
    max-width: 490px;
    width: 100%;
    margin-left: auto;
}
.parent-left .small-text{
    text-transform: uppercase;
}
.parent-left .main-paragraph-large{
margin-bottom: 24px;
}
.parent-left.text-left{
    text-align: left;
}
.parent-left.text-left .title{
    margin-left: 0;
}
.parent-left .title.pay-title {
    max-width: 540px;
}
.parent-main.pb-0{
    padding-bottom: 0;
}
.icon5{
    position: absolute;
    top: 209px;
    left: 52px;
}
.icon6{
    position: absolute;
    bottom: 58px;
    right: 48px;
}
/* pricing sec */
.pricing-sec{
    padding-top: 82px;
    padding-bottom: 100px;
}
.pricing-sec .text-box{
    padding-bottom: 40px;
}
.pricing-icon{
    display: block;
    padding-bottom: 27px;
}
.pricing-left {
   max-width: 410px;
   width: 100%;
}
.pricing-left .main-paragraph-large{
    font-weight: 600;
    padding-top: 24px;
}
.main-paragraph-large.font-normal{
    font-weight: 400;
}
.all-in-one{
    border-radius: 4px;
border: 0.5px solid rgba(255, 255, 255, 0.50);
padding: 5px 10px;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.16px;
}
.pricing-right{
    border-radius: 15px;
background: #2E4053;
padding: 40px 50px;
display: flex;
align-items: center;
justify-content: space-between;
}
.pricing-right .main-btn{
    background: #F7DC6F;
    color: #2E4053;
    border: 1px solid transparent;
}
.pricing-right .main-btn:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.pricing-right h4{
    font-size: 70px;
    font-family: "Inter", sans-serif;
    color: #FFF;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.7px;
display: flex;
align-items: center;
gap: 20px;
padding-top: 5px;
padding-bottom: 20px;
}
.pricing-right h4 small{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.70);
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.16px;
}
.pricing-right .main-paragraph{
    color: #FFF;
    flex: 1;
}
.pricing-right ol li{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
}       
.pricing-right ol li:last-child{
    padding-bottom: 0;
}
.pricing-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 91px;
}
.pricing-right{
    max-width: 758px;
    width: 100%;
}
.pricing-left .affordable-paragraph{
    padding-top: 30px;
}
.contact-us .text-box{
    text-align: center;
    padding-bottom: 40px;
}
.contact-us .text-box h2{
    padding-bottom: 22px;
}
.contact-us .text-box p{
    max-width: 665px;
    width: 100%;
    margin: 0 auto;
}
.contact-icon{
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
background: #2E4053;
margin: 0 auto;
}
.contact-boxes p{
    font-size: 20px;
    color: #2E4053;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
letter-spacing: -0.4px;
text-transform: capitalize;
}
.contact-boxes{
    text-align: center;
    padding: 20px;
}
.contact-boxes-main{
    display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 75px;
        max-width: 895px;
        width: 100%;
        margin: 0 auto;
}
.contact-boxes a{
    font-size: 20px;
    color: #2E4053;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
letter-spacing: -0.4px;
text-transform: capitalize;
margin-top: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.contact-us{
    padding-bottom: 30px;
}
/* footer */
footer{
    background: #2E4053;
    padding: 42px 0;
}
.footer-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-main ol{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-main ol li a{
    font-size: 18px;
    color: #FFF;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: underline;
display: flex;
    align-items: center;
    gap: 4px;
}
.footer-main ol li a:hover{
    color: rgba(135, 206, 235, 0.70);
}
.footer-main ol li a span{
    display: flex;
    align-items: center;
}
.footer-main .main-paragraph{
    color: #FFF;
}
/* for dropdown  */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    list-style: none;
    z-index: 1000;
    top: 51px;
    padding: 12px 24px;
    left: -115px;
    border-radius: 4px;
    min-width: 302px;
  }
  .dropdown-wrapper{
    position: relative;
    display: inline-block;
  }
.dropdown-wrapper.active .dropdownmenu1,
.dropdown-wrapper.active .dropdownmenu2 {
    display: block;
    border: 1px solid black;
}
.dropdown-wrapper .dropdownmenu2{
    left: -195px;
}
  .dropdown-menu:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 18px;
    top: -17px;
    border: 9px solid transparent;
    border-bottom: 9px solid white;
    z-index: 2;
  }
  .dropdown-menu li{
    margin-bottom: 10px;
  }
  .dropdown-menu li:last-child{
    margin-bottom: 0;
  }
  .dropdown-menu li a{
    background: rgba(135, 206, 235, 0.70);
    padding: 8px 10px;
    border-radius: 4px;
  }
  .dropdown-menu.dropdownmenu1{
    left: -159px;
    min-width: 230px;
  }
  .dropdown-menu.dropdownmenu1 li a{
    background: transparent;
    padding: 0;
  }

  .hamburger {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .menu-main{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mbl-list.right-nav{
    display: none;
  }
  .mbl-pricing-icon{
    display: none;
  }