@font-face {
  font-family: 'Tahoma';
  src: url(../fonts/tahoma.ttf);
}

@font-face {
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Yq6V-LyHWTfz9rGCpR5lhOc.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  background: #111319;
  color: #7c838e;
  line-height: 1.7;
  letter-spacing: 1px;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

header.px-hstyle1 {
  box-shadow: 0 5px 15px rgb(0 0 0 / 12%);
}
/* Mobile CSS Section */
.mobile-menu-bar {
  display: none;
}
.mopen,
.mclose {
  font-size: 17px;
  font-family: 'Akshar', sans-serif;
}

.portfoliox-logo-section {
  border-bottom: 2px solid #fbf7ef;
  background: #111319;
}
/* .portfoliox-menu {
  outline: 2px dotted white;
} */
.head-logo-sec {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 10px 0;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}
.site-branding.brand-logo {
  margin-right: 10px;
}
.site-branding.brand-logo img {
  max-width: 250px;
  max-height: 150px;
}
.custom-logo {
  width: 512px;
  /* height: 209px; */
}
.custom-logo-link {
  display: inline-block;
}
.brand-text .site-title {
  font-size: 60px;
}

h1 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: var(--color-heding);
  letter-spacing: 0;
}

.menu-bar {
  position: relative;
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  margin: 5px 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
}

.container:before {
  display: table;
  content: ' ';
}

.main-navigation ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}

.main-navigation ul > li.menu-item.menu-item-has-children {
  padding-right: 15px;
}

.main-navigation ul li {
  display: inline-block;
  position: relative;
}
.main-navigation ul li a {
  color: rgb(255, 255, 255);
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 400;
}

.main-navigation ul li a:hover {
  color: #b6fb44;
  transition: 0.5s;
}

.main-navigation ul li:first-child a {
  padding-left: 0;
}

.main-navigation ul li:after {
  background: #fff none repeat scroll 0 0;
  content: '';
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
}

.main-navigation ul li:last-child:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  width: 1px; /* Width of the divider line */
  height: 25px; /* Height of the divider line */
  background: transparent; /* Color of the divider line */
}

.main-navigation ul li ul li:after {
  background: transparent;
  content: '';
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
}

/* here */

.menu-item a img,
img.menu-image-title-after {
  border: none;
  box-shadow: none;
  vertical-align: middle;
  width: auto;
  display: inline;
}

.main-navigation ul li.menu-item.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 17px;
  background: transparent;
  z-index: 99999;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 8px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  background: #212428;
  width: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  text-align: left;
  box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}

.main-navigation ul li ul li:hover {
  background: #fff;
  transition: 0.5s;
}

.main-navigation ul li ul a:hover {
  color: #000;
}

.fairplay-text {
  color: #b6fb44;
}
.fairplay-text:hover {
  color: #7c838e;
  transition: 0.5s;
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  visibility: visible;
  top: 50px;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  padding: 15px;
  text-transform: none;
}

.main-navigation ul li ul li {
  display: block;
}

.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  padding-right: 10px;
}

.menu-image-title-after.menu-image-title {
  padding-left: 10px;
}

/** Main Content CSS **/

.content-section {
  position: relative;
}

.content-section .content-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-element,
.hero-content-element {
  width: 100%;
  padding: 10px;
}

.section-header h2 {
  font-size: 19px;
  color: #ffffff;
  font-family: 'Tahoma', Sans-serif;
  font-weight: 600;
  line-height: 1;
}

.promo-desc {
  font-family: 'Tahoma';
  color: #ffffff;
  font-size: 8pt;
}

.loyalty-plan-wrap {
  width: 1080px;
  height: auto;
}

.text-content-section {
  width: 100%;
}
.text-content-wrapper {
  max-width: 1140px;
  height: auto;
  padding: 10px;
}

.content-paragraphs {
  text-align: justify;
  color: #fff;
  font-family: 'Tahoma';
  font-size: 10pt;
}
p {
  margin: 0 0 10px;
  line-height: 1.7;
}
.text-portion-header {
  color: #fff;
  font-family: 'Tahoma';
  font-size: 10pt;
}

ol {
  padding-left: 1.2rem;
}

.sportsbook-list-item,
.casino-list-item,
.cardgames-list-item,
.slot-list-item,
.loyaty-list-item {
  color: #fff;
  font-family: 'Tahoma';
  font-size: 10pt;
}

.footer-banner-wrap {
  vertical-align: middle;
  display: inline-block;
}

.site-info a {
  color: inherit;
  text-decoration: none;
  font-family: 'Akshar';
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1024px) {
  body {
    line-height: 1.7 !important;
  }
}
@media only screen and (max-width: 991px) {
  input[type='submit'],
  html body button,
  a#clickTop {
    border: 1px solid var(--color-gray-2);
    padding: 5px 20px;
    vertical-align: middle;
    background: #b6fb44;
    color: var(---light-body);
    transition: 0.5s;
  }

  button:hover {
    background: #c4cfde;
    color: #212428;
  }

  /* General styles */
  .mobile-navigation ul {
    list-style: none;
  }

  /* Navigation bar */
  .mobile-menu-bar {
    background: #333;
    display: block;
  }

  .mobile-menu-bar button {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
  }

  .menu-bar {
    display: none;
  }

  #masthead {
    margin-bottom: 14px !important;
  }

  /* Dropdown menu */
  nav ul.wsm-menu {
    box-shadow: 0px 5px 42px -6px rgb(92 91 92);
    padding: 20px;
    margin-bottom: 10px;
    background: #212428; /* Assuming this variable is defined elsewhere */
    position: absolute;
    left: auto;
    right: 0;
    top: 80px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }

  /* Active state of dropdown menu */
  nav.menu-active ul.wsm-menu {
    top: 0px;
    visibility: visible;
    opacity: 1;
  }

  .menu-main-menu-container {
    position: relative;
  }

  /* Menu item styles */
  ul.wsm-menu li a {
    padding: 7px 10px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: block;
  }

  /* Styles for menu items with children */
  .menu-item-has-children {
    display: flex;
    flex-flow: row wrap;
  }

  .menu-item-has-children > a {
    width: 80%;
    min-width: 250px;
  }

  ul#wsm-menu ul.sub-menu {
    visibility: hidden;
    max-height: 0;
    height: auto;
    opacity: 0;
    transition: 0.5s;
  }

  /* ul#wsm-menu .menu-item-has-children.focus>ul.sub-menu {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  height: auto;
} */

  ul#wsm-menu .menu-item-has-children.clicked > ul.sub-menu {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .menu-item-has-children .sub-menu {
    display: block;
    width: 100%;
  }

  .menu-item-has-children > i {
    padding: 10px 15px;
    margin-left: auto;
  }

  /* Styles for menu item images */
  .menu-image-title-after.menu-image-not-hovered img {
    padding-right: 10px;
  }

  .menu-image-title-after.menu-image-title {
    padding-left: 10px;
    color: #b6fb44;
  }

  .menu-image-title-after.menu-image-title:hover {
    color: #7c838e;
    transition: 0.5s;
  }

  /* Chevron icon */

  .fa,
  .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .fa-chevron-down:before {
    content: '\f078';
  }
}
@media only screen and (max-width: 767px) {
  .content-banner {
    padding: 0px;
  }
  .hero-content-element {
    padding: 0;
  }
  #masthead {
    margin-bottom: 0px !important;
  }
}
