/* Global */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: #000000;
}

.elipse-1, .elipse-2, .elipse-3 {
    position: absolute;
    max-width: 100%;
}

.elipse-1 {
    top: -800px;
    z-index: 0;
}

.elipse-2 {
    right: 0;
    top: 300px;
    z-index: 1;
}

.elipse-3 {
    left: 0;
    bottom: 300px;
    z-index: -1;
}

h1,h2 {
    text-transform: uppercase;
}

/*.refresh-section::-webkit-scrollbar {*/
/*    width: 28px;*/
/*    border: 10px solid transparent;*/
/*}*/

/*.refresh-section::-webkit-scrollbar-track {*/
/*    !*background: #B6C73F;*!*/
/*    !*background-clip: padding-box;*!*/
/*    !*border-radius: 15px;*!*/
/*    background-image: url(../img/track.png);*/
/*    background-position:center top;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.refresh-section::-webkit-scrollbar-thumb {*/
/*    background-image: url(../img/thumb.svg);*/
/*    background-position:center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 28px;*/
/*    border-radius: 8px;*/
/*    height: 28px;*/
/*}*/

.pt-custom {
    padding-top: 75px;
}


/* Header */

header {
    background: rgba(0, 0, 0, 1);
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: 11px 4px 100px 9px rgba(0, 0, 0, 0.5);
    transition: 600ms all ease;

}
header.fixed {
    position: fixed;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
}

header.fixed .navbar {
    padding: 12px 0;
}

header .mobile-nav {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 284px;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 10px;
    display: none;
}

header .mobile-nav .mobile-nav-wrapper {
    position: relative;
}

header .mobile-nav .mobile-nav-wrapper ul li a {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}

header .mobile-nav .mobile-nav-wrapper ul li a:hover {
    color: #FF004D;
}

header .mobile-nav .mobile-nav-wrapper ul li a::after
{
    content: '';
    border-bottom: 2px solid #fff;
    top: 13px;
    width: 74px;
    display: block;
    position: relative;
}

header .mobile-nav .mobile-nav-wrapper ul li:last-child a::after {
    display: none;
}

header .mobile-nav .mobile-nav-wrapper svg {
    position: absolute;
    right: 17px;
    top: 16px;
    cursor: pointer;
}

.navbar {
    transition: 600ms all ease;
    padding: 22px 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(245, 245, 245, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-collapse {
    flex-grow:inherit;
}

.navbar-brand, .nav-link {
    color: #F5F5F5;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    padding: 0 10px;
    font-weight: 400;
    text-transform: uppercase;

}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(182, 199, 63, 1);font-family: Roboto;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

.nav-link {
   font-weight: 400;
    letter-spacing: 0.2px;
    padding: 6px 22px !important;
    border-bottom: 2px solid transparent;
}

.nav-item {
    padding: 7px 0;
    margin: 0 3px;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: #FF004D;
    border-color: #FF004D;
}

.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
    color: #F5F5F5;
}

/* Main */

#hero {
    height: 590px;
    background: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#hero .main-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#hero h1 {
    margin-top: 90px;
    font-size: 120px;
    line-height: 114px;
    color: #fff;
    font-weight: 700;
}

#hero .headline-section {
   text-align: right;
    z-index: 999;
    position: relative;
    right: 100px;
}

#hero h1 span {
    font-weight: 400;
}

#hero .signature {
    max-width: 381px;
    margin-top: 20px;
}

#promises {
    padding: 90px 0 97px 0;
    background: black;
    position: relative;
}

#promises .container {
    position: relative;
    z-index: 1;
}

#promises h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #F5F5F5;
}

#promises .divider {
    margin-top: 40px;
    text-align: center;
}

#promises .divider .line-desktop {
    display: inline-block;
}

#promises .divider .line-mobile {
    display: none;
}

#promises .icon-box {
    text-align: center;
}

#promises .icon-box img:first-child {
    max-height: 177px;
}

#promises .claim {
    max-width: 333px;
}

#promises img.rotate-1 {
    transform: rotate(2.86deg);
}

#promises img.rotate-2 {
    transform: rotate(-1.95deg);
}

#promises img.rotate-3 {
    transform: rotate(0.89deg);
}

#promises img.rotate-4 {
    transform: rotate(-2.23deg);
}

#promises img.rotate-5 {
    transform: rotate(2.32deg);
}

#promises img.rotate-6 {
    transform: rotate(0.8deg);
}

#promises .section-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 59px;
    max-width: 1070px;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    margin-top: 40px;
}

#compare {
    background: black;
    padding-bottom: 48.5px;
    position: relative;
}

#compare .container {
    position: relative;
    z-index: 2;
}

#compare .boxed-section {
    background: rgba(217, 217, 217, 0.15);
    border-radius: 10px;
    padding: 90px 112px;
    position: relative;
}

#compare .boxed-section h2 {
    color: #F5F5F5;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#compare .boxed-section span {
    color: #F5F5F5;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 30px;
    display: block;
}

#compare .boxed-section .refresh-button {
    margin-top: 55px;
    margin-bottom: 32px;
    z-index: 9999;
    position: relative;
    width: 97px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

#compare .boxed-section .refresh-button:hover {
    transform: scale(1.05);
}

.refresh-section {
    position: relative;
}

.refresh-section h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 11px;
}
#compare .title-row {
    margin-bottom: 30px;
}
.title-row h3 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.title-row .title-line {
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
    width: 234px;
}

.refresh-section p {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    padding: 25px;
}

.expectation, .reality {
    flex: 50%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 250px;
}

.expectation p {
    color: #000;
}

#compare .expectation {
    background: rgba(182, 199, 63, 1);
    margin-right: 7.5px;
}

#compare .expectation-title {
    color: #B6C73F;
}
#compare .expectation-title.title-1 {
    text-align: left;
    padding-left: 64px;
}

#compare .reality-title.title-2 {
    text-align: right;
    padding-right: 64px;
}


#compare .reality {
    background: rgba(255, 0, 77, 1);
    margin-left: 7.5px;
}

#compare .reality-title {
    color: #FF004D;
}

#compare .expectation-title,
#compare .reality-title {
    flex: 50%;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 11px;
}

#compare .expectation .refresh-text, #compare .reality .refresh-text {
    border-radius: 10px;
    padding: 25px 50px;
}

#compare .boxed-section .source {
    position: relative;
    z-index: 999;
    text-align: right;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 21px;
    margin-right: 15px;
}

.boxed-section .source a {
    color: #fff;
}

.boxed-section .source p {
    margin-top: 10px;
    color: #B6C73F;
}
#listing {
    background: black;
    padding-top: 51.5px;
    position: relative;
}

#listing .container {
    position: relative;
    z-index: 2;
}

#listing h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0;
    text-align: center;
    color: #FFF;
}

#listing .list-filter {
    padding-top: 50px;
    text-align: center;
    padding-left: 0;
    margin-left: -50px;
    margin-right: -50px;
}

#listing .list-filter li {
    color: #fff;
    display: inline-block;
    margin: 8px 6px;
    padding: 13px 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
}

#listing .list-filter li.active {
    background: #B6C73F;
    color: #000;
    border-color: transparent;
}

#listing  .title-group {
    position: relative;
    flex: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 33px;
}

#listing .expectation-title,
#listing .reality-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#listing .reality-title {
    color: #fff;
}

#listing .boxed-section {
    /*background: rgba(217, 217, 217, 0.15);*/
    padding: 0 56px 36px 56px;
    border-radius: 10px;
    z-index: 999;
    position: relative;
    padding-bottom: 75px;
}

#listing .boxed-section .refresh-section .swiper-slide {
    display: none;
}

#listing .boxed-section .refresh-section .swiper-slide[data-tag-1="Čestnosť, spravodlivosť a boj s mafiou"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-2="Čestnosť, spravodlivosť a boj s mafiou"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-3="Čestnosť, spravodlivosť a boj s mafiou"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-4="Čestnosť, spravodlivosť a boj s mafiou"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-1="Transparentnosť"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-2="Transparentnosť"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-3="Transparentnosť"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-4="Transparentnosť"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-1="Zahraničná politika"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-2="Zahraničná politika"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-3="Zahraničná politika"],
#listing .boxed-section .refresh-section .swiper-slide[data-tag-4="Zahraničná politika"]{
    display: block;
}

#listing .boxed-section .refresh-section p {
    padding: 25px;
}

#listing .boxed-section p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 10px;
}

#listing .boxed-section .expectation {
    background: #B6C73F;
    margin-right: 7.5px;
}

#listing .boxed-section .expectation p {
    color: #222529;
}

#listing .boxed-section .reality {
    background: #FF004D;
    margin-left: 7.5px;
}

#listing .boxed-section .reality p {
    color: #fff;
}

#listing .boxed-section .source {
    position: relative;
    z-index: 999;
    text-align: right;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 21px;
    margin-right: 15px;
}

#listing .boxed-section .source p {
    margin: 0;
    padding: 0;
}

#listing .boxed-section .source a {
    color: #fff;
}

#listing .pagination {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
}

#listing .pagination .previous-button {
    margin-right: 8px;
    transform: rotate(180deg);
    cursor: pointer;
    display: none;
}

#listing .pagination .next-button {
    margin-left: 8px;
    cursor: pointer;
}

#listing .social-icons-swiper{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

#listing .social-icons-swiper span {
    padding-right: 2px;
}

#listing .social-icons-swiper .share-fb {
    margin: 0 15px;
}

.copy-btn {
    position: relative;
    display: inline;
}

#custom-tooltip {
    display: none;
    margin-left: 40px;
    padding: 7px 14px;
    border-radius: 4px;
    color: #000 !important;
    font-size: 16px !important;
    position: absolute;
    left: 0;
    white-space: nowrap;
    background: #B6C73F;
}


#gallery {
    padding: 91px 0 81px 0;
    background: #B6C73F;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#gallery .row {
    justify-content: center;
}

#gallery h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 100px;
}

.gallery-item {
    position: relative;
    cursor: pointer;
}

.gallery-item .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#gallery .swiper-2 {
    max-width: 895px;
}

#gallery .swiper-button-next:after,
#gallery .swiper-button-prev:after {
    color: #fff;
}


#gallery iframe {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
}


.swiper-wrapper {
    padding-top: 25px;
}

.swiper-promises {
    cursor: move;
    padding-top: 50px;
}

.swiper-2 .swiper-slide {
    flex-shrink: 100 !important;

}

#contact {
    padding-top: 76px;
    position: relative;
    overflow: hidden;
}

#contact .container {
    position: relative;
    z-index: 1;
}

#contact .boxed-section {
    background: rgba(217, 217, 217, 0.15);
    padding: 62px;
    border-radius: 10px;
}

#contact .boxed-section h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#contact .boxed-section #contact-form {
    max-width: 389px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

#contact .boxed-section #contact-form .form-check {
    text-align: left;
}

#contact .boxed-section #contact-form .form-check input[type="checkbox"] {
    box-shadow: none;
}

.form-check-input:checked {
    background: #FF004D;
    border-color: #FF004D;
}

#contact .boxed-section #contact-form .form-check a {
    color: #B6C73F;
}

#contact .boxed-section #contact-form input:not([type='checkbox'])::placeholder,
#contact .boxed-section #contact-form textarea::placeholder {
    color: rgba(217, 217, 217, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

#contact .boxed-section #contact-form input:not([type='checkbox']),
#contact .boxed-section #contact-form textarea {
    border-radius: 10px;
    border: 2px solid #FF004D;
    background: transparent;
    padding: 13px 19px;
    color: rgba(217, 217, 217, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 18px;
    box-shadow: none;
}
#contact .boxed-section #contact-form input:not([type='checkbox']):valid,
#contact .boxed-section #contact-form textarea:valid {
    background: #FF004D;
    color: #fff;
}

#contact .boxed-section #contact-form .success-message {
    display: inline-block;
    border-radius: 10px;
    background: #B6C73F;
    margin-top: 24px;
    padding: 15px 30px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

#contact .boxed-section #contact-form textarea {
    resize: none;
    min-height: 121px;
}

#contact .boxed-section #contact-form button {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #FF004D;
    background: #FF004D;
    margin-top: 22px;
}

#contact .boxed-section #contact-form .form-note {
    display: block;
    color: #fff;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 15px;
}

#sharing {
    padding-top: 94px;
    padding-bottom: 91px;
}

#sharing .sharing-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sharing .sharing-wrapper a {
    text-decoration: none;
}

#sharing .sharing-wrapper span {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 20px;
}

#sharing .sharing-wrapper img {
    margin: 0 12px;
    width: 28px;
    cursor: pointer;
}

#sharing .sharing-wrapper img.mail {
    width: 33px;
}

/* Footer */
footer {
    background: #222529;
    padding-top: 67px;
    padding-bottom: 64px;
}

footer h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #B6C73F;
}

footer a {
    color: #F5F5F5;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}

footer a:hover {
    color: #B6C73F;
}

footer .social-icons {
    justify-content: center;
    padding-top: 30px;
    position: relative;
}

footer .social-icons a {
    margin: 0 23px;
}

label {
    color: #fff;
}

.swiper-1 {
    cursor: move;
}

#promises .swiper-button-next:after, #promises .swiper-button-prev:after {
  color: #B6C73F;
}

/* Preloader */
#loadingMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222529;
    z-index: 1000;
    text-align: center;
}

.preloader-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navigation-arrows .swiper-button-prev,
.navigation-arrows .swiper-button-next {
    background-repeat: no-repeat;
    width: 52px;
}

.navigation-arrows .swiper-button-prev {
    background-image: url('../img/double-arrow-left.svg') !important;
    left: -60px;
}

.navigation-arrows .swiper-button-prev:after {
    display: none;
}

.navigation-arrows .swiper-button-next {
    background-image: url("../img/double-arrow-right.svg") !important;
    right: -60px;
}

.navigation-arrows .swiper-button-next:after {
    display: none;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree,
.freeprivacypolicy-com---palette-dark .cc-nb-reject,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background: #FF004D !important;
    color: #F5f5f5 !important;
}

.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background: #FF004D !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-byline {
    display: none !important;
}

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
    opacity: .95 !important;
    border-radius: 10px;
}

:root {
    --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */

    --swiper-width: 50%;
    --swiper-inactive-scale: .85; /* makes the other slide smaller */

    /* responsive settings */
    --swiper-mobile-width: 90%;
    --swiper-mobile-inactive-scale: .8;
}


#gallery .container-fluid {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0;
}

#gallery .swiper {
    position: relative;
    width: 100%;
    height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100);
    overflow: hidden;
}

video {
    width: 100%;
}

#gallery .swiper-wrapper {
    padding-bottom: 25px;
}

#gallery .swiper-slide {
    position: relative;
    width: var(--swiper-width);
    opacity: .5;
    transform: scale(.84);
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: 0.4285rem;
}

#gallery .swiper-backface-hidden .swiper-slide {
    transform: scale(.84) translateZ(0);
}

#gallery .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
}

#gallery .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1.1) translateZ(0) !important;
}

#gallery .swiper-image {
    position: relative;
    width: 100%;
    padding-top: var(--swiper-image-ratio);
}

#gallery .swiper-image .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #929ec9;
}

#gallery .swiper-button-next,
#gallery .swiper-button-prev {
    padding: 8px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    border-radius: 50%;
}

#gallery .swiper-button-next::after,
#gallery .swiper-button-prev::after {
    color: #fff;
}

#gallery .swiper-button-next {
    transform: translate(50%, -50%);
    right: calc((100% - var(--swiper-width)) / 2);
}

#gallery .swiper-button-prev {
    transform: translate(-50%, -50%);
    left: calc((100% - var(--swiper-width)) / 2);
}

.hidden-custom {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
    #gallery .swiper {
        height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100);
    }

    #gallery .swiper-slide {
        width: var(--swiper-mobile-width);
        transform: scale(var(--swiper-mobile-inactive-scale));
    }

    #gallery .swiper-backface-hidden .swiper-slide.swiper-slide {
        transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
    }

    #gallery .swiper-button-next {
        right: calc((100% - var(--swiper-mobile-width)) / 2);
    }

    #gallery .swiper-button-prev {
        left: calc((100% - var(--swiper-mobile-width)) / 2);
    }
}
