@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/bebas-neue/BebasNeue.otf);
}

:root {
  --rating--color: #ffcd05;
  --lighter-red-color: #ff0000bf;
  --background-grey-color-btns: #ffffff24;
  --font-bold: bold;
  --trans-white-bg: #ffffff2e;
  --color-text: #f4f4f4;
}

* {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100vh;
}

body {
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue", "Roboto";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black;
  color: var(--color-text);
}

main {
  width: 100%;
}

.searchbar-container,
.navbar-mobile {
  display: flex;
  gap: 1em;
  width: 100%;
}

.navbar-mobile {
  background: var(--background-grey-color-btns);
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.overlay {
  position: fixed;
  top: 0;
  left: 6em;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: black;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.input-query {
  color: black;
  text-decoration: underline;
}

main,
.popular-movies-container,
.top-trending-movies-container,
.movie-card-container,
.movie-card,
.upcoming-movies-container,
.currently-movies-in-theatres-container,
.navbar-footer-container,
.policy-pages-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-trending-movies-container,
.popular-movies-container,
.upcoming-movies-container,
.currently-movies-in-theatres-container,
.navbar-footer-container,
.policy-pages-container {
  flex-direction: row;
  gap: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.top-navbar-mobile {
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 2em;
  font-size: 1.5em;
  left: 1.5em;
  top: 1em;
  position: relative;
  flex-wrap: wrap;
}

.top-navbar-mobile a {
  color: white;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 5em;
  display: block;
}

.top-navbar-mobile a:active {
  background: red;
  padding: 0.5em;
  border-radius: 5em;
  color: white;
  opacity: 1;
}

.top-navbar-mobile a:hover {
  color: black;
  background: white;
  border-radius: 5em;
  padding: 0.5em;
  width: fit-content;
  display: block;
}

.overlay-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.navbar-footer-container,
.policy-pages-container {
  gap: 2em;
  margin-bottom: 0em;
}

.logo-link-mobile {
  transform: translateY(0.1em);
  padding: 0.5em;
  background: none;
}

.logo-link-mobile:hover {
  background: var(--background-grey-color-btns);
  border-radius: 100em;
  padding: 0.5em;
}

.logo-icon:active {
  background: var(--lighter-red-color);
  border-radius: 2em;
}

.group-input-btn-search-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: none;
}

.white-burger-icon {
  width: 2.5em;
  position: static;
  z-index: 100;
  cursor: pointer;
  background: red;
  border-radius: 5em;
  padding: 0.5em;
}

.white-burger-icon:hover,
.white-burger-icon:active {
  border-radius: 3em;
  padding: 0.5em;
  background: red;
}

.btn-serachbar-glass {
  border: none;
  background: none;
}

.remove-btn-img {
  transform: translate(5em, -10em);
}

.input-search-bar {
  border: none;
  border-radius: 2em;
  padding: 1em;
  text-align: center;
  background: var(--background-grey-color-btns);
  cursor: pointer;
  color: white;
  font-weight: var(--font-bold);
}

input:active {
  color: white;
}

::placeholder {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

input::placeholder {
  font-family: "Roboto";
}

.white-search-bar {
  width: 1.5em;
  display: flex;
  position: relative;
  left: -14em;
  cursor: pointer;
  padding: 0.2em;
}

.white-search-bar:hover {
  background: red;
  border-radius: 2em;
  padding: 0.2em;
}

.white-search-bar:active {
  background: var(--lighter-red-color);
  border-radius: 2em;
  padding: 0.2em;
}

form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.title {
  text-align: center;
  font-size: 2.5em;
  width: 100%;
  padding-top: 1em;
}

.dark-mode-button {
  border: none;
  background: none;
  cursor: pointer;
}

.toggle-mode-img {
  width: 5vh;
  cursor: pointer;
}

.toggle-mode-img:hover {
  border-radius: 5em;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  padding: 0.2em;
  border-radius: 100em;
}

.movie-img,
.overview {
  width: 20em;
}

.movie-img {
  opacity: 0.5;
  border-radius: 1em;
  box-shadow: 0em 0em 0.5em 0.1em white;
}

.movie-img:hover {
  opacity: 1;
  transition: transform 1s ease-in-out;
  box-shadow: 0em 0em 2em 0.1em red;
}

.movie-card {
  margin-top: 2em;
  animation: flowUpDown 2s linear infinite alternate;
}

@keyframes flowUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1vh);
  }
}

.rating-stars {
  font-size: 2.5em;
}

.alert-message-container,
.template-message-container {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: green;
  text-align: center;
  box-shadow: 0em 0em 2.5em -1em;
  width: 100%;
  padding: 0.5em;
  display: none;
}

.template-message-container {
  margin-bottom: 2em;
  font-size: 2em;
}

.closebtn {
  font-size: 2em;
}

.rating-number-txt {
  font-size: 2.5em;
  transform: translateY(0.07em);
  color: red;
  margin-left: 0.4em;
}

.overview-container {
  display: none;
}

.play-button-img,
.white-share-img,
.white-heart-img,
.remove-btn-img,
.white-data-img {
  height: 2em;
  border-radius: 2em;
  padding: 0.5em;
  position: relative;
}

.play-button-btn {
  transform: translate(0, -22.5em);
}

.white-data-btn {
  transform: translate(0em, -10em);
}

.white-data-img:active {
  background-color: var(--rating--color);
}

.white-share-trailer-btn,
.white-heart-trailer-btn,
.play-button-btn,
.remove-btn-icon,
.white-data-btn {
  background: none;
  border: none;
  position: absolute;
  cursor: pointer;
}

.white-heart-img,
.white-share-img {
  height: 2em;
}

.play-button-img {
  height: 3em;
}

.white-data-img:hover {
  background-color: red;
}

.white-heart-trailer-btn {
  transform: translate(5em, -10em);
}

.white-heart-img:hover {
  background: red;
}

.white-heart-img:active {
  background-color: var(--rating--color);
}

.white-share-trailer-btn {
  transform: translate(-5em, -10em);
}

.white-share-img:hover {
  background: red;
}

.white-share-img:active {
  background: var(--rating--color);
}

.play-button-img:hover,
.play-button-img:hover {
  opacity: 1;
  background: red;
}

.play-button-img:active {
  background: var(--rating--color);
  color: black;
  box-shadow: 0em 0em 10em 1em;
}

.search-results-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3em;
  flex-wrap: wrap;
  width: 100%;
}

.template-title-container,
.search-results-container-title,
.feedback-me-container-title,
.about-us-container-title,
.favorite-movies-container-title,
.popular-movies-container-title,
.trending-movies-container-title,
.upcoming-movies-container-title,
.currently-movies-in-theatres-container-title {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--lighter-red-color);
  box-shadow: 0em 0em 2.5em -1em;
  font-size: 2em;
  border-radius: 5em;
  margin-top: 1em;
  padding: 0.5em;
  text-align: center;
}

.search-results-container-title {
  display: none;
}

.copy-right-txt {
  font-family: "Roboto";
  text-align: center;
  position: relative;
  margin-bottom: 3.5em;
  opacity: 0.5;
}

.copy-right-txt:hover {
  opacity: 1;
}

.navbar-desktop {
  display: none;
}

footer {
  width: 100%;
  background: var(--background-grey-color-btns);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0.5em;
}

hr {
  width: 158%;
  position: absolute;
  animation: slideIn 0.3s ease-out forwards;
  animation-iteration-count: 1;
  margin-bottom: 19.5em;
}

@keyframes slideIn {
  from {
    transform: translate(100%, -7em);
  }
  to {
    transform: translate(0, -7em);
  }
}

.links-container-footer {
  gap: 0.8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.favorite-effect-img {
  display: none;
  position: fixed;
  transform: translate(0em, -10em);
  z-index: 1001;
  height: 24vh;
}

a {
  color: white;
  text-decoration: none;
}

.loader {
  position: fixed;
  top: 25em;
  border-top: 16px solid black;
  border-right: 16px solid var(--lighter-red-color);
  border-bottom: 16px solid black;
  border-left: 16px solid var(--lighter-red-color);
  border-radius: 50%;
  width: 12em;
  height: 12em;
  animation: spin 2s cubic-bezier(0.58, -0.19, 0, 1.19) infinite;
  z-index: 9999;
}

/* Hide all content except loader when page is loading */
body.loading > *:not(main) {
  visibility: hidden;
}

body.loading main > *:not(.overlay-container) {
  visibility: hidden;
}

body.loading .overlay-container > *:not(.loader):not(.overlay) {
  visibility: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logo:active,
.logo-icon:active {
  background: var(--trans-white-bg);
  border-radius: 2em;
  padding: 0.5em;
}

.icon:active {
  background: red;
}

.link-container {
  width: -webkit-fill-available;
}

.link-container:active {
  background: white;
  padding: 0.5em;
  border-radius: 100em;
  color: black;
}

.github-full-logo-white:active,
.discord-full-logo-white:active,
.github-full-logo-white:hover,
.discord-full-logo-white:hover,
.linkedin-logo:hover,
.linkedin-logo:active {
  background: var(--lighter-red-color);
  border-radius: 5em;
  opacity: 1;
}

body > main > div.navbar-mobile > form > div > button > img {
  transform: translateY(0em);
}

.buttons-pagination-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-bottom: 0em;
  gap: 8.5em;
  transform: translate(0em, 1em);
}

.next-page,
.previous-page {
  border: none;
  background: red;
  border-radius: 20em;
  cursor: pointer;
}

.next-page:hover,
.previous-page:hover {
  background: black;
}

.buttons-pagination-container-search-bar {
  display: flex;
  flex-direction: row-reverse;
  gap: 10em;
  margin-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.left-button,
.right-button {
  width: 4em;
}

.current-theaters-page,
.current-upcoming-movies-number,
.current-popular-movies-number,
.top-trending-movie-number {
  border-radius: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: white;
  margin-bottom: 0.1em;
}

.search-results-name {
  margin-top: 1em;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--lighter-red-color);
  text-align: center;
  box-shadow: 0em 0em 2.5em -1em;
  font-size: 2em;
  flex-wrap: wrap;
  border-radius: 5em;
  display: flex;
  padding: 0.3em;
}

.top-navbar-desktop:hover {
  color: white;
  background: var(--lighter-red-color);
  border-radius: 100em;
  padding: 0.5em;
  opacity: 1;
  cursor: pointer;
}

.top-navbar-desktop {
  padding: 0.5em;
  border-radius: 100em;
}

.top-navbar-desktop:active {
  color: black;
  background-color: white;
  border-radius: 100em;
}

.dropdown-content {
  display: flex;
  position: relative;
  background: none;
  z-index: 1;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  gap: 2em;
}

.dropdown-content a {
  display: block;
  border-radius: 100em;
  width: 100%;
}

.dropdown-content a:hover {
  background-color: white;
  color: black;
}

.top-navbar:hover .dropdown-content {
  display: flex;
  justify-content: center;
  color: white;
  gap: 3em;
  background: none;
  top: 3.5em;
  width: 100%;
}

.top-navbar {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropdown-content a:active {
  background-color: red;
  color: white;
}

.get-back-to-top-btn,
.get-from-to-bottom-btn {
  position: fixed;
  bottom: 24.5em;
  background-color: red;
  padding: 1em;
  font-size: 1em;
  font-family: "Signwood Reg";
  color: white;
  border-radius: 5em;
  left: 0.5em;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 2;
}

.get-from-to-bottom-btn {
  bottom: 35em;
}

.get-back-to-top-img,
.go-to-bottom-img {
  width: 2em;
  border-radius: 5em;
}

.go-to-bottom-img {
  border-radius: 0em;
}

.get-back-to-top-btn:hover,
.get-from-to-bottom-btn:hover {
  background-color: var(--lighter-red-color);
}

.get-back-to-top-btn:active,
.get-from-to-bottom-btn:active {
  background-color: var(--background-grey-color-btns);
}

.desktop-navbar-container-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-image-five,
.hero-image-four,
.hero-image-one,
.hero-image-two,
.hero-image-three,
.text-container,
.image-container,
.hero-section-one,
.hero-section-two,
.hero-section-three {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

.image-container {
  margin-top: 0em;
  margin-bottom: 0em;
}

.tim-img-2,
.tim-img-3,
.tim-img-1,
.tim-img-4,
.tim-img-5 {
  width: 20em;
  border-radius: 1em;
}

.tim-img-6 {
  width: 15em;
  margin-bottom: 1.5em;
  border-radius: 10em;
  box-shadow: 0em 0em 2em 0.1em var(--lighter-red-color);
}

.now-word {
  opacity: 1;
  color: black;
}

.explore-button:hover {
  opacity: 1;
  background-color: white;
  color: black;
  animation: bounce 2s infinite;
}

.text-container {
  opacity: 1;
  line-height: 2em;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}

.text-container > ul {
  width: 80%;
}

li {
  text-align: center;
  list-style-type: none;
}

.explore-button {
  opacity: 0.5;
  padding: 1em;
  background-color: var(--lighter-red-color);
  color: white;
  text-decoration: none;
  border-radius: 5em;
  font-size: 1.3em;
  text-align: center;
  margin-top: 1em;
}

.homepage-container-father {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.welcome-message-container,
.welcome-text-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

.special {
  color: var(--lighter-red-color);
}

.t-jump-effect {
  position: absolute;
  font-size: 0.5em;
  color: var(--lighter-red-color);
  animation: jump 1s ease-in-out infinite;
}

.t-jump-effect:hover {
  color: white;
}

@keyframes jump {
  0%,
  100% {
    transform: translate(0.3em, 1.1em);
  }
  50% {
    transform: translate(0.3em, -0.8em);
  }
}

.movie-popcorn-welcome-wide {
  border-radius: 1em;
  width: 16em;
  box-shadow: 0em 0em 2em white;
  cursor: pointer;
}

.movies-categories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}

.first-p {
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  animation: slideUp 1s ease-out;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.header-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(20px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

.header-txt > h1 {
  font-size: 2.7em;
  animation: zoomInDown 1s ease-in-out;
}

.text-container > h2 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
  line-height: 1em;
}

.sign-up-newsletter-container {
  display: flex;
  flex-direction: column;
  color: white;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 1.5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  background-color: black;
  text-align: center;
}

.news-letter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5em;
}

.sign-up-newsletter-container > h2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  text-align: center;
}

.email-input {
  border: none;
  background: white;
  border-radius: 100em;
  height: 2.6em;
  width: 20em;
  padding-left: 1em;
}

.email-input::placeholder {
  color: rgb(128, 128, 128);
  text-align: left;
  font-family: "Bebas Neue";
  padding-left: 1em;
  font-size: 0.7em;
}

.submit-button {
  border: none;
  background: red;
  font-family: "Bebas Neue";
  padding: 0.3em;
  font-size: 1em;
  border-radius: 100em;
  width: 11.8em;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  width: 100%;
}

.submit-button:hover {
  background: var(--lighter-red-color);
  color: white;
  opacity: 1;
}

.email-input:focus {
  font-family: "Bebas Neue";
  color: black;
  text-align: left;
  padding-left: 1em;
}

.news-letter-p {
  text-align: center;
  font-size: 0.7em;
  margin-bottom: 1em;
}

.caution-p {
  color: var(--rating--color);
  font-size: 0.9em;
  margin-top: 1em;
  animation: flash 2s infinite;
  text-align: center;
}

.caution-p:hover {
  color: white;
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.announcement-bar {
  position: relative;
  top: 0;
  left: 0;
  background: black;
  color: white;
  padding: 0.7em;
  white-space: nowrap;
  border-radius: 0.3em;
  font-size: 1.5em;
  margin-top: 1em;
  text-align: center;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Desktop design 1024px */
@media screen and (min-width: 1024px) {
  .explore-button {
    width: 60%;
  }

  .text-container {
    opacity: 0;
  }

  .header-txt {
    opacity: 0;
  }

  .hero-image-one,
  .hero-image-two,
  .hero-image-three,
  .hero-image-four,
  .welcome-text-container,
  .hero-image-five {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
  }

  /* Direction from lowest to highest number */
  .hero-image-one {
    flex-direction: row;
  }
  .hero-image-two {
    flex-direction: row-reverse;
  }
  .hero-image-three {
    flex-direction: row;
  }
  .hero-image-four {
    flex-direction: row-reverse;
  }
  .hero-image-five {
    flex-direction: row-reverse;
  }

  .hero-image-one:hover,
  .hero-image-two:hover,
  .hero-image-three:hover,
  .hero-image-four:hover,
  .welcome-text-container:hover,
  .hero-image-five:hover {
    opacity: 1;
  }

  .hero-image-one:hover .text-container,
  .hero-image-two:hover .text-container,
  .hero-image-three:hover .text-container,
  .hero-image-four:hover .text-container,
  .welcome-text-container:hover .header-txt,
  .hero-image-five:hover .text-container {
    opacity: 1;
  }

  .text-container h2,
  .header-txt .special {
    transition: color 0.2s ease-in-out;
  }

  .header-txt .special:hover {
    color: white;
  }

  .announcement-bar {
    font-size: 1.5em;
  }

  .email-input,
  .email-input:focus {
    font-size: 1em;
    padding-left: 1em;
  }

  .sign-up-newsletter-container > h2 {
    letter-spacing: 0.2em;
  }

  .sign-up-newsletter-container {
    padding: 3em;
    width: 30em;
  }

  .email-input {
    width: 29em;
    height: 1.6em;
  }

  .submit-button {
    width: 30em;
  }

  .first-p {
    font-size: 2em;
  }

  .header-txt > h1 {
    font-size: 7em;
    width: 100%;
  }

  .header-txt > h2 {
    font-size: 3em;
  }

  .welcome-message-container,
  .welcome-text-container {
    flex-direction: row-reverse;
    align-items: stretch;
  }

  .movie-popcorn-welcome-wide {
    width: auto;
  }

  body > main > div.welcome-message-container > div > p {
    font-size: 1.5em;
  }

  .tim-img-2,
  .tim-img-3,
  .tim-img-1,
  .tim-img-5,
  .tim-img-4 {
    width: 25em;
  }

  .buttons-pagination-container {
    transform: translate(0em, 0em);
    gap: 13em;
  }

  .top-navbar:hover .dropdown-content {
    width: auto;
    gap: 1em;
    transform: translate(-3.5em, -2.1em);
    padding: 2em;
  }

  .dropdown-content a {
    padding: 0.5em;
    background-color: black;
  }

  .dropdown-content {
    align-items: normal;
    gap: 1em;
    text-align: center;
    position: absolute;
    transform: translate(-4em, 0em);
    display: none;
  }

  .overlay-container {
    display: none;
  }

  .left-button,
  .right-button {
    width: 5em;
    padding: 0.5em;
  }

  .input-search-bar {
    padding: 0.5em;
  }

  .get-back-to-top-btn {
    bottom: 15em;
    left: 1em;
  }

  .get-back-to-top-img,
  .go-to-bottom-img {
    width: 3em;
  }

  .alert-message-container {
    font-size: 2em;
  }

  .top-navbar-desktop {
    text-align: center;
    display: block;
    padding: 0.5em;
    width: max-content;
    opacity: 0.5;
  }

  .title {
    text-align: center;
    font-size: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .popular-of-day-container,
  .popular-movies-of-week-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3em;
  }

  .fav-movies-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3em;
    margin-top: 8em;
  }

  .search-results-container {
    flex-direction: row;
  }

  .github-full-logo-white,
  .discord-full-logo-white,
  .linkedin-logo {
    background: var(--background-grey-color-btns);
    border-radius: 3em;
    width: 5.5em;
    transform: translateY(0.1em);
    margin-left: 0.5em;
    opacity: 0.5;
  }

  .remove-btn-img:active,
  .remove-btn-img:hover {
    background: red;
  }

  .overlay {
    display: none;
    position: none;
    width: none;
    height: none;
    top: none;
    left: none;
    right: none;
    bottom: none;
    z-index: none;
    background: none;
  }

  .top-navbar-desktop:active {
    color: black;
    background: white;
    opacity: 1;
  }

  .navbar-mobile {
    display: none;
  }

  .white-burger-icon {
    display: none;
  }

  .logo-icon:hover {
    background: var(--background-grey-color-btns);
    border-radius: 3em;
    padding: 0.5em;
  }

  .logo-icon {
    padding: 0.5em;
  }

  .navbar-desktop {
    display: flex;
    background: black;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .desktop-navbar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
  }

  .desktop-navbar-container-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
    width: 100%;
    flex-wrap: wrap;
  }

  .links-container-footer {
    flex-direction: row;
  }

  .contact-links-footer {
    display: flex;
    flex-direction: row;
    gap: 1.1em;
    flex-wrap: wrap;
  }

  .error-container {
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .top-navbar {
    position: relative;
    display: inline-block;
  }

  .closebtn {
    margin-left: 15px;
    color: white;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1em;
  }

  .closebtn:hover {
    color: black;
  }

  .search-results-name {
    flex-direction: row;
    font-size: 2em;
    padding: 0.5em;
  }

  .top-navbar-mobile {
    display: none;
  }

  .searchbar-container,
  .navbar-mobile {
    padding: 0.5em;
    position: static;
    background-color: var(--background-grey-color-btns);
  }

  body > footer > div > div.group-input-btn-search-container > form {
    flex-wrap: nowrap;
  }

  .from-white-to-red:hover {
    color: red;
  }

  .from-white-to-black:hover {
    color: black;
  }
}

@media screen and (max-width: 450px) {
  main {
    font-size: 0.7em;
  }
}
