* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    width: 0.8rem;
}
html::-webkit-scrollbar-track{
    background: transparent;
}
html::-webkit-scrollbar-thumb{
    background: #c7c7c7;
    border-radius: 5rem;
}
p
{
    font-family: 'Quicksand',sans-serif;
    font-size: 2.5em;
    font-weight: 300;
    padding: 2rem 0;
    letter-spacing: 1.5px;
    color: #00215f;
}
.Home .content p span{
    font-family:'Inter';
    font-weight: normal;
    color:#00215f;
    padding: 2rem 0;
}
body {
    min-height: 1000px;
}
.Home
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../img/Homepage\ cover.webp) no-repeat;
    background-size: cover;
    background-position:center;
}
.Home .content h1 {
    font-size: 4em;
    margin-bottom: 20px;
    font-family: 'Readex Pro', sans-serif;
    margin-top: -160px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    color: #00215f;
}
.btn
{
    font-size: 22px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    background: #ffffff;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 15px 30px;
    margin-top: 18px;
    border-radius: 15px;
    transition: 0.5s;
}
.btn:hover {
 background-color:#00379e;
 color: white;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.5s;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo img {
    width: 250px;
    height: 80px;
}
nav.sticky {
    background: #ffffff;
    padding: 10px;
}
.nav-links
{
    float: right;
    margin-right: 40px;
    position: relative;
}
nav .nav-links li{
    display: inline-block;
    margin: 0 20px;
}
nav .nav-links li a{
    line-height: 70px;
    padding: 8px 5px;
    margin: 0px 15px;
}
nav li a {
    text-decoration: none;
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-weight: normal;
    transition: 0.2s;
}
nav li a:hover
{
  color: #174bac;  
}
nav.sticky li a:hover {
    color: #174bac;
}
a.active {
    color: #174bac;
    border-bottom: 0.1rem solid #174bac;
    padding-bottom: 0.5rem;
}
.sticky a.active {
    color: #174bac;
    border-bottom: 0.1rem solid #174bac;
}
.burger {
    display: none;
    z-index: 3;
}
.burger div {
    width: 25px;
    height: 3px;
    border-radius: 5px;
    background-color: #000000;
    margin: 5px;
    transition: all 0.3s ease;
}
section {
    padding: 8rem 7%;
}
/*about us section*/
.About .row{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.About .row .contentforabout {
    justify-content: center;
    align-items: center;
}
.About .row .contentforabout h3 {
    font-size: 2.5rem;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
}
.About .row .contentforabout .line {
    width: 50%;
    height: 0.2rem;
    margin: 0.5rem;
}
.About .row .contentforabout p {
    font-family: 'Poppins', sans-serif;
    color: #686868;
    font-size: 2rem;
    letter-spacing: 0px;
    padding: 3rem 5rem; 
    font-weight: 500;
    line-height: 40px;
}
.About .row .contentforabout .btn{
    background: #174bac;
    color: white;
    font-size: 2rem;
    margin-top: 35px;
}
.About .row .contentforabout .btn:hover{
    margin-left: 20px;
}
.About .row .contentforabout .twentyfive h4 {
    font-size: 15rem;
    font-family: 'Bebas Neue',cursive;
    font-weight: normal;
}
.About .row .contentforabout .Words {
    font-family: 'Bebas Neue',cursive;
    font-size: 2.2rem;
    color: #6E6E6E;
}

/* features section*/
.whyus{
    padding: 5rem 7%;
}
.features-section{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.features-section h3{
    margin-top: 3rem;
    font-family: 'Quicksand',sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
}
.features-section .line {
    width: 50%;
    height: 0.2rem;
    margin: 0.5rem;
}
.features{
    margin: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1rem;
    position: relative;
    align-items: center;
}
.features img{
    width: 100%;
    height: auto;
}
#quality{
    background: url(../img/quality.webp) no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
}
#precision{
    background: url(../img/high\ precision\.webp) no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
}
#team{
    background: url(../img/team.webp) no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
#innovation{
    background: url(../img/innovation.webp) no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.features .icons p{
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2rem;
    color: #F9F9F9;
    line-height: 25px;
}
.features .icons h3{
    color: #ffffff;
    padding: 2rem;
    font-size: 2rem;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    line-height: 30px;
}
/*products section*/
section.Products{
    padding: 5rem 2rem;
    text-align: center;
}
.Products h4{
    padding: 0px;
    font-family: 'Poppins',sans-serif;
    font-size: 3.5rem;
    text-align:center;
    transform: translateY(12rem);
    margin: -50px;
    color: white;
    position: relative;
    font-weight: 300;
}
.Products h5{
    padding: 0px;
    font-family: 'Poppins',sans-serif;
    font-size: 3.5rem;
    text-align:center;
    transform: translateY(12rem);
    margin: -50px;
    color: #000000;
    position: relative;
    font-weight: 300;
}
.Products .explore{
    font-family: 'Arial',sans-serif;
    font-size: 1.8rem;
    display: inline-flex;
    margin-top: 20px;
    transform: translateY(18rem);
    justify-content: center;
    align-items: center;
}
.Products .explore a{
    text-align: center;
    color: rgb(233, 233, 233);
    padding: 1.5rem 2rem;
    text-decoration: none;
    transition: 0.2s ease;
}
.Products .explore a:hover{
    text-decoration: underline;
    color: white;
}
.Products .cover{
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.Products .cover img {
    object-fit:cover;
    height: 100%;
    width: 100%;
}
#explored a{
    color:#33310a;
}
#explored a:hover{
    color:#000000;
}
.content h3 {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}
.content h3::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.2rem;
    background: rgba(49, 49, 49, 0.5);
    z-index: -1;
}
.content h3 {
    font-size: 2.5rem;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
}
/*contact us section*/
.Contactus{
    background: #c7d8e9;  /* fallback for old browsers */
    align-items: center;
}
.questions h3{
    font-family: 'Quicksand',sans-serif;
    color: rgb(0, 0, 0);
    font-size: 3rem;
    font-weight: 500;
}
.questions p{
    font-size: 2rem;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 500;
    width: 75%;
    color: rgb(0, 0, 0);
}
.questions span{
    color: #000000;
    font-family: 'Quicksand',sans-serif;
    font-size: 2rem;
    padding: 0 2rem;
}
.questions a{
    color: #000000;
    font-size: 2rem;
    margin-top: 4rem;
    font-family: 'Poppins',sans-serif;
    display: inline-block;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    text-decoration: none;
}
.questions a i{
    margin: 0 0.8rem;
    font-size: 2.3rem;
}
.questions a:hover{
    background: #174bac;
    color: #ffffff;
}
.questions .btn{
    font-family: 'Poppins',sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 2rem;
    background: #ffffff;
}
/*footer*/
.container {
    max-width: 1170px;
    margin: auto;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
ul {
    list-style: none;
}
.footer {
    background-color: #F9F9F9;
    padding: 70px 0;
}
.footer-col {
    width: 25%;
    padding: 0 15px;
}
.footer-col h5 {
    font-size: 18px;
    color: #33301a;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 35px;
    position: relative;
}
.footer-col h5::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #000000;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li a {
    font-size: 16px;
    color: #666C80;
    text-decoration: none;
    font-family: 'Open sans', sans-serif;
    line-height: 25px;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover {
    color: #000000;
    padding-left: 10px;
}
.socialmedia h6 {
    font-size: 18px;
    color: #33301a;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 35px;

}
.socialmedia .social-links a{
    display: inline-block;
    font-size: 25px;
    color: #2b48a7;
    height: 45px;
    width: 45px;
    background-color: none;
    border: 3px solid #2b48a7;
    margin: 0 10px 10px 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.socialmedia .social-links a:hover {
    color: #ffffff;
    background-color: #2b48a7;
}
li {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #33301a;
    margin-top: 30px;
}
.socialmedia {
    width: 25%;
    padding: 0 15px;
    margin-top: 50px;
}
.Copyright_Madhuram p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #666C80;
    font-family: 'Arial';
    text-align: center;
    height: 0px;
    position: absolute;
}

/*responsive*/

@media(max-width: 991px){

    html {
        font-size: 55%;
    }
    nav {
        padding: 2rem 2rem;
    }
    nav .nav-links{
        margin-right: 0px;
        width: 70%;
    }
    nav .logo{
        padding-left: 20px;
        margin-right: 50px;
    }
}
@media(max-width: 768px){
    body {
        overflow-x: hidden;
    }
    nav {
        justify-content: space-around;
        padding: 20px 20px;
    }
    .nav-links {
        position:absolute;
        right: 0px;
        height: 100vh;
        top: 0;
        justify-content: space-evenly;
        display: flex;
        background-color: #ffffff;
        flex-direction: column;
        width: 50%;
        transform: translateX(100%);
        transition: 0.5s ease-in;
        overflow-x: hidden;
    }
    nav .logo{
        padding-left: 0px;
    }
    .nav-links li {
        opacity: 1;
    }
    .burger {
        display: block;
        cursor: pointer;
    }
    nav.sticky {
        justify-content: space-around;
    }
    nav .nav-links li, nav .nav-links ul li{
        display: block;
        width: 100%;
    }
    .nav-active {
        transform: translateX(0%);
    }
    .nav-links li a {
        color: black;
        top: 50px;
    }
    a.active {
        border: none;
    }
    .sticky a.active {
        border: none;
        color: #33301a;
    }
    nav li a:hover{
     color: #174bac;
     border: none;
    }
    nav.sticky li a:hover {
        border: none;
    }
    .logo img {
        width: 200px;
        height: 65px;
    }
    section {
        padding: 8rem;
    }
    .Home .content h2 {
        font-size: 36px;
        line-height: 50px;
        margin-top: -100px;
    }
    .Home .content p {
        font-size: 3em;
    }
    .btn {
    font-size: 18px;
    margin-top: 18px;
    }
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
    .Copyright_Madhuram p {
        font-size: 12px;
        color: #666C80;
        font-family: 'Arial';
    }
}
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2 {
    opacity: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
}
@media(max-width: 450px){

    html {
        font-size: 53%;
    }
    nav {
        justify-content: space-between;
        padding: 20px 20px;
    }
    nav.sticky {
        justify-content: space-between;
        padding: 20px 20px;
    }
    .Home{
        background-position:top;
    }
    .Home .content h2 {
        font-size: 32px;
        line-height: 50px;
        margin-top: -160px;
    }
    .Home .content p {
        font-size: 3em;
    }
    .footer-col {
        width: 100%;
    }
    .Copyright_Madhuram p {
        font-size: 12px;
        color: #666C80;
        font-family: 'Arial';
        text-align: left;
        margin-left: 10px;
        padding-top: 20px;
    }
}