@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(/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%;
}

.sbackgroundOne {
    background-image: url("/img/Block&Becket.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sbackgroundTwo {
    background-image: url("/img/image000004.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sbackgroundThree {
    background-image: url("/img/img_banner_tongs.jpg");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sbackgroundFour {
    background-image: url("/img/crownshive1.png");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sercenterContent {
    background-color: rgba(182, 182, 182, 0.9);  
    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;
}

.sbackgroundFive {
    background-image: url("/img/SpreaderBar.jpg");
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sbackgroundSix {
    background-image: url("/img/engser.jpg");
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    right: 4px;
}

.sercontent1 {
    background-color: rgba(182, 182, 182, 0.8);
    height: 500px;
    width: 600px;
    padding: 1%;
    margin: 20px auto;
    color: #000000;
    font-size:20px;
    text-align: left;
    line-height: 28px;
    font-family:AnekTelugu_Expanded-SemiBold ,'Times New Roman', Times, serif;
    align-items: center;
}

h2{
    align-items: center;
    text-align: center;
    
}
