* {
  margin: 0;
  padding: 0;
}

#freespins {
  background: url(images/bg.jpg) no-repeat top center #422d3a;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  overflow: hidden;
}

#freespins h1 {
  font-family:"Open Sans", Arial, Helvetica, sans-serif, medium;
  font-size: 1.7em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #fff ;
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-weight: 500;
}

#freespins h2 {
  font-size: 1.2em;
  color: #ffc600;
  text-transform: uppercase;
  margin: 15px 0 10px;
}

#freespins p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin: 10px auto;
  padding: 0 10px;
}

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


#freespins .pad {
    padding: 10px 60px 20px 60px;
}

#freespins .content-box {
    background:rgba(80, 53, 68, 0.5);
    width: 65%;
    margin: 0 auto;
    box-shadow: 0;
    border-radius: 2%;
    padding-bottom: 20px;
    margin-bottom: 50px;
   }

#freespins .logo {
 margin: 0 auto;
 padding: 0 ;
}

#freespins .logo img {
  width: 175px;
}

#freespins .bonus {
  margin: 0 auto;
  padding: 3vw 0 0;
}

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

#freespins .mbl {
  display: none;
}

#freespins .cta {
  padding: 0px 0 0;
}

#freespins .cta img {
  width: 330px;
  transform: scale(1.1); animation: gs-btn-pulse 1s infinite;
}

@keyframes gs-btn-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

#freespins .cta2 {
  padding: 20px 0 0;
}

#freespins .cta2 img {
  width: 330px;
  transition: transform .2s;
}

#freespins .cta2 img:hover {
  transform: scale(1.1);
}

#freespins .cta-terms {
  color: #fad04f ;
  font-weight: 600;
  margin: 10px 0 0;
}

#freespins .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #3b1e30;
    font-weight: 800;
    padding: 20px;
  }

#freespins .flex div {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.flex .right:before {
  content: "";
  border-style: solid;
  border-width: 25px 15px 25px 0;
  border-color: transparent #3b1e30 transparent transparent;
  position: absolute;
  left: 0px;
  top: 0;
}

 .flex #tooltip {
  display: none;
}

#freespins .left {
  width: 200px;
  border: dashed 0px #3b1e30;
  background-color: #4b3548;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  color: #f9f398;
}

#freespins .right {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  display: block;
  cursor: pointer;
  background: #3b1e30;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  color: #e9ad90;
  line-height: 110%;
}

#freespins .text-content{
  padding: 0;
}

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

#freespins .flex2 img {
  width: 100%;
}

#freespins .box {
  width: 33.3333333%;
  padding: 0 5px;
}

.terms {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
    margin: 0 auto;
    padding: 0;
  background: #271821;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;

}

.terms .terms-container{
	display: flex;
    width: 100%;
    max-width:960px;
	justify-content: space-between;
    padding: 20px 60px;
}

.terms img {
  width: 300px;
}

.button-white {
    border: 2px #422D3A solid;
    color: #653954;
}

.button {
    text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
    text-align: center;
}

.button:hover {
  color: #422D3A;
  background-color: #945f7f;
}

#termsInner {
    display: none;
    height: auto;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #271821;
    max-width: 1400px;
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;

}

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

  	#freespins {
      background: url(images/bg-2.jpg) no-repeat top center #422d3a;
    }

    #freespins p {
      padding: 0;
    }

  }

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

    #freespins .flex2 {
      flex-direction: column;
      align-items: center;
    }

    #freespins .box {
       width: 80%;
      padding: 20px 30px;
    }

  }

  @media screen and (max-width: ) {
    
  }

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

    #freespins {
      background: url(images/bg-3.jpg) no-repeat center top -45px #422d3a;
      
      background-size: cover;
    }

    #freespins h1 {
      font-size: 1.6em;
      padding: 0px 5vw;
    }

    #freespins h2 {
      font-size: 1.2em;
   
    }

    #freespins p {
      font-size: 3vw;
      line-height: 1.5;
    }

    #freespins .pad {
        padding: 10px 1vw;
    }

    #freespins .content-box {
        
        margin: 0 auto;
        
    }

    #freespins .flex {
        padding: 10px 10px;
      }

    #freespins .logo {
      padding: 0 0 10px 0;
    }

    #freespins .bonus {
      padding: 10px 0 0;
    }

    #freespins .bonus img {
      width: 100%;
    }

    #freespins .desk {
      display: none;
    }

    #freespins .mbl {
      display: initial;
    }

    #freespins .cta {
      padding: 0px 0 0;
    }

    #freespins .cta img {
      width: 75%;
    }

    #freespins .cta2 {
      padding: 20px 0 0;
    }

    #freespins .cta2 img {
      width: 60%;
    }

    #freespins .left {
      width: 45%;
    }

    #freespins .right {
      width: 30%;
    }

    #freespins .text-content {
      padding: 320px 0 0;
    }

    .terms {
      flex-direction: column-reverse;
    }
    .terms-container{
        flex-direction:column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
    }
    .terms img {
      width: 80%;
      padding-top: 10px;
      padding-bottom: 20px;
    }

  }

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

    #freespins h1 {
      font-size: 1.2em;
      margin: 10px 0 10px;
    }

    #freespins h2 {
      font-size: 1em;
      margin: 10px 0 ;
    }

    #freespins .logo img {
      width: 180px;
    }

    #freespins .cta img {
      width: 80%;
    }

    #freespins .cta2 img {
      width: 80%;
    }

    #freespins .box {
       width: 85%;
    }

    /*#freespins .left {
      width: 60%;
    }*/

     #freespins .text-content {
      padding: 310px 0 0;
    }

    #termsInner {
      font-size: 0.7em;
    }

    #freespins p {
      font-size: 16px;
    }

  }

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

    #freespins .logo img {
      width: 160px;
    }

    #freespins .cta img {
      width: 80%;
    }

    #freespins .cta2 img {
      width: 80%;
      padding-bottom: 20px;
    }

    #freespins .right {
      width: 40%;
    }

    #freespins .text-content {
      padding: 200px 0 0;
    }

  }

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

  #freespins {
      background: url(images/bg-3.jpg) no-repeat top center #422d3a;
      background-size: cover;
    }

  #freespins .flex {
    font-size: 0.8em;
  }

  #freespins .text-content {
    padding: 225px 0 0;
  }

}


/*content-box*/

@media screen and (max-width: 720px) {
  #freespins .content-box {width: 95%;}
}


