/* Custom styles for the page */
h2,
h1 {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    font-weight: 500;
    color: #286dc0;
}

/* p,li{
    font-family: 'Source Serif Pro',serif;
  } */


.header {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.header-content {
    position: absolute;
    top: 80%;
    left: 0;
    transform: translate(0, -80%);
    width: 50%;
    text-align: center;
    /* z-index: 1; */
    padding: 0 10px;
    background: linear-gradient(to right, rgba(33, 71, 109, 0.7), rgba(33, 71, 109, 0));
}

.header h1 {
    font-family: "Merriweather", serif;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}


.resources-heading {
    background: #00356b;
    padding: 10px 10px 10px 100px;
    font-size: 24px;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.resources-heading h2 {
    color: #fff;
}


.content {
    margin-top: 20px;
    padding: 10px;
    font-family: 'Source Serif Pro', serif;
}

.row.container.size.px-5 {
    margin-left: 70px;
}

.development-section {
    background: #fff;
    padding: 20px 10px 20px 10px;
    border-top: 3px solid #286dc0;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Source Serif Pro', serif;

}

.row.container.size.ml-5.px-4 {
    margin-left: 150px;
}

.blogs-section {
    padding: 20px 10px 10px 10px;
    background: #ffffff;
    border-top: 3px solid #286dc0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: 'Source Serif Pro', serif;
}

.blogs-section1 {
    padding: 20px 10px 10px 10px;
    background: #ffffff;
    border-top: 5px solid #286dc0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
    font-family: 'Source Serif Pro', serif;
    margin-left: 90px;
}

.line {
    border-bottom: 1px solid #cccccc;
}

.blog-link {
    padding: 10px;
    transition: background-color 0.3s ease;
}


.blog-link:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.blog-link h4 {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.blog-link p {
    color: #777777;
    font-size: 14px;
}

.best-practices-section {
    margin-top: 30px;
    background: #fff;
    font-family: 'Source Serif Pro', serif;

}

.best-practices-section h2 {
    color: #fff;
    padding: 10px 10px 10px 100px;
    background: #00356b;
}



@media (max-width: 576px) {
    .teachers-corner-heading {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .resources-heading {
        font-size: 20px;
    }

    .blogs-section h3 {
        font-size: 20px;
    }

    .best-practices-section {
        margin-top: 20px;
        padding: 15px;
    }
/* 
    .container {
        min-width: 100%;
    } */

}

.content-section1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.652), rgba(0, 0, 0, 0.652)), url(../Images/imageschool.jpg);


    background-position: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;

    padding: 400px 0px 200px 0px;


}

.cc4 {
    font-size: 50px;

}

.vv {
    padding: 100px 150px 100px 150px;
}

.bg1 {
    background: #2067af;

}

.c1,
.c2,
.c3,
.c4 {
    color: white !important;
    margin-left: 30px;
}

.c1 {
    font-size: 40px !important;
    margin: 0px 0px 20px 30px;
    font-weight: 600;
}

.c2,
.c4 {
    font-size: 17px !important;
}

.c3 {
    font-size: 19px !important;
}

.ct {
    border-radius: 10px !important;
    border-bottom: 5px solid #dfbc67;
}

.c6 {
    font-size: 40px !important;
    margin: 60px 0px 40px 0px;
    color: #1f67af;
    font-weight: 600;
}

.c7 {
    font-size: 17px;
    padding: 0px 100px 30px 100px;
}

.c9 {
    color: #286dc0;
}
@media (max-width: 480px) {
    .content-section1 {

        padding: 200px 0px 140px 0px !important;
    }

    .row.container.size.px-5 {
        margin-left: -10px !important;
    }

    .vv {
        padding: 50px 10px 10px 10px !important;
    }

   

    section.p-5.container.size {
        padding: 10px !important;
    }

    .px-5.content.size.container {
        padding: 2px !important;
    }

    .c1,
    .c2,
    .c3,
    .c4 {
        color: white !important;
        margin-left: 0px !important;
    }

    .row.container.size.px-5 {
        padding-right: 3px !important;
        padding-left: 3px !important;
        display: grid !important;
    }

    .row.container.size.px-5 {
        padding: 0px !important;
    }

    .col-md-6 {
        width: 100% !important;
    }

    .development-section,
    .blogs-section {

        width: 330px !important;
        margin-left: -35px !important;
    }

    .row.container.size.ml-5.px-4 {
        display: grid !important;
    }

    .blogs-section {

        margin-left: -30px !important;
    }

    .c7 {
        font-size: 17px;
        padding: 0px 10px 30px 10px !important;
    }

    /* .blogs-section1 {
 

  margin: 0px 30px 30px -60px !important;
} */
    /* .blogs-section1 {
  margin: 0px -100px 30px -60px !important;
} */

    .blogs-section1 {
        display: none !important;
    }

    .px-5.content.size.container {
        padding: 2px !important;
        display: none;
    }

    .row.container.size.ml-5.px-4 {
        margin-left: 40px !important;
    }
}









@media (max-width: 768px) {

    /* .vv {
    padding: 50px 10px 10px 10px !important;
  }
  .p-5 {
    padding: 3px !important;
  } */
    .row.container.size.ml-5.px-4 {
        margin-left: 40px !important;
    }

    .content-section1 {

        padding: 200px 0px 140px 0px !important;
    }

    .row.container.size.px-5 {
        margin-left: -10px !important;
    }

    .row.container.size.px-5 {
        display: grid;
    }

    .row.container.size.ml-5.px-4 {
        display: grid;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .blogs-section1 {
        padding: 20px 10px 10px 10px;
        background: #ffffff;
        border-top: 5px solid #286dc0;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-bottom: 20px;
        font-family: 'Source Serif Pro', serif;
        margin-left: 0px !important;
    }

    .vv {
        padding: 100px 10px 100px 10px !important;
    }
}
