/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 80px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Rajdhani', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 60px 0;
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
}

.btn:active,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 30px;
    padding: 11px 30px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn:hover {
    opacity: .9;
}

.btn-primary {
    background-image: -moz-linear-gradient( 90deg, rgb(239,104,46) 0%, rgb(247,132,82) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(239,104,46) 0%, rgb(247,132,82) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(239,104,46) 0%, rgb(247,132,82) 100%);
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.31);
}

.form-control:focus,
.form-control {
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 22px;
    background-color: rgb(55 80 35 / 80%);
    color: #fff;
    height: 50px;
    padding: 0 25px;
}

.form-control:focus {
    border: 1px solid rgb(255 255 255 / 30%);
    box-shadow: none;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

header {
    padding: 40px 0;
    background: url('../imgs/01.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
}

header .logo {
    margin: 0 auto 100px;
    display: block;
}

header h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 15px 0;
}

header h1 {
    color: #fff;
    font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    text-align: center;
}

header .btn {
    margin: 30px auto 80px;
    display: table;

    padding: 15px 60px;
    font-size: 22px;
    line-height: 32px;
}


.benefits {
    background: url('../imgs/02.jpg') top center no-repeat;
    background-size: cover;
}

.benefits .heading {
    color: #fff;
    margin-bottom: 130px;
}

.benefits .benefit {
    text-align: center;
    border-radius: 22px;
    background-color: rgb(0 0 0 / 25%);
    padding: 0 30px 10px;
    margin: 0 0 120px 0;
}

.benefits .benefit h4 {
    color: #f78452;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.benefits .benefit h4 span {
    display: block;
}

.benefits .benefit p {
    color: #fff;
}

.benefits .benefit img {
    margin-top: -70px;
    height: 170px;
}

.benefits .benefit-text .heading {
    margin-bottom: 40px;
}

.benefits .benefit-text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}


.live-casino {
    background: url('../imgs/03.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
}

.live-casino .heading {
    color: #fff;
}

.live-casino .live-game {
    border-radius: 22px;
    box-shadow: 0px 21px 51px 0px rgba(0, 0, 0, 0.38);
    margin: 0 0 30px 0;
    overflow: hidden;
}

.live-casino .live-game a {
    display: block;
    overflow: hidden;
}

.live-casino .live-game a img {

    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
}

.live-casino .live-game a:hover img {
    transform: scale(1.1);
}

.slot-games {
    background: url('../imgs/04.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
}

.slot-games .heading {
    color: #fff;
}

.slot-games .slot-game {
    border-radius: 22px;
    box-shadow: 0px 21px 51px 0px rgba(0, 0, 0, 0.38);
    margin: 0 0 30px 0;
    overflow: hidden;
}

.slot-games .slot-game a {
    display: block;
    overflow: hidden;
}

.slot-games .slot-game a img {

    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
}

.slot-games .slot-game a:hover img {
    transform: scale(1.1);
}


.register {
    background: url('../imgs/05.jpg') top center no-repeat;
    background-size: cover;
}

.register .heading {
    color: #fff;
}

.register .btn {
    display: block;
    width: 100%;
}

.laptop-card-icon {
    margin: 70px auto 20px;
    display: block;
}

.coming-soon {
    text-align: center;
}

.coming-soon .heading {
    margin-bottom: 20px;
}

.coming-soon p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


footer {
    background-color: #181a1b;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer img {
    margin: 0 auto 10px;
    display: block;
    height: 30px;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #775054;
}


.countdown {
    color: #fff;
    text-align: center;
}

.countdown .time {
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}

.countdown .label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    opacity: .5;
}

.countdown .countdown-col {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.countdown .countdown-col:last-of-type:after {
    display: none;
}

.countdown .countdown-col:after {
    content: ":";
    position: absolute;
    right: -2px;
    top: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.coin-01 {
    position: absolute;
    top: 0;
    left: -8%;
}

.coin-02 {
    position: absolute;
    left: 22%;
    bottom: -5%;
    height: 120px;
}

.coin-03 {
    position: absolute;
    bottom: 4%;
    right: 17%;
    z-index: 5;
    height: 140px;
}

.coin-04 {
    position: absolute;
    bottom: -15%;
    right: 0%;
    height: 600px;
}

.coin-05 {
    position: absolute;
    top: -15%;
    right: 7%;
    height: 170px;
}

.live-element-01 {
    height: 50px;
    position: absolute;
    top: -1%;
    left: 30%;
}

.live-element-02 {
    height: 80px;
    position: absolute;
    top: 10%;
    left: 2%;
}

.live-element-03 {
    position: absolute;
    top: 5%;
    right: 1%;
}

.live-element-04 {
    height: 80px;
    position: absolute;
    bottom: 30%;
    left: 4%;
}

.live-element-05 {
    position: absolute;
    top: 50%;
    right: 1%;
}

.live-element-06 {
    position: absolute;
    bottom: 2%;
    right: 30%;
    height: 110px;
}

.live-element-07 {
    position: absolute;
    top: 70%;
    right: 4%;
}


.langs ul {
    font-size: 0;
    text-align: center;
    margin: 0 0 30px 0;
}

.langs ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.langs ul li:last-of-type:before {
    display: none;
}

.langs ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
}

.langs ul li.active a {
    text-decoration: underline;
}

.langs ul li a:hover {
    color: #da763a;
}

.langs ul li:before {
    content: "|";
    position: absolute;
    top: -5px;
    right: -17px;
    color: rgb(255 255 255 / 66%);
    font-size: 22px;
    font-weight: bold;
}