*, *::before, *::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0;
}

a{
    text-decoration: none;
}

:root{
    --theme-yellow: #ecb242;
    --theme-reddish-brown: #500c00;
    --theme-yellow001: #f3b538;
    --theme-orange: #f47c34;
    --theme-orange001: #ca6502;
    --theme-orange-darker: #f2650d;
    --theme-orange-darkest: #a95109;
    --theme-whilte: #ffffff;
    --theme-lightorange: #fbd77f;
    --theme-darkgray: #222222;
    --theme-darkbrown: #3d3633;
    --theme-antiq-brown001: #b58962;
    --theme-antiq-brown002: #946d4b;
    --theme-antiq-brown003: #caa984;
    --theme-antiq-brown004: #e8dbc3;
    --theme-antiq-brown005: #e4cea6;
    --theme-antiq-brown006: #665850;
}

.master-container{
    min-height: 100vh;
    background-image: linear-gradient(to right bottom, #c96401, #d5790f, #e08f1f, #eba42e, #f5b93e);
}

.decor001{
    position: absolute;
    height: 1000px;
    width: 86%;
    top: -50px;
    right: 0;
    background: url(../images/materials/br_decor001.png) no-repeat;
    background-size: cover;
}

.decor002{
    position: absolute;
    height: 1000px;
    width: 90%;
    top: -30px;
    right: 0;
    background: url(../images/materials/br_decor002.png) no-repeat;
    background-size: cover;
}

.decor003{
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/materials/br_decor003.png) no-repeat;
    background-size: cover;
}

.decor004{
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/materials/br_decor004.png) no-repeat;
    background-size: cover;
}

.decor005{
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/materials/br_decor005.png) no-repeat;
    background-size: cover;
}

.decor006{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 300px;
    left: 0;
    background: url(../images/materials/decor006.png) no-repeat;
    background-size: 80% 80%;
}

.intro{
    min-height: max-content;
    background: none;
    overflow: visible;
}

.intro::before{
    content: none;
}

.sm-link{
    background: var(--theme-reddish-brown);
    color: var(--theme-yellow001);
}

.sm-link::before{
    background: var(--theme-orange001);
}

.nav-link::before{
    background: var(--theme-reddish-brown);
}

.nav-link.child{
    color: var(--theme-reddish-brown);
}

.nav-menu::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: opacity(0.8);
    background: var(--theme-yellow001);
    border-top: 8px solid var(--theme-orange001);
    border-bottom: 8px solid var(--theme-orange001);
}

.menu-item a{
    color: var(--theme-reddish-brown);
}

.abt-child-container{
    position: relative;
    padding: 50px 100px;
}

.abt-child-title{
    position: relative;
    width: 100%;
    padding: 50px 0;
    color: var(--theme-reddish-brown);
}

.abt-child-title.blogs{
    padding: 0 0 50px;
}

.abt-child-title.blogs h2{
    font-size: 3.2rem;
    color: var(--theme-reddish-brown);
}

.sub-title{
    position: relative;
    width: 80%;
    margin: 20px auto;
}

.sub-title::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    left: -40px;
    top: 0;
    background: var(--theme-reddish-brown);
}

.sub-title p{
    font-family: 'Gayathri', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    font-style: italic;
    color: var(--theme-reddish-brown);
}

.txt-block h6{
    text-align: center;
    padding-bottom: 1rem;
}

.txt-block .p-sloka{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt-block .p-nonsloka{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-nonsloka span{
    font-size: 1.1rem;
}

.p-container{
    position: relative;
    display: flex;
    gap: 20px;
}

.abt-child-standard{
    position: relative;
    padding: 50px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    flex-wrap: wrap;
    z-index: 1;
}

.abt-child-standard.blogs{
    padding: 0 0 100px;
}

.abt-child-standard.awards{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.tblAwards{
    color: var(--theme-reddish-brown);

}

.abt-child-standard.blogs .txt-block{
    position: relative;
    display: block;
    column-count: 2;
    column-gap: 60px;
    padding-bottom: 80px 0 0 80px;
}

.abt-child-standard.blogs .txt-block::before{
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: -50px;
    background: var(--theme-reddish-brown);
}

.abt-child-standard.blogs .txt-block:first-child::before{
    content: none;
}

.abt-child-standard.blogs .txt-block::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 100px;
    border-radius: 50%;
    left: calc(50% - 1px);
    top: -100px;
    background: var(--theme-reddish-brown);
}

.abt-child-standard.blogs .txt-block:first-child::after{
    content: none;
}

.abt-child-standard.blogs .txt-block p{
    /*font-family: 'Gayathri', sans-serif;
    font-weight: 700;*/
    font-size: 1.2rem;
    letter-spacing: 1px;
    word-spacing: 0.2rem;
    text-align: justify;    
    color: var(--theme-reddish-brown);
    margin-bottom: 2rem;
}

.abt-child-standard.blogs.courses .txt-block{
    columns: 1;
}

.abt-child-standard.blogs.courses .txt-block p{
    margin-bottom: 0;
}

.abt-child-standard.blogs.courses .txt-block p span:first-child{
    width: 250px;
}

.abt-child-standard.blogs.courses .txt-block h6{
    text-align: left;
}

.unit-box{
    position: relative;
    padding: 10px;
    background: var(--theme-yellow001);
    z-index: 10;
}

.unit-box::before{
    position: absolute;
    content: '';
    width: 96%;
    height: 96%;
    left: 2%;
    top: 2%;
    background: var(--theme-orange001);
    z-index: 2;
    filter: blur(0.5rem);
}

.unit-box img{
    position: relative;
    width: 298px;
    height: auto;
    z-index: 11;
}

.unit-box .txt-box{
    position: relative;
    padding: 10px 0 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--theme-yellow001);
    z-index: 11;
}

.unit-box .txt-box h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--theme-reddish-brown);
}

.unit-box .txt-box p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: var(--theme-reddish-brown);
}

.en-tbl-course-details{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 1px;
    word-spacing: 0.2rem;
    color: var(--theme-reddish-brown);
    border-collapse: separate;
}

.ml-tbl-course-details{
    font-family: 'Gayathri', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 1px;
    word-spacing: 0.2rem;
    color: var(--theme-reddish-brown);
    border-collapse: separate;
}

.en-tbl-course-details tr{
    height: 50px;
}

.ml-tbl-course-details tr{
    height: 50px;
}

.en-tbl-course-details tr:first-child{
    font-size: 1.8rem;
}

.ml-tbl-course-details tr:first-child{
    font-size: 2rem;
}

.en-tbl-course-details tr td:first-child{
    width: 220px;
}

.ml-tbl-course-details tr td:first-child{
    width: 220px;
}

.en-tbl-courses{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 1px;
    word-spacing: 0.2rem;
    border-collapse: separate;
    border-spacing: 3px;
    margin: 2rem 0;    
    color: var(--theme-reddish-brown);
}

.ml-tbl-courses{
    font-family: 'Gayathri', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 1px;
    word-spacing: 0.2rem;
    border-collapse: separate;
    border-spacing: 3px;
    margin: 2rem 0;    
    color: var(--theme-reddish-brown);
}

.en-tbl-courses th{
    background: var(--theme-reddish-brown);
    color: var(--theme-lightorange);
    text-align: center;
}

.ml-tbl-courses th{
    background: var(--theme-reddish-brown);
    color: var(--theme-lightorange);
    text-align: center;
}

.en-tbl-courses th:first-child{
    width: 6rem;
}

.ml-tbl-courses th:first-child{
    width: 6rem;
}

.en-tbl-courses th:nth-child(2){
    width: 24rem;
}

.ml-tbl-courses th:nth-child(2){
    width: 24rem;
}

.en-tbl-courses th:last-child{
    width: 24rem;
}

.ml-tbl-courses th:last-child{
    width: 24rem;
}

.en-tbl-courses tr{
    background: var(--theme-yellow);
}

.ml-tbl-courses tr{
    background: var(--theme-yellow);
}

.en-tbl-courses td:first-child{
    text-align: center;
}

.ml-tbl-courses td:first-child{
    text-align: center;
}

.en-tbl-courses th{
    padding: 10px 0;
}

.ml-tbl-courses th{
    padding: 10px 0;
}

.en-tbl-courses th:first-child{
    border-radius: 5px 0 0 0;
}

.ml-tbl-courses th:first-child{
    border-radius: 5px 0 0 0;
}

.en-tbl-courses th:last-child{
    border-radius: 0 5px 0 0;
}

.ml-tbl-courses th:last-child{
    border-radius: 0 5px 0 0;
}

.en-tbl-courses td:nth-child(2), td:last-child{
    padding: 10px 20px;
}

.ml-tbl-courses td:nth-child(2), td:last-child{
    padding: 10px 20px;
}

.en-tbl-courses tr:last-child td{
    border-bottom: 3px solid var(--theme-reddish-brown);
}

.ml-tbl-courses tr:last-child td{
    border-bottom: 3px solid var(--theme-reddish-brown);
}

/*----Contact Page----*/
.txt-block.contact{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.txt-block.contact div{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2.8rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    color: var(--theme-reddish-brown);
}

.txt-block.contact div i{
    position: relative;
    min-width: 36px;
    height: 36px;
    border-radius: 5px;
    background: var(--theme-reddish-brown);
    color: var(--theme-yellow001);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.txt-block.contact div div, p{
    position: relative;
    word-wrap: none;
    word-spacing: 0.6rem;
    letter-spacing: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
}
/*----Contact Page----*/

@media screen and (max-width: 1350px){
    
    .sm-link{
        background: var(--theme-antiq-brown006);
        color: var(--theme-antiq-brown004);
    }

    .sm-link::before{
        background: var(--theme-darkbrown);
    }

    .nav-menu::before{
        background: var(--theme-antiq-brown004);
        border-top: 8px solid var(--theme-antiq-brown002);
        border-bottom: 8px solid var(--theme-antiq-brown002);
    }
}
