body {
    padding: 0;
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    color: #6B8E4E;
    background: #fff;
}

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;
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #6B8E4E;
    border-radius: 20px;
    color: #6B8E4E;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #6B8E4E;
    color: #fff;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.garland {
    padding: 20px 0;
    background: #6B8E4E;
    position: relative;
}

.garland .marka {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
    color: #fff;
}

.garland .trail{
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.garland .trail.active {
    opacity:1;
    transform:none;
    pointer-events:auto;
}

.garland .trail__one {
    margin: 0 15px;
}

.garland .trail__one a {
    color: #fff;
}

.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: #fff;
    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);
}

.picture {
    position: relative;
    overflow: hidden;
}

.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;
}

.blossom .pasth1-v1 {
    text-align: center;
    margin-top: 25px;
}

.blossom a {
    margin: 0 auto;
    margin-top: 30px;
}

.blossom .info-v1 {
    position: relative;
}

.blossom .picture {
    width: 740px;
    height: 500px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

.blossom .stat {
    position: absolute;
    z-index: 2;
    margin-top: 25px;
    margin-left: 170px;
    background: #fff;
    top: 0;
    width: 175px;
    height: 95px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    align-items: center;
}

.blossom .stat p:first-child {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.blossom .stat p:last-child {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.posy .picture {
    position: absolute;
    width: 50%;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 500px;
}

.posy__info {
    height: 500px;
    align-items: center;
    margin-left: 20px;
}

.posy p {
    margin-bottom: 20px;
}

.posy a {
    width: 170px;
    font-size: 20px;
    background-color: #6B8E4E;
    color: #fff;
}

.posy.page h1 {
    color: #6B8E4E;
    margin-bottom: 40px;
}

.posy.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.posy.page p {
    margin-bottom: 10px;
}

.posy.page p:last-of-type {
    margin-bottom: 0;
}

.petals .petals__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.petals .petals__one .up {
    align-items: center;
}

.petals .petals__one .up .picture {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin-right: 20px;
}

.petals .petals__one .up p:first-child {
    font-weight: 600;
    font-size: 24px;
}

.petals .petals__one .up p:last-child {
    font-weight: 400;
    font-size: 16px;
    margin-top: -5px;
}

.petals .petals__one p:last-of-type {
    font-size: 24px;
    font-weight: 600;
    text-align: justify;
    margin-top: 10px;
}



.petals .picture img {
    width: auto;
    height: 125%;
}

.pollenbox .pollenbox-one {
    margin-bottom: 30px;
}

.pollenbox .row div:last-of-type .pollenbox-one {
    margin-bottom: 0;
}

.pollenbox .pollenbox-one .picture {
    height: 300px;
    width: 100%;
    margin-top: 0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pollenbox .pollenbox-one p:first-of-type {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pollenbox .pollenbox-one p:last-of-type {
    margin-bottom: 10px;
}

.pollenbox .pollenbox-one a {
    color: #6B8E4E;
}

.pollenbox .pollenbox-one a:hover {
    border-bottom: 1px solid #6B8E4E;
}

.sprig .all {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 30px;
}

.sprig .all .sprig__one {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.sprig .all .sprig__one:last-of-type {
    margin-bottom: 0;
}

.sprig .all .sprig__one p:first-child {
    margin-right: 10px;
}

.scribe {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-scribe {
    gap: 20px;
}

.scribe input,
.scribe textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #6B8E4E;
    padding: 0 25px;
    border: 1px solid #6B8E4E;
    border-radius: 100px;
    background: #fff;
    transition: 0.5s;
    margin-bottom: 0;
}

.scribe input {
    height: 50px;
}

.scribe textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.scribe input:focus,
.scribe textarea:focus {
    outline: none;
    border: 1px solid #6B8E4E;
}

.scribe input::placeholder,
.scribe textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.scribe-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.scribe-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #6B8E4E; 
}

.scribe-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #6B8E4E;
}

.scribe-check label a {
    color: #ff0000;
    text-decoration: underline;
}

.scribe-check label a:hover {
    color: #ff0000;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #6B8E4E;
    border-radius: 20px;
    color: #6B8E4E;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #6B8E4E;
    color: #fff;
    transition: 1s;
}

/* form-error */
.scribe input.error,
.scribe textarea.error,
.scribe input.error:focus,
.scribe textarea.error:focus {
    border: 1px solid #ff0000;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #ff0000;
    outline: none;
}

.scribe-check.error {
    border: 1px solid #ff0000; 
}

.scribe-check.error input[type="checkbox"] {
    border: 1px solid #ff0000;
}

/* loom */
#loom {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#loom img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.underleaf {
    background: #6B8E4E;
    padding: 20px;
}

.underleaf .marka {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
}

.underleaf .trail__one a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.underleaf .trail__one p {
    font-size: 16px;
    color: #fff;
}

.underleaf .row div .trail {
    justify-content: center;
}

.underleaf .trail .trail__one {
    margin: 0 20px;
}

.underleaf .row div:nth-of-type(2) .trail {
    justify-content: end;
}

.underleaf .row div:nth-of-type(2) .trail .trail__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.underleaf .row div:nth-of-type(3) .trail {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.underleaf .row div:nth-of-type(3) .trail .trail__one {
    align-items: center;
}

.underleaf .trail .trail__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    margin-right: 10px;
}

.crumbtray {
    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;
}

.crumbtray__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.crumbtray__copy h3 {
    font-size: 18px;
    color: #6B8E4E;
    margin-bottom: 8px;
}

.crumbtray__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.crumbtray__copy a {
    color: #ff0000;
    text-decoration: underline;
}

.crumbtray__copy a:hover {
    color: #6B8E4E;
}

.crumbtray__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.crumbtray__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #6B8E4E;
    color: #fff;
}

.crumbtray__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.crumbtray__actions .btnx_prime:hover {
    opacity: 0.85;
}