@import "fonty.css";

:root {
    --blue: #489ECE;
    --light-blue: #e5f1f8;
    --green: #3c7727;
    --bs-dark-teal: #016666;
}

* {
    font-family: 'SourGummy', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

video {
    filter: brightness(70%);
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-fluid {
    width: 100% !important;
    height: 100vh !important;
    position: relative;
    top: 0;
    left: 0;
    background: none;
    /*overflow: scroll;*/
    /*scroll-snap-type: y mandatory;*/
    /*scroll-behavior: smooth;*/
}

footer {
    min-height: 350px;
    background-color: #3d3d3d;
    color: #dfdfdf;
}

.slide {
    position: relative;
}

#onas {
    color: white;
    background-image: url('https://letsgokielce.pl/images/background-about.jpg');
    background-blend-mode: color-burn;
    background-size: cover;
    background-position: center;"
}



.social-icon {
    width: 32px !important;
    height: 32px !important;
}

.back-to-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
    transform: translateX(-50%);
    z-index: 10;

}

.back-to-top a {
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.inner {
    width: 80%;
    color: #204d75;
    border-radius: 2rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
}

@media screen and (max-width: 990px) {
    .inner {
        width: 100% !important;
        padding: 1rem;
        border-radius: 20px;
    }
    .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        width: 100% !important;
        padding: 0.6rem;
        border-radius: 20px;
    }
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .navigation img {
        display: none;
        width: 120px;
    }
}
@media screen and (max-height: 410px) {
    .logo {
        position: absolute;
        top: 5px !important;
        margin: 0 auto !important;
        width: 80px !important;
    }
}

@media screen and (max-width: 568px) {
    .logo {
        position: absolute;
        top: 10px;
        margin: 0 auto;
        width: 150px;
    }
}

@media screen and (min-width: 568px) {
    .logo {
        position: absolute;
        top: 30px;
        margin: 0 auto;
        width: 250px;
    }
}

.social-div {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 1.5rem 8rem 1.5rem;
    /*scroll-snap-align: start;*/
}

.first {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.menu-link {
    display: block;
    text-decoration: none !important;
    color: white;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.menu-link.a:hover {
    background-color: #0B5ED7;
}
.menu-link.b:hover {
    background-color: #0d8e10;
}
.menu-link.c:hover {
    background-color: #d7960b;
}
.menu-link.d:hover {
    background-color: #d70b41;
}
.menu-link.e:hover {
    background-color: #9d0bd7;
}
.menu-link.f:hover {
    background-color: #414141;
}

.text-blue {
    color: #204d75 !important;
}

.navigation {
    text-align: center;
    background-color: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 2rem;
    margin: 1.5rem;
}
.navigation ul {
    padding: 0;
    margin: 0;
}

.navigation ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
}

.navigation ul li a {
    font-size: 2em;
    padding: 10px 40px;
}

.navigation img {
    width: 250px;
}



.down-container {
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
}
.down-icon {
    font-size: 60px;
}
.down-icon-sm {
    font-size: 30px;
}

.animate-on-scroll {
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-delay: 0.3s;
}

.animate-on-scroll-1 {
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-delay: 0.3s;
}

.animate-on-scroll-2 {
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-delay: 0.6s;
}
.animate-on-scroll-3 {
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-delay: 0.7s;
}
.animate-on-scroll-4 {
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-delay: 0.8s;
}

.animate {
    opacity: 1;
}

.text-justify {
    text-align: justify;
}

.bg-blue {
    background-color:  var(--blue) !important;
    color: white;
}

.bg-green {
    background-color:  var(--green) !important;
    color: white;
}

.bg-yellow {
    background-color:  var(--bs-yellow) !important;
    color: #564111 !important;
}

.bg-pink {
    background-color:  pink !important;
    color: #561121 !important;
}

.cursor-pointer {
    cursor: pointer;
}

#map {
    width: 100%;
    height: 200px;
    margin: auto;
}

.leaflet-right {display: none}

#toggleHeightBtn {
    background-color: white;
    z-index:1000;
    position: absolute;
    transform: translateY(-30px);
    width: 200px;
    height: 60px;
    border-radius: 30px;
    border: 10px solid #3D3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#toggleHeightBtn:hover {
    border: 10px solid white;
}

#map {
    transition: filter 0.5s ease;
}
#map.grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.leaflet-tooltip.custom-map-tooltip {
    background-color: #7fdb66;
    color: #1e4f04;
    padding: 4px 8px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.card {
    border-radius: 2rem !important;
}

.card.card-body {
    padding: 2rem;
}