
:root{
  --main-color:#8259A5;
  --text-color:#888888;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.navbar{
  background-color: #fcd204;
}
.nav-item{
  color: #fff;
}
.bg-iconnav {
  background: #EA4701;
  /* Old browsers */
  background: -moz-linear-gradient(top, #EA4701 0%, #EA4701 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #EA4701 0%, #EA4701 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #EA4701 0%, #EA4701 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0323d', endColorstr='#e6366c', GradientType=0);
  /* IE6-9 */
  border-radius: 0;
  padding: 10px;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-item .nav-link:hover{
  border-bottom: 1px solid #ffffff;
}
.get-seat{
  color: #fff; 
  /* margin-top: 20rem; */
  position: absolute;
  top: 15rem;
  left: 20vw;
  width: fit-content;
  
  /* right: 20rem; */
  /* display: flex;
  flex-direction: column; */
  /* text-align: center; */
  /* justify-content: center; */
  /* align-items: center; */
}
.get-seat h1{
  font-size: clamp(25px,15vw,55px);
}

.get-seat p{
  padding: 20px 0;
  font-size: clamp(10px,4vw,25px);
}
.contact-title{
  font-size: 4rem;
}
.contact-dis{
  font-size: 1.5rem;
}
.mail{
  text-decoration: none;
  color: #fff;
}
.mail:hover{
  color: #888888;
}
.footer{
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
.footer-section{
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .watch-us-title{
  position: absolute;
  text-align: center;
  overflow: hidden;
  color: #fff;
  margin: auto;
} */
.watch-contact{
  text-decoration: none;
  color: #000;
  padding: 0px;
  font-size: 2rem;
}
.watch-contact:hover{
  color: #888888;
}
.up-arrow{
  padding: 20px;
  background-color: #fff;
  border-radius: 5rem;
  font-size: 2rem;
  /* font-weight: 700; */
  color: #000;
}

.front-image{
  width: 100%;
  position: relative;
}
.front-text{
  position: absolute;
  color: #fff;
  top: 15rem;
  left: 10rem;
  justify-content: center;
}
 .watch-age a{
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  /* font-weight: 500; */
} 
.watch-age a:hover {
  color: #888888;
  text-decoration: underline; /* Add this line */
}

.loadMore{ 
  list-style-type:none;
}
.loadMore .col-md-3{ 
  display: none;
}

.parallax-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}


.parallax-container-video {
  position: relative;
  overflow: hidden;
  height: 80vh;
  width: 100%;
 
}

/* Video styling */
#parallax1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

#parallax2 {
  background-image: url('images/image.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  
}
#parallax3 {
  background-image: url('images/image.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  
}

.content {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(251, 251, 251);
  text-align: center;
  font-size: 24px;
 
}

h1 {
  font-size: 3rem;
}

.develop{
  text-decoration: none;
  color: #ffff;
}

@media screen and (max-width: 600px) {
  .get-seat{
      left: 5vw;
  }
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/* Keep the hover dropdown working */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  /* Make dropdown menu items lighter font */
  .dropdown-menu .dropdown-item {
    font-family: sans-serif;
    font-weight: 300; /* lighter font weight */
    color: #000; /* optional: make text dark for light themes */
    
  }

  /* Underline when hover on dropdown item */
  .dropdown-menu .dropdown-item {
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
  }
  
  .dropdown-menu .dropdown-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #000; /* use your main theme color */
    transition: width 0.3s ease;
  }
  
  .dropdown-menu .dropdown-item:hover::after {
    width: 100%;
  }

  \.front-image {
    position: relative;
}

.front-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2); /* Optional: for better text contrast */
    border-radius: 10px;
}
.parallax {
  position: relative; /* Required for overlay to be positioned correctly */
}

.checkerboard-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(45deg, #000 25%, transparent 25%),
    linear-gradient(-45deg, #000 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #000 75%),
    linear-gradient(-45deg, transparent 75%, #000 75%);
  background-size: 5px 5px; /*smaller sqaures */
  background-position: 0 0, 0 5px, -5px -5px, -0px ;
  opacity: 0.17;
  pointer-events: none;
  z-index: 2;
}

/* Video Overlay Styles */
.parallax-container-video {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  height: 120%;
  
  background:none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
  z-index: 10;
}

.overlay-content {
  color: white;
  max-width: 600px;
}

.overlay-logo {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1); /* Makes logo white if needed */
}

.overlay-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 200px;
  margin-bottom: 10px;
  text-transform: none;
  font-family: "Suisse Int'l", monospace;
}

.overlay-subtitle {
  font-size: 0.9rem;
  margin-bottom: 20px;
  opacity: 0.9;
  font-style: italic;
}

.overlay-divider {
  display: inline-block;
  width: 40px;
  height: 1.5px;
  background: white;
  margin: 0 0 42px ;
  margin-right: 15px; 
  
}

.overlay-description {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.6;
  opacity:0.8;
  font-weight:bold;
  font-family: 'Inter', sans-serif;
  
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .overlay-content {
    max-width: 90%;
  }
  
  .overlay-title {
    font-size: 2rem;
  }
  
  .overlay-description {
    font-size: 0.1rem;
  }
  
  .overlay-description br {
    display: none;
  }
}

@media (max-width: 480px) {
  .overlay-title {
    font-size: 1.5rem;
  }
  
  .overlay-logo {
    width: 50px;
  }
}
@font-face {
  font-family: "Suisse Int'l";
  src: url('./fonts/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.subscribe-btn {
  background: #FF0000;  /* Bright YouTube red */
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
  text-transform: none;
  letter-spacing: 1px;
}

.subscribe-btn:hover {
  background: white;      /* White background on hover */
  color: #FF0000;         /* Red text on hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.5);
  border: 2px solid #FF0000;  /* Red border to maintain structure */
}
.subscribe-btn:active {
  transform: translateY(0);
}

.youtube-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}
















  