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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    scroll-behavior: smooth;
}

#about,
#activities,
#timeline,
#partners,
#slanglish {
    scroll-margin-top: 70px;
    /* adjust 20–50px as needed */
}

section.aboutUs,
section.slanglishBook {
    background: #000D14;
    padding: 80px;
}

.aboutUsCard_cont {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slanglishCard_cont {
    background-color: #000D14;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5rem 0rem;
    /* border: 3px solid green; */
    color: #FFFFFF;
}

.slanglishBookWrapper {
    width: 66vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 3px solid red; */
}

.aboutBook {
    box-sizing: border-box;
    padding: 30px;
    width: 50%;
    /* border: 3px solid blue; */
}

.slanglishImg {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 3px solid brown; */
}

.slanglishImg div {
    width: 80%;
    height: auto;
    position: relative;
}

.slanglishImg img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.blurYellowBg {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #FFA500 0%, transparent 50%);
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.slanglishBook h2 {
    font-size: 28px;
    font-weight: 800;
}

.slanglishBook p {
    font-size: 16px;
    padding-top: 10px;
}

.funGame {
    box-sizing: border-box;
    padding: 30px;
    width: 33vw;
    /* border: 3px solid yellow; */
}

.slanglishBookBtn {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.slanglishBookBtn .downloadBook,
.schoolSignupBtn {
    margin-right: 0.5rem;
}

.slanglishBookBtn .purchasePaperBack,
.slanglishBookBtn .downloadBook,
.schoolSignupBtn {
    /* margin: 1rem 1rem 1rem 0rem; */
    font-weight: bold;
    background: radial-gradient(circle, #128807 0%, #0d6b05 100%);
    /* bright blue */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.3rem;
}

.aboutUs_text {
    padding: 20px;
}

.aboutUs_content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.aboutUs_content p span.blueText {
    font-weight: 700;
}

.aboutUs_text h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000D14;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 400px;
}

.testiInfo h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000D14;
}

.testiInfo span {
    color: #48616E;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
}

.testiImg {
    width: 300px;
    bottom: 11px;
    height: 100px;
    position: relative;
    right: 20px;
}

.testiImg img {
    position: absolute;
    width: 260px;
    height: 180px;
    object-fit: cover;
}

.aboutTesti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.greenText {
    color: #128807;
}

.blueText {
    color: #2523E7;
}

.yellowText {
    color: #FFA500;
}

.aboutUs_img {
    min-width: 500px;
}

.aboutUs_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .slanglish_img img {
    width: 50%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(37, 35, 231, 0.12);
} */

section.aboutUs,
section.slanglishBook {
    position: relative;
}


.aboutUs_content {
    position: relative;
    margin-top: 15px;
}

img.quoteImg {
    position: absolute;
    left: 0;
    top: -11px;
}

section.aboutUs .topFlag,
section.slanglishBook .topFlag,
section.blueInfo .topFlag {
    position: absolute;
    left: 0;
    top: 0;
}

section.aboutUs .bottomFlag,
section.slanglishBook .bottomFlag,
section.blueInfo .bottomFlag {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.showCase {
    background-color: #fff;
    position: relative;
    z-index: 1;

}

.showCase_banners {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banOne {
    background: linear-gradient(112.92deg, #000D14 -2.7%, #2C2C41 135.65%);
    color: #fff;
    border-radius: 24px;
    display: flex;
    gap: 40px;
    min-height: 300px;
}

.banContent {
    padding: 40px 0;
    padding-left: 10px;
}

.banImg {
    position: relative;
    min-width: 285px;
}


.banImg img {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.banImg .hackyKid {
    height: 115%;
    top: -15%;
    border-radius: 24px;
}

.banContent h3 {
    font-size: 24px;
    font-weight: 700;
}

.banContent p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFFCC;
}

.banContent .viewCompetition {
    background-color: #ffffff;
    /* bright blue */
    color: #000D14;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.quizzes,
.reels {
    margin-top: 2rem;
}

.quizzes>h5,
.reels>h5 {
    font-size: 14px;
    /* font-weight: bold; */
}

.quizzes>div,
.reels>div {
    /* border: 1px solid white; */
    width: 80%;
    /* margin-top: 0.5rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.age-group {
    /* padding-right: 0.3rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quizzes .pipe,
.reels .pipe {
    height: 30px;
    width: 1px;
    border: 1px solid #fff;
}

.quizzes h6,
.reels h6 {
    color: #FFFFFFCC;
    margin: 0.5rem 0rem;
    font-size: 14px;
}

/* .quizzes>div,
.reels>div {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
} */

.quiz,
.reel {
    background-color: #ffffff;
    /* bright blue */
    color: #000D14;
    border: none;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin: 1rem 0rem 0rem 0rem; */
    width: max-content;
}

/* .banContent .viewCompetition:hover {
  background-color: #1e40af; 
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} */

.showCase_text h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.showCase_text p {
    font-size: 16px;
    font-weight: 400;
    color: #48616E;
}

.showCase_cont {
    display: flex;
    padding: 80px;
    gap: 60px;
}

.showCase_text {
    max-width: 400px;
}

img.scenicImg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.blueInfo {
    position: relative;
    background: linear-gradient(291.68deg, #2523E7 53.73%, #50D5FD 163.73%);
    color: #fff;
    padding: 50px 0;
}

.infoText h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* book */
.book {
    /* border: 2px solid red; */
    /* margin: 2rem; */
    background: #2523E7;
    width: 100%;
    padding: 3rem 0rem;
    overflow: visible !important
}

.ribbonImg {
    position: absolute;
    top: -19px;
    left: 0px;
}

.bookOne,
.bookTwo,
.bookThree {
    width: 90%;
    margin: 4rem auto 0rem;
    position: relative;
    /* border: 5px solid blue; */
}

.bookOne {
    position: sticky;
    top: 60px;
    z-index: 1;
}

.bookOne>.boxTwo {
    display: flex;
    /* background: linear-gradient(180deg, #FF9933 80%, #fff 100%); */
    padding: 3em;
    border-radius: 20px;
    /* min-height: 80vh; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(37, 35, 231, 0.12);
    border: 1px solid #e3e3e3;
    transition: transform 0.2s, box-shadow 0.2s;
    /* Optional: add a slight perspective for children */
    perspective: 800px;
    background: #fff;
}

.book .boxTwo>div:nth-child(1) {
    /* padding-right: 2rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    /* border: 5px solid red; */
}

/* .boxTwo>div:nth-child(1) p {
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 500;
} */

.book .bookImg {
    /* width: 20vw; */
    height: 50vh;
}

.bookImg img {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(37, 35, 231, 0.12);
    /* border: 2px solid #fff; */
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.bookImg img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22), 0 2px 12px rgba(37, 35, 231, 0.18);
}

.book .bookText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
}

.bookText>h2 {
    font-size: 40px;
    font-weight: 800;
    align-self: flex-start;
    text-align: start;
}

.bookText p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 1rem;
    width: 600px;
    /* line-height: 1.2; */
}

.bookBtn {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.downloadBook {
    margin-right: 0.5rem;
}

.purchasePaperBack,
.downloadBook {
    /* margin: 1rem 1rem 1rem 0rem; */
    font-weight: bold;
    background: radial-gradient(circle, #128807 0%, #0d6b05 100%);
    /* bright blue */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bookTwo {
    position: sticky;
    top: 100px;
    z-index: 11;
    /* color: #ffffff; */
}

.bookTwo>.boxTwo {
    display: flex;
    /* background: linear-gradient(180deg, #000080 80%, #fff 100%); */
    border-radius: 20px;
    padding: 3em;
    /* min-height: 80vh; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(37, 35, 231, 0.12);
    border: 1px solid #e3e3e3;
    transition: transform 0.2s, box-shadow 0.2s;
    /* Optional: add a slight perspective for children */
    perspective: 800px;
    background: #fff;
}

.bookThree {
    position: sticky;
    top: 140px;
    z-index: 111;
    /* min-height: 95vh; */
}

.bookThree>.boxTwo {
    display: flex;
    /* background: linear-gradient(180deg, #138808 80%, #fff 100%); */
    border-radius: 20px;
    padding: 3em;
    /* min-height: 80vh; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(37, 35, 231, 0.12);
    border: 1px solid #e3e3e3;
    transition: transform 0.2s, box-shadow 0.2s;
    /* Optional: add a slight perspective for children */
    perspective: 800px;
    background-color: #fff;
}

/* --- Popup container --- */
/* --- Popup overlay --- */
.book-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 999999;
    /* Highest priority */
}

/* --- Popup box --- */
.book-popup {
    background: rgba(0, 0, 0, 0.9);
    width: 90vw;
    min-height: 90vh;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: bookFadeIn 0.3s ease;
    /* overflow: auto; */
}

@keyframes bookFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* --- Content Styling --- */
.book-popup h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #fff;
}

.book-popup p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 15px;
}

.book-popup input {
    width: 100%;
    max-width: 400px;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.book-popup button {
    /* background: #2523E7; */
    color: white;
    border: none;
    padding: 12px;
    /* width: 100%; */
    /* max-width: 400px; */
    margin-top: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.2s;
}
#bookStep1 button,
#bookStep2 button {
     font-weight: bold;
    background: radial-gradient(circle, #128807 0%, #0d6b05 100%);
    /* bright blue */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.3rem;
}

/* .book-popup button:hover {
    background: #2523E7;
} */

/* --- Close button --- */
#bookClosePopup {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgb(0, 0, 0, 0.8);
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
    line-height: 1;
}

.bookClosePopup:hover {
    color: #000;
}

#bookStep1 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* ensures full-width children */
    width: 100%;
    max-width: 400px;
}

/* book end */

.partnerBox {
    border: 0.5px solid #BDC2F0;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerBox img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.logoIS img, .techPartnerLogo img {
    width: 65%;
    margin: auto;
}

.partnersGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

section.ourPartners {
    padding: 80px;
}

.partnerSpcl_tit h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2523E7;
    position: relative;
}

.partnerSpcl_tit h4::after {
    position: absolute;
    top: 50%;
    margin-left: 15px;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #2523E7 0%, rgba(37, 35, 231, 0) 100%);
}

.partnerSpcl_tit {
    margin-bottom: 20px;
    overflow: hidden;
}

.partnerTit {
    margin-bottom: 40px;
}

.partnerTit h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000D14;
}

footer {
    background: #000D14;
    color: #fff;
}

.footer_cont {
    display: grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 80px;
}

.footTit h4 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.socialIcons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.followUs_cont p {
    font-size: 16px;
    font-weight: 500;
}

.contactUs_cont a {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    min-height: 32px;
}

.contactUs_cont {
    padding-left: 40px;
}

.footTit {
    margin-bottom: 20px;
}

.smolLetterSpa {
    letter-spacing: 5px;
}

/* this is the start of the header */

header {
    position: fixed;
    z-index: 9999;
    top: 20px;
    background: #fff;
    border-radius: 24px;
    padding: 4px 24px 4px 16px;

    width: 900px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    border: 1px solid #e3e3e3;
}

.headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.headerLinks ul li a {
    color: #43454A;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.headerLinks ul li a:hover {
    text-decoration: underline;

}

.headerLinks ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.schoolSignupBtn {
    z-index: 1;
}

.anotherMTit h2 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 36px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}


.menu {
    position: fixed;
    top: -340px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: top 0.3s ease;
    z-index: 1001;
    /* padding: 20px; */
}

.menu.open {
    top: 0;
}

.menu h2 {
    margin-top: 0;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin-top: 5rem;
}

.menu ul li {
    margin-bottom: 15px;
}

.menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.menu ul li a:hover {
    color: #007BFF;
}

button#hamburgerBtn {
    display: none;
}

/* this is the end of the header  */
.customTimelineArrow {
    left: -12px;
}

.customTimelineArrowReverse {
    right: -11px;
}

img.hackyBg {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 24px 0 0 24px;
}

.mobKido {
    display: none;
}

.headerTopTit {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.closeBtn svg {
    height: 25px;
    width: 25px;
    margin: 0.5rem;
    cursor: pointer;
}

#timeline {
    position: relative;
    z-index: 1;

}

#timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: radial-gradient(at top left,
            #ff9933 0%,
            transparent 30%),
        radial-gradient(at top right, #00a650 0%, transparent 30%), #000;
    z-index: -1;
}

.logoCont {
    width: 109px;
    height: 56px;
}

.slanglishInfoText {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {

    #about,
    #activities,
    #timeline,
    #partners,
    #slanglish {
        scroll-margin-top: 80px !important;
        /* adjust 20–50px as needed */
    }

    .headerLinks ul li {
        justify-content: center;
    }

    .webKido {
        display: none;
    }

    button#hamburgerBtn {
        display: block;
    }

    .headerLinks.mobile {
        display: none !important;
    }

    img.hackyBg {
        border-radius: 24px 24px 0 0;
    }

    .banImg .mobKido {
        top: -25px;
        border-radius: 24px;
        width: 98%;
        margin-left: 3px;
        display: block;
    }

    button#hamburgerBtn {
        display: block;
    }

    .anotherMTit {
        margin-bottom: 30px !important;
    }

    .anotherMTit h2 {
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 30px;
    }

    section#timeline {
        padding: 20px;
        overflow: hidden;
    }

    header .headerLinks {
        display: none;
    }

    .schoolSignupBtn {
        display: none;
    }

    header {
        width: calc(100% - 40px);
    }

    .abCyberbudhaCont {
        padding: 20px !important;
        flex-direction: column !important;
        border-radius: 0 !important;
    }

    .mobPzero {
        padding: 0 !important;
    }

    .footer_cont {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 15px;
    }

    .footTit {
        margin-bottom: 10px;
    }

    .footTit h4 {
        font-size: 20px;
    }

    .socialIcons {
        gap: 16px;
    }

    .socialIcons a {
        width: 28px;
    }

    .contactUs_cont a {
        min-height: auto;
    }

    .contactUs_cont {
        padding-left: 0;
    }

    .partnersGrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    section.ourPartners {
        padding: 20px 20px 30px 20px;
    }

    .partnerTit {
        margin-bottom: 25px;
    }

    .partnerTit h3 {
        font-size: 20px;
    }
    
    .logoIS img, .techPartnerLogo img {
    /*width: 65%;*/
    width: 70%;
    margin: auto;
}


    .blueInfo {
        padding: 20px;
    }

    .infoText h2 {
        font-size: 20px;
    }

    section.aboutUs .topFlag,
    section.slanglishBook .topFlag,
    section.blueInfo .topFlag {
        width: 65px;
    }

    section.aboutUs .bottomFlag,
    section.slanglishBook .bottomFlag,
    section.blueInfo .bottomFlag {
        width: 60px;
    }

    section.aboutUs,
    section.slanglishBook {
        padding: 40px 20px;
    }

    .aboutUs_img {
        min-width: 100%;
    }

    .aboutUs_img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .aboutUs_text h2 {
        font-size: 24px;
    }

    img.quoteImg {
        position: absolute;
        left: 0;
        top: -6px;
        width: 32px;
    }

    .slanglishImg {
        width: 75%;
    }

    .aboutUsCard_cont,
    .slanglishCard_cont {
        flex-direction: column-reverse;
    }

    .slanglishCard_cont {
        flex-direction: column;
        align-items: center;
    }

    .testiImg {
        position: relative;
        height: 100px;
        width: 100px;
    }

    .testiImg img {
        position: absolute;
        bottom: auto;
        top: -18px;
        object-fit: contain;
        transform: scale(2.0);

    }

    .showCase_cont {
        display: flex;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .showCase_text h2 {
        font-size: 24px;
    }

    .banOne {
        flex-direction: column;
        min-height: 300px;
        gap: 0;
    }

    .banImg {
        position: relative;
        min-width: auto;
        min-height: 250px;
    }

    .banImg .hackyKid {
        height: 100%;
        top: 0;
        border-radius: 24px;
        object-fit: cover;
    }

    .banImg .hackyKid {
        height: 100%;
        width: 250px;
        left: 0;
        top: 0px;
        border-radius: 24px;
        object-fit: cover;
    }

    .banImg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banContent {
        padding: 15px;
    }

    .bookOne>.boxTwo,
    .bookTwo>.boxTwo,
    .bookThree>.boxTwo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1em;
        /* height: 90vh; */
    }

    .book .boxTwo>div:nth-child(1) {
        /* border: 2px solid red; */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-right: 0px;
        width: 65%;
    }

    .boxTwo>div:nth-child(1) p {
        margin-top: 0.5rem;
        font-size: 10px;
        text-align: center;
    }

    .bookText>h2 {
        font-size: 24px;
        align-self: center;
        text-align: center;
        margin-top: 0.5rem;
    }

    .bookText p {
        margin-top: 0.2rem;
        font-size: 12px;
        /* font-weight: 500; */
    }

    .book .bookImg {
        /* width: 40vw; */
        /* margin-right: 1rem; */
        height: 35vh;
    }

    .bookImg img {
        height: 100%;
    }

    .book .bookText {
        width: 90%;
    }

    .book-popup {
        width: 95vw;
        height: 95vh;
        padding: 20px 10px;
    }

    .book-popup input,
    .book-popup button {
        max-width: 100%;
    }

    .purchasePaperBack,
    .downloadBook {
        /* margin: 0.5rem 0.5rem 0.5rem 0rem; */
        padding: 6px 12px;
        margin-top: 0.5rem;
        font-size: 12px;
    }

    .bookBtn {
        margin-top: 0rem;
        justify-content: center;
    }

    .downloadBook {
        margin-right: 0.5rem;
    }

    section.slanglishBook {
        padding: 30px;
    }

    .slanglishCard_cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .slanglishBookWrapper {
        /* width: 66vw; */
        display: flex;
        flex-direction: column-reverse;
    }

    .slanglishBook p {
        padding-top: 10px;
    }

    .aboutBook {
        width: 100vw;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .funGame {
        padding: 30px;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slanglishBookBtn {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 576px) {

    .logoIS,
    .techPartnerLogo {
        padding: 25px 15px;
        /* width: 100%; */
        /* height: 75%; */
    }
}

@media screen and (max-width: 430px) {

    .logoIS,
    .techPartnerLogo {
        padding: 30px 15px;
        /* width: 100%; */
        /* height: 75%; */
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .webKido {
        display: none;
    }

    img.hackyBg {
        border-radius: 24px 24px 0 0;
    }

    .banImg .mobKido {
        top: -25px;
        border-radius: 24px;
        width: 98%;
        margin-left: 3px;
        display: block;
    }

    button#hamburgerBtn {
        display: none;
    }

    .anotherMTit {
        margin-bottom: 40px !important;
    }

    .anotherMTit h2 {
        font-size: 28px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 36px;
    }

    section#timeline {
        padding: 30px;
        overflow: hidden;
    }

    header .headerLinks {
        display: block;
    }

    header {
        width: calc(100% - 60px);
    }

    .abCyberbudhaCont {
        padding: 30px !important;
        flex-direction: column !important;
        border-radius: 0 !important;
    }

    .mobPzero {
        padding: 0 !important;
    }

    .footer_cont {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px;
        gap: 20px;
    }

    .footTit {
        margin-bottom: 15px;
    }

    .footTit h4 {
        font-size: 22px;
    }

    .socialIcons {
        gap: 20px;
    }

    .socialIcons a {
        width: 30px;
    }

    .contactUs_cont a {
        min-height: auto;
    }

    .contactUs_cont {
        padding-left: 0;
    }

    .partnersGrid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    section.ourPartners {
        padding: 30px;
    }

    .partnerTit {
        margin-bottom: 30px;
    }

    .partnerTit h3 {
        font-size: 24px;
    }

    .blueInfo {
        padding: 30px;
    }

    .infoText h2 {
        font-size: 24px;
    }

    section.aboutUs .topFlag,
    section.slanglishBook .topFlag,
    section.blueInfo .topFlag {
        width: 75px;
    }

    section.aboutUs .bottomFlag,
    section.slanglishBook .bottomFlag,
    section.blueInfo .bottomFlag {
        width: 70px;
    }

    section.aboutUs,
    section.slanglishBook {
        padding: 60px 30px;
    }

    .aboutUs_img {
        min-width: 100%;
    }

    /* .slanglish_img {
        width: 40%;
    } */

    .aboutUs_img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    /* .slanglish_img img {
        height: auto;
    } */

    .aboutUs_text h2 {
        font-size: 28px;
    }

    img.quoteImg {
        position: absolute;
        left: 0;
        top: -6px;
        width: 36px;
    }

    .aboutUsCard_cont {
        flex-direction: column-reverse;
    }

    .slanglishCard_cont {
        flex-direction: row;
        /* align-items: center; */
    }

    /* .slanglish_content p {
        font-size: 14px;
    } */

    .testiImg {
        position: relative;
        height: 100px;
        width: 100px;
    }

    .testiImg img {
        position: absolute;
        bottom: auto;
        top: -18px;
        object-fit: contain;
        transform: scale(2.0);

    }

    .showCase_cont {
        display: flex;
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }

    .showCase_text h2 {
        font-size: 28px;
    }

    .banOne {
        flex-direction: column;
        min-height: 400px;
        gap: 0;
    }

    .banImg {
        position: relative;
        min-width: auto;
        min-height: 300px;
    }

    .banImg .hackyKid {
        height: 100%;
        top: 0;
        border-radius: 24px;
        object-fit: cover;
        width: 100%;
        left: 0;
    }

    .banImg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banContent {
        padding: 20px;
    }

    .bookOne {
        top: 50px;
    }

    .bookTwo {
        top: 80px;
    }

    .bookThree {
        top: 110px;
    }

    .bookOne>.boxTwo,
    .bookTwo>.boxTwo,
    .bookThree>.boxTwo {
        padding: 3em;
    }

    .boxTwo>div:nth-child(1) p {
        font-size: 12px;
    }

    .bookText>h2 {
        font-size: 32px;
    }

    .bookText p {
        font-size: 14px;
    }

    .book .bookImg {
        /* width: 20vw; */
        height: 35vh;
    }

    .bookImg img {
        height: 100%;
    }

    .purchasePaperBack,
    .downloadBook {
        /* margin: 0.5rem 0.5rem 0.5rem 0rem; */
        padding: 6px 12px;
        font-size: 14px;
        margin-top: 0.5rem;
    }

    .bookBtn {
        margin-top: 0.5rem;
    }

    .downloadBook {
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 1150px) {
    .bookText p {
        width: 100%;
    }
}

@media screen and (max-width: 1150px) and (min-width:768px) {

    section.slanglishBook {
        padding: 80px;
    }

    .slanglishCard_cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .slanglishBookWrapper {
        /* width: 66vw; */
        display: flex;
        flex-direction: column-reverse;
    }

    .slanglishBook p {
        padding-top: 10px;
    }

    .aboutBook {
        width: 105%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .funGame {
        padding: 30px;
        width: 70vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slanglishBookBtn {
        margin-top: 1rem;
    }
}

@media (max-width: 1400px) and (min-width: 1150px) {
    section.slanglishBook {
        padding: 80px 40px;
    }

    .aboutBook {
        padding: 15px;
    }

    .slanglishBook p {
        padding-top: 6px;
    }

    .funGame {
        padding: 15px;
    }
}