* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
	font-family: OpenSans;
	src: url(../fonts/OpenSans.ttf);
}

/* toto som tu dal kvôli scrollovaniu na sekciu, lebo mi to dávalo odkazy v menu do rámčeka pri prekliknutí zo stránky na stránku */

a:focus {
    outline: none;
}

/*********************/
/**** MIDDLE-LINE ****/
/*********************/

/*ODKEMNTUJ ked chces vidieť VERTIKALNY stred*/

/*
body::before,
body::after {
  content: "";
  position: fixed;
  background-color: red;
  z-index: 9999;
}

body::before {
  width: 2px;
  height: 100vh; 
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
*/

/*********************/
/***** REUSEABLE *****/
/*********************/

.row {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
}

.heading-main h2 {
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    font-family: OpenSans;
    color: #116f6e;
    line-height: 1.1em;
    font-weight: 800;
}

.heading-main h3 {

    margin-top: 0px;
    font-size: 31px;
    font-weight: 750;
    font-family: OpenSans;
/*    text-align: center;*/
    color: #31511E;
}

.empty-space {
    height: 90px;
}

.empty-space2 {
    height: 490px;
}

/*********************/
/**** ANIMATIONS *****/
/*********************/

/* =========================================== */

@keyframes fadeInLeft{
    from{
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.hidden1 {
    opacity: 0;
}

.show1 {
    opacity: 1;
    animation: fadeInLeft 1.50s forwards;
}

/* =========================================== */

@keyframes fadeInRight{
    from{
        opacity: 0;
        transform: translate3d(54%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.hidden2 {
    opacity: 0;
}

.show2 {
    opacity: 1;
    animation: fadeInRight 1.50s forwards;
}

/* =========================================== */

@keyframes fadeInRightForm{
    from{
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.hidden5 {
    opacity: 0;
}

.show5 {
    opacity: 1;
    animation: fadeInRightForm 1.50s forwards;
}

/* =========================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.hidden3 {
    opacity: 0;
}

.show3 {
    opacity: 1;
    animation: fadeInUp 1.50s forwards;
}

/* =========================================== */

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hidden4 {
    opacity: 0;
}

.show4 {
    opacity: 1;
    animation: fade 2.00s forwards;
}

/* =========================================== */

/* slúži na vypnutie animácií pre tých ktorý to majú nastavené v zariadení, že nechcú animácie */

@media(prefers-reduced-motion) {
    .hidden1 .hidden2 .hidden3 .hidden4 .hidden5 {
        transition: none;
    }
}

/*********************/
/****** HEADER *******/
/*********************/

header {
    background: linear-gradient(rgba(250,250,250,0.0),rgba(250,250,250,0.0)), url("../images/header_background.jpg");
    background-size: cover;
    background-position: center bottom;
    min-height: 105svh;
    min-height: 105vh;
}

.nav-bar-row {
    max-width: 1350px;
    width: 100%;
    margin: 0px auto;
}

.nav-background {
    position: absolute;
    width: 100%;
    height: 111px;
    background-color: #fcfcfc;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 50;
}

#logo img {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 5px;
    z-index: 75;
}

#logo .logo {
    width: 259px;
}

/* ide o logo pri mobil rozliseni */
#logo .logoMobil {
    padding-top: 26px;
    padding-bottom: 26px;
    z-index: 75;
    display: none; 
}

nav ul {
    float: right;
    position: relative;
    margin-top: 34px;
    z-index: 100;
}

nav ul li {
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    padding: 13px 25px;
    font-family: OpenSans;
}


nav li a:link,
nav li a:visited {
    color: #000;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:active {
    color: #086905;
    transition: color 0.25s;
}

.mobile-nav-back {
    display: none;
}

.header-text {
    position: absolute;
    max-width: 700px;
    top: 31.5%;
    margin-left: 20px;
    margin-right: 20px;
    font-family: OpenSans;
}

.header-text h1 {
    font-size: 25px;
    font-weight: 800;
    color: #31511E;
    margin-top: -5px;
    letter-spacing: -1px;
}

.header-text h2 {
    color: #116f6e;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 50px;
    font-weight: 800;
    font-family: OpenSans;
}

.header-text h3 {
    font-size: 18px;
/*    font-weight: 800;*/
    color: #31511E;
}

.header-text p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1a1a1a;
}

.header-text ul {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
}

.header-text ul li {
    list-style: none;
    background-image: url(../images/pointer.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.header-text .btn:link,
.header-text .btn:visited {
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background-color: #31511E;
    border-radius: 30px;
    padding: 15px 30px;
    margin-top: 20px;
    will-change: transform; /* zabráni rozostreniu pri translateY*/
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-family: OpenSans;
}

.header-text .btn:hover,
.header-text .btn:active {
    transform: translateY(-6px);
}

/*********************/
/*** MAIN - PONUKA ***/
/*********************/

.ponuka {
    background: linear-gradient(rgba(250,250,250,0),rgba(250,250,250,0)), url("../images/lotus80.png");
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: auto;
}

.ponuka-info {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 100px;
}

.ponuka-info p {
    font-family: OpenSans;
}

.ponuka-info .podnadpis {
    text-align: center;
    margin-bottom: 35px;
}

.one-ponuka {
    padding: 50px;
}

/* POTOM v queries (pri tých nth-child) treba hneď upraviť tie padding aj marginleft(okraj), lebo to proste bude rozhhadzovať text*/

.one-ponuka:nth-child(2){
    padding-left: 100px;
    padding-right: 40px;
    margin-left: 23px;
}

.one-ponuka:nth-child(3){
    padding-left: 40px;
    padding-right: 100px;
    margin-left: 0px;
    border-left: 1px solid #116f6e;
}

.one-ponuka ul {
    font-size: 16px;
    font-family: OpenSans;
    color: #1a1a1a;
}

.one-ponuka ul li {
    list-style: none;
    background-image: url(../images/pointer.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    margin-top: 20px;
    color: #1a1a1a;
}

/*********************/
/*** MAIN - SLUZBY ***/
/*********************/

/* =========  BUTTTON  ============ */

.one-sluzba .btn:link,
.one-sluzba .btn:visited {
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    background-color: #31511E;
    border-radius: 30px;
    padding: 15px 30px;
    margin-top: 20px;
    will-change: transform; /* zabráni rozostreniu pri translateY*/
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-family: OpenSans;
}

.one-sluzba .btn:hover,
.one-sluzba .btn:active {
    transform: translateY(-6px);
}

/* =========  BUTTTON  ============ */

.sluzby {
    padding-bottom: 50px;
}

.sluzby-info {
    padding: 10px;
}

.one-sluzba {
    display: flex;
    border-radius: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
/*    border: 1px solid #000;*/
/*    box-shadow: 0px 10px 10px -5px #000;*/
    box-shadow: 0px 5px 5px -5px #000;
    background: #E6ECE4;
}

.one-sluzba:nth-child(2){
    margin-top: 55px;
}

.sluzbaPhoto .imgPhone {
    display: none;
}

.sluzbaPhoto {
    width: 350px;
    flex-shrink: 0;
    overflow: hidden;
}

.sluzbaPhoto img {
    display: block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sluzbaText {
    padding: 32px 50px;
}

.sluzbaText h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    color: #116f6e;
    font-family: OpenSans;
}

.sluzbaText h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 750;
    color: #31511E;
    font-family: OpenSans;
}

.sluzbaText ul {
    margin-top: 20px;
/*    margin-bottom: 20px;*/
    font-size: 16px;
    font-family: OpenSans;
    color: #1a1a1a;
}

.sluzbaText ul li {
    list-style: none;
    background-image: url(../images/pointer.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.sluzbaText p {
    font-size: 16px;
    color: #1a1a1a;
    margin-top: 20px;
    font-family: OpenSans;
}

.sluzbaText p span {
    font-weight: 750;
}

.zaver-sluzba {
    padding: 32px 40px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px -5px #000;
    /*    border: 1px solid #000;*/
    background: #E6ECE4;
}

.zaver-sluzba h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    color: #116f6e;
    font-family: OpenSans;
}

.zaver-sluzba p {
    font-size: 16px;
    color: #1a1a1a;
    margin-top: 20px;
    font-family: OpenSans;
}

.zaver-sluzba .btn:link,
.zaver-sluzba .btn:visited {
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    background-color: #31511E;
    border-radius: 30px;
    padding: 15px 30px;
    margin-top: 30px;
    will-change: transform; /* zabráni rozostreniu pri translateY*/
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-family: OpenSans;
}

.zaver-sluzba .btn:hover,
.zaver-sluzba .btn:active {
    transform: translateY(-6px);
}

/*********************/
/*** MAIN - DARCEK ***/
/*********************/

.darcek {
    height: 330px;
    display: flex;
    margin-top: 0px;
    margin-bottom: 50px;
    background: linear-gradient(rgba(250,250,250,0.8),rgba(250,250,250,0.8)), url(../images/ref_background.png);
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
}

.darcek-info {
    display: flex;
    flex-direction: row;
/*    justify-content: space-between;*/
    align-items: center;
}

.darcek-info h2 {
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #31511E;
    font-family: OpenSans;
}

.darcek-info p {
    font-size: 16px;
    display: inline-block;
    color: #1a1a1a;
    margin-top: 20px;
    font-family: OpenSans;
}

.darcek-text {
    padding: 15px;
}

.darcek-tlacitko {
    padding: 15px;
}

.darcek-btn:link,
.darcek-btn:visited {
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background-color: #31511E;
    border-radius: 30px;
    padding: 20px 40px;
    margin-left: 160px;
    white-space: nowrap;
    will-change: transform; /* zabráni rozostreniu pri translateY*/
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-family: OpenSans;
}

.darcek-btn:hover,
.darcek-btn:active {
    transform: translateY(-6px);
}

/*********************/
/*** MAIN - O MNE ****/
/*********************/

.about-me {
    
}

.about-me-info {
    /* TIETO DVA prikazy pre tuto classu mi to zarovnali na stred s obrázkom */
    display: flex; 
    align-items: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.about-me-photo img {
    border-radius: 50%;
    margin-left: 100px;
    width: 330px;
    height: auto;
}

.about-me-text {
    
}

.about-me-text h2 {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #116f6e;
    font-family: OpenSans;
}

.about-me-text p {
    font-size: 16px;
    display: inline-block;
    color: #1a1a1a;
    margin-top: 20px;
    font-family: OpenSans;
}

.about-me-widgety {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.about-me-widgety a:link,
.about-me-widgety a:visited {
    /* BUTTON */
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background-color: #31511E;
    border-radius: 30px;
    padding: 15px 30px;
    margin-top: 30px;
    will-change: transform; /* zabráni rozostreniu pri translateY*/
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-family: OpenSans;
}

.about-me-widgety a:hover,
.about-me-widgety a:active {
    transform: translateY(-6px);
}

.about-me-widgety img {
    display:inline-block;
    margin-top: 30px;
    margin-right: 15px;
}

/*****************************/
/***** MAIN - referencie *****/
/*****************************/

.referencie {
    padding-top: 20px;
    background: linear-gradient(rgba(250,250,250,0.8),rgba(250,250,250,0.8)), url(../images/ref_background.png);
    background-size: cover;
/*    background-attachment: fixed;*/
}

.referencie h2 {
    color: #31511E;
    text-align: center; 
    margin-top: 20px;
    font-size: 42px;
    line-height: 1.1em;
    font-weight: 800;
    font-family: OpenSans;
}

/*============================*/

.referencie-container {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
/*    width: 100%;*/
    padding-bottom: 30px;
}

.slide-container {
    margin: 10px 0px;
    padding: 15px 25px;
    overflow: hidden;
    height: auto;
    backdrop-filter: blur(4px);
}

.card {
    color: #1a1a1a;
    font-family: OpenSans;
    height: 553px;
    padding: 45px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.client-name {
    padding-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.client-name p {
    font-size: 24px;
    font-weight: 800;
    color: #116f6e;
}

.swiper-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.swiper-navBtn {
  all: unset; /* zresetuje pôvodné Swiper štýly */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #DADADA;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 20px;
  position: static; /* odstráni absolute */
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 18px;
}

.swiper-pagination-bullet {
    background-color: #000;
}
 
@media (max-width: 768px){
    .swiper-navBtn {
        display: none;
    }
}

/*============================*/




.ref-btn {
    text-align: center;
    padding-bottom: 50px;
}

.referencie-btn:link,
.referencie-btn:visited {
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    background-color: #31511E;
    border-radius: 30px;
    padding: 15px 30px;
    will-change: transform; /* zabráni rozostreniu pri translateY*/
    transform: translateY(0);
    transition: transform 0.3s ease;
    font-family: OpenSans;
}

.referencie-btn:hover,
.referencie-btn:active {
    transform: translateY(-6px);
}


/*****************************/
/***** MAIN - formular *******/
/*****************************/

.backG {
    background: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
}

.formular {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 75px 25px;
}

.formular1 {
    background: linear-gradient(rgba(49,81,30,0.75),rgba(49,81,30,0.75)), url(../images/kontakt_background.png);
    opacity: 0.75;
    display: inline-block;
    width: 640px;
    height: 618px;
    border-right: transparent;
    border-radius: 10px 0px 0px 10px;
    padding-top: 40px;
    z-index: 50;
}

.formular1 h2 {
    color: #fff;
    margin-top: 25px;
    margin-left: 45px;
    font-size: 45px;
    font-weight: 500;
    font-family: OpenSans;
}

.formular1 .kontakt-popis {
    color: #fff;
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: OpenSans;
}

.formular1 p {
    color: #fff;
    font-size: 20px;
    font-family: OpenSans;
}

.formular1 .kontakt-tel {
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
}

.formular1 .kontakt-email {
    color: #fff !important;
    text-decoration: none !important;
}

.formular1 img {
    background-color: #116f6e;
    border-radius: 50%;
    vertical-align: middle;
    padding: 15px;
    margin: 15px 15px 15px 45px;
    width: 54px;
    height: auto;
}

.formular2 {
    display: inline-block;
    background-color: #fff;
    width: 640px;
    min-height: 714px;
    padding: 48px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    z-index: 75;
}

.formular2 h2 {
    font-size: 42px;
    font-weight: 600;
    font-family: OpenSans;
}

.form1-wrap {
    display: flex;
    gap: 1%;
    flex-wrap: nowrap;
}

.form1 {
    color: #69727d;
    font-size: 16px;
    font-family: OpenSans;
    border: 1px solid #69727d;
    border-radius: 30px;
    min-height: 47px;
    width: 50%;
    padding: 6px 16px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.form2 {
    color: #69727d;
    font-size: 16px;
    font-family: OpenSans;
    border: 1px solid #69727d;
    border-radius: 30px;
    min-height: 47px;
    width: 100%;
    padding: 6px 16px;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 274px;
    color: #69727d;
    font-size: 16px;
    font-family: OpenSans;
    border: 1px solid #69727d;
    border-radius: 30px;
    padding: 6px 16px;
    margin-bottom: 20px;
    resize: vertical;
    overflow-x: hidden;
}

.label {
    font-family: OpenSans;
    margin-bottom: 25px;
}

.label input[type="checkbox"] {
    margin-right: 10px;
}

.label a {
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 650;
}

.label a:hover {
    color: #31511E;
}

.form3 {
    width: 100%;
    min-height: 47px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: OpenSans;
    word-spacing: 5px;
    border: 1px solid #69727d;
    border-radius: 30px;
    padding: 6px 16px;
    padding-left: 38px;
    /* padding-left na zarovnanie na stred kvoli ikone odoslať*/
    margin-bottom: 20px;
    cursor: pointer;
    /*=============================*/
    background-image: url(../images/sent.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 80px) center;
    background-size: 20px;
    background-color: #31511E;
}

.form3:hover {
    background-color: #69727d;
}

/*****************************/
/********** FOOTER ***********/
/*****************************/

.footer-page {
    background: linear-gradient(135deg, rgb(49, 81, 30) 0%, rgb(17, 111, 110) 100%);
}

.footer-all {
    height: 479px;
    display: flex;
    flex-direction: row;
    align-items: top;
    padding: 10px;
    /*    justify-content: space-between;*/
}

.footer-widgety {
    padding: 10px;
    margin: 75px 470px 105px 10px;
}

.footer-widgety-queries {
    display: none;
}

.footer-widgety a:link,
.footer-widgety a:visited {
    text-decoration: none;
    color: #fff;
    font-family: OpenSans;
}

.footer-widgety a:hover,
.footer-widgety a:active {
    text-decoration: underline;
}

.footer-widgety h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: OpenSans;
}

.footer-widgety a:link img,
.footer-widgety a:visited img {
    padding: 8px;
    margin: 10px 15px 10px 0px;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.footer-widgety a:hover img,
.footer-widgety a:active img {
    background-color: #116f6e;
    transition: background-color 0.3s ease-in-out;
}

.footer-widgety img {
    width: 44px;
    height: auto;
}

.footer-menu {
    height: 239px;
    padding: 10px;
    padding: 10px;
    margin: 75px 30px 0px 10px;
}

.footer-menu h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: OpenSans;
}

.footer-menu a:link,
.footer-menu a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 6px 16px;
    font-family: OpenSans;
}

.footer-menu a:hover,
.footer-menu a:active {
    display: block;
    text-decoration: underline;
}

.footer-kontakt {
    padding: 10px;
    margin: 75px 60px 0px 10px;
}

.footer-kontakt h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: OpenSans;
}

.footer-kontakt p {
    color: #fff;
    font-family: OpenSans;
}

.footer-kontakt p span {
    font-weight: bold;
}

.footer-kontakt img {
    padding: 8px;
    margin: 10px 15px 10px 0px;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    width: 44px;
    height: auto;
}

.footer-line {
    padding: 0px 20px;
}

.footer-text {
    color: #fff;
    text-align: center;
    font-family: OpenSans;
    padding: 26px 0px 18px 0px;
}

/*****************************/
/****** STOP floating ********/
/*****************************/

.clearfix {zoom: 1}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}