@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html,
body {
  background-color: rgba(234, 234, 236, 0.5137254902) !important;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.5px;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1c1c1c;
}

ul li {
  line-height: 1.5;
}

section {
  width: 100%;
}
section .row {
  height: 100%;
  width: 100%;
}
section .row .col-lg-4 {
  padding: 20px;
}
section h2 {
  font-size: 30px;
  margin-bottom: 50px !important;
  padding-bottom: 40px;
  border-bottom: 1px solid #d6d9e1;
  font-weight: 600;
}

.info-box h2, .info-box p, .info-box ul, .info-box li {
  padding-left: 1rem;
  color: #eeeeee;
}
.info-box h2 {
  padding-top: 40px;
}

.nice-bg {
  background-image: url("../assets/bg.jpg");
  background-size: cover;
  margin-bottom: 50px;
  margin: 1rem;
}
.nice-bg p,
.nice-bg ul,
.nice-bg li,
.nice-bg h1,
.nice-bg h2,
.nice-bg h3 {
  color: #eeeeee;
}
.nice-bg h1 {
  color: #eeeeee;
  font-weight: 600;
  opacity: 0.6;
}

.answer-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
  background-color: white;
  padding: 20px 30px 6px 30px;
  border-radius: 12px;
  border-left: 14px solid #a11d22;
  margin-bottom: 20px;
}
.answer-card h2 {
  border: none;
  margin: 0 !important;
  font-size: 26px;
}
.answer-card p {
  margin-top: -25px;
}

.answer-header {
  font-size: 40px;
  font-weight: 600;
  margin: 40px 0;
}

.form-select {
  border-radius: 12px !important;
  border: 2px solid #d6d9e1 !important;
  font-size: 16px !important;
  background-color: #eeeeee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.btn:hover {
  background-color: #0056b3;
}

.btn-primary {
  border: none !important;
  background-color: #013148 !important;
  padding: 8px 20px !important;
}

.btn-answer {
  border: 1.5px solid #d6d9e1;
  border-radius: 6px;
  color: #1c1c1c;
  padding: 8px 0;
  background: rgba(238, 238, 238, 0.5333333333);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.btn-answer.active {
  background-color: #a11d22 !important;
  border: none !important;
  color: #eeeeee;
}

.table-div {
  z-index: 1;
  position: relative;
  background: linear-gradient(to top right, #b8b8b8, #eeeeee);
  border-radius: 20px !important;
}

.result {
  background: linear-gradient(to top right, rgba(110, 1, 1, 0.9), rgba(236, 50, 50, 0.8)) !important;
  box-shadow: rgba(4, 0, 66, 0.5) -2px 2px 0px 0px;
  color: white;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.7);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin: 16px 0;
  padding: 10px 20px;
  border-radius: 12px;
}

p.test-block {
  font-size: 72px;
  color: red;
  text-align: center !important;
  text-shadow: 1px 2px 4px rgba(255, 255, 255, 0.7), -1px -1px 4px rgba(4, 0, 255, 0.7);
  font-weight: bold;
}

.background-pic h1 {
  color: white;
  font-weight: bold;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.background-pic {
  border-radius: 20px;
  background-image: url("../assets/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  box-sizing: border-box;
}

.big-step {
  position: relative;
  z-index: 1;
  margin-bottom: 10px !important;
  padding-bottom: 20px !important;
  width: 80%;
  margin: auto;
  background-color: rgba(236, 234, 234, 0.768627451);
  border-radius: 20px !important;
}

.big-step h1 {
  text-align: center;
  color: rgb(4, 4, 90);
  font-weight: bold;
}

.big-step p,
ul {
  margin-left: 20px;
  font-size: 18px;
}

.big-step p.p-highlight {
  font-weight: 600;
  font-size: larger;
}

.arrow-img img {
  width: 3.5%;
  max-width: 100%;
  height: auto;
  border-radius: 0px !important;
}

.arrow-img {
  text-align: center;
  z-index: 1;
  position: relative;
}

.tittle {
  color: rgb(4, 4, 90);
  font-size: 20px !important;
}

.background-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.background-lines {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.background-lines2 {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.background-robot {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 30%;
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.navbar-brand > .h-100 {
  height: 100%;
  max-height: 100px;
}

.login {
  background: rgba(17, 17, 17, 0.5019607843);
  border-radius: 2px;
}
.login h2, .login h3, .login div, .login label {
  color: #eeeeee;
}

.lighter-image {
  filter: brightness(1.2);
}

.question h2 {
  color: #eeeeee;
}

.white {
  color: #eeeeee;
}

.yellow {
  background-color: yellow;
}

.small {
  font-size: 0.5em !important;
}
