body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: white;
}
.container {
    color: #fff;
    background-color: rgb(41, 1, 41);

}
.headdd {
    background-color: #6A0DAD; 
    color: greenyellow; 
    padding: 20px; 
    text-align: center; 
    font-size: 24px;
    font-weight: bold; 
    text-transform: uppercase; 
    letter-spacing: 2px;
    border-bottom: 3px solid #FFD700; 
    position: relative;
    overflow: hidden; 
    
}

.headdd::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: -100%;
    transition: left 0.3s ease; 
}

.headdd:hover::after {
    left: 100%; 
}

.headdd:hover {
    color: #6A0DAD;
    background-color: greenyellow;
}

.top-navigation {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.top-navigation a {
    color: #fff;
    
    text-decoration: none;
    transition: 0.3s ease-in;
}
.top-navigation a:hover {
    color: rgb(235, 146, 29);
   
    transform: scale(1.2);
}
.layer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    background-image: url('./Back.jpg');
    background-size: cover;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #6A0DAD;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.section {
    flex: 1; 
    padding: 10px;
    text-align: center;
}

.tee {
    position: relative;
    background-color: rgba(173, 216, 230, 0.7);
    color: black;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.tee:not(:last-child) {
    border-right: none; 
    margin-right: 10px; 
}

.tee i {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px; 
}

.tee:hover {
    background-color: #FF1493; 
    transform: scale(1.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    color: #fff; 
}
header {
    background-color: #3498db;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
header img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 2rem;
}
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wrapper {
    position: relative;
}

.login-block {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    z-index: 1;
    color: #fff;
    transition: transform 0.3s; 
}
.login-block:hover {
    transform: translateY(-50%) scale(1.2); 
}

.login-block h2 {
    margin-bottom: 20px;
}

.login-block form {
    display: flex;
    flex-direction: column;
}

.input-group {
    margin-bottom: 10px;
}

.input-group input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
}

.login-block button {
    background-color: #ff1493;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.login-block button:hover {
    background-color: #6A0DAD;
    color: #fff;
}
.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: grey;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; 
}

.prev-button:hover,
.next-button:hover {
    background-color: #ff1493; 
    color: #fff;
}

.prev-button {
    left: 10px; 
}

.next-button {
    right: 10px; 
}


@keyframes img-1 {
0%, 25% {
opacity: 0;
}
30%, 70% {
opacity: 1;
}
75%, 100% {
opacity: 0;
}
}

@keyframes img-2 {
0%, 25% {
opacity: 0;
}
30%, 70% {
opacity: 0;
}
75%, 100% {
opacity: 1;
}
}

@keyframes img-3 {
0%, 25% {
opacity: 1;
}
30%, 70% {
opacity: 0;
}
75%, 100% {
opacity: 0;
}
}
.wrapper {
position: relative;
width: 1600px; 
overflow: hidden; 
margin: 0 auto; 
}


.wrapper img {
position: absolute;
width: 100%; 
height: 80vh;
object-fit: cover;
opacity: 0;
}
.wrapper {
position: relative;
width: auto ;
height: 80vh;

}

.wrapper img {
position: absolute;
width: 100%;
opacity: 0;
justify-content: centre;
}

.wrapper img:nth-child(1) {
animation: img-1 12s infinite;
}

.wrapper img:nth-child(2) {
animation: img-2 12s infinite;
}

.wrapper img:nth-child(3) {
animation: img-3 12s infinite;
}
#about {
    text-align: center;
  }
  
  #about h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
.mission-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  
  .mission-box {
    flex: 1;
    max-width: calc(50% - 20px);
    min-width: 200px;
    min-height: 150px;
    background-color: #6A0DAD;
    color: greenyellow;
    font-weight: bold;
    border: 2px solid #FFD700;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .mission-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgba(106, 13, 173, 0.5);
  }
  .mission-box h3 {
    font-size: 24px;
    margin: 10px 0; 
  }
  
  .mission-box ul {
    list-style-type: none; 
    padding: 0;
  }
  
  .mission-box li {
    font-size: 18px;
    margin: 5px 0;
  }
  .mission-box {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}
.animate {
    opacity: 1;
    transform: translateY(0);
}
.headdd {
    background-color: #6A0DAD;
    color: greenyellow;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid #FFD700;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translateY(20px); 
    transition: opacity 0.5s, transform 0.5s; 
}

.headdd.visible {
    opacity: 1; 
    transform: translateY(0); 
}
.abc{
    background-color: black;
    color: white;
}
#team {
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
}

#team h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.team-member {
    flex: 1;
    max-width: 300px; 
    background-color: #ffecb3; 
    border: 1px solid #ffbf00;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.member-box {
    padding: 20px;
}

.member-image-placeholder {
    background-color: #dddddd; 
    height: 200px;
}

.member-details h3 {
    font-size: 20px;
    margin: 10px 0;
}

.member-details p {
    font-size: 16px;
    color: #555555;
}
#contact {
    text-align: center;
    background-color: #f0f0f0; 
    padding: 20px;
}

#contact h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

#contact p {
    font-size: 18px;
    color: #555555;
    margin-bottom: 30px;
}

.contact-form {
    max-width: 600px; 
    margin: 0 auto;
}

.contact-form label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 150px; 
}

.contact-form button {
    background-color: #6A0DAD;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.contact-form button:hover {
    background-color: #ffbf00; 
    color: #fff; 
}

footer {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

footer p {
    font-size: 16px;
}
.contact-container {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.contact-person {
    flex: 1;
    max-width: 300px;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
