*{
    margin: 0;
    padding: 0;
}

.width-1440 {
    width: 100%;
    max-width: 1440px;
    padding: 0px 60px;
    margin: 0 auto;
}

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

.on-mobile {
    display: none;
}

.on-web {
    display: block;
}

body {
    overflow-x: hidden;
    margin: 0;
}

.container-full {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

section.hero-section-samagra-shiksha {
   background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    margin: 30px;
    display: flex;
    max-width: 1980px;
    width: 100%;
    justify-content: center;
}

.hero-container {
    background: linear-gradient(326deg, rgba(0, 0, 0, 0.00) 20.02%, rgba(0, 0, 0, 0.50) 43.05%, #000 106.36%);
    height: 95vh;
    display: flex;
    padding: 0px 0% 0px 8%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-radius: 24px;
    max-width: 1980px;
    width: 100%;
    max-height: 750px;
}



.hero-heading h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.hero-heading h1 a {
    color: white;
}

.hero-heading h1 a:hover {
    text-decoration: none;
}

.hero-paragraph p {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 50%;
    margin-top: 30px;
}

.down-arrow-hero {
    text-align: center;
    position: absolute;
    bottom: 20px;
    animation: MoveUpDown 1.5s linear infinite;
    left: 50%;
    cursor: pointer;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 20px;
    }

    50% {
        bottom: 30px;
    }
}


/* major digital education  */

.heading-major-digital-education h2 {
    color: #212121;
    text-align: center;
    font-family: 'Poppins';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    max-width: 1140px;
    line-height: 60px;
}

.heading-major-digital-education p {
    color: #575756;
    text-align: center;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    max-width: 920px;
    line-height: 30px;
    margin-top: 21px;
}

.heading-major-digital-education {
    margin-top: 65px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

/* smart classroom */

.text-smart-classroom-content h3 {
    color: var(--black-1, #212121);
    font-family: 'Poppins';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
    text-align: start;
}

.smart-classroom h3 {
    color: #575756;
    text-align: center;
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    max-width: 1440px;
    margin: 120px auto 38px auto;
}

.smart-classroom-section-one {
    width: 62% !important;
}

.smart-classroom p {
    color: #575756;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    max-width: 1440px;
    padding: 0px 60px;
    margin: 18px auto auto auto;
}

.text-smart-classroom-content p {
    color: #575756;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    margin-top: 18px;
    font-weight: 400;
    line-height: 30px;
}

.text-smart-classroom-content,
.image-smart-classroom-content {
    margin: auto;
}

.smart-classroom-content {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 100px auto auto auto;
}

.text-smart-classroom-content {
    padding-right: 40px;
    width: 100%;
    margin-top: 5px;
}

.image-smart-classroom-content {
    width: 42%;
    padding-right: 45px;
}

/* .buget-smart-classroom */

.budget-smart-classroom.smart-classroom {
    margin: 65px auto;
    border-radius: 12px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.budget-smart-classroom .heading-text h3 {
    color: #212121;
    text-align: center;
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    margin: 0px;
    font-weight: 600;
    line-height: 30px;
    padding: 28px;
}

.gird-row-container {
    display: flex;
}

.smart-classroom-section-second {
    width: 50%;
    margin: auto auto !important;
}

.smart-classroom-section-second h3 {
    color: var(--black-1, #212121);
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 66.667% */
}

.smart-classroom-section-second p {
    color: var(--black-2, #575756);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

.gird-row-container p {
    color: #575756;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 25px 28px;
    margin: 0;
    /* width: 75%; */
}

.grid-container {
    border-radius: 12px;
    border: 1px solid #D0D0D0;
    background: #FFF;
}

.gird-row-container h4 {
    width: 25%;
    color: #575756;
    font-family: 'Inter';
    font-size: 24px;
    margin: 0px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid #D0D0D0;
    border-top-width: 0px;
    border-left-width: 0px;
    padding: 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 25px 28px;
}

.grid-container {
    border: 1px solid #D0D0D0;
    background: #FFF;
    border-left: 0px;
    border-bottom: 0px;
    border-bottom-right-radius: 12px;
    border-right: 0px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.left-classroom {
    padding-right: 0px;
    padding-left: 0%;
    width: 55%;
    margin: 0px;
}

.image-section-second {
    width: 50%;
}

.section-footer-major-digital-classroom p {
    margin-bottom: 10px;
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: -20px;
}

.vision-container h5 {
    color: #14B1E7;
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-left: 60px;
}

.light-blue {
    color: #14B1E7;
}

.section-footer-major-digital-classroom p {
    text-align: center;
    font-family: 'POPPINS';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    color: #212121;
    line-height: 1.4;
    margin-bottom: 10px;
}

.reporting-and-impact-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  
  .reporting-and-impact-button>a>button {
    padding: 16px 50px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }

.footer-section-partner {
    border-radius: 20px;
    background: #E6F8FF;
    max-width: 1440px;
    margin: 60px 0px;
    padding: 50px 50px 28px 50px;
}

h3.mobile-version {
    display: none;
}

.ict-lab-classroom>.image-section-second {
    padding-left: 0px;
    padding-right: 45px !important;
}

.image-smart-classroom-content.image-section-second {
    padding-right: 0px;
    padding-left: 45px;
}

.image-smart-classroom-content.smart-classroom-right {
    padding-right: 0px;
    padding-left: 45px;
}

.ict-lab-classroom>.image-smart-classroom-content.image-section-second {
    padding-left: 0px !important;
    padding-right: 45px !important;
}

.second-section-smart-class {
    padding-right: 0px;
}

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

    .hero-container {
        height: 786px;
    }

    section.hero-section-samagra-shiksha,
    .hero-container {
        max-width: 1440px;
    }
}


@media screen and (max-width: 1100px) {
    .reporting-and-impact-button>a>button {
        width: 100%;
        height: 100%;
        padding: 8px 30px;
        font-size: 16px;
      }
}

@media only screen and (max-width: 992px) {
    .heading-major-digital-education p {
        font-size: 20px;
        margin-top: 18px;
    }

    .smart-classroom h3 {
        font-size: 48px;
    }

    .smart-classroom p {
        padding: 0px 20px;
        margin: 52px auto -25px auto;
    }

    .smart-classroom-section-one h3,
    .text-smart-classroom-content h3 {
        display: none;
    }

    .smart-classroom-section-one {
        padding-right: 0px;
    }

    .mobile-version {
        display: block !important;
    }

    .smart-classroom-content {
        display: flex;
        padding: 0px 30px 65px 30px;
        margin: 0px;
        flex-direction: row;
        gap: 25px;
    }

    .section-footer-major-digital-classroom p {
        font-size: 18px;
    }

    .section-footer-major-digital-classroom {
        margin: 0px;
    }

    .text-smart-classroom-content p {
        font-size: 18px;
        margin-left: 0px;
        font-weight: 400;
        line-height: 1.6;
        margin-top: 0px;
    }

    h3.mobile-version {
        margin-top: 80px;
        text-align: center;
        margin-bottom: 30px;
        color: #212121;
        font-family: Poppins;
        font-size: 38px;
        font-weight: 600;
    }

    h3.mobile-version.second-section {
        margin-top: 40px !important;
    }

    .smart-classroom-section-second {
        padding-right: 0px;
    }



    .text-smart-classroom-content {
        width: 50% !important;
        margin-top: 5px;
    }

    .image-smart-classroom-content {
        width: 50%;
        padding: 0px;
    }

    .budget-smart-classroom.smart-classroom {
        margin: 30px auto;
    }

    .gird-row-container p {
        padding: 20px 20px;
        margin: 0px;
    }

    .gird-row-container h4 {
        padding: 20px;
    }

    .smart-classroom p {
        font-size: 20px;
    }

    .left-classroom {
        padding-right: 20px;
        padding-left: 0%;
        margin-bottom: 20px;
    }

    .text-smart-classroom-content.left-classroom p {
        margin-top: 0px;
    }

    .on-mobile {
        padding: 0px;
        display: block;
        margin: 30px 0px;
    }

    .on-web {
        display: none;
    }

    .ict-mobile {
        flex-direction: column;
        padding: 0px 20px 0px 0px;
        margin: 65px 0px 0px 0px;
    }

    .ict-title {
        padding-left: 20px;
    }

    .ict-mobile .left-classroom p {
        padding-left: 20px;
        margin-top: 50px;
    }

    .budget-smart-classroom .heading-text h3 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0px;
    }

    .heading-major-digital-education {
        padding: 0px 6%;
    }

    .heading-major-digital-education h2 {
        font-size: 38px;
        line-height: 1.4;
    }

    .vision-container .heading-major-digital-education.width-1440 {
        margin-bottom: 38px;
    }

    .vision-container {
        margin-top: 80px;
    }

    .hero-heading h1 {
        font-size: 48px;
    }

    .hero-paragraph p {
        color: #FFF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        width: 70%;
        margin-top: 30px;
    }

    .heading-major-digital-education {
        margin-top: 30px;
    }

    .vision-container h5 {
        margin-left: 0px;
    }

    .budget-for-tablet-table-footer-text {
        margin-top: 20px;
    }

    .width-1440 {
        width: 100%;
        max-width: 1440px;
        padding: 0px 30px;
        margin: 0 auto;
    }

    .ict-lab-classroom>.image-smart-classroom-content.image-section-second,
    .image-smart-classroom-content.image-section-second {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .ict-lab-classroom>.image-smart-classroom-content {
        padding-right: 45px;
        padding-left: 0px;
    }

    .gird-row-container h4 {
        width: 30%;
    }

}

@media only screen and (max-width: 768px) {
    .hero-heading h1 {
        font-size: 32px;
        line-height: 1.4;
    }

    .hero-container {
        padding: 0px 8% 0px 8%;
    }

    .hero-paragraph p {
        line-height: 1.4;
        width: 100%;
        margin-top: 12px;
        font-size: 18px;
    }

    .heading-major-digital-education {
        margin-top: 22px;
    }

    .heading-major-digital-education p {
        margin-top: 8px;
    }

    .heading-major-digital-education h2 {
        line-height: 1.4;
        font-size: 32px;
    }

    .gird-row-container h4 {
        font-size: 20px;
    }

    .smart-classroom p {
        padding: 12px 20px;
        margin: 0px;
    }

    .text-smart-classroom-content p {
        margin-top: 38px;
    }

    h3.mobile-version {
        margin-top: 68px;
    }

    .left-text-tablet {
        flex-direction: column-reverse;
    }

    .right-text-tablet {
        flex-direction: column;
    }

    .left-text-tablet>.image-smart-classroom-content,
    .left-text-tablet>.image-smart-classroom-content>img,
    .right-text-tablet>.image-smart-classroom-content,
    .right-text-tablet>.image-smart-classroom-content>img {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .left-text-tablet>.text-smart-classroom-content,
    .left-text-tablet>.text-smart-classroom-content p,
    .right-text-tablet>.text-smart-classroom-content,
    .right-text-tablet>.text-smart-classroom-content p {
        margin: 0px;
        width: 100% !important;
    }

    .reporting-and-impact-button>a>button {
        font-size: 14px;
        border-radius: 5px;
        padding: 6px 25px;
      }
}

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

    .hero-container {
        padding: 0px 4% 0px 5%;
        height: 78vh;
    }

    section.hero-section-samagra-shiksha {
        margin: 20px 10px;
    }

    .hero-paragraph p {
        font-size: 16px;
    }

    .hero-heading h1 {
        font-size: 32px;
    }

    .smart-classroom-content.tablet-teacher {
        margin-top: -5px;
        padding-top: 0px;
    }

    .budget-smart-classroom .heading-text h3 {
        font-size: 22px;
        line-height: 1.6;
        margin: 0px;
        padding: 10px;
    }

    .heading-major-digital-education {
        margin-top: 22px;
        padding: 0px 15px;
    }

    h3.mobile-version {
        font-size: 32px;
        margin-top: 60px;
    }

    .heading-major-digital-education h2 {
        line-height: 1.4;
        font-size: 24px;
    }

    .smart-classroom h3 {
        font-size: 34px;
    }

    .gird-row-container h4 {
        width: 50%;
        text-align: center;
        padding: 10px;
        font-size: 16px;
    }

    .gird-row-container p {
        padding: 10px;
        font-size: 15px;
        margin: 0px;
        line-height: 1.6;
    }

    .text-smart-classroom-content {
        padding-right: 20px;
    }

    .smart-classroom-content {
        padding: 10px 18px;
        flex-direction: column-reverse;
    }

    .image-smart-classroom-content,
    .text-smart-classroom-content {
        width: 100% !important;
        padding: 0px;
    }

    .ict-lab-classroom {
        flex-direction: column !important;
    }

    .budget-smart-classroom.smart-classroom {
        margin: 30px 0px 0px 0px;
        padding: 0px;
        width: 100%;
    }

    .text-smart-classroom-content p {
        margin-top: 0px;
    }

    .section-footer-major-digital-classroom p {
        font-size: 16px;
        padding: 0px 16px;
        text-align: center;
        margin-top: 8px;
    }

    .vision-container {
        margin-top: 38px;
    }

    .heading-major-digital-education p {
        text-align: start;
        font-size: 18px;
    }

    .footer-section-partner {
        border-radius: 20px;
        background: #E6F8FF;
        max-width: 1440px;
        margin: 35px auto;
        padding: 25px 10px 15px 10px;
    }

    .ict-mobile {
        margin: 0px;
    }

    .width-1440 {
        padding: 0px 22px;
    }

    .footer-section-partner p {
        text-align: center;
    }

}