@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");

body {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

:root {
  --font-family-base: "Rubik", Arial, sans-serif;
}

:root {
    --dark-blue: #031222;
    --blue: #214869;
    --white: #ffffff;
    --light-blue: #2a4593;
    --main-blue: #283666;
    --main-yellow: #ffcb00;
    --main-orange: #EF520D;
    --green-cta-1: #7ec818;
    --main-backgroun-color: #E6F0FA;
}

.app-main-background-color {
    background-color: var(--main-backgroun-color);
}

.app-text-main-yellow {
  color: var(--main-yellow);
}

.app-text-main-blue {
  color:#2A4593;
}

.app-text-main-white {
    color: #fff;
}

.app-bg-main-white {
    background-color: #fff;
}

.app-text-main-orange {
    color: #EF520D;
}

.app-bg-orange {
    background-color:#EF520D;
}
.app-bg-orange:hover {
    background-color:#c34811;
}

.app-border-start-custom-orange {
    border-left: 5px solid;
    border-left-color: #EF520D;
}

.app-bg-green-cta-1 {
  background-color: #EF520D;
}

.number-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border: 4px solid #EF520D;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    color: #EF520D;
    flex-shrink: 0;
}

.extra-small {
    font-size: 0.70em;
}
/** 
 * App Footer
 */

.app-footer {
  background-color: var(--dark-blue);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-width: 2px;
  padding-block: 40px;
  text-align: center;
  gap: 30px;
  box-shadow: 0px 2px 2px 0px #0000001a;
  padding-inline: 10px;
}

.app-footer__divider {
  color: var(--blue);
  border: 1px solid var(--blue);
  margin-block: 20px;
}

@media (min-width: 768px) {
  .app-footer {
    padding-inline: 20px;
  }
}

/** 
 * App Nav Logout
 */

.app-nav-logout {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.app-nav-logout__scroll-spacer {
  height: calc(117 * 100vw / 390);
  background-color: #031222;
}

.app-nav-logout__button-layer {
  position: absolute;
  width: calc(132 * 100vw / 390);
  left: 50%;
  translate: -50% 0;
  bottom: 13px;
}

.app-nav-logout__background-layer {
  position: relative;
  width: 100%;
  bottom: 0;
}

.app-nav-logout__sign-up-btn {
  position: absolute;
  width: calc(84 * 100vw / 390);
  height: calc(84 * 100vw / 390);
  left: 50%;
  translate: -50% 0;
  bottom: calc(25 * 100vw / 390);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: radial-gradient(
      86.11% 86.11% at 72.92% 13.89%,
      #a2fb29 0%,
      #7ec818 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-nav-logout__buttons {
  display: flex;
  align-items: center;
  padding-right: calc(4 * 100vw / 390);
  padding-left: calc(4 * 100vw / 390);
}

.app-nav-logout__btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  width: calc(60 * 100vw / 390);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;

  color: inherit;
  font-weight: 600;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.app-nav-logout__btn .app-icon {
  width: calc(18 * 100vw / 390);
  height: calc(18 * 100vw / 390);
  mask-size: contain;
}

/** 
 * App Navbar Offcanvas
 */

.app-navbar-offcanvas {
  --bs-body-bg: var(--light-blue);
}

.app-navbar-offcanvas .btn-close {
  --bs-btn-close-opacity: 1;
}

.app-icon-amex {
  width: 32px;
  height: 10px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/amex-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/amex-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-bitcoin {
  width: 16px;
  height: 22px;
  -webkit-mask: url("/partners/affbtq/bonuspins/bitcoin-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/bitcoin-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-dash {
  width: 22px;
  height: 14px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/dash-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/dash-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-discover {
  width: 32px;
  height: 6px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/discover-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/discover-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-ethereum {
  width: 14px;
  height: 22px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/ethereum-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/ethereum-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-facebook {
  width: 8px;
  height: 16px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/facebook-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/facebook-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-instagram {
  width: 15px;
  height: 16px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/instagram-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/instagram-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-mastercard {
  width: 22px;
  height: 14px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/mastercard-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/mastercard-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-money-transfer {
  width: 32px;
  height: 12px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/money-transfer-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/money-transfer-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-ripple {
  width: 22px;
  height: 22px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/ripple-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/ripple-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-x {
  width: 16px;
  height: 16px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/x-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/x-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-youtube {
  width: 16px;
  height: 11px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/youtube-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/youtube-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-zelle {
  width: 14px;
  height: 22px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/zelle-logo.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/zelle-logo.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-home {
  width: 18px;
  height: 18px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/home-icon.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/home-icon.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-sportsbook {
  width: 18px;
  height: 18px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/sportsbook-icon.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/sportsbook-icon.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-casino {
  width: 18px;
  height: 18px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/casino-icon.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/casino-icon.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon-chat {
  width: 18px;
  height: 18px;
  -webkit-mask: url("/partners/affbtq/bonuspins/images/chat-icon.svg") no-repeat center;
  mask: url("/partners/affbtq/bonuspins/images/chat-icon.svg") no-repeat center;
  background-color: currentColor;
}

.app-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.app-icon-24 {
  width: 24px;
  height: 24px;
}

.app-icon-36 {
  width: 36px;
  height: 36px;
}

.color-ptitle{
color:#2A4593;
font-family: Rubik;
font-size: 28px;
line-height: 28px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}

.sub-title{
color:#0D6EFD;
font-family: Rubik;
font-size: 22px;
line-height: 22px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}

.rounded {
border-radius: var(--bs-border-radius) !important;
border-radius: 4px;
border: 2px dashed #0D6EFD;
display: flex;
padding: 20px 30px;
align-items: center;
gap: 10px;
justify-content:center
}

.text-muted {
color:#000;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; 
align-self: stretch;
}

.img-border{
border-radius: 10px;
margin-top: 15px;
}

.title-bonus{
color: #000;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 138.889% */
}
.content-bonus{
color: #000;
font-family: Rubik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
}
.small {
    font-size: 12px;
    line-height: 13px;
}


/* NAVBAR*/
.nav-link{
    text-transform:uppercase;
    color: #fff;
    font-weight: 600;
}


.navbar-toggler, .navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 2px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke%3D'white' stroke-linecap%3D'round' stroke-miterlimit%3D'10' stroke-width%3D'2' d%3D'M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: white;
    left: 0;
}

.navbar-toggler-icon::before {
    top: -10px;
}

.navbar-toggler-icon::after {
    top: 10px;
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.fas-ff {
    color: #fc0;
}

.bg-body-submenu {
    opacity: 1;
    background-color: #2A4593;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom:1px solid #2A4593;
}
.nav-link-submenu {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    text-decoration: none;
}
    .nav-link-submenu:hover {
        color: #bdd8ff;
    }
.number-submenu {
    color: #ffcb00;
}
.slogan {
    color: #fff;
    text-transform: uppercase;
}


/** 
 * App Nav Logout
 */

.app-nav-logout {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.app-nav-logout__button-layer {
    position: absolute;
    width: calc(132 * 100vw / 390);
    left: 50%;
    translate: -50% 0;
    bottom: 13px;
}

.app-nav-logout__background-layer {
    position: relative;
    width: 100%;
    bottom: 0;
}

.app-nav-logout__sign-up-btn {
    position: absolute;
    width: calc(84 * 100vw / 390);
    height: calc(84 * 100vw / 390);
    left: 50%;
    translate: -50% 0;
    bottom: calc(25 * 100vw / 390);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    background: radial-gradient( 86.11% 86.11% at 72.92% 13.89%, #a2fb29 0%, #7ec818 100% )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-nav-logout__buttons {
    display: flex;
    align-items: center;
    padding-right: calc(4 * 100vw / 390);
    padding-left: calc(4 * 100vw / 390);
}

.app-nav-logout__btn {
    padding-x: 0;
    padding-y: 0;
    width: calc(60 * 100vw / 390);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: inherit;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

    .app-nav-logout__btn .app-icon {
        width: calc(18 * 100vw / 390);
        height: calc(18 * 100vw / 390);
        mask-size: contain;
    }

.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active {
    color: #ffcb00;
}
/** 
 * App Navbar Offcanvas
 */

.app-navbar-offcanvas {
    background-color: #283666;
}


.app-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.icon-nav {
  width: 18px;
  height: 18px;
}

.icon-mobile {
  width: 18px;
  height: 18px;
}

.app-text-main-blue {
    color: #283666;
}

.app-bg-green-cta-1 {
    background-color: #7ec818;
}
    .app-bg-green-cta-1:hover {
        background-color: #98df35;
    }


/** 
 * App Navbar Offcanvas
 */
.offcanvas {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: #fff;
    visibility: hidden;
    background-color: #283666;
    background-clip: padding-box;
    outline: 0;
    transition: all 1s ease-out;
    ;
}
.app-navbar-offcanvas {
    color: #2a4593;
}

    .app-navbar-offcanvas .btn-close {
        --bs-btn-close-opacity: 1;
        color:#fff;
    }

/** 
 * App Navbar Offcanvas
 */

.btn-login {
    color: #ffcb00;
    border: #ffcb00 1px solid;
}
    .btn-login:hover {
        color: #fff;
        border-color: #ffffff;
    }

/** 
 *Space nav bar
 */


@media (max-width: 576px) {
    .navbar-brand {
        width:38%;
        padding: 0px;
    }
    .navbar-toggler {
        padding: 5px;
    }
}

@media (max-width: 375px) {
    .navbar-brand {
        width: 35%;
        padding: 0px;
    }

    .navbar-toggler {
        padding: 3px;
    }
}
.header-bg{
	 background: #283666;
}

@media (max-width: 1400px) {
.color-ptitle {
    line-height: 27px;
    font-size: 27px;
}
	.sub-title {
    font-size: 20px;
    line-height: 20px;
}
}	
@media (max-width: 1200px) {
.color-ptitle {
    line-height: 28px;
    font-size: 28px;
}
	.sub-title {
    font-size: 21px;
    line-height: 20px;
}
	.title-carrousel {
    text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 25px;
}
	.text-down {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
}	

@media (max-width: 768px) {
.color-ptitle {
    line-height: 27px;
    font-size: 27px;
}
	.py-5 {
    padding-top: 10px !important;
    padding-bottom: 3rem !important;
	}
	.sub-title {
    font-size: 23px;
    line-height: 23px;
}
	
	
}	
@media (max-width: 380px) {
.color-ptitle {
    font-size: 28px;
    line-height: 28px;
}
	.sub-title {
    font-size: 15px;
    line-height: 15px;
}
	.rounded {
    border-radius: var(--bs-border-radius) !important;
    border-radius: 4px;
    border: 2px dashed var(--Blue-Links, #0D6EFD);
    display: flex;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
}
	
}
@media (max-width: 989px) {

	.h5 {
    font-size:18px;
}
	
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 15%;
    background: 0 0;
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
	.carousel-indicators {
    z-index: 1;
}
.carousel-indicators {
    bottom: -20px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23283666'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23283666'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.btn:hover {
    color: #fff;
    background-color: #c34811;
    border-color: var(--bs-btn-hover-border-color);
}