@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Rajdhani:wght@700&family=Yantramanav:wght@400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: white;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  background-image: url("../fone.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.banner_and_header {
  background-image: url("../banner_fone.png");
  background-attachment: fixed;
  background-size: cover;
}
.banner_and_header header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px;
}
@media (max-width: 600px) {
  .banner_and_header header {
    justify-content: space-around;
  }
}
.banner_and_header header .as {
  margin: auto 0;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 600px) {
  .banner_and_header header .as {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
    row-gap: 15px;
    justify-content: space-around;
  }
}
.banner_and_header header button {
  color: white;
  background-color: transparent;
  border: 2px solid rgb(129, 194, 255);
  padding: 5px 50px;
  border-radius: 50px;
  font-family: "Rajdhani";
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
  line-height: 31px;
}
@media (max-width: 600px) {
  .banner_and_header header button {
    width: 100%;
  }
}
.banner_and_header header button:last-child {
  background-color: rgb(129, 194, 255);
}
.banner_and_header header button:hover {
  transition: 0.3s;
  cursor: pointer;
  color: black;
  background-color: rgb(129, 194, 255);
}
.banner_and_header .banner {
  padding-bottom: 50px;
}
.banner_and_header .banner h1 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 86px;
  line-height: 31px;
  margin-top: 90px;
}
.banner_and_header .banner h1 .accent {
  color: rgb(129, 194, 255);
  font-family: "Rajdhani";
}
@media (max-width: 600px) {
  .banner_and_header .banner h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 30px;
  }
}
.banner_and_header .banner h2 {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  margin-top: 20px;
  line-height: 59px;
}
@media (max-width: 600px) {
  .banner_and_header .banner h2 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
  }
}
.banner_and_header .banner p {
  font-family: "Yantramanav";
  font-style: normal;
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  width: 666px;
}
@media (max-width: 700px) {
  .banner_and_header .banner p {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
.banner_and_header .banner .plus_eighteen {
  display: flex;
  margin-top: 30px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.banner_and_header .banner .plus_eighteen p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.5);
}
.banner_and_header .banner .play {
  margin-top: 50px;
}
.banner_and_header .img {
  height: 0px;
  width: 0px;
  position: relative;
  top: -157px;
  left: 318px;
}
@media (max-width: 700px) {
  .banner_and_header .img {
    display: none;
  }
}

.info_block {
  background-color: rgba(27, 173, 255, 0.62);
  text-align: center;
  padding: 30px 0px;
}
.info_block p {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 700px) {
  .info_block p {
    font-size: 18px;
    line-height: 22px;
  }
}

.why_we {
  text-align: center;
  padding: 60px 0px;
}
.why_we .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 30px;
}
.why_we .container .why_we_element {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .why_we .container .why_we_element {
    width: 60%;
  }
}
@media (max-width: 750px) {
  .why_we .container .why_we_element {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .why_we .container .why_we_element {
    width: 100%;
  }
}
.why_we .container .why_we_element img {
  background-color: #167AB6;
  padding: 20px;
  border-radius: 180px;
  width: 144px;
  height: 144px;
  margin: auto 0;
}
@media (max-width: 500px) {
  .why_we .container .why_we_element img {
    margin: auto;
  }
}
.why_we .container .why_we_element .text {
  width: 70%;
  background-color: #167AB6;
  padding: 15px 35px;
  border-radius: 20px;
}
@media (max-width: 1120px) {
  .why_we .container .why_we_element .text {
    width: 63%;
  }
}
@media (max-width: 500px) {
  .why_we .container .why_we_element .text {
    width: 100%;
    margin-top: 20px;
  }
}
.why_we .container .why_we_element .text h3 {
  font-family: "Rajdhani";
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  color: #80C2FF;
}
@media (max-width: 500px) {
  .why_we .container .why_we_element .text h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.why_we .container .why_we_element .text p {
  font-family: "Yantramanav";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 500px) {
  .why_we .container .why_we_element .text p {
    font-size: 12px;
    line-height: 15px;
  }
}
.why_we button {
  margin-top: 50px;
}

.play {
  background: #81C2FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 20px 10px rgba(129, 194, 255, 0.4);
  color: white;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  padding: 10px 100px;
  border-radius: 50px;
  transition: 0.3s;
  border: 3px solid #81C2FF;
}

.play:hover {
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s;
  border: 3px solid white;
  box-shadow: 4px 8px 4px rgba(0, 0, 0, 0.25), 0px 0px 20px 10px rgba(255, 255, 255, 0.4);
  text-shadow: 0px 0px 10px black;
}

.container {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .container {
    width: 800px;
  }
}
@media (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0px 15px;
  }
}

footer .nav {
  padding: 30px 0px;
  background-color: rgba(27, 173, 255, 0.62);
}
footer .nav .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  footer .nav .container {
    justify-content: center;
  }
}
footer .nav .container .as {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: auto 0;
}
@media (max-width: 600px) {
  footer .nav .container .as {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
}
footer .nav .container .as a {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s;
  text-decoration: none;
}
footer .nav .container .as a:hover {
  transition: 0.3s;
  color: gray;
}
footer .footer_info {
  margin-top: 30px;
}
footer .footer_info p {
  padding: 10px 50px;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-shadow: 0px 0px 5px black;
}
@media (max-width: 900px) {
  footer .footer_info p {
    padding: 10px 15px;
    font-size: 11px;
    line-height: 12px;
  }
}
footer .plus_eighteen {
  display: flex;
  margin-top: 30px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
  padding-bottom: 80px;
}
footer .plus_eighteen p {
  font-family: "Inter";
  text-shadow: 0px 0px 5px black;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  color: white;
}

.games {
  padding: 30px 0px;
  padding-bottom: 100px;
  box-shadow: 50px -20px 30px 20px black, -100px -20px 30px 20px black, inset 0px 50px 50px 10px black;
}
.games .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  text-align: center;
}
.games .container button {
  position: relative;
  top: -30%;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  background-color: #80C2FF;
  padding: 5px 50px;
  border-radius: 90px;
  color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  opacity: 0;
}
.games .container button:hover {
  cursor: pointer;
  color: black;
  background-color: white;
  transition: 0.3s;
}
.games .container img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid white;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.games .container .row1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  width: 100%;
}
.games .container .row1_col1 {
  width: 44%;
  height: 300px;
}
@media (max-width: 700px) {
  .games .container .row1_col1 {
    width: 100%;
  }
}
.games .container .row1_col1:hover button {
  opacity: 1;
}
.games .container .row1_col2 {
  justify-content: space-between;
  width: 54%;
  height: 300px;
  display: flex;
  flew-wrap: wrap;
}
@media (max-width: 700px) {
  .games .container .row1_col2 {
    width: 100%;
  }
}
.games .container .row1_col2_col1 {
  width: 47%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.games .container .row1_col2_col1_row1:hover button {
  opacity: 1;
}
.games .container .row1_col2_col1_row1 {
  width: 100%;
  height: 145px;
}
.games .container .row1_col2_col1_row1 button {
  position: relative;
  top: -50%;
}
.games .container .row1_col2_col1_row2:hover button {
  opacity: 1;
}
.games .container .row1_col2_col1_row2 {
  width: 100%;
  height: 145px;
}
.games .container .row1_col2_col1_row2 button {
  position: relative;
  top: -50%;
}
.games .container .row1_col2_col2:hover button {
  opacity: 1;
}
.games .container .row1_col2_col2 {
  width: 49%;
}
.games .container .row2 {
  display: flex;
  flew-wrap: wrap;
  width: 100%;
  height: 300px;
  justify-content: space-between;
}
.games .container .row2_col1:hover button {
  opacity: 1;
}
.games .container .row2_col1 {
  width: 54%;
}
@media (max-width: 700px) {
  .games .container .row2_col1 {
    width: 100%;
  }
}
.games .container .row2_col2:hover button {
  opacity: 1;
}
.games .container .row2_col2 {
  width: 44%;
}
@media (max-width: 700px) {
  .games .container .row2_col2 {
    display: none;
  }
}

.dn {
  display: none;
}

#pg {
  width: 100%;
  height: 100vh;
  background-color: rgba(27, 173, 255, 0.62);
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 15px;
}
#pg img {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  transition: 0.3s;
}
#pg img:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
#pg .play_inner {
  width: 100%;
  max-width: 1000px;
  background-color: rgb(128, 194, 255);
  margin: auto;
  padding: 30px;
  border-radius: 20px;
  margin-top: 80px;
}
#pg .play_inner iframe {
  width: 100%;
  height: 60vh;
}
#pg .play_inner h3 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 59px;
}

.l {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(27, 173, 255, 0.62);
  width: 100%;
  height: 100vh;
  padding: 0px 15px;
}
.l .f {
  padding: 20px 50px 20px;
  background-color: rgb(128, 194, 255);
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  margin-top: 10vh;
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
@media (max-width: 450px) {
  .l .f {
    padding: 20px 15px 50px;
  }
}
.l .f .title {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 59px;
}
.l .f div {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
}
.l .f input:not([type=checkbox]) {
  display: block;
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.l .f label {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
}
.l .f button {
  font-weight: 700;
  font-size: 24px;
  color: white;
  background-color: rgb(128, 194, 255);
  border: 2px solid white;
  border-radius: 90px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 60px;
  font-family: "Rajdhani";
  transition: 0.3s;
}
.l .f button:hover {
  transition: 0.3s;
  cursor: pointer;
  color: black;
  background-color: white;
}
.l .f img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.l .f img:hover {
  cursor: pointer;
  opacity: 50%;
  transition: 0.3s;
}

.r .f {
  margin-top: 10vh;
}
.r .f div {
  margin-bottom: 0;
}
.r .f .title {
  margin-bottom: 10px;
}
.r .f .input_flex {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.r .f .iw {
  width: 48%;
  margin-bottom: 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 700px) {
  .r .f .iw {
    width: 100%;
  }
}
.r .f .iw label {
  margin: 0;
}
.r .f input:not([type=checkbox]) {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
@media (max-width: 700px) {
  .r .f input:not([type=checkbox]) {
    padding: 10px 20px;
  }
}
.r .f .check_label {
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 700px) {
  .r .f .check_label {
    font-size: 18px;
  }
}
.r .f .cw {
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
}
.r .f input[type=checkbox] {
  opacity: 0;
}
.r .f input[type=checkbox] ~ label::before {
  content: "✓";
  text-align: center;
  color: transparent;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  border-radius: 16px;
  margin-right: 10px;
  display: inline-block;
}
.r .f input[type=checkbox]:checked ~ label::before {
  color: white;
}