*{
    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:20%;
    height:2px;
    background:#ff5f09;
    margin:auto;
    content:"";
    display:block;
    margin-top: -12px;
    margin-left: 8%;
  }




.bc{
    display: flex;
    justify-content: space-between;
    background-color: #0C1A1A;
    height: 730px;
}
.four{
    width: 45%;
    margin-top: 300px;
    margin-left: 50px;
    color: aliceblue;
    background-color: #0C1A1A;


    
}
.four p{
    margin-top: 10px;
    font-size: 18px;
    text-align: justify;
    font-family:  Helvetica;
    
}

.four #a{
    font-size: 40px;

    color: #ff5f09;
    font-size: 60px;
    font-weight:initial;
    font-family: 'Pacifico';
    line-height: 0;
  


}


@keyframes disappear {
    50% {
        text-shadow: 0 0 40px #cbc7c7;
    }
    to {
        text-shadow: 0 0 20px #cbc7c7;
        opacity:0;
    }
}
.four #b{
    font-size: 50px;
    
    margin-left: 10px;
   color: #eee;

}

.five img{
    height: 630px;
    width: 800px;
    margin-top: 100px;
    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%); }
}





#css-test {
    /* width: 30em; */
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    animation-name: changeShapes;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes changeShapes {
    from {
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
   
   50% {
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   }
   
   75% {
      clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  }

to {
      clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }
}





.paragraph{
    

    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    margin-top: -10px;
    height: 450px;
    margin-bottom: 100px;
    
    
}
.paragraph button{
    margin-bottom: 50px;
}
.paragraph h3{
    margin-top: 150px;
    text-align: left;
    color:#0C1A1A;
    font-size: 25px;

}
.paragraph p{
    margin-top: 40px;
    text-align: center;
    font-family: Helvetica;

    font-size: 18px;
    text-transform: normal;
}
.paragraph div{
    margin-top: 40px;
    border-bottom: 2px  #ff5f09 solid ;
    width: 100px;
    
}
.para1
{
    display: flex;
    /* flex-direction: row; */
    justify-content: space-around;
    margin-top: 70px;
    height: 200px;
    padding: 50px;
   
    
}


.container{
    width: 100%;
    margin: auto;
}
.container1{
    width: 95%;
    margin: auto;
   
}
.para1 h3{
    margin-top: 40px;
    text-align: left;
    color:#0C1A1A;
    font-size: 25px;

}
#img1{
    width: 800px ;
    height:400px ;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
#img2{
    width: 800px ;
    height:400px ;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
#img3{
    width: 800px ;
    height:400px ;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.para1 img{
    margin-top: 20px;
    width: 400px ;
    height:200px ;
}
.para1 div p{
    text-align: justify;
    font-family: Helvetica;
   
    /* margin-right: 30px; */
    
}
#color{
    height: 500px;
    background-color: #0C1A1A;

    
}
#color1{
    display: flex;
    justify-content: space-around;

    height: 550px;
    background-color: #0C1A1A;
    margin-top: -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;
}
button {
     background-color: #0c1a1a;
    padding: 0.75em 1.5em;
    border: 3px solid #E77670;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}
#button{
    font-family: 'Pacifico';
     margin-top: 45px;
      /* margin-left: 40px; */
      background-color: #0C1A1A;
}
#button1{
    font-family: 'Pacifico';
     margin-top: 45px;
      /* margin-left: 40px; */
      background-color: #EEE;
}

button:hover {
    border-color: transparent;
    letter-spacing: 5px;
}
button a{
    color: #ff5f09; font-size: 16px; font-family: 'Pacifico';
}

button:hover:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #F4A889, #E77670, #B63565, #5073b8, #1098ad, #6fba82);
    height: calc(100% + 3px * 4);
    width: calc(100% + 3px * 4);
    top: calc(-3px * 2);
    left: calc(-3px * 2);
    z-index: -1;
    border-radius: 5px;
    background-size: 200%;
    animation: animate 1s ease infinite alternate;
}

@keyframes  animate {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 100% 50%;}
}
button {
     background-color: #0c1a1a;
    padding: 0.75em 1.5em;
    border: 3px solid #E77670;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

button:hover {
    border-color: transparent;
    letter-spacing: 5px;
}
button a{
    font-size: 16px;
}

button:hover:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #F4A889, #E77670, #B63565, #5073b8, #1098ad, #6fba82);
    height: calc(100% + 3px * 4);
    width: calc(100% + 3px * 4);
    top: calc(-3px * 2);
    left: calc(-3px * 2);
    z-index: -1;
    border-radius: 5px;
    background-size: 200%;
    animation: animate 1s ease infinite alternate;
}

@keyframes  animate {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 100% 50%;}
}

.bottom{
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #6acfc7;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

}












    

@media all 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: -203px;
        display: block;
        /* width: 120vw; */
        /* padding-top: 700px; */
        height: 50%;
        left: 0; right: 0;
        padding: 0;
    }
    .four{
        
        padding-top: 20px;
        /* width: 100vw; */
      
    }
    .four div{
        width: 150%;

    }
    .four #a{
        
    
        font-size: 35px;
        
        
        
    
    }
    .four #b{
        font-size: 25px;
        color: #eee;
        margin-left: 10px;
    
    }
     .bc #k{
        font-size:13px ;
        width: 150%;
    
        
    }
    .five{
        
        margin-top: -100px;
        
        
       

    }
    .five img{
        
        width: 100vw;
        height: 250px;
        margin-top: 120px;
        /* clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); */
        border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;

        
        transform: rotate(90);
    }
    
    .paragraph {
        margin-top: -10px;
        height: 50%;
        

    

    }
    button a{
        font-size: 10px;
    }
    /* #color1{
        height: 700px;
    } */
    .paragraph h3{
       margin-top: 100px;
        text-align: center;
        color:#0C1A1A;
        font-size: 20px;
    
    }
    .paragraph p{
        margin-top: 40px;
        text-align:center;
        font-family: Helvetica;
        font-size: 13px;
        text-transform: none;
       
        
    }
    #img1{
        width:90% ;
        height: 70%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    #img2{
        /* margin-top: -70px; */
        width: 95%;
        height: 90%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    }
    #img3{
        margin-top: 5px;
        width: 90%;
        height: 90%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    


    .para1{
        
        display: block;
        
    }
    .para1 h3{
        font-size: 20px;

    }
    
    .para1 p{
        text-align: center;
      /* word-break: 30px; */
       
        /* margin-top: 50px; */
        font-size: 13px;
    }
    .a1{
        margin-top: -90px;
    }
   /* #color{
    
   }
     */
     #a{
        margin-top: -150px;
     }
     #b{
        margin-top: -210px;
     }
    .footer2 i{
        color: red;
        padding: 30px;
    }
    
     .footer {
        
    
    display: grid;
    grid-template-columns: auto auto ;
     row-gap: 20px;
    column-gap: 10px;
    margin-top: 10px;
     
    padding: 10px;
    
    } 
    .bottom{
        margin-top: 30px;
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .bottom h1{
        font-size: 18px;
    }
    #color{
        height: 550px;
        background-color: #0C1A1A;
    }
    #color1{
       flex-direction: column-reverse;
        
    
    }
    #button{
        margin-left: 25%;
    }
    /* #button1{
        margin-left: 40%;
    } */
    
    
    
}

 @media all and (min-width:469px) and (max-width:799px){
    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: -203px;
        display: block;
        /* width: 120vw; */
        /* padding-top: 700px; */
        height: 80%;
        left: 0; right: 0;
        padding: 0;
    }
    .four{
        
        padding-top: 20px;
        /* width: 100vw; */
      
    }
    .four div{
        width: 150%;

    }
    .four #a{
        
    
        font-size: 45px;
        
        
        
    
    }
    .four #b{
        font-size: 35px;
        color: #eee;
        margin-left: 10px;
    
    }
     .bc #k{
        font-size:16px ;
        width: 150%;
    
        
    }
    .five{
        
        margin-top: -100px;
        
        
       

    }
    .five img{
        
        width: 100vw;
        height: 450px;
        margin-top: 120px;
        /* clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); */
        border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;

        
        transform: rotate(90);
    }
    
    .paragraph {
        margin-top: -10px;
        height: 50%;
        

    

    }
    /* #color1{
        height: 700px;
    } */
    .paragraph h3{
       margin-top: 100px;
        text-align: center;
        color:#0C1A1A;
        font-size: 20px;
    
    }
    .paragraph p{
        margin-top: 40px;
        text-align:center;
        font-family: Helvetica;
        font-size: 16px;
        text-transform: none;
       
        
    }
    #img1{
        
        width:100vh ;
        height: 35vw;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    #img2{
        /* margin-top: -70px; */
        width: 100vh;
        height: 35vw;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    }
    #img3{
        margin-top: 10px;
        width: 100vh;
        height: 35vw;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    


    .para1{
        
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 200%;
    }
    .para1 h3{
        text-align: center;
        font-size: 20px;

    }
    .para1 button{
        
        margin-left: 30%;
    }
     #button{
        margin-left: 30%;

    }
    
    .para1 p{
        text-align: center;
      /* word-break: 30px; */
       
        /* margin-top: 50px; */
        font-size: 16px;
    }
    .a1{
        margin-top: -90px;
    }
   /* #color{
    
   }
     */
     /* #a{
        margin-top: -150px;
     }
     #b{
        margin-top: -210px;
     } */
    .footer2 i{
        color: red;
        padding: 30px;
    }
    
     .footer {
        
    
    display: grid;
    grid-template-columns: auto auto ;
     row-gap: 20px;
    column-gap: 10px;
    margin-top: 10px;
     
    padding: 10px;
    
    } 
    .bottom{
        margin-top: 30px;
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .bottom h1{
        font-size: 18px;
    }
    #color{
        /* height: 550px; */
        background-color: #0C1A1A;
    }
    #color1{
        height: 700px;
       flex-direction: column-reverse;
       margin-top: -100px;
        
    
    }
}




@media all 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: 121vw;
      }

      .four{
        width: 100vw;
      }

      .five img{
        width: 70vw;
        height: 110vh;
      }
      .paragraph{
        width: 121vw;
      }

      #css-test img{
        width: 60vw;
        height: 70vh;
      }
      .a1{
        width: 121vw;
      }
      .para1{
        width: 121vw;
      }

      .bottom{
        width: 121vw;
        margin-left: -3%;
      }

      .footer{
        width: 121vw;
      }
      .footer2{
        width: 121vw;
      }
}