@import url("https://fonts.googleapis.com/css2?family=Arbutus+Slab&family=Archivo+Black&family=Raleway:ital,wght@0,600;1,500;1,800&display=swap");
h1 {
  font-family: "Arbutus Slab", serif;
  font-size: 3em;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}
h1 strong {
  font-family: "Archivo Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
h1 strong a {
  color: white;
}

h2 {
  font-family: "Arbutus Slab", serif;
  font-size: 1.5em;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 647px) and (max-width: 1280px) and (min-device-width: 1281px) {
  h2 {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1660px) {
  h2 {
    font-size: 1em;
  }
}
h2 strong {
  font-family: "Archivo Black", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  line-height: 140%;
}
@media only screen and (min-width: 1921px) {
  p {
    font-size: 1.5em;
  }
}
p strong {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1em;
}

a {
  color: white;
}

* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

html {
  cursor: url("../assets/img/1x/icon.png") 10 5, pointer;
}

* {
  color: white;
}

#background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  filter: brightness(0.8);
}
#background .img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease-in-out;
}
#background .img-container img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.logo {
  position: relative;
  width: 10vw;
  height: 10vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .logo {
    width: 50vw;
    height: 50vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .logo {
    width: 50vw;
    height: 50vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .logo {
    width: 50vw;
    height: 50vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .logo {
    width: 50vw;
    height: 50vh;
  }
}
.logo img {
  height: 100%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .logo img {
    width: 100%;
    object-fit: contain;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .logo img {
    width: 100%;
    object-fit: contain;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .logo img {
    width: 100%;
    object-fit: contain;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .logo img {
    width: 100%;
    object-fit: contain;
  }
}

#nav {
  position: relative;
  width: 100vw;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #nav {
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #nav {
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  #nav {
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  #nav {
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
  }
}
#nav .subnav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #nav .subnav {
    height: 50vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #nav .subnav {
    height: 50vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  #nav .subnav {
    height: 50vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  #nav .subnav {
    height: 50vh;
  }
}
#nav .subnav h1 {
  text-align: center;
}
#nav .subnav .recruitment {
  padding-bottom: 2vh;
}
#nav .subnav .recruitment a {
  font-family: "Archivo", sans-serif;
  font-weight: bolder;
  font-size: 1em;
  text-transform: uppercase;
}
#nav .subnav .socials {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 1vh;
}
#nav .subnav .socials p {
  text-align: center;
}
#nav .subnav .socials i {
  font-size: 2em;
}
#nav .subnav .socials ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 20%;
  gap: 2vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #nav .subnav .socials ul {
    gap: 5vw;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #nav .subnav .socials ul {
    gap: 5vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  #nav .subnav .socials ul {
    gap: 5vw;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  #nav .subnav .socials ul {
    gap: 5vw;
  }
}
#nav .subnav .socials ul li {
  list-style: none;
}

.cities {
  position: fixed;
  width: 100vw;
  top: 60vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities {
    background: #952E2E;
    position: relative;
    top: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities {
    background: #952E2E;
    position: relative;
    top: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities {
    background: #952E2E;
    position: relative;
    top: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities {
    background: #952E2E;
    position: relative;
    top: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
.cities h2 {
  margin: 2vh;
  text-align: center;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities h2 {
    flex-basis: 100%;
    font-size: 2em;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities h2 {
    flex-basis: 100%;
    font-size: 2em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities h2 {
    flex-basis: 100%;
    font-size: 2em;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities h2 {
    flex-basis: 100%;
    font-size: 2em;
  }
}
.cities .city-cta {
  align-self: baseline;
  text-decoration: none;
  font-weight: bolder;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities .city-cta {
    align-self: inherit;
    padding: 10vh;
    border-bottom: 1px solid white;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities .city-cta {
    align-self: inherit;
    padding: 10vh;
    border-bottom: 1px solid white;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities .city-cta {
    align-self: inherit;
    padding: 10vh;
    border-bottom: 1px solid white;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities .city-cta {
    align-self: inherit;
    padding: 10vh;
    border-bottom: 1px solid white;
  }
}
.cities .city-cta .city-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}
.cities .city-cta .city-card .city-name {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}

form {
  box-sizing: border-box;
  padding: 3vh;
  border-radius: 2em;
  width: 50vw;
  height: 85vh;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  form {
    width: 90vw;
    height: 90%;
    padding: 5vh;
  }
}
form label {
  width: 100%;
  color: white;
  font-family: "Arbutus Slab", serif;
}
form label span {
  color: #A785CF;
  font-family: "Raleway", sans-serif;
  font-size: 0.8em;
}
form input, form textarea {
  font-family: "Archivo", sans-serif;
  color: white;
  margin-top: 1vh;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5vh;
  resize: none;
  background: transparent;
}
form input {
  border: 1px rgba(255, 255, 255, 0.5);
  border-style: none none solid none;
}
form input:focus {
  outline: none;
  border: 1px white;
  border-style: none none solid none;
}
form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
form button {
  cursor: url("../assets/img/1x/icon.png") 0 0, pointer;
  border-radius: 2em;
  width: 100%;
  height: 4vh;
  color: white;
  background: #7A4DAF;
  font-family: "Archivo", sans-serif;
  border: none;
}
form textarea {
  height: 20vh;
}

.cross {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: black;
  width: 4vh;
  height: 4vh;
  border-radius: 100%;
  z-index: 4001;
  left: 74vw;
  top: 6vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cross {
    left: 85vw;
    top: 5vh;
  }
}
.cross .line-cross {
  position: absolute;
  width: 70%;
  height: 2px;
  background: white;
  transform-origin: center;
}
.cross .line-cross:nth-child(1) {
  transform: rotate(45deg);
}
.cross .line-cross:nth-child(2) {
  transform: rotate(-45deg);
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.5);
}

.modal-close {
  display: none !important;
}

.hidden {
  position: relative;
  opacity: 0;
  top: 3vh;
}

.visible {
  opacity: 1 !important;
}

.cities {
  width: 100vmax;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    gap: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    gap: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    gap: 5vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    gap: 5vh;
  }
}
.cities .dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 33%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities .dropdown {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities .dropdown {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities .dropdown {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 5vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities .dropdown {
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 5vh;
  }
}
.cities .dropdown .dropbtn {
  width: 20vmax;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1vmin;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 1em;
  cursor: pointer;
}
.cities .dropdown .dropbtn:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities .dropdown .dropbtn {
    width: 100vw;
    padding: 2em;
    background: transparent;
  }
  .cities .dropdown .dropbtn:hover {
    background: transparent;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities .dropdown .dropbtn {
    width: 100vw;
    padding: 2em;
    background: transparent;
  }
  .cities .dropdown .dropbtn:hover {
    background: transparent;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities .dropdown .dropbtn {
    width: 100vw;
    padding: 2em;
    background: transparent;
  }
  .cities .dropdown .dropbtn:hover {
    background: transparent;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities .dropdown .dropbtn {
    width: 100vw;
    padding: 2em;
    background: transparent;
  }
  .cities .dropdown .dropbtn:hover {
    background: transparent;
  }
}
.cities .dropdown .dropbtn span {
  font-family: "Arbutus Slab", sans-serif;
  font-size: 2em;
}
.cities .dropdown .dropdown-content {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3vmin;
  position: relative;
  padding: 12px 16px;
  z-index: 1;
  transition: all 250ms cubic-bezier(0.29, 1.01, 1, 1);
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities .dropdown .dropdown-content {
    opacity: 1 !important;
    flex-direction: column;
    gap: 3vmax;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities .dropdown .dropdown-content {
    opacity: 1 !important;
    flex-direction: column;
    gap: 3vmax;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities .dropdown .dropdown-content {
    opacity: 1 !important;
    flex-direction: column;
    gap: 3vmax;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities .dropdown .dropdown-content {
    opacity: 1 !important;
    flex-direction: column;
    gap: 3vmax;
  }
}
.cities .dropdown .dropdown-content .cities-restaurants {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1vmin;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities .dropdown .dropdown-content .cities-restaurants {
    padding: 2vmin;
    border: 1px white;
  }
  .cities .dropdown .dropdown-content .cities-restaurants:after {
    content: "";
    position: relative;
    width: 70vw;
    border: 1px solid white;
    top: 10px;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities .dropdown .dropdown-content .cities-restaurants {
    padding: 2vmin;
    border: 1px white;
  }
  .cities .dropdown .dropdown-content .cities-restaurants:after {
    content: "";
    position: relative;
    width: 70vw;
    border: 1px solid white;
    top: 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities .dropdown .dropdown-content .cities-restaurants {
    padding: 2vmin;
    border: 1px white;
  }
  .cities .dropdown .dropdown-content .cities-restaurants:after {
    content: "";
    position: relative;
    width: 70vw;
    border: 1px solid white;
    top: 10px;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities .dropdown .dropdown-content .cities-restaurants {
    padding: 2vmin;
    border: 1px white;
  }
  .cities .dropdown .dropdown-content .cities-restaurants:after {
    content: "";
    position: relative;
    width: 70vw;
    border: 1px solid white;
    top: 10px;
  }
}
.cities .dropdown .dropdown-content .cities-restaurants a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease-in-out;
}
.cities .dropdown .dropdown-content .cities-restaurants a:hover {
  transform: scale(1.1);
}
.cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail p {
  font-family: "Arbutus Slab", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  color: white;
}
.cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail p:hover {
  color: #A785CF;
}
.cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail img {
  width: 100%;
  max-height: 5vmin;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 1vh;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail img {
    max-height: 10vh;
    margin-bottom: 2vh;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail img {
    max-height: 10vh;
    margin-bottom: 2vh;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: portrait) {
  .cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail img {
    max-height: 10vh;
    margin-bottom: 2vh;
  }
}
@media only screen and (min-height: 600px) and (max-height: 1024px) and (min-device-width: 481px) and (max-device-width: 1280px) and (orientation: landscape) {
  .cities .dropdown .dropdown-content .cities-restaurants a .restaurants-detail img {
    max-height: 10vh;
    margin-bottom: 2vh;
  }
}

/*# sourceMappingURL=style.css.map */
