* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.nav-body {
  background-color: rgba(6, 5, 5, 0.865);
  padding: 10px;
  padding-bottom: 0;
}
nav {
  background-color: rgb(244, 141, 6);
}
nav .container-fluid a{
  font-weight: 900;
  font-size: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  cursor: not-allowed;
  display: flex;
}
nav .container-fluid .navbar-brand ion-icon{
  color: #fff;
  font-weight: 900;
  cursor: not-allowed;
}
.person ion-icon{
  color: black;
  font-size: 30px;
  cursor: pointer;
}
.person a{
  color: white;
  text-decoration: none;
  font-size: 20px !important;
  cursor: pointer !important;
}



.profile h3 {
  color: white !important;
  font-size: 50px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.profile p {
  color: white;
  font-size: 20px;
}
.icons a ion-icon {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.596);
  padding: 10px;
  font-size: 20px;
  border-radius: 100%;
}

.icons a ion-icon:hover {
  color: #fff !important;
  background-color: brown;
  transition: 0.5s ease-in !important;
}
.access-profile {
  text-align: center !important;
}
.access-profile a {
  background-color: rgba(0, 0, 0, 0.74) !important;
  border: 0 !important;
  /* width: 300px; */
  border-top-right-radius: 20px !important;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 0 !important;
  margin-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.access-profile a:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.slide {
  width: 100%;
}

.slide .slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.678), rgba(0, 0, 0, 0.671)),
    url(./pixel/student\ \(1\).jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide .slide2 {
  background: linear-gradient(rgba(0, 0, 0, 0.692), rgba(0, 0, 0, 0.658)),
    url(./pixel/student\ \(2\).jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide .slide3 {
  background: linear-gradient(rgba(0, 0, 0, 0.678), rgba(0, 0, 0, 0.664)),
    url(./pixel/student\ \(3\).jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide .slide4 {
  background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.678)),
    url(./pixel/student\ \(4\).jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}




      .body-one {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background: linear-gradient(rgba(30, 29, 29, 0.678), rgba(46, 45, 45, 0.671)),
            url(./pixel/background\ \(4\).jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: 20px;
            margin-bottom: 20px;
            border-top-right-radius: 100px;
            border-bottom-left-radius: 100px;
        } 
        .form-container {
              background: linear-gradient(rgba(50, 50, 50, 0.769), rgba(0, 0, 0, 0.925));
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            width: 100%;
        }
        .form-container h2 {
            margin-bottom: 30px;
            color: #ffffff;
            font-weight: 900;
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #ffffff;
            font-weight: 700;
        }
        .form-group input {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }
        /* .form-group .gender {
            display: flex;
            justify-content: space-between;
        }
        .form-group .gender label {
            margin: 0;
            flex: 1;
            text-align: center;
        }
        .form-group .gender input {
            width: auto;
            margin-right: 5px;
        }
        .form-group .gender label:last-child input {
            margin-right: 0;
        }*/

        form .form-para {
          color: white;
        }

        form .form-para a {
          color: white;
          font-size: 15px;
        }

        .form-button {
            background-color: #404553;
            color: #fff;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
        } 
         .form-button{
          margin-top: 20px;
         }
        .form-button:hover {
            background-color: #212429;
        }

    


footer {
   background-color: rgba(244, 141, 6, 0.632);
  text-align: center;
}
.footer-left a{
  font-weight: 900;
  font-size: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  cursor: not-allowed;
}
.footer-left ion-icon{
  color: #fff;
  font-weight: 900;
  cursor: not-allowed;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  /* margin: 0 10px; */
}

.footer-left img {
  width: 100px;
  height: auto;
}

.footer-center .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-center .social-icons img {
  width: 30px;
  height: auto;
}

.footer-bottom {
  margin-top: 20px;
}

.footer-bottom a {
  margin: 0 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 0.9em;
  color: #666;
}

