* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

body {
  overflow: hidden;
  background: rgb(0, 0, 0);
  background-size: cover;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
}

.katibeh-regular {
  font-family: "Katibeh", serif;
  font-weight: 400;
  font-style: normal;
}

.rubik-vinyl-regular {
  font-family: "Rubik Vinyl", system-ui;
  font-weight: 400;
  font-style: normal;
}

#musicPlayer {
  position: fixed;
  top: 90%;
  left: 2%;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
}

audio {
  display: none;
}

.navbar {
  margin-top: 10px;
}

.logo {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 10px white);
  font-family: "Rubik Vinyl", system-ui;
}

.brd {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  
  font-style: normal;
}

.myinfo {
  position: relative;
  top: 200px;
  left: 150px;
  width: 500px;
  color: white;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.73);
}

.nav-link {
  color: white;
}

.nav-item {
  color: white;
  margin-left: 20px;
}

.btn {
  border: none;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 50px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: auto;
  max-height: 30px;
}

.btn-row button {
  width: auto;
}

.button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #ff0000;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-weight: normal;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button:hover {
  background-color: #ca2d6b;
  color: #000;
}

.animate-pulse {
  animation: pulse 2s infinite;
}

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

.ly {
  display: flex;
  justify-content: space-between;
}

.custom-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
  color: #ff0000; /* Red color */
  animation: pulse 2s infinite;
}


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



video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.holi {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: bold;
}

h1 {
  font-size: 90px;
  font-weight: bold;
}

.nav-link:hover {
  color: rgb(255, 0, 0);
  text-shadow: 0 0 20px black;
}

video {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  filter: blur(100);
}

.hue {
  color: rgb(240, 81, 2);
  font-weight: bold;
  animation: hue 5s infinite;
}

@keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(700deg);
    filter: hue-rotate(700deg);
  }
}

@media (min-width: 768px) {
  .ly {
    flex-wrap: wrap;
  }

  .myinfo {
    width: 50%;
    max-width: 620px;
  }

  .my-custom-layout {
    width: 50%;
  }
}
@media (max-width: 1168px) {
  .myinfo {
    left: 2%;
    width: 100%;
  }
  .ly {
    flex-wrap: wrap;
  }

  .myinfo {
    width: 50%;
  }

  .my-custom-layout {
    width: 50%;
  }
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .myinfo {
    position: relative;
    top: 10vh;
    left: 5%;
    width: 90%;
    color: white;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.73);
  }


  h1 {
    font-size: 40px;
  }
}

.custom-container {
  padding-bottom: 40px;
}

.custom-container .inner {
  padding-left: 1px;
  padding-right: 1px;
}

.custom-container .content {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1530px;
}

.custom-section {
  position: relative;
}

.noise-bg {
  background: url('noise.png');
}

.section-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-large {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
}

.text-small {
  font-size: 1rem;
  line-height: 1.625;
}

.text-light {
  opacity: 0.6;
}

.text-gray {
  color: #edf2f7;
}

.text-bold {
  font-weight: 700;
}

.my-custom-layout {
  display: hidden;
}

.my-custom-layout .image-container {
  position: relative;
  overflow: hidden;
  display: hidden;
}

.my-custom-layout .image-container img {
  border-radius: 50%;
  opacity: 0.2;
  margin: 2.5rem;
  border-width: 4px;
  border-color: transparent;
  width: 80%;
}

.my-custom-layout .image-container .text-overlay {
  position: absolute;
  bottom: 20px;
  right: 0.75rem;
  color: #edf2f7;
  font-weight: bold;
}

.my-custom-layout .text-padding {
  padding: 10px;
}
