* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
}

#freespins150 {
    margin: 0 auto;
    text-align: center;
    background: url(images/bg.jpg) no-repeat top center #000; 
    background-size: 100%; 
    background-position: center top;
    min-height: 100vh;
    padding-bottom: 40px;
}

#freespins150 h1 {
    font-size: 3em;
    font-family: "modesto-condensed", serif;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(to right, #008c7e 0%, #75fd56 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

#freespins150 h2 {
    font-size: 1.6em;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}

#freespins150 p {
    font-size: 1.4em;
    color: #fff;
    margin: 0;
    line-height: 1;
}

#freespins150 a {
    text-decoration: none!important;
}

#freespins150 b {
    color: #99ff00;
}

#freespins150 .small-text {
    font-size: 1em;
}

#freespins150 .container { 
    width: 100%; 
    max-width: 1350px; 
    height: auto; 
    margin: 0 auto; 
    padding: 0; 
    position: relative;
}

#freespins150 .pad {
    padding: 20px 60px 30px;
}

#freespins150 .logo {
    position: relative;
    z-index: 1;
}

#freespins150 .logo img {
    width: 150px;
}

#freespins150 .bonus-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    margin: 30px auto 50px;
    width: 100%;
    max-width: 1440px;
    padding: 30px 0;
}

#freespins150 .bonus-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: 550px;
}

#freespins150 .image-bonus {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: 367px;
    overflow: hidden;
}

#freespins150 .bonus {
    width: 550px;
    height: 367px;
    background-size: 2200px 367px; 
    background-repeat: no-repeat; 
    background-position: left top; 
    position: absolute; 
    right: 0;
    top: 0; 
    animation: bonus 1.5s steps(4) infinite;
}

#freespins150 .bonus1 {
    background-image: url(images/bonus.png);
}

#freespins150 .bonus2 {
    background-image: url(images/bonus2.png);
}

#freespins150 .margin {
    margin-top: 20px;
}

#freespins150 .btn {
  padding: 0 0 20px;
  position: relative;
}

#freespins150 .btn a {
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 1.5em;
    text-align: center;
    color: #2f5d61;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background-color: #ffff00;
    cursor: pointer;
    animation-name:glow;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}

@keyframes glow {
  from{box-shadow:0px 0px 5px #ffff00,0px 0px 5px #ffff00;}
  to{box-shadow:0px 0px 20px #ffff00,0px 0px 20px #ffff00;}
}

@keyframes bonus {
    0% { background-position: 0px; }
    100% { background-position: -2200px; }
}

#freespins150 .btn2 {
  padding: 0 0 20px;
}

#freespins150 .btn2 a {
    border-radius: 50px;
    padding: 10px 50px  ;
    font-size: 1.5em;
    text-align: center;
    color: #2f5d61;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background-color: #99ff00;
    cursor: pointer;
}

#freespins150 .btn2 a:hover {
    padding: 11px 55px;
}

#freespins150 .col-container2 { 
    position: relative;
    z-index: 1;
    padding:0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-width: 500px;
    margin: 0 auto 35px;
}

#freespins150 .col-container2 span {
    padding: 15px 20px;
    background-color: #000000a1;
    color: #fff;
    font-weight: 700;
    border: dotted 3px #99ff00;
    border-radius: 5px 0px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    font-size: 1.2em;
    height: 100%;
    min-height: 60px;
}

#freespins150 .col-container2 button {
    padding: 15px 20px;
    border: dotted 3px #99ff00;
    border-radius: 0px 5px 5px 0px;
    color: #2f5d61;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #99ff00;
    line-height: 100%;
    font-size: 1.1em;
    height: 100%;
    min-height: 60px;
}

#freespins150 .col-container2 button:hover {
    border: dotted 2px #99ff00;
    color: #ffff00;
    background-color: #000000a1;
}

#freespins150 .flexbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto 20px;
    text-align: center;
}

#freespins150 .flexbox h2 {
    margin-bottom: 40px;
}

#freespins150 .green {
    padding: 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #003236;
    text-align: center;
}

#freespins150 .green p {
    font-weight: 600;
}


#freespins150 .green img {
    margin-top: -45px;
    margin-bottom: 10px;
}

#freespins150 .flexbox2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#freespins150 .count::before {
    content: "$";
    font-family: "modesto-condensed", serif;
    color: #99ff00;
    font-size: 3em;
    font-weight: 900;
    padding: 0px 5px;
}

#MainContJackpot {
    display: flex; 
    width: 100%;  
    margin: 10px auto;
    font-family: "modesto-condensed", serif;
    color: #003236;
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
    font-weight: 900;
    padding-bottom: 15px;
}

#MainContJackpot i {
    display: flex; 
    width: 10px;
    margin: 0px; 
    font-size: 3em; 
    font-weight: 900; 
    font-style: normal;
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden;
    position: relative;
}

#MainContJackpot i.Num {
    width: 30px;
    margin: 0px 2px;
    padding: 0px 5px;
    color: #003236;
    background: rgb(110,110,110);
    background: linear-gradient(0deg, rgba(110,110,110,1) 0%, rgba(255,255,255,1) 50%, rgba(110,110,110,1) 100%);
    border-radius: 5px;
}

#MainContJackpot i.Dot {
    width: 10px;
    margin: 0px 2px;
    color: #fff;
}

#freespins150 .contain {
  width: 100%;  
  height: auto; 
  margin: 0 auto 20px; 
  padding: 0 10px 20px; 
  text-align: center;
  border-radius: 20px;
  background-color: #003236;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control { 
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
  margin-right: 40px;
  margin-left: 32px; 
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col { 
    width: 100%;
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
    height: 160px;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -75px;
  color: #99ff00;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -68px;
  color: #99ff00;
}

.block2 {
  width: 306px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}

#freespins150 .row {
  width: 100%;
  margin: 0 auto;
}

#freespins150 .terms {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

#freespins150 .terms img {
    width: 100%;
    max-width: 300px;
    padding-bottom: 15px;
}

#freespins150 .terms button {
    color: #99ff00;
    font-weight: 600;
    padding: 8px 10px;
    border: solid #99ff00 3px ;
    border-radius: 50px;
    background: transparent;
}

@media screen and (max-width: 1000px) {
    #freespins150 .flexbox {
        flex-direction: column;
    }
}

@media screen and (max-width: 850px) {
    #freespins150 .bonus-container {
        gap: 20px;
        margin: 15px auto 30px;
        max-width: 1124px;
        padding: 15px 0;
    }
    
    #freespins150 .bonus-item {
        width: 50%;
        max-width: 430px;
    }
    
    #freespins150 .image-bonus {
        position: relative;
        width: 100%;
        max-width: 430px;
        height: 287px;
    }

    #freespins150 .bonus {
        width: 430px;
        height: 287px;
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: left top; 
        position: absolute; 
        right: 0;
        top: 0; 
    }
    
    #freespins150 .bonus1 {
        background-image: url(images/bonus.png);
    }
    
    #freespins150 .bonus2 {
        background-image: url(images/bonus2.png);
    }

    #freespins150 .margin {
        margin-top: 15px;
    }

} 

@media screen and (max-width: 820px) { 
    #freespins150 p {
        font-size: 1.2em;
    }

    .img-responsive img {
        width: 180px;
    }

    #freespins150 .contain {
        padding: 0 30px 20px;
    }

    .carousel-col {
        height: 145px;
    }

}

@media screen and (max-width: 680px) {
    #freespins150 .logo img {
        width: 100px;
    }

    #freespins150 .bonus-container {
        gap: 30px;
        margin: 10px auto 25px;
        max-width: 100%;
        padding: 30px 0 10px;
    }
    
    #freespins150 .bonus-item {
        width: 100%;
        max-width: 100%;
    }
    
    #freespins150 .image-bonus {
        position: relative;
        width: 100%;
        max-width: 420px;
        height: 280px;
        margin: 0 auto;
        overflow: hidden;
    }

    #freespins150 .bonus {
        width: 420px;
        height: 280px;
        background-size: 1680px 280px; 
        background-repeat: no-repeat; 
        background-position: left top; 
        position: absolute; 
        left: -2px;
        top: 0; 
        animation: bonus 1.5s steps(4) infinite;
    }
    
    #freespins150 .bonus1 {
        background-image: url(images/bonus.png);
    }
    
    #freespins150 .bonus2 {
        background-image: url(images/bonus2.png);
    }

    #freespins150 .margin {
        margin-top: 20px;
    }
    
    #freespins150 .col-container2 {
        max-width: 400px;
        margin: 0 auto 25px;
    }
    
    #freespins150 .col-container2 span {
        padding: 12px 15px;
        font-size: 1em;
        min-height: 50px;
        border: dotted 2px #99ff00;
    }
    
    #freespins150 .col-container2 button {
        padding: 12px 15px;
        font-size: 0.9em;
        min-height: 50px;
        border: dotted 2px #99ff00;
    }

    @keyframes bonus {
        0% { background-position: 0px; }
        100% { background-position: -1680px; }
    }
}

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

    #freespins150 {
        margin: 0 auto;
        text-align: center;
        background: url(images/bg-mbl.jpg) no-repeat top center #000; 
        background-size: auto; 
        height: auto; 
    }
    
    #freespins150 .terms {
        padding: 0 30px;
    }

    #freespins150 .pad {
        padding: 20px 30px 30px;
    }

    #freespins150 h1 {
        font-size: 2em;
        margin-top: 10px;
    }

    #freespins150 h2 {
        font-size: 1.4em;
    }

    #freespins150 .flexbox h2 {
        margin-bottom: 30px;
    }

    #freespins150 p {
        font-size: 1em;
    }

    #freespins150 .small-text {
        font-size: 0.8em;
    }

    #freespins150 .btn a {
        font-size: 1.2em;
        padding: 8px 40px;
    }

    #freespins150 .btn2 {
        padding: 0 0 10px;
    }

    #freespins150 .btn2 a {
        font-size: 1.2em;
        padding: 8px 40px;
    }

    #freespins150 .btn2 a:hover {
        padding: 10px 44px;
    }

    #freespins150 .green img {
        width: 80px;
    }

    #MainContJackpot {
        margin: 5px auto;
        padding-bottom: 10px;
    }

    #freespins150 .count::before {
        font-size: 2em;
    }

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

    #MainContJackpot i.Num {
        width: 22px;
    }

    .carousel-control > a > span {
      color: white;
      font-size: 20px !important;
    }

}

@media screen and (max-width: 530px) {
    #freespins150 .logo img {
        width: 100px;
    }

    #freespins150 .bonus-container {
        gap: 20px;
        margin: 5px auto 20px;
        max-width: 100%;
        padding: 30px 0 5px;
    }
    
    #freespins150 .bonus-item {
        width: 100%;
        max-width: 100%;
    }
    
    #freespins150 .image-bonus {
        scale: 1.2;
        position: relative;
        width: 100%;
        max-width: 280px;
        height: 187px;
        margin: 0 auto;
        overflow: hidden;
    }

    #freespins150 .bonus-item .image-bonus {
        max-width: 280px;
    }

    #freespins150 .bonus {
        width: 280px;
        height: 187px;
        background-size: 1120px 187px; 
        background-repeat: no-repeat; 
        background-position: left top; 
        position: absolute; 
        left: -2px;
        top: 0; 
        animation: bonus 1.5s steps(4) infinite;
    }
    
    #freespins150 .bonus1 {
        background-image: url(images/bonus.png);
    }
    
    #freespins150 .bonus2 {
        background-image: url(images/bonus2.png);
    }

    #freespins150 .margin {
        margin-top: 15px;
    }
    
    #freespins150 .col-container2 {
        max-width: 320px;
        margin: 0 auto 20px;
    }
    
    #freespins150 .col-container2 span {
        padding: 10px 12px;
        font-size: 0.9em;
        min-height: 45px;
        border: dotted 2px #99ff00;
    }
    
    #freespins150 .col-container2 button {
        padding: 10px 12px;
        font-size: 0.8em;
        min-height: 45px;
        border: dotted 2px #99ff00;
    }

    @keyframes bonus {
        0% { background-position: 0px; }
        100% { background-position: -1120px; }
    }
}

@media screen and (max-width: 500px) {
    #freespins150 .flexbox2 {
        flex-direction: column;
    }

    #freespins150 .green {
        margin: 30px 0 10px;
        width: 100%;
    }

    #freespins150 .flexbox h2 {
        margin-bottom: 5px;
    }
    
    #freespins150 .terms {
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    #MainContJackpot {
        width: 90%;
    }
}

/*xs*/
@media (min-width: 501px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 502px) and (max-width: 691px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 692px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev            { left: -33%; }
  .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev            { left: -25%; }
  .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}