*{
    margin: 0;padding: 0;
    box-sizing: border-box; 
    text-decoration: none;
  }

header{
    position: fixed;
    top: 0;left: 0; right: 0;
    background:#0c1a1a;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    padding: 20px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
  
  }
  
  header .ngs{
    font-weight: bolder;
    font-size: 25px;
    color:#ff5f09;
  
  }
  #header-logo{
    width: 108px;
      height: 39px;
      margin-left: -50%;
    }
      
  
  header .navbar ul{
    list-style: none;
    margin-right: 15px;
    margin-left:-10% ;
  
  }
  header .navbar{
    margin-bottom: -25px;
  }
  header .navbar ul li{
    
    position: relative;
    float:left;
  }
  
  header .navbar ul li a{
    font-size: 18px;
    padding: 10px;
    color:#c0c0c0 ;
    display: block;
    font-family: Arial;
 
  }
  
  header .navbar ul li a:hover{

    color:#fff;
  }
  
  header .navbar ul li ul{
    
    
    position: absolute;
    left: 0;
    width: 1600px;
    top: 50px;
    
    
    display: none;
    background:#0c1a1a;
    /* opacity: 0.5; */
    padding-left: 200px;
    margin-left: -468px;
  }
  header .navbar ul li ul #c{
    display: flex;
    flex-direction: column;
  margin-top: 20px;
    
    float: left;
  }
  header .navbar ul li ul #d{
    display: flex;
    flex-direction: column;
    border-left: 4px solid white;
    height: 300px;
    padding:20px;
    float: left;
  }
  header .navbar ul li ul #e{
    display: flex;
    flex-direction: column;
    border-left: 4px solid white;
    padding:20px;
    height: 300px;
    
  }
  header .ngs img{
    width: 80px;
    height: 40px;
  
  
  }
  
  
  #ul{
    margin-right: 200px;
  }
  header .navbar ul li ul #f{
    display: flex;
    flex-direction: column;
    margin-left: 200px; 
  }
  

  
  header .navbar ul li:focus-within > ul,
  header .navbar ul li:hover > ul{
    display: initial;
  
  }
  
  
  
  #menu-bar{
    display: none;
  }
  
  header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
  
  }
  
  
  header .navbar ul li a:focus{
    color:#fff;
  }
  
  header .navbar ul li a::after{
  
    content:"";
    display: block;
    width:0%;
    height:2px;
    background:#ff5f09;
    margin:auto;
    margin-top: 10px;
  
  }
  header .navbar ul li a:hover::after{
  width:100%;
  transition: 0.5s ease;
  }
  header .navbar ul li a{
  display: inline-block;
  }
  
  header .navbar ul li a:focus::after{
  width:100%;
  transition: 0.5s ease;
  }


  header .navbar #serve::after{
    width:60%;
    height:2px;
    background:#ff5f09;
    margin:auto;
    content:"";
    display: block;
    margin-top: -12px;
  }





.bc{
    display: flex;
    justify-content: space-between;
    background-color: #0C1A1A;
    height: 700px;
    
}
.four{
    width: 45%;
    margin-top: 200px;
    margin-left: 50px;
    color: aliceblue;
    background-color: #0C1A1A;


    
}
.four p{
    margin-top: 10px;
    font-size: 18px;
    text-align: justify;
    width: 400px; 
}

.four #a{
  font-size: 40px;

  color: #ff5f09;
  font-size: 60px;
  font-weight:initial;
  font-family: 'Pacifico';
  line-height: 0;


}
.four #b{
  font-size: 50px;
  
  margin-left: 10px;
 color: #eee;

}

.five img{
    margin-top: 75px;
    /* clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%); */
    border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;
}
.five img{ animation: 5s spotlight reverse linear infinite; }
.five img { animation: 5s spotlight linear infinite; }

@keyframes spotlight {
  100% { clip-path: circle(100% at 50% 50%); }
  75% { clip-path: circle(20% at 50% 50%); }
  50% { clip-path: circle(20% at 12% 84%); }
  25% { clip-path: circle(20% at 93% 51%); }
  0% { clip-path: circle(20% at -30% 20%); }
}


.container
{
    width: 90%;
    margin: auto;
   
}
.body{
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    
    
}
#add2{
    
    margin-top: 40px;
    display: flex;
    flex-direction: row;

}
#add1{
    margin-top: 40px;
    display: flex;
    flex-direction: row;

}
form{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
form input{
    width: 250px;
    height: 20px;
}



.footer{
    
    display: flex;
    justify-content: space-around;
    background-color: #0C1A1A;
}
.footer ul li{
    margin-top: 20px;
list-style: none;
}
.footer1{
    /* background-color: #0c1a1a; */
    height: 10vh;
    margin-top: 30px;
    padding-top: 5vh;
}
.footer2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0C1A1A;
    

}
.footer2 i{
    color: red;
    padding: 30px;
}

.footer ul li a{
    color: #c0c0c0;
}











    @media screen and (min-width:469px) and (max-width:728px) {
     
}
@media screen and (min-width:320px) and (max-width:468px){
    html,body{
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        
        flex-direction: column;
        /* padding: 10px; */
    }
    header{
        padding: 20px;
    
    }
    header label{
        display: initial;
    }
    header .navbar{
        position: absolute;
        top: 100%; left:0; right: 0;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.1);
        display: none;
    }

    header .navbar ul li{
        width: 100%;
        margin-left: 10vw;
    }
    #header-logo{
      margin-left: 10%;
    }

    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }
    header .navbar ul li ul li{
        background: #eee;

    }

    #menu-bar:checked ~ .navbar{
        display: initial;
    }

    header .left{
        width:100%;
    }
    .bc{
        margin-top: -100px;
        display: block;
        width: 600px;
        /* padding-top: 700px; */
        height: 560px;
        left: 0; right: 0;
        padding: 0;
    }
    .four #a{
    
        font-size: 20px;
        font-family:monospace;
        
    
    }
    .four #b{
        font-size: 30px;
        color: #ff5f09;
        margin-left: 10px;
    
    }
    .four p{
        font-size: 5px;
        text-align: justify;
        width: 200px; 
    }
    .five{
        margin-top: -100px;
        
        
       

    }
    .body{
        display: block;
        
        
    }
    .right{
        margin-top: 10px;
        
    }
    .five img{
        
        width: 412px;
        height: 250px;
        margin-top: 120px;
        clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);

        
        transform: rotate(90);
    }
    
    .footer2 i{
        color: red;
        padding: 30px;
    }
    
     .footer {
        
    
    display: grid;
    grid-template-columns: auto auto ;
     row-gap: 20px;
    column-gap: 10px;
     
    padding: 10px;
    
    } 

    
    
    
}





@media screen and (min-width:800px) and (max-width:1300px){
  header .ngs{
      font-size: 20px;
    }
  
    header .navbar ul{
      margin-right: -4vw;
    }
  
    header .navbar ul li ul{
      margin-left: -45vw;
     
      width: 159vw;
      padding-left: 35vw;
       }
       header .navbar ul li ul li{
         margin-left: 3vw;
       }
  
    header .navbar ul li a{
      font-size: 19px;
    }
    header .ngs img{
      width: 60px;
      height: 30px;
    
    
    }
    #ul{
      margin-right: 20vw;
    }
    #f li{
      margin-left: -20vw;
     }
    .bc{
      width: 129vw;
    }

    .four{
      width: 100vw;
    }

    .five img{
      width: 70vw;
      height: 110vh;
    }
    .body{
      display: flex;
      justify-content: space-between;
    }
    form input{
      margin-top: 10px;
    }
  
.bottom{
  width: 129vw;
}
.footer{
  width: 129vw;
}
.footer2{
  width: 129vw;
}

}
