* {
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    background-color: #000;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

#freespins {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#freespins b {
    color: #eeff00;
}

#freespins .top {
    width: 100%;
    background: #000;
    height: auto;
    padding: 15px 0;
}

#freespins .LogoCasino {
    width: 100%;
    max-width: 200px;
    padding: 0 0 0 30px;
}

#freespins .LogoCasino2 {
    display: none;
}

#freespins .inclave {
    width: 100%;
    max-width: 120px;
    padding: 0 30px 0 0;
}


#freespins .content {
    width: 100%; 
    max-width: 1000px; 
    height: auto; 
    margin: 0 auto; 
    padding: 0;
    
}

#freespins .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#freespins .left {
    text-align: left;
}

#freespins .bg {
    background: url(../images/bg-dsk.jpg) no-repeat top center #031717; 
    background-size: auto; 
    height: auto; 
}

#freespins .bonus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding: 50px 10px 40px 50px;
}

#freespins .bonus img {
    width: 100%;
    max-width: 500px;
}

#freespins .cta img {
    width: 100%;
    max-width: 340px;
}

#freespins .middle {
    background-color: #031717;
}

#freespins .flexbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    row-gap: 20px;
}

#freespins .box-1 {
    width: 50%;
    padding: 30px 0;
}

#freespins .Btn {
    display: block;
    text-align: center;
    border-radius: 50px;
    width: 100%;
    max-width: 340px;
    margin: 10px auto;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    background-color: #eeff00;
}


#freespins .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  display: none;
  opacity: 0;
}

#freespins .overlay:target {
    visibility: visible;
    display: initial;
    opacity: 1;
    z-index: 999;
}

#freespins .popup {
    margin: 70px auto;
    padding: 40px 20px;
    background: #031717;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    position: relative;
    top: 10%;
}

#freespins .popup h1 {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 100%;
    padding-bottom: 10px;
}

#freespins .popup .flex2 {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}

#freespins .popup .form input {
    width: auto;
    max-width: 220px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 10px 0;
    background: rgba(47, 93, 97, 0.8);
}

::placeholder {
    color: #fff;
}

#freespins .popup .btn2 input {
    border-radius: 50px;
    border: none;
    width: 100%;
    max-width: 240px;
    margin: 10px auto;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: rgb(63,146,118);
    background: linear-gradient(90deg, rgba(63,146,118,1) 0%, rgba(137,201,0,1) 100%);
    cursor: pointer;
}

#freespins .popup .close {
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 30px;
    font-weight: 900;
    text-decoration: none;
    color: #76C900;
}

#freespins .popup .content {
      max-height: 30%;
      overflow: auto;
}

.close {
    text-shadow: none;
    opacity: 1;
}


#freespins .box-2 {
    padding: 30px 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#freespins .icons-dsk img {
    width: 100%;
    max-width: 500px;
} 

#freespins .icons-mbl {
    display: none;
}

#freespins .jackpott {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#freespins .jackpot {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#freespins .jackpot img {
    width: 100%;
    max-width: 35px;
    padding-right: 10px;
}

#freespins .jackpot-tittle {
    margin-bottom: -20px;
    z-index: 1;
}

@font-face {
  font-family: 'Marcopolo';
  src: url("../fonts/marcopolo.ttf") format("ttf"), url("../fonts/marcopolo.otf") format("otf"), url("../fonts/marcopolo.woff") format("woff"), url("../fonts/marcopolo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; 
}

#MainContJackpot {
    display: flex; 
    width: 100%; 
    height: 70px; 
    margin: 10px auto;
    font-family: 'Marcopolo';
    color: #ffe200;
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
}

#MainContJackpot i {
    display: flex; 
    margin: 0px; 
    font-size: 5em; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
    position: relative;
}

#MainContJackpot i.Num {
    font-style: normal;
    color: #fff;
}

#MainContJackpot i.Dot {
    font-style: normal;
    color: #fff;
}


#freespins .BtnGreen {
  display: block;
  border-radius: 50px;
  width: 100%;
  max-width: 340px;
  margin: 10px auto;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgb(63,146,118);
  background: linear-gradient(90deg, rgba(63,146,118,1) 0%, rgba(137,201,0,1) 100%); }


#Bar_C_GAMES {
    display: block;
      width: 100%;
      position: relative;
      background: url("../images/pattern.png") center top #082015;
      padding: 30px 0;
}

#Bar_C_GAMES h2 {
    text-transform: uppercase;
    color: #76C900;
    padding-bottom: 20px;
}

#freespins strong {
    color: #fff;
}

#C_Slots {
    display: block;
}

#C_Slots h3{
    display: none;
}

#C_Table {
    display: none;
}

#C_Poker {
    display: none;
}

#freespins .flexbox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 20px;
    padding-bottom: 20px;
}

#freespins footer {
    padding: 20px 0 0;
}

#freespins footer p {
    font-size: 12px;
}

#freespins footer img {
    width: 100%;
    max-width: 500px;
}

#freespins footer button {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ffffff;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer !important;
}

#freespins footer button:hover {
    border: solid 1px #76C900;
    background: #88C533;
    color: #000000;
    cursor: pointer !important;
}

#freespins .terms {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 0;
    color: #000 !important;
    background: #88C533;
    animation: 3s;
}

#freespins .terms p {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

 #freespins .Transitions {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; 
}


@media screen and (max-width: 1000px) {

    #freespins .icons-dsk {
        display: none;
    }

    #freespins .icons-mbl {
        display: initial;
    }

    #freespins .flexbox {
        flex-direction: column;
        row-gap: 0;
    }

    #freespins .box-1 {
        width: 80%;
        padding: 10px 0;
    }

    #freespins .box-2 {
        width: 80%;
    }

    #freespins .icon-text-mbl {
        display: flex;
        align-items: center; 
        justify-content: center;
        text-align: left;
        margin-bottom: 10px;
    }

    #freespins .icon-text-mbl img {
        width: 100%;
        max-width: 300px;
    }

    #freespins .icon-text-mbl p {
        font-size: 18px;
    }

    .CarouselGames h3{
        text-align: left;
        font-size: 16px;
        font-weight: 900;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    #Bar_C_GAMES h2 {
        display: none;
    }

    #C_Slots {
        max-width: 90%;
    }

    #C_Slots h3{
        display: block;
    }

    #C_Table {
        display: block;
        max-width: 90%;
    }

    #C_Poker {
        display: block;
        max-width: 90%;
    }
}

@media screen and (max-width: 770px) {

    #freespins .bg {
        background: url(../images/bg-mob.jpg) no-repeat top center #031717; 
        background-size: contain; 
        height: auto; 
    }

    #freespins .bonus {
        margin: 0 auto;
        padding: 320px 10px 0px;
        max-width: 500px;
    }

    #freespins .left {
        text-align: center;
    }
}

@media screen and (max-width: 700px) {

    #freespins .LogoCasino {
        display: none;
    }

    #freespins .LogoCasino2 {
        display: block;
        width: 100%;
        max-width: 200px;
        padding: 0 0 0 30px;
    }

    #freespins .flexbox2 {
        flex-direction: column;
    }

    #freespins footer img {
        width: 90%;
        max-width: 500px ;
        padding: 10px 20px 0;
    }
}

@media screen and (max-width: 670px) {
    #freespins .bonus {
        padding: 250px 10px 0px;
    }
}

@media screen and (max-width: 600px) {
    #freespins .bonus {
        padding: 250px 0px 0px;
        margin: 0 auto;
    }

    #freespins .bonus img {
        width: 80%;
        margin: 0 auto;
    }

    #freespins .popup {
        max-width: 300px;
    }
	#freespins .popup .form input {
        max-width: 100%;
		width: 100%;
		font-size: 16px;
    }

    #freespins .popup .flex2 {
        flex-direction: column;
        column-gap: 0;
    }

    #freespins .popup .btn2 input {
        max-width: 90%;
    }
}

@media screen and (max-width: 450px) {

    #freespins .LogoCasino2 {
        width: 150px;
    }

    #freespins .inclave {
        width: 100px;
    }

    #freespins .bonus {
        padding: 180px 0px 0px;
    }
	
	#freespins .popup {
        max-width: 320px;
		top: 5%;
    }
	
    #freespins .Btn {
        width: 90%;
    }

    #freespins .jackpot img {
        width: 100%;
        max-width: 25px;
        padding-right: 5px;
    }
	#freespins .popup .close {
        top: -35px;
        right: -5px;
    }

    #MainContJackpot {
        height: 65px;
    }

    #MainContJackpot i {
        font-size: 4em;
    }

}

@media screen and (max-width: 400px) {
    #freespins .popup {
        max-width: 90%;
        padding: 20px 10px;
    }

    #freespins .popup .form input {
		width: 100%;
        margin: 7px 0;
		font-size: 16px;
    }

    #freespins .popup .btn2 input {
        font-size: 16px;
        line-height: 0;
    }

    #freespins .jackpot img {
        max-width: 20px;
        padding-right: 5px;
    }

    #MainContJackpot {
        height: 50px;
    }

    #MainContJackpot i {
        font-size: 3em;
    }

    #Bar_C_GAMES .BtnGreen {
        margin-top: 30px;
        width: 90%;
    }

}

@media screen and (max-width: 360px) {
    #freespins .popup {
        max-width: 95%;
        padding: 20px 0px;
    }

    #freespins .popup .form input {
        max-width: 95%;
        margin: 5px 0;
    }

    #freespins .popup .btn2 input {
        max-width: 95% !important;
    }
}
