@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

  @import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

  .myNavbar {
    margin-bottom: -74px;
    height: 74px;
  }

.spartan {
    font-family: 'League Spartan', sans-serif;
    font-family: 'Raleway', sans-serif;
}

/* MAINBANNER */
.mainBanner {
    /* background-image: url('../img/mainBanner.jpg'); */
    background-image: url('../img/mainBannerUcetni.webp');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* filter: opacity(95%); */
}

/* NAVBAR */
.navbar {
    text-decoration: none;
    /* background-color: rgba(249, 249, 249, 0.6); */
}

.navbar a{
    margin-right: 1.25em;
    color: rgba(185, 19, 190, 0.9);
}

.navbar a:hover {
    color: rgba(185, 19, 190, 1);
}

.navIcon {
    font-size: 2.5em;
    line-height: 0px;
}

.offcanvas ul li {
    color: darkviolet;
    line-height: 25vh;
    font-size: 1.25em;
    font-weight: 600;
}

.offcanvas a {
    color: darkviolet;
    text-decoration: none;
}

.myLink {
    color: lightpink;
    margin-right: 1.25em;
    text-align: center;

}

.my-navbar-brand {
    font-size: 1.5em;
}

.callButton {
    border: 2px solid rgba(185, 19, 190, 0.9);
    background-color: violet;
    color: white;
    text-decoration: none;
    padding: 1em;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
}

.callButton:hover {
    border: 2px solid violet;
    background-color: rgba(185, 19, 190, 0.9);
    color: white;
    transition: 1s;
}

h1 {
    color: darkviolet;
}

.darviolet {
    color: darkviolet;
}

.darkblue {
    color: darkblue;
}

.mainBanner h1 {
    font-style: 1.75em;
    color: rgba(185, 19, 190, 0.9);
}

.fw-700 {
    font-weight: 700;
}

@media only screen and (max-width: 700px) {
    .navbar {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
  }

  @media only screen and (min-width: 701px) and (max-width: 1023px) {
    .navbar {
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
  }

  .services {
    /* background-color: rgba(185, 19, 190, 0.3); */
    font-size: 1.25em;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services i {
    color: rgba(185, 19, 190, 0.9);
}

.services i {
    color: rgba(185, 19, 190, 0.9);
}

.purple {
    color: rgba(185, 19, 190, 0.9);
}

.bold {
    font-weight: 700;
}

.list {
    font-size: 1.25em;
    font-weight: 100;
}

.footer {
    margin-top: 50px;
    padding-bottom: 25px;
    color: black;
}

.footer a {
    text-decoration: none;
    color: black;
}

.footer h3 {
    font-size: 1.5em;
    color: rgba(251, 104, 255, 0.9);
    padding-bottom: 1.15em;
    padding-top: 1.5em;
}

.footer p {
    font-size: 1.em;
    font-weight: 100;
}

.maps h3 {
    color: rgba(185, 19, 190, 0.9);
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 25px;
}

.maps p {
    color: black;
    font-size: 1.15em;
    font-weight: 100;
    margin-left: 35px;
}

.small_footer {
    background-color: white;
    padding: 15px;
    color: darkblue;
}

.small_footer p {
    font-size: 1.15em;
}

.small_footer a {
    font-size: 1.15em;
    color: darkblue;
    text-decoration: none;
    font-weight: 100;
}

.small_footer i {
    margin-right: 0.5em;
    color: white;
}

/* Cookie banner style */

.my-cookie-banner{
    position: fixed;
    bottom: 0;
    right: 1em;
    font-size: 1em;
    line-height: 2.5em;
    z-index: 9999;
    background-color: rgb(254, 217, 255);
    padding-right: 2em;
    padding-left: 2em;
}

.my-cookie-banner a{
    text-decoration: none;
}

.about_cookie {
    margin-top: 50px;
}

.mainCookiesBanner {
    margin-top: 70px;
    height: 50vh;
    background-color: rgba(185, 19, 190, 0.9);
    color: white;

}

.cookies h3 {
    font-size: 1.75em;
    color: rgba(185, 19, 190, 0.9);
    font-weight: 700;
    line-height: 1.75em;
}

.cookies h4 {
    font-size: 1.5em;
    color: rgba(185, 19, 190, 0.9);
    font-weight: 700;
    line-height: 1.5em;
}

.cookies h5 {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 700;
    color: rgba(185, 19, 190, 0.9);
}

.about_cookie p {
    color: black;
    font-size: 1.15em;
    font-weight: 100;
}

.form-check-input:checked {
    background-color: rgba(185, 19, 190, 0.9);
    border: 1px solid #9400d3;
}

.pricesBanner {
    margin-top: 70px;
    height: 50vh;
    color: white;
    background-color: rgba(185, 19, 190, 0.9);
}

.prices h2 {
    font-size: 2em;
    color: rgba(185, 19, 190, 0.9);
    padding-top: 1.5em;
    margin-left: 9px;
}

.prices h3 {
    font-size: 1.5em;
    color: rgba(185, 19, 190, 0.9);
}

.prices h5 {
    color: rgba(185, 19, 190, 0.9);
    font-weight: 700;
}

.prices p {
    color: black;
    font-size: 1.15em;
    font-weight: 100;
}

.prices .col {
    margin-top: 3em;
}

.cookiesButton {
    border: 2px solid rgba(185, 19, 190, 0.9);
    background-color: darkblue;
    color: white;
    text-decoration: none;
    padding: .5em 1em;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    margin: 2em 0;
}

.cookiesButton:hover {
    border: 2px solid darkblue;
    background-color: rgba(185, 19, 190, 0.9);
    color: white;
    transition: 1s;
}

.cookiesBanner {
    box-shadow: 0px 0px 10px 10px black;
    background-color: darkblue;
    border-radius: 0px;
    margin-bottom: 0px;
    color: rgba(247, 27, 255, 0.9);
}

.cookiesBanner a {
    text-decoration: none;
}

