/* fonts import start */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Light.eot');
    src: url('../fonts/gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Light.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Light.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Medium.eot');
    src: url('../fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Medium.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Regular.eot');
    src: url('../fonts/gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Regular.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Regular.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Bold.eot');
    src: url('../fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Bold.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Heavy.eot');
    src: url('../fonts/gilroy/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Heavy.woff2') format('woff2'),
    url('../fonts/gilroy/Gilroy-Heavy.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Heavy.ttf') format('truetype'),
    url('../fonts/gilroy/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

 /* AkiraExpanded */
 @font-face {
    font-family: 'Akira Expanded';
    src: url('../fonts/akira-expanded/AkiraExpanded-SuperBold.eot');
    src: url('../fonts/akira-expanded/AkiraExpanded-SuperBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/akira-expanded/AkiraExpanded-SuperBold.woff2') format('woff2'),
        url('../fonts/akira-expanded/AkiraExpanded-SuperBold.woff') format('woff'),
        url('../fonts/akira-expanded/AkiraExpanded-SuperBold.ttf') format('truetype'),
        url('../fonts/akira-expanded/AkiraExpanded-SuperBold.svg#AkiraExpanded-SuperBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Gilroy";
    background: #0e0e0e;
    overflow-x: hidden !important;
}
.section-title{
    font-family: 'Akira Expanded';
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    color: #F1F1F1;
    margin-top: 30px;
}
.section-content{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #df9233;
	text-align:center;
}
.icon-list{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0 0;
}
.icon-list li{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.icon-list li img{
    margin-right: 10px;
}
.icon-list li p{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height:24px;
    color: #df9233;
	text-align:left;
}
/* global styling end */

/* header styling start */

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px 0;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    margin-right: 20px;
}

nav.navbar a.nav-link {
    font-size: 14px;
    font-weight: 400;
    margin: 0 20px;
    line-height: 16px;
    color: #fff;
}

nav.navbar a.nav-link:hover {
    color: #fff;
    font-weight: 600;
}
.current-menu-item a.nav-link {
    font-weight: 600 !important;
}

.navbar-collapse .contact-btn a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #990000;
    padding: 13px 32px;
    display: inline-flex;
    align-items: center;
    transition: .5s;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.navbar-collapse .contact-btn a:hover {
    background: #990000;
    transition: .5s;
}

.navbar-collapse .contact-btn a svg {
    margin-right: 5px;
}

/* header styling end */

/* banner styling start */
.banner{
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: top center;
    padding: 192px 0 243px;
}
.banner .text-cont h1{
    font-family: 'Akira Expanded';
    font-size: 55px;
    font-weight: 800;
    line-height: 63px;
    color: #fff;
} 
.banner .text-cont h1 span{
    color: #990000;
}
.banner .text-cont h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: #df9233;
}
.banner .text-cont p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #df9233;
    margin: 15px 0 45px;
}
.banner .text-cont a{
    background: linear-gradient(40.46deg, #CF7B30 5.13%, #EFAA36 52.22%, #FDBF38 77.84%);
    box-shadow: 0px 1px 38.6px -1px #FBBC388C;
    border-radius: 44px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
    text-decoration: none;
    padding: 20px;
}
.banner .text-cont a svg{
    margin-left: 110px;
}
/* banner styling end */
.section-bg{
    background-image: url(../img/casino-cards.png);
    background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}

/* Black Jack Styling Start */
.black-jack{
    background-image: url(../img/blackjack-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.black-jack .img-cont{
    position: relative;
}
.black-jack .img-cont img{
    position: absolute;
    bottom: -90px;
}
/* Black Jack Styling End */

/* baccarat styling start */
.baccarat{
    padding: 185px 0 30px;
}
/* baccarat styling end */

/* Prize pool Styling Start */
.prize-pool{
    padding: 285px 0 0 ;
}
/* Prize pool Styling End */

/* Didget Dreams Styling Start */
.didget-dreams{
    padding: 135px 0 0;
}
/* Didget Dreams Styling End */

/* dubbs styling start */
.dubbs .text-cont{
    margin-top: 8rem;
}
.dubbs .text-cont p{
	color:#fff;
	font-size:40px;
}
/* dubbs styling end */

/* footer styling start */
footer{
    background: #181818;
    padding: 50px 0 0;
}
footer .quick-links h3,
footer .social-links h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #FCFCFC;
    margin-bottom: 20px;
}
footer .img-cont p{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #727A84;
    margin: 25px 0 0;
}
footer .quick-links ul,
footer .social-links ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .social-links ul{
    display: flex;
}
footer .quick-links ul li{
    margin-bottom: 10px;
}
footer .quick-links ul li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #FCFCFC;
    text-decoration: none;
}
footer .social-links ul li{
    margin: 0 10px;
}
footer .social-links ul li:nth-child(1){
    margin-left: 0;
}
footer .social-links ul li:nth-last-child(1){
    margin-right: 0;
}
footer .footer-bottom{
    text-align: center;
    margin-top: 100px;
}
footer .footer-bottom p{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #727A84;
    padding: 20px 0;
    margin: 0;
}
/* footer styling end */




@media screen and (max-width: 991px) {
    .black-jack .img-cont img{
        position: static;
    }
    .banner .text-cont{
        text-align: center;
        margin-bottom: 50px;
    }
    .banner{
        padding-bottom: 50px;
    }
    .black-jack .text-cont,
    .baccarat .text-cont,
    .slot-machine .text-cont,
    .prize-pool .text-cont,
    .didget-dreams .text-cont,
    .dubbs .text-cont{
        text-align: center;
    }
    .icon-list li{
        justify-content: center;
    }
    .section-bg section{
        padding: 2rem 0 !important;
    }
    .dubbs .text-cont{
        margin-top: 0;
    }
    .navbar-toggler-icon{
        color: #fff;
    }
	.navbar-collapse{
		margin-top: 15px;
		background:#0e0e0e;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
    footer br{
        display: none;
    }
    footer .quick-links{
        margin: 30px 0;
    }
    footer .footer-bottom{
        margin-top: 30px;
    }
}
@media screen and (max-width: 575px){
    .banner .text-cont h1{
        font-size: 35px;
        line-height: 43px;
    }
    .banner .text-cont a svg{
        margin-left: 0;
    }
    .section-title{
        font-size: 25px;
        line-height: 32px;
    }
}


/* media query end */


input#tnp-1 {
    background: linear-gradient(40.46deg, #CF7B30 5.13%, #EFAA36 52.22%, #FDBF38 77.84%);
    box-shadow: 0px 1px 38.6px -1px #FBBC388C;
    border-radius: 44px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
    text-decoration: none;
    padding: 20px;
    border: 0;
    width: 55%;
	outline: none;
}
button.newsslettr {
    background: transparent;
    border: 0;
    position: relative;
    right: 51px;
}
input#tnp-1::placeholder {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #000;
}