* {
    margin: 0;
    padding: 0 ;
    box-sizing: border-box;
    cursor: url(image/Cursor9_76px.png),pointer ;
}

/* Navbar */

html {
    font-family: 'Raleway', sans-serif;   
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: wheat;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 2.8rem;
    margin-right: 2.8rem;
}

.nav-link{
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    color:rgb(237, 158, 53);
}

.nav-link:hover{
    filter: brightness(150%);
}

.süs1 {
    width: 35px;
    transform: rotate(270deg);
    display: flex;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    cursor: url(image/Cursor9_76px.png), pointer; 
}

.süs2 {
    width: 35px;
    transform: rotate(0deg);
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    cursor: url(image/Cursor9_76px.png), pointer; 
}



@media only screen and (max-width: 1280px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 6rem;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}

/* Homepage */

.homepage {
    z-index: 88;
    background-image: url('image1/1.BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.homepage-light {
    opacity: 0.5;
    z-index: 99;
    background-image: url('image1/1.BG\ Isilti.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-thema {
    position: absolute;
    text-align: center;
    margin: -40% 0% 0% 55%;
    width: 40%;
    transition: 1s;
}

.homepage-thema p {
    color: wheat;
    scale: 1.2;
}

#homepage-thema {
    width: 40%;
}

#Scroll-Down {
    margin-top: 45%;
}

.homepage-divider {
    position: absolute;
    width: 100%;
    margin-top: -5%;
}

#homepage-divider {
    width: 100%;
}


/* Media Screen*/

@media only screen and (max-width: 1350px) {
    .homepage-thema {
        margin: -42% 0% 0% 55%;
    }
}


@media only screen and (max-width: 1280px) {
    .homepage-thema {
        display: none;
    }
    
    .homepage-text {
        display: none;
    }
}

/* About Game */
.about-game{
    margin-top: 10%;
    height: 100vh;
}


.about-container {

    margin-top: 22.5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content1 {
    position: relative;
    top: 0;
    left: 0;
    height: 25rem;
    width: 45rem;
}


.panel {
    position: relative;
    top: 0;
    left: 0;
}

.play {
    position: absolute;
    top: 30%;
    left: 35%;
}

.clip {
    position: absolute;
    margin: 5%;
    transform: translate(-50%, -50%)  scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.5s;
}

.clip.active {
    transform: translate(-50%, -50%)  scale(1);
    position: fixed;
    top: 60%;
    left: 28%;
    height: 30px;
    width: 30px;
}

.clip video {
    max-width: 400px;
    outline: none;
    border: 10px;
}

.clip .close {
    position: absolute;
    top: -120px;
    right: -220px;
    cursor: pointer;
    color: white;
}

/* @media (max-width: 991px) {
    .clip video {
        max-width: 90%;
    }
    
}  */

.about-container .content2 {
    margin-left: 5%;
    margin-top: 2%;
    text-align: center;
    height: 15rem;
    width: 25rem;
}

.content2 h1 { 
    color:rgb(237, 158, 53);;
}

.content2 h2 { 
    color:#EEEEEE;
}



.about-container .content1 img {
    height: 100%;
    width: 100%;
}


/* Media Screen */


@media (max-width: 1200px) {
    .clip.active {
        top: 58.5%;
        left: 45%;
    }
}


@media (max-width: 760px) {
    .clip.active {
        top: 52.5%;
        left:45%;
    }
}


@media (max-width: 600px) {
    .clip video {
        max-width: 300px;
    }
}


@media (max-width: 600px) {
    .clip.active {
        top: 45%;
        left: 45%;
    }
}


@media (max-width: 760px) {
    .about-container .content1 {
        width: 35rem;
        height: 20rem;
    }
}

@media (max-width: 600px) {
    .about-container .content1 {
        width: 25rem;
        height: 15rem;
    }
}

@media (max-width: 480px) {
    
    .about-container .content1 {
        width: 20rem;
        height: 10rem;
    }
}

/* Key Features */

.key-features {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:33.3vh;
    color: wheat;
    margin-left: 10%;
}

.wrapper-img {
    max-width: 320px;
    float: left;
    margin-right: 10%;
    margin-bottom: 10%;
}

.text-box-img {
    max-width: 320px;
    margin-bottom: 2.5%;
}

.wrapper {
    width: 70%;
}

.wrapper h2 {
    margin-bottom: 10%;
}

.text-box {
    margin: 1.5% auto;
}

.text-box p {
    width: 80%;
}

/* Key features1 */

.key-features1 {
    margin-left: 10%;
    margin-top: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:33.3vh;
    color: wheat;
}

.wrapper-box {
    max-width: 320px;
    float: left;
    margin-right: 10%;
    margin-bottom: 10%;
}

.wrapper-img1 {
    max-width: 320px;
    margin-right: 10%;
    margin-bottom: 10%;
}

.text-box-img1 {
    max-width: 320px;
    margin-bottom: 2.5%;
}

.wrapper1 {
    width: 70%;
}

/* Key Features 2 */
.key-features2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:33.3vh;
    color: wheat;
    margin-left: 10%;
    margin-top: 15%;
}

.wrapper-img2 {
    max-width: 320px;
    float: left;
    margin-right: 10%;
    margin-bottom: 10%;
}

.text-box-img2 {
    max-width: 320px;
    margin-bottom: 2.5%;
}

.wrapper2 {
    width: 70%;
}

.wrapper2 h2 {
    margin-bottom: 10%;
}

.text-box2 {
    margin: 1.5% auto;
}

.text-box2 p {
    width: 80%;
}

/* Foto Gallery */

.foto-gallery {
    display: flex;
    padding: 0 35px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}


.foto{ 
  display: flex;
  text-align: center;
  justify-content: center;
  max-width: 1000px;
  position: relative;
}

.foto h2 {
    color: wheat;
    position: absolute;
    margin-top: -8%;
}

.foto i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: wheat;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.foto i:active{
  transform: translateY(-50%) scale(0.9);
}
.foto i:hover{
  background: rgb(217, 196, 158);
}
.foto i:first-child{
  left: -22px;
  display: none;
}
.foto i:last-child{
  right: -22px;
}
.foto .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel.dragging img{
  pointer-events: none;
}
.carousel img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}
.carousel img:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel img{
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img{
    width: 100%;
  }
}

/* Divider */

.divider {
    width: 100%;
}

/* Producers */

.title{
    padding: 40px;
    display: flex;
    justify-content: center;
    color: wheat;
    margin-top: 0%;
}

.main {
    margin-left:20%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.profile-card {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: rgba(128, 128, 128, 0.283);
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 5px;
}

.profile-card:hover {
    border-radius: 10px;
    height: 260px;
}

.profile-card .img{
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 3;
}

.profile-card:hover .img {
    transform: translateY(-60px);
    transition: .6s;
}

.img img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
    transition: .6s;
}

.caption p {
    font-size: 17px;
    color: white;
} 

.caption h3 {
    color: white;
}

@media (max-width: 360px) {
 
   .mobile-image {
    scale: 0.8;
  } 
}

/* Footer */

.footer{
    margin-top: 10%;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.footer-container {
    color: wheat;
    width: 80%;
}

.footer-container h2 {
    float: left;
    margin-left: -5%;
}

.footer-links a {
    margin-right: 3%;
    color:white;
    border: 0.1rem solid black;
    border-radius: 50%;
    padding: 2.5%;
    font-size: 100%;
    transition: all 1 linear;
    background-color: antiquewhite;
}

.footer-links a:hover{
    background-color: white;
}

.footer-privacy {
    margin-top: 5%;
    width: 100%;
}

#footer-img {
    position: relative;
    rotate: 180deg;
    width: 100%;
    margin-bottom: -1%;
}

.footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    margin-top: -8%;
    width: 100%;
}

.footer-box a {
    color: wheat;
}

#footer-img1 {
    width: 15%;
}
