#4c789f7a* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lato", sans-serif;
  background: transparent;
}

a:hover .image-widget {
  opacity: 0.5;
}

/* Mega Menu header, if needed */

/* Show the dropdown menu on hover */
/* .dropdown:hover .dropdown-content {
    display: block;
  } */

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  background-color: #141a1f;
border-radius: 10px;
}
.column:first-child {
  border-right: 1px transparent solid;
}

/* Style links inside the columns */
.column a {
  font-size: 15px;
  line-height: 20px;
  float: none;
  color: #c4cacf;
  padding: 10px 10px 0px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.column a:last-child {
  padding-bottom: 10px;
}
.column img {
  margin: 0 8px 0 0px;
}
.column span {
  font-weight: 100;
  font-size: 30px;
  padding: 6px 7px 7px 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
  color: white;
}
/* Add a background color on hover */
.column a:hover {
  color: white;
}
.row {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.show {
  display: block;
}
.space {
  height: 4.4rem;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100vw;
  position: relative;
  margin: auto;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 224px;
  width: auto;
  padding: 16px;
  color: white;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover {
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(22, 22, 22)
  );
}
.next:hover {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(22, 22, 22)
  );
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #0c141b;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* border-bottom: 1px solid #5b87b396;
-webkit-box-shadow: 0 10px 5px #0b2339bd;
  -moz-box-shadow: 0 10px 5px #0b2339bd;
  box-shadow: 0 10px 5px #0b2339bd;
border-top: 1px solid #5b87b396;
-webkit-box-shadow: 0 10px 5px #0b2339bd;
  -moz-box-shadow: 0 10px 5px #0b2339bd;
  box-shadow: 10px 10px 20px 20px #0b2339bd; */


div.scrollmenu {
  background-color: #020304;
  overflow: auto;
  white-space: nowrap;

}
#firstcards h3 {
  margin: 2rem 0rem 0rem 3rem;
}
.cards{
margin-left: -40px;
}

.cards h3,
.langcards h3,
.wot h3 {
  margin: 0.5rem 0rem 0rem 3rem;
    color: #efefecf0;
}
/* height: 270px;
  width: 200px; */
.cards .scrollmenu img {
  height: 240px;
  width: 170px;
  border-radius: 5px;
  margin: 0rem 0.5rem 0rem 0rem;

}
.langcards .scrollmenu img {
  height: 137px;
  width: 138px;
  border-radius: 5px;
  margin: 0rem 0.5rem 0rem 0rem;

}
.wot .scrollmenu img {
  height: 187px;
  width: 431px;
  border-radius: 5px;
  margin: 0rem 0.5rem 0rem 0rem;
}
div.scrollmenu a {
  display: inline-block;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  color: rgb(0, 183, 255);
}
div.scrollmenu a:first-child {
  margin-left: 0rem;
}
.cards .scrollmenu img:hover {
  outline: 2px rgb(0, 183, 255) solid;
  transform: scale(1.2);
  transition: 1s ease-in-out;

}
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0f171e;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0f171e;
  border-radius: 5px;
}
/* ::-webkit-scrollbar:vertical {
  display: none;
} */
.footer {
  text-align: center;
  color: #8197a4;
  margin: 20px 0 25px 0;
}
.footer img {
  width: 107px;
  height: 32px;
}
#footerlinks a {
  color: #79b8f3;
  text-decoration: none;
}
#footerlinks a:hover {
  color: #90dffe;
}
