/* Desktop */
html{
	overflow-x: hidden;
	font-family: 'Avenir Next Cyr';
}
img{
	width: 100%
}

.tab-pane a{
	margin: 0;
	text-decoration: none !important
}

.banner-content a{
   text-decoration: none !important
}

.marquee {
    background: #f2f2f2;
    padding: 0.5%;
	    display: flex;
}

.marquee-container{
	background: white;
	border-radius: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.marquee-speaker {
    width: 2%;
    left: 9%;
    position: relative;
    text-align: center;
}

.marquee-speaker img{
	width: 65%;
}

.top-container{
	background: white;
	padding-top: 1%;
	width: 100%;
}

.top-content{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top-logo{
	width: 25%;
}

.top-logo a{
	margin: 0
}

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

.button-container .login{
	color: white;
	background: #5dd0f9;
	padding: 1%;
	width: 20%;
	margin-left: 1%;
	margin-right: 1%;
}

.button-container .register{
	color: #5dd0f9;
	border:1px solid #5dd0f9;
	padding: 1%;
	width: 20%;
	margin-right: 1%;
	
}

.button-container .login a{
	margin: 0;
	text-decoration: none;
	color: white;
	
}

.button-container .register a{
	margin: 0;
	text-decoration: none;
	color: #2ed1ff
}
.button-container p{
	margin:0;
	text-align: center;
	text-indent: 0px;
	font-family: "Barlow", sans-serif;
  font-weight: 600 !important;
}


.promotion-container h1 {
    text-align: left;
    font-family: 'Avenir Next Cyr';
    color: #5dd0f9;
    font-size: 2.5vw;
}

.feature-container h1 {
    text-align: center;
    font-family: 'Avenir Next Cyr';
    color: #5dd0f9;
    font-size: 2.5vw;
	
}

.testimonial-container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-container h1 {
    text-align: center;
    font-family: 'Avenir Next Cyr';
    color: #5dd0f9;
    font-size: 2.5vw;
	padding-bottom: 2%
}

.step-container h1{
	font-family: 'Avenir Next Cyr';
	color: #2ed1ff;
	font-weight: bold;
	text-align: center;
	padding-top: 5%;
	font-size: 2.3vw
}

.step-container .step-image{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

.download-background{
	background: rgb(94,208,249);
    background: linear-gradient(90deg, rgba(94,208,249,1) 0%, rgba(183,223,238,1) 100%);
}

.download-container {
    padding-top: 2%;
    padding-bottom: 2%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.download-image{
	width: 65%;
    padding-top: 3%;
}

.download-image p{
	text-align: center;
	font-family: 'Articulat CF';
	font-weight: 500;
	color: #25728d;
	padding-top: 1%;
	text-decoration: underline !important;
	cursor: pointer;
}

.download-image a{
	margin: 0
}

.download-content h1{
	padding-top: 5%;
	color: white;
	font-weight: bold;
	font-family: 'Articulat CF Extra';
	font-size: 45pt;
}

.download-content h2{
	color: #25728d;
	font-family: 'Articulat CF';
	font-weight: bold
}

.download-content h3{
	padding-top: 3%;
	font-family: 'Articulat CF';
	color: white;
	font-size: 15pt;
}

.media-container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

.testimonial-background{
	background: #f9f9f9
}

.testimonial-container{
	padding-top: 3%;
	padding-bottom: 3%;
}

.content-container{
	padding-top: 3%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.content-container h1{
	text-align: center;
	font-family: 'Avenir Next Cyr';
	color: #5dd0f9;
	font-size: 2.5vw;
}

.content-container h3{
	text-align: center;
	font-size: 1.2vw;
	padding-top: 1%
}

.accordion-container{
	padding-top: 2%;
}

.feature-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
    padding-top: 2%;
}

.highlight-background{
	background: #ebf6fa
}

.highlight-container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
}

.tab-pane{
	background: white;
	padding:2%;
	border-radius: 30px;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: none !important;
    background: white !important;
	border-radius: 50px;
	padding: 1%
}

.nav-tabs .nav-link {
    border: none !important;
    margin-top: 0;
	font-family: 'Articulat CF';
	font-size: 16pt;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #5ed0f9 !important;
    border-radius: 30px !important;
    color: white !important;
}

.nav-item{
	    width: 24%;
    text-align: center;
}

footer{
	background:#f2f2f2;
	margin-top: 2%
}

.footer-container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

.logo{
	width: 20%;
}

.logo-content p{
	text-indent: 0 !important
}

.logo-container{
	    padding-top: 15%;
}

.ambassador{
	width: 85%
}

.footer-container h1{
	font-size: 18pt;
	color: #5ed0fa;
	font-family: 'Avenir Next Cyr';
}
.footer-container ul{
	padding: 0
}

.footer-container a{
	color: #777 ;
	text-decoration: none;
	margin: 0
}

.footer-container a:hover{
	text-decoration: underline;
}
.footer-container ul li {
    list-style-type: none;
    font-size: 10pt;
    line-height: 25pt;
	font-family: "Barlow", sans-serif;
}
hr {
    margin: 3rem 0 !important;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.copy-right p{
	text-align: center
}

.partnership{
	padding-top: 18%;
}

.follow-us{
	margin-top: 12%;
}

.follow-us img{
	width: 80%
}

.support{
	margin-top: 12%;
}

.support img{
	width: 80%
}


.owl-item .item h1{
	font-family: 'Articulat CF';
	font-weight: bold;
	font-size: 24pt;
	padding-top: 3%;
	color: #084d65
}

.owl-item .item h2{
	font-family: 'Articulat CF';
	font-size: 10pt;
	padding-top: 0%;
	color: #999999
}

.owl-item .item .read-more{

	background: #5ed0f9;
	padding: 1%;
	border-radius: 10px;
	color: white;
	margin-top: 3%;
	width: 25%;
	text-align: center
}

.owl-item .item .read-more p{
	margin:0;
	font-family: 'Articulat CF';
	font-size: 12pt;
	text-align: center
}

.owl-item .item  a{
	text-decoration: none !important
}

.owl-carousel-1 .item{
	text-align: center
}

.owl-carousel-1 .item h1 {
    font-family: 'Articulat CF';
    font-weight: bold;
    font-size: 15pt;
    padding-top: 3%;
    color: #084d65;
}

.live-banner{
	background: url("../images/highlgiht-banner/banner-four.png");
	background-size: cover;
}

.slots-banner{
	background: url("../images/highlgiht-banner/banner-one.png");
	background-size: cover;
}

.sport-banner{
	background: url("../images/highlgiht-banner/banner-three.png");
	background-size: cover;
}

.lotto-banner{
	background: url("../images/highlgiht-banner/banner-two.png");
	background-size: cover;
}

.banner-content{
	width: 35%;
    margin-left: 10%;
    padding-top: 9%;
    padding-bottom: 10%;
}

.banner-content h1{
	font-family: 'Articulat CF Extra';
	color: #5ed0f9;
	font-size: 40pt;
}

.banner-content p{
	font-family: 'Articulat CF';
	font-weight: normal;
	color: #3f3f3f;
	font-size: 12pt;
	padding-top: 3%;
	padding-bottom: 3%;
	margin:0;
	text-indent: 0px;
}

.banner-content .explore-more{
	width: 30%;
	background: #5ed0f9;
	border-radius: 10px;
	padding: 1%;
}
.banner-content .explore-more p{
	margin: 0;
	text-align: center;
	text-indent: 0px;
	color: white
}

.promotion-content a{
	margin: 0;
	text-decoration: none
}

.promotion-button:hover{
	transition: 0.6s;
	background: #004a65
}

/* Desktop */

/* Mobile */
@media screen and (orientation:portrait) {
.logo-container {
    padding-top: 5%;
}
.logo {
    width: 45%;
}
.step-container h1 {
    font-family: 'Avenir Next Cyr';
    color: #2ed1ff;
    font-weight: bold;
    text-align: center;
    padding-top: 5%;
    font-size: 3.5vw;
}
}
/* Mobile */

/* Sdie Bar */
#mySidenav a {
    position: fixed;
    right: -10%;
    transition: 0.3s;
    padding: 15px;
    width: 15%;
    text-decoration: none;
    font-size: 14pt;
    color: white;
    border-radius: 10px 0 0 10px;
    text-align: center;
    display: flex;
    z-index: 10;
	align-items: center;
}

#mySidenav a:hover {
  right: 0px;
}

#about {
  top: 18%;
  background-color: #2ed1ff;
  text-align: center;
	font-family: "Barlow", sans-serif;
  font-weight: 700;
}

#about img {
    width: 25%;
    margin-right: 5%;
}

#blog {
  top: 31%;
  background-color: #2ed1ff;
   text-align: center;
	font-family: "Barlow", sans-serif;
  font-weight: 700;
}

#blog img {
    width: 25%;
    margin-right: 5%;
}
/* Sdie Bar */

/* Owl Carousel Nav */
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url("../images/left.png") no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url("../images/right.png") no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
} 

.owl-item .item{
	background: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0
}
/* Owl Carousel Nav */

/* Accordion */
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f9f9f9 !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    position: relative;
    display: unset !important;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: center !important;
    background-color: #f9f9f9 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    text-align: center;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
    margin-top: 1%;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 1px solid  #eeebeb !important;
}
/* Accordion */

 /* Horizontal Scroll */ 
.accordion-button {
    font-family: 'Articulat CF';
	font-weight: 500;
	font-size: 2vw !important;
	color: #085a82 !important
}
.grid-container {
  background: white;
  font-family: "Rubik", sans-serif;
}


  .grid-item {
    color: #fff;
    padding: 3.5em 1em;
    font-size: 1em;
    font-weight: 700;
  }

  .header {
    background-color: darken(skyblue, 60%);
    grid-area: header;
    padding: 1em;
  }

  .title {
    color: gray;
    background-color: lighten(skyblue, 25%);
    grid-area: title;
  }

  .main {
    color: lighten(gray, 25%);
    background-color: lighten(skyblue, 60%);
    grid-area: main;
    overflow-x: hidden;
    overflow-y: hidden;
	      background: #fff;
    padding: 2%;
    border-radius: 13px;
  }

  .footer {
    background-color: darken(skyblue, 10%);
    grid-area: footer;
    padding: 0.6em;
  }

  .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }

.items a{
	margin: 0 !important
}

  .items.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing
  }

.item {
    display: inline-block;
    /* background: skyblue; */
    /* min-height: 250px; */
    /* min-width: 265px; */
    padding: 3%;
    /* width: 30%; */
}


a {
  display: block;
  color: lighten(skyblue, 15%);
  text-decoration: underline;
  margin: 1em auto;
  &:hover {
    cursor: pointer;
  }
}

p {
  text-align: left;
  font-weight: 100;
}

i {
  color: skyblue;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
	height: 10px
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
	border-radius: 50px
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
border-radius: 50px;
}
 /* Horizontal Scroll */ 

ol, ul, dl {
    margin-bottom: 0rem !important;
    margin-top: 0 !important;
}

nav{
  z-index: 99;
  width: 100%;
  
  background: #fff;
}
nav .wrapper{
    width: var(--optimalWidth);
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: var(--defaultFontSize);
    /* overflow: hidden; */
}
.wrapper .logo a{
  color: #00d1fe;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
    display: inline-flex;
    width: 95%;
    justify-content: space-between;
    gap: 0rem;
    padding-right: 2rem;
    margin: 0 auto;
}
.nav-links li{
  list-style: none;
	font-family: "Barlow", sans-serif;
}
.nav-links li a{
  color: #007e99;
  text-decoration: none;
  font-size: 1.1vw;
  font-weight: 500;
  padding: 0px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
	font-family: "Barlow", sans-serif;
}
.nav-links li a:hover{
  background: unset;
	text-decoration: underline;
	color: #00D1FE
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 18vh;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 2
}
.mega-box .content{
  background-color: rgba(255, 255, 255, 0.8); 
  padding: 25px 20px;
  display: flex;
  width: 100%;
  /*justify-content: space-between;*/
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row-mega {
    width: 30%;
    margin-right: 4%;
}
.content .row-mega header {
    color: #007e99;
    font-size: 3.9vw;
    margin-bottom: 5%;
    font-weight: bold;
	font-family: "Barlow", sans-serif;
	background: #3194B8;
background: linear-gradient(to top, #3194B8 0%, #5ED0F9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.content .row-mega .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row-mega .mega-links li{
  padding: 0 20px;
}
.row-mega .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row-mega .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

.mega-icon-container{
	width: 130%;
}

.mega-icon-container img{
	padding-bottom: 50%	
}

.mega-icon-container a{
	margin: 0
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}

.right-nav{
	display: flex;
	margin-left: 20%
}

.star{
	    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #2a91b6 !important;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* Slider */
.move-dot{
	margin-top: -9%;
    margin-left: 85%;
}
.slider {
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  color: #fff;
}
.slider-card {
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card-1 {
  padding: 0px 0px;
  margin: 0px 15px 0px 15px;
  transition: all 0.3s;
	border-right: 2px solid #d9d7d7;
    padding-right: 10%;
    height: 30vh;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(45% - 25px);
  left: -2%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #e77817 !important
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(45% - 25px);
  right: -2%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
	color: #e77817 !important
}
.owl-dots {
  text-align: center;
	padding-top: 3%
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: none;
  border:1px solid #5dd0f9;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
	border: 2px solid #5dd0f9 !important;
}
.owl-dots .owl-dot.active {
  background: #5dd0f9 !important;
}


.owl-carousel-1 button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0 !important;
    font: inherit;
	border: 2px solid #5dd0f9 !important;
}
/* Slider */

.goog-te-gadget-icon {
  display:none;
}

.goog-te-gadget-simple {
    background-color: #ecebf0 !important;
    border:0 !important;
    font-size: 10pt;
    font-weight:800;
    display: inline-block;
    padding:10px 10px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple  span {
   color:#2a91b6 !important;

}

#google_translate_element a{
	margin: 0 !important
}

