body {
  background-color: #FFE75D;
  color: #2A2A2A;
}

h1,
h2,
h3 {
  color: #000;
  font-family: "Vina Sans", sans-serif;
  font-weight: normal !important;
}

header {
  background: rgba(0, 0, 0, 0.6);
  font-family: "Vina Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 8px;
}
header .chickentrailfun-logo img {
  max-width: 166px;
  height: auto;
}

/*chickentrailfun-banner*/
.chickentrailfun-banner .container {
  display: flex;
  align-items: center;
}
.chickentrailfun-banner .container div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/*chickentrailfun-about*/
.chickentrailfun-about {
  background: url("/chickentrailfun-img/chickentrailfun-bg-about.webp") no-repeat;
  background-size: cover;
}
.chickentrailfun-about .container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.chickentrailfun-about .container div {
  color: #fff;
}
.chickentrailfun-about .container div h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 50px;
}
.chickentrailfun-about .container div p {
  line-height: 150%;
}

/*chickentrailfun-story*/
.chickentrailfun-story {
  padding: 120px 0;
  background: url("/chickentrailfun-img/chickentrailfun-bg-story.webp") no-repeat;
  background-size: cover;
  color: #fff;
}
.chickentrailfun-story h2 {
  margin-bottom: 40px;
  color: #fff;
}
.chickentrailfun-story p,
.chickentrailfun-story li {
  line-height: 150%;
  max-width: 712px;
}
.chickentrailfun-story li {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Vina Sans", sans-serif;
}

/*chickentrailfun-characters*/
.chickentrailfun-characters h2 {
  text-align: center;
  margin-bottom: 40px;
}
.chickentrailfun-characters .wrapper {
  display: flex;
  gap: 20px;
}
.chickentrailfun-characters .wrapper .characters-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

/*chickentrailfun-reviews*/
.chickentrailfun-reviews {
  padding-top: 80px;
}
.chickentrailfun-reviews h2 {
  margin-bottom: 40px;
}
.chickentrailfun-reviews .wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.chickentrailfun-reviews .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.chickentrailfun-reviews .wrapper ul li {
  border: 1px dashed #000;
  padding: 30px 20px;
  background: #fff;
}
.chickentrailfun-reviews .wrapper ul li h3 {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.chickentrailfun-reviews .wrapper ul li h3 span {
  font-size: 20px;
  color: #000;
  font-family: "Teachers", sans-serif;
  display: flex;
  gap: 8px;
  align-items: center;
}
.chickentrailfun-reviews .wrapper ul li h3 span:before {
  content: url("/chickentrailfun-img/chickentrailfun-icon-star.webp");
}

/*chickentrailfun-contact-form*/
.chickentrailfun-contact-form {
  background: url("/chickentrailfun-img/chickentrailfun-bg-form.webp") no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.chickentrailfun-contact-form .wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
}
.chickentrailfun-contact-form .wrapper form {
  text-align: center;
}
.chickentrailfun-contact-form .wrapper form h2 {
  color: #fff;
  margin-bottom: 20px;
}
.chickentrailfun-contact-form .wrapper form p {
  margin-bottom: 40px;
}
.chickentrailfun-contact-form .wrapper form input {
  margin-bottom: 10px;
  border-radius: 15px;
  height: 37px;
}
.chickentrailfun-contact-form .wrapper form textarea {
  height: 76px;
  border-radius: 15px;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.chickentrailfun-contact-form .wrapper form button {
  height: 47px;
  color: #fff;
  font-size: 24px;
  font-family: "Vina Sans", sans-serif;
  text-transform: uppercase;
  line-height: 0;
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.5);
  background: linear-gradient(270deg, #383838 0%, #000 100%);
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 36px;
  height: 31px;
}
.chickentrailfun-contact-form .wrapper form button:hover {
  background: linear-gradient(90deg, #383838 0%, #000 100%);
  text-decoration: unset !important;
}

/*footer*/
footer {
  background-color: #000;
  color: #fff;
}
footer .footer-links {
  gap: 60px;
  justify-content: center;
}
footer .footer-links li a {
  font-size: 16px;
  font-family: "Vina Sans", sans-serif;
  text-decoration: unset;
}
footer .footer-links li a:hover {
  text-decoration: underline;
}
footer .info-footer {
  display: flex;
  gap: 130px;
}
footer .info-footer div p {
  font-size: 14px;
}
footer .info-footer div h3 {
  color: #fff;
  margin-bottom: 10px;
}
footer .info-footer div a {
  display: block;
  margin-bottom: 10px;
}
footer .info-footer div:first-child {
  width: 49%;
}

/*# sourceMappingURL=chickentrailfun-main.css.map */
