#ad {
  position: relative;
  width: 970px;
  height: 250px;
  background-color:#000000;
  overflow: hidden;
  font-family: 'Orbitron', sans-serif;
  perspective: 800px;
}

#ad::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  box-sizing: border-box;
  z-index: 3;
}

#bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#black{
  background-color: #000000;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 946px;
  height: 226px;
  transform-origin: center;
  transform: scale(0);
}

#white{
  background-color:  #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 970px;
  height: 250px;
  transform-origin: center;
  transform: scale(0);
}

.logo {
    position: absolute;
    /* width: 418px; */
    height: 32px;
    right: 30px;
    top: 30px;
    opacity: 0;
    z-index: 1;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


#blackCutout {
  position: absolute;
  top: 12px;
  left: 958px;
  width: 946px;
  transform: scale(95);
}

#f1-text, #f2-text, #f3-text, #f4-text   {
  position: absolute;
    font-size: 41px;
    line-height: 44px;
    top: 116px;
    left: 645px;
    color: #ffffff;
    /* padding-top: 10px; */
    letter-spacing: -0.002em;
}

#f1-text .biggerText, #f2-text .biggerText {
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  letter-spacing: -0.002em;
  font-weight: bold;
}

 .text-container:nth-child(2){
  margin-top: -8px;
}

#f5-text {
    position: absolute;
    font-size: 55px;
    line-height: 60px;
    top: 80px;
    left: 30px;
    color: #fff;
    letter-spacing: -0.002em;
}

#f5-text b{
  color: #ffffff;
}

#f5-text .biggerText {
    font-weight: bold;
    
}

#baseLine{
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 12px;
  width:100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 2;
}

#keyline{
  position: absolute;
  width:946px;
  height:226px;
  border: 12px solid #ffffff;
  opacity:0;
}

#keyline2{
  position: absolute;
  width:946px;
  height:226px;
  border-top: 12px solid #ffffff;
  border-left: 12px solid #ffffff;
  border-right: 12px solid #ffffff;
  opacity:0;
}

.text-container{
  position: relative;
  overflow: hidden;
  /* border:1px solid red;  */

}



.text-container span{
  display:inline-block;
  transform: translateY(46px);
}

#f5-text .text-container span{
  display:inline-block;
  transform: translateY(58px);
}

#ogb {
  position:absolute;
  left: 700px;
  width: 300px;
  opacity: 0;
  top:-45px;
}

#cta {
    position: absolute;
    font-family: arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    top: 150px;
    transform: scale(0);
    white-space: nowrap;
    left: 615px;
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.01em;
}