.getRyuButton {
  color: white;
  background-color: #5345ff;
  padding: 10px;
  border: none;
}

.getRyuButton:hover {
  cursor: pointer;
  background-color: rgba(85, 69, 255, 0.831372549);
  box-shadow: 1px 1px 10px lightgray;
}

nav {
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  align-items: center;
  padding: 0 10px;
  background-color: #f2f5fa;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  nav {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 350px) {
  nav {
    justify-content: center;
  }
}
nav .logo {
  display: flex;
  flex: 3;
  padding-left: 130px;
}
nav .logo h1 {
  display: block;
  padding-left: 10px;
  font-weight: bolder;
}
@media only screen and (max-width: 400px) {
  nav .logo {
    flex: 1;
  }
}
nav .logo .logo_Img {
  width: 60px;
}
@media only screen and (max-width: 400px) {
  nav .logo .logo_Img {
    width: 45px;
  }
}
@media only screen and (max-width: 340px) {
  nav .logo .logo_Img {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  nav .logo h1 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  nav .logo {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 305px) {
  nav .logo {
    padding-left: none;
    display: flex;
    justify-content: center;
  }
}
nav .navlinks {
  flex: 3;
  padding-right: 180px;
}
@media only screen and (max-width: 900px) {
  nav .navlinks {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 350px) {
  nav .navlinks {
    display: flex;
    justify-content: center;
  }
}
nav .navlinks ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
nav .navlinks ul li {
  min-width: 70px;
  list-style: none;
}
nav .navlinks ul li button {
  min-width: 150px;
}

.jumbotron {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-evenly;
  align-items: center;
  background-color: #f2f5fa;
  padding: 20px 0;
}
.jumbotron h1 {
  font-size: 40px;
}
@media only screen and (max-width: 815px) {
  .jumbotron {
    text-align: center;
    padding: 50px 0;
  }
}
.jumbotron .jumbotron_image {
  max-width: 400px;
}
@media only screen and (max-width: 450px) {
  .jumbotron .jumbotron_image {
    width: 350px;
  }
}
.jumbotron .jumbotron_content {
  max-width: 400px;
}

@media only screen and (max-width: 450px) {
  aside img {
    width: 350px;
  }
}

.languageShow {
  padding: 75px 0;
  height: 200px;
  background-color: #183a7b;
  color: white;
}
@media only screen and (max-width: 450px) {
  .languageShow h2 {
    text-align: center;
  }
}
.languageShow #languageShow_slide:hover {
  cursor: pointer;
}
.languageShow #languageShow_slide ul {
  margin-top: 75px;
  display: flex;
  list-style: none;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  padding: 0 60px;
}
.languageShow #languageShow_slide ul li {
  padding: 0 20px;
  font-size: 34px;
}
.languageShow #languageShow_slide ul::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.showTranslation {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.showTranslation img {
  box-shadow: 0 0 10px lightgrey;
}
.showTranslation .showTranslate_content {
  text-align: center;
  margin-bottom: 25px;
}

.showToolTip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #183a7b;
}
@media only screen and (max-width: 600px) {
  .showToolTip {
    justify-content: center;
  }
}
.showToolTip .showToolTip_content {
  text-align: center;
  max-width: 400px;
  color: white;
}

.translateFaster {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.translateFaster img {
  box-shadow: 0 0 10px lightgrey;
}
@media only screen and (max-width: 600px) {
  .translateFaster {
    justify-content: center;
  }
}
.translateFaster .translateFaster_content {
  text-align: center;
  max-width: 400px;
}

.pricingCards {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.pricingCards h2 {
  font-size: 32px;
  text-align: left;
}
.pricingCards h1,
.pricingCards h2 {
  color: #183a7b;
}
.pricingCards .card {
  width: 300px;
  padding: 12px 30px;
  margin: 20px 17px;
  background-color: #f2f5fa;
}

.plansSection {
  padding-bottom: 0;
  text-align: center;
}
.plansSection p {
  color: #5345ff;
  font-weight: bolder;
  margin: 0 10px;
}
.plansSection h2 {
  color: #183a7b;
}
.plansSection .plansSection_switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.plansSection .plansSection_switcher p {
  color: #183a7b;
}
.plansSection .plansSection_switcher p span {
  background-color: aquamarine;
  padding: 5px;
  color: black;
}
.plansSection .yearlyPricing span {
  font-size: small;
}
.plansSection input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.plansSection label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: #bbbec3;
  display: block;
  border-radius: 100px;
  position: relative;
}
.plansSection label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.plansSection input:checked + label {
  background: #5345ff;
}
.plansSection input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.plansSection label:active:after {
  width: 130px;
}
.plansSection body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

footer {
  background-color: #183a7b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 0;
}
footer h3 {
  color: #efede6;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  padding: 8px;
}/*# sourceMappingURL=main.css.map */