* {
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5)50%, rgba(0, 0, 0, 0.5)50%), url(banner1.jpg);
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  flex-direction: column;
  /* Stack items vertically */
  background-position: center;
  background-size: cover;
  height: 100vh;
}


.navbar {
  width: 100%;
  height: 75px;
  margin: auto;
  background-color: #002f88;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.icon {

  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo {
  height: 50px;
  width: 70px;
  margin-left: 10px;
}

.logo-text {
  color: white;
  font-size: 35px;
  font-family: Arial;
  float: left;
  padding-top: 10px;
  padding-left: 5px;

}

.menu {
  width: 670px;
  float: left;
  height: 70px;
}

ul {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul li {
  list-style: none;
  margin-left: 62px;
  margin-top: 27px;
  font-size: 15px;
}

ul li a {
  text-decoration: none;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}

abbr {
  text-decoration: none;
}


ul li a:hover {
  color: #ff7200;
}



.content {
  width: 80%;
  /* Adjusted for responsiveness */
  max-width: 600px;
  /* Limit the max width for better aesthetics */
  height: auto;
  color: #f5f5f5;
  /* Lighter text color for contrast */
  text-align: center;
  /* Center align the text */
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent background for readability */
  padding: 40px;
  /* Add padding */
  border-radius: 15px;
  /* Rounded corners */
}

.content h1 {
  font-family: 'Times New Roman', serif;
  font-size: 48px;
  /* Slightly smaller font size */
  margin-bottom: 20px;
  /* Space below the heading */
  letter-spacing: 1px;
}

.content .highlight {
  color: #ff7200;
  /* Highlight color for the "Invigilation" word */
  font-size: 65px;
  /* Keep the size for emphasis */
}

.content .par {
  padding: 0 20px;
  /* Adjust padding for better spacing */
  font-family: Arial, sans-serif;
  letter-spacing: 1.2px;
  line-height: 1.5;
  /* Improved line height for readability */
  margin-bottom: 30px;
  /* Space below the paragraph */
}

.buttons {
  display: flex;
  justify-content: center;
  /* Center the buttons */
  gap: 20px;
  /* Space between buttons */
}

.content .cn {
  width: 160px;
  height: 50px;
  /* Increased height for better clickability */
  background: #ff7200;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: .4s ease;
}

.content .cn a {
  text-decoration: none;
  color: #000;
  line-height: 50px;
  /* Center text vertically */
}

.cn:hover {
  background-color: #fff;
  /* Keep the hover effect */
}


.footer1 {
  font-family: Arial;
  height: 50px;
  padding-top: 20px;
  text-align: center;
  color: white;
  background-color: #002f88;
}

/*.content {
  margin-top: 140px;
  width: 1200px;
  height: auto;
  color: #fff;
  position: relative;
}

.content .par {
  padding-left: 20px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.content h1 {
  font-family: 'Times New Roman';
  font-size: 50px;
  padding-left: 20px;
  margin-top: 3%;
  letter-spacing: 2px;
}

.content .cn {
  width: 160px;
  height: 40px;
  background: #ff7200;
  border: none;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: .4s ease;

}

.content .cn a {
  text-decoration: none;
  color: #000;
  transition: .3s ease;
}

.cn:hover {
  background-color: #fff;
}

.content span {
  color: #ff7200;
  font-size: 65px
}*/

/* .search{
  width: 330px;
  float: left;
  margin-left: 270px;
} */

/* .srch{
  font-family: 'Times New Roman';
  width: 200px;
  height: 40px;
  background: transparent;
  border: 1px solid #ff7200;
  margin-top: 13px;
  color: #fff;
  border-right: none;
  font-size: 16px;
  float: left;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
} */

/* .btn{
  width: 100px;
  height: 40px;
  background: #ff7200;
  border: 2px solid #ff7200;
  margin-top: 13px;
  color: #fff;
  font-size: 15px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.2s ease;
  cursor: pointer;
}
.btn:hover{
  color: #000;
} */

/* .btn:focus{
  outline: none;
} */

/* .srch:focus{
  outline: none;
} */



/* .form{
  width: 250px;
  height: 380px;
  background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
  position: absolute;
  top: -20px;
  left: 870px;
  transform: translate(0%,-5%);
  border-radius: 10px;
  padding: 25px;
} */

/* .form h2{
  width: 220px;
  font-family: sans-serif;
  text-align: center;
  color: #ff7200;
  font-size: 22px;
  background-color: #fff;
  border-radius: 10px;
  margin: 2px;
  padding: 8px;
} */

/* .form input{
  width: 240px;
  height: 35px;
  background: transparent;
  border-bottom: 1px solid #ff7200;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 30px;
  font-family: sans-serif;
} */
/* 
.form input:focus{
  outline: none;
} */

/* ::placeholder{
  color: #fff;
  font-family: Arial;
} */

/* .btnn{
  width: 240px;
  height: 40px;
  background: #ff7200;
  border: none;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  transition: 0.4s ease;
} */
/* .btnn:hover{
  background: #fff;
  color: #ff7200;
} */
/* .btnn a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
} */
/* .form .link{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding-top: 20px;
  text-align: center;
} */
/* .form .link a{
  text-decoration: none;
  color: #ff7200;
} */
/* .liw{
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
} */
/* .icons a{
  text-decoration: none;
  color: #fff;
}
.icons ion-icon{
  color: #fff;
  font-size: 30px;
  padding-left: 14px;
  padding-top: 5px;
  transition: 0.3s ease;
} */
/* .icons ion-icon:hover{
  color: #ff7200;
} */