:root {
    --theme-orange: #FF6D03;
    --light-orange: #FFEADB; 
    --bglight-orange: #FFFBF9; 
           --black: #000000; 
           --white: #ffffff; 
       --dark-blue: #232E35;
    --heading-font:  'Oswald', sans-serif;
    --content-font:  'Poppins', sans-serif;
  }
body{
    font-family: roboto !important;
} 
img {
    max-width: 100%;
}	
a:hover{
    color: var(--black);
}
.container{
    max-width: 1440px;
}
.theme-btn {
    background:  #0266c2;
    border-radius: 30px;
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
    text-transform: none;  
}
.theme-btn:hover {
    background: var(--white);
    color: #000;
    box-shadow: 4px 4px 0px #a9d5fe;
}
.gif-btn a.theme-btn {
    margin: 0 4px;
    padding: 10px 15px;
    background: #2F3262;
    color: #fff;
    text-decoration: none;
}
.navbar-brand img {
    width: 100%;
    max-width: 200px;
  }
  .fixed-top {
    background: #f2f3f5;
}

.main-menu .dropdown i {
    color: var(--white);
}

.main-menu .dropdown>a {
    padding-right: 0px;
}

.main-menu .dropdown:hover .dropdown-menu {
    display: block;
    height: auto;
    background: none;
    border-radius: 0px;
    text-align: right;
    padding-top: 30px;
    border: none;
    box-shadow: none;
    right: 0px;
    min-width: 220px;
}
.main-menu .dropdown .dropdown-menu li {
    width: 140px;
    margin-left: 46px;
}
.globe-img {
    padding: 5px 15px !important;
}

.main-menu .dropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #7e7e7e;
    text-align: left;
}
.main-menu .dropdown .dropdown-menu li a:hover {
    background: rgb(161, 87, 234);
}

.main-menu .dropdown:hover .dropdown-menu li {
    background: #b9b1b1;
}
.nav-section li.dropdown img {
    margin-right: 6px;
}
.dropdown {
    display: inline-block;
    position: relative;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content a {
    display: block;
    color: #000000;
    padding: 5px;
    text-decoration: none;
  }
  .dropdown-content a:hover {
    color: #FFFFFF;
    background-color: #00A4BD;
  }
/* Header Css */
.nav-section .main-menu a.nav-item:hover {
    color: #e74b31;
    border-bottom: 2px solid;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.nav-section .main-menu .dropdown a.nav-item:hover {
    border-bottom: none;
}
header .main-menu{
    display: flex;
}
.main-menu a.nav-item {
    color: var(--white);
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 15px;
    font-family: var(--heading-font);
}

.main-menu ul.navbar-nav {
    align-items: center;
}
header.sticky nav {
    background: var(--black);
    box-shadow: 0px 9px 14px rgb(0 0 0 / 22%);
}

header nav.navbar {
    transition: all ease 0.5s;
    background: #000;
}

/* banner section Css Start*/
.banner-section {
    margin-top: 4%;
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading {
    font-size: 100px;
    color: #fff;
}

.banner-sub-heading {
    color: #fff;
    font-size: 18px;
    padding: 25px 0px;
}
/* banner section Css End*/


/* second-section Start */
.second-section {
    padding: 30px 0px;
}
.gif-btn-card h6 {
    font-size: 10px;
    color: #8d8d8d;
	text-align:center;
}
.gif-btn-card {
    background: #f5f5f6;
    padding: 40px 35px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.gif-btn-card::before {
    position: absolute;
    content: "";
    top: -20px;
    right: -30px;
    width: 88px;
    height: 88px;
    background: rgb(2, 102, 194);
    opacity: 0.2;
    border-radius: 50%;
    transform: rotate(45deg);
}
.gif-btn-card::after {
    position: absolute;
    content: "";
    width: 88px;
    left: -30px;
    bottom: -20px;
    height: 88px;
    background: rgb(161, 87, 234);
    opacity: 0.2;
    border-radius: 50%;
    transform: rotate(45deg);
}
.gif-btn-card h2 {
    font-size: 26px;
    font-weight: 600;
}
.gif-btn-card .btn {
    font-size: 11px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
}
.gif-btn-card .btn.btn-primary {
    border: 0 !important;
}
.gif-btn-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.gif-btn-card:hover .btn {
    background: #0cc652;
    border-color: #0cc652;
}
p.gif-btn span {
    display: inline-block;
    padding: 45px 15px 50px;
    padding-right: 0;
    font-size: 50px;
    font-weight: 600;
    color: #0cc652;
    position: relative;
}

.pricing-offers {
    padding: 0 0 10px;
}
.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
}
ul li {
    list-style-type: none;
}
.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.gif-btn img {
    border-radius: 10px;
}

@media (max-width: 767px) {
    .gif-box {
        margin: 10px 0px;
    }
    .owl-item .content {
        padding: 0 15px;
    }
}
/* second-section End */

/* Content Area Start */
.text-area h6 {
    font-size: 10px;
    color: #8d8d8d;
}
.check-list{
    padding: 0;
    margin: 0;
}
.check-list a {
    color: #153365;
}
.check-list li{
    position: relative;
    padding-left: 25px;

}
.check-list li:before{
    content: "\f058";
    position: absolute;
    left: 0;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #19b0ee;
}

.spector{
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.spector:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #19b0ee;
}

.Popular-Casino-table img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.Popular-Casino-table .row.no-gutters {
    background-color: whitesmoke;
    margin-bottom: 20px;
    border-radius: 10px;
    align-items: center;
}
.Popular-Casino-table .row.no-gutters .col-md-4 {
    padding: 15px;
}
.Popular-Casino-table {
    width: 100%;
}
.Popular-Casino-table a{
    font-weight: 600;
    color: #153365;
    text-decoration: none;
    padding: 10px;
}
.Popular-Casino-table p a:before{
    color: #19b0ee;
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}
.Popular-Casino-table p {
    font-weight: 600;
    padding-top: 15px;
    /* display: grid; */
}

.table-block-list{
    background-color: whitesmoke;
}

.table-block-list img {
    border-radius: 10px;
    width: 100%;
}
.table-block-list .box {
   
	background:white;
	border-radius: 10px;
    margin-top:30px;
    padding: 15px;
}
.table-block-list box-inner {
    position: relative;
}
.star-rating {
    color: #19b0ee;
}
.review-btn{
    background: #153365 !important;
    border: none;
    border-radius: 3px;
    color: white!important;
}

.review-btn:hover {
    background: #19b0ee!important;
    color: #fff!important;
} 

.play-now-btn{
    background: #19b0ee!important;
    border: none;
    border-radius: 3px;
    color: white!important;
}
.play-now-btn:hover {
    background: #153365 !important;
    color: #fff;
}

section.footer {
    background-color: #1f1e1eeb;
    color: white;
}
.star-list{
    padding: 0;
    margin: 0;
}
.star-list li{
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.star-list li:last-child{
    border: none;
    padding-bottom: 0px;
}
.star-list li:before{
    content: "\f005";
    position: absolute;
    left: 0;
    top: 4;
    font: normal normal normal 14px/1 FontAwesome;
    color: #19b0ee;
}

@media only screen and (max-width: 600px) {
    .no-gutters>[class*=col-] {
        padding-right: 64px;
        padding-left: 0px;
        width: 50%;
    }

    .star-list {
        margin-bottom: 25px;
    }
    .no-gutters>[class*=col-] {
        padding-right: 38px;
        
    }
    a.navbar-brand img {
        max-height: 90px;
        width: 200px;
    }

    .contant {
        bottom: 30px;
    }
    .gambling-news-btn {
        font-size: 18px;
        margin: 0px;
        text-align: center;
    }
    .contant h2 {
        font-size: 32px;
        margin: 0px;
        text-align: center;
    }
    .box-inner {
        padding: 0px 15px;
    }
    .star-rating {
        font-size: 18px !important;
    }
    .text-star span {
        font-size: 18px !important;
    }
    

  }

  @media only screen and (max-width: 320px) {
    .no-gutters>[class*=col-] {
        padding-right: 38px;
        
    }
    a.navbar-brand img {
        max-height: 90px;
        width: 200px;
    }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
.Popular-Casino-table p {
    font-weight: 400;
    padding-top: 15px;
    padding-left: 36px;
}
.Popular-Casino-table a {
    font-weight: 600;
    color: #153365;
    padding-left: 36px;
}
.text-star span {
    padding-left: 16px;
    font-size: 11px;
}
.star-rating {
    color: #19b0ee;
    font-size: 11px;
    padding-left: 16px;
}
.text-star {
    margin-top: 10px;
}
.text-area p {
    font-size: 14px;
}

.review-btn {
    font-size: 11px;
    margin: 2px;
}
.play-now-btn {
    font-size: 11px;
    margin: 2px;
}
.contant {
    bottom: 30px;
}
.gambling-news-btn {
    font-size: 10px;
    margin: 0px;
}
.contant h2 {
    font-size: 12px;
    margin: 0px;
}
.contant-area h2 {
    font-size: 25px;
}
}
/* Content Area End */
 

/* <-- Footer Section CSS Start --> */

.begameliglogo {
    background: #000000;
    padding: 15px 0;
}
.begamelig {
    width: 150px;
}
.Terms {
    color: #fff;
    padding: 30px 0px;
}
.begameliglogo .logo {
    width: 100%;
    max-width: 130px;
}
.copyright {
    color: #fff;
    background: #EB6523;
    text-align: center;
    padding: 15px 0;
}
.copyright a {
    color: #ffffff;
}
.footer-info {
    text-align: center;
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
}
/* <-- Footer Section CSS End --> */


/* <-- Responsive CSS Start --> */


@media (max-width: 768px)  {
    .Popular-Casino-table {
        width: 100%;
        padding: 0 15px;
    }
    .check-list a {
        color: #153365;
        font-size: 15px;
    }
    .container {
      padding: 0px 15px !important;
    }
    .banner-section {
      margin-top: 20px;
    }
      .Terms {
        padding: 25px 0;
        text-align: center;
      }
      .copyright {
        text-align: center;
        padding: 20px 0px;
        margin: 0;
      }
      .play-now-btn a {
        padding: 10px 15px;
        background: transparent;
        border:1px solid;
      }
      .button1 a {
        background: transparent;
        padding: 10px 15px;
        border:1px solid;
        color: #fff;
      }
      .link {
        padding-left: 15px;
    }

    }
  
@media (min-width: 1440px) {
    .banner-section {
        padding: 0 15px;
    }
    .top-header-section .navbar-brand {
        padding: 15px 15px;
    }
    .link {
        padding: 40px 0 40px 15px;
    }   
} 

@media (max-width: 1199px){
    header .container{
        max-width: 100%;
    }
}
@media (max-width: 992px){
    .navbar-brand img{
        max-width: 110px;
    }
    .main-menu a.nav-item {
        font-size: 12px;
        padding: 0px 5px;
    }
    .table-box-list a {
        font-size: 12px;
    }
    .gif-btn a.theme-btn {
        margin: 0 4px;
        padding: 4px 6px;
        background: #0266c2;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
    .gif-btn-card {
        background: #f5f5f6;
        padding: 10px 10px;
        position: relative;
        border-radius: 2px;
        overflow: hidden;
    }
    .gif-btn img {
        border-radius: 10px;
        width: 100%;
    }
    .banner-heading {
        font-size: 60px;
        color: #fff;
    }
}

@media screen and (max-width: 1124px) and (min-width: 993px) {
    .main-menu a.nav-item {
        font-size: 15px;
        padding: 0px 6px;
    }
  }
  
  @media screen and (max-width: 1440px) and (min-width: 993px) {
    .main-menu a.nav-item {
        font-size: 15px;
        padding: 0px 6px;
    }
  }
    @media screen and (max-width: 993px) and (min-width: 768px) {
	.gif-btn a.theme-btn {
		padding: 4px 5px;
		font-size: 10px;
	}
  }

@media screen and (max-width: 1399px) and (min-width: 993px) {
    .gif-btn a.theme-btn {
        padding: 10px 10px;
    }
    .gif-btn-card {
        padding: 40px 15px;
    }
  }
  @media (max-width: 767px){
    .begameliglogo {
        text-align: center;
    }
    .begameliglogo .logo {
        float: none;
    }
    .gif-btn a.theme-btn {
        padding: 15px 23px;
        font-size: 16px;
    }
    .gif-btn-card {
        padding: 20px 40px 10px ;
    }
	.Popular-Casino-table .gif-btn a.theme-btn {
		padding: 8px !important;
	}
	.main-menu #navbarCollapse {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 70px;
        background: #000;
        max-height: 80vh;
        overflow: auto;
    }
    }

    @media (max-width: 992px){
        .Popular-Casino-table p {
            padding-top: 5px;
            padding-left: 0px;
            margin: 0;
        }
        
        .Popular-Casino-table a {
            padding-left: 0px;
        }
        .casino-img {
            width: 100%;
        }
        .text-star span {
            padding-left: 0px;
            font-size: 12px;
        }
        .star-rating {
            font-size: 13px;
            padding-left: 0;
        }
        .play-now-btn {
            font-size: 11px !important;
            margin: 2px;
        }
        .review-btn {
            font-size: 11px !important;
            margin: 2px;
        }
        .casino-img {
            padding-right: 0;
        }
        .box-inner .review-btn {
            display: flex;
            align-items: center;
        }
    }

    /* <-- Responsive CSS SEnd --> */
	
	
	.Popular-Casino-table .gif-btn a.theme-btn {
		padding: 10px 15px;
	}
	.Popular-Casino-table .gif-btn img {
		width: 100%;
	}
	.Popular-Casino-table p.gif-btn.d-flex {
    	justify-content: center;
	}
	.divider-line {
		width: 100%;
		height: 5px;
		background: #19b0ee;
	}
	.Popular-Casino-table .gif-btn {
		margin-bottom: 0;
		padding-top: 0px;
	}
	.Popular-Casino-table .gif-btn-card {
		padding: 0px 40px 25px;
	}
	.age-warning {
		font-size: 8px;
		color: #8d8d8d;
		text-align: end;
		padding-top: 5px;
	}