/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*fonts*/
body {
  line-height: 1.8 !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Roboto', sans-serif !important;
}
body.home{
    background:url("./images/casino-and-poker.png");
    background-size: cover;
    background-position: center;
}
 button:focus{
  outline: none !important;
 }
 a:hover{
  text-decoration: none !important;
 }
/*dashboard start*/
.nav-heading h1 {
    font-size: 20px;
    font-weight: 500;
    color: #1e1e1e;
    padding-left: 15px;
    margin: 0;
}
.nav-heading {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  color: #1e1e1e;
  display: block;
  font-weight: 500;
  transition: 0.3s;
}
.sidenav .closebtn:hover{
    background: none;
}
.sidenav a:hover {
    color: rgb(0,0,0,64%);
  background: rgba(0,0,0,0.12);
}
.sidenav a i {
    margin-right: 24px;
    font-size: 24px;
}
.sidenav .closebtn {
    position: absolute;
    top: -6px;
    right: 25px;
    font-size: 30px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.banner .carousel-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.banner .carousel-caption{
    bottom: unset;
    top: 38%;
}
.banner .carousel-caption h2 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.125rem;
}
.banner .carousel-caption p {
    margin-top: 20px;
    font-size: 2.125rem;
    font-weight: 100;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
}
.banner .carousel-control-next, .banner .carousel-control-prev{
    width: 10%;
}
.banner .carousel-control-next i, .banner .carousel-control-prev i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    border-radius: 100%;
    background-repeat: no-repeat;
}
a.btn.btn-try {
    color: #fff;
    border-radius: 6px;
    padding: 10px 32px;
    background: #4a92e7;
    text-transform: uppercase;
}
.logo {
    display: inline-block;
    margin-left: 25px;
}
.btns-login {
    display: inline-block;
}
nav.navbar.navbar-dark {
    background: none;
    box-shadow: none;
    margin-top: 30px;
    padding: 10px 0px;
    z-index: 999999;
    border-top: 1px solid #2e3092;
}
#navbarNav {
    background: #2e3092;
    padding: 0px 15px;
}
.btn.btn-signup.login{
    background: #e6e3e3;
}
.btn.btn-signup {
    color: #fff;
    height: 36px;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 16px;
    background: #3b92e7;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.btn.btn-signup:last-child {
    margin-right: 0;
}
section.exciting-games, section.earn-free{
    padding: 70px 0px;
}
section.exciting-games h3, section.earn-free h3, section.buy-tickets h3{
    font-weight: 100;
    color: #fff;
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
    margin-bottom: 30px;
}
.portfolio-menu{
    text-align:center;
}
.portfolio-menu ul li {
    display: inline-block;
    margin:0px 5px;
    color: #fff;
    list-style: none;
    cursor: pointer;
    font-size: 22px;
    width: 240px;
    height: 80px;
    font-weight: 500;
    line-height: 70px;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
    background:rgb(30 29 61);
    border-bottom: 3px solid #fff;
    border-radius: 0px 0px 6px 6px;
}

.portfolio-menu ul li.active{
    color: #fff;
    background:#2985f1;
    border-color: transparent;
}
.portfolio-menu ul li.active:hover {
    border-color:transparent;
}
.portfolio-menu ul li:hover {
    border-color: #4a92e7;
}
.portfolio-menu ul {
    margin: 0;
    padding: 0;
}
.portfolio-item{
    /*width:100%;*/
    margin-top: 50px;
}
.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
}
.game-img img {
    height: 100%;
    width: 100%;
}
/*.game-img {
    height: 152px;
}*/
.game-box {
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: rgb(30 29 61 / 42%);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.game-box:hover{
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.game-bottom h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.0125em;
    word-break: break-all;
    margin-bottom: 16px;
}
.game-bottom {
    padding: 16px;
    background: #fff;
}
a.btn.btn-play {
    padding: 5px 20px;
    background: #4a92e7;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
section.provably-fair{
    background: url("./images/79c0db1b.png");
    height: 350px;
    padding:100px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.provably-fair-content h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0073529412em;
}
.provably-fair-content p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 100;
    line-height: 2rem;
    letter-spacing: 0.0125em;
}
a.btn.btn-learn-more {
    height: 44px;
    color: #fff;
    font-weight: 500;
    line-height: 42px;
    padding: 0 20px;
    font-size: 0.875rem;
    border: 1px solid #fff;
    text-transform: uppercase;
}
a.btn.btn-learn-more:hover {
    background: #4a92e7;
    border-color: #4a92e7;
}
.signup-bonus-main {
    width: 70%;
    margin: 0 auto;
}
.signup-bonus {
    height: 250px;
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
.icon-box {
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    background: #4a92e7;
    border-radius: 100%;
}
.signup-bonus h4 {
    margin: 20px 0px 10px 0px;
}
.signup-bonus p {
    color: rgba(0, 0, 0, 0.6);
}
.signup-bonus:hover {
    background: rgb(190 216 247 / 71%);
    color: #fff;
}
.signup-bonus:hover p {
    color: #fff;
}
.signup-bonus:hover .icon-box {
    background: #fff;
    color: #4a92e7;
}
.buy-tickets-heading h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin-bottom: 70px;
}
.user-name-icon span {
    display: inline-block;
}
.user-name-icon span i {
    font-size: 54px;
    color: rgb(0 0 0 / 43%);
}
.user-name-icon span h5 {
    margin: 0;
    font-size: 18px;
}
.user-name-icon span:last-child {
    font-size: 14px;
    margin-left: 15px;
    color: rgb(255 255 255 / 72%);
}
.price-box {
    background: #ff5252;
    padding: 4px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}
.won--lost-price {
    margin-top: 10px;
}
.won-lost {
    width: 70%;
    margin: 20px auto;
}
section.exciting-games {
    margin-top: -8px;
    position: relative;
    padding-top: 0;
    /*background: #565779;*/
    box-shadow: 0px -5px 10px rgba(0,0,0,0.5);
}
/*update-profile end*/


input:focus {
    outline: none !important;
    border: none;
    background: none;
    box-shadow: none;
}
/*user login end*/

/*home page start*/
.desktop-none{
  display: none;
}
header.home-page .btns-login {
    padding-top: 10px;
}
header.home-page nav.navbar.navbar-dark {
    border: none;
    margin: 0;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #2e3092;
}
header.home-page {
    padding-bottom: 2px;
    background: #f5f5f5;
}

footer {
    padding: 15px 0px;
    background: #f5f5f5;
}
ul.footer-link {
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
}
ul.footer-link li {
    display: inline-block;
    margin-right: 20px;
}
.language img {
    width: 30px;
}
ul.footer-link li a {
    color: #7fa2c7;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.clr-grn {
    background: #4caf50;
}
.clr-yl{
    background:#f2c010;
}    
/*home page end*/
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media only screen and (max-width: 767px) {
.navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }
.mobile-none{
  display: none;
}
.desktop-none{
  display: block;
}
.logo {
    margin-left: 0;
}
.banner .carousel-inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.banner .carousel-caption h2 {
    font-size: 32px;
    line-height: 42px;
}
.banner .carousel-caption p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
}
.banner .carousel-caption {
    top: 18%;
}
a.btn.btn-try {
    padding: 9px 18px;
    font-size: 14px;
}
.portfolio-menu ul li {
    width: 100%;
    margin-bottom: 20px;
}
.signup-bonus-main {
    width: 100%;
}
.signup-bonus {
    margin-bottom: 20px;
}
.won-lost {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 
.banner .carousel-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner .carousel-caption {
    top: 20%;
}
.portfolio-menu ul li {
    width: 109px;
    height: 80px;
    line-height: 65px;
}
.game-bottom h4 {
    font-size: 18px;
}
ul.footer-link li {
    margin-right: 10px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.banner .carousel-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner .carousel-caption {
    top: 20%;
}
.portfolio-menu ul li {
    width: 150px;
    height: 80px;
    line-height: 65px;
}
}
@media only (max-width: 1200px) {
  
}