.elementor-kit-119{--e-global-color-primary:#66FCF1;--e-global-color-secondary:#D9B08C;--e-global-color-text:#D1E8E2;--e-global-color-accent:#116466;--e-global-color-419c5de:#FFCB9A;--e-global-color-c8a60b0:#45A29E;--e-global-color-fcb8c05:#2C3531;--e-global-color-0ee1872:#D79922;--e-global-color-ae72728:#E43D12;--e-global-color-7eaedc1:#AFD275;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Newsreader";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Epilogue";--e-global-typography-accent-font-weight:600;--e-global-typography-7c7539c-font-family:"Spectral";--e-global-typography-7c7539c-font-weight:400;--e-global-typography-3d25dc6-font-family:"Raleway";--e-global-typography-3d25dc6-font-weight:600;background-color:#2C3531;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 
----------------------------------------
Template: 404 Page
Widget: Button - Neon Effect
----------------------------------------
*/
.neon-button{
    --color: #ffcb9a;
}

/* NEON LIGHT GLOW */
.neon-button a{
    text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--color);
    box-shadow: inset 0 0 0.5em 0 var(--color), 0 0 0.5em 0 var(--color);
    transition: box-shadow 2s !important;
    position: relative;
}

/* GLOWING HOVER EFFECT */
.neon-button a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 2em 0.5em var(--color);
    opacity: 0;
    transition: opacity 100ms linear;
}
.neon-button a:hover::after{
    opacity: 1;
}

/* BUTTON REFLECTION */
.neon-button a::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: var(--color);
  top: 120%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
  filter: blur(2em);
  opacity: 0.7;
}
.neon-button a:hover::before {
  opacity: 1;
}

/* Maintenance Mode - Button Hover Lift Animation */

.maintenance-btn{
    transition: all 0.3s ease-out 0s
}
.maintenance-btn:hover{
    transform: translateY(-10px);
}

/* ===== Email Link Hover Style (Only on Contact Form Section) ===== */

.contact-form-section a[href^="mailto:"]:hover {
    color: #ffcb9a !important;
    text-decoration: underline;
}

/* 
----------------------------------------
Image in Text For About US page
----------------------------------------
*/

.image-text-clip{
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


/* 
----------------------------------------
gradient in Header
----------------------------------------
*/

.header-gradient {
    position: relative;
    z-index: 999;
}

.header-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: -1;
}

.header-gradient {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

/* 
----------------------------------------
Heading invisible in Header
----------------------------------------
*/

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 
----------------------------------------
Code for the button animation on hover in Trending Loop Item
----------------------------------------
*/

.elementor-kit-119 .show {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s, opacity 0.5s;
}

.elementor-kit-119:hover .show {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .elementor-kit-119 .show {
    opacity: 1;  
  }
}

/* 
----------------------------------------
Code for the infinite looping effect In Loop Carousel (Trending Movies)
----------------------------------------
*/

.custom-swiper-linear .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}

/* 
----------------------------------------
Code for Sitemap
----------------------------------------
*/

.hover-green a:hover {
  color: #116466 !important;
}

/* 
----------------------------------------
2 Custom Loop for movies archive
----------------------------------------
*/

.post-hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

/* 
----------------------------------------
archive widget for movies archive
----------------------------------------
*/

.movie-archive article {
    position: relative;
}
.movie-archive article .post-hover {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.movie-archive article:hover .post-hover {
    opacity: 1;
}
.movie-archive article .post-hover .elementor-widget-wrap .elementor-element {
    transition: all 0.3s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
}
.movie-archive article:hover .post-hover .elementor-widget-wrap .elementor-element {
    transform: translateY(0);
    opacity: 1;
}
.movie-archive article .post-hover .elementor-widget-wrap .elementor-element:nth-child(1) {
    transition-delay: 0s;
}
.movie-archive article .post-hover .elementor-widget-wrap .elementor-element:nth-child(2) {
    transition-delay: 0.1s;
}
.movie-archive article .post-hover .elementor-widget-wrap .elementor-element:nth-child(3) {
    transition-delay: 0.2s;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .movie-archive .elementor-section > .elementor-container {
        min-height: 370px !important;
    }
    .movie-archive .elementor-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .movie-archive .elementor-heading-title {
        font-size: 20px !important;
    }
    .movie-archive .post-hover .elementor-heading-title {
        font-size: 24px !important;
    }
    .movie-archive .elementor-posts {
        --grid-row-gap: 40px;
    }
}


/* Search Result Page - Search Button Hover Lift Animation */

.search-btn .e-search-submit {
  transition: all 0.3s ease-out 0s;
}

.search-btn .e-search-submit:hover {
  transform: translateY(-10px);
}/* End custom CSS */