:root {
    --primary-black: #000000;
    --primary-white: #ffffff;
    --color-blue: #3C4F76;
    --color-dark: #383F51;
    --color-light: #DDDBF1;
}

* {
   margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'PT Sans', sans-serif;
  background-color: var(--primary-white);
  color: var(--color-dark);
   line-height     :    1.6;
}

.container-fluid {
  max-width :     1600px;
    margin: 0 auto;
  padding: 0 15px;
}

.container {
   max-width: 1200px; 
	  margin: 0 auto; 
	    padding: 0 15px;
}

.row {
    display: flex;
   flex-wrap: wrap;
  margin-left: -15px;
   margin-right: -15px;
}

.col-12 {
               flex: 0 0 100%;
   max-width: 100%;
    padding: 0 15px;
}

.col-4 {
   flex: 0 0 33.333333%; 
   -ms-flex: 0 0 33.333333%; 
	-webkit-flex   :     0 0 33.333333%; 
	 max-width: 33.333333%; 
  padding: 0 15px;
}

.col-8 {

   flex: 0 0 66.666667%;
  max-width: 66.666667%;
    padding: 0 15px;}

.col-md-3 {

    flex: 0 0 25%;
	 max-width: 25%;
	padding: 0 15px;
     }

.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
          padding: 0 15px;
}

.col-md-5 {
    padding: 0 15px;
		flex: 0 0 41.666667%;
       max-width: 41.666667%;
}

.col-md-6 {
  flex:   0 0 50%;
   -webkit-flex: 0 0 50%;
  max-width: 50%;
    padding: 0 15px;
}

.col-md-7 {
                    max-width: 58.333333%;
  flex: 0 0 58.333333%;
  padding: 0 15px;
}

.col-md-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
   padding: 0 15px;
}

.col-md-12 {
  flex: 0 0 100%;
   max-width     :  100%;
	 padding: 0 15px;


}


.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width  :   33.333333%;
  padding: 0 15px; 

}

.site-header {
    position: absolute;
    top: 0;
    width: 100%;
   padding: 20px 0;
   z-index: 2;
  background: var(--primary-black);
}

.site-logo-center {
       text-align: center;
}

.site-logo-center a {
	          display :inline-block;

}

.site-logo-center img {
   	height     :        50px;
    width    : auto;}

.site-navbar {

	    position: fixed;
    display: none;
    top: 0;
   left: 0;
  right: 0;
    bottom: 0;
  background: #fff;
    min-height: 300px;
  overflow-y: scroll;
   z-index   :9999;
	}

.site-navbar nav {
    text-align: left;
}

.site-navbar nav .menu {
  font-family: "Playfair Display", times, serif;
  padding: 0;
     margin: 0;


}

.site-navbar nav .menu li {
	list-style: none;
} 

.site-navbar nav .menu li a {
   color    :        #000;
  font-size: 40px;
  padding: 5px 10px;
  position: relative;
   text-decoration: none;
  display: inline-block;
}

.site-navbar nav .menu li a:before
{
  content: "";
   position: absolute;
   bottom: 0;
    height  :      50%;
      width: 0%;
   z-index: -1;
  background: var(--color-blue);
		transition: .3s all ease-in-out;
}

.site-navbar nav .menu li a:hover:before {
  width: 100%;
}

.site-navbar nav .menu li.active a:before 
 {
   width: 100%;
}

.full-height {
  height: 100vh;
    min-height     :       700px;
}

.align-items-center  
  {
                    align-items: center;
}

.mx-auto {
    margin-left: auto; 
   margin-right: auto;
}

.text-center {
    text-align: center;
}

.menu-open .site-menu-toggle span {
    background: #000;
}

.site-menu-toggle {
   float: right;
   width: 40px;
    height: 45px;
  position: relative;
    margin: 0px auto;
    z-index: 10000;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
	cursor: pointer;
}

.site-menu-toggle span {
    display: block;
  position: absolute;
  height: 2px;
      width: 100%;
    background: #fff;
   border-radius: 9px;
  opacity: 1;
    left: 0;
  transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
      top: 0px;
}

.site-menu-toggle span:nth-child(2) {
                    top: 10px;
}

.site-menu-toggle span:nth-child(3) {

   top: 20px;


}

.site-menu-toggle.open span:nth-child(1) {


  top: 13px;
  transform: rotate(135deg);

}

.site-menu-toggle.open span:nth-child(2) {
  opacity     :   0;
  left  :        -60px;
}

.site-menu-toggle.open span:nth-child(3) {
    top: 13px;
  transform: rotate(-135deg);
}

.home-slider {
  position: relative;
    z-index: 0;
}

.home-slider .slider-item {
  -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
    background-position: center center;
    position: relative;
	z-index: 0;
}

.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
   right: 0;
    z-index: -1;
   background-size    :cover;
     background-repeat: no-repeat;
   background-position: center center;
   opacity  :   1;
}

.home-slider .slider-item .img {
    background-size:        cover;
   height: 50vh;
  padding-top: 90px;
   background-position: center;
}

.home-slider .slider-item .img .details{
  background: var(--color-light);
    color: #000000;
  box-shadow: 73px 73px 78px -70px rgba(0, 0, 0, 0.24);
   border-radius: 0;
}@media (min-width: 992px) {
    .home-slider .slider-item .img .details {
        margin-top: -180px;
        border-radius: 5px;
    }
}.home-slider .slider-item .img .details h3 {
  font-size: 22px;
    font-weight: 500;
}

.home-slider .slider-item .img .details .loc {
   font-size   :16px;
     color  :       #000000;
	
}

.home-slider .slider-item .img .details .cat {
  text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 2px;
}

.home-slider .slider-item .img .details ul {
	padding   :  0;
}

.home-slider .slider-item .img .details ul li {
   list-style: none;
    font-size: 17px;
  position: relative;
    padding-left: 2em; 

}

.home-slider .slider-item .img .details ul li:after {
  position: absolute;
   top: 1em;
  left: 0;
  content: '';
    width: 1em;
  height: 2px;
    background: #000000; 

}

.home-slider .slider-item .img .details .btn {
    display: block;
}

.home-slider .slider-item .slider-text {
  z-index: 0;
  padding-top: 120px;
}

.home-slider .slider-item .slider-text h1 {
  font-size: 34px;
	color: #000000;
   line-height: 1.5;
  font-weight: 500;
   text-transform: uppercase;


}

.home-slider .slider-item .slider-text h1 a {
   color: #000000;
}

.d-flex {
	display: flex;
}

.justify-content-end {
   justify-content: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.pb-4	{
       padding-bottom: 1.5rem;
}

.pt-5
{
    padding-top: 3rem;

}

.mb-4 {

	   margin-bottom: 1.5rem;}

.mb-3 {
  margin-bottom: 1rem;
}

.p-5 {
  padding: 3rem;
}

.d-block {
	    display: block;
     }  

.mr-2 {
     margin-right: 0.5rem;
}

.py-3 {
   padding-top: 1rem;
   padding-bottom: 1rem;

}

.btn {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
   vertical-align: middle;
   -webkit-user-select: none;
  user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
   font-size: 1rem;
  line-height: 1.5;
    border-radius: 0.25rem;
    transition     : color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	 text-decoration: none;
}  

.btn.btn-black {
  background: #000000;

     border  : 1px solid #000000;

   color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active   {
       border: 1px solid #000000;
    color: #000000;}

.btn.btn-black.btn-outline-black {
   border-color: #000000;
	background : none;
  color: #000000;
   border-width: 1px;
}

.btn.btn-black.btn-outline-black:hover,
.btn.btn-black.btn-outline-black:focus,
.btn.btn-black.btn-outline-black:active {
  background: var(--color-blue);
  border-color: var(--color-blue);
                    color: #fff; 
	
}

.site-footer {
  padding: 4em 0; 
	background: #1e1e1c; 
  color: rgba(255, 255, 255, 0.5); 
	
}

.site-footer .footer-heading {

  font-size: 1rem;
  text-transform: uppercase;
     letter-spacing: .1em;}

.site-footer a {
  color: rgba(255, 255, 255, 0.3);
   text-decoration     :       none;
}

.site-footer a:hover		{
   color: #fff;
}

.site-footer ul li {
       margin-bottom: 10px;


}

.regulator-links {
    display: flex;
	gap     :  15px;
   margin-top: 10px;
  justify-content  :      center;
}

.footer-regulators {
   margin-top: 40px;
   padding-top: 30px;
    border-top: 1px solid #333;
  text-align: center; 

}

.regulator-links a {
  display: inline-block;
}

.regulator-links img {

	         height: 50px;
   width: auto;
  opacity: 0.7;
    transition : opacity 0.3s;}

.regulator-links img:hover {
  opacity: 1;
}

.text-white {


                    color: #fff !important;
}

.list-unstyled {
  padding-left: 0;
    list-style: none;
}

.ml-auto {
   margin-left: auto !important;


}

.btn-primary {
    color: #fff;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.btn-primary:hover {
  color   : #fff;
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.rounded {
  border-radius: 0.25rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.pt-5 {
 padding-top     : 3rem !important;
	
}  

.mt-5 {
   margin-top: 3rem !important;
}

.pb-2 {
  padding-bottom     :  0.5rem !important;
}

.pr-2 {

    padding-right: 0.5rem !important;

}

.pl-0 {
   padding-left: 0 !important;


}

.p-2  {
     padding: 0.5rem !important;
}@media (max-width: 767px) {
    .d-md-block {
        display: none !important;
    }
    
    .col-4, .col-8, .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-2, .col-md-3, .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .home-slider .slider-item .img {
        height: 60vh;
    }
    
    .home-slider .slider-item .img .details {
        margin-top: 0;
    }
    
    .site-logo-center img {
        height: 40px;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
    
    .d-md-block {
        display: block !important;
    }
}.bonus-showcase-zone {
  padding: 80px 20px;
  background: var(--primary-white);
}

.section-header-block {
   text-align: center;
     max-width    : 800px;
    margin: 0 auto 60px;
}

.primary-heading {
   font-size: 2.2rem;
  color: var(--color-dark);
  margin-bottom: 1rem;
	font-weight: 700;
}

.section-subtext {
   font-size: 1.05rem;
   color: #666;
    line-height: 1.7; 
	
}

.casino-grid-wrapper {
                    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
     gap: 35px;
   	max-width: 1200px;
       margin: 0 auto;

}

.casino-offer-card {
  background: var(--primary-white);
  border: 2px solid var(--color-light);
                    border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  transition  :       transform 0.3s, box-shadow 0.3s;
}

.casino-offer-card:hover     {

	  transform: translateY(-5px);
	  box-shadow: 0 10px 30px rgba(0,0,0,0.1);


}

.logo-container {
   margin-bottom: 25px;
}

.logo-container img  {
    max-width    :     200px;
  height: auto;
}


.bonus-display {
   margin-bottom: 25px;
    min-height: 80px;
    display    :  flex;
   align-items: center;
   justify-content: center;
}

.bonus-amount {


  font-size     :   1.5rem;
  color: var(--color-blue);
                    font-weight: bold;
  line-height: 1.3;
}

.action-zone {
   margin-bottom: 25px;
}

.bonus-btn {
  display: inline-block;
  background: var(--color-blue);
  color: var(--primary-white);
  padding: 14px 40px;
  text-decoration:     none;
   border-radius: 5px;
          font-weight: 700;
               font-size: 1.1rem;
  transition: background 0.3s;
	 text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-btn:hover    {
  background: var(--color-dark);
}

.casino-features {
  padding-top: 20px;
  border-top: 1px solid var(--color-light);
}

.casino-features p     {
	font-size: 0.95rem;
    color  :        #555;
	line-height: 1.6;
} @media (max-width: 767px) {
    .casino-grid-wrapper {
        grid-template-columns: 1fr;
    }
    
    .primary-heading {
        font-size: 1.7rem;
    }
}.feature-showcase-section {
	 padding: 32px 20px;
   max-width: 1200px;
  margin: 0 auto;
}

.feature-showcase {
    margin-bottom: 32px;
}  

.feature-showcase .main-title {
    font-size: 25px;
         font-weight: 620;
  color: #242424;
    margin-bottom: 22px;
}

.feature-showcase ul {
   list-style-type: none;
  margin: 0;
    padding: 0;
}


.feature-showcase ul li {
   margin-bottom: 11px;
   color: #797979;
  position: relative;
    padding-left: 16px;
	}  

.feature-showcase ul li:before {
  height: 6.5px;
    border-radius: 50%;
    width: 6.5px;
	 top: 8.5px;
    position: absolute;
  content: "";
    background: #3C4F76;
  left: 0;
}

.faq_section {
  padding    :       110px 0;
   background: #fafafa;
}@media (max-width: 767px) {
  .faq_section {
    padding: 55px 0;
  }
}.faq_content .card {
	border: none;
    margin-bottom: 18px;
 border-radius: 0;
}

.faq_content .card .card-header {
  padding:0;
               border: none;
  background: transparent;
}

.faq_content .card .card-header h2 button {
      font-size: 17px;
   color: #1c0e02;
   font-weight: 580;
	text-decoration: none;
  padding: 22px 28px;
    display: block;
       width: 100%;
         text-align: left;
  position: relative;
  background: #f2f8fd;
    transition: 0.25s;
    border:   none;
  cursor: pointer;
}

.faq_content .card .card-header h2 button:after {
  content: "-";
  position: absolute;
  right: 28px;
   top: 50%;
  transform: translateY(-50%);
    font-size: 20px;
    color: #1c0e02;
  font-weight:        bold;
}

.faq_content .card .card-header h2 button.collapsed:after {
  content: "+"; 

}

.faq_content .card .card-header h2 button:hover {
    color: #3C4F76;
}

.faq_content .card .card-body {
  padding: 18px 28px;
    font-size: 15px;
	line-height: 26px;
    color: #525252;
  border: 1px solid #f2f8fd;
    border-top: 0;
}

.section_title span {
  color: #3C4F76;
	 font-size: 28px;
    font-weight: 380;
    margin-bottom: 16px;
    display: block;
}

.section_title h3 {
  font-size: 46px;
  font-weight: 680;
	 color: #1c0e02;
	text-transform: uppercase;
}  @media (max-width: 767px) {
  .section_title h3 {
    font-size: 28px;
    line-height: 34px;
  }
}.mb-75 {
  margin-bottom: 65px;
}@media (max-width: 767px) {
  .mb-75 {
    margin-bottom: 35px;
  }
}.row {
    display: flex;
   flex-wrap   :        wrap;
  margin-left: -15px;
  margin-right: -15px;
     }

.col-xl-12{
    flex: 0 0 100%;
   max-width    :  100%;
   padding: 0 15px;
}

.col-lg-9 {
 flex :        0 0 75%;
	max-width: 75%;
   padding: 0 15px;
}

.mx-auto {
     margin-left    :       auto;
	margin-right: auto;}

.text-center {
   text-align: center;
}

.collapse {
  display :       none;

}

.collapse.show {
  display: block;
}

.mb-0 {
  margin-bottom: 0; 

}@media (max-width: 991px) {
  .col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}.about-content-zone{

	  padding: 80px 20px;
  background: var(--primary-white);}

.about-content-zone .container {
          max-width: 1200px;
	margin: 0 auto;
}

.about-content-zone .row {
  display: flex;
    flex-wrap: wrap;
    align-items :     center;
    gap: 40px;
}

.about-content-zone .col-md-6 {
	  flex  :   1;
	min-width: 300px;
	}

.image-wrapper img {
	width    :        100%;
  height: auto;
   border-radius: 8px;
}

.text-block {
    padding: 20px;
}

.heading-primary{
   font-size: 2.2rem;
  color: var(--color-dark);
    margin-bottom: 1.5rem;
  font-weight: 700;
}

.text-block p {
    font-size: 1.05rem;
  color: #666;
    line-height: 1.8;
    margin-bottom  :1.2rem;
}@media (max-width: 767px) {
  .about-content-zone .row {
    flex-direction: column;
  }
  
  .heading-primary {
    font-size: 1.7rem;
  }
}.age-verify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
   height   :    100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
	 display: flex;
  align-items: center;
	justify-content: center;
}

.age-verify-overlay.hidden {
    display: none;
}

.age-verify-modal     {
  background: var(--primary-white);
   max-width: 500px;
  width: 90%;
	border-radius : 8px;
  padding: 40px 30px;
  text-align: center;
}



.verify-heading {
  font-size: 2rem;
  color: var(--color-dark);
	margin-bottom: 1.5rem;
   font-weight: 700;
}

.verify-text {
	    font-size  :        1.1rem;
    color   :      #333;
    margin-bottom    :     1rem;
   line-height: 1.6;


}

.verify-subtext    {
    font-size: 0.95rem;
    color: #666;
   margin-bottom: 2rem;
}

.button-group {
   display: flex;
    margin-bottom: 1.5rem;
	flex-wrap: wrap;
   justify-content: center;
  gap: 15px;
}

.btn-confirm  {
  background: var(--color-blue);
  color: var(--primary-white);
   border     :     none;
	padding: 14px 30px;
  font-size: 1rem;
    font-weight: 600;
	border-radius: 5px;
  cursor: pointer;
   transition  :     background 0.3s;
}

.btn-confirm:hover {
  background: var(--color-dark);
}

.btn-decline {

  background: #666;
  color: var(--primary-white);
  border: none;
  padding: 14px 30px;
   font-size: 1rem;
  font-weight: 600;
    border-radius: 5px;
  cursor:     pointer;
     transition: background 0.3s;
}

.btn-decline:hover {
    background: #444;
	
}

.legal-notice
{
  font-size: 0.85rem;
      color: #999;
    margin-top: 1rem; 

}@media (max-width: 480px) {
  .button-group {
    flex-direction: column;
  }
  
  .btn-confirm, .btn-decline {
    width: 100%;
  }
}.legal-content-wrapper {
   padding: 120px 20px 80px;
  background: var(--primary-white);
}

.legal-content-wrapper .container {


  max-width: 900px;
   margin    :   0 auto;
	}

.legal-content-wrapper h1	{

    font-size: 2.5rem;
  color: var(--color-dark);
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;


}

.legal-content-wrapper h2 {

         font-size :  1.8rem;
  color: var(--color-blue);
   margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
	}  

.legal-content-wrapper h3 {
   font-size:1.3rem;
  color: var(--color-dark);
   margin-top: 1.8rem;
  margin-bottom: 1rem;
    font-weight: 600;
} 

.legal-content-wrapper p {
  font-size  : 1.05rem;
  color: #555;
   line-height: 1.8;
   margin-bottom: 1.5rem;
	text-align: justify;
}@media (max-width: 767px) {
    .legal-content-wrapper {
        padding: 100px 15px 60px;
    }
    
    .legal-content-wrapper h1 {
        font-size: 1.8rem;
    }
    
    .legal-content-wrapper h2 {
        font-size: 1.4rem;
    }
    
    .legal-content-wrapper h3 {
        font-size: 1.1rem;
    }
    
    .legal-content-wrapper p {
        text-align: left;
    }
}