:root {
    --primary-orange: #EB8E0D;
    --deep-red: #E55225;
    --teal-blue: #3AC9C2;
    --bg-cream: #FEF6EF;
    --text-dark: #272B2B;
    --font-family: "DM Sans", sans-serif;
}

body {
    font-family: var(--font-family) !important;
    background-color: var(--bg-cream) !important;
    color: var(--text-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans" sans-serif !important;
}

.main-section {
    padding: 0 40px;
}

.hero_text {
    padding-top: 55px;
    position: relative;
}

.hero_text .book_img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-section h1 {
    font-size: 148px;
    letter-spacing: -8px;
    line-height: 0.8;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.hero-section h1 span {
    color: var(--primary-orange);
}

.bg-orange h2 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: -5%;
    font-family: var(--font-family) !important;
    font-weight: 600;
}

.bg-orange h2 span {
    color: var(--teal-blue);
}

.bg-orange p {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -5%;
    padding-top: 20px;
}

.reality_box img {
    width: 130px;
}

.side_img {
    position: absolute;
    right: 0;
    padding-top: 20px;
}

.stat-box {
    position: relative;
}

.the_reality {
    background-color: var(--deep-red);
    margin: 100px 0;
    padding: 40px;
    border-radius: 120px;
}

.the_reality h2 {
    font-size: 148px;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: -8px;
    font-family: var(--font-family) !important;
    font-weight: 600;
    color: #FEF6EF;
    text-align: center;
}

.the_reality h2 span {
    color: #FFFFFF4D;
}

.sale_offer h5 {
    font-size: 40px;
    color: #E55225;
    text-transform: uppercase;
    font-weight: 900;
}

.sale_offer h2 {
    font-size: 148px;
    color: #E55225;
    font-weight: 900;
}

.sale_offer p {
    font-size: 24px;
    color: #E55225;
    line-height: 1;
    font-weight: 400;
}

.sale_offer .cricle {
    width: 428px;
    height: 428px;
    background-color: #FEF6EF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
}

.parent_content h3 {
    font-size: 40px;
    letter-spacing: normal;
    text-align: start;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.parent_content p {
    font-size: 24px;
    color: #FEF6EF;
    line-height: 1.3;
    font-weight: 400;
    padding-top: 20px;
}

.sale_offer .cricle.bg_color {
    background-color: #FFE4C0;
    z-index: 2;
    position: relative;
}

.sale_offer .cricle.position-relative {
    left: 60px;
    z-index: 1;
}

.child_3 {
    position: absolute;
    bottom: -40px;
    z-index: 3;
    text-align: center;
}

.child_3 img {
    width: 87%;
}

.we_content {
    background-color: #FCE01A;
    border-radius: 80px;
    padding: 35px 51px;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.we_content h4 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1;
}

.shift_inhow {
    margin-bottom: 100px;
}

.shift_inhow h1 {
    font-size: 148px;
    letter-spacing: -8px;
    font-weight: 900 !important;
    line-height: 0.8;
    text-transform: uppercase;
}

.shift_inhow h1 span {
    color: var(--primary-orange);
}

.it_wont {
    width: 575px;
    padding-left: 30px;
    margin-top: 50px;
}

.it_wont h4 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
}

.it_wont h4 span {
    margin-top: 40px;
    display: block;
    color: var(--deep-red);
}

.border_box {
    position: relative;
    top: -19px;
    left: 0;
    z-index: 0;
    width: 780px;
    min-width: 100%;
}

.parent_boxs img {
    position: relative;
    z-index: 2;
    top: -45px;
}

.about_image {
    position: relative;
    z-index: 1;
}

.about_text_box p {
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

.parent_boxs {
    position: relative;
}

.about_text_box {
    position: absolute;
    bottom: 20%;
    right: 56%;
    z-index: 9;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 80px;
    width: 428px;
}

.right_10 {
    position: absolute;
    bottom: 20%;
    left: 56%;
    z-index: 9;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 80px;
    width: 428px;
}

.border_2 {
    background-image: url(../image/border-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -52px;
    position: relative;
}

.marign_top {
    padding-top: 200px !important;
}

.bg_img_section {
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    padding: 140px 40px;
    background-size: 100% 100%;
    margin: 50px 0;
}

.bg_img_section h1 {
    font-size: 148px;
    letter-spacing: -8px;
    font-weight: 900;
    line-height: 0.8;
    text-transform: uppercase;
}

.bg_img_section h1 span {
    color: #fff;
}

.bg_img_section h4 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.bg_img_section h4 span {
    color: #FCE01A;
    display: block;
    padding-top: 40px;
}

.our-program h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 50px 0 20px;
}

.our-program ul {
    padding: 0;
    margin: 0;
}

.our-program ul li {
    border-bottom: 1px dashed #FFFFFF4D;
    border-top: 1px dashed #FFFFFF4D;
    color: #fff;
    font-size: 21px;
    list-style: none;
    padding: 15px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.our-program ul li img {
    width: 25px;
}

.our-mission {
    margin: 30px 0;
    position: relative;
}

.our-mission h1 {
    font-size: 148px;
    letter-spacing: -8px;
    font-weight: 900 !important;
    line-height: 0.8;
    text-transform: uppercase;
    margin: 0;
}

.our-mission h1 span {
    color: var(--primary-orange);
}

.mission_box {
    background-color: #fff;
    border-radius: 80px;
    padding: 40px 60px;
    margin-top: 180px;
}

.mission_box ul {
    padding: 0;
    margin: 0;
}

.mission_box ul li {
    list-style: none;
    border-bottom: 1px dashed #272B2B4D;
    border-top: 1px dashed #272B2B4D;
    font-size: 24px;
    list-style: none;
    padding: 15px 0;
}

.mission_box h4 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    padding: 30px 0;
    line-height: 1;
}

.mission_text {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    width: 541px;
    max-width: 100%;
    margin-top: 40px;
}

.mission_text span {
    color: var(--teal-blue);
}

.men_book {
    position: absolute;
    left: 0;
}

.our-mission .why_reading {
    margin-top: 180px;
}

.big-circle {
    background-image: url(../image/big-circle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 720px;
    padding: 50px;
    margin-top: 50px;
    margin-left: -90px;
    position: relative;
}

.big-circle p {
    font-size: 40px;
    line-height: 1;
    padding: 65px 40px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.big-circle span {
    display: block;
    color: var(--deep-red);
}

.orange_color {
    background-color: #FFE4C0;
    border-radius: 80px;
}

.box_org {
    background-color: var(--deep-red);
    border-radius: 80px;
    display: flex;
    gap: 50px;
    padding: 40px;
    width: 425px;
    color: #fff;
    margin: auto;
    position: relative;
    align-items: center;
    left: 22%;
    top: -84px;
    text-transform: uppercase;
}

.box_org img {
    filter: invert(1);
}

.box_org h4 {
    padding-bottom: 0 !important;
    margin: 0;
}

.whan_childs {
    position: relative;
    z-index: 2;
}

.orange_color {
    padding: 60px;
}

.orange_color ul li {
    list-style: none;
    font-size: 24px;
    font-weight: 400 !important;
    border-bottom: 1px dashed #272B2B4D;
    border-top: 1px dashed #272B2B4D;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.orange_color ul li img {
    width: 30px;
    margin-right: 10px;
}

.orange_color h4 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 60px;
}

.orange_color h4 span {
    color: var(--deep-red);
}

.color_org {
    color: var(--primary-orange);
}

.orange_color .padding_right {
    padding-right: 50px;
}

.orange_color .padding_left {
    padding-left: 50px;
}

.our_belief {
    background-image: url(../image/our_belief.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 40px;
    color: #fff;
}

.our_belief h1 {
    font-size: 148px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.our_belief h4 {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 0;
    width: 528px;
}

.belief_box {
    background-color: #fff;
    border-radius: 80px;
    padding: 60px;
    margin-top: 80px;
}

.belief_box h4 {
    text-transform: uppercase;
    color: #272B2B;
    font-weight: 900;
    margin-bottom: 30px;
}

.belief_box ul li {
    color: #272B2B;
    list-style: none;
    border-bottom: #272B2B4D 1px dashed;
    border-top: #272B2B4D 1px dashed;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.belief_box ul li img {
    width: 25px;
    margin-right: 20px;
}

.loop_img {
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    left: 187px;
    right: 0;
    margin-top: -30px;
}

.believe_text {
    position: absolute;
    bottom: 20px;
    width: auto !important;
    padding-left: 100px !important;
}

.believe_text span {
    color: #272B2B;
}

.footer_section ul li {
    list-style: none;
    border-bottom: 1px dashed #272B2B4D;
    border-top: 1px dashed #272B2B4D;
    font-size: 24px;
    padding: 10px 0;
}

.footer_section {
    padding: 50px 40px;
}

.footer_section h4 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
}

.footer_section h4 span {
    color: var(--primary-orange);
}

.desktop_view {
    display: block;
}

.mobile_view {
    display: none;
}
.position-absolute.desktop_view{
        width: 300px;
    right: 40px;
}
@media (max-width:1299px){
    .hero-section h1{
        font-size: 100px;
        letter-spacing: 0;
    }
    .sale_offer h5{
        font-size: 30px;
    }
    .bg-orange h2{
        font-size: 30px;
    }
    .bg_img_section h1{
        font-size: 100px;
        letter-spacing: 0;
    }
    .our-mission h1{
        font-size: 100px;
        letter-spacing: 0;
    }
    .mission_box{
        border-radius: 60px;
        padding:  30px;
    }
    .our-mission .why_reading{
        margin-top: 100px;
    }
    .big-circle{
        margin-bottom: 40px;
       
    }
    .orange_color h4{
        font-size: 30px;
    }
    .big-circle p{
        font-size: 30px;
        padding: 30px;
    }
    .our_belief h1{
        font-size: 100px;
    }
    .our_belief h4{
        font-size: 30px;
    }
    .belief_box{
        border-radius: 60px;
        padding: 40px;
    }
    .it_wont h4{
        font-size: 30px;
    }
    .it_wont{
        width: 500px;
    }
    .footer_section h4{
        font-size: 30px;
    }
    .men_book img{
        width: 600px;
        margin-top: 80px;
    }
    .mission_text{
        font-size: 30px;
        line-height: 1.2;
    }
    .mission_box h4{
        font-size: 30px;
    }
    .side_img img{
        width: 400px;
    }
    .bg_img_section .d-flex img{
        width: 90px;
    }
    .the_reality h2{
        font-size: 100px;
        letter-spacing: 0;
    }
    .shift_inhow h1{
        font-size: 100px;
        letter-spacing: 0;
    }
    .border_2{
            margin-top: -112px;
    }
    .parent_content h3{
        font-size: 30px;
    }
    .sale_offer .cricle{
            width: 340px;
    height: 340px;
    }
    .row.justify-content-center.align-items-center.my-5 {
    margin-bottom: 0 !important;
}
.the_reality{
    border-radius: 80px;
}
.sale_offer h2{
    letter-spacing: 0;
}
.sale_offer .cricle.position-relative{
    left: 45px;
}
.bg_img_section h4{
    font-size: 30px;
}
.our-program h3{
    font-size: 30px;
}
.we_content{
    padding: 30px 40px;
    border-radius: 60px;
    margin-top: 30px;
}
.we_content img{
    width: 6%;
}
.we_content h4{font-size: 30px;}
}
@media(max-width:1199px){
    .the_reality h2{
        font-size: 80px;
    }
    .side_img img{
        max-width: 100%;
        width: 100%;
    }
    .reality_box img {
    width: 78px;
}
    .sale_offer p{
        font-size: 20px;
    }
    .parent_content p{
        font-size: 20px;
    }
    .shift_inhow h1{
        font-size: 90px;
    }
    .we_content h4{
        font-size: 25px;
    }
    .bg_img_section h4{
        font-size: 25px;
    }
    .bg_img_section h1{font-size: 90px;}
    .hero-section h1{
        font-size: 90px;
    }
    .our-mission .why_reading{
        font-size: 90px;
    }
    .it_wont h4{
        font-size: 30px;
    }
    .our_belief h1{
        font-size: 90px;
    }
    .our_belief h4{
        font-size: 25px;
        max-width: 100%;
    }
    .orange_color h4{
        font-size: 25px;
    }
    .orange_color ul li{
        font-size: 20px;
    }
    .box_org{
        border-radius: 50px;
        padding: 30px;
        gap: 30px;
    }
    .border_2 {
        margin-top: -140px;
    }
    .position-absolute.desktop_view{
        width: 200px;
        top:150px
    }
    .orange_color{
        border-radius: 50px;
        padding: 50px;
    }
    .big-circle{
        width: 100%;
    }
    .big-circle p{
        font-size: 25px;
    }
    .mission_box{
        border-radius: 40px;
    }
    .men_book img{
        width: 50%;
        margin: 0;
    }
    .mission_box ul li{
        font-size: 20px;
    }
    .mission_box ul li img{
        width: 25px;
    }
    .mission_text{
        font-size: 25px;
    }
    .mission_box h4{
        font-size: 25px;
        padding: 10px 0;
    }
    .our-mission h1{
        font-size: 90px;
    }
    .about_text_box p{
        font-size: 18px;
    }
    .our-program ul li{
        font-size: 18px;
    }
}
@media (max-width:767px) {
    .hero-section h1 {
        font-size: 38px;
        letter-spacing: 0;
        width: 200px !important;
    }
.our-program ul li{
    font-size: 16px;
    padding: 10px 0;
}
.bg_img_section h4.mt-5{
padding: 0 !important;
}
    .marign_top {
        padding-top: 0 !important;
    }
    .hero_text{
        padding-top: 30px;
    }
    .mission_text{
        font-size: 24px;
    }
    .mission_box{
        padding: 20px;
        border-radius: 40px;
        margin-top: 30px;
    }
    .men_book.mobile_view{
        margin-top: -30px;
    }
    .big-circle{
        background-image: url(../image/m-big-circle.png);
        
    }
    .big-circle p{
        font-size: 24px;
        padding: 35px 0px 35px 30px
    }
    .orange_color .padding_right{
        padding-right: 0;
    }
    .orange_color{
        padding: 20px;
        border-radius: 40px;
    }
    .orange_color h4{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .orange_color ul li{
        font-size: 16px;
        padding: 5px 0;
    }
    .orange_color .padding_left h4{
        margin-top: 30px;
    }
    .mission_box h4{
        font-size: 24px;
        padding: 10px;
        margin: 0;
    }
    .mission_box ul li img{
        width: 25px;
    }
    .mission_box ul li{
        font-size: 16px;
        padding: 10px 0;
    }
    .parent_boxs img {
        top: 0;
    }

    .book_img img {
        width: 200px;
    }

    .hero_text .book_img {
        left: 0px;
        bottom: -50px;
    }
.our-mission .why_reading{
    padding-left: 90px;
    z-index: 3;
    position: relative;
    font-size: 38px;
}
    .bg-orange h2 {
        font-size: 24px;
        line-height: 1;
        position: relative;
        z-index: 3;
        width: 267px;
    }

    .bg-orange p {
        font-size: 16px;
        padding: 0 !important;
    }

    .reality_box img {
        width: 70px;
    }

    .side_img {
        width: 200px;
    }

    .reality_box.d-flex.gap-4.mt-5.align-items-center {
        display: block !important;
    }

    .the_reality h2 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .shift_inhow h1 {
        font-size: 38px;
        letter-spacing: 0;
    }

    .border_box {
        max-width: 100%;
    }

    .bg_img_section h1 {
        font-size: 38px;
        letter-spacing: 0;
    }

    .bg_img_section .d-flex img {
        width: 18%;
    }
    .bg_img_section .d-flex {
        width: 150px;
    }

    .our-mission h1 {
        font-size: 38px;
        letter-spacing: 0;
    }

    .stat-box.ps-3 {
        padding: 0 !important;
        line-height: 1;
    }
    .our-mission .why_reading{
        margin-top: 175px;
    }

    .big-circle {
        width: 100%;
        margin-left: 0px;
        padding: 20px;
        max-width: 100%;
    }

    .our_belief h1 {
        font-size: 38px;
    }

    .our_belief h4 {
        width: 100%;
        font-size: 24px;
        margin-bottom: 0px;
    }
    .believe_text{
        position: static;
        padding-left: 10px !important;
        padding-top: 30px !important;
    }
    .footer_section h4{
        font-size: 24px;
    }
    .footer_section{
        padding: 20px 0;
    }
    .footer_section ul.p-0.m-0{
        margin-top: 30px !important;
    }
    .footer_section ul li{
        font-size: 16px;
    }
    .loop_img {
                width: 100%;
        left: -38px;
        right: 0;
        margin-top: -14px;
        transform: rotate(-8deg);
    }
    .loop_img img{
        width: 200px;
    }
    .belief_box{
        border-radius: 40px;
        padding: 40px 20px;
    }

    .box_org {
        left: 0;
        width: 100%;
    }

    .orange_color .padding_left {
        padding-left: 10px;
    }
    .box_org{
        gap: 10px;
        border-radius: 40px;
        padding: 20px;
        top:0;
    }
    .box_org h4{
        font-size: 24px;
    }
    .box_org img{
        width: 100px;
        height: 80px;
    }
    .our_belief{
        background-image: url(../image/m_our_belief.png);
    }
    .about_text_box {
        width: 200px;
        right: 0;
        left: 0;
        bottom: -40px;
        padding: 20px;
        border-radius: 40px;
    }
   .shift_inhow .border_2 .parent_boxs.border_about{
        margin-top: -431px;
    padding-right: 0;
    padding-left: 80px;
    bottom: 200px;
    }
    .shift_inhow .border_2 .parent_boxs.border_about .about_text_box{
        bottom: -120px;
    }
.border_5{
    position: relative;
    margin-top: -220px;
    width: 90%;
}
.bg_img_section{
    background-size: cover;
    background-image: url(../image/bg-m.png);
    padding: 60px 0px !important;
}
.bg_img_section h4{
    font-size: 24px;
    padding-left: 80px;
}
.mt-5.pt-5.m_margin{
    margin: 0 !important;
}
.our-program h3{
    font-size: 24px;
    padding: 30px 0 10px;
}
    .set_border {
        margin: auto;
        margin-top: 35px;
        width: 100%;
    }
.floer_imgs{
        position: absolute;
    bottom: 224px;
    width: 155px;
    right: 30px;
}
    .it_wont {
        width: 100%;
        padding-left: 80px;
        position: relative;
        z-index: 2;
    }

    .it_wont h4 span {
        margin-top: 20px;
    }

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

    .the_reality {
        border-radius: 40px;
        padding: 20px 0 !important;
        padding-bottom: 0 !important;
    }

    .parent_content p {
        font-size: 16px;
    }

    .sale_offer h5 {
        font-size: 24px;
    }

    .sale_offer p {
        font-size: 16px;
        margin: 0;
    }

    .sale_offer .cricle.position-relative {
        left: 10px;
    }

    .sale_offer .cricle {
        width: 185px;
        height: 177px;
        padding: 20px;
    }

    .main-section {
        padding: 30px 0px;
        margin: 0;
    }

    .the_reality .row.justify-content-center.align-items-center.my-5 {
        margin: 30px 0 !important;
    }

    .we_content h4 {
        font-size: 24px;
        margin: 0;
    }

    .child_3 {
        position: relative;
        bottom: 0px;
    }

    .shift_inhow .col-lg-4.col-md-4 {
        order: 1;
    }

    .about_center {
        text-align: center;
    }

    .about_image {
        width: 200px;
        margin-top: -84px;
    }

    .about_text_box p {
        font-size: 16px;
    }

    .parent_boxs {
        padding-left: 80px;
    }

    .it_wont h4 {
        font-size: 24px;
    }

    .we_content {
        padding: 10px;
        gap: 10px;
        border-radius: 40px;
        margin-bottom: 0;
    }

    .we_content img {
        width: 20px;
    }

    .desktop_view {
        display: none;
    }

    .border_box .mobile_view {
        width: 230px;
        position: absolute;
    }

    .mobile_view {
        display: block;

    }

    .border_2 {
        background: none;
    }

    .shift_inhow .border_2 .parent_boxs {
        padding-left: 0px;
        padding-right: 80px;
        bottom: 200px;
    }
    

    .shift_inhow .about_text_box.right_10 {
        left: inherit;
        bottom: -90px;
    }

    .hero_text .mobile_view {
        position: absolute;
        right: 0px;
    }
}
@media (max-width:600px){
    .our-mission .why_reading{
        padding-left: 0;
        font-size: 30px;
    }
    .set_border{
        margin-top: 103px;
    }
    .big-circle{
        margin: 20px 0 0;
        width: 100%;
    }
    .big-circle p {
        font-size: 16px;
        padding: 11px 0px 11px 30px;
    }
    .shift_inhow .border_2 .parent_boxs.border_about .about_text_box {
        bottom: -70px;
    }
    .shift_inhow .border_2 .parent_boxs.border_about{
                      margin-top: -118px;
        bottom: 200px;
    }
    .about_text_box{
        width: 198px;
    }
}