@font-face {
  font-family: "smiley";
  src: url(../game-warm/Outfit-VariableFont_wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "smiley";
}

img {
  width: 100%;
  object-fit: cover;
  display: block;
}

video {
  object-fit: cover;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: 400;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

input {
  border: 0;
  outline: 0;
}

button {
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

/* header_adv */

.de_iv_adv {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin: 10px 0 10px;
  font-size: 13px;
}

/* footer_adv */

.postionFixed {
  width: 100%;
  min-height: 60px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  margin: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px #00000013;
}

/* footer */

footer {
  width: var(--all-width);
  height: 80px;
  text-align: center;
  background-color: rgba(164, 112, 61, 0.66);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 0 10px 0;
  /* margin-bottom: 60px; */
}

footer a {
  color: #fff;
}

.teECtUjkVu {
  position: relative;
}

.teECtUjkVu::before {
  content: "";
  display: block;
}

.teECtUjkVu > img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* background-color: rgba(210, 85, 18, 0.66); */
}

main {
  flex: 1;
}

:root {
  --all-width: 1200px;
  --logo: 220px;
  --searchBar: 180px;
  --button: 26px;
}

@media screen and (max-width: 1200px) {
  :root {
    --all-width: 100%;
    --searchBar: 100%;
  }
}

/* @media only screen and (max-device-width: 768px) and (orientation: landscape) {

}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {

} */
/* ------------------------------------------------------------------------- */
main {
  width: var(--all-width);
  background-color: #fff;
  margin: 0 auto;
  padding: 0 8px 8px;
}

main .xfkIGGOvO {
  margin-bottom: 12px;
  margin-top: 30px;
}

main .main-h3 {
  font-size: 22px;
  color: #438aef;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}
.main-h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.main-h3 a {
  color: #438aef;
  font-size: 18px;
}
.yWeZBFHDRv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
}

.vNVsBjqEZf {
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.4);
  padding: 4px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vNVsBjqEZf .teECtUjkVu {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.vNVsBjqEZf .teECtUjkVu img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.vNVsBjqEZf .teECtUjkVu:hover img {
  transform: scale(1.2);
}

.vNVsBjqEZf .udOdRzt {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  padding: 6px 0;
  font-size: 13px;
}
/* privacy------------------------------------------------------------------------ */
@media (max-width: 1000px) {
  .RSxM {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto 20px;
  }

  .RSxM p {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    color: gray;
  }

  .CbEem {
    padding: 21px 0;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    font-family: times;
  }

  .RSxM h2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 600;
    font-family: times;
  }
}

@media (min-width: 1000px) {
  .RSxM {
    width: 900px;
    /* height: 100%; */
    margin: 20px auto 20px;
  }

  .RSxM p {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    color: gray;
  }

  .RSxM h2 {
    width: 100%;
    font-weight: 600;
    font-family: times;
    margin-top: 10px;
  }

  .CbEem {
    padding: 30px 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-family: times;
  }
}
