body {
  font-weight: 400;
  font-style: normal;
  background-color: #000000;
  color: #b9ab8c;
  margin: 0;
}

.menu{
  position: fixed;
  height: 5vw;
  width: 100%;
  background-color: #b9ab8c;
  z-index: 101;
  opacity: 0.5;
  border-radius: 0 0 10px 10px;
}


.dropdown{
  position: relative;
  display: inline-block;
  font-family: "Quattrocento Sans";
  left: 90%;
}

.dropBtn{
  background-color: #b9ab8c;
  color: #000;
  padding: 1vw;
  font-size: 2.5vw;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}

.dropContent{
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 10vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/*link-uri din dropdw*/
.dropContent a{
  color: #fff;
  padding: 0.5vw 0.5vw;
  text-decoration: none;
  display: block;
}

/*culoare pe hover*/
.dropContent a:hover {
  background-color: #000;
  color: #b9ab8c;
}

/*show*/
.dropdown:hover .dropContent{
  display: block;
}

.dropdown:hover .dropBtn{
  background-color: #000;
  color: #b9ab8c
}


.content{
  width: 100%;
  height: 100vh;
}

.main{
  position: relative;
  text-align: center;
  color: white;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
}

.backgroundLogo{
  height: 20vw;
  width: 40vw;
} 

.mainTitle{
  position: absolute;
  left: 10%;
  top: 50%;
  height: 20vw;
  width: 40vw;
  transition: 
    width 2s,
    height 2s,
    rotate 2s;
}

.mainTitle:hover{
  width: 20vw;
  height: 20vw;
  rotate: 360deg;
}

.about {
  position: relative;
  width: 100%;
  height: 100vw;
  /* color: #b9ab8c; */
  text-align: center;
  text-align: justify;
  text-justify: inter-word;
}

.aboutTitle{
  position: absolute;
  left: 60%;
  top: 25%;
  transform: translate(-45%, -20%);
  width: 70%;
}

.aboutContent{
  position: absolute;
  left:60%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 60%;
}

.gameplay{
  position: relative;
  width: 100%;
  height: 100vh;
  /* color: #b9ab8c; */
}
.larian{
  position: relative;
  width: 100%;
  height: 100vh;
  /* color: #b9ab8c; */
  padding: 10%;
  text-align: center;
}

.credit{
  position: relative;
  width: 100%;
  height: 80vh;
  /* color: #b9ab8c; */
  padding: 7%;
}

.creditLarian{
  width: 90%;
  text-align: justify;
}

.triangle{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 40vw solid transparent;
  border-left: 25vw solid #b9ab8c;
  border-bottom: 40vw solid transparent;
  transition: width 5s linear;
}

.triangle:hover{
  width: 100vw;
}

/*.transitionRectangle{
  position: absolute;
  height: 100vw;
  width: 90vw;
  background-color: #b9ab8c;
  left: -100%;
  transition: width 3s linear;
}*/

.gameplayTitle{
  position: absolute;
  left: 55%;
  top: 20%;
  transform: translate(-50%, -80%);
  width: 80%;
}

.gameplayContent{
  position: absolute;
  top: 20%;
  left: 13%;
  width: 70%;
  height: 70%;
  border: 0;
}

iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 75vw;
  height: 45vw;
  border: 0;
}

.larianTitle{
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 40%;
}

.larianLogo{
  position: absolute;
  height: 41vw;
  width: 31vw;
  left: 10%;
  top: 30%;
  transform: translate(-10%, -20%);
}

.btnTitle{
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(700%);
  /* color: #ccb998; */
  border: #000;
  padding: 10%;
}

.aboutLarian{
  position: absolute;
  width: 70%;
  padding: 8%;
}

.rectangle{
  position: absolute;
  height: 25vw;
  width: 100vw;
  background-color: #b9ab8c;
  top: 90%;
  left: 0%;
  color: #000;
  animation-name: expand;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.rectangleContent{
  position: absolute;
  width: 100vw;
  left: 7%;
  color: #000;
}

@keyframes expand{
  0% {background-color: #b9ab8c; top: 850px}
  25% {background-color: #d23a08; top: 800px}
  50% {background-color: #b25146; top: 700px}
  75% {background-color: #cea973; top: 800px}
  100% {background-color: #ccb998; top: 850px}
}

.disclaimer{
  color: #000;
  font-family: "Quattrocento Sans";
  font-size: 1.5vw;
}

#insta{
  color: #000;
}

#insa:hover{
  color: purple;
}

#fb{
  color: #000;
}

#fb:hover{
  color: purple;
}

a:nth-of-type(n){
  color: #b9ab8c;
}

a:hover{
  color: #b25146;
}

h1{
  font-family: "Quando", serif;
  font-size: 5vw;
}

h2{
  font-family: "Quando", serif;
  font-size: 2.5vw;
}

h2:nth-of-type(n){
  font-family: "Quattrocento Sans";
}

ul{
  font-family: "Quattrocento Sans";
  font-size: 2vw;
}

article{
  font-family: "Quattrocento Sans";
  font-size: 2.5vw;
}

/* div{
  /* color: #b9ab8c;
}*/

button{
  font-family: "Quattrocento Sans";
  color: #000000;
  /* background-color: #b9ab8c; */
}

canvas{
  display: flex;
  justify-content: center;
  align-items: center;
}

p{
  font-family: "Quattrocento Sans";
  font-size: 1.5vw;
  margin: 0;
}
