:root {
    --black: #000000;
    --dark: #111111;
    --raisin-black: #202020;
    --orange: #FEA301;
    --sky-blue: #01ACFD;
    --white-smoke: #F7F7F7;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/** start fonts styles **/
.quicksand-font {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.raleway-font {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/** end fonts styles **/

/** start common css **/
body {
    background-color: var(--white-smoke);
    line-height: 1.5;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

.btn-primary {
    background-color: var(--dark);
    border: 1px solid var(--dark);
    color: var(--white);
    font-weight: 700;
    font-size: 1.25rem;
    padding: 10px 47px;
    border-radius: 12px;
    transition: background-color 1s linear, border-color 1s linear;
}

.btn-primary:hover {
    background-color: #c47d04;
    border-color: #c47d04;
}

.heading-two {
    font-size: 2.88rem;
    line-height: 1.25;
    color: var(--black);
    text-align: center;
}

.d-flex {
    display: flex;
}

/** end common css **/

/** start header css **/
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    background-color: var(--orange);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}

.marquee span {
    display: inline-block;
    margin-right: 50px;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.header-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.header-logo h3 {
    font-size: 2rem;
    color: var(--dark);
}

.header-nav ul {
    justify-content: center;
    align-items: center;
    gap: 32px;
    font-weight: 500;
    font-size: 1.25rem;
}

.header-nav li {
    list-style: none;
}

.header-nav li a {
    text-decoration: none;
}

.header-nav li:first-of-type a {
    color: var(--orange);
}

.header-nav li:nth-of-type(2) a {
    color: var(--sky-blue);
}

.header-nav li:nth-of-type(3) a {
    color: #05D4DF;
}

.header-nav li:nth-of-type(4) a {
    color: #5D58EF;
}

.btn-contact {
    background-color: var(--orange);
    border: 0;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 10px 60px;
    color: var(--white);
    border-radius: 12px;
    transition: background-color 1s linear;
}

.btn-contact:hover {
    background-color: #c47d04;
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: none;
}

.navbar-toggler .fa-bars {
    font-size: 36px;
    color: var(--dark);
}

/** end header css **/

/** start banner css **/
.banner {
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.banner h1 {
    color: var(--dark);
    font-size: 3.5rem;
    line-height: 1.1;
}

.banner-content_empowering {
    color: var(--orange);
    display: block;
}

.banner-content_towards-vision {
    color: var(--sky-blue);
}

.banner p {
    font-size: 1.25rem;
    color: var(--dark);
    padding: 24px 0;
}

/** end banner css **/

/** start Standard Curriculum css **/
.standard-curriculum {
    background-image: url(assets/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.standard-curriculum h2 {
    padding: 60px 0 80px;
}

.sc-features {
    justify-content: space-between;
    gap: 28px;
}

.sc-features_item {
    padding: 50px 40px;
    border-radius: 18.86px;
    box-shadow: inset 0px 0px 28.3px 0.94px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    flex: 1;
}

.sc-features_item h3 {
    font-size: 1.53rem;
    padding: 30px 0;
    color: var(--raisin-black);
}

.sc-features_item p {
    font-size: .943rem;
    color: #808080;
    margin-bottom: 30px;
}

.sc-features_item a {
    font-size: .943rem;
    font-weight: 700;
    text-decoration: none;
}

.kinder {
    background: linear-gradient(180.00deg, rgb(222, 245, 255), rgba(255, 255, 255, 0) 40%), rgb(255, 255, 255);
    border: 0.94px solid rgb(222, 245, 255);
}

.kinder a {
    color: #64C8FF;
}

.elementary {
    border: 0.94px solid rgb(255, 244, 220);
    background: linear-gradient(180.00deg, rgb(255, 244, 220), rgba(255, 255, 255, 0) 40%), rgb(255, 255, 255);
}

.elementary a {
    color: #F0AA00;
}

.middle {
    border: 0.94px solid rgb(242, 232, 255);
    background: linear-gradient(180.00deg, rgb(238, 225, 255), rgba(255, 255, 255, 0) 40%), rgb(255, 255, 255);
}

.middle a {
    color: #8700FF;
}

.navigation-arrows {
    padding: 0 0 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.arrow-btn {
    background-color: var(--orange);
    padding: 17px 19px;
    color: var(--white);
    font-size: 24px;
    border: 0;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    transition: transform .5s linear, background-color 1s ease-in;
}

.arrow-btn:hover {
    transform: scale(1.1);
    background-color: #845401;
}

/** end Standard Curriculum css **/

/** start our stories css **/
.our-stories {
    padding: 60px 0;
    background: url('assets/bg.png'), linear-gradient(0.00deg, rgba(254, 163, 1, 0.3), rgba(255, 255, 255, 0.3) 100%);
}

.our-stories h2 {
    margin-bottom: 80px;
}

.our-stories-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 0.48fr 0.26fr 0.26fr;
    grid-template-areas:
        "story-grid-1 story-grid-2 story-grid-3"
        "story-grid-1 story-grid-4 story-grid-5";
}

.story-grid-1 {
    grid-area: story-grid-1;
}

.story-grid-2 {
    grid-area: story-grid-2;
}

.story-grid-3 {
    grid-area: story-grid-3;
}

.story-grid-4 {
    grid-area: story-grid-4;
}

.story-grid-5 {
    grid-area: story-grid-5;
}

.story-item {
    background-color: var(--white);
    border-radius: 16px;
}

.story-item img {
    border-radius: 16px 16px 0 0;
}

.story-item-content {
    padding: 0 38px 28px;
}

.story-item .story-date {
    font-weight: 500;
    position: relative;
    max-width: 190px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #95B226;
    border-radius: 48px;
    color: var(--white);
    font-size: 0.96rem;
    padding: 10px 18px;
    margin-top: -29px;
    z-index: 1;
}

.story-grid-1 .story-date {
    background-color: #3CD8E8;
    padding: 14px 18px;
    margin-top: -34px;
}

.story-grid-3 .story-date {
    background-color: #5D58F0;
}

.story-item h3 {
    color: var(--black);
    margin-top: 19px;
    font-size: 0.96rem;
}

.story-grid-1 h3 {
    margin: 33px 0 41px;
    font-size: 1.5rem;
}

.story-grid-1 p {
    color: #666666;
}

.our-stories>button {
    margin: 80px auto 0;
    display: block;
}

/** end our stories css **/

/** start footer css **/
.footer {
    background-color: #01ACFD;
    color: var(--white);
    padding: 123px 0 150px;
}

.footer a {
    color: var(--white);
    text-decoration: none;
}

.footer-content {
    justify-content: space-between;
    gap: 100px;
}

.footer-section.footer-section-1 {
    flex: 1.5;
    padding-right: 50px;
}

.footer-section {
    flex: 1;
}

.footer-logo {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 35px;
}

.footer-logo h2 {
    font-size: 2.5rem;
    line-height: 1;
}

.footer-section-1 p {
    font-size: 1.25rem;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 32px;
}

.footer-section li {
    list-style: none;
    margin-bottom: 20px;
}

.footer-section li:last-of-type {
    margin-bottom: 0;
}

.footer-section li a {
    font-size: 1.25rem;
}

.social-icons {
    display: flex;
    gap: 10px;
}

/** end footer css **/