 body {
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #3B7A57;
    background: #F4F6F3;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

.handlebar {
    padding: 20px 0;
    background: #3B7A57;
}

.handlebar .badge {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #F4F6F3;
}

.handlebar .menu {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.handlebar .menu__one {
    margin: 0 15px;
}

.handlebar .menu__one a {
    color: #F4F6F3;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span {
    width: 100%;
    height: 3px;
    background: #F4F6F3;
    transition: all 0.3s;
}

.bar.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.bar.active span:nth-child(2) {
    opacity: 0;
}

.bar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #3B7A57;
    border-radius: 20px;
    color: #3B7A57;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #3B7A57;
    color: #F4F6F3;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 125%;
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.trail .picture {
    position: absolute;
    width: 50%;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 500px;
}

.trail__info {
    height: 500px;
    align-items: center;
    margin-left: 20px;
}

.trail p {
    margin-bottom: 20px;
}

.trail a {
    width: 170px;
    font-size: 20px;
    background-color: #3B7A57;
    color: #F4F6F3;
}

.trail.page h1 {
    margin-bottom: 20px;
}

.trail.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.trail.page p {
    text-align: start;
    margin-bottom: 10px;
}

.trail.page p:last-of-type {
    margin-bottom: 0;
}

.crew__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.crew__card.first .picture {
    height: 536px;
}

.crew__card .picture {
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.crew__card .picture img {
    width: 125%;
}

.crew__card .info {
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.crew__card p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.crew .row div .crew__card:last-child {
    margin-bottom: 0;
}

.routes__card {
    position: relative;
    border-radius: 20px;
    padding: 32px 32px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #F4F6F3;
    height: 640px;
}

.routes__card p:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
}

.routes__card .line {
    width: 100%;
    height: 1px;
    background: #3B7A57;
    margin: 25px 0 15px;
}

.routes__card p:nth-of-type(3) span {
    font-size: 64px;
    font-weight: 600;
}

.routes__card .one {
    margin-bottom: 20px;
}

.routes__card .one:last-of-type {
    margin-bottom: 0;
}

.routes__card .dots {
    width: 7px;
    height: 7px;
    background: #3B7A57;
    border-radius: 100%;
    margin-top: 11px;
    margin-right: 10px;
}

.routes__card .btn {
    position: absolute;
    bottom: 0;
    width: 290px;
    height: 60px;
    border-radius: 100px;
    left: 50%;
    margin-left: -145px;
    margin-bottom: 25px;
    background: #3B7A57;
    color: #F4F6F3;
}

.routes__card .btn:hover {
    background: #F4F6F3;
    color: #3B7A57;
    border: 3px solid #3B7A57;
}

.faqride .faqride__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.faqride .faqride__one P:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.signal {
    background: #3B7A57;
    color: #F4F6F3;
}

.signal .all {
    justify-content: center;
}

.signal .all .signal__one {
    align-items: center;
    margin: 0 20px;
    text-align: center;
}

.signal .all .signal__one p:first-child {
    margin-right: 10px;
}

.signal.page {
    background: #F4F6F3;
    color: #3B7A57;
}

.signal.page h1 {
    margin-bottom: 40px;
    background: none;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-form {
    gap: 20px;
}

.form input,
.form textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #3B7A57;
    padding: 0 25px;
    border: 1px solid #3B7A57;
    border-radius: 100px;
    background: #F4F6F3;
    transition: 0.5s;
    margin-bottom: 0;
}

#privacyConsent {
    box-shadow: inset 0 0 0 1px #3B7A57;
    outline: none;
}

.form input {
    height: 50px;
}

.form textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.form input:focus,
.form textarea:focus {
    outline: none;
    border: 1px solid #3B7A57;
}

.form input::placeholder,
.form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.form-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #3B7A57; 
}

.form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #3B7A57;
}

.form-check label a {
    color: #ff0000;
    text-decoration: underline;
}

.form-check label a:hover {
    color: #ff0000;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #3B7A57;
    border-radius: 20px;
    color: #3B7A57;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #3B7A57;
    color: #F4F6F3;
    transition: 1s;
}

/* form-error */
.form input.error,
.form textarea.error,
.form input.error:focus,
.form textarea.error:focus {
    border: 1px solid #ff0000;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #ff0000;
    outline: none;
}

.form-check.error {
    border: 1px solid #ff0000; 
}

.form-check.error input[type="checkbox"] {
    border: 1px solid #ff0000;
}

/* pedal */
#pedal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#pedal img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.chainring {
    background: #3B7A57;
    padding: 20px;
}

.chainring .badge {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #F4F6F3;
}

.chainring .menu{
    opacity: 1;
}

.chainring .menu__one {
    margin-bottom: 5px;
    align-items: center;
}

.chainring .menu .menu__one:last-child {
    margin-bottom: 0;
}

.chainring .menu__one a {
    display: block;
    font-size: 16px;
    color: #F4F6F3;
}

.chainring .menu__one p {
    font-size: 16px;
    color: #F4F6F3;
}

.chainring .menu__one p:first-child {
    margin-right: 10px;
}

.chainring .menu.politica {
    border-top: 2px solid #F4F6F3;
    margin-top: 20px;
    padding-top: 20px;
    justify-content: center;
}

.chainring .menu.politica .menu__one {
    margin: 0 15px;
}

.chainring .menu.politica .menu__one p {
    margin-right: 0;
}

.cookiepedal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 400px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.cookie__aster_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cookie__aster_copy h3 {
    font-size: 18px;
    color: #3B7A57;
    margin-bottom: 8px;
}

.cookie__aster_copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.cookie__aster_copy a {
    color: #3B7A57;
    text-decoration: underline;
}

.cookie__aster_copy a:hover {
    color: #ff0000;
}

.cookie__aster_actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cookie__aster_actions .btnx_prime {
    flex: none;
    min-width: 120px;
    height: 40px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #3B7A57;
    color: #fff;
}

.cookie__aster_actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #000;
}

.cookie__aster_actions .btnx_prime:hover {
    opacity: 0.85;
}