body,
html {
    font-family: 'Nunito Sans', sans-serif;
    color: #222222;
    scroll-behavior: smooth;
}

section {
    padding: 50px 0;
}

a {
    color: #222;
}

p {
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

ul,
li {
    list-style-type: none;
}

ul {
    padding-left: 20px;
}

.nav-item {
    padding: 10px 15px;
}

.nav-tabs .nav-item {
    padding: 0px;
}

.nav-tabs .nav-item a {
    color: rgba(0, 0, 0, .5);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #a77d6d;
}

.tab-content {
    margin-top: 20px;
}

.navbar {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(22, 22, 22, .1);
}

.navbar-brand {
    margin-right: 0px;
}

.navbar-brand img {
    max-height: 100px;
}

.navbar .dropdown {
    border-right: 1px solid #eee;
    padding: 30px 10px;
    font-weight: 600;
    margin-right: auto;
}

.navbar .dropdown-menu {
    max-width: 255px;
}

.navbar .dropdown-item {
    padding: 5px 10px;
}

.dropdown-toggle::after {
    color: #b33f90;
    margin-bottom: -2px;
}

h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 35px;
    text-align: center;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

h5,
.h5 {
    font-size: 16px;
    font-weight: 700;
}

.slider-item h3 {
    font-size: 24px;
    font-weight: 600;
}

.slider-item p {
    font-size: 14px;
    font-weight: 900;
    color: #f397d7;
}

.slider-item img {
    width: 255px;
    height: 390px;
}

.slider-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(-90deg, transparent, rgba(15, 13, 40, .6) 40%, rgba(15, 13, 40, .8));
    background-image: -moz-linear-gradient(-90deg, transparent, rgba(15, 13, 40, .6) 40%, rgba(15, 13, 40, .8));
    background-image: -ms-linear-gradient(-90deg, transparent, rgba(15, 13, 40, .6) 40%, rgba(15, 13, 40, .8));
    background-image: -o-linear-gradient(-90deg, transparent, rgba(15, 13, 40, .6) 40%, rgba(15, 13, 40, .8));
    background-image: linear-gradient(180deg, transparent, rgba(15, 13, 40, .6) 40%, rgba(15, 13, 40, .8));
    background-size: auto 100%;
    height: 60%;
    top: 40%;
}

.btn-primary {
    background: #b33f90;
    border: #b33f90;
    border-radius: 5px;
    font-weight: 600;
    color: #fff !important;
    padding: 8px 12px;
    font-size: 17px;
}

.btn-primary:hover {
    background: #a8107a;
    border: #a8107a;
    color: #fff;
}

.btn-secondary {
    background: transparent;
    border-color: transparent;
    color: #b33f90;
    font-weight: 700;
}

.btn-secondary:hover {
    background: transparent;
    border-color: transparent;
    color: #b33f90;
    text-decoration: underline;
}

hr {
    border-top: 1px solid #eee;
    margin: 40px 0;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    margin-top: 100px;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .partner {
    float: right;
    padding-top: 20px;
    position: absolute;
    right: 0px;
}

header .partner2 {
    float: left;
    padding-top: 20px;
    position: absolute;
    left: 0px;
}

header .partner span {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

header .partner2 span {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

header span {
    text-transform: uppercase;
}

header .partner img {}

header .head2 {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

header .head1 {
    font-size: 80px;
    background: #b33f90;
    font-weight: 700;
    padding: 0 20px;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.info-ticket {
    z-index: 3;
    background: #fff;
    border-radius: 10px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    margin-top: -40px;
    box-shadow: 0 10px 30px 0 rgba(22, 22, 22, .2);
}

.info-ticket h3 {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 5px;
}

.info-ticket .btn {
    float: right;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    align-items: center;
    /* add this will all relevant prefixes */
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-item {
    margin: 0;
    height: 350px;
    position: relative;
    border-radius: 5px;
    background-clip: padding-box;
    overflow: hidden;
    z-index: 0;
    text-decoration: none;
    text-align: left;
}

.slider-text {
    margin-top: -100px;
    color: white;
    position: relative;
    z-index: 1;
    padding: 0 20px 10px 20px;
    width: 100%;
}

#ucastnici nav a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    color: #595959;
}

#ucastnici nav a.active {
    color: #fff;
    background: #f397d7;
}

.card-img-top {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.card .btn {
    padding-left: 0px;
    padding-right: 0px;
}

.card {
    margin-bottom: 20px;
}

#ucastnici .card {
    height: 350px;
}

#ucastnici .card-img {
    height: 110px;
    text-align: center;
    padding: 0 15px;
}

#ucastnici .card-body {
    padding-bottom: 0px;
}

#ucastnici .card img {
    width: auto;
    margin-top: 15px;
    max-height: 90px;
}

#ucastnici .card-bottom img {
    height: 55px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-bottom: 15px;
}

#ucastnici .card-bottom {
    text-align: center;
    margin-bottom: 15px;
}

#mapa img {
    max-height: 400px;
    width: auto;
}

.mapamoje {
    background: transparent;
    position: relative;
    width: 100%;
    /* your iframe width */
    height: 480px;
    /* your iframe height */
    top: 480px;
    /* your iframe height */
    margin-top: -460px;
    /* your iframe height */
}

#barvamapa {
    background: #aae06c;
    color: black;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

#mapa img:before {
    content: '';
    height: 500px;
    width: 100%;
    background: #edffd8;
    display: block;
    position: absolute;
}

#kontakt {
    text-align: center;
}

#kontakt img {
    border-radius: 50px;
    width: 80px;
    height: 80px;
}

#kontakt p {
    font-size: 18px;
    padding-right: 15px;
    padding-top: 40px;
}

#kontakt h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px;
}

#kontakt .btn {
    padding-left: 0px;
    padding-bottom: 0px;
    display: block;
}

#kontakt .person {
    border-right: 1px solid #eee;
}

.con {
    display: none;
}

#partneri .loga img {
    margin-bottom: 30px;
    max-height: 70px;
}

#nfc {
    background: #aae06c;
    color: black;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

#nfcstred {
    background: #ac399b;
    color: black;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

#nfc img {
    margin-bottom: 20px;
}

#odkaznfc {
    color: #FFFFFF;
}

#odkaznfc2 {
    color: black;
    text-decoration: underline;
}

#nfc p {
    color: #bacfde;
}

#nfc .p {
    margin-bottom: 30px;
}

#nfc .num {
    border-radius: 50px;
    height: 45px;
    width: 45px;
    background: #079bb8;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 15px;
}

#nfc .info {
    background: #079bb8;
    border-radius: 10px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    margin-bottom: -120px;
    margin-top: 30px;
    box-shadow: 0 10px 30px 0 rgba(22, 22, 22, .2);
}

#nfc h3 {
    font-size: 22px;
    font-weight: 700;
}

#nfc .info p {
    color: #fff;
    margin-bottom: 0px;
}

#reference .carousel-caption {
    background: rgb(245, 129, 210);
    background: linear-gradient(90deg, rgba(245, 129, 210, 1) 0%, rgba(179, 63, 144, 1) 100%);
    width: 600px;
    border-radius: 10px;
    padding: 35px;
    bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

#reference .carousel-caption p {
    color: #222;
    text-align: left;
    font-style: italic;
    font-weight: 700;
}

#reference .carousel-caption span {
    color: #222;
    text-align: right;
    display: block;
    font-weight: 700;
    font-size: 14px;
}

#reference .carousel-caption img {
    height: 40px;
    fill: #222;
}

#reference .btn {
    color: #fff;
}

#eko .num {
    border-radius: 50px;
    height: 80px;
    width: 80px;
    background: #edffd8;
    display: block;
    padding-top: 10px;
    margin-bottom: 15px;
}

#eko img {
    height: 35px;
    width: 35px;
    margin-left: 23px;
    margin-top: 10px;
}

#eko .loga img {
    height: 80px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}

#eko p {
    margin: 25px 0;
}

#events {
    background: #eee;
    text-align: center;
}

#events .card-title {
    margin-bottom: 0px;
}

#events img {
    height: 100px;
    width: auto;
    padding-top: 15px;
}

#social {
    background: #161525;
    color: #fff;
}

#social a {
    color: #bebebe;
}

#social img {
    height: 40px;
}

#social a:hover {
    color: #fff;
}

#social a:hover {
    background: #4a4a4a;
}

#social .box {
    border: 1px solid #4a4a4a;
    padding: 30px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#social h3 {
    font-size: 18px;
    margin-top: 15px;
}

footer ul {
    margin-bottom: 0px;
}

footer li {
    text-align: right;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

footer a {
    color: #222;
}

.modal-dialog {
    max-width: 800px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000000;
}

#sns .btn-primary,
#sns header .head1 {
    background: #ce1046;
}

#sns .btn-secondary {
    color: #ce1046;
}

#sns .slider-item p {
    color: #f4507f;
}

#sns #ucastnici nav a.active {
    background: #f4507f;
}

#sns #reference .carousel-caption {
    background: #ce1046;
}

#sns .dropdown-toggle::after {
    color: #ce1046;
}

#landing header {
    margin-top: 0px;
}

#landing header:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55vh;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #000));
    background: linear-gradient(transparent, #000 80%);
}

.body-section {
    margin-top: -150px;
}

#landing {
    text-align: center;
    background: #000;
}

#landing .logo {
    height: 100px;
    width: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 50px;
}

#landing h1 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 40px;
}

#landing h2 {
    font-size: 20px;
    color: #fff;
}

#landing span {
    color: #fff;
}

#landing .detail {
    border-radius: 10px;
    padding: 25px;
    height: 150px;
    background: #b33f90;
}

#landing .detail:hover {
    background: rgba(255, 255, 255, 1);
}

#landing .detail:hover h2,
#landing .detail:hover span {
    color: #222;

}

#landing .detail a:hover {
    text-decoration: none;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

#landing p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

@media(max-width:998px) {
    .slider-item {
        height: 520px;
    }

    #kontakt p {
        font-size: 16px;
    }

    #eko .num {
        float: right;
    }

    .info-ticket {
        width: 700px;
    }

    .slider-item img {
        height: auto;
        width: 100%;
    }

    h2 {
        font-size: 26px;
    }

    header .partner {
        padding-right: 20px;
    }

    #reference .w-100 {
        width: auto !important;
    }

    #reference .carousel-caption {
        width: auto;
        bottom: 150px;
    }
}

@media(max-width:767px) {
    section {
        padding: 30px 0;
    }

    .col-12 {
        margin-bottom: 20px;
    }

    nav {
        border-bottom: 1px solid #faf4e7;
    }

    header .head1 {
        font-size: 50px;
    }

    .info-ticket {
        width: 80%;
        padding: 15px;
        text-align: center;
    }

    .info-ticket h3 {
        font-size: 18px;
    }

    .info-ticket .btn {
        margin-top: 10px;
        float: none;
    }

    #nfc .info {
        width: 100%;
        padding: 20px;
    }

    #nfc .info h3 {
        font-size: 20px;
    }

    .p-0 {
        padding-right: 15px !important;
    }

    #kontakt .person {
        border-right: 0px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;

    }

    footer .container {
        padding-left: 0px;
        text-align: center;
    }

    footer .p-0 {
        padding-left: 15px !important;
        padding-top: 20px !important;
    }

    footer li {
        text-align: center;
    }

    footer ul {
        margin: 15px 0;
    }

    #reference .carousel-caption {
        width: auto;
        padding: 15px;
    }

    #ucastnici nav a {
        padding: 10px;
    }

    .slider-text {
        margin-top: -250px;
    }

    .slider-item {
        height: 400px;
    }

    #instafeed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        margin: 0 3px;
        margin-left: auto;
        margin-right: auto;
    }

    .instagrid .instagram-photo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        padding: 10px;
        position: relative;
    }

    .instagrid .instagram-photo:after {
        content: "";
        background: #323232;
        background: url(../img/insta.svg);
        -webkit-transition: .3s;
        transition: .3s;
        background-repeat: no-repeat;
        height: 50px;
        width: 50px;
        position: absolute;
        opacity: 1;
        top: 45%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .instagrid .instagram-photo:hover:after {
        opacity: 0;
    }

    .instagrid .instagram-photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        max-height: 300px;
        border-radius: 5px;
    }

    #insta {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 400px;
        gap: 30px;
        list-style: none;
    }



    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}


.card {
    border: none !important;
    border-radius: 0 !important;
}

@media screen and (min-width: 320px) {
    .card {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 375px) {
    .card {
        width: 160px;
        height: 160px;
    }
}

@media screen and (min-width: 425px) {
    .card {
        width: 180px;
        height: 180px;
    }
}

@media screen and (min-width: 768px) {
    .card {
        display: flex;
        width: 170px;
        height: 170px;
    }
}

@media screen and (min-width: 1024px) {
    .card {
        width: 205px;
        height: 205px;
    }
}

.section-projects .card-image {
    background-color: #ffff;
    padding: 20px;
}

:root {
    font-size: 10px;
}

.container {
    max-width: 93.5rem;
    margin: 0 auto;
    padding: 0 2rem;
}


.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Gallery Section */

.gallery-item {
    position: relative;
    flex: 1 0 22rem;
    margin: 1rem;
    color: #fff;
    cursor: pointer;
}

.gallery-item:hover .gallery-item-info,
.gallery-item:focus .gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-item-info {
    display: none;
}

.gallery-item-info li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
}

.gallery-item-likes {
    margin-right: 2.2rem;
}

.gallery-item-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
    transform: rotateY(180deg);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@supports (display: grid) {

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
        grid-gap: 2rem;
    }
    
    .gallery-item,
    .gallery {
        width: auto;
        margin: 0;
    }
}
