/*==================== GOOGLE FONTS ====================*/
@font-face {
  font-family: FVFFernando08;
  src: url("../font/FVFFernando08/FVFFernando08.ttf");
}

/*==================== BASE ====================*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff;
  background-color: #325762;
  background-repeat: repeat;
}

h1,
h2,
h3,
h4 {
  color: #fff;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  font-family: FVFFernando08;
  font-size: 12px;
}
/*==================== LAYOUT ====================*/
.grid {
  display: grid;
  gap: 1.5rem;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
}
/*==================== HEADER ====================*/

.logo__gameRac {
  width: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.poster__gameRac {
  width: 100%;
  margin-top: 20px;
}
.title__gameRac {
  font-family: FVFFernando08;
  text-align: center;
  margin-top: 20px;
}
.data__gameRac-fulltext {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}
.table__data {
  position: absolute;
  z-index: -1;
}
.table__data-img {
  width: 500px;
}
.data__gameRac-fulltext div {
  width: 350px;
  margin: 0 10px;
}
.data__gameRac {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.data__gameRac-img {
  width: 450px;
  margin: 0 10px;
}
.data__gameRac-text {
  width: 250px;
  margin: 20px 10px;
  text-align: justify;
}
.button__gameRac {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.margin__title {
  margin-top: 80px;
}
.img__data_gameRac {
  width: 450px;
  border-radius: 0.5rem;
  border: #fff 1px solid;
}
.text__data_gameRac {
  color: #fff;
  text-align: justify;
  padding: 40px;
}
.video__trailer {
  width: 300px;
  border-radius: 0.5rem;
  border: #fff 1px solid;
  margin-bottom: 30px;
}
.footer__logo {
  width: 250px;
  padding: 16px;
}
.footer__DB {
  width: 150px;
  padding: 16px;
}
.img__footer {
  display: flex;
  justify-content: space-around;
}
footer {
  background-color: #10191c;
  background-repeat: repeat;
}
.button {
  display: inline-block;
  background-color: #693f55;
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
}
.button:hover {
  background-color: #5c3a4d;
}
.button--flex {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.button--small {
  padding: 0.75rem 1rem;
}
.project__button:hover {
  cursor: pointer;
}
.project__button:hover .button__icon {
  transform: translatex(0.25rem);
}
.button__ViewMore {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

/* For medium devices */
@media screen and (min-width: 586px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
  .video__trailer {
    width: 600px;
  }
}
/* For large devices */
@media screen and (min-width: 1024px) {
  .video__trailer {
    width: 800px;
  }
}
