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


.loading-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


.zoom-logo {
  width: 300px;
  animation: smoothZoomOut 2s ease-in-out forwards;
}


.fade-logo {
  width: 300px;
  animation: fadeOnly 1s ease-in-out forwards;
}


@keyframes smoothZoomOut {
   0% {
    transform: scale(1) rotateY(360deg);
    opacity: 1;
  }
  50% {
    transform: scale(2.5) rotateY(0deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(5) rotateY(0deg);
    opacity: 0.5;
  }

}


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


.fade-out {
  animation: fadeOutScreen 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeOutScreen {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.slidebtn {
    padding: 10px;
    background: linear-gradient(to bottom left, #9617f5, #427af9);
    right: 78%;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-weight: 900;
    border: 1px solid #000;
    border-radius: 7px;
    min-width: 25%;
    text-decoration: none;
    font-size: 2vh;
    transition: transform 0.3s ease;
    text-decoration:none;
}


.slidebtn:hover {
  transform: scale(1.2);
}

.custom-container {
  width: 100%;
  text-align: center;
  padding: 3rem 2rem; 
  position: relative; z-index: 999; margin-top: -15%;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 1.5rem; 
  justify-items: center;
}




.custom-col {
  display: flex;
  justify-content: center;
}

.custom-card {
  display: flex;cursor:default;
  flex-direction: column;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  border-radius: 12px; 
  box-shadow: 0 6px 12px rgb(142 36 235 / 50%); 
  padding: 1.5rem; 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.custom-card:hover {
  transform: translateY(-5px); 
  box-shadow: 0 8px 16px rgba(70, 10, 255, 0.4);
}


.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff; 
  margin-bottom: 0.75rem;
}

.card-title i {
  color: #4a7cfd; 
}


.card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #b0b0b0; 
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .custom-grid {
    grid-template-columns: 1fr; 
  }
  .custom-card{width:100%;}
  .custom-col{width:100%;}
}


@media (max-width: 1024px) and (min-width: 769px) {
  .custom-grid {
    grid-template-columns: repeat(3, 1fr); 
  }
}


.cine-container {
    margin-top: 20px;
    padding: 20px;
    cursor:default;
}


.cine-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

/* Custom Column */
.cine-col {
    flex: 0 0 100%; 
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}


.cine-main-heading {
    font-size: 2rem; 
    font-weight: bold;
    color: #f1f1f1; 
    margin-bottom: 20px;
    text-align: center;
}

.cine-intro {
    font-size: 1.6rem; 
    color: #f1f1f1; 
    font-weight: bold;
    line-height: 1.5em; 
    margin-bottom: 20px;
}


.cine-body {
    font-size: 1.6rem; 
    color: #f1f1f1; 
    line-height: 1.5em; 
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cine-heading {
    font-size: 2rem; 
    font-weight: bold; 
    color: #f1f1f1; 
    margin-top: 30px;
    margin-left: 20px;
    border-left: 4px solid #851ce9;
    padding-left: 15px;
}


strong {
    font-weight: bold;
    color: #f1f1f1;
}

@media (max-width: 767px) {
    .cine-main-heading {
        font-size: 1.8rem; 
    }

    .cine-heading {
        font-size: 1.6rem; 
    }

    .cine-body {
        font-size: 1.4rem; 
    }
}

:root {
    --nero: #181818;
}


.slideshow-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 750px;
}

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

@media (min-width: 4000.99px) {
    .swiper {
        height: 1700px;
    }
    .slideshow-wrapper {
        height: 1700px;
    }
}
@media (max-width: 4000.98px) {
    .slideshow-wrapper {
        height: 1399px;
    }
    .swiper {
        height: 1399px;
    }
}

@media (max-width: 3800.98px) {
    .slideshow-wrapper {
        height: 1290px;
    }
    .swiper {
        height: 1290px;
    }
}

@media (max-width: 3550.98px) {
    .slideshow-wrapper {
        height: 1200px;
    }
    .swiper {
        height: 1200px;
    }
}

@media (max-width: 3200.98px) {
    .slideshow-wrapper {
        height: 1020px;
    }
    .swiper {
        height: 1020px;
    }
}

@media (max-width: 2900.98px) {
    .slideshow-wrapper {
        height: 950px;
    }
    .swiper {
        height: 950px;
    }
}

@media (max-width: 2600.98px) {
    .slideshow-wrapper {
        height: 870px;
    }
    .swiper {
        height: 870px;
    }
}

@media (max-width: 2300.98px) {
    .slideshow-wrapper {
        height: 790px;
    }
    .swiper {
        height: 790px;
    }
}

@media (max-width: 1990.98px) {
    .slideshow-wrapper {
        height: 730px;
    }
    .swiper {
        height: 730px;
    }
}

@media (max-width: 1600.98px) {
    .slideshow-wrapper {
        height: 690px;
    }
    .swiper {
        height: 690px;
    }
}

@media (max-width: 1399.98px) {
    .slideshow-wrapper {
        height: 650px;
    }
    .swiper {
        height: 650px;
    }
}

@media (max-width: 1199.98px) {
    .swiper {
        height: 635px;
    }
    .slideshow-wrapper {
        height: 635px;
    }
}

@media (max-width: 768px) {
    .swiper {
        height: 600px;
    }
    .slideshow-wrapper {
        height: 600px;
    }
}

@media (max-width: 991.98px) {
    .slidetitle {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .slidetitle {
        font-size: 1.5rem;
    }
}



.swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(20, 22, 29, 1) 0%, rgba(20, 22, 29, 0) 33%) left bottom,
                linear-gradient(to bottom, rgba(20, 22, 29, 1) 0%, rgba(20, 22, 29, 0) 15%) right top,
                linear-gradient(to right, rgba(20, 22, 29, 1) 0%, rgba(20, 22, 29, 0) 15%) left,
                linear-gradient(to left, rgba(20, 22, 29, 1) 0%, rgba(20, 22, 29, 0) 15%) right;
}

.swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgb(20 22 29) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(20 22 29) 1px, transparent 1px);
    background-size: 1.5px 1.5px;
    opacity: 0.45;
}

.swiper-slide {
    text-align: center;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

@keyframes dropBounce {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    60% {
        transform: translateY(30px);
        opacity: 1;
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.bounce-in-logo {
    animation: dropBounce 0.9s ease-out;
}

/* Zoom In and Out Animation */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06); /* Subtle zoom-in */
    }
    100% {
        transform: scale(1);
    }
}

.zoomeffect img.zoomimage {
    animation: zoomInOut 20s ease-in-out infinite;
    animation-play-state: running; /* Ensure animation runs continuously */
}