* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

body {
  font-style: normal;
  font-size: 16px;
  color: black;
  background-color: white;
  font-family: "Open Sans", sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Eurostile";
  src: url("./fonts/Eurostile LT Std Bold Extended 2.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
.wrap {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  width: 80%;
}

.theme {
  color: #1d08bb;
}

.header {
  background-color: transparent;
  padding-top: 2rem;
  color: #fff;
  font-size: 1.4rem;
  padding-top: 2rem;
  font-weight: 700;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}
.header.scrolled {
  background-color: #120d0a;
  padding: 1rem 0;
  font-size: 1rem;
}
.header__hug {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.header__nav ul li > a {
  color: white;
  transition: all 0.3s ease;
}
.header__nav ul li > a:hover {
  color: #2003fa;
}
.header__logo {
  width: 300px;
}
.header__logo.scrolled {
  width: 250px;
}

.main__content {
  padding: 3rem 0;
}
.main__content p {
  margin-bottom: 1rem;
}

.hire {
  background-image: url(./img/header-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hire__hug {
  padding-top: 250px;
  padding-bottom: 80px;
}
.hire h1 {
  font-family: "Eurostile";
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}
.hire h2 {
  font-family: "Eurostile";
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}
.hire p {
  font-family: "Eurostile";
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  color: white;
}

.about {
  background-color: #120d0a;
  padding: 5rem 0;
}
.about__hug {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.about__text {
  flex-basis: calc(50% - 1rem);
  color: white;
  text-align: left;
}
.about__text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about__video {
  flex-basis: calc(50% - 1rem);
}

.careers {
  padding: 5rem 0;
}
.careers h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 0.25rem;
}
.careers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.careers__offer {
  flex-basis: calc(50% - 1rem);
  border-top: 1px solid rgb(223, 223, 223);
  line-height: 1.5;
  padding: 1.35rem 0;
}
.careers__offer h4 {
  font-size: 1.125em;
}
.careers__offer:last-child, .careers__offer:nth-last-child(2) {
  border-bottom: 1px solid rgb(223, 223, 223);
}

.news {
  padding: 5rem 0;
}
.news h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 0.25rem;
}
.news h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 2rem;
}
.news__item {
  max-width: 280px;
}
.news__item img {
  margin-bottom: 0.5rem;
}

.award {
  background-image: url(/img/prizes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem 0;
}
.award__hug {
  padding: 8rem 0 4rem 0;
}
.award h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  letter-spacing: 0.25rem;
  color: white;
}
.award p {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: white;
  line-height: 2rem;
}

.location-content__item {
  display: none;
}

.location-content__item.active {
  display: block;
  animation-duration: 0.5s;
  animation-name: transition;
  animation-timing-function: linear;
}

@keyframes transition {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.location {
  padding: 2rem 0;
  background-image: url(/img/location1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  z-index: 1;
}
.location__hug {
  padding: 2rem 0;
  text-align: center;
}
.location h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4rem;
  letter-spacing: 0.25rem;
}
.location h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.location__map {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  gap: 2rem;
  margin-bottom: 3em;
  max-width: 725px;
  text-wrap: nowrap;
}
.location__map h4:hover {
  text-decoration-line: underline;
  text-decoration-color: white;
  text-underline-offset: 20px;
  text-decoration-thickness: 2px;
  cursor: pointer;
}
.location__text {
  max-width: 800px;
  margin: 0 auto;
}
.location__places {
  margin: 4rem 0;
  display: flex;
}
.location__el {
  flex-basis: 30%;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 0 10px;
  text-align: left;
}
.location__el h3 {
  color: #a5a5a5;
  font-size: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.location__el p {
  margin-bottom: 0.5rem;
}

.footer {
  padding: 5rem 0;
}
.footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 0.25rem;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.footer__general h4, .footer__center h4, .footer__follow h4 {
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.footer__general p, .footer__center p, .footer__follow p {
  margin-bottom: 0.9rem;
  font-weight: 300;
}
.footer__tw, .footer__fb {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.footer__links {
  display: flex;
  margin-bottom: 1rem;
  gap: 2rem;
}
.footer__links a {
  font-size: 0.8rem;
  font-weight: 600;
  color: black;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__bottom p {
  flex-basis: calc(50% - 1rem);
}

.games__slider {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 15px;
}

.games__slider .games__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 800px;
}

.games__slider .prev,
.games__slider .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  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;
}

.games__slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.games__slider .prev:hover,
.games__slider .next:hover {
  background-color: rgba(25, 24, 24, 0.8);
}

.games__content {
  position: absolute;
  color: #f4f4f7;
  font-size: 35px;
  left: 34%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px #141415, 0 0 1em #141415;
  max-width: 600px;
}
.games__content h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 2rem 0;
}
.games__content p {
  font-size: 1.125rem;
}

.games__slider .games__item {
  animation-name: transition;
  animation-duration: 1.5s;
}

@media screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
  .header {
    font-size: 1rem;
  }
  .header img {
    width: 200px;
  }
  .about__text {
    flex-basis: calc(50% - 1rem);
    color: white;
    text-align: left;
  }
  .about__text h2 {
    font-size: 2rem;
  }
  .about__text p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 980px) {
  .wrap {
    width: 100%;
  }
  .header {
    font-size: 1rem;
  }
  .header img {
    width: 200px;
  }
  .about__text {
    flex-basis: calc(50% - 1rem);
    color: white;
    text-align: left;
  }
  .about__text h2 {
    font-size: 2rem;
  }
  .about__text p {
    font-size: 0.9rem;
  }
  .games__content {
    text-align: center;
    left: 50%;
    top: 50%;
  }
  .games__slider .games__item img {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 1rem;
  }
  .header img {
    width: 200px;
  }
  .about__hug {
    flex-direction: column;
  }
  .about__text p {
    font-size: 1rem;
  }
  .award p {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    color: white;
    line-height: 2rem;
  }
  .games__slider .games__item img {
    height: 700px;
  }
  .games__content h1 {
    font-size: 2rem;
  }
  .games__content p {
    font-size: 1rem;
  }
  .location__places {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .header__burger {
    display: block;
  }
  .header__nav {
    display: none;
  }
  .header__burger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: all 0.3s;
  }
  .header__burger span:last-child {
    margin-bottom: 0;
  }
  .header__burger.active span {
    background-color: #333;
  }
  .header__burger.active span:first-child {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header__nav.active {
    display: block;
    position: absolute;
    top: 125%;
    left: 0;
    background-color: #333;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .header__nav.active ul {
    flex-direction: column;
    gap: 10px;
  }
  .header__nav.active li {
    margin-bottom: 10px;
  }
  .header__nav.active a {
    color: #fff;
  }
}
@media screen and (max-width: 624px) {
  .news__item {
    max-width: 200px;
  }
  .news__list {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
    gap: 1rem;
    justify-items: center;
  }
  .award h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .award p {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .location {
    background-image: none;
    background-color: #120d0a;
  }
  .location__map {
    flex-direction: column;
  }
  .location__text {
    max-width: 500px;
  }
  .footer__bottom {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer__bottom p {
    flex-basis: auto;
  }
}
@media screen and (max-width: 550px) {
  .hire__hug h1 {
    font-size: 4rem;
  }
  .hire p {
    font-size: 0.8rem;
  }
  .award p {
    max-width: 300px;
  }
  .careers__offer {
    flex-basis: 100%;
  }
  .news__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .news__item {
    text-align: center;
    max-width: 420px;
  }
  .games__content {
    width: 320px;
  }
  .games__content h2 {
    font-size: 1.5rem;
  }
  .games__content p {
    font-size: 0.8rem;
  }
  .location__text {
    max-width: 320px;
  }
  .location__places {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }
  .location__el {
    text-align: center;
  }
  .footer__links {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */