@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@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');
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;    
  background: url('img/bg-2.jpg') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

section{
  padding: 80px 0px;
}

:root{
  --bs-primary: #ff0000;
  --bs-primary-hover: #097538;
  --bs-secondary: #222222;
}

p{
  font-size: 20px;
}

.bg-secondary{
  background: #22272a !important;
}

.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    font-size: 20px;
    font-weight: 700;
    padding: 8px 40px;
}

/* Top */
.top{
  padding: 10px 0px;
  font-style: italic;
  background: #272727;
  color:#fff;
}
.top p:first-child{
  margin-top: 10px;
  margin-bottom: 0px;
}
.top p:last-child{
  color:var(--bs-primary);
  font-weight: 700;
  margin-bottom: 0px;
}
/* Banner */
.banner{
  padding: 80px 0px 0px;
  text-align: center;
  position: relative;
  color:#fff;
  z-index: 1;
}
.banner h2{
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.banner p{
  font-size: 20px;
  margin-bottom: 0;
}
/* Top Casinos */
.top-casinos-header{
  margin-bottom: 50px;
}

.top-casinos-header h2{
  font-size: 48px;
  color:#fff;
}

.top-casinos-header p{
  font-size: 20px;
  color:#fff;
}

.top-casinos .card{
  margin-bottom: 25px;
}

.count{
  font-size: 48px;
  font-weight: 900;
  background: #ff0000;
  color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.free{
  font-weight: 900;
}

.top-casinos{
  position: relative;
  z-index: 1;
}



.top-casinos-info ol{
  font-size: 22px;
}

.section-header{
  text-align: center;
  margin-bottom: 35px;
}

.section-header h2{
  font-size: 48px;
}

.section-header img{
  height: 30px;
}

.section-header hr{
  max-width: 200px;
  border:3px solid #d6dbe1;
  opacity: 100;
  border-radius: 5px;
  margin-top: 20px;
  margin: 20px auto 0px;
}

.section-header img{
  position: relative;
    top: -15px;
}

.what-we-do ul{
  font-size: 18px;
  margin-top: 30px;
}

.what-we-do ul li{
  margin-bottom: 10px;
  font-size: 20px;
}

.what-we-do ul li i{
  color:#037b37;
}

.img-col{
  width: 200px;
}

.img-col img{
  max-height: 100px;
  max-width: 100%;
}

.top-casinos-info .list-unstyled li{
  font-size: 20px;
  margin-bottom: 15px;
}

.top-casinos-info .list-unstyled li span{
  background: #ff0000;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  font-style: 48px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  margin-right: 10px;
}

.casino-bonuses{
  padding-top: 50px;
}

.casino-bonuses .card-title,.payment-options .card-title{
  font-size: 25px;
}

.casino-bonuses .col-md-6,.payment-options .col-md-6{
  margin-bottom: 25px;
}


.payment-options{
  padding-top: 30px;
  padding-bottom: 30px;
}

.online-games{
  padding-top: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #ff0000;
}

footer{
  color:#ffffff;
  padding: 80px 0px 50px;
}

footer a{
  color:#ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}

footer .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.casino-bonuses .card-text, .payment-options .card-text{
  font-size: 18px;
}

.contact input {
  height: 50px;
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.form-label{
  font-size: 18px;
  font-weight: 500;
}


.sticky-bg-1{
 
}

.sticky-bg-1::before{
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: -1;
}


/* Extra large devices (Extra large desktops, 1440px and Down) */
@media (max-width: 1439.98px) {
  .banner h2{
    font-size: 46px;
  }
}

/* Extra large devices (Extra large desktops, 1366px and Down) */
@media (max-width: 1365.98px) {}

/* Extra large devices (large desktops, 1200px and Down) */
@media (max-width: 1199.98px) {
  .count{
    font-size: 30px;
  }
  .img-col img{
    height: 50px;
    max-width: 100%;
  }
}

/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
  .banner{
    padding: 50px 0px;
  }
  section {
    padding: 80px 0px;
  }
  .top-casinos .justify-content-between li:not(:first-child) {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .top-casinos .justify-content-between .list-inline-item:not(:last-child) {
      margin-right: 0px;
  }
  .top-casinos .list-unstyled li{
    margin-bottom: 5px !important;
  }
  .count{
    font-size: 30px;
    border-radius: 5px;
    padding: 0px 20px;
  }
  .free{
    font-size: 24px;
  }
  .top-casinos .card{
    padding-bottom: 30px !important;
  }
  .top-casinos-header h2{
    font-size: 36px;
  }
  .img-col{
    width: 100%;
  }
  .img-col img{
    display: block;
    margin: 0 auto 25px;
    height: 80px;
    max-width: 100%;
  }
  .top-casinos-info .list-unstyled li{
    font-size: 18px;
  }
  .section-header h2 {
      font-size: 36px;
  }
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
  .banner h2{
    font-size: 42px;
    line-height: 48px;
  }
  .what-we-do{
    padding-top: 35px;
  }
  .top-casinos-info .list-unstyled li span{
    margin-right: 5px;
  }
  footer a{
    font-size: 13px;
  }
  footer .list-inline-item:not(:last-child) {
      margin-right: 5px;
  }
}

/* Small devices (landscape phones, 576px and Down) */
@media (max-width: 575.98px) {
  .banner h2{
    font-size: 42px;
    line-height: 48px;
  }
  .top-casinos-header h2{
    font-size: 30px;
  }
  .top-casinos-info .list-unstyled li span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .section-header h2 {
      font-size: 38px;
  }
  .section-header hr{
    max-width: 150px;
  }
  .section-header{
    margin-bottom: 15px;
  }
  .top p{
    font-size: 14px;
  }
  .what-we-do ul li,p{
    font-size: 16px;
  }
  .section-header h2 {
    font-size: 32px;
  }
}

/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
  
}

/* Small devices (landscape phones, 414px and down) */
@media (max-width: 414px) {
  .banner h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

/* Small devices (landscape phones, 384px and down) */
@media (max-width: 384px) {}

/* Small devices (landscape phones, 360px and down) */
@media (max-width: 360px) {
  
}

/* Small devices (landscape phones, 360px and down) */
@media (max-width: 320px) {}

.top-casinos-info p {
font-size: 16px;
margin-bottom: 30px;
}

.what-we-do p {
font-size: 16px;
margin-bottom: 30px;
}
