/*Designed and Created by Jesko Usinger*/
/*Date: 05.02.2021*/

*{
    margin:0;
    padding: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}
.banner-text{
  width: 100%;
  position:absolute;
  z-index: 100;
}

.banner-text ul{
  margin-right: 1%;
  float: right;
}

.banner-text ul li{
  line-height: 21px;
  display: inline-block;
  position: relative;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}

.banner-text ul li a{
  display: block;
  margin: 20px 20px;
  color: white;
  text-decoration: none;
}

.banner-text a:hover{
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: white solid 3px;
  transition: padding .2s;
}

.banner-text ul li ul.dropdown{
  min-width: 150px; /* Set width of the dropdown */
  background: rgb(51, 50, 50);
  display: none;
  position: absolute;
  z-index: 999;
  border-radius: 16px;
}
.banner-text ul li ul.dropdown a{
  text-align: center;
  
}

.banner-text ul li:hover ul.dropdown{
  display: block;
}

.banner-text ul li ul.dropdown li{
  display: block;
  
}

.arrow{
  border: solid white;
  border-width: 0 2px 2px 0; 
  display: inline-block;
  padding: 3px;
  margin-bottom: 1.5px;
  margin-left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: ease 0.2s;
}

.arrow_down{
  border: solid white;
  border-width: 0 2px 2px 0; 
  display: inline-block;
  padding: 3px;
  margin-bottom: 1.5px;
  margin-left: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: ease 0.2s;
}

.banner-text ul li:hover i{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}



.banner-text h3{
  text-align: center;
  color: white;
  font-size: 2em;
  margin-top: 8%;
}

.banner-text h4{
  text-align: left;
  color: white;
  font-size: 3em;
  margin-top: 3%;
  margin-left: 4%;
}



/**/
.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 500px;
  top: 0;
  right: 0;
  background-color: rgb(51, 50, 50);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  width: 130px;
  margin: 25px 50px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
}

.sidepanel span {
  width: 130px;
  margin: 25px 50px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  font-size: 36px;
}

.openbtn {
  display: none;
}

.sidepanel .sidepanel_subitem{
  width: 130px;
  margin: 20px 0px 0px 65px; 
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
}
/**/

.logo{
    overflow: hidden;
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
}

.page_content{
  text-align: center;
  font-size: 1.17em;;
  color: white;
}

.contentBody{
  margin-top: 40px;
}

.importantText{
  color: white;
  font-weight: bold;
  font-size: 2em;
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

.page_content span{
  margin-top: 20px;
}

.animation-area{
  background: linear-gradient(-130deg, #961c12, #0a4e0d, #000000);
  width: 100%;
  height: 170vh;
  
}

.box-area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.box-area li{
  position: absolute;
  display: block;
  list-style: none;
  width: 25px;
  height: 25px;
  animation: animate 20s linear infinite;
  top: -150px;
}

.contentImage{
  overflow: hidden;
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin-top: 1%;
  margin-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
}

/* Acomplishments */
.container{
  text-align: center;
  font-size: 1.17em;
  color: white;
  margin-top: 5%;
}

.subcontainer{
margin-bottom: 50px;
margin-left: 10%;
margin-right: 10%;
}

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

/* -------------- */

.box-area li:nth-child(1){
  left: 86%;
  width: 80px;
  height: 80px;
  background-image: url("/images/dart.png");
  background-size: contain;
  animation-delay: 0s;
}

.box-area li:nth-child(2){
  left: 10%;
  width: 30px;
  height: 30px;
  background-image: url("/images/dart.png");
  background-size: contain;
  animation-delay: 1.5s;
}

.box-area li:nth-child(3){
  left: 70%;
  width: 100px;
  height: 100px;
  background-image: url("/images/dart.png");
  background-size: contain;
  animation-delay: 5.5s;
  animation-duration: 10s;
}

.box-area li:nth-child(4){
  left: 22%;
  width: 100px;
  height: 100px;
  background-image: url("/images/dart.png");
  background-size: contain;
  animation-delay: 0s;
  animation-duration: 15s;
}

.box-area li:nth-child(5){
  left: 55%;
  width: 40px;
  height: 40px;
  background-image: url("/images/dart.png");
  background-size: contain;
  animation-delay: 0s;
}

.box-area li:nth-child(6){
  left: 15%;
  width: 110px;
  height: 110px;
  border-radius: 90px;
  animation-delay: 3.5s;
}

@keyframes animate{
  0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100%{
    transform: translateY(800px) rotate(360deg);
    opacity: 0;
  }
}

@media screen and (max-width: 992px){
  .animation-area{
    background: linear-gradient(-130deg, #961c12, #0a4e0d, #000000);
    width: 100%;
    height: 400vh;
    
  }

  .banner-text ul{
    display: none;
    height: 80px;
    margin-right: 1%;
    float: right;
  }

  .banner-text h3{
    text-align: center;
    color: white;
    font-size: 2em;
    margin-top: 15%;
  }

  .openbtn {
    display: block;
    float: right;
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
    margin-right: 4%;
    margin-top: 4%;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }

  .contentImage{
    overflow: hidden;
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-top: 15%;
    margin-bottom: 2%;
    padding-left: 10%;
    padding-right: 10%;
  }
}