*{
    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;
  }
  
.bc{
    display: flex;
    justify-content: space-between;
    background-color: #0C1A1A;
    height: 700px;
    
}
.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;
    animation: disappear 8s 10s both infinite;


}


@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;

}



#collegeDropdown{
width: 60%;
}


.contact-container{
    height: 200vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 20px;
}
.contact-left-title h2{
   margin-top: 150px;
    font-weight: 600;
    color: black;
    font-size: 40px;
    margin-bottom: 5px;
}
.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: orange;
   border-radius: 30px ;
   margin-bottom: 20px;
   margin-left: 20%;
   margin-top: 10%;

}
/* .contact-inputs{
    width: 600px;
    height: 60px;
    border: none;
    outline:none;
    padding-left: 25px;
    font-weight: 500px;
    color: #600;
    border-radius: 50px;
} */
#a{
    width: 300px;
    height: 30px;

}
.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:focus{
    border:2px solid #ff994f;

}
.contact-inputs::placeholder{
    color:black;
}
.contact-left button{
    display: flex;
    align-items:center;
    padding:15px 30px;
    font-size:16px;
    color: #fff;
    gap:10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg,#ff994f, #fa6d86);
    cursor: pointer;
}
.contact-right img{
    width: 500px;
}
p{
    font-size: 12px;
}
#ar{
    border: 2px solid black;
    padding: 10px;
    background-color: orangered;
    color: aliceblue;
    border-radius: 20px;
    margin-left: 30px;
    font-size: 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: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: -200px;
        display: block;
        width: 600px;
        /* padding-top: 700px; */
        height: 560px;
        left: 0; right: 0;
        padding: 0;
    }
    .four #a{
    
        font-size: 40px;
        
        
    
    }


   
    .four #b{
        font-size: 30px;
        color: #eee;
        margin-left: 10px;
    
    }
    .four p{
        font-size: 13px;
        /* text-align: justify;
         */
    }
    .five{
        margin-top: -100px;
        


    }

    .contact-container{
        margin-top: 40vh;
    }
    .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;
    
    }
  
  
    


    .contact-left-title {
        margin-top: -100%;
        
        
    }
    
    

    
    
    
}






@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;
       } 
    }