* {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

body {
  font-family: "Source Sans 3", sans-serif;
  top: 0px !important;
  overflow: visible;
}

/* Hero Section */
.hero {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.large-screen-video {
  display: block;
}

.small-screen-video {
  display: none;
}

.title {
  display: none;
}

@media (max-width: 768px) {
  .large-screen-video {
    display: none;
  }

  .small-screen-video {
    display: block;
  }

  .background-video {
    object-fit: cover;
    z-index: 999999999;
  }

  .lang-btn {
    width: 190px;
  }

  .translate-btns {
    flex-direction: column;
    align-items: center;
    margin-bottom: 55%;
  }

  .translate-btns>div {
    width: 100%;
    text-align: center;
  }

  .translate-btns>div:not(:last-child) {
    margin-bottom: 20px;
  }

  .lang-buttons {
    flex-direction: column;
    align-items: center;
  }

  .lang-buttons a {
    width: 100%;
    text-align: center;
  }
}

.translate-btns {
  z-index: 999999999;
  margin-top: 50%;
}

.lang-btn {
  width: 200px;
}

a {
  text-decoration: none;
  color: #fff;
}

.translate-btns {
  margin-top: 40%;
}


.icon_btn {
  display: block;
  text-align: center;
  padding: 10px 0px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.about_us,
.casino_game,
.features,
.footer {
  background: rgba(0, 0, 0, 255);
  color: #fff;
  padding: 80px 10px;
}

.devider {
  height: 4px;
  width: 100%;
  margin: 0px auto;
  color: #9a0424;
  background: #9a0424;
  text-align: center;
}

.footer_part {
  padding: 80px 50px;
}

.btn_align {
  text-align: center;
}

.welcome_heading {
  color: #fff !important;
  text-align: center;
  padding-top: 0px;
  margin-top: 0;
}

.title-hr {
  text-align: center !important;
}

.title-hr hr {
  display: inline-block;
  width: 30%;
  margin: 5px 10px;
  border-top: 1px solid #fff;
}

.feature_content {
  margin-top: 50px;
}

.feature_context {
  margin-bottom: 40px;
}

h6,
h5,
h3,
h4,
a,
p {
  font-family: "Source Sans 3", sans-serif;
}

.country_logo {
  width: 65px;
  display: block;
  margin: 0px auto;
}