@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #efefef;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #72AA88;
}

#gauge {
  width: 30%;
  height: 0.4rem;
  max-width: 40%;
  border-radius: 7px;
}

nav {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  justify-content: flex-end;
  background: rgb(217, 217, 217);
  padding: 1.5rem;
  z-index: 99999;
  gap: 1rem;
}
nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}
nav ul li a {
  color: white;
  width: 100%;
  text-decoration: none;
  background: rgb(114, 170, 136);
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
}
nav ul li a:hover {
  opacity: 0.8;
}
nav ul li img {
  width: 3%;
  position: absolute;
  left: 1rem;
  top: 0.2rem;
}
nav ul #active {
  background: white;
  color: black;
}

#toTop {
  padding: 1rem;
  position: fixed;
  right: 1rem;
  background: #72AA88;
  border-radius: 50%;
  bottom: 3rem;
  color: white;
  font-size: 20px;
  opacity: 0.5;
  transition: 0.2s;
}
#toTop:hover {
  opacity: 1;
  transform: rotate(359deg);
}

#logoIndex {
  background: none;
}

.forgot_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 7rem;
  background: #fbfbfb;
  gap: 2rem;
  padding: 3rem;
}
.forgot_content input {
  padding: 0.5rem;
  border: none;
  background: #5a6c60;
  border-radius: 3px;
  color: white;
}
.forgot_content input::placeholder {
  color: white;
}
.forgot_content a {
  text-decoration: none;
  color: black;
  border: 1px solid grey;
  padding: 0.4rem;
}

#forgot {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: #b34f4f;
  display: flex;
  color: white;
  padding: 0.3rem;
  border-radius: 3px;
  justify-content: center;
}

.content-download .box-download div a {
  padding: 0.2rem;
  text-decoration: none;
  color: black;
}

.container {
  display: flex;
  z-index: 99;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.container img {
  width: 20%;
}
.container .welcome-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 3px;
  margin-top: 23rem;
}
.container .welcome-box a {
  color: white;
  width: 100%;
  text-align: center;
  background: rgb(52, 50, 50);
  transition: all 1s ease 0s;
  text-decoration: none;
  padding: 0.5rem;
  transition: 0.2s;
}
.container .welcome-box a:hover {
  opacity: 0.8;
}

.warning {
  width: auto;
  background: #FFA841;
  color: #434343;
  padding: 0.5rem;
  border-radius: 4px;
  position: absolute;
  top: 5rem;
  font-size: 20px;
}

.good {
  width: 20%;
  background: #72AA88;
  color: #434343;
  padding: 0.5rem;
  border-radius: 4px;
  position: absolute;
  top: 5rem;
  font-size: 20px;
}

.register-box {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  margin-top: 10rem;
  align-items: center;
  background: rgb(217, 217, 217);
  border-radius: 7px;
  gap: 1rem;
  padding: 2rem;
  width: 25%;
}
.register-box form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.register-box form input {
  color: white;
  margin-top: 0.3rem;
  width: 100%;
  background: rgb(125, 125, 125);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0.5rem;
  border-radius: 4px;
}
.register-box form input::placeholder {
  color: white;
}
.register-box form .top-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}

.login-box {
  display: none;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  margin-top: 10rem;
  align-items: center;
  background: rgb(217, 217, 217);
  border-radius: 7px;
  gap: 1rem;
  padding: 2rem;
  width: 25%;
}
.login-box form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-box form input {
  color: white;
  margin-top: 0.3rem;
  width: 100%;
  background: rgb(125, 125, 125);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0.5rem;
  border-radius: 4px;
}
.login-box form input::placeholder {
  color: white;
}
.login-box form .top-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}

.bluring {
  width: 100%;
  z-index: 8;
  height: 100%;
  display: none;
  top: 0;
  position: fixed;
  filter: blur(-14px);
  background: rgba(52, 50, 50, 0.98);
}

#loginBtn {
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s;
}
#loginBtn:hover {
  opacity: 1;
}

#registerBtn {
  cursor: pointer;
  transition: 0.3s;
}
#closeMen, #closeMen2 {
  padding: 0.5rem;
  display: flex;
  /* background: red; */
  justify-content: center;
}
#closeMen .fas, #closeMen2 .fas {
  background: #878787;
  padding: 0.5rem;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 25px;
}

.respons-show {
  width: 100%;
  background: rgb(217, 217, 217);
  display: none;
  gap: 0.5rem;
  padding: 1rem;
  justify-content: center;
}
.respons-show ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.respons-show ul li a {
  color: white;
  width: 100%;
  text-decoration: none;
  background: rgb(114, 170, 136);
  padding: 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
}

.respons-menu {
  display: none;
}

.test {
  background: url(img/slider/slider_4.jpg), #efefef;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30vh;
  padding: 0;
  margin: 0;
}

.carousel {
  position: relative;
  height: 400px;
  max-width: 70%;
  width: 100%;
}

.slides {
  height: 100%;
  width: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 3em;
  border-radius: 8px;
  color: white;
  line-height: 400px;
  text-align: center;
  opacity: 0;
  transition: opacity 1000ms;
}

.slide:nth-child(1) {
  background: url("img/slider/slider_3.jpg");
  background-size: cover;
  opacity: 1;
}

.slide:nth-child(2) {
  background: url("img/slider/slider_2.jpg");
  background-size: cover;
}

.slide:nth-child(3) {
  background: url("img/slider/slider_1.jpg");
  background-size: cover;
}

.slide:nth-child(4) {
  background: url("img/slider/slider_4.jpg");
  background-size: cover;
}

.slide[data-state=active] {
  display: block;
}

.indicators {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.indicator {
  cursor: pointer;
}

.top-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
.top-carousel h3 {
  font-size: 40px;
}

.download {
  margin-top: 3rem;
  background: url(img/bg_default.png), #efefef;
  background-size: contain;
  height: 40vh;
}
.download h3 {
  text-align: center;
  font-size: 60px;
}

.content-download {
  display: flex;
  margin-top: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.content-download .box-download {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
}
.content-download .box-download div {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 1rem;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 4px 0;
  align-items: center;
}
.content-download .box-download div p {
  font-size: 17px;
}
.content-download .box-download div p::first-letter {
  font-weight: bold;
  font-size: 19px;
}
.content-download .box-download div a {
  padding: 1rem;
  opacity: 0.4;
  margin-top: 1rem;
  transition: 0.4s;
}
.content-download .box-download div a:hover {
  opacity: 1;
}

footer {
  width: 100%;
  display: flex;
  padding: 0.5rem;
  position: relative;
  background: url(img/bg_default.png), #D9D9D9;
  margin-top: 4rem;
  background-size: contain;
}
footer div {
  display: flex;
  color: black;
  padding: 0.5rem;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  nav ul {
    display: none;
  }
  .respons-menu {
    display: flex;
  }
  .test {
    width: 100%;
    background-size: cover;
    margin-top: 2rem;
  }
  .container img {
    width: 60%;
  }
  .container .welcome-box {
    max-width: 50%;
    margin-top: 50%;
  }
  .box-download {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 1.5rem;
  }
  section {
    margin-top: 3rem;
  }
  .bluring {
    height: 200vh;
  }
}

/*# sourceMappingURL=login.css.map */
