@import url('https://fonts.cdnfonts.com/css/source-sans-pro');

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-display: swap;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/raleway@latest/latin-900-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/raleway@latest/latin-900-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }

::selection {
    background-color:#4f4f4f;
}

html {
    scroll-behavior: smooth;
    background-color: rgba(0, 0, 0, 0.679);
    font-weight: bold;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif ;
    font-style: normal;
}

a {
    color:#fff;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    text-decoration: none;
}

    a:hover {
        color:#b0b0b0;
        transition:all 0.3s ease;
        -webkit-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
    }

h1 {
    font-size: 50px;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 0%;
    margin-block-start: 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 50px;
    color: #e7e7e7;
    padding-top: 2%;
    padding-bottom: 0;
    margin-block-start: 0;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    color: #fff;
}

p {
    color: #a9a9a9;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif ;
    font-weight: 300;
}

video {
    object-fit: cover;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
    position: relative;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    background: #206b9900;
    background-size: 300%;
    transition: all 0.6s;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #11dfe3a5 50%);
}

    button:hover {
        cursor: pointer;
        border-radius: 36px;
        color: #fff;
        border: 1px solid #11dfe3a5;
        background-position: -50%;
    }
  

/* Sections */

#main-page {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.700);
    background-size: 100%;
}

#about-page {
    max-width: 100%;
    height: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: 100%;
    background: url('img/About\ BG.png') no-repeat;
}

#join-page {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: 100%;
    background: url('img/joinbg2.png') no-repeat;
}

#contact-page {
    max-width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: 100%;
    background: url('img/contact-bg2.png') no-repeat;
}

#find-us {
    max-width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: 100%;
    background: url('img/maps-bg.png') no-repeat;
}

#about-game {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background: #1b1b1b center top no-repeat;
    background-size: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

#about-job {
    width: 100%;
    padding-bottom: 100px;
    height: auto;
    display: flex;
    position: relative;
    background: #1b1b1b center top no-repeat;
    background-size: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

/* #our-gallery {
    width: 100%;
    height: 80%;
    display: flex;
    position: relative;
    background: #1b1b1b center top no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: center;
} */

#our-gallery {
    width: 100%;
    height: auto;
    position: relative;
    background: #1b1b1b center top no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}

#careers {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background: #1b1b1b center top no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: center;
}

.careers {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

#contact-info {
    width: 100%;
    height: 30%;
    display: flex;
    position: relative;
    background: #000000 center top no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: space-evenly;
}

#footer {
    width: 100%;
    height: 70%;
    display: flex;
    position: relative;
    background: url(img/bg3.png) center top no-repeat;
    padding-bottom: 1%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#footer2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 1%;
}

/* ! Sections */


/* Top Menu */

.top-line {
    height: 80px;
    width: 100%;
    background-color: #0009;
    position: fixed;
    top: 0;
    z-index: 100000;
    transition: background-color 200ms linear;
}

.logo {
    position: absolute;
    font-size: 40px;
    font-weight: 50;
    top: 15%;
    left: 20px;
    color: #fff;
        font-family: 'Raleway';
}

.top-menu {
    position: absolute;
    top: 15px;
    left: 450px;
    width: 600px;
    height: 10%;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

.top-menu a{
    text-decoration: none;
}

.top-menu a:hover {
    color: #11DEE3;
}

.contact-us {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .social {
        padding: 2%;
        height: 30%;
        display: flex;
    }

    .social img {
        transition: .5s ease;
        height: 80%;
    }

    .social:hover img{
        opacity: .65;
        transition: .5s ease;
        color: rgb(0, 0, 0);
    }

    .responsive-menu {
        position: absolute;
        top: 0;
        right: 15px;
        display: none;
        align-items: center;
        height: 100%;
        cursor: pointer;
    }
    
    .sub-menu-parent { position: relative; list-style: none;}
    
    .sub-menu { 
      visibility: hidden; /* hides sub-menu */
      opacity: 0;
      position: absolute;
      background: #292a2d;
      top: 50px;
      right: -80px;
      width: 150px;
      z-index: -1;
    }
    
    .sub-menu li {
      list-style: none;
      padding: 10px;
      padding-left: 0;
    }

    .platforms-top {
        width: 140px;
        display: flex;
        justify-content: center;
        background-color: #363636;
        border-radius: 50px;
        margin-top: 20px;
    }
       
        .platforms-top img {
            transition: .5s ease;
            padding: 5px;
            height: 30px;
        }

header {
	position: relative;
	padding: 10px;
	text-align: center;
}

#button {
	display: none;
}

label {
	overflow: hidden;
	display: inline-block;
	height: 50px;
	padding-top: 5px;
	cursor: pointer;
    color: #fff;
    position: relative;
}

label span {
	width: 50px;
	height: 10px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	background: #ffffff;
}

ul {
	position: absolute;
	transform: translateX(-50%) scaleY(.5);
	transform-origin: top center;
	text-align: left;
	white-space: no-wrap;
    background: #292a2d;
    top: 45px;
    left: 40px;
    width: 180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
    padding-inline-start: 0;
}

#button:checked ~ ul {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) scaleY(1);
}

ul a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	font-size: 17px;
	text-transform: capitalize;
	transition: all .5s ease;
}

/* ! Top Menu */


/* Buttons */

.buttons {
/*    display: flex;*/
    align-items: center;
}

.buttons a {
    width: 155px;
}

.steam-button {
    margin-top: 0px;
    margin-right: 10px;
    width: 140px;
    padding: 13px 25px;
    font-size: 15px;
    cursor: pointer;
    background-color: #11dfe3a5;
    pointer-events: none;
    border-color: #11dfe3a5;
}

.steam-button img {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 10px;
    top: 6px;
}

.mail-button {
    margin-top: 0;
    width: 160px;
    height: 50px;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
}

.button-content {
   
  display: table;
        width: 330px;
    padding: 7px 38px;
    height: 56px;
    font-size: 16px;
}

.button-content > img, .button-content > span {
   
  vertical-align: middle;
    padding-right: 15px;
        width: 40px;
}
    
}


    .mail-button img {
        position: absolute;
        height: 30px;
        width: 30px;
        left: 15px;
        top: 6px;
    }

    .news-button {
        margin-top: 10px;
        width: 150px;
        padding: 10px 25px;
        font-size: 13px;
        text-align: left;
        cursor: pointer;
    
    }
        
        .news-button img {
            position: absolute;
            width: 20px!important;
            right: 8%;
            top: 25%;
        }

    #text button {
        text-align: center;
        border: 0;
        border: 1px solid #11dfe3a5;
    }
    
    #text button a {
        text-decoration: none;
    }
    
    #text button a:hover {
        color:#fff;
    }

    .apply-button {
        margin-top: 2%;
        border-radius: 80px;
        width: 200px;
        height: 60px;
        font-size: 15px;
        text-align: center;
    }
    
    .close-button {
        margin-top: 2%;
        border-radius: 80px;
        width: 200px;
        height: 60px;
        font-size: 15px;
        text-align: center;
        position: absolute;
        bottom: 50px;
        margin-left: -100px;
        cursor: pointer;
    }
    
    .close-button:hover, .apply-button:hover {
        border-radius: 80px;
    }
    
    .job-button {
        display: flex;
        justify-content: center;
    }

    .top-button {
        position: absolute;
        right: 100px;
        bottom: 100px;
    }
    
    .top-button img {
        transition: all 0.6s ease;
    }
    
    .top-button img:hover {
        transform: translate(0, 10px);
        transition: all 0.6s ease;
    }
    
    .footer-button {
        margin-top: 2%;
        border-radius: 80px;
        width: 200px;
        height: 60px;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
    }

    .footer-button:hover {
        border-radius: 80px;
    }

    .subscribe-button {
        position: absolute;
        right: 0;
        height: 55px;
        font-size: 17px;
        width: 200px;
        pointer-events: none;
        border: 1px solid #a1a1a1;
        border-radius: 0 90px 90px 0;
        padding-right: 30px;
        cursor: pointer;
    }
    
    .subscribe-button img {
        position: absolute;
        height: 50%;
        left: 9%;
        top: 24%;
    }

    .menu-buttons {
        width: 100%;
        height: 70px;
        font-size: 30px;
        margin-bottom: 50px;
        color: #fff;
        background-color: #4f4f4f;
        text-align: center;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
      }

/* ! Buttons */

/* Videos */

#dumbriel-video {
    display: none;
  }
  
  #video-background {
      position: absolute;
      display: flex;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: #0009;
      z-index: 100;
      align-items: center;
      justify-content: center;
      display: none;
  }
  
  #video-background iframe{
      border: 0;
  }
  
  
  #main-page iframe {
      width: 60%;
      height: 60%;
      z-index: 1000;
      position: absolute;
  }

/* ! Videos */

/* Sliders */
 .gallery img {
    margin-left: 50px;
 }
  
  .gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    counter-increment: gallery-cell;
  }
  
  /* cell number */
  .gallery-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }

.list {
    width: 800px;
    height: 500px;
    display: inline-block;
    text-align: center;
    border-radius: 5%;
    position: relative;
    overflow: hidden;
    margin: 7rem 2rem 0 2rem;
    cursor: pointer;
  }
  
  #menu {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5rem;
  }

  #cards {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    left: 0;
    bottom: 60px;
    transition: scroll-left 0.5s ease-in-out;
  }
  
  .list p{
    width: 300px hidden;
  }

  #prev {
    display: inline-block;
    position: absolute;
    left: 2%;
    bottom: 0;
    cursor: pointer;
    font-size: 60px;
    z-index: 1;
    width: 50px;
    height: 50px;
  }

  #next {
    display: inline-block;
    position: absolute;
    right: 2%;
    bottom: 0;
    cursor: pointer;
    font-size: 60px;
    z-index: 1;
    width: 50px;
    height: 50px;
  }

  #prev,
  #next{
    margin-top: 11rem;
    color: #aaaaaa;
  }

  #slider-container {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

#slider {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    width: 800px;
    margin: 40px;
}

#slider img {
    width: 820px;
    height: 500;
}

.slider2 {
    position: relative;
    width: 400px;
    overflow: hidden;
    display: none;
    margin-bottom: 100px;
  }

  .slides2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide2 {
    min-width: 100%;
    box-sizing: border-box;
    margin-right: 20px;
  }

  .slide2 img {
    height: 300px;
    width: 400px;
  }

  .controls {
    position: absolute;
    bottom: 80px;
    width: 400px;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  .prev, .next {
    cursor: pointer;
    color: #fff;
    position: absolute;
  }

  .prev {
    left: 0;
  }

  .next {
    right: 0;
  }

  .balls {
    position: absolute;
    bottom: 55px;
    width: 100px;
    display: flex;
    justify-content: center;
    display: none;
  }

  .ball {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    margin: 0 5px;
    cursor: pointer;
  }

  .ball.active {
    background: #fff; 
  }

/* ! Sliders */


/* Popups */

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(18, 20, 21);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow-y: scroll;
  }

  #popup h2 {
    text-align: center;
    font-weight: 100;
  }

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
  }

  #close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #fff;
  }

  #close-btn img {
    height: 40px;
  }

  #title2 {
    display: none;
    width: 100%;
  }

/* ! Popups */

.middle {
    display: flex;
    width: 800px;
    font-family: 'Source Sans Pro';
    align-items: center;
    flex-direction: column;
}

.middle p {
    text-align: center;
}

.photos {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.photos img {
    width: 90%;
    padding: 0 80px;
}

/* ! Main Section */


/* News Section */
.background {
    width: 100%;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

#title {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

#date {
    margin-top: 7px;
    color: #7d7d7d;
}

#image img {
    width: 100%;
    max-width: 1000px;
        height: auto;
}

#text {
    margin-left: 50px;
    width: 1000px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

#text p {
    margin-top: 20px;
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#news {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    padding-bottom: 3%;
    background: #141414 center top no-repeat;
    background-size: 100%;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
}

.news-container {
    position: relative;
    max-width: 1600px;
    padding: 4% 4% 4% 4%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #1b1b1b;
}

.news-container img {
    width: 50%;
    max-width: 795px;
    height: 50%;
}

.full-news {
    margin-top: 10px;
    width: 200px;
    padding: 10px 13px;
    font-size: 13px;
}

.square {
    background-color: #89898957;
    border-radius: 15px;
    width: 200px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

    .square p {
        font-size: 20px;
    }

    .square h2 {
        margin-bottom: 0;
    }

.positions {
    display: flex;
    justify-content: space-around;
    width: 1260px;
    padding-bottom: 4%;
}

.square-join {
        background-color: #cacaca;
        border-radius: 15px;
        width: 400px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        font-family: 'Raleway', sans-serif;
        flex-direction: column;
        transition: all 0.2s ease-out;
    }
    
        .square-join p {
            font-size: 17px;
            padding: 0 20px;
            color:black;
        }
    
        .square-join h2 {
            margin-bottom: 0;
            color:black;
            padding: 0 20px;
            font-size: 25px;
        }

        .square-join:hover {
            background-color: #ffffff;
            transition: all 0.2s ease-in;
        }

/* ! News Section */


/* About Game Section */

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}

.contact-item img {
    height: 40px;
}

.container {
    position: relative;
    max-width: 1600px;
    padding: 0 4% 4% 4%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left:10px;
    right: 81vw;
    font-family: 'Raleway', sans-serif;
}

.container img {
    width: 50%;
    max-width: 795px;
    height: 50%;
}

.text {
    height: auto;
    width: 100%;
    margin-left: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
    color: #fff;
}

.text p {
    font-size: 16px;
}

.text h2 {
    font-size: 45px;
}

.job-description {
    text-align: center;
    padding: 100px;
}

.studio-description {
    text-align: left;
    padding: 80px;
    padding-top: 0;
}

.job-container {
    width: 100%;
}

.job-criterias {
    text-align: left;
    padding-left: 80px;
    font-size: 30px;
}

.job-criterias-studio {
    text-align: left;
    padding-left: 80px;
    font-size: 45px;
}

.job-lists {
    padding-left: 100px;
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 300;
}

/* ! About Game Section */


/* Footer Section */

.footer-middle {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    padding-top: 1%;
    font-family: 'Source Sans Pro';
    text-align: -webkit-center;
}

.input1 {
    height: 55px;
    border: 0;
    background: 0;
    color: #fff;
}

input:focus {
    border: none;
    outline: none;
}

.subscribe-input1 {
    position: absolute;
    left: 50px;
    bottom: 130px;
    margin-top: 2%;
    border-radius: 90px;
    width: 400px;
    height: 55px;
    font-size: 15px;
    text-align: left;
    border: 1px solid #a1a1a176;
    background: 0;
    color: #fff;
    padding-left: 30px;
    font-family: 'Raleway', sans-serif;
}

.subscribe-input2 {
    display: none;
    position: relative;
    border-radius: 90px;
    width: 400px;
    height: 55px;
    font-size: 15px;
    text-align: left;
    border: 1px solid #a1a1a176;
    background: 0;
    color: #fff;
    padding-left: 30px;
    font-family: 'Raleway', sans-serif;
}

.footer-icons {
    margin-bottom: 30px;
}

.steam-footer {
    height: 16%;
    transition: .5s ease;
}

    .steam-footer:hover {
        opacity: .65;
        transition: .5s ease;
        background-color: rgba(0, 0, 0, 0.256);
    }

.footer-line {
    width: 100%; 
    margin: 4% 0 1% 0;
}

.platforms {
    top: 2%;
    right: 2%;
    margin-bottom: 20%;
}
   
    .platforms img {
        transition: .5s ease;
        padding: 1%;
        height: 7%;
    }

.contact-footer {
    right: 2%;
}

.contact {
    position: relative;
    margin-top: 5%;
    font-size: 15px;
    color: #fff;
}

.footer-link img {
    padding: 1%;
    height: 30px;
    transition: .5s ease;
}

    .footer-link:hover img{
        opacity: .65;
        transition: .5s ease;
        background-color: rgba(0, 0, 0, 0.256);
    }

/* ! Footer Section */


/* Responsive */

@media only screen and (max-height: 820px) {
    #footer {height: 100%;}
    #about-page {height: 150%;}
    #contact-info {height: 40%;}
}

@media only screen and (max-height: 620px) {
    #footer {height: 120%;}
    #about-page {height: 175%;}
    #contact-info {height: 50%;}
    #contact-page {height: 100%;}
}

@media only screen and (min-width: 1920px) {
    #about-page, #join-page, #contact-page, #find-us, #footer {background-size: 100%;}
}


@media only screen and (min-width: 1024px) {
    .reveal{position: relative; transform: translateY(70px); opacity: 0; transition: 1s all ease;}
    .reveal.active{transform: translateY(0); opacity: 1;}
}

@media only screen and (max-width: 1700px) {
    .photos img {width: 600px; padding: 0 60px;}
    .container {position: relative; max-width: 1200px;}
    .text p {font-size: 15px;}
}

@media only screen and (max-width: 1400px) {
    .photos img {width: 500px; padding: 0 40px;}
}

@media only screen and (max-width: 1366px) {
    .subscribe-input1 {display: none;}
    .subscribe-input2 {display: block;}
    .slider2 {display: block;}
    .controls {display: block;}
    .balls {display: flex;}
    .positions {display: none;}
    #slider-container {display: none;}
    .careers {padding-top: 20px;}
    #our-gallery {padding-bottom: 30px;}
    #title1 {display: none;}
    #title2 {display: block;}
    #slidion {display: none;}
    .text h2 {font-size: 30px;}
    .text p {font-size: 16px;}
    .container {position: relative; max-width: 1000px;}
    .gallery {display: none;}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .steam-footer {height: 12%;}
    .platforms img {height: 5%;}
    .top-menu {left: 260px;}
}

@media only screen and (max-width: 1280px) {
    .news-container {width: 80%; display: flex; justify-content: center; align-items: stretch; flex-direction: column;}
    #text {margin-top: 50px; margin-left: 0; width: 100%; display: flex; justify-content: flex-start; flex-direction: column; align-items: center;}
    #date {width: 100%;}
    .full-news {margin-top: 70px;}
    #title {width: 100%;}
    .container {padding: 0 0 4% 0;}
}

@media only screen and (max-width: 1080px) {
    .top-menu {display: none;}
    .logo {display: block; position: relative; left: 0; text-align: -webkit-center;}
    .contact-us {display: none;}
    .responsive-menu {display: flex;}
    .middle p {width: 550px;}
    .photos {flex-wrap: wrap;}
    .photos img {padding: 0 0;}
    #photo2 {display: none;}
    .top-button {display: none;}
    .job-description {padding: 70px;}
    p {font-size: 16px;}
    .job-lists {font-size: 14px;}
}

@media only screen and (max-width: 1024px) {
    .steam-footer {height: 10%;}
    .platforms img {height: 4%;}
    #img1 {display: block!important;}
    #img2 {display: none!important;}
    .container {flex-wrap: wrap; padding: 0 5% 10% 5%; max-width: 80%;}
    .container img {width: 100%;}
    .text {margin-left: 0; margin-right: 0!important;}
    .container h2 {font-size: 3vw; padding-top: 5%;}
    .container p {font-size: 2vw; text-align: justify;}
    h1 {font-size: 40px;}
    .footer-link img {padding: 5px;}
    .footer-middle {width: 100%;}
    .contact {font-size: 10px;}
    .subscribe-input2 {width: 320px; height: 42px; font-size: 15px; padding-left: 15px;}
    .input1 {height: 42px;}
    .subscribe-button {height: 42px; font-size: 14px; width: 146px; padding-right: 14px;}
    #main-page iframe {width: 60%; height: 50%;}
    #contact-info h3 {font-size: 16px; color: #fff;}
    #menu {width: 95%; height: 22rem; top: 0.5rem; margin: 0 2% 0 2%;}
    .list{width: 17rem; height: 17rem; display: inline-block; text-align: center; border-radius: 5%; 
        position: relative; overflow: hidden; margin: 6rem 1rem 0 1rem;}
    #prev,
    #next{margin-top: 9.5rem;}
    .container {padding: 0 5% 10% 2%;}
}

@media only screen and (max-width: 820px) {
    .arrow-down {width: 6%; left: 47%;}
    .container h2 {font-size: 3.5vw;}
    .container p {font-size: 2.5vw;}
    .contact-item {width: 165px;}
    h3 {height: 40px;}
    #contact-info {text-align: center;}
    #main-page iframe {width: 70%; height: 30%;}
    .job-lists {font-size: 12px;}
    .job-criterias {font-size: 25px;}
    .job-criterias-studio {font-size: 35px;}
    .studio-description {font-size: 14px;}
    #about-page {height: 100%;}
}

@media only screen and (max-width: 620px) {
    .social img {height: 70%;}
    #news-photo {width: 70%;height: 50%;margin-top: 10%;margin-left: 15%;}
    .container h2 {font-size: 4vw;}
    .container p {font-size: 3vw;}
    .buttons { flex-direction: column;}
    .buttons a {width: 170px;}
    .steam-button {margin-right: 0; margin-bottom: 10px; margin-top: 10px;}
    .middle p {width: 380px;}
    .photos img {width: 400px;}
    h3 {font-size: 20px;}
    .contact-item img {height: 55px;}
    #contact-info {height: 800px; flex-direction: column;}
    .slide2 img {height: 200px; width: 300px;}
    .square-join {width: 300px; height: 250px;}
    .controls {width: 300px;}
    .slide2 {display: flex; justify-content: center; margin-right: 15px;}
    .slider2 {width: 300px;}
    h1 {font-size: 30px;}
    .footer-link img {height: 25px;}
}

@media only screen and (max-width: 425px) {
    .photos img {width: 320px;}
    .middle p {width: 320px;}
    .subscribe-input2 {width: 280px;}
    #close-btn {top: 25px; right: 15px;}
    #close-btn img {height: 30px;}
}
/* ! Responsive */