* {
    font-family: "Lora", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.imdb {
    font-family: "Lora", serif;
    color: #ffffff;
    /*  padding: 4em; */
}

.imdb a {
    text-decoration: none;
    color: #ffffff;
}

.imdb a:hover {
    color: goldenrod;
    transition: 0.3s;
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #23252b;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    padding: 0 100px;
    transition: 0.6s;
}

.navigation .menu .menu-item > a {
    font-family: "Lora", serif, initial;
}

.logo {
    width: 46px;
    height: 50px;
    background-image: url("../img/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}

header .logo {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

header .navigation {
    position: relative;
    line-height: 75px;
    transition: 0.6s;
    transition-property: line-height;
}

header.sticky .navigation {
    line-height: 60px;
}

header .navigation .menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    user-select: none;
}

#myTable a {
    font-family: "Lora", serif;
    text-decoration: none;
}

.menu-item > a {
    font-family: "Lora", serif;
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: none;
    margin: 20px;
    padding: 25px 0;
}

.menu-item > a:hover {
    color: goldenrod;
    transition: 0.3s;
}

.menu-item .sub-menu {
    font-family: "Lora", serif;
    position: absolute;
    background: #23252b;
    top: 74px;
    line-height: 40px;
    list-style: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
}

header.sticky .menu-item .sub-menu {
    top: 60px;
}

.menu-item:hover .sub-menu {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
}

.menu-item .sub-menu .sub-item {
    position: relative;
    padding: 7px 0;
    cursor: pointer;
    box-shadow: inset 0 -30px 5px -30px rgba(255, 255, 255, 0.2);
}

.menu-item .sub-menu .sub-item a {
    font-family: "Lora", serif;
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: none;
    padding: 15px 30px;
}

.menu-item .sub-menu .sub-item a:hover {
    color: goldenrod;
}

.menu-item .sub-menu .sub-item:last-child:hover {
    border-radius: 0 0 8px 8px;
}

.more .more-menu {
    position: absolute;
    background: #23252b;
    list-style: none;
    top: 0;
    left: 100%;
    white-space: nowrap;
    border-radius: 0 8px 8px 8px;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
}

.more:hover .more-menu {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
}

.more .more-menu .more-item {
    padding: 7px 0;
    box-shadow: inset 0 -30px 5px -30px rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.more .more-menu .more-item:hover {
    background: #393d48;
    color: goldenrod;
}

.menu-btn {
    display: none;
}

h1 h2 {
    padding: 20px 100px;
    z-index: 2;
}

.section-home {
  width: 100%;
  min-height: 100vh;
  background: url(../img/homeimg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section-home h1 {
    position: center;
    font-family: "kilowattregular", serif;
    color: #ffffff;
    font-size: 10em;
    font-weight: 800;
    text-shadow: 0 5px 25px rgb(0 0 0 / 40%);
    /*  opacity: 0.6; */
    display: grid;
    /* flex-wrap: wrap; */
    align-content: center;
    justify-content: space-evenly;
    letter-spacing: 0.45em;
    margin-bottom: -50vh;
    margin-top: -20vh;
    margin-right: -0.45em;
    text-align: right;
}

.section-home h2 {
    position: center;
    font-family: "kilowattregular", serif;
    /*  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
    color: #ffffff;
    font-size: 8em;
    font-weight: 400;
    text-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    /* opacity: 0.6; */
    margin-top: -30vh;
    display: grid;
    justify-self: center;
}

.section-two {
  width: 100%;
  min-height: 100vh;
  background: #23252b;
}

.section-two a:link ul li {
    list-style-type: none;
    position: center;
}

.section-two h3 {
    font-family: "Lora", serif;
    color: #ffffff;
    font-size: 3em;
    font-weight: 700;
    margin: 30px;
}

.section-two p {
    color: #ffffff;
    font-size: 1em;
    margin: 30px 0;
}

.review {
    font-family: "Lora", serif;
    color: #ffffff;
    padding: 2em;
}

.review a {
    font-family: "Lora", serif;
    text-decoration: none;
    color: #dddddd;
}

.review a:hover {
    color: goldenrod;
    transition: 0.3s;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.select-geo {
    padding-top: 20px;
    width: fit-content;
    margin: 0 auto;
}

.rain__drop {
    -webkit-animation-delay: calc(var(--d) * 1s);
    animation-delay: calc(var(--d) * 1s);
    -webkit-animation-duration: calc(var(--a) * 1s);
    animation-duration: calc(var(--a) * 1s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    left: calc(var(--x) * 1%);
    position: absolute;
    top: calc((var(--y) + 50) * -1px);
    z-index: 0;
}

.rain__drop path {
    fill: #a1c6cc;
    opacity: var(--o);
    transform: scaleY(calc(var(--s) * 1.5));
    z-index: 0;
}

footer {
    position: relative;
    height: 100px;
    width: 100%;
    background-color: #23252b;
}

p.copyright {
    position: absolute;
    width: 100%;
    color: #fff;
    line-height: 40px;
    font-size: 0.7em;
    text-align: center;
    bottom: 0;
}

@-webkit-keyframes drop {
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(100vh);
    }
}

@keyframes drop {
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(100vh);
    }
}

@media (max-width: 1024px) {
    header .navigation .menu {
        font-family: "Lora", serif;
        position: fixed;
        display: block;
        background: #23252b;
        min-width: 350px;
        height: 100vh;
        top: 0;
        right: -100%;
        padding: 90px 50px;
        visibility: hidden;
        overflow-y: auto;
        justify-content: center;
        list-style: none;
        transition-property: right, visibility;
    }

    header.sticky .navigation {
        line-height: 75px;
    }

    header .navigation .menu.active {
        right: 0;
        visibility: visible;
    }

    .menu-item {
        position: relative;
    }

    .menu-item .sub-menu {
        opacity: 1;
        position: relative;
        top: 0;
        transform: translateX(10px);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        overflow: hidden;
        display: none;
    }

    header.sticky .menu-item .sub-menu {
        top: 0;
    }

    .menu-item:hover .sub-menu {
        transform: translateX(10px);
    }

    .menu-item .sub-menu .sub-item {
        box-shadow: none;
    }

    .menu-item .sub-menu .sub-item:hover {
        background: none;
    }

    .menu-item .sub-menu .sub-item a {
        font-family: "Lora", serif;
    }

    .menu-item .sub-menu .sub-item a:hover {
        color: goldenrod;
        transition: 0.3s;
    }

    .more .more-menu {
        opacity: 1;
        position: relative;
        left: 0;
        transform: translateY(0);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        display: none;
    }

    .more .more-menu .more-item {
        box-shadow: none;
    }

    .more .more-menu .more-item:hover {
        background: none;
    }

    .more .more-menu .more-item a {
        margin-left: 20px;
        font-family: "Lora", serif;
    }

    .close-btn {
        position: absolute;
        background: url(../img/close.svg) no-repeat;
        width: 40px;
        height: 40px;
        background-size: 25px;
        background-position: center;
        top: 0;
        left: 0;
        margin: 25px;
        cursor: pointer;
    }

    .menu-btn {
        background: url(../img/menu.svg) no-repeat;
        width: 40px;
        height: 40px;
        background-size: 30px;
        background-position: center;
        cursor: pointer;
        display: block;
    }

    header {
        padding: 15px 20px;
    }

    header.sticky {
        padding: 15px 20px;
    }

    .section-home2 {
        display: flex;
        width: 100%;
    }

    .videoWrapper {
        width: 100%;
    }

    .watch {
    }
}

.watch {
    display: flex;
    position: center;
    justify-content: space-around;
}

.watch ul {
    font-family: "Lora", serif;
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: none;
    padding: 15px 30px;
}

@media (max-width: 1060px) {
    .menu-item .sub-menu .sub-item a {
        font-family: "Lora", serif;
    }
}

@media screen and (max-width: 460px) {
    .section-home h1 {
        font-size: 5em;
        font-weight: 800;
        text-shadow: 0 5px 25px rgb(0 0 0 / 20%);
        /*  opacity: 0.6; */
        display: grid;
        /* flex-wrap: wrap; */
        align-content: center;
        justify-content: space-evenly;
        letter-spacing: 0.25em;
        margin-top: -40vh;
        margin-right: -0.25em;
        text-align: right;
    }

    .section-home h2 {
        font-size: 3em;
        align-items: center;
        margin-top: -68vh;
    }

    .section-home {
        background-size: cover;
        background-position: right 0;
    }
}

@media screen and (min-width: 461px) and (max-width: 768px) {
    .section-home h1 {
        font-size: 6em;
        font-weight: 800;
        text-shadow: 0 5px 25px rgb(0 0 0 / 20%);
        /*  opacity: 0.6; */
        display: grid;
        /* flex-wrap: wrap; */
        align-content: center;
        justify-content: space-evenly;
        letter-spacing: 0.35em;
        margin-top: -40vh;
        margin-right: -0.35em;
        text-align: right;
    }

    .section-home h2 {
        font-size: 4em;
        align-items: center;
        margin-top: -68vh;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .section-home h1 {
        font-size: 8em;
        margin-top: -40vh;
    }

    .section-home h2 {
        font-size: 6em;
        align-items: center;
        margin-top: -60vh;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    header {
        padding-inline-end: initial;
    }
}

@font-face {
    font-family: "kilowattregular";
    src: url("../fonts/kilowatt-regular-webfont.woff2") format("woff2"),
    url("../fonts/kilowatt-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*###########################*/
/*# Language Overlay Styles #*/
/*###########################*/
#language-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  font-family: "kilowattregular";
  justify-content: center;
  align-items: center;
  /* Ensure overlay appears above other content */
  z-index: 9999;
}

.language-overlay-content {
  display: grid;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "kilowattregular";
  color: white;
}

.language-buttons {
    margin-top: 20px;
    margin-bottom: 0;
}

.language-buttons button {
  margin: 10px;
  border: none;
  cursor: pointer;
  background: none;
}

.language-buttons button a {
  text-decoration: none;
  /* Remove underline */
  color: inherit;
  /* Inherit color from parent */
  font-weight: bold;
  background-color: transparent;
}

.language-buttons button img {
  width: auto;
  /* The height of this image is determined by the window height */
  height: 5vh;
  background-color: transparent;
}

.language-heading-h2 {
    font-family: "kilowattregular";
    font-size: 40px;
}

.close-icon {
    position: fixed;
    top: 10px;
    right: 16px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 60px;
}

.close-icon:hover {
    color: goldenrod;
    border: none;
    cursor: pointer;
}

.logo-container img {
  width: auto;
  /* The height of this image is determined by the window height */
  height: 30vh;
  /* Adjust spacing between logo and language selection */
  margin-bottom: 20px;
}
/*###############################*/
/*# Language Overlay Styles end #*/
/*###############################*/

/*#############################################*/
/*## STYLES FOR THE "WATCH NOW" AREA (START) ##*/
/*#############################################*/

/* Text around the play button */
.watch-now-text {
    font-family: "kilowattregular", serif;
    color: #ffffff;
    font-size: 3em;
    text-align: center;
}

/* The play button img */
.watch-now-img {
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 5em; /* Determines size of the play button */
    display: block; /* Block + auto margins make the img centered */
    margin-left: auto;
    margin-right: auto;
}

/* The link element containing the "watch now" area */
.watch-now-container {
    padding-top: 1em;
    text-decoration: none; /* Disables the link underline */
}

/*###########################################*/
/*## STYLES FOR THE "WATCH NOW" AREA (END) ##*/
/*###########################################*/
