@font-face {
    font-family:AnekTelugu_Expanded-SemiBold ;
    src: url(/src/fonts/static/AnekTelugu_Expanded/.ttf);
    font-family: AnekTelugu_Expanded-Light;
    src: url(/src/fonts/static/AnekTelugu_Expanded/AnekTelugu_Expanded-Light.ttf);
    font-family: AnekTelugu_Expanded-Bold;
    src: url(/src/fonts/static/AnekTelugu_Expanded/AnekTelugu_Expanded-Bold.ttf);
}
@font-face {
    font-family: Battambang-Bold;
    src: url(/src/fonts/Battambang-Bold.ttf);
    font-family: EncodeSans_SemiExpanded;
    src: url(/src/fonts/static/EncodeSans_SemiExpanded/);
    font-family: EncodeSans_SemiExpanded-Medium;
    src: url(/src/fonts/static/EncodeSans_SemiExpanded/EncodeSans_SemiExpanded-Medium.ttf);
}




*, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    text-align: right;
    width: 100%;
    z-index: 999;
    padding: 10px 10px;
    position: sticky;
}

.navlink li {
    display: inline-block;
    padding: 20px;
    font-size: 24px; 
    font-family:AnekTelugu_Expanded-Bold , 'Times New Roman', Times, serif ;

}

nav {
    display: inline-block;
    text-align: right;
    top: 100%;
    left: 0%;
    margin-top: 4.5%;
   }
   
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.logo {
    flex-direction: row;
    font-family: AnekTelugu_Expanded-Bold;
    color: #000000;
    font-size: 36px;
   
    line-height: 60px;
    font-weight: normal;
    
}
a {
    color: #000000;
    padding: 10px;
}

.section-containerOne {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
}

.backgroundOne {
    background-image: url("../img/aboutimg1.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundTwo {
    background-image: url("../img/Aboutimg2.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundThree {
    background-image: url("../img/Aboutimg31.png");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundFour {
    background-image: url("../img/aboutimg41.png");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.AbcenterContent {
    background-color: rgba(182, 182, 182, 0.8);  
    padding: 2%;
    color: #003770;
    text-align: center;
    margin: 0 auto;
    position: relative;
    right: 50%;
    top: 50%;
    font-family:AnekTelugu_Expanded-Bold,'Times New Roman', Times, serif ;
    font-size: 36px;
    width: 60%;
}

.section-containerTwo {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundFive {
    background-image: url("../img/AboutUsBk21.png");
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundSix {
    background-image: url("../img/AboutUsBk1.jpg");
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    right: 4px;
}

.Aboutcontent1 {
    background-color: rgba(182, 182, 182, 0.8);
    height: 600px;
    width: 600px;
    padding: 1%;
    margin: 20px auto;
    color: #000000;
    font-size:20px;
    text-align: left;
    line-height: 30px;
    font-family:AnekTelugu_Expanded-SemiBold ,'Times New Roman', Times, serif;
}

h2{
    align-items: center;
    text-align: center;
    
}
