body{
    background: linear-gradient(to left, lightblue, white);
}
.active{
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

nav{
    width: 100%;
    height: 80px;
    color: #00093c;
    display: flex;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul li{
    height: 50px;
}


nav ul li a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    text-transform: uppercase;
}

nav a:hover{
    background-color: #f0f0f0;
}

.navBar{
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.navBar li:first-child{
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    color: black;
    margin-right: auto;
    text-decoration: solid;
    font-size: 40px;    
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar li a{
    width: 100%;
}

.bg {
    height: 100%;
    width: 100%;
    
}

.background{
    width: 100%;
    height: 500px;
    margin-top: 0%;
    background-size: cover;
    background-image: url("images/300nm3.jpg");
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: change 20s infinite ease-in-out;

}

button{
    top: 50%;
}
.btn{
    border-radius: 1px;
    width: 10%;
    height: 5%;
    top: 55%;
    
    margin-top: 2%;
    margin-left: 45%;
   
    background: linear-gradient(
        45deg,
        #ff0000,#ff7300,#fff800,#48ff00,
        #00ffd5,#002bff,#ff00c8,#ff0000
    );
    
    position: fixed;
    left: -2px;
    background-size: 600%;   
    border-radius: 10px;
    opacity: 1;
    animation: glowing 30s linear infinite;
    transition: opacity .3s ease-in-out;
   
}


.welcome{
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: yellow;
    text-shadow: yellow 0 0 25px;
    animation: animate 2s linear infinite;
    text-transform: uppercase;
    font-weight: 1000;
    letter-spacing: 0.1em;
    word-spacing: 0.4em;
    padding-top: 15%;
}


/*About page */

.sideOption{
    color: #00093c;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    width: 20%;   
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px); /* Full height minus navbar/footer */ 
}
.aboutBody{
    width: 100%;
    display: flex;
    position: relative;
    flex: 1;
    margin-bottom: 50px;
}
.aboutUl{
    align-items: center;
    padding: 0%;
}
.aboutUl li{
    width: 100%;
    margin-top: 19%;
    font-size: 20px;
}
.aboutUl li a{
    width: 100%;
    position: fixed;
}
.content{
    width: 50%;
    scroll-margin-top: 100px;
    scroll-padding-top: 60px;
     /* Pushes content after left div */
     /* Leaves space for right div */
    background: lightgray;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 140px); /* Full height minus navbar/footer */
}
.disc{
    
    font-size: 25px;
}
.industries li {
    list-style: disc;
}
.img{
    width: 100%;
    height: 400px;
}
.logo{
    width: 150px;
    height: 150px;
}
.right {
    width: 30%;
    height: calc(100vh - 120px); /* Full height minus navbar/footer */
    background: lightcoral;
    
    top: 50px;
    right: 0;
    padding: 10px;
}

/*Service page*/
.serviceBody{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.india{
    width: 400px;
    height: 500px;
    padding: 50px;
    
}
.heading{
    text-align: center;
}

.client1{
    display: flex;
    justify-content: space-between; /* Even spacing between items */
    list-style: none;
    padding: 20px;
}
.box{
    width: 220px; /* Distributes 5 items evenly */
    height: 200px;
    display: flex;
    align-items: center;
    
}
.box img{
    width: 220px;
    height: 200px;
}

.box :hover{
    border: 2px solid brown;
}

.join{
    color: white;
    background-color: lightseagreen;
    border: 2px solid black;
    border-radius: 30%;
    width: 100px;
    height: 30px;
}

/*Product page*/
.prodBox{
    display: flex;
}
.productBar{
    color: #00093c;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    width: 25%;   
    padding: 0;
    height: 100vh; /* Full height minus navbar/footer */ 
}

.productBar li{
    width: 100%;
    font-size: 20px;
    margin-top: 5%;
}
.secBar{
    color: #00093c;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 35%;   
    padding: 0;
    height: 100vh; /* Full height minus navbar/footer */ 
    display: none;
    z-index: 1;
}
.active2{
    width: 100%;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}
.icon{
    width: 30px;
    height: 30px;
}
.productBar button{
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font: 1em sans-serif;
    cursor: pointer;
    margin-top: 20px;
}
.productBar button span a{
    color: #2d0b00;
}
.subMenu{
    display: grid;
    grid-template-rows: 0fr;
    transition: 300ms ease-in-out;
    >div{
        overflow: hidden;
    }
}

.subMenu li a{
    color: #000;
}
.subMenu.show{
    grid-template-rows: 1fr;
}
.subMenu.open {
    display: block;
}

.rotate .down{
    rotate: 180deg;
    transition: 200ms ease;
}
.productBar a span, .dropdownBtn span{
    flex-grow: 1;
}
.productBar svg{
    flex-shrink: 0;
    fill: var(--text-clr);
}

/*Content*/
.productBody{
    width: 75%;
    scroll-margin-top: 100px;
    scroll-padding-top: 60px;
     /* Pushes content after left div */
     /* Leaves space for right div */
    background: lightgray;
    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 40px); /* Full height minus navbar/footer */
}
.prodBody{
    
    display: flex;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}
.prodImg{
    
    height: 100%;
}
.prodImg img{
    padding-top: 30%;
    width: 100%;
    height: 400px;
}
.Quote{
    width: 318px;
    background-color: #ff00c8;
}
table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    
}

th, td {
    padding: 12px;
    width: 300px;
    border: 1px solid #ddd;
}

th {
    background-color: #4CAF50;
    color: white;
}

tr:nth-child(even) {
    background-color: #f6f8f5;
}

tr:hover {
    background-color: #ddd;
    transition: 0.3s;
}

/*Membranes*/

.memImg, .memImg img{
    width: 100%;
    height: 400px;
    margin: 5px, 10px;
}
.prodBody ul li, .productBody ul li{
    list-style: disc;
}
/*table{
    margin-top: 10px;
    border-collapse: collapse;
    border: 1px solid #000;
}
td, th{
    text-align: center;
    width: 300px;
    border: 1px solid #000;
}
*/

/*oxygen*/




footer{
    margin-top: 20px;
    width: 100%;
    
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
    border-top-left-radius: 200%;
    border-top-right-radius: 50%;
}
.col img{
    width: 100px;
    height: 100px;
}
.row{
    width: 85%;
    margin: auto;display: flex;flex-wrap: wrap;
    align-items: flex-start; justify-content: space-between;
}
.col{
    /* flex-basis uses 25% amount of sapce*/
    flex-basis: 25%;
    padding: 10px;
}
.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}

.e-mail{
    width: fit-content;    
}

ul li{
    list-style: none;
    
}

ul li a{
    text-decoration: none;
    color: white;
}
.Rconnect{
    width: 100%;
    height: 100%;
    background-color: lightgray;
    
    
}

.RConnectHeading {
    text-align: center;
}

.Rcontact{
    text-align: left;
    width: 80%;
    height: 350px;
    margin-left: 7%;
    box-shadow: 0px 0px 3px black;
    border-radius: 5%;
    padding: 10px 10px;
    background-color: #a8f3e7;
}

.Rcontact input{
    margin: 7px 0%;
    width: 90%;
}

.Rcontact textarea{
    margin: 10px 0%;
    width: 90%;
}

.Rcontact button{
    margin: 10px 0%;
    width: 90%;
}
.menuItem{
    display: none;
}

@keyframes change{
    0%{
        background-image: url("images/300nm3.jpg");
    }
    20%{
        background-image: url("images/bg1.jpg");
    }
    40%{
        background-image: url("images/nitrogen\ 1.jpg");
    }
    60%{
        background-image: url("images/filter.jpg");
    }
    80%{
        background-image: url("images/front-img.jpeg");
    }
    100%{
        background-image: url("images/n2\ 1.jpg");
    }
}

@keyframes glowing{
    0%{background-position: 0 0 ;}
    50%{background-position: 400% 0 ;}
    100%{background-position: 0 0 ;}
}

@keyframes animate{
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}

@media(max-width: 880px){
    .hideOnMoblie{
        display: none;
    }
    .btn{
        height: 50px;
    }  
    .firstBar button, .firstBar .subMenu{
       display: none;
    }   
}
@media(min-width: 881px){
    .morePx{
        display: none;
    }
    .menuItem  a span{
        display: none;
    }
    .secBar button, .secBar .subMenu{
        display: none;
     } 
}


@media(max-width: 720px){
    .aboutUl li:has(svg){
        font-size: 0px;
        width: 60px;
        height: 60px;
        
    }
}

@media (max-width: 800px) {
    .Rconnect{
        display: none;
    }    
    .Uconnect{
        font-size: 0px;
        z-index: 100;
        margin-right: 5px;
    }
    .right{
        margin-top: 200px;
        width: 5px;
        height: 10px;
        background-color: #AED7E5;
    }
    .content{
        width: 80%;
    }
}
@media (min-width:800px) {
    .Uconnect{
        display: none;
    }
    
}

/*
*/