@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

  #ourServices .col {
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.509);
    margin: 10px;
    padding: 15px;
    background-color: white;
}

#ourServices i {
    font-size: 5em;
    color: #C04863;
    font-weight: 300;
}

#ourServices img {
    width: 33%;
}

.indexMainBanner {
    background-image: url('../img/mainBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

body {
    background-color: #F6FAFB;
}

.spartan {
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Roboto', sans-serif;
}

.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.italianno {
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Italianno', cursive;
    color: #2C3983;
    font-size: 2.5em;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.blue {
    color: #2C3983;
}

.pink {
    color: #C04863;
}

.bgGreen {
    background-color: rgba(197, 208, 155, 0.52);
}

body {
    background-image: url('../img/indexBg.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#ponukame h3 {
    color: #2C3983;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.mainBanner {
    background-image: url('../img/ponukameBg.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

#ponukame i {
    color: #2C3983;
}

#ponukame .material-icons{
    font-size: 3em;
    margin-top: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kontakt i {
    margin-right: 5px;
    color: #2C3983;
    margin-bottom: 1em;
}

#kontakt {
    font-size: .85em;
}

a {
    text-decoration: none;
    color: black;
}

.postovaSchranka {
    background-image: url('../img/kontakt.jpg');
    height: 500px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.ponukameBanner {
    background-image: url('../img/ponukameBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
}
   
.ktoSmeBanner {
    background-image: url('../img/ktoSmeBanner.jpg');
    /* background-position: center; */
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
    background-position-y: -350px;
}

.aktualneBanner {
    background-image: url('../img/aktualneBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
}

.kontaktBanner {
    background-image: url('../img/kontaktBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
}

.cennikBanner {
    background-image: url('../img/cennikBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
    /* background-position-y: -400px; */
}

.referencieBanner {
    background-image: url('../img/referencieBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
}

.referencieBanner {
    background-image: url('../img/aktualneBanner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 75vh;
}

.cookiesBanner {
    /* background-image: url('https://dusinka.sk/img/kontaktBanner.jpg'); */
    height: 75vh;
}

.showCookiesBanner {
    background-color: #F7B2C2;
    color: #2C3983;
    font-weight: 400;
    line-height: 2em;
}

.showCookiesBanner h5 {
    font-weight: 600;
    margin-bottom: 1em;
}

.showCookiesBanner  {
    font-weight: 600;
}

.navbar {
    z-index: 999;
}

.myCallButton {
    background-color: rgb(86, 166, 86);
    color: white;
    transition: 500ms;
    padding: 1em;
}

.myCallButton:hover {
    background-color: rgb(97, 188, 97);
    color: white;
    transition: 500ms;
}

#footer a {
    color: #C04863;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

#aktualne ul {
    background-color: red;
}

#aktualne li-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
  }
  
  #aktualne li {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  }
  #aktualne li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  #aktualne li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  #aktualne li.disabled, #aktualne li:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
  }
  #aktualne li.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
  }
  #aktualne li + #aktualne li {
    border-top-width: 0;
  }
  #aktualne li + #aktualne li.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
  }

  #aktualne ul {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
  }

  #aktualne ol {
    list-style-type: none;
    counter-reset: section;
  }
  #aktualne ol > ol::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
  }

  #cookies h3, #gdpr h3 {
    color: #2C3983;
  }

  .myBtn {
    background-color: #2C3983;
    color: white;
    transition: 500ms;
  }

  .myBtn:hover {
    background-color: #404f9f;
    transition: 500ms;
    color: white;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.235);
  }

  .downBtn {
    color: #5e6ab5;
  }

  .navCallBtn {
    border: 2px solid #d58b9b;
    color: #C04863;
    transition: 500ms;
    border-radius: 50%;
    transition: 1s;
  }

  .navCallBtn:hover {
    background-color: #C04863;
    color: white;
    transition: 1s;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
  }
