@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

/* Navbar */
.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.container {
  margin-left: 10%;
  margin-right: 10%;
}

.navbar {
  box-shadow: 0px 3px 5px 0px #aaa;
  position: fixed;
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 100;
  opacity: 0.95;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.logo {
  order: 1;
  font-size: 2.3rem;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 0.9rem;
}

.navbar a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.navbar a:hover {
  color: #ef1d26;
}

@media (max-width: 768px) {
  .navbar {
    opacity: 0.95;
    position: relative;
    z-index: 100;
  }

  .container {
    margin-left: 0%;
    margin-right: 0%;
    position: fixed;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 110px;
  }

  .navbar-container input[type="checkbox"] {
    position: fixed;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 28px;
    width: 35px;
    position: fixed;
    margin-top: 4vh;
    left: 3vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 15vh;
    background: #fff;
    height: 100vh;
    position: fixed;
    width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    overflow: scroll;
  }

  .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    z-index: -1;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines {
    position: fixed;
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}

@media (max-width: 500px) {
  .navbar-container input[type="checkbox"]:checked ~ .logo {
    display: none;
  }
}

/* Footer */
footer {
  background-color: #000;
  color: white;
  display: flex;
  flex-direction: row;
  padding: 10%;
  gap: 12%;
}

.footer-subtext {
  font-size: 25px;
  text-align: right;
}

@media (max-width: 768px) {
  footer {
    background-color: #000;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 8%;
    gap: 12%;
  }

  .line {
    display: none;
  }

  .footer-subtext {
    margin-top: 5%;
    font-size: 28px;
    text-align: left;
  }
}

.copyright {
  background-color: #000;
  color: white;
  display: flex;
  justify-content: center;
  padding-bottom: 3%;
  font-size: large;
}

/* Main Section */
.top-card-container {
  padding-top: 9%;
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4vw;
}

.top-card {
  border: 2px solid;
  height: 20rem;
  width: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .top-card-container {
    padding-top: 8%;
    padding-bottom: 4%;
    overflow-x: scroll;
    justify-content: left;
    align-items: left;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .top-card {
    border: 2px solid;
    height: 19rem;
    width: 11.5rem;
    text-align: center;
  }
}

/* KPFF */
.kpff {
  background-color: #3c6771;
  width: 100%;
  height: 950px;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 8%;
}

.main-img {
  height: 700px;
  width: 550px;
}

.main-container-card {
  display: flex;
  flex-direction: row;
}

.sub-container-card-text-kpff {
  background-color: #9aafa8;
  padding: 3.5rem;
  padding-top: 12%;
  height: 700px;
}

.card-text-banner-header {
  font-size: 260%;
  font-weight: bold;
  padding-bottom: 2%;
}

.card-text-banner {
  padding-top: 6%;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .kpff {
    background-color: #3c6771;
    width: 100%;
    height: 1380px;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 8%;
  }

  .card-text-banner-header {
    font-size: 180%;
    font-weight: bold;
    padding-bottom: 2%;
  }

  .main-img {
    height: 440px !important;
    width: 100% !important;
  }

  .main-container-card {
    flex-direction: column !important;
  }

  .sub-container-card-text-kpff {
    background-color: #9aafa8;
    padding: 1.2rem;
    padding-top: 12%;
    /* height: 9%; */
    overflow: scroll;
  }
}

/* SCREENINGS */
.screenings {
  background-color: white;
  width: 100%;
  height: 950px;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 8%;
}

.main-container-card-screenings {
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .screenings {
    background-color: white;
    width: 100%;
    height: 1550px;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 8%;
  }

  .card-text-banner-header {
    font-size: 180%;
    font-weight: bold;
    padding-bottom: 2%;
  }

  .main-img {
    height: 400px;
    width: 310px;
  }

  .main-container-card-screenings {
    flex-direction: column-reverse !important;
  }

  .sub-container-card-text-kpff {
    background-color: #9aafa8;
    padding: 1.2rem;
    padding-top: 12%;
    height: 9%;
  }
}

/* Little Cinema */
.little-cinema {
  background-color: #b6b585;
  width: 100%;
  height: 950px;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 8%;
}

.main-container-card {
  display: flex;
  flex-direction: row;
}

.sub-container-card-text-lc {
  background-color: #a8a78b;
  padding: 3.5rem;
  padding-top: 12%;
  height: 700px;
}

@media (max-width: 768px) {
  .little-cinema {
    background-color: #b6b585;
    width: 100%;
    height: 1290px;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 8%;
  }

  .card-text-banner-header {
    font-size: 180%;
    font-weight: bold;
    padding-bottom: 2%;
  }

  .main-img {
    height: 400px;
    width: 310px;
  }

  .main-container-card-screenings {
    flex-direction: column-reverse !important;
  }

  .sub-container-card-text-lc {
    background-color: #a8a78b;
    padding: 1.2rem;
    padding-top: 12%;
    height: 9%;
  }
}

/* Frames of Freedom */
.fof {
  background-color: white;
  width: 100%;
  height: 950px;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 8%;
}

.main-container-card {
  display: flex;
  flex-direction: row;
}

.sub-container-card-text {
  background-color: #9aafa8;
  padding: 3.5rem;
  padding-top: 12%;
}

@media (max-width: 768px) {
  .fof {
    background-color: white;
    width: 100%;
    height: 1580px;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 8%;
  }

  .card-text-banner-header {
    font-size: 180%;
    font-weight: bold;
    padding-bottom: 2%;
  }

  .main-img {
    height: 400px;
    width: 310px;
  }

  .main-container-card-screenings {
    flex-direction: column-reverse !important;
  }

  .sub-container-card-text-lc {
    background-color: #a8a78b;
    padding: 1.2rem;
    padding-top: 12%;
    height: 9%;
  }
}

/* Stories */
.stories {
  background-color: #813928;
  width: 100%;
  height: 950px;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 8%;
  margin-bottom: 8%;
}

.main-container-card-stories {
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .stories {
    background-color: #813928;
    width: 100%;
    height: 1550px;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 8%;
  }

  .card-text-banner-header {
    font-size: 180%;
    font-weight: bold;
    padding-bottom: 2%;
  }

  .main-img {
    height: 400px;
    width: 310px;
  }

  .main-container-card-stories {
    flex-direction: column-reverse !important;
  }

  .sub-container-card-text-kpff {
    background-color: #9aafa8;
    padding: 1.2rem;
    padding-top: 12%;
    height: 9%;
  }
}

/* Back to top button */
#btn-back-to-top {
  position: fixed;
  bottom: 55px;
  right: 35px;
  display: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* Location */
.main-location {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 10%;
  padding-bottom: 6%;
  background-color: #ececf1;
  gap: 5%;
}

.submit-button {
  width: 8rem;
  height: 3rem;
  font-weight: 500;
  font-size: medium;
  cursor: pointer;
  background-color: black;
  color: white;
  transition: background-color 0.3s, color 0.3s;
}

.submit-button:hover {
  background-color: rgb(196, 194, 194);
  color: black;
}

@media (max-width: 768px) {
  .main-location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #ececf1;
    gap: 5%;
  }

  .map {
    height: 200px;
    width: 100%;
  }
}

/* In the news */
.inthenews-card {
  display: flex;
  flex-direction: row;
  margin-left: 10%;
  margin-right: 10%;
  gap: 20%;
  margin-bottom: 4%;
}

.img-inthenews {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .inthenews-card {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
    gap: 20%;
    margin-bottom: 4%;
  }

  .img-inthenews {
    width: 100%;
    height: auto;
  }

  .main-container-inthenews {
    background-color: #f1f1f1;
    margin-bottom: 5%;
  }
}

.main-container-inthenews {
  background-color: #f1f1f1;
}

/* Publication */
.publication-img {
  width: 400px;
  height: 400px;
}

.publication-main {
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 3%;
}

.publication-info {
  padding: 2%;
  display: flex;
  flex-direction: column;
}

.p-heading {
  font-size: 36px;
  font-weight: 600;
  margin-top: 2%;
}

.read-more-text {
  color: red;
  margin-top: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .publication-img {
    width: 335px;
    height: 350px;
  }

  .publication-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 5%;
  }
.p-break {
  display: none;
}

}
