 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.25s linear;
      -moz-transition: opacity 0.25s linear;
       -ms-transition: opacity 0.25s linear;
        -o-transition: opacity 0.25s linear;
           transition: opacity 0.25s linear;
 }
body, html{
  height: 100%;
  margin: 0;
  color: #232323;
  direction: rtl;
  font-family: 'Assistant', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

#bottomlogo > img {
    width: 100%;
}

form{
    text-align: center;
}

div {
    bordder: 1px solid black;
}

.mbh-10{
	margin-bottom: 7vh;	
}

.res-main{
  min-height: 100vh;
  background-color: white;
  background-size: contain;
}

#topimg{
  width: 100%;
}

#scratch {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  width:100%;
  text-align: right;
}

#scratch img {
  visibility: hidden;
  width: 92%;
  max-width: 916px;
  height: auto;
  margin-right: 4%;
}

#scratchafter{
  display: none;
  width: 100%;
  padding: 0 4vw;
  text-align: center;
}

#scratchafter img{
  width: 92%;
}

#scratch canvas {
  position: absolute;
  width: 92%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 4%;
  cursor: pointer;
  will-change: transform;
  transform: translate3d(0,0,0);
  -ms-touch-action: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  touch-action: none;

  transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
}
#scratch.revealed canvas {
  opacity: 0;
  height: 0;
}

#footer{
    position: relative;
    width: 100%;
    height: 0;
}

#bottomlogo{
    position: relative;
	padding:10vw; 
	width: 100%;
    opacity:1;
    z-index:1;
}

.mission{
  direction: rtl;
  text-align:center;
  width: 100%;
  font-weight:600;
  font-size: 9vw;
  margin-bottom:5vw;
  color: #ae0408;
}

.mission a{
  color: black;
}

.formdiv{
  width:100%;
  direction:rtl;
  text-align: right;
  margin-bottom:20px;
  padding: 0 10vw;
}

.terms-div{
    text-align: center;
    font-size: 4.5vw;
    color: #a90304;
    font-weight: 600;
    margin-top: 7vw;
}

.formdiv input[type=text]{
    border:0;
    outline: none;
    border-bottom: 2px solid #a90304;
    color: #a90304;
    background-color: white;
    font-size: 5.5vw;
    width:100%;
    display:block;
    margin-bottom: 3vw;
    padding-right: 4vw;
    -webkit-border-radius:  0 0 5vw 0;
    -moz-border-radius:     0 0 5vw 0;
    border-radius:          0 0 5vw 0;
}

.formdiv input[type=text]::placeholder{
    color: #a90304;
    opacity: 0.8;
}
.formdiv input[type=text]:-ms-input-placeholder{
    color: #a90304;
    opacity: 0.8;
}
.formdiv input[type=text]::-ms-input-placeholder {
    color: #a90304;
    opacity: 0.8;
}

input[type=text].mukinput{
  
}

.formdiv img{
  width:44%;
  margin-right: 1%;
}

input[type=checkbox].mukcheck {
  display: none;
}

img#checkimg{
  width: 4.5%;
  padding-bottom:0.8%;
}

#scratchdiv{
    position: relative;
    margin-bottom: 4vh;
    pointer-events: none;
    opacity: 0.7;
}

#termdiv{
    background-color: #1f1f1f;
    position: fixed;
    width:auto;
    right: 5%;
    left: 5%;
    top: 5%;
    bottom:5%;
    display:none;
    border: 1px solid #121010;
    text-align: right;
z-index:99999999;
}

#terms-text{
    height:90%;
    color: white;
    direction: rtl;
    text-align: right;
    padding: 5%;
    font-size: 5vw;
}

#terms-buttons{
    border-top: 1px solid #121010;
    padding: 1px;
    height:10%;
    
}

#terms-buttons button{
    display:inline-block;
    width: 49.3%;
    text-align: center;
    font-size: 7vw;
    height:100%;
    background-color: #12100f;
    border: 0;
    outline: none;
    color:white;
}

.sendbtn{
    display: inline-block;
    background-color: #a90304;
    border:0;
    outline: none;
    color: white;
    margin: 5vw auto;
    padding: 3vw 8vw;
    padding-bottom: 4vw;
    font-size: 6vw;
    -webkit-border-radius:  5vw;
    -moz-border-radius:     5vw;
    border-radius:          5vw;
}

a.sendbtn:link,
a.sendbtn:visited,
a.sendbtn:hover,
a.sendbtn:active {
    color: white;
}

/* commercial text */

.commercial_text{font-size:5vw;}