.main-container {
  margin: 103px 0px 0px 0px;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

#loading-screen img {
  width: 200px;
  animation: pulse 1s infinite, fadeOut 1s 1s forwards;

}



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn {
  border: none;
  padding: 12px;
  background: blue;
  color: white;
  border-radius: 12px;
  margin: 12px 0;
}

.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  margin: 0 20px;
}

.nav-list-item:hover {
  cursor: pointer;
}

.brand-logo {
  font-size: 36px;
  font-weight: bold;
  flex: 1;
}

.brand-logo img {
  width: 77px;
}

.nav-container {
  display: flex;
  color: white;
  background: black;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.container-cell {
  flex: 1;
  border: none;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-image {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://placehold.co/600x400?text=Image');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide {
  height: 100%;
  background: black;
}

.bg-primary {
  background: green;
}

.section {
  height: 600px;
}

.slideshow-container {
  background: black;
}

.br-12 {
  border-radius: 12px;
}

.bg-image-3472 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3992.jpg");
}

.bg-image-1560 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3943.jpg");
}

.bg-image-6140 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_4035.jpg");
}

.text-white {
  color: white;
}

.p-20 {
  padding: 20px;
}

.d-flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.heading-1 {
  font-size: 77px;
  margin: 0;
}

.center-align {
  justify-content: center;
  align-items: center;
}

.w-50 {
  width: 50%;
}

.paragraph {
  margin: 0;
}

.slow-zoom {
  animation: zoom 5s infinite alternate ease-in-out;
}

.fade-in {
  animation: fadeIn .5s ease-in;
}

.bg-image-6960 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3879.jpg");
}

.about-section {
  height: 400px;
  margin: 20px;
}

.heading-2 {
  font-size: 50px;
  margin: 0;
}

.h-fc {
  height: fit-content;
}

.container-cell-50 {
  flex: 1 0 50%;
}

.programmes-section {
  height: fit-content;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3819.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

.text-center {
  text-align: center;
}

.card {
  margin: 20px;
}

.heading-3 {
  margin: 8px 0;
}

.w-fc {
  width: fit-content;
}

.card .image {
  width: 100%;
  height: 350px;
}

.about-image {
  height: 400px;
}

.bg-primary-light {
  background: rgb(227, 255, 224);
}

.programmes-grid {
  width: 80%;
  margin: 0 auto;
}

.contact-section {
  height: fit-content;
}

.contact-cards-container {
  height: 100%;
}

.fonts {
  font-size: 56px;
}

.history-section {
  height: fit-content;
}

.mission-section {
  height: fit-content;
}

.vissoin-section {
  height: 400px;
}

.container-cell-33 {
  flex: 1 0 33%;
}



.menu {
  display: none;
}

.btn:hover {
  cursor: pointer;
}

.active-nav-item {
  font-weight: bold;
  font-size: 20px;
}

.mx-20 {
  margin: 0 20px;
}

.bg-image-0881 {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3859.jpg");
}

.bg-image-1492 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3787.jpg");
  height: 500px;
}

.card-body {
  background: black;
  padding: 12px;
  border-radius: 0 0px 12px 12px;
}

.card-image {
  border-radius: 12px 12px 0 0;
  height: 200px;
}

.m-20 {
  margin: 20px;
}

.team-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("assets/IMG_3916.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 450px) {
  .main-container {
    margin: 0 ;
  }

  .nav-list {
    display: none;
    position: absolute;
    bottom: 103px;
    padding: 20px;
    text-align: center;
    background: black;
    width: 100%;
  }

  .nav-container {
    bottom: 0;
    top: auto;
  }

  .container-cell {
    flex: 1 0 100%;
  }

  .section {
    height: fit-content;
  }

  .heading-1 {
    font-size: 50px;
  }

  .w-50 {
    width: 100%;
  }

  .programmes-grid {
    width: 100%;
  }

  .hero-section {
    height: 400px;
  }

  .menu {
    font-size: 32px;
    display: block;
    margin-left: 12px;
  }

  .btn:hover {
    cursor: pointer;
  }

  .nav-list-item {
    margin: 20px;
  }

  .nav-list-item:hover {
    cursor: pointer;
  }


  footer {
    margin-bottom: 103px
  }
}