body {
    margin: 0;
    padding: 0;
    background-color: rgb(228, 242, 209);
    overflow-x: hidden;
}
.logo_pagrindinis {
    width: 128px;
    height: 72px; 
}
.header_container {
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_list {
    list-style: none;
    margin: 0;
    padding: 0 -45px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav_item a,
.nav_item-cart a {
    text-decoration: none;
    color: #2c541d;
    font-weight: 500;
    letter-spacing: 2.5px;
    font-family: 'Satoshi-Medium', sans-serif;
    font-size: 20px;
}
.bg_image {
    width: 100%;
    height: auto;
    display: block;
    animation: jumpFromUp 1s ease-out forwards;
}
.apie_bg_image {
    animation: jumpFromUp 1s ease-out forwards;
}
.main_bg {
    width: 100%;
}
.apie_main_bg {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.paslaugos_main_bg {
    display: flex;
    align-items: center;
    flex-direction: column;
    animation: jumpFromUp 1s ease-out forwards;
    padding-top: 40px;
    padding-bottom: 40px;
}
.shipment_policy_header {
    width: 100%;
    height: auto;
}
.paslaugos_header_image {
    width: 100%;
    height: auto;
}
.paslaugos_main_image {
    width: 70%;
    height: auto;
}
.jump-from-up {
    animation: jumpFromUp 1.4s ease-out forwards;
}
@keyframes jumpFromUp {
    0% {
        transform: translateY(-300px);
        opacity: 0;
    }

    60% {
        transform: translateY(0);
        opacity: 1;
    }

    75% {
        transform: translateY(-20px);
    }

    90% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}
.nav_item a {
    position: relative;
    transition: color 0.25s ease;
}
.nav_item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #2c541d;
    transition: width 0.3s ease;
}
.nav_item a:hover {
    color: #2c541d;
}
.nav_item a:hover::after {
    width: 100%;
}
.return_refund_policy_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 35px;
    animation: jumpFromUp 1s ease-out forwards;
    gap: 30px;
}
.return_refund_policy_header_image {
    width: 100%;
    height: auto;
}
.return_refund_policy_bg_image {
    padding-right: 45px;
}
.footer {
    background-color: rgb(228, 242, 209);
    padding: 32px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #2b3a2f;
    padding-top: 0;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}
.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Satoshi-Medium', sans-serif;
}
.footer_right {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer_socials {
    display: flex;
    gap: 25px;
    padding-left: 110px;
}
.footer_socials a {
    font-size: 20px;
    text-decoration: none;
    color: inherit;
}
.footer_bottom {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 14px;
    font-family: 'Satoshi-Regular', sans-serif;
}
.footer_socials img {
    width: 24px;
    height: 24px;
}
.shipment_policy_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 35px;
    animation: jumpFromUp 1s ease-out forwards;
    gap: 30px;
}
.purchase_sale_policy_header_image {
    width: 100%;
    height: auto;
}
.purchase_sale_policy_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    animation: jumpFromUp 1s ease-out forwards;
}
.privacy_policy_header_image {
    width: 100%;
    height: auto;
}
.privacy_policy_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    animation: jumpFromUp 1s ease-out forwards;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 45px;
}
.komanda {
    padding-top: 50px;
}
.komanda_header_image {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    animation: jumpFromUp 1s ease-out forwards;
}
.komanda_images_container {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 70px;
    flex-wrap: wrap;
}
.praktikantai_header_image {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.praktikantai_images_container {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 70px;
    flex-wrap: wrap;
}
.rekvizitai {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rekvizitai_header_image {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.rekvizitai_main_image {
    width: 506.4px;
    height: auto;
    max-width: 100%;
    padding-right: 40px;
    padding-bottom: 50px;
    display: block;
}
.komanda_image {
    width: 375.5px;
    height: auto;
    max-width: 100%;
    transform: scale(0);
    opacity: 0;
}
.praktikantai_image {
    width: 375.5px;
    height: auto;
    max-width: 100%;
    transform: scale(0);
    opacity: 0;
}
.kursai_main_images_container {
  display: flex;
  justify-content: center;
  gap: 150px;
  overflow: hidden;
  padding-bottom: 30px;
}
.kursai_left_image,
.kursai_right_image {
  width: 648px;
  height: auto;
  max-width: 100%;
  opacity: 0;
  will-change: transform, opacity;
}
.kursai_left_image {
    transform: translateX(-300%);
    animation: merchSlideLeft 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.kursai_right_image {
    transform: translateX(300%);
    animation: merchSlideRight 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
}
.kursai_bottom_image_container {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.kursai_link {
  display: inline-block;
  transition: transform 0.25s ease;
  will-change: transform;
}
.kursai_link:hover {
  transform: scale(1.08);
  cursor: pointer;
}
.burger {
    display: none;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    padding-right: 100px;
    z-index: 10;
}
.burger img {
    width: 34px;
    height: 34px;
    display: block;
}
.mobile_menu {
    position: fixed;
    inset: 0;
    background: rgb(228, 242, 209);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
    z-index: 1000;
    letter-spacing: 2.5px;
}
.mobile_menu.active {
    opacity: 1;
    pointer-events: auto;
}
.mobile_menu a {
    font-size: 26px;
    color: #015f25;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: 'Satoshi-Bold', sans-serif;
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    filter: blur(6px);

    transition:
        opacity 0.6s cubic-bezier(.22,1,.36,1),
        transform 0.6s cubic-bezier(.22,1,.36,1),
        filter 0.6s cubic-bezier(.22,1,.36,1);
}
.mobile_menu.active a {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}
.mobile_menu a:nth-child(1) { transition-delay: 0.05s; }
.mobile_menu a:nth-child(2) { transition-delay: 0.20s; }
.mobile_menu a:nth-child(3) { transition-delay: 0.30s; }
.mobile_menu a:nth-child(4) { transition-delay: 0.40s; }
.mobile_menu a:nth-child(5) { transition-delay: 0.50s; }
.mobile_menu a:nth-child(6) { transition-delay: 0.60s; }
.mobile_menu a:nth-child(7) { transition-delay: 0.70s; }
.mobile_menu a {
    position: relative;
}
.mobile_menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #00260f;
    transition: width 0.3s ease;
}
.mobile_menu a:hover::after {
    width: 100%;
}
.paslaugos_header_image_mobile {
    width: 100%;
    height: auto;
    display: none;
    animation: jumpFromUp 1s ease-out forwards;
}
.paslaugos_main_image_mobile {
    width: 100%;
    height: auto;
    display: none;
    animation: jumpFromUp 1s ease-out forwards;
}
.apie_bg_image_mobile {
    width: 100%;
    height: auto;
    display: none;
    animation: jumpFromUp 1s ease-out forwards;
}
body.menu-open .burger {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 2000;
}
.bg_image_mobile {
    width: 100%;
    height: auto;
    display: none;
    animation: jumpFromUp 1s ease-out forwards;
}
.kursai_bottom_image_mobile {
    width: 100%;
    height: auto;
    display: none;
}
.komanda_header_image_mobile {
    width: 100%;
    height: auto;
    display: none;
    animation: jumpFromUp 1s ease-out forwards;
}
.praktikantai_header_image_mobile {
    width: 100%;
    height: auto;
    display: none;
}
.rekvizitai_header_image_mobile {
    width: 100%;
    height: auto;
    display: none;
}
.header_merch_image {
    width: 100%;
    height: auto;
    animation: jumpFromUp 1s ease-out forwards;
    padding-top: 40px;
    padding-bottom: 20px;
}
.main_merch_images {
    display: flex;
    justify-content: center;
    gap: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    overflow: hidden;
}
.main_merch_left_image,
.main_merch_right_image {
    width: 400px;
    height: auto;
    max-width: 100%;
    opacity: 0;
    will-change: transform, opacity;
}
.main_merch_left_image {
    transform: translateX(-300%);
    animation: merchSlideLeft 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.main_merch_right_image {
    transform: translateX(300%);
    animation: merchSlideRight 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.3s;
}
@keyframes merchSlideLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes merchSlideRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.merch_link {
  display: inline-block;
  transition: transform 0.25s ease;
  will-change: transform;
}
.merch_link:hover {
  transform: scale(1.08);
  cursor: pointer;
}
.instrukcija_merch_container {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
.kontaktai_merch_container {
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}
.instrukcija_merch_image {
    max-width: 100%;
}
.kontaktai_merch_image {
    max-width: 100%;
}
.reveal-item.is-visible {
    opacity: 1;
    transform: scale(1);
}
.reveal-item {
  opacity: 0;
  transform: translateY(40px);
  transition:
    transform 0.6s cubic-bezier(.25,.8,.25,1),
    opacity 0.6s ease;
  will-change: transform, opacity;
}
.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.anim-scale {
  transform: scale(0.9);
  transition: 1.2s;
}
.anim-scale.is-visible {
  transform: scale(1);
}
.header_merch_image_mobile {
    display: none;
    width: 100%;
    height: auto;
    padding-top: 50px;
    animation: jumpFromUp 1s ease-out forwards;
}
.instrukcija_merch_image_mobile {
    display: none;
    width: 100%;
    height: auto;
}
.cant_bear_this_image {
    width: 1000px;
    height: auto;
    max-width: 100%;
    padding-top: 70px;
}
.cant_bear_this_image_mobile {
    display: none;
    max-width: 100%;
}
@font-face {
  font-family: 'Satoshi-Light';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
       url('fonts/Satoshi-Light.woff') format('woff'),
       url('fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
       url('fonts/Satoshi-Regular.woff') format('woff'),
       url('fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
       url('fonts/Satoshi-Medium.woff') format('woff'),
       url('fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
       url('fonts/Satoshi-Bold.woff') format('woff'),
       url('fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}
.video-section {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
.video-wrap {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
}
.video-premium {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 22px;
  overflow: hidden;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.2)),
    linear-gradient(135deg, rgba(0,0,0,0.08), rgba(0,0,0,0));
  
  border: 1px solid rgba(0, 0, 0, 0.08);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.06);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.video-premium:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.12),
    0 45px 90px rgba(0, 0, 0, 0.08);
}
.video-premium iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 22px;
}
@media (max-width: 1550px) {
    .paslaugos_main_image {
        width: 90%;
    }
    .kursai_main_images_container {
        gap: 100px;
    }
}
@media (max-width: 1480px) {
    .kursai_main_images_container {
        gap: 80px;
    }
}
@media (max-width: 1440px) {
    .kursai_main_images_container {
        gap: 60px;
    }
    .cant_bear_this_image {
        display: none;
    }
    .cant_bear_this_image_mobile {
        display: block;
    }
}
@media (max-width: 1400px) {
    .apie_bg_image {
        width: 90%;
        height: auto;
    }
    .kursai_main_images_container {
        flex-direction: column;
        gap: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
    }
    .kursai_link {
        display: flex;
        justify-content: center;
    }
    .kursai_bottom_image {
        display: none;
    }
    .kursai_bottom_image_mobile {
        display: block;
        padding-top: 30px;
        width: 700px;
        height: auto;
        max-width: 100%;
    }
    .kursai_bottom_image_container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1314px) {
    .main_merch_images {
        gap: 150px;
    }
}
@media (max-width: 1235px) {
    .footer_container {
        padding: 0 24px;
    }
    .footer_top {
        justify-content: center;
    }
    .footer_bottom {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
        margin-top: 16px;
    }
    .footer_socials {
        padding: 0;
        margin-top: 8px;
    }
    .footer_copy {
        margin-top: 12px;
        font-size: 12px;
        opacity: 0.8;
    }
}
@media (max-width: 1210px) {
    .paslaugos_main_image {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .header_nav {
        display: none;
    }
    .burger {
        display: block;
    }
    .header_logo {
        padding-left: 50px;
    }
    .paslaugos_header_image {
        display: none;
    }
    .paslaugos_header_image_mobile {
        display: block;
    }
    .paslaugos_main_image {
        display: none;
    }
    .paslaugos_main_image_mobile {
        display: block;
        width: 90%;
        height: auto;
    }
    .paslaugos_main_image_mobile_container {
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        justify-content: center;
    }
    .paslaugos_main_bg {
        gap: 20px;
    }
    .apie_bg_image {
        display: none;
    }
    .apie_bg_image_mobile {
        display: block;
        width: 70%;
        height: auto;
    }
    .header_merch_image {
        display: none;
    }
    .header_merch_image_mobile {
        display: block;
    }
}
@media (max-width: 960px) {
    .main_merch_images {
        gap: 20px;
    }
}
@media (max-width: 860px) {
    .komanda_header_image {
        display: none;
    }
    .komanda_header_image_mobile {
        display: block;
        padding-bottom: 30px;
    }
    .praktikantai_header_image {
        display: none;
    }
    .praktikantai_header_image_mobile {
        display: block;
        padding-bottom: 30px;
    }
    .rekvizitai_header_image {
        display: none;
    }
    .rekvizitai_header_image_mobile {
        display: block;
        padding-bottom: 5px;
    }
    .rekvizitai_main_image {
        padding-right: 0px;
    }
    .komanda_image {
        width: 350px;
        height: auto;
    }
}
@media (max-width: 750px) {
    .bg_image {
        display: none;
    }
    .bg_image_mobile {
        display: block;
        padding-bottom: 40px;
    }
}
@media (max-width: 650px) {
    .apie_bg_image_mobile {
        width: 100%;
    }
    .burger {
        padding-right: 90px;
    }
}
@media (max-width: 600px) {
    .paslaugos_main_image_mobile {
        width: 100%;
    }
    .instrukcija_merch_image {
        display: none;
    }
    .instrukcija_merch_image_mobile {
        display: block;
    }
}
@media (max-width: 580px) {
    .burger {
        padding-right: 80px;
    }
}
@media (max-width: 550px) {
    .header_logo {
        padding-left: 20px;
    }
}
@media (max-width: 500px) {
    .burger {
        padding-right: 50px;
    }
    .komanda_image,
    .praktikantai_image {
        width: 300px;
        height: auto;
    }
}