@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Dancing Script", serif;
}

html, body {
  scroll-behavior: smooth;
}

header {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 2rem 5%;
}
header button {
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 2px solid #000;
  display: block;
}
header button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header button a svg {
  height: 19px;
  width: 19px;
  color: rgba(255, 255, 255, 0.65);
  stroke-width: 3;
}
header .logo {
  width: 33%;
}
header .logo img {
  width: 100%;
}
header .logout__btn {
  background: none;
  border: none;
}
header .logout__btn a {
  color: #000;
  text-decoration: none;
}
header .logout__btn a svg {
  color: #000;
  height: 30px;
  width: 30px;
}

.offcanvas {
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.5s ease-in-out;
  z-index: 40;
  background: #101010;
}
.offcanvas #close__offcanvas {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
}
.offcanvas #close__offcanvas svg {
  height: 35px;
  width: 35px;
  color: #fff;
  stroke-width: 2.5;
}
.offcanvas a {
  display: block;
  width: 80%;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  font-size: 1em;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
.offcanvas a:last-child {
  border-bottom: none;
}
.offcanvas .offcanvas-active {
  text-decoration: underline;
}

@media only screen and (max-width: 900px) {
  header .logo {
    font-size: 1.5em;
  }
  header nav {
    gap: 1.75rem;
  }
  header nav a {
    font-size: 0.9em;
  }
  header nav a::after {
    bottom: -3px;
  }
}
@media only screen and (max-width: 700px) {
  header {
    padding: 1.5rem 5%;
  }
  header nav {
    display: none;
  }
  header .ham {
    display: flex;
  }
  .offcanvas {
    display: flex;
  }
}
.btn {
  border: none;
  background: none;
}
.btn a {
  font-size: 1em;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
  padding: 0.75em 1.5em;
  font-weight: 500;
  transition: 0.2s ease;
}
.btn:hover a {
  outline: 1px solid #fff;
}

footer {
  padding: 5rem 7.5%;
  background: #181818;
}
footer .footer__content {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: start;
}
footer .footer__content .left {
  width: 40%;
}
footer .footer__content .left h2 {
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 1rem;
}
footer .footer__content .left p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  line-height: 1.75em;
}
footer .footer__content .right {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  gap: 1.15rem;
}
footer .footer__content .right a {
  text-decoration: none;
  color: #fff;
  font-size: 1.25em;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 1px;
}
footer .footer__content .right a svg {
  height: 1.35em;
  width: 1.35em;
  color: #fff;
  stroke-width: 3;
}

@media only screen and (max-width: 1300px) {
  footer .footer__content .left h2 {
    font-size: 2.5em;
  }
  footer .footer__content .left p {
    font-size: 0.85em;
  }
  footer .footer__content .right {
    justify-content: center;
  }
  footer .footer__content .right a {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer__content .left h2 {
    font-size: 2em;
  }
  footer .footer__content .left p {
    font-size: 0.7em;
  }
  footer .footer__content .right a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 700px) {
  footer .footer__content {
    flex-flow: column;
    row-gap: 4rem;
  }
  footer .footer__content .left {
    width: 100%;
  }
}
@font-face {
  font-family: "Braga"; /* Name you will use in the font-family property */
  src: url("../../fonty/Braga.ttf") format("truetype"); /* Adjust the path */
  font-weight: normal; /* Adjust if necessary: normal, bold, etc. */
  font-style: normal; /* Adjust if necessary: normal, italic, etc. */
}
@font-face {
  font-family: "Special Elite"; /* Name you will use in the font-family property */
  src: url("../../fonty/SpecialElite-Regular.ttf") format("truetype"); /* Adjust the path */
  font-weight: normal; /* Adjust if necessary: normal, bold, etc. */
  font-style: normal; /* Adjust if necessary: normal, italic, etc. */
}
#gdpr__parent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
#gdpr__parent input {
  height: auto;
  width: auto;
  cursor: pointer;
}
#gdpr__parent label {
  color: #fff;
  cursor: pointer;
  font-family: "Special Elite";
}
#gdpr__parent label a {
  color: #fff;
  font-family: "Special Elite";
}

@media only screen and (max-width: 700px) {
  #gdpr__parent label {
    font-size: 0.8em;
  }
}
body {
  font-family: "Braga", sans-serif;
  margin: 0 auto;
  padding: 0 0 3rem;
  max-width: 700px;
  background: url("../../img/web-background-1080x1920 2.png");
  background-size: cover;
}

.rating-form, .admin-dashboard {
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #000;
}

h1 {
  text-align: center;
  color: #fff;
  font-family: "Braga", sans-serif;
  padding: 1rem 0 0;
  background: linear-gradient(2deg, rgb(186, 81, 0) 0%, rgb(195, 136, 0) 100%);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

h2 {
  text-align: center;
  color: #fff;
  font-family: "Braga", sans-serif;
  padding: 1rem 0;
  background: linear-gradient(45deg, rgb(49, 118, 90) 0%, rgb(159, 214, 193) 52%, rgb(49, 118, 90) 100%);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

.login-form {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column;
  padding: 1.5rem 0;
}
.login-form h3 {
  font-family: "Special Elite";
  background: #31765A;
  background: linear-gradient(45deg, rgb(49, 118, 90) 0%, rgb(159, 214, 193) 52%, rgb(49, 118, 90) 100%);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
.login-form input {
  text-align: center;
  background: #000;
  border: 2px solid rgb(71, 22, 71);
  padding: 1em 0.5em 0.8em;
  font-family: "Special Elite";
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 0.75rem;
}
.login-form .submit-btn {
  background: #47018c;
  padding: 13px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
}
.login-form .submit-btn span {
  background: url("../../img/text-bg.png") no-repeat center;
  font-size: 18px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Special Elite";
}

p {
  margin: 0.5rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Special Elite";
  font-size: 15px;
  text-align: center;
  line-height: 1.5em;
}
p a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.quote {
  text-align: center;
  color: #fff;
  font-family: "Braga", sans-serif;
  padding: 1rem 0;
  background: url("../../img/text-bg.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

.copyright {
  font-size: 15px;
  font-family: "Special Elite";
  background: url("../../img/text-bg.png") no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 1rem 0;
  opacity: 0.5;
}

.sample {
  padding: 1rem 0;
}
.sample h2 {
  padding: 0.5rem 0;
}

.samples {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  width: 100%;
  padding: 0 10%;
}
.samples .sample {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.samples .sample .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.samples .sample .rating span {
  font-family: "Special Elite";
  color: #fff;
  font-size: 18px;
  transform: translateY(3px);
}
.samples .sample .rating svg {
  height: 18px;
  width: 18px;
  color: #ffff00;
  fill: #ffff00;
}

.rating-form-content {
  display: flex;
  flex-direction: column;
}
.rating-form-content .input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.rating-form-content .input label {
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.35em;
  font-family: "Special Elite";
  font-weight: 500;
  background: linear-gradient(45deg, rgb(49, 118, 90) 0%, rgb(159, 214, 193) 52%, rgb(49, 118, 90) 100%);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-form-content .input input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 40%;
  font-family: "Special Elite";
  font-size: 1.25em;
}
.rating-form-content button {
  background: #47018c;
  padding: 13px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
}
.rating-form-content button span {
  background: url("../../img/text-bg.png") no-repeat center;
  font-size: 18px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Special Elite";
}

.contacts-form {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  gap: 2rem;
}
.contacts-form .input {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  width: 100%;
}
.contacts-form .input label {
  font-family: "Special Elite";
  background: #BA5100;
  background: linear-gradient(2deg, rgb(186, 81, 0) 0%, rgb(195, 136, 0) 100%);
  font-size: 18px;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contacts-form .input label.small {
  font-size: 15px;
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.contacts-form .input input, .contacts-form .input select, .contacts-form .input textarea {
  text-align: center;
  background: #000;
  border: 2px solid rgb(186, 81, 0);
  padding: 1em 0.5em 0.8em;
  font-family: "Special Elite";
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 0.75rem;
  width: 100%;
}
.contacts-form .input textarea {
  resize: none;
  height: 5rem;
  font-size: 13px;
  text-align: start;
}
.contacts-form .input .p {
  text-align: start;
  font-size: 12px;
}
.contacts-form .input .p a {
  font-family: "Special Elite";
  font-weight: 700;
}
.contacts-form .input .two {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: column;
  margin: 0.75rem 0;
}
.contacts-form .input .two input {
  font-size: 13px;
  text-align: start;
}
.contacts-form .submit-btn {
  background: linear-gradient(2deg, rgb(186, 81, 0) 0%, rgb(195, 136, 0) 100%);
  padding: 13px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
  margin: 0 auto;
}
.contacts-form .submit-btn span {
  font-size: 18px;
  color: #fff;
  font-family: "Special Elite";
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table th, table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}
table th {
  background: #007BFF;
  color: white;
}

.sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sponsor img {
  height: 100px;
}

@media only screen and (max-width: 700px) {
  body {
    background: url("../../img/web-background-1080x1920 1.png");
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */