﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    --bs-body-bg: #0e0e0e;
    color: #fff;
}
@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}
a {
    color: aqua !important;
    text-decoration: none;
    font-weight: 500;
}
.logo a {
    color: #fff !important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
body, html {
    height: 100%;
    font-family: Arial, sans-serif;
}
.navbar-brand {
    font-size: 1.675rem;
    font-weight: 500;
    letter-spacing: 0.25rem;
}

.home-hero {
    border-bottom: 1px none var(--light-outline);
    justify-content: center;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.home-hero.small {
 
    height: 70vh;
    min-height: auto;
    padding-top: 0;
}
.home-grid-slider {
    z-index: 25;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw,1fr) minmax(auto,1400px) minmax(5vw,1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
}
.background-wrapper {
    width: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
}
    .background-wrapper.half-page {
        z-index: 10;
        width: 60%;
    }
.background video {
    object-fit: cover;
    /*background-image: url(https://cdn.prod.website-files.com/61ddda20d6b3c92a5de4fc8e/63138e05482ba710046ea2cc_IMG_0498-min.jpeg);
    background-position: 50%;
    background-size: cover;
    position: absolute;
    inset: 0%;*/
}
    .background.main {
        height: 100%
    }
.overlay.light.slider {
    background-color: red;
    display: none;
}
.hero-content {
    
    justify-content: space-between;
    align-items: center;

    grid-area: 1/2/2/3;
    z-index: 20;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    color: #fff;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 100px;
    display: grid;
    position: relative;
}
.content-wrapper {
    z-index: 20;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    height: auto;
    display: grid;
    position: relative;

    grid-area: 1/1/3/2;
    align-self: end;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 600;
    align-self: auto;
    max-width: 500px;
}
.hero-title-info {
    opacity: 0.75;
    font-size: 1.325rem;
}
.ascension-wave-white {
    filter: invert();
    max-width: 175px;
    margin-bottom: 20px;
    position: static;
    inset: 24% auto 0% 0%;
}
.home-hero-intro {
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between center;
    place-items: flex-start start;
    width: 100%;
    padding-right: 0;
    display: flex;
    grid-area: 1/1/2/3;
    place-self: stretch start;
}
.navbarx {
   
    justify-content: center;
    height: 80px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    will-change: width, height;
    height: 65px;
    background-color: transparent;    
    transition: transform 0.4s ease, background-color 0.4s ease;
}
    .navbarx img {
        height: 40px;
    }
    /* Po skrolovaní - čierne pozadie s fade efektom */

    .navbarx.scrolled {
        background-color: #0e0e0e;
        backdrop-filter: blur(10px);
    }


.navbarx-mob {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.79);
    z-index: 999;
    height: 100vh;
    width: 100%;
    padding: 6rem 1rem;
}
.navbarx-mob a {
    display: block;
    font-weight: 300;
    font-size: 1.312rem;
    color: #fff !important;
    padding: 0.5rem 0 ;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
    .w-nav {
        z-index: 1000;
    }
.nav-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border: 1px none var(--light-outline);
    background-color: #09131400;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;

    grid-area: 1/2/2/3;
    justify-self: auto;
}
.brand {
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
    justify-self: stretch;
    font-size: 1.915rem;
    font-weight: 400;
}
.text-block {
    text-align: left;
    flex: 1;
}
.nav-menu-items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
 
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    display: grid;
    position: relative;
}
.nav-menu-hamburger {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    display: grid;
    position: relative;
    justify-self: end;
}
.nav-menu-hamburger img {
    height: 34px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.nav-linkx {
    color: #fff;
    
    
    justify-content: center;
    align-items: center;
    
    text-decoration: none;
    display: flex;
    
}
a.nav-linkx {
    letter-spacing: 0.1rem;
    color: #fff !important;
    font-size: 1.175rem;
    font-weight: 500;

    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.section {
    z-index: 20;
    border-bottom: 1px solid var(--light-outline);
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    position: relative;
    overflow: visible;
}
.section.background._2 {
    background-image: linear-gradient(#00000024,#00000024),url(/images/main.JPG);
    background-position: 0 0,50% 100%;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    background-attachment: scroll,fixed;
  
}
    .section.background._3 {
        background-image: linear-gradient(#00000024,#00000024),url(/images/main4.JPG);
        background-position: 0 0,50% 100%;
        background-repeat: repeat,no-repeat;
        background-size: auto,cover;
        background-attachment: scroll,fixed;
     
    }
.home-grid-slider {
    z-index: 25;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(5vw,1fr) minmax(auto,1400px) minmax(5vw,1fr);
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
}
.stacked-content {
    grid-area: 1/2/2/3;

    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
}



.h-tit {
    font-weight: 300;
    font-size: 1.925rem;
    opacity: 1;
}
.h-sub {
    font-weight: 500;
    font-size: 1.475rem;
}
.p-tab {
    border-collapse: collapse; /* Zabezpečuje, že hraničná čiara je zdieľaná medzi bunkami a tabuľkami */
    width: 100%; /* Prispôsobí tabuľku šírke kontajnera */
}

    .p-tab,
    .p-tab th,
    .p-tab td {
        border: 1px solid rgba(255,255,255,0.2); /* Pridá biely okraj k celej tabuľke, hlavičkám a bunkám */
    }

        .p-tab th,
        .p-tab td {
            padding: 10px; /* Nastaví výplň pre hlavičky a bunky */
            text-align: left; /* Vyrovná text doľava, môžeš zmeniť na center alebo right podľa potreby */
        }
.p-grid {
    display: grid;
    grid-template-columns: 1fr 1fr   ;
    gap: 2rem;
}
    .p-grid > div > .p-grid-t {
        font-weight: 100;
        font-size: 2rem;
        padding: 1rem 2rem;
        background: rgba(255,255,255,0.05);
        text-align: center;
    }
    .p-grid > div > .p-grid-c {
        padding: 2rem;
        background: rgba(0,0,0,0.95)
    }
    .p-grid > div > .p-grid-f {
        padding: 1rem 2rem;
        background: rgb(0, 0, 0, 0.25);
        font-weight: 500;
        font-size: 1.5rem;
        text-align: center;
    }
    .p-grid > div > .p-grid-o {
        position: relative;
        display: inline-block;
        padding: 1rem 2rem;
        background: rgb(137, 152, 165, 0.25);
        font-weight: 500;
        font-size: 1.5rem;
        text-align: center;
        width: 100%
    }
        .p-grid > div > .p-grid-o::after {
            content: "";
            position: absolute;
            top: 50%; /* výška čiary */
            left: 50%;
            width: 20%;
            border-radius: 5px;
            height: 2px; 
            background: rgb(220, 0, 0.75);
            transform: translate(-50%, -50%) rotate(-20deg); /* -20° alebo iný uhol */
        }
        .splide__slide img {
        width: 100%; /* Nastaví obrázky, aby využívali 100% šírku svojho kontajnera */
        height: auto; /* Automaticky upraví výšku obrázkov */
        object-fit: cover; /* Obrázky sa prispôsobia, pričom zachovajú pomer strán */
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

.splide__slide.is-active img {
    opacity: 1;
}



.splide__arrow {
    background: black;
    opacity: 1;
    height: 3rem;
    width: 3rem;
    border-radius: 0;
}
    .splide__arrow svg {
        fill: white;
    }
.splide__arrow--next {
    right: 24%
}
.splide__arrow--prev {
    left: 24%
}
.splide__pagination {
    display: none;
}

.lets {
    font-size: 4rem;
    font-weight: 100;
}

.whatsapp {
    z-index: 99999999;
    position: fixed;
    right: 25px;
    bottom: 25px;
}
    .whatsapp img {
        height: 50px;
    }

#footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 100px;
    z-index: 999;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}
.section._2 {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.section._3 {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.section._4 {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.section._5 {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
#nav-ic
#nav-ic
.section._4 {
    padding-top: 20vh;
    padding-bottom: 20vh;
}
#nav-icon {
    width: 28px;
    
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    
}
#nav-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0.25rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        margin-top: 6px;
    }

    #nav-icon span:nth-child(3) {
        width: 50%;
        margin-left: auto;
    }

    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
        margin-top: 6px;
    }


.lang-control img {
    height: 24px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.sale {
    font-size: 1.5rem;
    text-align: center;
}
.sale-info {
    text-align: center;
}
@media(max-width: 767px) {
    .lang-control img {
        height: 20px;
        
    }

    .lets {
        font-size: 2.5rem;
    }
    html {
        font-size: 0.915rem;
    }
    .brand {
        font-size: 1.425rem;
    }
    .home-hero.small {
        height: 100vh;
    }
    .h-sub {
        font-size: 1.215rem;
    }
    .nav-menu-items {
        display: none;
    }
    .nav-menu-hamburger {
        display: grid !important
    }
    .background-wrapper.half-page {
        width: 100%;
        
    }
    .section {
    }
    .content-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .p-grid {
        
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .splide__arrow--next {
        right: 0%
    }

    .splide__arrow--prev {
        left: 0%
    }
    .whatsapp img {
        height: 40px;
    }
    .navbarx {
        background-color: #0e0e0e;
        backdrop-filter: blur(10px);
    }

    .whatsapp {
      
        right: 15px;
        bottom: 15px;
    }
}

