/* home Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Arial', sans-serif;
}
html{
overflow-x: hidden; /* Prevent horizontal scrolling */
}
body {
color: #ffffff;
overflow: hidden;
background: #1c1c1c;


}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
margin-top: 50px;

}

.container-tab {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    }


.container-header {
width: 90%;
max-width: 1200px;
margin: 0 auto;
height: 45px;
}

h1, h2 {
text-align: center;
margin-bottom: 20px;
}

/* Hero Section */
.hero {
/* background: linear-gradient(45deg, #6a11cb, #2575fc);*/
background:  black;
color: #fff;
display: none;
justify-content: space-between; /* This will space out the content */
position: relative; /* Ensures absolute positioning of logo */
align-items: center;
text-align: center;
padding: 20px;
}
.hero h1 {
font-size: 3rem;
}
.hero span {
color: #ff69b4;
}
.hero p {
margin: 10px 0 20px;
}
.hero .logo img {
  height: 70px;
  width: 180px;
  position: absolute;
  top: 12px;
  left: 15px;
}

/* Ensure other content is spaced out correctly */
.hero h1, .hero p, .hero .btn {
margin-left: 80px; /* Create space for the logo */
text-align: left; /* Align text to the left */
}


.container-header {
  background: #000000;
  padding: 10px 20px; /* Adjust padding for spacing */
  display: flex;
  align-items: center;
  justify-content: space-between; 
}


/* Navbar */
.navbar {
  background: #000000;
  padding: 10px 20px; /* Adjust padding for spacing */
  display: flex;
  align-items: center;
  justify-content: space-between; /* Push logo and tabs to opposite ends */
}
.logo {
  width: 50px; /* Adjust the logo size */
  height: 50PX;
}
.navbar a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 1.1rem;
  position: relative;
}
.navbar a:hover {
  color: #ff000d;
}

/* Dropdown */
.navbar .dropdown {
position: relative;
display: inline-block;
}
.navbar .dropdown-content {
display: none;
position: absolute;
background-color: #333;
min-width: 150px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
z-index: 1;
border-radius: 5px;
text-align: left;
}
.navbar .dropdown-content a {
color: white;
padding: 10px 15px;
text-decoration: none;
display: block;
font-size: 0.9rem;
}
.navbar .dropdown-content a:hover {
  background-color:  #ff000d;
    /*background: linear-gradient(45deg, #6a11cb, #2575fc);*/
    color: #fff;
}
.navbar .dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-content-right {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  top: 0;
  left: 100%;
  z-index: 1;
}

.dropdown-submenu:hover .dropdown-content-right {
  display: block;
}

/* Footer */
.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, .9);
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity,1))
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between; /* Pushes elements to left and right */
align-items: center; /* Align vertically centered */
padding: 0 20px; /* Horizontal padding */
}

/* Left-aligned text */
.footer-text-left {
color: #9ca3af; /* Gray color */
font-size: 14px;
margin: 0;
}

/* Right-aligned text */
.footer-text-right {
color: #9ca3af; /* Gray color */
font-size: 14px;
cursor: pointer;
transition: color 0.3s ease; /* Smooth hover transition */
margin: 0;
}

.footer-text-right:hover {
color: #a855f7; /* Purple hover effect */
}


/* Mobile Menu */
.mobile-menu {
display: none;
color: #fff;
padding: 10px;
position: fixed;
top: 20px;
right: 10px;
z-index: 1000;
border-radius: 5px;
cursor: pointer;
position: absolute;

}
.mobile-menu span {
display: block;
width: 25px;
height: 3px;
background: #fff;
margin: 5px 0;
}
.mobile-nav {
display: block;
position: fixed;
top: 0;
left: -100%; /* Hidden off-screen */
width: 250px;
height: 100vh;
background: #333;
border-radius: 0;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
text-align: left;
padding: 10px;
z-index: 999;
transition: left 0.3s ease; /* Smooth slide effect */
}

.mobile-nav.show {
left: 0; /* Slide into view */
}

.mobile-nav a {
display: block;
color: #fff;
padding: 10px;
text-decoration: none;
border-bottom: 1px solid #444;
}
.mobile-nav a:last-child {
border-bottom: none;
}
.mobile-nav a:hover {
background: #ff69b4;
}


/* Effects */

#particles, #vignette {
position: fixed;
min-width: 100%;
min-height: 100%;
bottom: 0;
right: 0;
z-index: -2;
}

#vignette {
box-shadow: 0 0 800px rgba(0,0,0,0.9) inset;
z-index: -1;
}

/* Responsive Design */



section {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}



.info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 780px;
padding: 0 35px;
text-align: justify;
margin: 0 auto;
}

.info p {
color: #fff;
font-weight: 500;
font-size: 1.5rem;
margin-top: 10px;
margin-bottom: 20px;
line-height: 1.5;
}

.movie-night {
background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}

.btn {
display: block;
padding: 10px 40px;
margin: 10px auto;
font-size: 1.1rem;
font-weight: 700;
border-radius: 4px;
outline: none;
text-decoration: none;
color: #784ba0;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.3);
cursor: pointer;
}

.btn:hover {
animation: gelatine 0.5s 1;
}

@keyframes gelatine {
0%,
100% {
transform: scale(1, 1);
}
25% {
transform: scale(0.9, 1.1);
}
50% {
transform: scale(1.1, 0.9);
}
75% {
transform: scale(0.95, 1.05);
}
}

/* SWIPER */

.swiper {
width: 350px;
height: 425px;
padding: 50px 0;
}

.swiper-slide {
position: relative;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
border-radius: 10px;
user-select: none;
}

.swiper-slide img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.img-position {
object-position: 50% 0%;
}

.overlay {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #0f2027, transparent, transparent);
background-repeat: no-repeat;
background-size: cover;
}

.overlay span {
position: absolute;
top: 0;
right: 0;
color: #fff;
padding: 7px 18px;
margin: 10px;
border-radius: 20px;
letter-spacing: 2px;
font-size: 0.8rem;
font-weight: 700;
font-family: inherit;
background: rgba(255, 255, 255, 0.095);
box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
inset -3px 3px 3px rgba(255, 255, 255, 0.4);
backdrop-filter: blur(74px);
}

.overlay h2 {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
font-weight: 400;
font-size: 1.1rem;
line-height: 1.4;
margin: 0 0 20px 20px;
}

@keyframes animate {
0% {
transform: translateY(0) rotate(0deg);
opacity: 1;
border-radius: 0;
}

100% {
transform: translateY(-1000px) rotate(720deg);
opacity: 0;
border-radius: 50%;
}
}

/* Media Queries for Responsiveness */

@media (max-width: 1024px) {
.content {
flex-direction: column;
width: 90%;
gap: 20px;
}

.info {
padding: 0 20px;
}

.swiper {
width: 100%;
height: 350px;
}

.btn {
width: 40%;
}




}


@media (max-width: 768px) {

.info p {
font-size: 0.9rem;
}

.swiper {
width: 90%;
height: 320px;
}

.navbar {
display: none;
}
.mobile-menu {
display: block;
}


.footer-container {
  max-width: 1200px;
  flex-direction: column;
  text-align: center;
}

.container {
padding: 0 15px; /* Add padding to prevent overflow */
}

.banner-slider {
  height: 110px!important; /* Adjust the height for smaller screens */
}

.hero{
  display: flex;
}

.gallery-container {
  grid-template-columns: 1fr; /* Single column on mobile devices */
  padding: 10px;
}

.gallery-item {
  border-radius: 10px;
}

.popup img {
  max-width: 95%;
  max-height: 90%;
}

.popup-control {
  padding: 10px;
  font-size: 25px;
  margin: 10px;
  display: block;
}

.close-popup {
  padding: 8px;
  font-size: 18px;
  width: 70px !important;
}
  
}


/* Banner Slider Container */
.banner-slider {
  width: 90%; /* Make the slider width 100% of its parent container */
  max-width: 700px; /* Set a max-width to ensure it doesn't stretch too wide */
  height: 130px; /* Default height, can be adjusted based on design */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 10px;
}

.banner-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.banner-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.banner-slide img {
  width: 100%; /* Make the image responsive */
  height: 100%; /* Ensure it covers the height of the slide */
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.banner-slide img:hover {
  opacity: 0.8;
}

/* Dots for Navigation */
.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: rgb(255, 255, 255);
}


@keyframes filling {
    from {
      background-position: center 25%;
    }
    to {
      background-position: center 50%;
    }
  }
  



  .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
}

.gallery-item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popup img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.popup-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.popup-control {
  background: transparent;
  border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 30px;
    border-radius: 50%;
    margin: 10px;
    transition: background-color 0.3s ease;
}

/*.popup-control:hover {
    background-color: rgba(255, 255, 255, 0.9);
}  */

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    padding: 10px;
    width: 100px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    transition: background-color 0.3s ease;
}

/*.close-popup:hover {
    background-color: rgba(255, 255, 255, 0.8);
}  */

