
@font-face {
  font-family: 'ComicSans';
  src: url('../fonts/comic-sans-webfontkit/comic-webfont.woff') format('woff'),
       url('../fonts/comic-sans-webfontkit/comic-webfont.woff2') format('woff2'),
       url('../fonts/comic-sans-webfontkit/comic-webfont.ttf') format('truetype');
} 

@media screen and (max-width: 40.5em) {
  .container {
    width: auto;
    float: none;

  }
}


div{
  font-family: 'ComicSans';
  font-size: large;
}

.wrapper {
  width: 80%;
}

.section-1 {
  width: 90%;
  margin: auto;
  align-items: center;
}

.flex-container {
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  padding: 5px;
  margin-top: 10px;
  margin: 0 auto;
}

.title-banner {
  display: block;
  margin: auto;
  max-width: 80%;
 

}

.counter-wrap {
  background-image: url(../image/Rectangle-3.png);
  background-repeat: repeat;
  background-size: cover;
  margin: auto;
  max-width: 100%;
}
.counter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.text-below {
  text-align: center;
  color: #ffffff;
  font-family: "Futura";
}



.section-2 {
  background-image: url(../image/BG-2-launch.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}



.marquee {
  border: 2px dotted gray;
  position: relative;
  width: 100vw;
  max-width: 150%;
  height: 40px;
  overflow-x: hidden;
  background-color: #ffde00;
  font-size: 1.5em;
  font-family: "Futura";
  font-weight: bold;
  color: #000000;
  left: -10px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-2pic {
  display: flex;
  justify-content: center;
  margin-left: 20px;
}

.visitcounter {
  font-family: Futura-Bold; 
  color: black; 
  font-size: 20px;
}

@keyframes marquee {
  from {
    transform: translateX(70%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffde00;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.form-label{
  color: #000000;
}





