@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
html,
body {
  background: url(../img/bg.jpg);
  background-size: cover;
  font-family: "Raleway", sans-serif;
  background-position: top center;
}
.navbar {
  padding: 0.5rem 0rem 0rem;
}
.navbar .dropdown-menu a {
  font-weight: 600;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #000;
  color: #fff !important;
}
.dark {
  background: #010101;
}
.card-comments img {
  width: 4rem;
}

.menu-section {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 100%);
}
img.menu {
  max-width: 24px;
  margin-top: 5px;
}
.menu-section .navbar-nav .nav-item .nav-link {
  color: #010101 !important;
  font-weight: 600;
}

.navbar-dark .navbar-brand img {
  max-width: 120px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .menu-section .navbar-nav {
    margin: 0 auto !important;
  }
}
.prize {
  font-size: 12px;
  text-align: center;
}
main {
  background: #fff;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  top: 118%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgba(244, 244, 244, 1) 100%);
}
.header-section {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0px -1px 15px 3px #212121;
  box-shadow: 0px -1px 15px 3px #212121;
}
.header,
.header img {
  height: 500px;
  object-fit: cover;
}
.view .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background: rgba(0, 0, 0, 0.5);
}
.carousel .card-img-top {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  height: 230px;
}
.carousel .card-title {
  height: 70px;
}
.card .card-body .card-text {
  height: 100px;
}

.card {
  box-shadow: none !important;
  background: #00000008;
  padding: 17px;
}

.card.hero {
  padding: 0;
}

.card-gallery {
  padding: 0;
}
.carousel-caption h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.carousel-caption p {
  font-size: 22px;
}
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 55px;
  height: 55px;
}
.carousel .carousel-indicators li {
  display: none;
}
.videos {
  position: relative;
}
video {
  width: 100%;
}
.video-section {
  background-color: #000;
  margin-top: 0px;
  padding: 10px 0;
}
.video-section h2 {
  color: #fff;
}
.caption {
  position: relative;
  background: #010101;
  margin-top: -46px;
}
.caption h2 {
  font-size: 18px;
  padding: 10px 8px;
  text-align: center;
  color: #facc2a;
}

.gallery-apps .card-apps {
  float: left;
  margin-bottom: 12px;
}

a.button,
.button {
  /* box-shadow: inset 0px 34px 0px -15px #facd2a; */
  background-color: #bc1cca;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #c7a116;
  max-width: 180px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.button:hover {
  transform: scale(1.1);
}
.button:active {
  position: relative;
  top: 1px;
}

a .button {
  color: #010101;
}

section.games {
  background-color: #bc1cca;
  padding: 100px 0;
}

section.games a.button,
.button {
  background-color: #fff;
  color: #bc1cca !important;
  text-shadow: none;
}

section.games h2 {
  color: #fff;
}

section.games .card .card-body .card-text {
  color: #fff;
}

section.games .card .card-body .card-title {
  color: #fff;
}

.container-games {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.diagonal-shadow::before,
.diagonal-shadow::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.diagonal-shadow {
  z-index: 1;
  padding-top: 6em;
  background: #fff;
}

.diagonal-shadow::before,
.diagonal-shadow::after {
  top: -162px;
  left: -25%;
  z-index: 99;
  width: 150%;
  height: 75%;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.diagonal-shadow::before {
  height: 40%;
  background: #fff;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 0 12px !important;
  font-size: 38px;
}

/*---------------------
  Arrow to top CSS
-----------------------*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: transparent;
  width: 50px;
  height: 70px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: none;
}
#return-to-top img {
  color: #fff;
  margin: 0;
  position: relative;
  left: 4px;
  top: 3px;
  font-size: 19px;
  max-width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top img:after {
  background: rgba(0, 0, 0, 0.5);
}
#return-to-top:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 992px) {
  .navbar .dropdown-menu {
    position: relative !important;
    text-align: center;
  }

  .dropdown-toggle::after {
    display: none;
  }
  .navbar-collapse {
    margin-bottom: -10px !important;
  }
  .navbar-dark .navbar-brand {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: -10px !important;
  }
  .divider-new,
  .navbar .nav-flex-icons {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 14px;
  }
  .menu-section .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  .diagonal-shadow {
    display: none;
  }
  section.games {
    padding: 10px 0;
    margin-top: 20px;
  }
}

.contact .card {
  box-shadow: none;
}

.contact .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #facd2a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 205, 42, 0.25);
}

.login .form-control {
  text-align: center;
}
