:root {
    --front-elements-border-radius: 20px;
    /* --front-elements-border-color: var(--pale-red); */
    --front-elements-border-color: rgba(0, 0, 0, 0);
}
.brand span {
    color: #fff !important;
}
.carousel {
    margin-top: -70px;
}
.main-container {
    background-color: transparent;
    margin-top: 4rem;
    margin-bottom: 0 !important;
    padding: 1rem !important;
}
.main-container .row {
    padding: 0;
}
.content .col {
    background-color: transparent;
}
.lajm-tile {
    /* border-radius: var(--front-elements-border-radius); */
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.2);
    background-color: #fff;
}
.lajme-swiper-button-prev,
.lajme-swiper-button-next {
    --width: 50px;
    --height: 100px;
    background-color: transparent;
    top: 50%;
    height: var(--height);
    width: var(--width);
    -webkit-clip-path: none;
    clip-path: none;
}
.lajme-swiper-button-prev{ transform: translateY(-25%) translateX(-50%); }
.lajme-swiper-button-next{ transform: translateY(-25%) translateX(50%); }
.lajme-swiper-button-prev:hover,
.lajme-swiper-button-next:hover {
    -webkit-clip-path: none;
    clip-path: none;
    width: var(--width);
    height: var(--height);
}
.lajme-swiper-button-prev::after,
.lajme-swiper-button-next::after {
    font-size: 3rem;
    opacity: 0.5;
}
.te-fundit {
    margin-bottom: 3rem;
}
.sherbime-col {
    margin-bottom: 3rem;
}

.turizmi-main-container {
    height: 800px;
    display: flex;
    align-items: center;
	overflow: hidden;
    background: linear-gradient(0deg, #00faff, #00275c);
    background-size: 400% 400%;

    -webkit-animation: TurizmiWaver 13s ease infinite;
    -moz-animation: TurizmiWaver 13s ease infinite;
    -o-animation: TurizmiWaver 13s ease infinite;
    animation: TurizmiWaver 13s ease infinite;
}

@-webkit-keyframes TurizmiWaver {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}
@-moz-keyframes TurizmiWaver {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}
@-o-keyframes TurizmiWaver {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}
@keyframes TurizmiWaver {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}

.turizmi h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.turizm-link {
    color: #fff;
}
.turizm-active {
    color: var(--pale-red);
}
#plazhet-swiper,
#monumentet-swiper {
    padding: 50px 0;
}
#plazhet-swiper .swiper-slide,
#monumentet-swiper .swiper-slide {
    /* border-radius: var(--front-elements-border-radius); */
    border: 5px solid #ffffff;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 0 10px #fff;
}
.foto-kryetari,
.foto-keshilli {
    /* border-radius: var(--front-elements-border-radius); */
    box-shadow: 0 0 10px rgba(0,0,0, 0.2);
}
.link-kryetari {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
	transition: background-color 300ms;
}
.link-kryetari span {
	opacity: 0;
	font-size: 2rem;
    color: #000000;
    font-weight: 900;
    transition: opacity 300ms;
	text-decoration: none;
}
.link-kryetari:hover {
    background-color: rgba(255,255,255,0.8);
}
.link-kryetari:hover span {
	opacity: 1;
}
a:hover{ text-decoration: none; }
footer {
    margin-top: 100px !important;
}
@media (min-width: 992px) {
    .navbar {
        background-color: rgba(0, 0, 0, 0);
    }
    .carousel::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 1;

        background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0)
        );
    }
}
@media (max-width: 991px) {
    .brand {
        display: none !important;
    }
    #plazhet-swiper .swiper-slide,
    #monumentet-swiper .swiper-slide {
        box-shadow: none !important;
    }
}
@media (max-width: 575.98px) {
    .main-container {
        padding: 0 !important;
        margin: 0 !important;
    }
    .sherbime .col {
        padding: 0 !important;
        margin: 10px 0 !important;
    }
	.lajme-swiper-button-prev{ transform: translateY(-25%) translateX(0%); top: 25%;}
	.lajme-swiper-button-next{ transform: translateY(-25%) translateX(0%); top: 25%;}
}
