
:root {
  --spinpalacegold: #D3972D;
  --backgroundblue: #0d153c;
}
*{
  margin:0;
  font-family: "Montserrat",sans-serif;;
  font-style: normal;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding: 0 !important;
}

.carousel-item {
cursor: pointer;
}

.wrapper_container{

  background: var(--backgroundblue);
  height: auto;
  background-position:center;
  background-repeat: no-repeat; 
  background-size: cover; 
  position:relative;
}
ul{
	text-align: left;
}
.offer{
  cursor: pointer;
  /*margin-left: 3vw;*/
  padding-top: 22vw;
  color:white;
  height: auto;
}
h3{
  font-size: 4vw;
  font-weight: 600;

}
h1{
  margin-top: 2vw;
  font-size: 12vw;
  font-weight: bold;
}
h4{
  margin-top: 2vw;
  font-size: 3vw;
  font-weight: lighter;
}
h2{
  margin-top: 2vw;
  font-size: 6vw;
  font-weight: normal;
}

.neon_button
{
  filter: hue-rotate(110deg);
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 10px 20px;
  color: #03e9f4;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  letter-spacing: 4px;
  background: #190037 ;
  
}

/*overwrite elements*/

.w24__header__text {
	color: white !important;
    font-size: 2vw !important;
}

.w24__header__button::after {
    background-color: #FFF !important; 
}

.w24__collapse__content {
	font-size: 1vw !important;
	color: #FFF !important;
}
.w24__collapse__content > p {
    padding-top: 0.5vw;
}
.w24-container {
	background-color: var(--backgroundblue) !important;
}
.neon_button span
{
  position: absolute;
  display: block;
}
.neon_button span:nth-child(1)
{
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: animate1 1s linear infinite;
}
@keyframes animate1
{
  0%
  {
    left: -100%;
  }
  50%, 100%
  {
    left: 100%;
  }
}
.neon_button span:nth-child(2)
{
  top: -100px;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2
{
  0%
  {
    top: -100%;
  }
  50%, 100%
  {
    top: 100%;
  }
}
.neon_button span:nth-child(3)
{
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3
{
  0%
  {
    right: -100%;
  }
  50%, 100%
  {
    right: 100%;
  }
}
.neon_button span:nth-child(4)
{
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4
{
  0%
  {
    bottom: -100%;
  }
  50%, 100%
  {
    bottom: 100%;
  }
}




.tandc_lista
{
	font-size: 2vh;
	color: #000;
	list-style-type: decimal;
}
.button-hero {
  display: inline-block;
  background: var(--spinpalacegold);
  position: relative;
  overflow: hidden;
  font-size: 3.5vw;
  font-weight: 600;
  box-shadow: 1px 4px 20px rgb(27 75 102 / 78%);
  border-radius: 10px;
  padding: 2vw 13vw;
  margin: 6vw 18vw;
  color: #000;
  filter: none !important;
  transition: all .2s ease;
  cursor: pointer;

}
.button-hero:hover {
  transform: scale(1.05);
}

.claim_button {
	background: url("/external_cms/JACKPOTCITYCASINO/aff_page/offer_pages/transparent_chest_element.png") center no-repeat;
	height: 350px;
	margin-bottom: 30px;
}

.claim_button_internal {
	border: 0px;
    position: relative;
    top: 330px;
    width: 500px;
	height: 50px;
	border-radius: 30px;
	background: #a350ca;
	font-size: 30px;
    color: white;
    font-weight: bold;
} 
.claim_button_offer {
	border: 0px;
    width: 500px;
	height: 50px;
	border-radius: 30px;
	background: #a350ca;
	font-size: 30px;
    color: white;
    font-weight: bold;
} 

.icons{
  cursor: pointer;
  margin-left: 0 3vw;
  margin-top: 22vw;
  color:white;
  display:flex;
  justify-content: space-around;
}
.icon1, .icon2, .icon3  {
  display:flex;
  flex-direction: column;
  align-items: center;
  width: 17rem;
  margin-bottom: 4rem;

}

.icon span {
  padding:3vw;
  font-size: 3vw;
  font-weight: lighter;
  text-align: center;
  filter: none;
}
.game svg,
.chat-icon svg,
.bank svg{
  width: 22%;
}
.icons .icon path{
  fill:transparent;
  stroke-width: 5;
  stroke: whitesmoke;
}
.offer {
  padding-top: 10vw;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.image_game{
 position:relative;
 width: 100vw;
 padding-top: 7vw;
 display: flex;

}
.circle img {
  width: 70%;
}
.box_icon {
  cursor: pointer;
  border-radius: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
  width: 27%;
  margin-bottom: 1vw;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 232, 239);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
  font-size: 3vw;
  transition: all .2s ease;
}
.box_icon:hover {
  transform: scale(1.05);
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.circle, .circle_register {
  background: linear-gradient(318deg, rgba(60, 13, 83, 1) 19%, rgba(124, 2, 162,1) 67%);
  width: 15.5vw;
  height: 15.5vw;
  border-radius: 50%;
  font-size: 64px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-size: 200% auto;
  transition: all 500ms ease;}
  .sign_up_circle{
    background: var(--jpc-primary);
  }
.box_icon p {
    text-align: center;
    font-weight: normal;
    color: #172952!important;
}
.underline_title {
  border-style: solid;
  border-width: 4px 0 0 0;
  border-color: var(--jpc-primary);
  margin: 0 auto;
  width: 15%;
  position: relative;
  padding-bottom: 1vw;
}
.freatutes_text .h3 {
  text-align: center;
  font-size: 3vw;
  padding: 2.5vw 0;
  color: #172952!important;
}
.freatutes_text .h1 {
  text-align: center;
  font-size: 6vw;
  padding: 1vw 0;
  color: #172952!important;
}
.freatutes_text {
  padding: 1.5vw;
}
.divider_games {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #D3D3D3;
  margin: 0 auto;
  width: 85%;
  position: relative;
  margin-top: 6vw;
}
.wrap_features_games{
  background: rgb(247,247,247);
  padding-bottom: 5vw;
 margin-top: -0.5vw;
}
.freatutes_text .h3{
text-align: center;
font-size: 3vw;
 padding: 2.5vw 0;
 color: #172952!important;

}
.freatutes_text .h1{
text-align: center;
font-size: 6vw;
 padding: 1vw 0;
 color: #172952!important;
}
.row_games{
display:flex;
justify-content: center;
flex-wrap: wrap;
}
.box_game{
margin: 1vw;
width: 27%;
transition: all .2s ease;

}
.box_game img{
 border-radius:10px;
 width: 100%;
 transition: all .2s ease;

}
.box_game:hover {
 transform: scale(1.05);
}

.wrap_features {
  background: rgb(247,247,247);
}
.header {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  stroke: rgba(255,255,255, 1);
  fill: rgba(255,255,255, 0.2);
}
.brand {
  width: auto;
  height: 90px;
}

  .brand img {
    top:30px;
      max-width: 100%;
      max-height: 100%;
  }

.logo-container {
  width: 95%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -8px;
  right: 0;
  top: 40px;
  text-align: center;
}

.legal-icons-img {
  position: absolute;
  margin-top: 30px;
  margin-left: 14px;
  
}
.award { 
  width: 150px;
}
.legal-icons{
  display: flex;
}
.legal-icons-img .icon {
  width: 80px;
}
.legal-icons-text{
  text-transform: uppercase;
  position: relative;
  line-height: 21px;
  width: 96%;
  text-align: center;
  margin: auto;

  left: 32px;
  top: -160px;
  bottom: 0;
  right: 0;
}

.legal-icons-img-1{
  display: none;
}

.buttons-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  z-index: 9;
  }

.buttons {
  padding: 0.8rem 1.9rem;
  border-radius: 0.5rem;
  cursor: pointer;
  margin: 0 0.6rem;
}
.buttons-container li:nth-child(5) {
  width: 80px;
  text-align: center;
  }

  .btn-login-mobile {
    margin-top: 15px;
    margin-right: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-size: 1.65rem;
  text-transform: uppercase;
  }

    .icon-login svg {
      margin-top: 40px;
    width: 3rem;
    margin-bottom: 0.3rem;
    stroke-width: 5;
    }

    .btn-register {
    color: #ffffff;
    background: var(--jpc-primary);
    border: 1.9px solid var(--jpc-primary);
    transition: all .2s ease;
    padding: 0.5rem 1rem 0.5rem 0.8rem;
    text-transform: uppercase;
    }

    .btn-register:hover {
    transform: scale(1.08);
    }

    .buttons-container li:nth-child(4) a {
    margin: 0 0 0 0.6rem;
    }

    .btn-add-desktop, .btn-support {
    background: none;
    border: 1.9px solid var(--jpc-primary);
    padding: 0.5rem 0.6rem;
    }

    .btn-add-desktop, .btn-support, .btn-register {
    display: none;
    }

    .secure {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 0.5rem;
    }

    .btn-add-desktop {
    transition: all .2s ease;
    }

    .btn-add-desktop:hover {
    transform: scale(1.15);
    }

    .btn-support {
    transition: all .2s ease;
    }

    .btn-support:hover {
    transform: scale(1.15);
    }

    .btn-add-desktop .icon-1, .btn-support .icon-2 {
    width: 1.5rem;
    height: 1.5rem;
    }

    .buttons-container .icon-1 path {
    stroke-width: 8;

    }

    .buttons-container .icon-1.plus-add path {
    stroke-dasharray: 1061;
    stroke-dashoffset: 0;
    }

    .buttons-container .icon-1.plus-add:hover path {
    animation: animate-plus 3s linear forwards;
    }

    .buttons-container .icon-2 path {
      stroke-width: 10;
  
      }
  
      .buttons-container .icon-2.chat .st1 {
      stroke-dasharray: 1560;
      stroke-dashoffset: 0;
      }
  
      .buttons-container .icon-2.chat .st0 {
      fill: rgba(255,255,255, 1);
      stroke-width: 0;
      }
  
      .buttons-container .icon-2.chat:hover .st1 {
      animation: animate-chat 3s linear forwards;
      }
  
      .buttons-container .icon-2.chat:hover .st0 {
      animation: animate-dots 1s linear forwards;
      }
      .legal-icons-img .icon path {
        stroke-width: 3;
        fill: var(--jpc-primary);
        cursor: pointer;
        fill-opacity: 0.5;
    }
    .legal-icons-img {
   position: relative;
      stroke: none;
      }
  .legal-icons-img .icon.awards path {
    stroke-dasharray: 2361;
    stroke-dashoffset: 0;
    }

    .legal-icons-img .icon.awards:hover path {
    animation: animate-awards 2.5s ease-in-out forwards;
    }
    .login-dektop{display: none;}
    .buttons-container{
      margin-top: -272px;
    }
    .section_footer {
      color: white;
      display: flex;
      position: relative;
      width: 100%;
      background: rgba(0,0,0,.8);
      text-align: center;
      flex-direction: column;
  }
  .security_logos_group{
    margin: 50px 0;
  }
  .security_logos_group .h4{
    font-size: 10px;

  }
  .logo_1, .logo_2, .logo_3{

    margin: 20px 10px;
    width: 100px;
    opacity: 0.8;
  }
  .payment_logos{
    justify-content:space-around;

    display: flex;

  }
  .payment_logos .logo{
    width: 150px;
  }
  .h5{
    font-size: 14px;
    margin: 20px;
  }

@media screen and (min-width: 720px) {

.wrapper_container{

  background-image: url("/external_cms/SPINPALACE/LANDING/Affiliate/background_mobile.jpg");
  background-position:center;
  background-repeat: no-repeat; 
  background-size: contain; 
  position:relative;
}
.offer{
  cursor: pointer;
  /*margin-left: 3vw;*/
  padding-top: 47vh;
  color:white;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 
  height:94vh;
} 


 .award {
    width: 115px;
}
.legal-icons-text {
  text-transform: uppercase;
  position: relative;
  line-height: 21px;
  width: 98%;
  text-align: center;
  margin: auto;

  left: 16px;
  top: -133px;
  bottom: 0;
  right: 0;}

  .brand {
      height: 90px;
  }
  .icon-login svg {
    display: flex;
    width: 2.5rem;
    }
    .btn-login-mobile {
    font-size: 0.9rem;
    }
    .header {

      width: 100%;
      height: 150px;
    }

  
}

@media (min-width: 768px){

.wrapper_container{

  background-image: url("/external_cms/SPINPALACE/LANDING/Affiliate/background_mobile.jpg");
  background-position:center;
  background-repeat: no-repeat; 
  background-size: contain; 
  position:relative;
  
}
.offer{
  cursor: pointer;
  /*margin-left: 3vw;*/
  padding-top: 47vh;
  color:white;
  display: flex;
  flex-direction: column;
  text-align: center;
  height:94vh;
}
 

#mainContentContainer > div > div.containerSEO1__testoSEO > div > div > div.container  {
    max-width: 100%;
}
#mainContentContainer > div > div.containerSEO1__testoSEO > div > div > div.container > div.offer > h3 {
    font-size: 2.5rem;
}
}


@media screen and (min-width: 1020px){
  .security_logos_group{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .logo_1, .logo_2, .logo_3{
    margin: 0 10px;
    width: 70px;
    opacity: 0.8;
  }
  .payment_logos_group{
    display: flex;
    justify-content: center;
  }
  .payment_logos .logo{
    margin: 0 20px;
  }
  .logos{
    display: flex;
    align-items:center;
  }
  .buttons-container {
    margin-top: -128px;
    margin-right: 23px;
  }
  .login-dektop{display: flex;}
  .header {
    width: 100%;
    height: 100px;
}
.award {
  width: 65px;
}
.legal-icons-img {
  margin-top: 20px;}
.legal-icons-text {
  text-transform: uppercase;
  position: relative;
  line-height: 13px;
  width: 95%;
  text-align: center;
  margin: auto;

  left: -7px;
  top: -70px;
  bottom: 0;
  right: 0;
  font-size: 11px;}
.logo-container {
  top: 10px;
}
.legal-icons-img-1 {
  margin-left: 100px;
}
  .legal-icons-img-1 {
    display: flex;
    margin-left: -3px;
}
    .btn-add-desktop, .btn-support, .btn-register {
      display: flex;
      }
    .btn-register, .btn-login-desk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    }

    .btn-login-desk {
    border: 1.9px solid var(--jpc-primary);
    transition: all .2s ease;
    text-transform: uppercase;
    font-size: 100%;
    }

    .btn-login-desk:hover {
    color: #fff;
    background: #646464;
    border: 1.9px solid #646464;
    }

    .btn-login-mobile {
    display: none;
    }

    .buttons-container li:nth-child(5) {
    width: 0;
    }
  .freatutes_text .h1 {
    font-size: 3vw;
    padding: 0.5vw;
}

.freatutes_text .h3 {
    font-size: 1.5vw;
    padding: 0.5vw;
}

.box_game {
    margin: 0.5vw;
    width: 27vw;
}
  .box_icon {
    margin-left: 10px;
    margin-right: 10px;
    width: 12vw;
    font-size: 1vw;
}
.circle, .circle_register {
  width: 5.5vw;
  height: 5.5vw;
}

.freatutes_text .h1 {
  font-size: 3vw;
  padding: 0.5vw;
}
.image_game {
  display: none;
}
.freatutes_text .h3 {
  font-size: 1.5vw;
  padding: 0.5vw;
}
.button-hero{
  margin: 1vw 6vw;
}

.wrapper_container{
  background-image: url("/external_cms/SPINPALACE/LANDING/Affiliate/background_desktop.jpg");
   background-position: right top; 
  background-repeat: no-repeat; 
  background-size: contain; 
  height: 100vh;
}
.offer {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 5vw;
  width: 44%;
}
h3 {
  font-size: 3.5vw;
}
h1 {
  margin-top: 0.5vw;
  font-size: 7vw;
}

h2 {
  margin-top: 0.5vw;
  font-size: 6vw;
}
h4 {
  margin-top: 0.5vw;
  font-size: 1vw;
}

.button-hero{
font-size: 1.5vw;
padding: 1vw 5vw;
margin-top: 1vw;
}
.icons {
  margin-top: 8vw;
}

.icon span {
  padding: 1vw;
  font-size: 1vw;
}
.game svg,
.chat-icon svg,
.bank svg{
  width: 12%;
}


.icons .icon.chat-icon path,
.icons .icon.game path,
.icons .icon.bank path{
  stroke-dasharray: 1560;
  stroke-dashoffset: 0;
}
.icons .icon.chat-icon:hover path,
.icons .icon.game:hover path,
.icons .icon.bank:hover path{
  animation: animate-svg 3s linear forwards;
}

.divider_games {
  width: 78%;
  margin-top: 1vw;
}

}
@media screen and (min-width: 2560px){
  .freatutes_text .h1 {
    font-size: 4rem;
    padding: 0.3rem;
}
.divider_games {
  margin-top: 3rem;
}
.freatutes_text .h3 {
    font-size: 2em;
    padding: 2rem;
}

.wrap_features_games {
    padding-bottom: 5rem;
}

.box_game {
    margin: 0.5rem;
    width: 9.7rem;
}
  .wrap_features {
    padding-bottom: 8rem;
    height: 35rem;
}
.divider_games {
  width: 98rem;
}
.circle, .circle_register {
  width: 10rem;
  height: 10rem;
}
  .freatutes_text {
    padding: 4.5rem;
}
  .freatutes_text .h3 {
    font-size: 2em;
    padding: 2rem;
}
  .freatutes_text .h1 {
    font-size: 4rem;
    padding: 0.3rem;
}
  .box_icon {
    margin-left: 10px;
    margin-right: 10px;
    width: 12vw;
    font-size: 1vw;
}
.freatutes_text .h3 {
  font-size: 2em;
  padding: 2rem;
}
.box_icon {
  margin-left: 10px;
  margin-right: 10px;

  font-size: 1rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 15rem;
}
  .button-hero {
    margin:  7vw;
}

.hero_wrapper_container:before {
  content: "";
  background-image: url("/external_cms/SPINPALACE/LANDING/Affiliate/background_desktop.jpg);
  background-size: cover;
  background-position: top center;
  position: absolute;
  width: 101%;
  height: 100vh;
  left: -1%;
  top: -5%;
  filter: blur(15px) brightness(1);
  z-index: 0;


}
.wrapper_container{
    height: 62rem;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .offer{

    margin: 0 auto;
    width: 800px;
    padding-top: 10rem;
    flex-direction: column;
    align-content: center;
    display: flex;
    padding-right: 1000px;
}
.icons {
  margin: 0 auto;
  width: 120rem;
  align-content: center;
  justify-content: flex-start;
  margin-top: 10rem;
}
.button-hero {
  margin: 20px 250px;
  font-size: 1.5rem;
  padding: 1rem 11rem;
  padding-left: 6rem;
  margin-top: 3rem;
  width: 1rem;
}
h3 {
  font-size: 2rem;
}
  h1 {
    margin-top: 0.5rem;
    font-size: 5rem;
  }

  h2 {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
  h4 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

.icon span {
  padding: 2rem;
  font-size: 1.2rem;
}

}
@keyframes animate-svg{
  0%{
    stroke-dashoffset: 0;
  }
  40%{
    stroke-dashoffset: 1560;
  }
  80%{
    stroke-dashoffset: 3120;
    fill:transparent;
  }
  100%{
    stroke-dashoffset: 3120;
    fill:whitesmoke;
  }
}
@keyframes AnimationGradient {
  0%{background-position:0% 50%}
  100%{background-position:100% 50%}
  
}

/* Start keyframes Plus Add */

@keyframes animate-plus{
  0%{
  stroke-dashoffset: 0;
  }
  40%{
  stroke-dashoffset: 1660;
  }
  80%{
  stroke-dashoffset: 2520;
  }
  100%{
  stroke-dashoffset: 2520;
  }
  }



  /* Start keyframes Chat */

  @keyframes animate-chat {
  0% {
  stroke-dashoffset: 0;

  }

  40% {
  stroke-dashoffset: 1560;

  }

  80% {
  stroke-dashoffset: 3120;

  }

  100% {
  stroke-dashoffset: 3120;
  }
  }

  @keyframes animate-dots {
  0% {
  fill: rgba(255,255,255, 1);
  }

  100% {
  fill: rgba(255,255,255, 0);
  }
  }

   /* Start keyframes Chat */

   @keyframes animate-chat {
    0% {
    stroke-dashoffset: 0;

    }

    40% {
    stroke-dashoffset: 1560;

    }

    80% {
    stroke-dashoffset: 3120;

    }

    100% {
    stroke-dashoffset: 3120;
    }
    }

    @keyframes animate-dots {
    0% {
    fill: rgba(255,255,255, 1);
    }

    100% {
    fill: rgba(255,255,255, 0);
    }
    }

    /* End keyframes Chat */

    @keyframes animate-awards{
      0%{
      stroke-dashoffset: 0;
      }
      40%{
      stroke-dashoffset: 1360;
  
      }
      80%{
      stroke-dashoffset: 2520;
      fill: var(--jpc-primary);
      stroke: var(--jpc-primary);
      fill-opacity: 0.5;
      }
      100% {
      stroke-dashoffset: 3520;
      fill: var(--jpc-primary);
      stroke: var(--jpc-primary);
      fill-opacity: 1;
      }
      }