body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
  background-color: #32497e;
  color: rgb(255, 255, 255);
  padding: 20px;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.card {
  width: 200px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s;
}

.card img {
  width: 100%;
  border-radius: 8px;
}

.card:hover {
  transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgb(0, 0, 0);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: #000000fb;
  padding: 10px;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
}

video {
  width: 100%;
  border-radius: 8px;
}

.close {
  color: rgb(255, 255, 255);
  font-size: 30px;
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}

body {
  background: #000000;
  color: rgb(233, 222, 222);
}

header {
  background: #850134;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  
}

nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

main {
  padding: 40px;
  text-align: center;
}

main h1 {
  font-size: 50px;
  margin-bottom: 30px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.card {
  background: #859aef73;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card p {
  padding: 15px;
  font-weight: bold;
}

video-wrapper {
  width: 100%;
  background: #000;
  padding: 20px;
  text-align: center;
}

.video-wrapper h2 {
  margin-bottom: 10px;
}

video {
  width: 100%;
  max-width: 1100px;
  height: auto;
  border-radius: 10px;
}
.video-wrapper {
  display: none;
  width: 100%;
  background: #000;
  padding: 40px 20px;
  text-align: center;
}

#videoPlayer {
  width: 100%;
  max-width: 1400px;
  height: 80vh;
  background: black;
  border-radius: 12px;
}

.video-wrapper h2 {
  margin-top: 25px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}

.video-wrapper p {
  max-width: 1000px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: #ddd;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.card {
  width: 200px;
  cursor: pointer;
  text-align: center;
}

.card img {
  width: 100%;
  border-radius: 8px;
}

.card:hover {
  transform: scale(1.05);
}

.video-wrapper {
  display: none;
  width: 100%;
  background: #000;
  padding: 20px;
  text-align: center;
}

#videoPlayer {
  width: 100%;
  max-width: 1400px;
  height: 80vh;
  background: black;
  border-radius: 12px;
}

.video-wrapper h2 {
  margin-top: 25px;
  font-size: 42px;
  font-weight: bold;
}

.video-wrapper p {
  max-width: 1000px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.7;
  color: #ddd;
}

.fade-in {
  animation: fadeIn 0.4s ease forwards;
}

.fade-out {
  animation: fadeOut 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.about-top-bar {
  width: 100%;
  background-color: #c8504e;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 6px 12px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

#about-page-main {
  width: 100%;
  background-color: #000;
  color: #fff;
  min-height: calc(100vh - 85px);
  padding: 25px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  animation: fadeIn 0.6s ease forwards;
  position: relative;
}

.about-heading {
  font-family: Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 15px 0 35px 0;
  padding: 0;
  text-align: center;
}

.about-content-area {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0;
  position: relative;
  left: 0;
}

.about-profile-img img {
  width: 300px;
  height: auto;
  display: block;
  border: none;
  border-radius: 0;
  position: relative;
  left: 0;
}

.about-info-text {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
  text-align: left;
  margin: 0;
  position: relative;
  top: 0;
}

.about-bottom-bar {
  width: 100%;
  background-color: #f44336;
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 10;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dd0202;
  padding: 15px 30px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 22
}