.fixedArea {
    position: fixed;
    left: 0%;
    top: 0px;
    z-index: 9;
    padding-left: 10px;
    width: 100%;
}


.noPadding{
    padding: 0px;
}

.logo{
    margin-top: 10px;
}

p.colorfullText {
    color: #fab000;
    letter-spacing: 2px;
}



* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'Poppins';
}

/*---------------------------------------------*/
a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.logo-text a{
  display: block;
  line-height: 0;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}




/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
outline: none;
border: none;
}

textarea:focus, input:focus {
border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }



/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}


/*
* ==========================================
* SECTION2 START banner
* ==========================================
*/
section#section2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

section#section2 .maintext span{
  margin-top: 30px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;

}

section#section2 .maintext h2 {
  font-size: 70px;
  font-family: 'Righteous';
  color: rgb(204,153,0);
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
section#section2 .maintext p {

  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: 0px;
  padding-left: 50px;
  padding-right: 50px;


}

section#section2 .shapes span{
  font-size: 16px;
  font-family: "Roboto";
  color: #FC0;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}
section#section2 .shapes span a{
  font-size: 14px;
  font-family: "Roboto";
  color: #FC0;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}

section#section2 .shapes p{
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(119, 119, 119);
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
}

.section-title h3{
  margin-top: 10px;
  font-weight: 800;
  color: #f9b000;
  line-height: 1.7;
  letter-spacing: 6px;
  text-transform: uppercase;
  
  }

.section-title h2 {
  margin-top: 30px;
  font-size: 30px;
  font-family: 'Righteous';
  color: rgb(255,255,0);
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

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


/*
* ==========================================
* SECTION2 END 
* ==========================================
*/
.content h3{
  transition: color 0.5s;

}

.content h3:hover {
  color: rgb(68, 68, 68);

}



/*
* ==========================================
* NAVBAR START
* ==========================================
*/

.navbar.active {
  background: #333333;
  border-radius: 0px;
  text-shadow: 3px 2px 1px black;
  padding-bottom: 10px;
  box-shadow: 0 10px 15px rgba(25,25,25,0.1);
}

#navbarResponsive{
  width: 100%;
}

.myNavBar {
  background-color:rgb(0,0,0,0.6);
  border-color: #e7e7e700;
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar {
  transition: all 0.4s;
}

.navbar .nav-link {
  color: #fff !important;
  text-shadow: 1px 2px 2px black;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 2px 2px black;
}

.navbar .navbar-brand {
  color: #fff;
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
}

/* Change navbar styling on scroll */

.navbar.active .nav-link {
  color: #ffffff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #555;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background: none;
}

.navBrandText{
  padding: 0px !important;
  margin-left: 15px;
  width: 100%;
}

.navBrand img{
  margin-left:5px;

}

.navBar li>.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  background: #f9b000;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.navBar li.active>.nav-link::before,
.navBar li>.nav-link:hover::before,
.navBar li>.nav-link.active::before {
  width: 100%;
  background: #f9b000;

}

/*
* ==========================================
* FOOTER SECTION START
* ==========================================
*/
.main-footer {
  padding: 50px;
}

.footer-social li:first-child {
  margin-left: 0px;
}

.footer-social li {
  float: left;
  margin-left: 10px;
}

.single-widget h3{
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(51, 51, 51);
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}



.lock{
  font-weight: bold;
  border-bottom: 2px solid rgb(248, 176, 0);
  width: 40px;
  height: 3px;
  margin-bottom: 10px;

}


.single-widget-description {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 1;
  color: #666666;
}

.footer-section .footer-icon {
  width: 25px;
  height: 25px;
  border-radius: 10px solid #83ac00;
  border: 2px solid #83ac00;
  border-radius: 15px;
  text-align: center;
}

.footer-section .footer-icon::after{
  content: ' \25CF';
  font-size: 10px;
  text-align: center;
  justify-content: center;
  width: 2px;
  height: 2px;
  margin-top: 0px;
  padding-top: 0px;
  color: #83ac00;
}
li.footer-section{
  margin-bottom: 12px;
}

li.footer-section a:hover p,
li.footer-section a:focus p{
  color: #23527c;
}


/*
* ==========================================
* Return to play
* ==========================================
*/
.slot {
    display: block;
    margin-bottom: 10vh;;
}
.slot ul{
	list-style:none;;
}
.slot li{
	font-family: Arial;
	font-size: 0px;}
	
.slot li:before{
	padding:5px 5px 5px 5px;
	background-color: transparent;
  border-radius: 30%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;}
.slot h2{
	font-size:24px;
	text-align:center;
	color:#FC0;}
	
.slot .slot-sidebar {
    padding-right: 10px;
    padding-left: 0;
    margin-top: 5px;
    background-color: black;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.btn-provider img {
    filter: brightness(1) invert(0);
}

.btn-provider:hover img {
    filter: brightness(1) invert(0);
}

.slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav>li {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
}

.slot-sidebar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: black;
}

.btn-provider {
    text-align: center;
    display: block;
}

.enter {
    display: none;
}

.btn-provider span {
    position: unset;
}

.slot .active {
    background-color:#C90;
}

.slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrapper {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card {
    float: left;
    width: 16.666666666666%;
    border: none;
    text-align: center;
    position: relative;
    background: transparent;
}

.card-content {
    margin: 7px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    background: black;
    border-radius: 25px;
    padding-bottom: 10px;
}

.percent {
    height: 40px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.yellow {
    background-color: #ffc107;
}

.green {
    background-color: #28a745;
}

.red {
    background-color: #dc3545;
}

.hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}

.maintenance {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p {
    position: relative;
    top: 40%;
    font-size: 13px;
}

.slot .play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to right, #6b5100 0%, #dca600 100%);
    border-radius: 18px;
    transition: all 0.3s ease;
}

.slot .play-btn:hover {
	color:#000;
    background: linear-gradient(to left, #dca600 0%, #6b5100 100%);
}

.img-zoom {
    width: 95% !important;
    transition: all 0.45s ease-in-out;
    border-radius: 20px;
}

.ygg-img {
    border: 5px solid #2f2f2f;
}

.hover-btn:hover {
    opacity: 100%;
}

.hover-btn:hover~.img-zoom {
    /* transform: scale(1.2); */
    position: relative;
}

.long {
    display: none;
}

.short {
    display: none;
}

.next-btn {
    width: 15%;
}

.mySlides {
    display: none;
}

.next-btn {
    background-color: #292a2b;
    border: none;
    color: #fff;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .slot-sidebar-nav {
        flex-wrap: nowrap;
    }
    .slot-sidebar {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .content {
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }
    .card {
        width: 33.3% !important;
    }
    .hover-btn {
        display: none;
    }
    .hover-btn:hover~.img-zoom {
        transform: scale(1);
        position: relative;
    }
    .btn-provider {
        text-align: center;
        display: block;
    }
    .enter {
        display: block;
    }
    .btn-provider span {
        position: unset;
    }
    .btn-provider i {
        margin: 0;
    }
    .slot-sidebar-nav li {
        border-bottom: none;
    }
    .slot-sidebar-nav li a p {
        font-size: 5px;
    }
    .img-zoom {
        height: auto;
    }
    .slot-sidebar-nav li a img {
        height: 17.5px !important;
    }
    .maintenance p {
        font-size: 5px;
    }
}

/*
* ==========================================
* FOOTER END
* ==========================================
*/
.fixed-footer{
  display:flex;
  justify-content:space-around;
  position:fixed;
  background:#333333;
  border-top:2px solid #ddd;
  padding:5px 0;
  left:0;
  right:0;
  bottom:0;
  z-index:99}
.fixed-footer img{
  width: 5vh;
  height: auto;}
.fixed-footer a{
  flex-basis:calc((100% - 15px*6)/ 5);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:#fff;
  text-decoration:none;
  max-width:75px;
  font-size:10px;
  font-family:'Trebuchet MS';}
.fixed-footer .center{
  transform:scale(1.6) translateY(-5px);
  background:center no-repeat;
  background-size:contain;
  background-color:inherit;
  border-radius:50%}
.round{
-webkit-animation-name:round;
animation-name:round;
-webkit-animation-duration:2.5s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both;
animation-iteration-count:infinite}
@-webkit-keyframes round{
	0%{
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)}
	10%,20%{
		-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
	30%,50%,70%,90%{
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
	40%,60%,80%{
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
	100%{
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)}}
@keyframes round{
	0%{
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)}
	10%,20%{
		-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
	30%,50%,70%,90%{
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
	40%,60%,80%{
		-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
	100%{
		-webkit-transform:scale3d(1,1,1);
		transform:scale3d(1,1,1)}}

@keyframes  bounce {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
} 
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes blingBling {
0% {background: linear-gradient(180deg, rgba(226,0,255,1) 0%, rgba(0,159,159,1) 100%)}
50% {background: white}
100% {background: linear-gradient(180deg, rgba(226,0,255,1) 0%, rgba(0,159,159,1) 100%);}
}