/*@import url(/assets/fonts/fonts.css);*/
* {
    padding: opx;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
}


/* html {
    scroll-behavior: smooth;
} */

body {
    font-family: 'Roboto';
    color: white;
    background-color: black;
    overflow-x: hidden;
}

.fas {
    color: #FCB503 !important;
}

.fab {
    color: #FCB503 !important;
}

h1 {
    font-size: 13px;
    color: white;
    text-align: center;
}

h2 {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Anton';
    text-align: center;
    background: #0f0d08;
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Anton';
    color: white;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 a {
    color: white;
    text-decoration: none;
}

h3 a:hover {
    color: #FCB503;
    text-decoration: none;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 15px;
    font-family: 'Roboto';
    color: white;
    font-weight: lighter;
    text-align: justify;
    line-height: 20px;
}


/* h6 {
    font-size: 15px;
    color: white;
    line-height: 22px;
    font-weight: 300;

} */

h6 {
    font-size: 1rem;
    color: white;
    line-height: 22px;
    font-weight: 300;
}

.accTitel {
    color: #FCB503 !important;
}


/* ####################### nav bar  ##################### */

.navbar {
    background-color: black;
}

.bg-light {
    /* background-color: #000000 !important; */
    /* background-color: rgb(0, 0, 0, 0.5) !important ; */
    /* background-color: transparent !important; */
    background-color: black !important;
}


/* .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
} */


/* .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: 0.3s;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
} */

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: 0.3s;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    white-space: pre-line;
    vertical-align: bottom;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    /* color: rgba(255, 255, 255, 0.9); */
    color: #fcb503;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fcb503 !important;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    line-height: 1;
    background-color: #fcb503;
    border: 0px solid #fff;
    border-radius: 0.25rem;
}

.navbar .navbar-collapse {
    text-align: center;
}


/* ############### language Nav ############# */

.navbar-nav {
    /* margin-right: 40px; */
    margin-right: 0px;
}

.navbar-nav .nav-item {
    /* padding: 25px; */
    padding-left: 10px;
    padding-right: 10px;
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border: none;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
}

.btn-secondary:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}


/* .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
} */

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #F0AC1A;
    border: 2px solid #F0AC1A;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.dropdown.language {
    position: absolute;
    z-index: 100;
    right: 0px;
    width: auto;
    top: 35px;
}

@media (max-width: 991px) {
    .dropdown.language {
        right: 100px;
        position: absolute;
        top: 10px;
    }
}


/* ############### language Nav END ############# */

a.effect-shine:hover {
    mask-image: linear-gradient(-75deg, rgba(229, 136, 27, .5) 30%, #000 20%, rgba(229, 136, 27, .5) 70%);
    mask-size: 200%;
    animation: shine 2s infinite;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}


/* ####################### nav bar END ##################### */


/* ####################### carousel slider END ##################### */

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: 90px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Anton';
    text-align: center;
    background: #FCB503;
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
}

#myCarousel h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
}

#myCarousel p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #d5d5d5;
    font-family: 'Roboto';
    text-align: justify;
    font-weight: lighter;
}

#myCarousel button {
    font-family: 'Anton';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 30px;
    color: #FFF;
    padding: 13px 32px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item h5 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item button {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4,
#myCarousel h5,
#myCarousel button,
#myCarousel p,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* #myCarousel .container {max-width: 1430px;  } */

#myCarousel .carousel-item {
    width: 100%;
    min-height: 0px;
}

#myCarousel {
    position: relative;
    z-index: 1;
    background: url(../images/slider-bg.png) center center no-repeat;
    background-size: cover;
}


/* .carousel-control-next, .carousel-control-prev{
  height:40px; 
  width:40px; 
  padding:12px; 
  top:50%; 
  bottom:auto; 
  transform:translateY(-50%); 
  background-color: #fcb503;
  color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; 
  border-radius: 50px; 
 }


 .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
} */

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


/* ####################### carousel slider END ##################### */


/* ####################### Data Picker ##################### */

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* custom styles */

label {
    display: block;
    margin-bottom: 0;
}

input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #000 (0, 0, 0, 0.2);
    color: #000;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 134px;
    height: 40px;
}


/* ####################### Data Picker END ##################### */


/* ####################### Promo carousel slider ##################### */

.carouselOutline {
    border: #fcb503 5px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fcb503;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}


/* ####################### Promo carousel slider END ##################### */


/* ####################### slick slide ##################### */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: transparent;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    background-color: #fcb503;
    border: 1px #fcb503 solid;
    z-index: 1;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #000;
}


/* ####################### slick slide END ##################### */


/* ####################### News slide ##################### */

.slider {
    margin-bottom: 100px;
    width: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__nav {
    width: 12px;
    height: 12px;
    /* margin: 2rem 12px; */
    margin-top: 250px;
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #fcb503;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
    left: -300%;
}

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    /* height: 100%; */
    height: auto;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__image {
    font-size: 2.7rem;
    color: #2196F3;
}

.slider__caption {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.slider__txt {
    color: #999;
    margin-bottom: 3rem;
    /* max-width: 300px; */
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}


/* ####################### News slide END ##################### */


/* ####################### Accordion Menu ###################### */

.accordion-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accordion-wrap a {
    color: white;
    text-decoration: none;
    text-align: center;
    background-color: #323232;
}

.accordion-wrap a:hover {
    text-decoration: none;
}

.accordion-wrap .accordion {
    position: relative;
}

.accordion-wrap .accordion .teaser {
    /* display: flex; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    width: 100%;
    padding: 25px;
    position: relative;
    font-family: 'Anton';
    color: #FCB503;
    background-color: #232323;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.contentNewBox {
    font-family: 'Roboto';
    text-align: center;
    padding: 20px;
    color: white;
    background-color: #323232;
}


/* .accordion > .card {
  overflow: hidden;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #323232;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  text-align: center;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  color: #fcb503 !important;
}

.mb-0 {
  font-size: 17px;
  font-weight:600;
  font-family: 'Anton' !important;
  text-align: center;
  color: #FCB503;
  text-decoration: none;
} */


/* ####################### Accordion Menu END ###################### */


/* ################## text & content css ###################### */

.promotions {
    background-color: #0b0b0b;
    padding-top: 10px;
    padding-bottom: 0px;
}

.promotions2 {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 0px;
}

.relatedGames {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 0px;
    background: url(../images/related-games-bg.png) right bottom no-repeat;
    background-size: cover;
}

.gameGuide {
    background-color: #0b0b0b;
    padding-top: 100px;
    padding-bottom: 100px;
}

.ourNews {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 0px;
    background: url(../images/games-bg.png) left bottom no-repeat;
    background-size: cover;
}

.ourNews2 {
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 60px;
}


/* .footerBox {
  background-color: #0b0b0b ;
  padding-top: 30px;
  padding-bottom: 10px;
} */

.footerBoxLeft {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
    font-weight: 600;
}

.footerBoxLeft a {
    color: #ffffff;
    text-decoration: none;
}

.footerBoxLeft a:hover {
    color: #fcb503;
    text-decoration: none;
}

.footerBoxRight {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Roboto';
    /* text-align: right;  */
    font-weight: lighter;
}

.mainTitel {
    font-size: 40px;
    font-family: 'Anton';
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #FCB503;
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.mainTitelMessage {
    font-size: 20px;
    font-family: 'Anton';
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background: #FCB503;*/
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.frontButton {
    font-family: 'Anton';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 20px;
    color: #FFF;
    padding: 8px 25px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.frontButton:hover {
    font-family: 'Anton';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 20px;
    color: #a33108;
    padding: 8px 25px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.frontButton2 {
    font-family: 'Anton';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 20px;
    color: #a33108;
    padding: 8px 25px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.frontButton2:hover {
    font-family: 'Anton';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 20px;
    color: white;
    padding: 8px 25px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.frontButton3 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 600;
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 15px;
    color: #FFF;
    padding: 8px 25px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.frontButton3 a {
    text-decoration: none;
    color: white;
}

.frontButton4 {
    font-family: 'Anton';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 16px;
    color: #FFF;
    padding: 0px 9px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.frontGameImg {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.innerNavBox {
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: absolute;
    left: 0px;
    right: opx;
    z-index: 100;
}

.innerTopBanner {
    /* position: absolute; */
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    z-index: 1;
    bottom: 30px;
}

.newsBox {
    /* position: absolute; */
    /* margin-top: -60px; */
    z-index: 10;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #323232;
    background-clip: padding-box;
    border: 1px solid rgba(71, 70, 70, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #323232;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #323232;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

hr {
    width: 50%;
    margin: 15px auto;
    background-color: rgba(255, 255, 255, 0.2);
}


/* ############## back to top ################## */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 115px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #FCB503;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #fac43a;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/* ############## back to top END ################## */


/* ################## Tab CSS ######################## */


/* .tabs {} */

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 30%;
    height: 3em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #1a1a1a;
    text-align: center;
    line-height: 3em;
    font-size: 14px;
}

.tabs label:last-of-type {
    border-bottom: none;
}

.tabs label:hover {
    background: #FCB503;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .tabs label {
        width: 25%;
    }
}

@media screen and (max-width: 900px) {
    .tabs label {
        width: 32%;
    }
}

@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-bottom: 2px solid #C7C6C4;
        border-radius: 0;
    }
    .nav-tabs .nav-link {
        width: 81vw;
        margin-top: -1px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label,
#tab5:checked+label,
#tab6:checked+label,
#tab7:checked+label,
#tab8:checked+label,
#tab9:checked+label,
#tab10:checked+label {
    background: #000;
    color: #fff;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 10px;
}

.tab-content-wrapper {
    background: #000;
    border-top: #000 5px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: show;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.2s;
    -o-animation-duration: 1.5s;
    -o-animation-name: show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-duration: 1.5s;
    animation-name: show;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 600px) {
    .tab-content-wrapper,
    .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }
}

#tab1:checked~.tab-content-wrapper #tab-content-1,
#tab2:checked~.tab-content-wrapper #tab-content-2,
#tab3:checked~.tab-content-wrapper #tab-content-3,
#tab4:checked~.tab-content-wrapper #tab-content-4,
#tab5:checked~.tab-content-wrapper #tab-content-5,
#tab6:checked~.tab-content-wrapper #tab-content-6,
#tab7:checked~.tab-content-wrapper #tab-content-7,
#tab8:checked~.tab-content-wrapper #tab-content-8,
#tab9:checked~.tab-content-wrapper #tab-content-9,
#tab10:checked~.tab-content-wrapper #tab-content-10 {
    position: relative;
    top: 0px;
    /* Choose one */
    /* @include animation(0.2s,0.8s,content-opacity); */
    /* @include animation(0.2s,0.8s,content-rotate-x); */
    /* @include animation(0.2s,0.8s,content-rotate-y); */
    /* @include animation(0.2s,0.8s,content-rotate-both); */
    /* @include animation(0.2s,0.8s,content-pop-in); */
    /* @include animation(0.2s,0.8s,content-pop-out); */
    /* @include animation(0.1s,1s,content-slide-bot); */
    -webkit-animation-delay: 0.1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: content-slide-top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.1s;
    -moz-animation-duration: 1s;
    -moz-animation-name: content-slide-top;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.1s;
    -o-animation-duration: 1s;
    -o-animation-name: content-slide-top;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.1s;
    animation-duration: 1s;
    animation-name: content-slide-top;
    animation-fill-mode: forwards;
}


/* ################## Tab CSS END ######################## */


/* ################# Responsive breakpoints ############### */

@media (max-width: 576px) {
    #myCarousel .carousel-item {
        width: 100%;
        /* min-height:800px;  */
    }
    .Modern-Slider .item .img-fill .info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        /* background: rgba(0,0,0,.50); */
        /* line-height: 100vh; */
        text-align: center;
        vertical-align: middle;
    }
    .Modern-Slider .item h3 {
        animation: fadeOutRight 1s both;
        margin: 0;
        padding: 0;
        font-size: 2.3vw;
        font-weight: 400;
        font-family: 'Anton';
        /* background: #FCB503; */
        /* background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        /* background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: transparent;
        vertical-align: middle;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;
    }
    .Modern-Slider .item .info>div {
        display: inline-block !important;
        vertical-align: middle;
        margin-top: 5%;
    }
    .sliderBox {
        margin-top: 115px;
        margin-bottom: 10px;
        padding: 0;
    }
    .footerBox {
        background-color: #0b0b0b;
        padding-top: 30px;
        padding-bottom: 10px;
        height: 225px;
    }
    .circleRollButton {
        bottom: 95px;
    }
    .side {
        bottom: 110px;
    }
    #scroll {
        display: none !important;
    }
    .footerchatbox {
        position: fixed;
        z-index: 999;
        bottom: 13% !important;
        right: 0px;
        cursor: pointer;
    }
    .footercontactus {
        position: fixed;
        z-index: 999;
        bottom: 12% !important;
        left: 0px;
        cursor: pointer;
    }
    .footerchatbox img {
        transition: 1s ease;
    }
    .footerchatbox img:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: 1s ease;
    }
    .footercontactus img {
        transition: 1s ease;
    }
    .footercontactus img:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: 1s ease;
    }
}

@media (min-width: 576px) {
    #myCarousel .carousel-item {
        width: 100%;
        /* min-height:800px;  */
    }
    .Modern-Slider .item .img-fill .info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        /* background: rgba(0,0,0,.50); */
        /* line-height: 100vh; */
        text-align: center;
        vertical-align: middle;
    }
    .Modern-Slider .item h3 {
        animation: fadeOutRight 1s both;
        margin: 0;
        padding: 0;
        font-size: 2.3vw;
        font-weight: 400;
        font-family: 'Anton';
        /* background: #FCB503; */
        /* background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        /* background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: transparent;
        vertical-align: middle;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;
    }
    .Modern-Slider .item .info>div {
        display: inline-block !important;
        vertical-align: middle;
        margin-top: 4%;
    }
    .sliderBox {
        margin-top: 101px;
        margin-bottom: 10px;
        padding: 0;
    }
    .footerchatbox {
        position: fixed;
        z-index: 999;
        bottom: 13%;
        right: 0px;
        cursor: pointer;
    }
    .footercontactus {
        position: fixed;
        z-index: 999;
        bottom: 12%;
        left: 0px;
        cursor: pointer;
    }
    .footerchatbox img {
        transition: 1s ease;
    }
    .footerchatbox img:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: 1s ease;
    }
    .footercontactus img {
        transition: 1s ease;
    }
    .footercontactus img:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: 1s ease;
    }
}

@media (min-width: 768px) {
    #myCarousel .carousel-item {
        width: 100%;
        /* min-height:450px;  */
    }
    .Modern-Slider .item .img-fill .info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        /* background: rgba(0,0,0,.50); */
        /* line-height: 100vh; */
        text-align: center;
        vertical-align: middle;
    }
    .Modern-Slider .item h3 {
        animation: fadeOutRight 1s both;
        margin: 0;
        padding: 0;
        font-size: 2.3vw;
        font-weight: 400;
        font-family: 'Anton';
        /* background: #FCB503; */
        /* background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        /* background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: transparent;
        vertical-align: middle;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;
    }
    .Modern-Slider .item .info>div {
        display: inline-block !important;
        vertical-align: middle;
        margin-top: 4%;
    }
    .sliderBox {
        margin-top: 100px;
        margin-bottom: 10px;
        padding: 0;
    }
    .footerBox {
        background-color: #0b0b0b;
        padding-top: 30px;
        padding-bottom: 10px;
        height: 170px;
    }
}

@media (min-width: 992px) {
    #myCarousel .carousel-item {
        width: 100%;
        /* min-height:360px;  */
    }
    .Modern-Slider .item .img-fill .info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        /* background: rgba(0,0,0,.50); */
        /* line-height: 100vh; */
        text-align: right;
        vertical-align: middle;
    }
    .Modern-Slider .item h3 {
        animation: fadeOutRight 1s both;
        margin: 0;
        padding: 0;
        font-size: 2.5vw;
        font-weight: 400;
        font-family: 'Anton';
        /* background: #FCB503; */
        /* background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        /* background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: transparent;
        vertical-align: middle;
        margin-top: 7%;
        margin-bottom: 2%;
        text-align: right;
    }
    .Modern-Slider .item .info>div {
        display: inline-block !important;
        vertical-align: middle;
        margin-right: 15%;
        margin-top: 4%;
    }
    .sliderBox {
        margin-top: 55px;
        margin-bottom: 10px;
        padding: 0;
    }
    .footerBox {
        background-color: #0b0b0b;
        padding-top: 30px;
        padding-bottom: 10px;
        height: 150px;
    }
}

@media (min-width: 1200px) {
    #myCarousel .carousel-item {
        width: 100%;
        /* min-height:450px;  */
    }
    .Modern-Slider .item .img-fill .info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        /* background: rgba(0,0,0,.50); */
        /* line-height: 100vh; */
        text-align: right;
        vertical-align: middle;
    }
    .Modern-Slider .item h3 {
        animation: fadeOutRight 1s both;
        margin: 0;
        padding: 0;
        font-size: 3vw;
        font-weight: 400;
        font-family: 'Anton';
        /* background: #FCB503; */
        /* background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        /* background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%); */
        background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
        /* -webkit-background-clip: text; */
        -webkit-text-fill-color: transparent;
        vertical-align: middle;
        margin-top: 10%;
        margin-bottom: 2%;
        text-align: right;
    }
    .Modern-Slider .item .info>div {
        display: inline-block !important;
        vertical-align: middle;
        margin-right: 15%;
        margin-top: 4%;
    }
    .sliderBox {
        margin-top: 85px;
        margin-bottom: 10px;
        padding: 0;
    }
    .footerBox {
        background-color: #0b0b0b;
        padding-top: 30px;
        padding-bottom: 10px;
        height: 150px;
    }
}


/* ################# Responsive breakpoints END ############### */


/* ################# TOP PLAYERS vertical marquee ############### */

.containermq {
    width: 100%;
    height: 15em;
    margin: 0px;
    overflow: hidden;
    background: transparent;
    position: relative;
}

.slidermq {
    top: 1em;
    margin: opx !important;
    padding: 0px !important;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: left;
}

.slidermq:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0% {
        top: 10em
    }
    100% {
        top: -16em
    }
}


/* ################# TOP PLAYERS vertical marquee END ############### */


/* ################# LAST DRAW WINNERS horizontal marquee  ############### */

@-webkit-keyframes no-transform {
    100% {
        transform: none;
    }
}

@keyframes no-transform {
    100% {
        transform: none;
    }
}

.scrollbox {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    /* padding: 32px 0; */
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}


/* .scrollbox--primary {
  
} */

.scrollbox:hover .scrollbox__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.scrollbox__item {
    flex: 1 0 auto;
    /* width: 25%;
  max-width: 25%;
  font-size: 1.5rem; */
    transform: translateX(-100%);
    -webkit-animation: no-transform 3s linear infinite;
    animation: no-transform 3s linear infinite;
}


/* ################# LAST DRAW WINNERS horizontal marquee END ############### */


/* ==== Main slider CSS === */

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0!important;
}

.slick-slide {
    float: left/* If RTL Make This Right */
    ;
    padding: 0;
}


/* ==== Slider Style === */

.Modern-Slider .item .img-fill {
    /* height:100vh; */
    height: auto;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background:rgba(0,0,0,.50); */
    /* line-height:100vh; */
    /* text-align:center; */
    vertical-align: middle;
}


/* .Modern-Slider .item .img-fill img {
    filter:blur(5px);
} */

.Modern-Slider .item .info>div {
    display: inline-block!important;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 50px;
    /* background:rgba(0,0,0,.50); */
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .NextArrow:before {
    color: white;
    content: '\f0a9';
    /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free";
    /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    font-weight: 900;
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 50px;
    /* background:rgba(0,0,0,.50); */
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .PrevArrow:before {
    color: tra;
    content: '\f0a8';
    /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free";
    /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    font-weight: 900;
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, .20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #FCB503;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
    animation: fadeOutRight 1s both;
    /* margin:0; */
    padding: 0;
    /* font-size: 8vw; */
    font-weight: 400;
    font-family: 'Anton';
    background: #FCB503;
    background: -webkit-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: -moz-linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    background: linear-gradient(to bottom, #FCB503 0%, #E5881B 100%);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
}

.Modern-Slider .item h5 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #d5d5d5;
    font-family: 'Roboto';
    text-align: center;
    font-weight: lighter;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider button {
    font-family: 'Anton';
    /* background: rgb(252,181,3); */
    /* background: linear-gradient(180deg, rgb(252, 181, 3) 0%, rgba(229,136,27,1) 50%); */
    background-color: transparent;
    opacity: 0.3;
    font-size: 2.5vw;
    color: #FFF;
    padding: 13px 32px;
    text-align: center;
    /* display: inline-block; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.Modern-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active button {
    animation: fadeInDown 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
    background: #000;
}


/* ==== Slider Image Transition === */

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}


/* ==== Slick Slider Css Ruls === */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left/* If RTL Make This Right */
    ;
    height: auto;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


/* ==== Main slider CSS END === */


/* ################# Updated CSS At Development ############### */

.lan_icon_class {
    width: 1.7rem;
    vertical-align: middle;
}

.outer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}


/* ############ Table Cloase ################ */

.colseTagbox {
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 10px;
    padding-bottom: 10px;
}


/* ##### Low Balance ###### */

#lowBalance {
    top: 30%;
    height: 50%;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: white;
}

.marqueeBgcolor {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 0px;
    text-transform: uppercase;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.homeLoginJoinBox {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Anton';
    background: #FCB503;
    vertical-align: middle;
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: 5px 0px;
    border: 2px solid #FCB503;
    margin-bottom: 10px;
}

.homeLoginJoinBox a {
    text-decoration: none;
    color: white;
}

.homeLoginJoinBox:hover {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Anton';
    background: black;
    vertical-align: middle;
    color: white;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid white;
    background-color: 0.5s ease;
}


/* .homeLoginJoinPriceBox {
  font-size: 17px;
  font-weight:400;
  font-family: 'Anton';   
  vertical-align: middle;
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0px;
  border: 2px solid white;
  margin-bottom: 10px;
} */

.homeLoginJoinName {
    font-size: 15px;
    font-weight: 100;
    font-family: 'Anton';
    vertical-align: middle;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}


/* .homeLoginJoinLogout {
  font-size: 15px;
  font-weight:400;
  font-family: 'Anton';
  background: #FCB503;  
  vertical-align: middle;
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0px;
  border: 2px solid #FCB503;
  margin-bottom: 10px;
  vertical-align: middle;
}
.homeLoginJoinLogout a {
  text-decoration: none;
  color: white;
} */

.homeLoginBox {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Anton';
    background: #FCB503;
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

.homeLoginBox a {
    text-decoration: none;
    color: white;
}

.homeLoginBox:hover {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Anton';
    background: #1a1a1a;
    vertical-align: middle;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: .8s;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

.homeJoinBox {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Anton';
    background: #1a1a1a;
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

.homeJoinBox a {
    text-decoration: none;
    color: white;
}

.homeJoinBox:hover {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Anton';
    background: #FCB503;
    vertical-align: middle;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: .8s;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

.homeLoginJoinPriceBox {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto';
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #ffffff24;
    /*margin-bottom: 10px;*/
}

.homeLoginJoinName {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    vertical-align: middle;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.homeLoginJoinLogout {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    background: #FCB503;
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #FCB503;
    /*margin-bottom: 10px;*/
    vertical-align: middle;
}

.homeLoginJoinLogout a {
    text-decoration: none;
    color: white;
}


/* .loginTopbutton {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    border: 1px solid #FCB503;
    background-color: black;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: .8s;
    margin-right: 15px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
} */

.loginTopbutton {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    /* border: 1px solid #FCB503; */
    background-color: white;
    color: black;
    padding: 5px 28px;
    text-align: center;
    text-decoration: none;
    transition: .8s;
    margin-right: 15px;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 30%); */
    border-radius: 20px;
}

.loginTopbutton a {
    text-decoration: none;
    color: white;
}


/* .loginTopbutton:hover {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    border: 1px solid #FCB503;
    background-color: #FCB503;
    color: white;
    padding: 5px 28px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
} */

.loginTopbutton:hover {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    /* border: 1px solid #FCB503; */
    background-color: white;
    color: black;
    padding: 5px 28px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}


/* .joinTopbutton {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    border: 1px solid #FCB503;
    background-color: #FCB503;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: .8s;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
} */

.joinTopbutton {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    /* border: 1px solid #FCB503; */
    background-color: #ffe000;
    color: black;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: .8s;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 30%); */
    border-radius: 20px;
}

.joinTopbutton a {
    text-decoration: none;
    color: white;
}


/* .joinTopbutton:hover {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    border: 1px solid #FCB503;
    background-color: black;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
} */

.joinTopbutton:hover {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    /* border: 1px solid #FCB503; */
    background-color: #ffe000;
    color: black;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

.homeLoginJoinPriceBoxDesktop {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Anton';
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 0px 10px;
    /* border: 2px solid white; */
    margin-bottom: 10px;
}

.homeLoginJoinNameDesktop {
    width: auto;
    height: 30px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Roboto';
    vertical-align: middle;
    color: white;
    text-align: right;
    margin-bottom: 10px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
    outline: none;
}


/* Opacity #2 */

.hover12 {
    background: #1abc9c;
}

.hover12 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12:hover img {
    opacity: .5;
}

.zoom {
    transition: transform .4s;
    cursor: pointer;
}

.zoom:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

[aria-expanded="true"] .fa-chevron-circle-down,
[aria-expanded="false"] .fa-chevron-circle-up {
    display: none;
}

.colIconBox {
    position: absolute;
    right: 20px;
    top: 30px;
}


/* .innerTabBox {
    background-color: #999999bf;
    padding: 5px;
    border-radius: none;
    border: none;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    font-family: 'Roboto' !important;
}

.nav-link a {
    display: block !important;
    padding: 0.5rem 1rem !important;
    font-family: 'Anton' !important;
    color: black !important;
    background-color: rgb(231, 231, 231) !important;
}

.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    font-family: 'Roboto' !important;
    color: black !important;
    background-color: #999999bf !important;
    border: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    font-family: 'Roboto';
    color: black;
    background-color: #999999bf;
    border: none;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: black !important;
    transition: 0.3s;
} */

.innerTabBox {
    /* background-color: #181500; */
    /* border: 2px solid #F0AC1A; */
    /* padding: 5px; */
    border-radius: none;
}

.nav-tabs {
    border-bottom: none;
    background-color: black !important;
    font-family: 'Roboto';
    font-size: 13px;
    text-align: center;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: 2px solid #F0AC1A;
}

.nav-link a {
    display: block !important;
    padding: 0.5rem 1rem !important;
    font-family: 'Anton' !important;
    color: black !important;
    background-color: rgb(231, 231, 231) !important;
}

.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    font-family: 'Roboto';
    color: #F0AC1A !important;
    border: 2px solid #F0AC1A;
}


/* .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    font-family: 'Roboto';
    background-color: #181500;
    border: 2px solid #F0AC1A;
    color: #F0AC1A !important;
} */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    font-family: 'Roboto';
    background-color: #181500;
    border: 2px solid #F0AC1A;
    color: #F0AC1A !important;
    margin-bottom: 2px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    margin-right: 10px;
    border-radius: 0.25rem;
    border: 2px solid #4D4D4D;
    color: white !important;
    transition: 0.3s;
    background-color: #4D4D4D;
}

.tab-content>.active {
    display: block;
    /* background-color: black; */
}


/* floating share button  */

#feedback-form-wrapper #floating-icon>button {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right;
    background-color: black;
    border: 2px solid white;
    font-family: 'Roboto';
    padding: 10px;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"] {
    display: none;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"]~span {
    cursor: pointer;
}

#feedback-form-wrapper .rating-input-wrapper input[type="radio"]:checked~span {
    background-color: black;
    border: none;
    color: #fff;
}

#feedback-form-wrapper .rating-labels>label {
    font-size: 14px;
    color: #777;
}

.form-parent {
    width: 285px;
    height: 145px;
    /* background: transparent url('../images/share-icon.png') no-repeat right 10px;    */
    background: transparent url('../images/share-icon.jpg') no-repeat right 0px top 0px;
    background-color: black;
    position: fixed;
    font-size: 20px;
    top: 150px;
    left: -245px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    cursor: pointer;
}

.glow {
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #FF45E5, 0 0 40px #FF45E5, 0 0 50px xyan, 0 0 60px #FF45E5, 0 0 70px #FF45E5;
    }
    to {
        box-shadow: 0 0 10px #fff, 0 0 20px #FF45E5, 0 0 30px #FF45E5, 0 0 40px #FF45E5, 0 0 50px #FF45E5, 0 0 60px #FF45E5, 0 0 70px #FF45E5;
    }
}


/* .glow {
    
    animation: glow 1s infinite alternate;
  }
  
  @keyframes glow {
    from {
      box-shadow: 0 0 10px -10px #aef4af;
    }
    to {
      box-shadow: 0 0 10px 10px #aef4af;
    }
  } */

.form-parent:hover {
    left: 0;
}

.cc-float-form {
    background: -moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);
    color: #fafafa;
    padding: 10px;
    width: 250px;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#ContactForm1 {
    display: none;
}

.contact-form-area {
    background: #222;
    width: 245px;
    padding: 10px 0px;
    border: 1px solid #111;
    box-shadow: 2px 2px 2px #111 inset;
    -webkit-box-shadow: 2px 2px 2px #111 inset;
    font-family: Verdana, Geneva, sans-serif;
    color: #fafafa;
    font-size: 12px;
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}

#cc a {
    color: #777;
    text-decoration: none;
}


/* floating share button END  */


/* Copy to clipboard  */

.copy-text {
    position: relative;
    /* padding: 10px; */
    background: #FF45E5;
    /* border: 1px solid #ddd;
    border-radius: 10px; */
    display: inline;
    width: 215px;
    /* width: 100%; */
}

.copy-text input.text {
    /* padding: 10px;*/
    font-size: 12px;
    /* color: #555; */
    border: none;
    outline: none;
    width: 65%;
    height: 50px;
}

.copy-text button {
    padding: 0px 18px;
    background: #E58821;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 10px;
}

.copy-text button:active {
    background: #ECB46A;
}

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -75px;
    right: 0px;
    background: #E58821;
    padding: 0px 8px;
    border-radius: 20px;
    font-size: 11px;
    display: none;
}


/* .copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #E58821;
    transform: rotate(45deg);
    display: none;
  } */

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}


/* Copy to clipboard END */


/* New floating menu */

.floating-menu-wrapper {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0%;
    height: 215px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.floating-menu-item {
    white-space: nowrap;
    position: absolute;
}

.floating-menu {
    width: 50px;
    height: 100%;
}

.floating-menu a {
    font-size: 1em;
    line-height: 50px;
    display: block;
    padding-right: 18px;
    text-decoration: none;
    color: #fff;
}

.floating-menu a:before {
    display: inline-block;
    width: 50px;
    height: 145px;
    content: '';
    vertical-align: middle;
}

.floating-menu span {
    display: inline-block;
    padding-left: 18px;
}

.floating-menu-chat {
    display: inline-block;
    max-width: 50px;
    -webkit-transition: max-width .36s ease .12s;
    transition: max-width .36s ease .12s;
    right: 0;
}

.floating-menu-chat:hover {
    max-width: 30em;
}

.floating-menu-chat a {
    background-color: #FF45E5;
    border: 1px solid #FF45E5;
    border-radius: 20px;
}

.floating-menu-chat a:hover {
    color: #006;
    background-color: #FF45E5;
    width: 300px;
    border: 1px solid #FF45E5;
}

.floating-menu-chat a:hover span {
    /* background-image: url('https://www.mizuhobank.co.jp/assets/images/icon/icon_arrow-right_02.png'); */
}

.floating-menu-chat a:hover:before {
    background-image: url('../images/share-icon.png');
}

.floating-menu-chat a:before {
    background: url('../images/share-icon.png') no-repeat 50% 50%;
}

ul {
    list-style: none;
}

.glow2 {
    -webkit-animation: glow2 1s ease-in-out infinite alternate;
    -moz-animation: glow2 1s ease-in-out infinite alternate;
    animation: glow2 1s ease-in-out infinite alternate;
}

@keyframes glow2 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #E5881B, 0 0 40px #E5881B, 0 0 50px xyan, 0 0 60px #E5881B, 0 0 10px #E5881B;
    }
    to {
        box-shadow: 0 0 10px #fff, 0 0 10px #E5881B, 0 0 10px #E5881B, 0 0 10px #E5881B, 0 0 10px #E5881B, 0 0 10px #E5881B, 0 0 10px #E5881B;
    }
}

.frontButton5 {
    font-family: 'Roboto';
    background-color: #A2D041;
    font-size: 15px;
    color: #FFF;
    padding: 8px 25px;
    text-align: center;
    /* display:inline-block;  */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.frontButton5 a {
    text-decoration: none;
    color: white;
}


/* Bottom navbar footer */

.bottom-navbar {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background: #141414;
    border-radius: 30px 30px 0px 0px;
    /* border: solid 2px white; */
    padding: 25px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05);
}

.bottom-navbar button {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    background: transparent;
    border-radius: 20px;
    transition: all .25s ease;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 100;
}

.bottom-navbar button:active:not(.float) {
    transform: scale(1.2);
}

.bottom-navbar button.float {
    margin-top: -50px;
    background: #FCB503;
    color: #fff;
    border-radius: 25px;
    height: 60px;
    box-shadow: 0px 10px 20px 0px rgba(232, 76, 79, .4);
}

.bottom-navbar button.active {
    color: #FCB503;
}

.bottom-navbar button i {
    font-size: 1.5rem;
    pointer-events: none;
}

.con-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect {
    background: rgba(232, 76, 79, .15);
    width: 60px;
    height: 50px;
    position: absolute;
    left: 13px;
    border-radius: 18px;
}


/* Bottom navbar footer END */

.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx:before {
    text-align: center !important;
    color: #FCB503;
    font-size: 35px;
}

.bx-menu:before {
    content: "\eb2a";
    color: white;
}


/* glow button in popup */

.glow-on-hover {
    width: 320px;
    height: 50px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


/* glow button in popup END */


/* popup button */

.animated-button {
    background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
    width: 300px;
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
    opacity: 0.2;
}

.animated-button span {
    position: absolute;
}

.animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#FCB503));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #FCB503);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#FCB503));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #FCB503);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#FCB503));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #FCB503);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#FCB503));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #FCB503);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.footerchatbox {
    position: fixed;
    z-index: 999;
    bottom: 1%;
    right: 0px;
    cursor: pointer;
}

.footerchatbox img {
    transition: 1s ease;
}

.footerchatbox img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}

.footercontactus {
    position: fixed;
    z-index: 999;
    bottom: 1%;
    left: 0px;
    cursor: pointer;
}

.footercontactus img {
    transition: 1s ease;
}

.footercontactus img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}
.grecaptcha-badge{
    margin-bottom: 155px;
}



/* popup button END */

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  #heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal;
  }
  
  #msform {
    text-align: center;
    position: relative;
    /* margin-top: 20px;
    padding: 20px; */
  
  }
  
  #msform fieldset {
    background: black;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
  }
  
  .form-card {
    text-align: left;
  }
  
  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  
  
  .card {
    z-index: 0;
    border: none;
    position: relative;
  
  }
  
  .fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
  }
  
  .purple-text {
    color: #673AB7;
    font-weight: normal;
  }
  
  .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
  }
  
  .fieldlabels {
    color: gray;
    text-align: left;
  }
  
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
  }
  
  #progressbar .active {
    color: #FCB503;
  }
  
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
  }
  
  #progressbar #amount_bp:before {
    font-family: FontAwesome;
    content: "\31";
  }
  
  #progressbar #slip_bp:before {
    font-family: FontAwesome;
    content: "\32";
  }
  
  #progressbar #payment_bp:before {
    font-family: FontAwesome;
    content: "\33";
  }
  
  #progressbar #confirm_bp:before {
    font-family: FontAwesome;
    content: "\34";
  }
  
  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #1a1a1a;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
  }
  
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #FCB503;
  }
  
  .progress {
    height: 20px;
  }
  
  .progress-bar {
    background-color: #FCB503;
  }
  
  .fit-image {
    width: 100%;
    object-fit: cover;
  }

  .frontButton3:disabled,
    button[disabled] {
    background: rgb(252, 181, 3, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

/* simple-file-upload-drag-n-drop */

.file-upload {
    background-color: black;
    width: auto;
    margin: 0 auto;
    padding: 20px;
  }
  
  .file-upload-btn {
    width: auto;
    margin: 0;
    color: #ffffff;
    background: #1fb264;
    border: none;
    padding: 10px 40px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    /* margin-top: 20px;
    border: 4px dashed #1fb264; */
    position: relative;
  }
  
  .image-upload-wrap:hover {
    /* background-color: #1fb264;
    border: 4px dashed #ffffff; */
  }
  
  .image-dropping {
    background-color: #1fb264;
    border: 4px dashed #ffffff;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824b;
    padding: 60px 0;
  }
  
  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }
  
  .remove-image {
    width: 200px;
    margin: 0;
    color: #ffffff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all 0.2s ease;
  }
  
   /* simple-file-upload-drag-n-drop END */
   .cashierbutton {

    animation: glow2 0.8s infinite alternate;
    font-family: 'Roboto';
    background: rgb(252, 181, 3);
    background: linear-gradient(180deg, #fcb503 0%, rgba(229, 136, 27, 1) 50%);
    font-size: 15px;
    color: black !important;
    padding: 8px 25px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  
  @keyframes glow2 {
    from {
      box-shadow: 0 0 10px -10px #fcb503;
    }
  
    to {
      box-shadow: 0 0 10px 10px #fcb503;
    }
  }