

body {
  background: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

iframe{
  display: none;
}

  :root {
  --varMaxWidth: 1960px;

}  

/*video-box {
  position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  z-index: 1;
  padding:  0;
  border:  0;
}*/



.video-box {
  position:  absolute;
  width:  100%;
  height:  100%;
  max-width: var(--varMaxWidth);
  margin-left: auto;
  margin-right: auto;
  overflow:  hidden;
  z-index: 1;
  padding:  0;
  border:  0;
}

.video-box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /*animation:  fadeOutVideo;
    animation-duration: 15s;
    animation-timing-function: ease;
    animation-delay:  0s;
    animation-fill-mode: forwards;*/

    width: 100%;
    height: 100%;
    /*max-width: var(--varMaxWidth);*/
    margin-left: auto;
    margin-right: auto;
    overflow:  hidden;
    z-index: 3;
}

.contentWrapper{
    position: absolute;
    top:  50%;
    left:  50%;
    transform: translate(-50%, -50%);
    /*top: 0;
    bottom: 0;*/
    display: flex;
    flex-direction: column;
    width: 80vw;
    max-width: 1700px;
    height: 70vh;
    /*max-width: var(--varMaxWidth);*/
    margin-top: 3vh;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    z-index: 3;
}

.contentWrapperHorizontal{
  display: flex;
  flex-direction: row;
  

}

/*.menuTop_overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100vw;
    max-width: var(--varMaxWidth);
    margin-left: auto;
    margin-right: auto;
    height: 4.5vw;
    top: 0px;
    left: 0px;
    z-index: 3;
}*/

.menuBottom_overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100vw;
    max-width: var(--varMaxWidth);
    margin-left: auto;
    margin-right: auto;
    height: 6vh;
    bottom: 0px;
    left: 0px;
    z-index: 3;
}


.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
}

/*  *******************************************************************************************************  */
/* > iPad Size*/

@media (min-width: 1081px) {

  :root {
  --varTop: 5vh; /*min(5vh,70px);  */
  --varBottom: 5vh;
  --varFontSizeLogo: 3.5vh;
  --varMenuTopElementMargin: min(4vw,80px);
  --varMaxWidth: 1960px;
  --varFontSizeBottom: 14px;
  --varFontSizeCenterContnetH1: 3vw;
  --varMaxFontSizeCenterContnetH1: 50px;

  --varFontSizeContnetH1: 2vw;
  --varFontSizeContnetH2: 0.8vw;
  --varMaxFontSizeContnetH1: 40px;
  --varMaxFontSizeContnetH2: 16px;

}

    .topnav {
      display: none;
    }

    #vd2 {
      display: none;
    }


    .wrapperTop{
      position: absolute;
      top: 0;
      max-width: var(--varMaxWidth);
      width: 100vw;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      background-color: rgba(0, 0, 0, 0.3);
      align-content: left;
      margin: 0;
      padding: 0;
      height: var(--varTop)
      
      z-index: 4;
      color: white;
    }

      .myLogo {
      margin-top: 2vh;
      margin-left: 2vw;
      height: var(--varTop);
      font-size: var(--varFontSizeLogo);
      font-family: 'Syncopate', sans-serif;
      text-align: left;
      text-decoration: none;
      font-weight: bold;
      z-index: 4;
    }

     .menuTop {
      height: var(--varTop);
      margin-top: 1.5vh;
      font-family: 'Syncopate', sans-serif;
      text-align: center;
      z-index: 3;
    }

    .menuTop nav{  
      margin-left: 5vw;
      height: var(--varTop);
      display: flex;
      align-items: center;
      justify-content: left;
    }

    .menuTop a {
      margin-right:  var(--varMenuTopElementMargin);
      margin-top: 1vh;
      text-decoration: none;
      float: left;
      font-size: --varMenuTopFontSize
    }

    #firstElement{
      margin-left: 0;
    }

    .menuTop a:hover {
      cursor: default;
      font-weight: 600;
    }

    .menuLang {
      height: var(--varTop);
      margin-left: auto;
      margin-top: 3vh;
      font-family: 'Syncopate', sans-serif;
      text-align: center;
       z-index: 3;
    }

    .menuLang nav{
      margin-right: 3vw;
    }
    .menuLang a {
      margin-left:  2vw;
      margin-top: 0;
      text-decoration: none;
      float: right;
      font-size: font-size: min(0.9vw,18px);
    }

    .menuLang a:hover {
      font-weight: 600;
    }

.centerContent {
  /*position: absolute;
  top:  45%;
  left:  50%;
  trnsform: translate(-50%, -50%);*/
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  color: #f1f1f1;
  width: 400px;
  padding: 20px;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 3;
}

.centerContent h1{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: min(var(--varFontSizeCenterContnetH1),
    var(--varMaxFontSizeCenterContnetH1));
  text-align: center;
  display: block;
  letter-spacing: -0.1vw;
  padding:  5px;
  margin-top: 1px;
  margin-bottom: 1px;
  animation:  fadeIn1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

.centerContent h2{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: min(var(--varFontSizeCenterContnetH2),
    var(--varMaxFontSizeCenterContnetH2));
  font-weight:  100;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 1px;
  margin-bottom: 20px;
  animation:  fadeIn2;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

#myBtn {
 
  width: 9vw;
  max-width: 150px;
  height: 3vw;
  max-height: 40px;
  font-size: min(0.9vw,18px);
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  border-radius: 30px;
  /*border: 1px solid white;*/
  border: 1px solid white;
  font-family: 'Syncopate', sans-serif;
  animation:  fadeIn3;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
  vertical-align: middle;



}

#myBtn:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}


.content {
  height: 15vh;
  max-height: 200px;
  width: 21vw;
  max-width: 400px;
  color: #f1f1f1;
  
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 3;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid ghostwhite;
  border-radius: 0.25rem;
  border-radius: 2rem;
  background: rgba(255,255,255,0.2);
  box-shadow: 0 0.625rem 3.375rem rgba(0, 0, 0, 0.04);
  animation:  fadeIn2;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
  text-decoration: none;
}

#tradingContent:hover{
  background-image: url('/img/trading2.jpg');
  background-size: 100% 100%;

}

#techContent:hover{
  background-image: url('/img/tech5.jpg');
  background-size: 100% 100%;

}

#serviceContent:hover{
  background-image: url('/img/services3.jpg');
  background-size: 100% 100%;

}

.content h2{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: min(var(--varFontSizeCenterContnetH2),
  var(--varMaxFontSizeCenterContnetH2));
  font-weight:  100;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 0px;
  margin-bottom: 20px;

}
 
 #tradingBtn{
  margin:0 auto;
  display:block;
  background: rgba(0, 0, 0, 0.0);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: min(var(--varFontSizeContnetH1),
    var(--varMaxFontSizeContnetH1));
  padding:  1px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*animation:  fadeIn4;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
  border:  none;
 }



 #servicesBtn{
  margin:0 auto;
  display:block;
  background: rgba(0, 0, 0, 0.0);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: min(var(--varFontSizeContnetH1),
    var(--varMaxFontSizeContnetH1));
  padding:  1px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*animation:  fadeIn4;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
  border:  none;
 }



 #technologyBtn{
  margin:0 auto;
  display:block;
  background: rgba(0, 0, 0, 0.0);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: min(var(--varFontSizeContnetH1),
    var(--varMaxFontSizeContnetH1));
  padding:  1px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*animation:  fadeIn4;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
  border:  none;
 }



/*
.menuBottom {
  position: absolute;
  bottom:  0.5%;
  left:  50%;
  transform: translate(-50%);
  height: 5vh;
  color: #f1f1f1;
  width: 60vw;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 4;
}

.menuBottom nav {
  position:  absolute;
  left:  50%;
  transform: translate(-58%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  } 

.menuBottom a {
  margin-left:  4vw;
  margin-top: 1.2vh;
  text-decoration: none;
  color: white;
  float: left;
}

.menuBottom a:hover {
  font-weight: 600;
} */

.menuBottom_index {
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      width: 100vw;
      max-width: var(--varMaxWidth);
      height: var(--varBottom);
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(0, 0, 0, 0.3);
      font: white;
      color: white;
      z-index: 4;
      }

    .menuBottom_index nav {
      width: 100vw;
      max-width: var(--varMaxWidth);
      height: var(--varBottom);
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Syncopate', sans-serif;
      margin-bottom: 0;
      } 

    .menuBottom_index a {
      margin-left:  2vw;
      margin-right: 2vw;
      text-decoration: none;
      font-size: var(--varFontSizeBottom);
      float: left;
      text-align: center;
    }

    .menuBottom_index a:hover {
      font-weight: 600;
      cursor: default;
      
    }


}

/*  *******************************************************************************************************  */
/* iPad Size*/
@media (min-width: 501px) and (max-width: 1080px) {

:root {
  --varTop: 5vh; /*min(5vh,70px);  */
  --varBottom: 5vh;
  --varFontSizeLogo: 3.5vh;
  --varMenuTopElementMargin: min(4vw,80px);
  --varMaxWidth: 1960px;
  --varFontSizeBottom: 14px;
  --varFontSizeCenterContnetH1: 3vw;
  --varMaxFontSizeCenterContnetH1: 50px;

  --varFontSizeContnetH1: 2vw;
  --varFontSizeContnetH2: 0.8vw;
  --varMaxFontSizeContnetH1: 40px;
  --varMaxFontSizeContnetH2: 15px;

}

    .topnav {
      display: none;
    }

    #vd2 {
      display: none;
    }

    .wrapperTop{
      position: absolute;
      top: 0;
      max-width: var(--varMaxWidth);
      width: 100vw;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      background-color: rgba(0, 0, 0, 0.3);
      align-content: left;
      margin: 0;
      padding: 0;
      height: var(--varTop)
      
      z-index: 4;
      color: white;
    }

      .myLogo {
      margin-top: 2vh;
      margin-left: 2vw;
      height: var(--varTop);
      font-size: var(--varFontSizeLogo);
      font-family: 'Syncopate', sans-serif;
      text-align: left;
      text-decoration: none;
      font-weight: bold;
      z-index: 4;
    }

     .menuTop {
      height: var(--varTop);
      margin-top: 1.5vh;
      font-family: 'Syncopate', sans-serif;
      text-align: center;
      z-index: 3;
    }

    .menuTop nav{  
      margin-left: 5vw;
      height: var(--varTop);
      display: flex;
      align-items: center;
      justify-content: left;
    }

    .menuTop a {
      margin-right:  var(--varMenuTopElementMargin);
      margin-top: 1vh;
      text-decoration: none;
      float: left;
      font-size: --varMenuTopFontSize
    }

    #firstElement{
      margin-left: 0;
    }

    .menuTop a:hover {
      cursor: default;
      font-weight: 600;
    }

    .menuLang {
      height: var(--varTop);
      margin-left: auto;
      margin-top: 3vh;
      font-family: 'Syncopate', sans-serif;
      text-align: center;
       z-index: 3;
    }

    .menuLang nav{
      margin-right: 3vw;
    }
    .menuLang a {
      margin-left:  2vw;
      margin-top: 0;
      text-decoration: none;
      float: right;
      font-size: font-size: min(0.9vw,18px);
    }

    .menuLang a:hover {
      font-weight: 600;
    }

.centerContent {
  /*position: absolute;
  top:  45%;
  left:  50%;
  trnsform: translate(-50%, -50%);*/
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  color: #f1f1f1;
  width: 400px;
  padding: 20px;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 3;
}

.centerContent h1{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: min(var(--varFontSizeCenterContnetH1),
    var(--varMaxFontSizeCenterContnetH1));
  text-align: center;
  display: block;
  letter-spacing: -0.1vw;
  padding:  5px;
  margin-top: 1px;
  margin-bottom: 1px;
  animation:  fadeIn1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

.centerContent h2{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: min(var(--varFontSizeCenterContnetH2),
    var(--varMaxFontSizeCenterContnetH2));
  font-weight:  100;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 1px;
  margin-bottom: 20px;
  animation:  fadeIn2;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

#myBtn {
 
  width: 12vw;
  max-width: 150px;
  height: 4vw;
  max-height: 40px;
  font-size: max(15px,min(0.9vw,18px));
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  border-radius: 30px;
  border: 1px solid white;
  font-family: 'Syncopate', sans-serif;
  animation:  fadeIn3;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
  vertical-align: middle;



}

#myBtn:hover {
  background: rgba(255,255,255,0.1);
  color: white;
}


.content {
  height: 15vh;
  max-height: 200px;
  color: #f1f1f1;
  width: 21vw;
  max-width: 400px;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 3;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid ghostwhite;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.2);
  box-shadow: 0 0.625rem 3.375rem rgba(0, 0, 0, 0.04);
  animation:  fadeIn2;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

#tradingContent:hover{
  background-image: url('/img/trading2.jpg');
  background-size: 100% 100%;

}

#techContent:hover{
  background-image: url('/img/tech5.jpg');
  background-size: 100% 100%;

}

#serviceContent:hover{
  background-image: url('/img/services3.jpg');
  background-size: 100% 100%;

}

.content h2{
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: min(var(--varFontSizeCenterContnetH2),
    var(--varMaxFontSizeCenterContnetH2));
  font-weight:  100;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 1px;
  margin-bottom: 20px;
  /*animation:  fadeIn5;
  animation-duration: 7s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
}
 
 #tradingBtn{
  margin:0 auto;
  display:block;
  background: rgba(0, 0, 0, 0.0);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: min(var(--varFontSizeContnetH1),
    var(--varMaxFontSizeContnetH1));
  padding:  1px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*animation:  fadeIn4;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
  border:  none;
 }



 #servicesBtn{
  margin:0 auto;
  display:block;
  background: rgba(0, 0, 0, 0.0);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: min(var(--varFontSizeContnetH1),
    var(--varMaxFontSizeContnetH1));
  padding:  1px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*animation:  fadeIn4;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
  border:  none;
 }



 #technologyBtn{
  margin:0 auto;
  display:block;
  background: rgba(0, 0, 0, 0.0);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: min(var(--varFontSizeContnetH1),
    var(--varMaxFontSizeContnetH1));
  padding:  1px;
  margin-top: 1px;
  margin-bottom: 1px;
  /*animation:  fadeIn4;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;*/
  border:  none;
 }



/*
.menuBottom {
  position: absolute;
  bottom:  0.5%;
  left:  50%;
  transform: translate(-50%);
  height: 5vh;
  color: #f1f1f1;
  width: 60vw;
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 4;
}

.menuBottom nav {
  position:  absolute;
  left:  50%;
  transform: translate(-58%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  } 

.menuBottom a {
  margin-left:  4vw;
  margin-top: 1.2vh;
  text-decoration: none;
  color: white;
  float: left;
}

.menuBottom a:hover {
  font-weight: 600;
} */

.menuBottom_index {
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      width: 100vw;
      max-width: var(--varMaxWidth);
      height: var(--varBottom);
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(0, 0, 0, 0.3);
      font: white;
      color: white;
      z-index: 4;
      }

    .menuBottom_index nav {
      width: 100vw;
      max-width: var(--varMaxWidth);
      height: var(--varBottom);
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Syncopate', sans-serif;
      margin-bottom: 0;
      } 

    .menuBottom_index a {
      margin-left:  2vw;
      margin-right: 2vw;
      text-decoration: none;
      font-size: var(--varFontSizeBottom);
      float: left;
      text-align: center;
    }

    .menuBottom_index a:hover {
      font-weight: 600;
      cursor: default;
      
    }


}


/*  *******************************************************************************************************  */
/* < iPad Size */
@media (max-width: 500px) {

:root {
  --varFontSizeLogo: 2.5vh;
  --varMaxWidth: 1700px;
  --varMenuTopFontSize:  12px;
  --varMenuTopElementMargin: min(8vw,80px);
  --varFontSizeBottom: 1.5vh;
  --varMenuLangFontSize: 12px;
}

  #centerContainer{
      width: min(100vw,calc(var(--varMaxWidth)));
      margin-left:  auto;
      margin-right: auto;
      padding-left: 1vw;
      padding-right: 2vw;
      margin-top: 0;
  }
  
   #vd1 {
      display: none;
    }

.centerContent {
  position: absolute;
  top:  50%;
  left:  50%;
  display: grid;
  grid-row-gap: 1px;
  transform: translate(-50%, -50%);
  /*height: 200px;*/
  width: 100vw;
  color: #f1f1f1;
  
  
  font-family: 'Syncopate', sans-serif;
  text-align: center;
  z-index: 3;
}

.centerContent h1{
  grid-column: 1;
  grid-row: 1;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: 5vh;
  text-align: center;
  letter-spacing: -0.1vw;
  /*padding:  5px;*/
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  animation:  fadeIn1;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

.centerContent h2{
  margin-top: 5px;
  grid-column: 1;
  grid-row: 2;
  font-family: 'Syncopate', sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-size: 2vh;
  font-weight:  100;
  text-align: center;
  letter-spacing: -0.1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  animation:  fadeIn2;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

#buttonWrap{
  margin-top: 11px;
}

#myBtn {

  width: 25vw;
  height: 5vh;
  font-size: 4vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  border-radius: 12px;
  border: 1px solid white;
  font-family: 'Syncopate', sans-serif;
  padding: 0;
  animation:  fadeIn3;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay:  0s;
  animation-fill-mode: forwards;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

#tradingContent {
  display: none;
}

#techContent {
  display: none;
}

#serviceContent {
  display: none;
}

.menuBottom_index {
      position: fixed;
      bottom: 0;
      margin-bottom: 0;
      width: 100vw;
      max-width: var(--varMaxWidth);
      height: var(--varBottom);
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(0, 0, 0, 0.3);
      font: white;
      color: white;
      z-index: 4;
      }

    .menuBottom_index nav {
      width: 100vw;
      max-width: var(--varMaxWidth);
      height: var(--varBottom);
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Syncopate', sans-serif;
      margin-bottom: 0;
      } 

    .menuBottom_index a {
      margin-left:  2vw;
      margin-right: 2vw;
      text-decoration: none;
      font-size: var(--varFontSizeBottom);
      float: left;
      text-align: center;
    }

    .menuBottom_index a:hover {
      font-weight: 600;
      cursor: default;
      
    }




}


/*  *******************************************************************************************************  */

/* Other Stuff */

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


.container {
  display: none;
  position: absolute;
  top:  50%;
  left:  50%;
  transform: translate(-50%, -50%);
  font-size: 0.9vw;
  width: 30vw;
  hight: 10vw;
  color: white;
  background-color: darkgrey;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  
  padding: 20px;
  z-index: 4;
  font-family: 
  "AvenirNextLTW01-Regular"
  ,"Avenir Next LT Com"
  ,"Helvetica Neue",
  Helvetica,sans-serif;
}

input{
  opacity: 1.0;  
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

#submitBtn
{
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  width: 6vw;
  /*height: 2vw;*/
  font-size: 0.9vw;
  text-align: center;
  vertical-align: middle;
  /*background: #000;*/
  color: whitesmoke;
  padding:  0.3vw;
  border-radius: 12px;
  border: 2px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#submitBtn:hover {
  background: #ddd;
  color: black;
}

#closeBtn
{

  /*position:  absolute;
  bottom:  1vw;
  margin-right:  1vw;*/
  margin-left:  17.6vw;
  background-color:  black;
  background: rgba(0, 0, 0, 0.3);
  width: 6vw;
  /*height: 2vw;*/
  right: 1px;
  font-size: 0.9vw;
  text-align: center;
  vertical-align: middle;
  /*background: #000;*/
  color: whitesmoke;
  padding:  0.3vw;
  border-radius: 12px;
  border: 2px solid whitesmoke;
  font-family: 'Syncopate', sans-serif;
}

#closeBtn:hover {
  background: #ddd;
  color: black;
}



@keyframes logo_animation{
  from {opacity: 0.0;}
  to {opacity: 1.0;}
}

@keyframes background_animation{
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}

@keyframes logo_animation2{
  first {font-weight: normal;}
  from {font-weight: bold;}
  to {font-weight: normal;}
}

@keyframes fadeIn {
  from {opacity: 0.0;}
  to {opacity: 1.0;}
}

@keyframes fadeIn1 {
  0% {opacity: 0.0;}
  50% {bottom: -300px; opacity: 0.0;}
  100% {bottom:  0; opacity: 1.0;}
}

@keyframes fadeIn2 {
  0% {opacity: 0.0;}
  33% {opacity: 0.0;}
  66% {opacity: 0.0;}
  100% {opacity: 1.0;}
}

@keyframes fadeIn3 {
  0% {opacity: 0.0;}
  25% {opacity: 0.0;}
  50% {opacity: 0.0;}
  75% {opacity: 0.0;}
  100% {opacity: 1.0;}
}

@keyframes fadeOut {
  from {opacity: 1.0;}
  to {opacity: 0.1;}
}

@keyframes fadeIn4 {
  0% {opacity: 0.0;}
  20% {opacity: 0.0;}
  40% {opacity: 0.0;}
  60% {opacity: 0.0;}
  80% {opacity: 0.0;}
  100% {opacity: 1.0;}
}
 
@keyframes fadeOutVideo {
  from {background-color: rgba(0, 0, 0, 0.4)}
  to {background-color: rgba(0, 0, 0, 0.0.4)}
}

@keyframes fadeIn5 {
  0% {opacity: 0.0;}
  15% {opacity: 0.0;}
  30% {opacity: 0.0;}
  55% {opacity: 0.0;}
  70% {opacity: 0.0;}
  85% {opacity: 0.0;}
  100% {opacity: 1.0;}
}

@keyframes fadeIn6 {
  0% {opacity: 0.0;}
  15% {opacity: 0.0;}
  30% {opacity: 0.0;}
  55% {opacity: 0.0;}
  75% {opacity: 0.0;}
  80% {opacity: 0.0;}
  85% {opacity: 0.0;}
  100% {opacity: 1.0;}
}

@keyframes fadeIn7 {
  0% {opacity: 0.0;}
  15% {opacity: 0.0;}
  30% {opacity: 0.0;}
  55% {opacity: 0.0;}
  75% {opacity: 0.0;}
  79% {opacity: 0.0;}
  80% {opacity: 0.0;}
  85% {opacity: 0.0;}
  100% {opacity: 1.0;}
}