
body{
  padding: 0px;
  margin: 0px;
  background: white;
  font-family: 'Raleway';
}

.background {
  width: 100%;
  height: 85vh;
  min-height: 450px;
  background-image: url("assets/backgrounds/bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  z-index: -10;
}

.background .overlay{
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 100%, rgba(76,0,120,0.54) 0%, rgba(76,0,120,0.54) 0%, rgba(0,0,0,0.54) 100%);
  text-align: center;
}

.header-block{
  padding-top: 20vh;
  color: white;
  z-index: 10;
  text-align: center;
}

.prehead {
  height: 100vh;
}

.header-block p{
  opacity: 0.8;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-btns {
  text-interspace: 0px;
}

.header-btns .button {
  background-color: white;
  color: #2D0A3B;
  width: 160px;
  padding: 14px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}


.header-btns .button:hover {
    transform: scale(0.95);
}

.preview {
  text-align: center;
  /*padding-top: 130px;*/
  position: absolute;
  top: 70vh;
  transition: 0.8s top cubic-bezier(.13,.72,.16,1), 0.5s opacity ease;
  width: 100%;
}

.preview img {
  width: 80%;
  max-width: 1280px;
  border: 1px solid rgba(255,255,255, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 1px 0px 34px 0px rgba(0,0,0,0.37);
  -moz-box-shadow: 1px 0px 34px 0px rgba(0,0,0,0.37);
  box-shadow: 1px 0px 34px 0px rgba(0,0,0,0.37);
}

#particles-js {
  width: 100%;
  height: 100%;
}

.center {
  text-align: center;
}

.block {
  width: 80%;
  max-width: 1280px;
  color: black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.block .center h1 {
  font-size: 43px;
  color: #000000;
  letter-spacing: 0;
}

.block .center{
  padding-top: 20px;
  padding-bottom: 80px;
}

.block .center  p {
  font-size: 17px;
  color: rgba(0,0,0,0.71);
  letter-spacing: 0;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

.block .center img {
  padding-top: 40px;
}

.block h1 {
  font-size: 43px;

}

.banner {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-size: 100vw 100vh;
  background-attachment: scroll;
}

.banner.thomas{
  background-image: url("assets/backgrounds/bg2.png");
}

.banner.thomas .block .skin {
  background-image: url("assets/skins/thomas.png");
}

.banner.leak{
  background-image: url("assets/backgrounds/bg3.png");
}

.banner.leak .block .skin {
  background-image: url("assets/skins/leak.png");
}

.banner.ilan{
  background-image: url("assets/backgrounds/bg4.png");
}

.banner.ilan .block .skin {
  background-image: url("assets/skins/ilan.png");
}

.dark {
  background-color: rgba(0,0,0,0.7);
}

.banner .block {
  color: white;
  height: 100%;
}

.banner .block .content {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.banner .block .content h1{
  margin-top: 5px;
}

.banner .block .skin {
  width: 321px;
  height: 100%;
  display: inline-block;
  float: right;
  vertical-align: top;
  background-repeat: no-repeat;
}

.banner.leak .block .skin {
  float: left;
}

.banner.ilan .block .skin {
  float: left;
}


.enterscroll{
  transform: translateY(25px);
  opacity: 0;
  transition: 0.5s all ease-out;
}

.fact .icon {
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  display: inline-block;
}

.fact .title {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 700;
  padding-top: 8px;
  padding-left: 8px;
  text-align: left;
}

.facts {
  text-align: center;
  padding-top: 80px;
}

.fact {
  max-width: 270px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  padding-bottom: 35px;
}

.block .center img{
  width: 100%;
  max-width: 988px;
  height: auto;
}

.fact .desc{
  font-size: 17px;
  color: rgba(0,0,0,0.71);
  letter-spacing: 0;
  padding-top: 10px;
  text-align: left;
}

.content a {
  text-decoration: underline;
  color: white;
}

.premiumblock {
  background-image: url("assets/backgrounds/bgpremium.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  width: 100%;
  height: 210px;
  border-radius: 4px;
}

.premiumblock .gem {
  background-image: url("assets/icons/gem.svg");
  background-repeat: no-repeat;
  background-position: 0px 02px;
  background-size: 49px 49px;
  padding: 10px;
  padding-left: 72px;
  font-size: 30px;
  font-weight: bold;
}

.premiumblock .buy {
  background-image: url("assets/icons/heart.svg");
  background-repeat: no-repeat;
  background-position: 20px 22px;
  background-size: 20px 18px;
  background-color: white;
  color: #580037;
  padding: 10px;
  padding-left: 57px;
  width: 200px;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

.premiumblock .buy:hover {
  cursor: pointer;
  transform: scale(0.98);
}

.premiumblock .left {
  float: left;
  margin: 40px;
  margin-left: 50px;
}

.premiumblock .left p {
  opacity: 0.7;
}

.premiumblock .right {
  float: right;
  margin-right: 50px;
  margin-top: 77px;
  margin-left: 50px;
}

.dl {
  background-image: url("assets/icons/dl.svg");
  background-repeat: no-repeat;
  background-position: 28px 29px;
  background-size: 24px 24px;
  background-color: #4378F2;
  color: #FFFFFF;
  width: 330px;
  border-radius: 3px;
  transition: transform 0.3s ease;
  margin: auto;
  text-align: left;
  transition: all 0.2s ease;
}

.inner {
  padding: 22px;
  padding-left: 77px;
  color: white;
}

.dl:hover {
  background-color: #1F4291;
}

.dl:active {
  transform: scale(0.98);
}

.dl .btntitle {
  font-size: 20px;
  font-weight: bold;
}
.dl .btndesc {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}

.smaller {
  font-size:12px !important;
  margin-top: -10px;
  opacity: 0.8;
  margin-bottom: 30px;
}

.footer {
  background-color: #F7F7F7;
  width: 100%;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 70px;
}

.sigmaprod {
  background-image: url("assets/prod.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 168px 26px;
  width:168px;
  height: 26px;
  margin:auto;
}

.youtube {
  max-width: 527px;
  width: 90%;
}

.modalinit {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right:0px;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  background: none !important;
  transform: translateY(50px);
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right:0px;
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease-out;
}

.modal.hidden {
  opacity: 0;
  transition: all 0.2s ease-in;
  pointer-events: none;
  background: none !important;
}

.modal.hidden .modal-block{
  transform: translateY(-50px);
  transition: all 0.2s ease-in;
  pointer-events: none;
  background: none !important;
}

.modal-block {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  margin-top: 70px;
  transition: all 0.2s ease-out;
}

.modaltext {
  line-height: 1.5;
}

.redditlink {
  background-color: #FF7C22;
  color:white;
  padding: 4px;
  border-radius: 5px;
  transition: transform 0.5s ease;
}


.modal-block h1{
  margin-top: 0px;
}

.modal-block p{
  opacity: 0.7;
}

.modal-block .modal-button {
  background: #3B99FE;
  color: white;
  text-align: center;
  padding: 10px;
  transition: background 0.1s;
  cursor: pointer;
  margin-top: 17px;
}

.modal-block .modal-button:hover {
  background: #327DCE;

}

@media only screen and (max-width: 1100px) {
  .banner .block .skin {
    display: none;
  }
  .premiumblock {
    height: 320px;
  }
  .premiumblock .left {
    width: 100%;
  }
  .premiumblock .right {
    float: left;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 550px) {
  .banner .block .content h1{
    font-size: 37px;
  }
  .banner .block .content p{
    font-size: 14px;
  }
  .header-block {
    padding-top: 14vh;
    transform: scale(0.8);
  }
}
