html {
    scroll-behavior: smooth;
    font-family: 'Courier New', Courier, monospace;
}
html a {
    color: white;
}

html a:hover {
    text-decoration:underline;
    color: blue;
}
body {
    
  
  min-height: 100vh;
  margin: 0;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
}


/* header styling */
.header-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    width: 100%;
    background-color: white;
}

header > div > img {
    width: 100px;
    height: auto;
}

.navbar-links {
    list-style: none;
    display: flex;
    gap: 20px;
}
.navbar-container div {
    background: linear-gradient(to left, #6a11cb, #2575fc) ;
    word-wrap: break-word;
    
}
.navbar-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 20px 0px;
    
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
/* main content styling*/
.main-container>.welcome video {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  user-select: none;
    border-radius: 5px;
}
.main-container>.welcome video {
    pointer-events: none;
    user-select: none;
    outline: none;
    
}


h1{
    color: white;
   
}
.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 30px;
    
}
.main-container div {
    
    padding-bottom: 30px;
}
/* Welcome section styling */

.welcome {
    width: 100%;
    
}
.welcome div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    
}
.welcome-message {
    padding-top: 50px;
    
}

.welcome-text {
    
  display: flex;
  align-items: center; /* vertically aligns text and image */
  justify-content: space-between;
  padding: 20px;
  animation: fadeIn 5s; /* Apply the fadeIn animation for 5 seconds */
}

.text-column{
  display: flex;
  flex-direction: row;
  width: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
  
  
}
.text-column >.welcome-para {
    color: white;
    
    border-radius: 5px;
    padding: 2px;
}
.image-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  
}

.image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  
}
/* About section styling */
#mission h2, 
#mission p {
 opacity: none;
  color: white;
  
  
}
.mission {
    background: linear-gradient(to left, #6a11cb, #2575fc);
    width: 100%;
    opacity: 85%;
    padding: 100px 20px;
  border-radius: 5px;
}
.mission div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.mission-image {
  display: flex;
  align-items: center; /* vertically aligns text and image */
  justify-content: space-between;
  padding: 20px;
}

.visible {
  animation: fadeIn 5s; /* Apply the fadeIn animation for 5 seconds */
}

@keyframes fadeIn {
  0% { opacity: 0; } /* Start with complete transparency */
  100% { opacity: 1; } /* Fade to complete opacity */
}

/*Carousel styling */
.carousel-inner {
    width: 100%;
    height: auto;
    
}

#carousel > div {
    padding-bottom: 30px;
}

#carousel > h2 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
/* Contact section styling */
.contact > h2 {
    background: white;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0px 20px 0px;
}
.contact {
    background: linear-gradient(to left, #6a11cb, #2575fc);
    border-radius: 5px;
    width: 100%;
    opacity: 90%;
    
    
}
.contact >div {
    padding-bottom: 50px;
    
}

.contact  div a {
    color: blue;
}
.contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    
}
.contact-info {
    display: flex;
    justify-content: space-around;
}
.card1 {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  width: 20%;
  border-radius: 5px; 
  background: white;
  height: 650px;
  overflow: auto;
}



/* On mouse-over, add a deeper shadow */
.card1:hover {
  box-shadow: 0 16px 20px 0 rgba(255, 255, 255, 0.5);
}

img {
  border-radius: 5px 5px 0 0;
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

/* Footer styling */
.footer-div{
    background: white;
}

footer {
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    background: white;
    border-radius: 5px;
}
img.facebook {
  width: 50px;          /* adjust size */
  height: 50px;
  margin-left: 10px;    /* optional spacing */
  transition: transform 0.3s ease;
}

img.facebook:hover {
  transform: scale(1.1); /* subtle zoom on hover */
}

.album{
    background: linear-gradient(to left, #6a11cb, #2575fc);
}

/* Staff section styling */
.staff-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
    background: linear-gradient(to left, #6a11cb, #2575fc);
}
.staff-container > div {
    padding-bottom: 10px;
    overflow: auto;
}
.staff-container img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
}







/*Career section styling */

.main-container > .welcome > .career-text .career-text-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5;
}
.main-container  .career-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    
}
.main-container > .career-details a {
    color: blue;
    text-decoration: underline;
}

