@font-face {
  font-family: "BLK Fort Extrabold";
  src: /* Super Modern Browsers */ url("blkfort-extrabold-webfont.woff2")
    format("woff2");
}

@font-face {
  font-family: "BLK Fort Bold";
  src: /* Super Modern Browsers */ url("blkfort-bold-webfont.woff2")
    format("woff2");
}

@font-face {
  font-family: "BLK Fort Book";
  src: /* Super Modern Browsers */ url("blkfort-book-webfont.woff2")
    format("woff2");
}

@font-face {
  font-family: "BLK Fort Cond Bold";
  src: /* Super Modern Browsers */ url("blkfortcond-bold-webfont.woff2")
    format("woff2");
}

@font-face {
  font-family: "BLK Fort Cond Light";
  src: /* Super Modern Browsers */ url("blkfortcond-light-webfont.woff2")
    format("woff2");
}

/* MAIN
************************************************** */
body,
body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

#main-container {
  visibility: hidden;
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid black;
  background-color: #ffce00;
  box-sizing: border-box;

  /* */
  overflow: hidden;
}

#background_exit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

#mainbg {
  top: 0;
  position: absolute;
  width: 970px;
  height: 250px;
  background-color: #ffce00;
}

.canvas_img {
  position: absolute;
  top: 178px;
  left: 30px;
  width: 129px;
}

.canvas_size {
  position: absolute;
  width: 970px;
  height: 250px;
}

.Extrabold {
  font-family: "BLK Fort Extrabold";
}

.Bold {
  font-family: "BLK Fort Bold";
}

.Book {
  font-family: "BLK Fort Book";
}

#footer_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 60px;
  width: 970px;
  background-color: #ffce00;
}

#footer {
  position: absolute;
  /*width: 110px;*/
  left: 19px;
  bottom: 15px;

  font-size: 11px;
  letter-spacing: -0.03em;
}

.maintext {
  position: absolute;

  letter-spacing: -0.03em;
}

.text1{
    display: flex;
    /**/align-items: flex-end;
    top: -100px;
    left: 30px;
    height: 190px;
    font-size: 45px;
    line-height: 1; 
 
}

.text2{
  display: flex;
  top: 45px;
  left: 27px;
  height: 108px;
  font-size: 22px;
  line-height: 1;
  flex-direction: column;
  /* background-color: rgba(255, 1, 1, 0.2);
    
    
   /* background-color: rgba(255,1,1,0.2); */
}

.text2 .Extrabold {
  margin-top: 4px;
  font-size: 28px;
  letter-spacing: 0.1px;
}

#cta {
  position: absolute;
  letter-spacing: 0.6px;
  right: 30px;
  bottom: 30px;
  width: 168px;
  height: 40px;
  padding-top: 3px;
  font-size: 19px;
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  /* transform: scale(1.75);
}

.btn {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* z-index: 200;*/
}

#info {
  font-family: "BLK Fort Book";
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 9.5px;
  cursor: pointer;
  opacity: 0;
}

/* TERMS
************************************************** */
#terms {
  width: 970px;
  height: 250px;
  /*top: -1px;
  left: -1px;*/
  cursor: pointer;
  overflow: hidden;
}

#close {
  position: absolute;
  width: 12px;
  top: 27px;
  right: 26px;
  padding: 3px;
  display: none;
}

.scollbtns {
  position: absolute;
  top: 0px;
  width: 35px;
  height: 15px;
  /*background-color: rgba(1,255,255,0.5);*/

  background-repeat: no-repeat;
  background-position: center;
}

#scroll {
  position: absolute;
  width: 35px;
  top: 47px;
  right: 17.5px;
}

#up {
  top: 5px;
  background-image: url("images/up_triangle.svg");
}

#circle {
  top: 15px;

  background-image: url("images/circle.svg");
}

#down {
  top: 25px;

  background-image: url("images/down_triangle.svg");
}

#text_wrapper {
  position: absolute;
  height: 130px;
  width: 750px;
  left: 30px;
  top: 29px;
  padding-right: 0px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* #terms_text {
  font-size: 10px;
  line-height: 12px;
} */

#text_wrapper::-webkit-scrollbar,
#terms_text::-webkit-scrollbar {
  display: none;
}

.noselect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.nopointer {
  pointer-events: none;
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

#info img {
  height: 9px;
}

.Bold.copy {
  font-family: "BLK Fort Cond Bold";
  font-size: 20.5px;
  line-height: 22px;
}

.Bold.copy.inner {
  font-family: "BLK Fort Cond Bold";
  font-size: 10px;
  line-height: 12px;
}

.Book.copy {
  font-family: "BLK Fort Cond Light";
  font-size: 10px;
  line-height: 12px;
}

.anim_container {
  height: 250px;
  width: 300px;
  position: absolute;
  transform: translate(40px, 0px);
}

#runway {
  height: 250px;
  width: 1989px;
  position: absolute;
  top: -26px;
  left: -35px;
}

#plane {
  height: 43px;
  width: 133px;
  position: absolute;
  top: 109px;
  left: 410px;
  transform: translateX(-550px) translateY(-58px) rotate(354deg);
  opacity: 0;
}

.t1word{
  transform: translateX(-30px);
  display: inline-block;
  opacity: 0;
}

span a{
  color: black;
  text-decoration: none;
}

.text2 .Book{
  letter-spacing: 0.1px;
}
