@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,600;1,700&amp;display=swap');
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300&amp;display=swap");

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #343a40;
    padding-right: 0 !important;
    letter-spacing: 0.5px;
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #1f61eb;
}

p {
    line-height: 1.7;
}

.container {
    max-width: 1366px;
}

/**BACK TO TOP**/
.back-to-top-btn {
    position: fixed;
    padding: 5px 15px !important;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.back-to-top-btn i {
    font-size: 22px;
    line-height: 30px;
}
header {
    position: absolute;
    width: 100%;
/*    background: #000000;*/
    z-index: 9999;
    padding: 5px 0px;
}
.menu-navbar{
    margin-top: 15px;
}
.menu-navbar ul {
    padding: 0px;
    margin: 0px;
}
.menu-navbar ul li{
    display: inline-block;
    text-align: center;
}

.menu-navbar ul li a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 15px 28px;
}
.menu-navbar h4{
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 21px;
}


.logo {
    text-align: center;
}
.logo img {
    width: 70%;
}




.top-home {
    background: url(../images/top-bg.jpg);
    background-attachment: fixed!important;
    padding: 250px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
}


.amounts h3 {
    font-size: 65px;
    font-weight: 800;
    color: #FF9900;
    padding: 15px 0px;
}


.amounts h5{
    color: #fff;
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
}

.register_btn {
    background-color: #f9ed01;
    color: #222;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0px 5px;
}
.register_btn:hover{
    color: #fff;
    background: #ff4053;
    box-shadow: 0 .5rem 1rem rgba(204,53,68,.7);
}

 a .but1:hover{
    background:#25d366 !important;
}


.float1{
	position:absolute;
	width:60px;
	height:60px;
	top:240px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float1{
	margin-top:16px;
}




/*section2*/


.section2{
    padding: 80px 0px;
}
.available-sites h2{
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 15px;
}

.available-sites-img img{
    width: 100%;
    padding: 15px;
}
.available-sites-img a {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
}

.licensed-box h6{
  font-size: 18px;
  font-weight: 700;
}

.licensed-box{
    padding: 30px 15px;
    border-radius: 5px;
      margin-bottom: 15px;

}
.mySlides {display: none;}


.section2 .owl-nav {
    display: none!important;
}
.section2 .owl-theme .owl-dots {
  display: none;
}
.section2 .owl-theme .owl-nav [class*='owl-'] {
  color: #000!important;
  font-size: 18px;
  margin: 5px;
  height: 35px;
  width: 35px;
  line-height: 35px;
    background: #fff;
    box-shadow: 0 14px 34px rgb(0 0 0 / 20%);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  transition: 0.6s;
}

.section2 .owl-carousel.owl-loaded .owl-nav {
    position: absolute;
    right: 2%;
    margin-top: 20px;
}
.section2 .owl-nav button:hover {
    background: #fff !important;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
}

.section3{
    padding: 80px 120px;
}
.payment-methods h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    padding: 0 75px;
    margin: 50px 0px;
}
.payment-methods-sec{
    background: #fff;
    padding:0px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: 0.6s;
}
.payment-methods-sec:hover {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.payment-methods-sec img{
    width: 100%;
}
.contact-service h4{
     color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700; 
    display: inline-block;
    padding: 15px 10px;  
      animation: myanimation 10s infinite;
}
.contact-service p{
     color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 700; 
    display: inline-block;
    padding: 15px 10px;  
}

@keyframes myanimation {
  0% {color: #ff8c28;}
  25%{color:yellow;}
  50%{color:green;}
  75%{color:#ea4335;}
  100% {color: red;}
}

/*section4*/

.play-game{
    padding: 100px 0px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.play-game-sec img{
    width: 100%;
    border-radius: 10px;
    border: 5px solid#fff;
}

.play-game-sec-cn h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 60px;
}

.play-game-sec-cn h3 {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
}
.play-game-sec-cn h4 {
    color: #f9ed01;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}
.play-game-sec-cn p{
    color: #fff;
    font-size: 16px;
}

.get_id_btn {
    background-color: #fd6900;
    -webkit-box-shadow: 0 0 26px 1px #d36565;
    box-shadow: 0 0 26px 1px #d36565;
    color: #fff;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
}
.get_id_btn:hover{
    color: #fff;
    background: #ff4053;
    box-shadow: 0 .5rem 1rem rgba(204,53,68,.7);
}
.contact-service ul {
    padding: 0px;
}
/*section5*/
.popular-games-hd{
    margin-bottom: 45px;
}
.popular-games-hd h2{
    color: #fc9733;
font-size: 42px;
font-weight: 800;
}
.popular-games-hd h3{
color: #fff;
font-size: 30px;
font-weight: 700;
padding: 10px 0px;
}
.popular-games-hd h3 span{
    display: block;
}
.popular-games-hd p{
    color: #fff;
    margin-bottom: 0px;
}

.popular-games{
    padding: 50px 100px;
}
.our-game{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    transition: 0.6s;
}

.our-game:hover {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.our-game img{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid#fc9733;
}
.game-name {
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    background: #fff;
    width: 84%;
    text-align: center;
    color: #222;
    background-color: #fc9733;
    -webkit-box-shadow: 0 0 26px 1px #fc9733;
    box-shadow: 0 0 26px 1px #fc9733;
    padding: 10px 0px;
    font-weight: 700;
    border-radius: 50px;
    left: 20px;
    cursor: pointer;
}



.step-from-id
{
    padding: 50px 100px;
}
.step-from-id h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.step-from-id h2 span{
   color: #fc9733;
   display: block; 
}


.step-from-sec{
    padding: 15px;
    text-align: center;
}
.step-from-sec h4 {
    background: #fff;
    text-align: center;
    display: inline-block;
    padding: 16px;
    border-radius: 10px;
    font-weight: 700;
}
.step-from-sec h4 span{
        display:block;
}
.step-from-sec p{
   color: #fff;
}
.step-from-sec h5 {
    color: #fc9733;
    font-weight: 600;
    margin-top: 15px;
}


.float17{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25D366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.float17 img{
    width:60px;
	height:60px;
		z-index:-1;
			right:40px;


}

.wimg{
       width:50px;
	height:60px; 
}


.my-float{
	margin-top:22px;
}


.why-choose{
    padding: 50px 100px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;   
}
.why-choose h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;

}

.why-choose-sec{
    text-align: center;
    margin-bottom: 35px;
}
.why-choose-sec h4{
    color: #fc9733;
    font-size: 21px;
}
.why-choose-sec p{
    color: #ddd;
}


.video-{
    padding: 80px 80px;
}

.video-sec iframe{
    border: 2px solid#fff;
    border-radius: 15px;
}
.video- h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.video-slide-box{
border: 1px solid#ddd;
    border-radius: 10px;}

.video-slide-box img {
    margin: auto;
    height: 430px;
    border-radius: 10px;

}

.video- button.owl-prev i {
    position: absolute;
    left: 0;
   bottom: calc(50% - 10px);
    background: #e15218!important;
    color: #fff!important;
    height: 40px;
    width: 40px;
     line-height: 40px;
    border-radius: 50px;
}
.video- button.owl-next i {
    position: absolute;
    right: 0;
    bottom: calc(50% - 10px);
    background: #e15218!important;
    color: #fff!important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.brand-partners{
    padding: 50px 100px;
}
.brand-partners h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.brand-partners-sec {
    background: #f9ed01;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    transition: 0.6s;
}
.brand-partners-sec:hover{
    background: #fff;
    transform: scale(1.1);
}


.b-images img{
width:100%;
}

img.b-images{
    width:10px;
}

.brand-partners-sec img {
    background: #000;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom:10px;
}
.brand-partners-sec h4
{    
    font-size: 21px;
    font-weight: 700;
    margin: 10px 0px;
    text-align: center;
    color: #120814;
    text-transform: uppercase;
}
.brand-partners-sec h5 {
    color: #222;
    font-size: 18px;
     text-transform: uppercase;
    font-weight: 700;
}

.brand-partners-sec table.table tr {
    border-bottom: 1px solid#120814;
    text-align: left;

}

.brand-partners-sec table.table td {
    padding: 10px 0px;
    color: #120814;
    font-weight: 500;
}
.brand-partners-sec a
{
        background: #120814;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
}

.footer-sec{
    text-align: center;
}
.footer-sec img{
    width: 100%;
}
.footer-sec{
    text-align: left;
}
.footer-sec h4 {
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0px;
    text-align: left;
    color: #fff;
}
.footer-sec h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0px;
    text-align: left;
    color: #fff;
}
.footer-sec p{
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.footer-sec a{
     font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
    text-align: center;
    color: #000;  
    background: #f9ed01; 
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
}









.copy-right{
    background: #000;
    margin-top: 50px;
}
.copy-right p{
    text-align: center;
    color: #ddd;
    padding: 10px 0px;
    font-size: 14px;
    margin-bottom: 0px;

}



.book-now a {
    background: -webkit-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
    background: -o-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
    background: linear-gradient(270deg, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
    background-size: 1000% 1000%;
    -webkit-animation: gradient 10s infinite;
    animation: gradient 10s infinite;
    border-radius: 50px;
    padding: 12px 40px !important;
    color: #fff !important;
    transition: 0.6s;
    animation: bounce 1.5s infinite;
    animation-timing-function: ease;
    animation-timing-function: ease-in;
    transition: 0.2s;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.gradient-button:hover {
    border-radius: 50px;
}


.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 3s infinite alternate;
}
.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}




.how-to-place{
    background-attachment: fixed!important;
    padding: 130px 0px;
        background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;   
}
.gameing-sec {
    text-align: center;
    margin-bottom: 30px;
}

.gameing-sec img{
    width: 80%;
}
.gameing-sec h4{
    color: #fff;
    font-weight: 800;
    font-size: 21px;
}
.customer-support img{
    width: 100%;
}

.instagram{
    padding: 80px 0px;
        background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;  
}
.instagram h2{
        color: #ffffff;
    font-weight: 800;
    font-size: 60px;
}

.instagram h3{
        color: #ffffff;
    font-weight: 600;
    font-size: 30px;
}

.instagram-sec img{
    width: 100%;
}


.social-media-link ul li{
    display: inline-block;
    padding-right: 15px;
}
.social-media-link ul li a {
    color: #fff!important;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block!important;
    transition: 0.6s;
    border-radius: 5px;
    font-size: 21px;
}

.social-media-link{
    margin-top: 40px;
}