@import url("https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans+Condensed:300");
.bg-blue {
  background-color: #2d2de5;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  color: #fff;
  padding: 100px 20px 200px;
  box-sizing: border-box;
}

/*-------------------------------------------------------------------------ME Picture in introduction-------------------------------------------------------*/
.me-img {
  border-radius: 50%;
  transition: transform .2s;
  filter: grayscale(0.5);
  max-width: 500px;
}
.me-img:hover {
  transform: scale(1.125);
  filter: grayscale(0);
}

@media (max-width:600px){
  .me-img:hover {
    transform: scale(1.07);
  }
}

/*-------------------------------------------------------------------------iFrame------------------------------------------------------------------------*/
.iFrame {
  width: 90%;
  height: 80%; 
  border: 1px solid black;
  position: fixed;
  z-index: 4;  
  top: 10%;
  left: 5%;
  display: none;
}

.box12 {
  overflow: hidden;
  filter: grayscale(50%);
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.box:hover:after {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.box12 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.box12 {
  text-align: center;
}

.box12 .icon li,
.box12 .title {
  display: inline-block;
}

.box12 {
  position: relative;
}

.box12 .box-content,
.box12:after {
  position: absolute;
  transition: all 0.3s ease 0s;
}

.box12:after {
  content: "";
  width: 65%;
  background: rgba(28, 28, 28, 0.8);
  padding-bottom: 65%;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: rotate(0) translate(-50%, -50%);
  transform-origin: 0 0 0;
}

.box12:hover:after {
  transform: rotate(-45deg) translate(-50%, -50%);
  opacity: 1;
}

.box12 img {
  width: 100%;
  height: auto;
}

.box12 .box-content {
  width: 100%;
  top: 35%;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.box12:hover .box-content {
  opacity: 1;
}

.box12 .title {
  padding: 10px 0;
  color: #fff;
  margin: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.box12 .icon {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.box12 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}

.box12 .icon li a:hover {
  border-radius: 0;
}

@media only screen and (max-width: 990px) {
  .box12 {
    margin-bottom: 20px;
  }
}
.boxb {
  width: 40%;
  margin: 0 auto;
  padding: 35px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 3px solid white;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: help;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: white;
}

.button-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.button-overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #1c1c1c;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: white;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: black;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}





.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

h2.login-title {
  color: white;
  margin: 0px auto 25px;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.login-input {
  font-size: 15px;
  border: 1px solid #ccc;
  height: 25px;
  width: calc(100% - 23px);
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 10px;
  letter-spacing: 4px;
}

.login-input:focus {
  border-color: #6e8095;
  outline: none;
}

.login-button {
  position: relative;
  background: #3D3D3D;
  display: inline-block;
  width: 150px;
  color: #03e9f4;
  border: #3D3D3D;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  letter-spacing: 4px;
}

.login-button:hover {
  background: #03e9f4;
  color: #fff;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.link {
  color: #666;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}

.link a {
  color: #666;
}

.login {
  opacity: 1;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: linear-gradient(#141e30, #243b55);
}

.login-popup {
  background: linear-gradient(#141e30, #243b55);
  height: 100%;
  width: 100%;
  display: none;
}

.login-box {
  z-index: 6;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: #3D3D3D;
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  letter-spacing: 4px;
}

.login-box a:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
  color: #03e9f4;
  padding: 0px 0px;
  margin: 0px;
}


/*------------------------------------------------------------------------------------------Password validation-----------------------------------------------------------------------------------------*/
#pas-val {
  display:none;
  background: #3D3D3D;
  color: white;
  position: fixed;
  top: 25vh;
  right: 10vw;
  padding: 20px;
  margin-top: 10px;
  border-radius: 25px;
  z-index: 4;
}

#pas-val p {
  padding: 10px 35px;
  font-size: 15px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}


/*------------------------------------------------------------------------------------------Topnav----------------------------------------------------------------------------------------------------------*/
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #151515;
  position:fixed;
  width: 100%;
  z-index: 5;
}

ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
  background-color: white;
  color: black;
}

ul.topnav li a.active {
  background-color: #45a3d7;
  color: black;
}

ul.topnav li.right {
  float: right;
  color: white;
}

ul.topnav li a.icon {
  display: none;
}


@media screen and (max-width: 500px) {
  ul.topnav li.right,
ul.topnav li {
    float: none;
  }
}

@media screen and (max-width: 800px) {
  ul.topnav li a.noticon {display: none;}
  ul.topnav li a.icon {
    display: block;
  }
}

@media screen and (max-width: 800px) {
    ul.topnav .responsive .icon {
    position: absolute;
    left: 0;
    bottom:0;
  }
  ul.topnav.responsive li a {
    float: none;
    display: block;
    text-align: left;
  }

}


/*------------------------------------------------------------------------------------Welcome-------------------------------------------------------------------------------------*/
.hi {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  min-height: 10px;
  flex-direction: column;
  font-family: Hack, monospace;
  position: relative;
  z-index: 3;
}

.sayHelloWorld {
  font-size: 7vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .sayHelloWorld {
    font-size: 100px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .sayHelloWorld {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .sayHelloWorld {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
  }
}
.content {
  display: flex;
  justify-content: center;
  height: 40px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: white;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@media (max-width: 800px) {
  .content {
    font-size: 25px;
  }
  .content__container__list {
    margin-top: 0;
    padding-left: 80px;
  }
}

@media (max-width: 600px) {
  .content {
    font-size: 22px;
  }
  .content__container__list {
    margin-top: 0;
    padding-left: 70px;
  }
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
.hit-the-floor {
  color: #fff;
  font-size: 2em;
  font-family: Helvetica;
  text-align: center;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

p.txt-itroduction {
  font-size: 80px;
}

@media (max-width: 800px) {
  p.txt-itroduction {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  p.txt-itroduction {
    font-size: 10px;
  }
}

wc {
  font: normal 16px/26px Open Sans Condensed, sans-serif;
  width: 100%;
}

.bg-grey {
  background-color: #FFF5F4 !important;
  color: #0f0f6d !important;
  background: linear-gradient(301deg, #696969, #ffffff);
  background-size: 400% 400%;
  -webkit-animation: greybg 30s ease infinite;
  -moz-animation: greybg 30s ease infinite;
  animation: greybg 30s ease infinite;
}
@-webkit-keyframes greybg {
  0% {
    background-position: 0% 9%;
  }
  50% {
    background-position: 100% 92%;
  }
  100% {
    background-position: 0% 9%;
  }
}
@-moz-keyframes greybg {
  0% {
    background-position: 0% 9%;
  }
  50% {
    background-position: 100% 92%;
  }
  100% {
    background-position: 0% 9%;
  }
}
@keyframes greybg {
  0% {
    background-position: 0% 9%;
  }
  50% {
    background-position: 100% 92%;
  }
  100% {
    background-position: 0% 9%;
  }
}

.bg-navyblue {
  background-color: black !important;
  color: #FFF5F4 !important;
}

.wrapper {
  background-color: #0D1526;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font: normal 16px/26px Open Sans Condensed, sans-serif;
  color: #fff;
  padding: 100px 20px 200px;
  box-sizing: border-box;
}

.block {
  z-index: 1;
  position: relative;
}
.block:before {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #f2f2f2;
  left: 50%;
  margin-top: 90px;
}

.title {
  font: bold 42px/52px Open Sans Condensed, sans-serif;
  text-align: center;
  padding: 20px;
  transition: all 0.8s ease-in-out;
}

.titleBig {
  font: bold 62px/72px Open Sans Condensed, sans-serif;
  text-align: center;
  padding: 10px;
  transition: all 0.8s ease-in-out;
  color: white;
}

.titleSmall {
  font: bold 22px/32px Open Sans Condensed, sans-serif;
  text-align: center;
  padding: 0px;
  transition: all 0.8s ease-in-out;
  color: white;
}

.each-event {
  background-color: #f4f4f4;
  color: #777;
  padding: 15px;
  margin: 60px 20px;
  width: 300px;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.each-event:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -27px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
}
.each-event:nth-child(odd) {
  margin-left: calc(50% + 20px);
}
.each-event:nth-child(even) {
  margin-left: calc(50% - 321px);
}
.each-event:nth-child(even):before {
  left: calc(100% + 14px);
}

.title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}

.each-event.non-focus {
  color: #d2d2d2;
  background: #e6e6e6;
  margin-top: 90px;
  transform: rotateZ(45deg);
  transition: all 0.8s ease-in-out;
}
.each-event.non-focus:before {
  opacity: 0;
  background-color: #aaa;
}

@media (max-width: 600px){
  .wrapper{
    font: bold 16px/26px Open Sans Condensed, sans-serif;
  }
  .each-event:nth-child(even){
    margin-left: calc(50% - 181px);
  }
  .each-event{
    width: 160px;
  }
}



/*-------------------------------------------------------------------------------------Languages-------------------------------------------------------------------------------------*/

.lg-title{  
  font: bold 32px/42px Open Sans Condensed, sans-serif;
  text-align: center;
  padding: 20px;
  color: #0D1526;
  /* color: white; */
  background-color: #FBEAEB;
  /* background-color: black;#4E535A; */
}

.lg-container {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  max-height: 500px;
  min-height: 400px;
  background-color: #FBEAEB;
  /* background-color: rgb(0, 0, 0);#4E535A; */
}

.wrap {
  flex-wrap: wrap;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  max-height: 300px;
  min-height: 250px;
  min-width: 300px;
  border: 5px solid #0D1526; 
  /* border: 5px solid whitesmoke; */
  filter: grayscale(50%);
}

@media (max-width: 1800px) {
  .box {
    max-height: 200px;
    min-height: 150px;
    min-width: 200px;
  }

  .lg-text {
    font-size: 4vh;
  }

  .lg-container {
    max-height: 250px;
    min-height: 150px;
  }
}
@media (max-width: 1300px) {
  .box {
    max-height: 150px;
    min-height: 100px;
    min-width: 150px;
  }

  .lg-text {
    font-size: 1vh;
  }

  .lg-container {
    max-height: 200px;
    min-height: 100px;
  }

  .box > span {
    font-size: 2.8vh;
    height: 8vh;
    line-height: 2;
  }
}
@media (max-width: 1000px) {
  .box {
    max-height: 100px;
    min-height: 50px;
    min-width: 100px;
  }

  .lg-text {
    font-size: 1vh;
  }

  .lg-container {
    max-height: 150px;
    min-height: 50px;
  }

  .box > span {
    font-size: 1.8vh;
    height: 2vh;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .box {
    max-height: 75px;
    min-height: 25px;
    min-width: 65px;
  }

  .lg-text {
    font-size: 1vh;
  }

  .lg-container {
    max-height: 100px;
    min-height: 25px;
  }

  .box > span {
    font-size: 0.8vh;
    height: 3vh;
    line-height: 1;
  }
}

@media (max-width: 450px) {
  .box {
    max-height: 300px;
    min-height: 25px;
    min-width: 50px;
    margin: 2% 2%;
  }

  .lg-text {
    font-size: 1vh;
  }

  .lg-container {
    max-height: 1600px;
    min-height: 25px;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
  }

  .box > span {
    font-size: 0.8vh;
    height: 3vh;
    line-height: 1;
  }
}

.box > img {
  width: 100%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: 0.5s;
}

.box > span {
  font-size: 3.8vh;
  color: white;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
  background-color: #0D1526; 
}

.box:hover {
  flex: 1 1 20%;
  filter: grayscale(0%);
}

.box:hover > img {
  width: 100%;
  height: 100%;
}

.overlay {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #BBC8D9;
}

.box:hover .overlay {
  opacity: 0.6;
}

.lg-text {
  color: black;
  font-size: 3vh;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*-------------------------------------------------------------------------------------Competitions--------------------------------------------------------------------------------------------*/
.bg-blue {
  background-color: #0D1526;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  color: #fff;
  padding: 100px 20px 200px;
  box-sizing: border-box;
}

.box12 {
  overflow: hidden;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.box:hover:after {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.box12 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);  
  text-align: center;
}


.box12 .icon li,
.box12 .simple-title {
  display: inline-block;
}

.border-title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.box12 {
  position: relative;
}

.box12 .box-content,
.box12:after {
  position: absolute;
  transition: all 0.3s ease 0s;
}

.box12:after {
  content: "";
  width: 65%;
  background: rgba(28, 28, 28, 0.8);
  padding-bottom: 65%;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: rotate(0) translate(-50%, -50%);
  transform-origin: 0 0 0;
}

.box12:hover:after {
  transform: rotate(-45deg) translate(-50%, -50%);
  opacity: 1;
}

.box12 img {
  width: 100%;
  height: auto;
}

.box12 .box-content {
  width: 100%;
  top: 35%;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.box12:hover .box-content {
  opacity: 1;
}

.box12 .title {
  padding: 10px 0;
  color: #fff;
  margin: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.box12 .icon {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.box12 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}

.box12 .icon li a:hover {
  border-radius: 0;
}

@media only screen and (max-width: 990px) {
  .box12 {
    margin-bottom: 20px;
  }
}
.boxb {
  width: 40%;
  margin: 0 auto;
  padding: 35px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 3px solid white;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: help;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: white;
}


.comp-img{
  width: 100%; /* Make the image width 100% of its container */
  height: 200px; /* Set the maximum height of the image */
  object-fit: cover; /* Maintain aspect ratio and cover the container */
  filter: grayscale(50%);
}


/*NEW COMPETITION 23.08.2023--------------------------------------------------------------------------------------------------------------------------*/
.picture-section {
  display: flex;
  flex-direction: column; /* Display vertically on small screens */
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.picture {
  flex: 1;
  max-width: 100%;
  margin-bottom: 10px; /* Add some space between picture and text */
}

.text {
  flex: 1;
  max-width: 100%;
  padding: 0 20px;
}

.text p {
  font-size: 3vh;
  line-height: 1.6;
  color: whitesmoke;
  font-family: 'Arial', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(226, 204, 204, 0.2);
}

.additional-text {
  display: none;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .picture-section {
    flex-direction: row; /* Display horizontally on larger screens */
    justify-content: space-between;
  }

  .picture {
    flex: 1;
    margin-bottom: 0;
    max-width: 30%;
  }

  .text {
    flex: 1;
    max-width: 65%; 
    width: 65%; /* Reset width for larger screens */
  }

  .left {
    order: -1; /* Display the second text on the left side */
  }
}



/*-------------------------------------------------------------------------------------Projects---------------------------------------------------------------------------------------------*/

#timeline {
  display: flex;
  background-color: #031625;
}
#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100vh;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after {
  background: rgba(3, 22, 37, 0.85);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (hover: hover){
.tl-item:hover {
  width: 30% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;
}
.tl-content h1 {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;
}

.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  /*border-top: 1px solid #fff;*/
  border-bottom: 1px solid #fff;
}
.tl-year p {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.728rem;
  line-height: 0;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

@media screen and (max-width: 1200px) {
  #timeline{
    flex-direction: column;
  }
  
  .tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
  }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tl-item:after {
    background: rgba(3, 22, 37, 0.85);
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
 .tl-item {
    width: 100% !important;
  }
  .tl-item:after {
    opacity: 0;
  }
  .tl-item:before {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, transform 1s ease 0.25s;
  }
  .tl-item .tl-content {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
  }
  .tl-item .tl-bg {
    filter: grayscale(0);
  }
  
  
  .tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0;
  }
  .tl-content h1 {
    font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
  }
  
  .tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    /*border-top: 1px solid #fff;*/
    border-bottom: 1px solid #fff;
  }
  .tl-year p {
    font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.728rem;
    line-height: 0;
  }
  
  .tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
    filter: grayscale(100%);
  }
}


/* --------------------------------------------------------------------Contact section -------------------------------------------------------------------------------------*/

.full-screen {
  background: #eee;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
}

.fa {
  cursor: pointer;
}

.btn-inverse {
  color: #ffffff;
  background-color: #34495e;
}

.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #bdc3c7;
  border-color: #34495e;
}

.btn-inverse .badge {
  color: #34495e;
  background-color: #ffffff;
}

.form-group.focus .form-control,
.form-control:focus,
.form-group.focus .select2-search input[type=text],
.select2-search input[type=text]:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}

.cntct-h2 {
  color: #34495e;
  font-style: bold;
  font-size: 4em;
}

.hidden {
  display: none;
}






/*-----------------------------------------------------------------------------------------Coming soon----------------------------------------------------------------------------*/

.bgimg {
  /* Background image */
  background-image: url('img/soon.jpg');
  /* Full-screen */
  height: 100%;
  /* Center the background image */
  background-position: center;
  /* Scale and zoom in the image */
  background-size: cover;
  /* Add position: relative to enable absolutely positioned elements inside the image (place text) */
  position: relative;
  /* Add a white text color to all elements inside the .bgimg container */
  color: white;
  /* Add a font */
  font-family: "Courier New", Courier, monospace;
  /* Set the font-size to 25 pixels */
  font-size: 25px;

  min-height: 100vh;
}

/* Position text in the top-left corner */
.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

/* Position text in the bottom-left corner */
.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

/* Position text in the middle */
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.middle:hover {
  background: black;
  color: #fff;
  box-shadow: 0 0 5px #1a1b1b, 0 0 25px #1a1b1b, 0 0 50px #1a1b1b, 0 0 100px #1a1b1b;
  border-radius: 25px;
}

/* Style the <hr> element */
hr {
  margin: auto;
  width: 40%;
}
/*-----------------------------------------------------------------------------------------Download---------------------------------------------------------------------------------------------*/

.dl-area {
  display: none;
  width: 100%;
  height: 600px;
  margin: 30px auto;
  font: 100%/1.5 Arial, sans-serif;
  background: #3b5998;
  color: #555;
}

.left {
  float: left;
  margin-left: 400px;
}

.dl-right {
  float: right;
  margin-right: 400px;
}

.border {
  border: 2px solid black;
  border-radius: 15px;
  border-style: double;
  width: 380px;
  background: black;
}

h2 {
  color: #4E7BD4;
  font-weight: 500;
}

.download-button:active {
  background: #A21B00;
}

.import-button:active {
  background: #5D5D5D;
}

.download-button {
  float: left;
  margin-left: 0;
  margin-right: -2px;
  width: 190px;
  height: 50px;
  border: none;
  border-right: 2px solid white;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: white;
  background: #4E7BD4;
}

.import-button {
  float: left;
  margin-left: -2px;
  width: 190px;
  height: 50px;
  border: none;
  border-left: 2px solid white;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  color: white;
  background: #7E7E7F;
}

.area {
  position: relative;
}

.area a {
  vertical-align:middle;
  color: white;
}

.area p {
  position: absolute;
  top: -5px;
  /* Magic number? :( */
  left: 173px;
  background: #282829;
  line-height: 25px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: white;
  text-align: center;
  border: 2px solid white;
  font-size: 15px;
}

.file {
  background: url(https://eu.static.mega.co.nz/images/extension/rar.png) no-repeat;
  text-indent: 30px;
}

@media (max-width: 600px){
  .border{
    width: 300px;
  }

  .dl-right{
    margin-right: 0px;
  }

  .left{
    margin-left: 0px;
  }
}