 body {
    padding: 0;
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #3A5A40;
    background: #FAFAF7;
}

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;
}

header {
    padding: 20px 0;
    background: #3A5A40;
    position: relative;
}

header .logo {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
    color: #FAFAF7;
}

header .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

header .menu.active {
    opacity:1;
    transform:none;
    pointer-events:auto;
}

header .menu__one {
    margin: 0 15px;
}

header .menu__one a {
    color: #FAFAF7;
}

.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: #FAFAF7;
    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 #3A5A40;
    border-radius: 20px;
    color: #3A5A40;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #3A5A40;
    color: #FAFAF7;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.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;
}

.zorvia .zorvia__all {
    position: relative;
}

.zorvia .picture {
    width: 100%;
    height: 600px;
}

.zorvia__info {
    position: absolute;
    background: #FAFAF7;
    width: 85%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    padding: 20px;
}

.zorvia__info p {
    text-align: center;
    margin-bottom: 20px;
}

.zorvia__info a {
    width: 170px;
    font-size: 20px;
    background-color: #3A5A40;
    color: #FAFAF7;
    margin: 0 auto;
}

.zorvia.page h1 {
    margin-bottom: 20px;
}

.zorvia.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.zorvia.page p {
    text-align: start;
    margin-bottom: 10px;
}

.zorvia.page p:last-of-type {
    margin-bottom: 0;
}

.melthor .melthor__one .front, .melthor .melthor__one .back {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAFAF7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.melthor .melthor__one p {
    width: 100%;
    font-weight: 600;
}

.melthor .melthor__one .front p:last-child, .melthor .melthor__one .back p:last-child {
    font-size: 18px;
    text-align: end;
}

.dravic .dravic-one {
    display: block;
}

.dravic .dravic-one .picture {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.dravic .dravic-one .dravic-one__info {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-top: -400px;
    color: #FAFAF7;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.dravic .dravic-one .dravic-one__info p:first-child {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dravic .row .dravic-one {
    margin-bottom: 20px;
}

.quilorn__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
    background: #FAFAF7;
    margin-bottom: 20px;
}

.quilorn__card .picture {
    height: 275px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -50px;
}

.quilorn__card .picture img {
    width: 125%;
}

.quilorn__card .info {
    text-align: center;
}

.quilorn__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.quilorn__card .info p:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}

.fenric__one {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.fenric__one:last-of-type {
    margin-bottom: 0;
}

.fenric__one p {
    font-weight: 600;
}

.fenric__one p:first-child {
    margin-right: 10px;
}

.fenric .row div:last-child .fenric__card .fenric__one:last-child p {
    margin-right: 0;
}

.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: #3A5A40;
    padding: 0 25px;
    border: 1px solid #3A5A40;
    border-radius: 100px;
    background: #FAFAF7;
    transition: 0.5s;
    margin-bottom: 0;
}

.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 #3A5A40;
}

.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 #3A5A40; 
}

.form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #3A5A40;
}

.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 #3A5A40;
    border-radius: 20px;
    color: #3A5A40;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #3A5A40;
    color: #FAFAF7;
    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;
}

/* veltra */
#veltra {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#veltra img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.seldor {
    background: #3A5A40;
    padding: 20px;
}

.seldor .logo {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAFAF7;
}

.seldor .menu__one a {
    display: block;
    font-size: 16px;
    color: #FAFAF7;
}

.seldor .menu__one p {
    font-size: 16px;
    color: #FAFAF7;
}

.seldor .row div .menu {
    justify-content: center;
}

.seldor .menu .menu__one {
    margin: 0 20px;
}

.seldor .row div:nth-of-type(2) .menu {
    justify-content: end;
}

.seldor .row div:nth-of-type(2) .menu .menu__one {
    margin: 0;
    margin-top: 11px;
    margin-right: 20px;
}

.seldor .row div:nth-of-type(3) .menu {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 2px solid #FAFAF7;
}

.seldor .row div:nth-of-type(3) .menu .menu__one {
    align-items: center;
}

.seldor .menu .menu__one .dots {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FAFAF7;
    margin-right: 10px;
}
        
.cookin_shell {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(43, 58, 66, 0.15);
  z-index: 1000;
  display: none;
  border-radius: 12px 12px 0 0;
  padding: 20px;
}

.cookin_box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cookin_copy h3 {
  font-size: 18px;
  color: #3A5A40;
  margin-bottom: 8px;
}

.cookin_copy p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  line-height: 1.4;
}

.cookin_copy a {
  color: #3A5A40;
  text-decoration: underline;
}

.cookin_copy a:hover {
  color: #d33;
}

.cookin_actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookin_actions .btnx_prime {
  flex: 1;
  min-width: 120px;
  height: 40px;
  border-radius: 100px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  background: #3A5A40;
  color: #fff;
}

.cookin_actions .btnx_prime.btnx_dim {
  background: #ccc;
  color: #000;
}

.cookin_actions .btnx_prime:hover {
  opacity: 0.85;
}
