@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap"); */
header {
  position: relative;
  background: url(../img/header-bg.jpg) repeat-x top #000;
  font-size: 20px;
  padding-bottom: 20px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
}

.logotopnav {
  flex-shrink: 0;
}

.main-btn {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 999;
}
.main-btn a {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-btn a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.topnav {
  height: 100%;
}
.topnav > li {
  position: relative;
}
.topnav > li > a {
  padding: 10px 15px;
  display: block;
  color: var(--white);
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.topnav li > a:hover {
  background: #051c40;
  -webkit-box-shadow: 0 0 5px #79afff;
  box-shadow: 0 0 5px #79afff;
  border-radius: 100px;
}
.topnav li > a.active {
  background: #051c40;
  -webkit-box-shadow: 0 0 5px #79afff;
  box-shadow: 0 0 5px #79afff;
  border-radius: 100px;
}

#nav-icon {
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  height: 2px;
  width: 80%;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #fff;
}
#nav-icon span:nth-child(1) {
  top: 20px;
}
#nav-icon span:nth-child(2) {
  top: 30px;
}
#nav-icon span:nth-child(3) {
  top: 40px;
}
#nav-icon.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.all-height {
  height: 100%;
}

footer {
  color: #b7b7b7;
  background: #0d274f;
}
footer a {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer a:hover {
  color: #a5bbe7;
}

.copyright {
  padding: 20px 0;
  text-align: center;
}

.footer1 {
  background: url(../img/footer-bg.jpg) repeat-x top #0d274f;
}
.footer1 img {
  padding: 0 10px;
}

.footer3 {
  background: #000;
}

.side_nav {
  position: fixed;
  right: 0;
  bottom: 3%;
  right: 2%;
  z-index: 9;
}

.footer-main-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #192964;
  padding: 8px 0;
}

.footer-links-left {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0 40px;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
}

.footer-links-left p {
  margin: 0;
  white-space: nowrap;
  padding: 0 40px 0 0px;
  position: relative;
}

.footer-links-left p::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 5px;
  height: 60%;
  width: 2px;
  background-color: #fff;
}

body {
  padding: 0;
  overflow-x: hidden;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  background: #1e225c;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.flexboxInline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.middle {
  display: flex;
  flex-direction: row;
}

.flexboxInlineContent {
  flex: 1;
  max-width: 450px;
  position: relative;
}

.flexboxInlineContents2 {
  flex: 1;
  max-width: 550px;
}

.flexboxInlineContents3 {
  flex: 1;
  max-width: 1500px;
}

.flexboxInlineImage {
  flex: 1;
  max-width: 300px;
  position: relative;
  display: inline-block;
}

.circle-shadow {
  position: absolute;
  bottom: -70px;
  left: 10%;
  width: 250px;
  height: 70px;
  background-color: #2579d3;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0px 0px 10px 5px rgba(35, 152, 248, 0.705);
}

.circle-shadow2 {
  position: absolute;
  bottom: -70px;
  left: 10%;
  width: 250px;
  height: 70px;
  background-color: #2579d3;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  box-shadow: 0px 0px 10px 5px rgba(35, 152, 248, 0.705);
}

img,
a,
p,
ul,
li,
div,
input,
h1,
h2,
h3,
h4,
h5,
h6,
span,
textarea,
table,
tr,
td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

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

select,
textarea,
input {
  outline: none;
}

a:hover,
a:focus {
  outline: none;
}

button {
  outline: none;
}

.special-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonusButton {
  border: 2px solid #e1e1e1;
  color: #ffffff;
  background: linear-gradient(
    to bottom,
    #f75b6a 0%,
    #d63f4e 30%,
    #aa1822 40%,
    #8e090c 65%,
    #610100 100%
  );
  box-shadow: 0px 0px 3px 2px #010331, 0px 0px 4px 2px #010331 inset;
  border-radius: 17px;
  font-weight: 600;
  text-shadow: 0px 0px 5px #010331;
  padding: 18px 35px;
  font-size: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.bonusButton:hover {
  background: linear-gradient(to right, #a1141b 0%, #d4af37 100%);
  box-shadow: 0px 0px 5px 3px #d4af37;
  color: #ffffff;
}

.pop-in {
  animation: popInEffect 1s ease forwards;
}

@keyframes popInEffect {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.img_fitBlog {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-top: 10px;
}
.img_fit {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.img_fitSub {
  width: 100%;
  display: block;
  margin: 15px auto;
  border-radius: 15px;
}

.img_fitSubVertical {
  max-height: 100%;
  display: block;
  margin: 15px auto;
  border-radius: 15px;
}

.img_fitlogotopnav {
  width: 280px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  min-width: 280px;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

body,
p,
ul {
  margin: 0;
}

.clr {
  clear: both;
}

.scroll_fix {
  overflow-y: hidden;
}

.wrapper {
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-md {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-bt {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-md-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-container {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.nav-buttons {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-basis: 0;
  flex-grow: 1;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.mr-l {
  margin-left: auto;
}

.col-6 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-9 {
  width: 66.66%;
}

.col-4 {
  width: 25%;
}

.col-8 {
  width: 100%;
  margin-top: 20px;
}

.col-45 {
  width: 45%;
}

.col-55 {
  width: 55%;
}

.col-1 {
  width: 17.66%;
}

.col-5 {
  width: 20%;
}

.col-80 {
  width: 80%;
}

.col-60 {
  width: 60%;
}

.col-90 {
  width: 90%;
}

.col-12 {
  width: 100%;
}

.col-10 {
  width: 90%;
}

.col-R {
  padding-left: 20px;
}

.col-L {
  padding-right: 20px;
}

a,
.mask,
li:hover,
.btn,
nav li > a:after {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.thumbimg img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.thumbimg img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.block {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.col-12,
.btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.row {
  margin: 0 -10px;
}
.row > li {
  padding: 10px;
}

hr {
  border: 0;
  border-top: 1px solid #bfbfbf;
  background: none;
}

.center-img {
  margin: 20px auto;
}

.center-txt {
  text-align: left !important;
  align-self: flex-start;
}

.m0 {
  margin: 0 auto;
}

.m10 {
  margin: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.li-decimal {
  list-style: decimal;
  margin-left: 2em;
}

.li-disc {
  list-style: disc;
  margin-left: 2em;
}

.btn {
  padding: 10px 30px;
  text-align: center;
  margin: 10px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  min-width: 150px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 8px 24px;
    text-align: center;
    margin: 4px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    min-width: 150px;
    font-size: 18px;
  }
}

.btnLocation {
  display: block;
  margin: 20px auto;
}

.play-now {
  max-width: 350px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b53735),
    to(#f50115)
  );
  background-image: linear-gradient(to right, #b53735, #f50115);
  border: 1px solid #d65647;
  -webkit-box-shadow: 2px 2px 10px #000000;
  box-shadow: 2px 2px 10px #000000;
}

.btn-red {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b53735),
    to(#f50115)
  );
  background-image: linear-gradient(to right, #b53735, #f50115);
  border: 1px solid #d65647;
}

.btn-blue {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1d357b),
    to(#1250a6)
  );
  background-image: linear-gradient(to right, #1d357b, #1250a6);
  border: 1px solid #4a579a;
}

.down-btn {
  margin-top: -12%;
}

.Heading1 {
  line-height: 3rem !important;
  font-weight: bold !important;
  font-size: 2.5rem !important;
}

.Heading2 {
  line-height: 2rem !important;
  font-weight: bold !important;
  font-size: 2rem !important;
}

.Heading3 {
  line-height: 1.75rem !important;
  font-weight: bold !important;
  font-size: 1.75rem !important;
}

.Heading4 {
  line-height: 1.5rem !important;
  font-weight: normal !important;
  font-size: 1.5rem !important;
}

.blogHeading1 {
  line-height: 2.5rem !important;
  font-weight: bold !important;
  font-size: 2rem !important;
}

.blogHeading2 {
  line-height: 2.3rem !important;
  font-weight: 500 !important;
  font-size: 1.8rem !important;
}

.blogHeading3 {
  line-height: 2.1rem !important;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
}

.blogHeading4 {
  line-height: 1.9rem !important;
  font-weight: normal !important;
  font-size: 1.2rem !important;
}

.paragraph {
  line-height: 1.2rem !important;
  font-weight: normal !important;
  font-size: 1rem !important;
}

.meta {
  line-height: 0.8rem !important;
  font-weight: normal !important;
  font-size: 0.8rem !important;
}

.content {
  padding: 15px;
  font-size: 20px;
}

.contentul {
  padding: 0px 15px 0px 15px;
}

.contentli {
  padding: 0px 15px 15px 15px;
}

.contentPadding {
  padding: 0 10%;
}

.content .w2,
.content .txt-blog,
.content .txt-more {
  text-align: left !important;
}

.left {
  text-align: left;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.5rem;
}

.down-block {
  background: url(../img/download-img1.jpg) no-repeat center;
  background-size: cover;
  padding: 2em;
}
.down-block a {
  display: block;
}
.down-block a:hover {
  -webkit-box-shadow: 0 0 25px rgba(34, 149, 192, 0.8);
  box-shadow: 0 0 25px rgba(34, 149, 192, 0.8);
}
.down-block a:hover .img_fit {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.provider-slider {
  background-color: #313131;
  padding: 20px 40px;
  border-radius: 15px;
}
.provider-slider img {
  width: 100px;
  margin: 0 auto;
}

.tab_content {
  padding: 15px;
}

.tabs li a,
.provider-slider a {
  padding: 10px 5px;
  display: block;
}

.tabs li,
.provider-slider li {
  border-radius: 20px;
}

.tabs li:hover,
.provider-slider li:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.tabs li.active {
  background-color: #02507b;
}

.main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mask {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  color: var(--white);
  padding: 10px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(99%, rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

.title {
  line-height: 1.2;
  font-size: 2.5rem;
  background: #ffe7a7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe7a7),
    to(#f5bf00)
  );
  background: linear-gradient(to bottom, #ffe7a7 0%, #f5bf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe7a7", endColorstr="#f5bf00",GradientType=0 );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.table-main {
  margin: 15px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background-color: #040037;
}
.table-main th,
.table-main td {
  padding: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.table-main th {
  background-color: var(--primary-color);
  color: #000;
}

.border {
  border-radius: 10px;
}

.p {
  margin: 15px 0;
}

th,
td {
  border: 1px solid #ffffff;
  text-align: left;
  padding: 8px;
  font-size: 20px;
}

tr:first-child td {
  min-width: 20vw;
}

.livecasinoBg {
  background: url(../img/banner-live-casino.png) no-repeat center top #0d0a32;
  background-size: cover;
}

.fullwidthbackgroundimageSportsPage {
  background: url(../img/fullwidthbackgroundimage-sports.jpg) no-repeat center
    top #0d0a32;
  background-size: cover;
}

.bg {
  background: url(../img/bg.jpg) no-repeat center top #0d0a32;
}

.bg-blog {
  background: url(../img/bg-blog.jpg) no-repeat center top #0d0a32;
}

.hidden {
  overflow: hidden;
}

nav a,
.center {
  text-align: center;
}

.inline,
.pagenav a {
  display: inline-block;
}

#nav-icon span,
.thumbimg {
  display: block;
}

#nav-icon,
.down,
.visible-md,
.visible-lg {
  display: none;
}

nav > a,
.inline {
  vertical-align: middle;
}

.relate,
.thumbimg {
  position: relative;
}

#nav-icon span,
.topnav li > a:after,
.mask,
.cover {
  position: absolute;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  cursor: pointer;
}

.w2,
.tt {
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.5rem;
}

.w3 {
  font-size: 1.5rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.zIndex1 {
  position: relative;
  z-index: 10;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 20px;
}

.mt-neg3 {
  margin-top: -3rem;
}

.mt-neg8 {
  margin-top: -8rem;
}

.l1 {
  line-height: 1.1;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-2 {
  padding-right: 1.2rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-3 {
  padding-left: 3rem;
}

.py-2 {
  padding: 20px 0;
}

.py-3 {
  padding: 2rem 0;
}

.p-2 {
  padding: 20px;
}

.color2 {
  color: #b7b7b7;
  line-height: 1.8rem;
}

/* #ee3434 */
.anchorLinks {
  color: #f6b7b7;
  text-decoration: none;
}
.anchorLinks:hover {
  transform: scale(1.1);
}

.navbar-custom {
  background: #252b74;
  min-height: 70px;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 90px;
}

.content-page {
  position: relative;
  min-height: calc(100vh - 70px - 2px);
  padding: 0 0.75rem 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebtn .btn {
  width: 87%;
  font-size: 2rem;
}

.fa-bars {
  background: url(../img/menu.svg) no-repeat center center;
  background-size: 20px 20px;
  width: 40px;
  height: 25px;
  display: inline-block;
  background-color: #252b73;
  border-radius: 15px;
}

#sidebar.active .custom-menu .fa-bars {
  background: url(../img/menu2.svg) no-repeat center center;
  background-color: #252b73;
}

.activesidebarnavlinks {
  background: #31399a;
  border-left: 4px solid #f60015;
}

.sidebarnavitems {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
}

.glowActive {
  filter: drop-shadow(0 0 5px rgba(4, 212, 240, 0.8));
  animation: glowAnimation 3s ease-in-out infinite alternate;
}

.glow {
  filter: drop-shadow(0 0 5px rgba(35, 135, 228, 0.8));
}

@keyframes glowAnimation {
  0% {
    filter: drop-shadow(0 0 5px rgba(4, 212, 240, 0.8));
  }
  100% {
    filter: drop-shadow(0 0 15px rgba(4, 212, 240, 0.8));
  }
}

.sidebarnavlinks {
  width: 35px;
  height: 35px;
  stroke: #ffffff;
}

.sidebarnavlinksfontsize {
  font-size: 22px !important;
  font-family: "Lato", Arial;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 30px;
}

.sidebar2 {
  position: fixed;
  width: 400px;
}

.sidebarBottom {
  position: fixed;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: flex-end;
  z-index: -1;
}

.gameicon {
  width: 14%;
}

.txt-title {
  vertical-align: middle;
}
.txt-title p {
  padding: 8px 0;
}
.txt-title img {
  margin-right: 10px;
  display: inline-block;
}

.box {
  background: #2f3794;
  -webkit-box-shadow: 10px 10px 10px rgba(30, 30, 30, 0.2);
  box-shadow: 10px 10px 10px rgba(30, 30, 30, 0.2);
  border-radius: 10px;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  max-width: 600px;
}
.box:hover {
  background: #002b8e;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.box-yellow {
  background: url(../img/box-yellow.png) no-repeat center;
  background-size: contain;
  color: #000;
  padding: 3% 10%;
  height: 370px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.box-yellow:hover {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.box-gameframe {
  background: url(../img/box-gameframe.png) no-repeat top;
  background-size: contain;
  height: 580px;
  padding: 0 20px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.box-gameframe:hover {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.box-p {
  min-height: 140px;
  background: #002b8e;
}

.box-pro {
  background: #002b8e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-width: 585px;
}
.box-pro:hover {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box-pro img {
  width: 100%;
}

.txt-blog {
  color: #a5bbe7;
}

.txt-more {
  color: #f5c261;
  font-size: 1rem;
}
.txt-more a {
  color: #f5c261;
}
.txt-more a:hover {
  color: #a5bbe7;
}

.box-blog {
  background: #002b8e;
}

.box-blog .img_fit {
  width: 100%;
}

.box-blog .img_fitSub {
  width: 60%;
}

.box-blog .img_fitSubVertical {
  height: 300;
}

.box-blog1 {
  background: #ffa309;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffe911),
    color-stop(50%, #ffda0f),
    to(#ffa309)
  );
  background: linear-gradient(to bottom, #ffe911 0%, #ffda0f 50%, #ffa309 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe911", endColorstr="#ffa309",GradientType=0 );
  border-radius: 10px;
  padding: 10px;
  color: #000;
}

.box-blog2 {
  background: #293279;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#035bb8),
    color-stop(50%, #0f499e),
    to(#293279)
  );
  background: linear-gradient(to bottom, #035bb8 0%, #0f499e 50%, #293279 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#035bb8", endColorstr="#293279",GradientType=0 );
  border-radius: 10px;
  padding: 10px;
  color: #a5bbe7;
}
.box-blog2 a {
  color: #a5bbe7;
}
.box-blog2 a:hover {
  color: #fff;
}

.bg-blog .box-pro {
  min-width: auto;
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 1.3;
  }
  .col-xl-9 {
    width: 66%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  header {
    padding: 0;
    background: #192964;
    border-bottom: 3px solid #100d16;
  }
  #nav-icon,
  .visible-lg {
    display: block;
  }
  .topnav {
    display: none;
  }
  .topnav li > a {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .down,
  .topnav li > a::after,
  .hidden-lg {
    display: none;
  }
  .topnav {
    overflow: auto;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    padding-top: 50px;
    background: rgba(0, 60, 92, 0.95);
  }
  .topnav li {
    position: relative;
  }
  .topnav > li {
    border-top: 1px solid rgba(181, 194, 224, 0.3411764706);
  }
  .box-step {
    background-size: 200%;
    border-radius: 20px;
  }
  .box-game {
    height: auto;
  }
  .box-game img {
    width: 30%;
  }
  .box-info {
    background-size: 110%;
    background-position: center;
    border-radius: 10px;
  }
  .logo {
    margin: 0 auto;
  }
  .box-pro {
    min-width: 400px;
  }
}

@media (min-width: 1024px) {
  th,
  td {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
  .col-lg-12 {
    width: 100%;
    padding: 0;
  }
  .col-lg-6 {
    width: 50%;
    padding: 0;
  }
  .col-lg-9 {
    width: 66.66%;
    padding: 0;
  }
  .col-lg-3 {
    width: 33.33%;
    padding: 0;
  }
  .navbar-custom {
    margin-left: 0px;
  }
  .content-page {
    margin-left: 0px;
  }
  .gameicon {
    width: 20%;
  }
  .col-6 {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .col-4 {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .centered {
    align-items: center !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 945px) {
  .footer1 {
    background-size: 120%;
  }
}

@media screen and (max-width: 768px) {
  .col-3 {
    width: 90%;
    margin: 0 auto;
  }
  .col-6 {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .col-4 {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .Heading1 {
    line-height: 1.75rem !important;
    font-weight: bold !important;
    font-size: 1.75rem !important;
  }

  .Heading2 {
    line-height: 1.5rem !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
  }

  .Heading3 {
    line-height: 1.4rem !important;
    font-weight: bold !important;
    font-size: 1.4rem !important;
  }

  .blogHeading1 {
    line-height: 1.8rem !important;
    font-weight: bold !important;
    font-size: 1.7rem !important;
  }

  .blogHeading2 {
    line-height: 1.6rem !important;
    font-weight: 500 !important;
    font-size: 1.5rem !important;
  }

  .blogHeading3 {
    line-height: 1.4rem !important;
    font-weight: 400 !important;
    font-size: 1.3rem !important;
  }

  .blogHeading4 {
    line-height: 1.2rem !important;
    font-weight: normal !important;
    font-size: 1.1rem !important;
  }
  .paragraph {
    line-height: 1rem !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
  }

  .meta {
    line-height: 0.7rem !important;
    font-weight: normal !important;
    font-size: 0.7rem !important;
  }

  .img_fitSubVertical {
  }

  .box-blog .img_fitSubVertical {
    width: 60%;
    height: auto !important;
    max-width: 60%;
  }

  .navbar-custom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .nav-buttons {
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
  .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  nav a,
  .col-md-12 {
    width: 100% !important;
  }
  .col-md-6 {
    width: 45%;
  }
  .col-md-3 {
    width: 33.33%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-R.col-md-12,
  .col-L.col-md-12 {
    padding: 0;
  }
  .logo {
    max-width: 70%;
    padding: 5px 0;
  }
  .gameicon {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .nav-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-12.col-R {
    padding: 0;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-9 {
    width: 66.66%;
  }

  .middle {
    flex-direction: column;
  }

  .circle-shadow {
    left: 0%;
  }

  .circle-shadow2 {
    left: -10%;
  }

  .flexboxInline {
    flex-direction: column;
  }

  .flexboxInlineContents2 {
    flex: none;
    width: 100%;
  }

  .flexboxInlineContents3 {
    flex: none;
    width: 100%;
  }

  flexboxInlineContent,
  .flexboxInlineImage {
    flex: none;
    width: 100%;
  }

  .contentPadding {
    padding: 0 0;
  }
  .footer2 img {
    width: 80%;
  }
}

.dualCompartment7030 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.childElement7030 {
  flex-grow: 1.5;
  flex-basis: 70%;
}
.childElement7030:nth-child(2) {
  flex-grow: 1;
  flex-basis: 30%;
}

@media (max-width: 1024px) {
  .dualCompartment7030 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
  }

  .childElement7030 {
    flex-basis: 100%;
    text-align: center;
  }

  .childElement7030:nth-child(2) {
    flex-basis: auto;
    width: 100%;
  }
}

.container100 {
  width: 100%;
  margin: 0 auto;
}

.pl20 {
  padding-left: 20px;
}

.p20 {
  padding-right: 20px;
  padding-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.compartmentStackedLayout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}

.faq-card {
  display: flex;
  max-width: 350px;
  border-radius: 7px;
  background-color: #54595e !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.faq-card img {
  width: 100%;
  height: auto;
}

.faq-card:hover {
  transform: scale(1.1);
}

.boxShadow1 {
  box-shadow: 0 4px 8px rgba(83, 50, 0, 0.7);
  transition: transform 1s ease;

  border-radius: 10px;
}
.boxShadow1:hover {
  transform: scale(1.05);
}

.imageBlogSize {
  display: flex;
  width: 100%;
}

.imageCardGridBlogsSize {
  width: 100% !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.circle {
  border-radius: 50%;
  max-width: 80px;
  margin-top: -35px;
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.solidDivider {
  width: 100%;
  height: 1px;
  background-color: whitesmoke;
}

.navlist {
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.navlist::-webkit-scrollbar {
  width: 6px;
}

.navlist::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 4px;
}

.navlist::-webkit-scrollbar-thumb:hover {
  background-color: #a6a5a5;
}

.pr40 {
  padding-right: 40px;
}

.img_fit100 {
  width: 100%;
}

.img_Card {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.boxPromotion {
  background: #293279;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#035bb8),
    color-stop(50%, #0f499e),
    to(#293279)
  );
  background: linear-gradient(to bottom, #035bb8 0%, #0f499e 50%, #293279 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#035bb8", endColorstr="#293279",GradientType=0 );
  border-radius: 10px;
  padding: 10px;
  color: #a5bbe7;
}

.boxPromotion:hover {
  background: #002b8e;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.promotionButton {
  border: 2px solid #e1e1e1;
  color: #ffffff;
  background: linear-gradient(
    to bottom,
    #f75b6a 0%,
    #d63f4e 30%,
    #aa1822 40%,
    #8e090c 65%,
    #610100 100%
  );
  box-shadow: 0px 0px 3px 2px #010331, 0px 0px 4px 2px #010331 inset;
  border-radius: 17px;
  font-weight: 500;
  text-shadow: 0px 0px 5px #010331;
  padding: 16px 30px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.promotionButton:hover {
  background: linear-gradient(to right, #a1141b 0%, #d4af37 100%);
  box-shadow: 0px 0px 5px 3px #d4af37;
  color: #ffffff;
}

.imageCarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.imageCarousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 0px 0px 10px 0px;
}

.imageCarousel-slide {
  width: 1180px;
  height: auto;
  margin: 10px;
}

.imageCarousel-slide img {
  width: 1180px;
  height: auto;
  object-fit: cover;
  border-radius: 10px !important;
  box-shadow: 0 0px 8px rgba(255, 215, 0, 0.3);
}

.imageCarousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 2rem;
}

.imageCarousel-button.left {
  left: 10px;
}

.imageCarousel-button.right {
  right: 10px;
}

.imageCarousel-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.imageCarousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(203, 196, 196, 0.5);
  margin: 0 5px;
  cursor: pointer;
}

.imageCarousel-dot.active {
  background-color: white;
}

@media (max-width: 1280px) {
  .imageCarousel-slide {
    width: 768px;
    height: auto;
    margin: 10px;
  }

  .imageCarousel-slide img {
    width: 768px;
    height: auto;
    object-fit: cover;
    border-radius: 10px !important;
    box-shadow: 0 0px 8px rgba(255, 215, 0, 0.3);
  }
}
@media (max-width: 768px) {
  .imageCarousel-slide {
    width: 285px;
    height: 160px;
    margin: 10px;
  }

  .imageCarousel-slide img {
    width: 285px;
    height: 160px;
  }
  .imageCarousel-button {
    font-size: 1rem;
  }
}

/* blogs */

/*  */
.recentBlog-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.blog-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  margin: 0 auto;
}
.blog-card {
  display: inline-block;
  flex-direction: row;
  max-width: 300px;
  width: 100% !important;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.blog-card.slide-in {
  opacity: 1;
  transform: translateX(0);
}
.blog-card:hover {
  transform: scale(1.05);
}

/* .blog-card img {
  width: 600px;
  max-width: 100% !important;
  height: auto;
} */

a {
  text-decoration: none;
  font-weight: 600;
}

.anchorLink {
  color: #00ffff;
  position: relative;
}

.anchorLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00ffff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.anchorLink:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.colorReg1 {
  color: #fff8e8 !important;
}

.colorReg2 {
  color: #cdcdcd !important;
}

.colorReg3 {
  color: #ababab !important;
}
.textAlignLeft {
  text-align: left !important;
}

.blogButton {
  cursor: pointer;
  text-decoration: none;
}

.blogButtonMes {
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1;
  letter-spacing: 1px;

  color: #c8c2c2;
  text-decoration: none;
  list-style: none;
}

@media (max-width: 768px) {
  .blogButtonMes {
    font-size: 12px;
  }
}

/* ambassador homepage styles layout */

.amb-banner {
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.amb-banner img {
  /* width: auto; */
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #5c6db7;
}

.timeline-container {
    /* min-height: 400px; */
    min-height: 200px;
    max-width: 1000px;
    /* border: 1px solid red; */
    position: relative;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.timeline-line {
    width: 100%;
    height: 12px;
    background-color: #1e2a6d;
    border-radius: 15px;
    margin: auto 0;

    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
}

.timeline-box {
    /* border: 1px solid yellow; */
    display: flex;
    flex-direction: column;
    height: 100% ;

    padding-top: 10px;
    padding-bottom: 120px;
}



.timeline-box .top {
    height: 50%;
    width: 100%;
    /* background-color: red; */

    position: relative;
}

.top .line-arrow {
    height: 50%;
    width: 2px;
    background-color: #1e2a6d;
    margin: 0 auto;
}

.top .year-circle {
    background-color: #2f3793;
    width: 70px;
    height: 70px;

    position: absolute;
    top: 0px;
    left: 50%;

    border-radius: 100%;
    border: 5px solid #5c6db7;
    text-align: center;
    box-shadow:  0 4px 10px rgba(0, 0, 0, 0.15);;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%); 
    transform: translateX(-50%); 
}

.top .year-circle p {
    font-size: 13px;
    color: #fff;
}


.timeline-box .bottom {
    height: 50%;
    width: 100%;
    /* background-color: green; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom h3 {
    margin: 2px 0;
    font-size: 18px;
}

.bottom p {
    margin: 2px 0;
    font-size: 16px;
}


@media (max-width: 900px) {
    .timeline-container {
        grid-template-columns: 1fr;
        /* grid-template-rows: repeat(4, 1fr); */
        gap: 15px;
        height: auto !important;
    }


    .timeline-line {
        /*z-index: -1;*/
        width: 2px;
        height: auto !important; 
        position: absolute;
        left: 50%; 
        top: 50%; 
        transform: translateY(-50%);
    }
    
    .timeline-box {
      padding: 0;   
    }
    
    .top .year-circle {
        display: none;
    }
    
    .mb-10 {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
	.timeline-container {
			margin-top: 100px;
			margin-bottom: 100px;
			   height: 250px;
			   	margin-left: auto;
	margin-right: auto;
	}
    .top .line-arrow {
        height: 100%;
    }

    .timeline-line {
        background-color: #1e2a6d;
    }
    
    .timeline-box.reverse {
        flex-direction: column-reverse;
    }

    .timeline-box.reverse .bottom {
        position: relative;
    }

    .timeline-box.reverse .bottom .r-screen {
        position: absolute;
        top: -20%;
    }

    .top .year-circle {
        top: -30px; 
    }

    .top.top-reverse .year-circle {
        /* position: absolute; */
        top: auto;
        bottom: -50px;
        left: 50%;
    }

    .timeline-box  {
        padding: 0;
    }

    .bottom h3 {
    margin: 5px 0;
}

.mb-10 {
    margin-bottom: 7rem;
}
}

.amb-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


