/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  font-family: sans-serif;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
  width: 100%;
  display: block;
  object-fit: contain;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.18; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* NO ARROWS ON NUMBER INPUT */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}
:root {
  /* * * * * * * CUSTOM variables * * * * * */

  /* https://www.w3schools.com/colors/colors_picker.asp */
  /* --primary: #3195c9;
  --light-primary: #97cae4;
  --dark-primary: #1e5a7b;
  --very-light-primary: #eaf5fa;
  --primary-str: #2d88b9;
  --primary-rgb: 49, 149, 201; */

  --primary: #f6e000;
  --light-primary: #fff799;
  --dark-primary: #b3a400;
  --very-light-primary: #fffde6;
  --primary-str: #e6d200;
  --primary-rgb: 246, 224, 0;
  --dark-primary-rgb: 179, 164, 0;

  /* Širina kontejnera (1320 je BS5) */
  --container-width: 1440px;
  /* Visina headera i kompenzacija za position:fixed: */
  --header-height: 3rem;

  /* * * * * * * BOOTSTRAP 5 variables * * * * * */

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  /* --bs-warning: #ffc107; */
  --bs-warning: #fd7e14;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
    'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.text-primary {
  color: var(--primary) !important;
}
.text-dark-primary {
  color: var(--dark-primary) !important;
}
.text-dark {
  color: var(--bs-dark) !important;
}
.text-warning {
  color: var(--bs-warning) !important;
}
.text-danger {
  color: var(--bs-danger) !important;
}
.text-success {
  color: var(--bs-success) !important;
}
.text-info {
  color: var(--bs-info) !important;
}
/* * * * * * * * * * * * * *
 * * * * ANIMATE CSS * * * *
 * * * * * * * * * * * * * */

/* DURATION */
.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
}

/* DELAY */
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}/* ======================= */
/* NEW SEARCH AUTOCOMPLETE */
/* ======================= */

#SearchZone > .ver-item > .module {
  position: relative;
}

.search-inner .new-search-loader {
  position: absolute;
  right: 0.6rem;
  top: 7px;
}
.search-inner .new-search-loader img {
  height: 2rem;
  width: 1.5rem;
}

#autocompleteNew {
  background: #fff;
  border: 1px solid #ededed;
  padding: 1rem;

  display: grid;
  gap: 1rem;

  position: absolute;
  top: calc(100% + 8px);
  left: -3rem;
  width: calc(100% + 3rem);
  z-index: 999;
  
  overflow-y: auto;
  max-height: calc(100vh - var(--header-height));
}
@media (min-width: 680px) {
  #autocompleteNew {
    grid-template-columns: minmax(0, 67%) minmax(0, 33%);    
  }
}
/* #autocompleteNew::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  left: 50%;
} */
/* #autocompleteNew #products-container {
  border-right: 1px solid #ededed;
} */
#autocompleteNew #products-container > button {
  display: block;
  margin: 0 auto;
}
#autocompleteNew #products-container .pager {
  text-align: center;
}

#autocompleteNew #products-container .pager .page:focus,
#autocompleteNew #products-container .pager .page:focus-visible,
#autocompleteNew #products-container > button:focus,
#autocompleteNew #products-container > button:focus-visible {
  outline: none;
}
#autocompleteNew #products-container .data {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.5rem;
}
#autocompleteNew .no-products {
  grid-column: span 2;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid var(--bs-orange);
  color: var(--bs-orange);
  text-transform: uppercase;
}
#autocompleteNew #products-container .product {
  display: grid;
  grid-template-columns: 80px minmax(0, auto);
  align-items: center;
  gap: 0.25rem 0.5rem;
  overflow: hidden;
  margin-top: 0;
}
#autocompleteNew #products-container .product:focus,
#autocompleteNew #products-container .product:focus-visible {
  outline: none;
  color: #000;
}
#autocompleteNew #products-container .product:hover {
  color: #666;
}
#autocompleteNew #products-container .product:hover .name {
  color: #000;
}
#autocompleteNew #products-container .product img {
  grid-row: span 2;
  max-height: 112px;
  margin: auto;
}
#autocompleteNew #products-container .product .name {
  /* font-family: 'Quicksand', sans-serif; */
  align-self: end;
}
#autocompleteNew #products-container .product .name::first-letter {
  text-transform: capitalize;
}
#autocompleteNew #products-container .product .prices {
  align-self: start;
  font-weight: 700;
  font-size: 15px;
}
#autocompleteNew #products-container .product .prices .full {
  text-decoration: line-through;
}
#autocompleteNew #products-container .product .prices .sales {
  /* color: var(--primary); */
  color: var(--dark-primary);
}

#autocompleteNew #categories-container .data {
  display: grid;

  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}
#autocompleteNew #categories-container .category {
  display: block;
  text-transform: capitalize;
  padding: 0.4rem 0;
}
mark {
  padding: 0;
  background-color: #fffaaa;
}

#autocompleteNew #close-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 0.6rem;
  cursor: pointer;
}
#autocompleteNew .big-search-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex; /*js*/
  align-items: center;
  justify-content: center;
}
#autocompleteNew .big-search-loader img {
  max-height: 100px;
  max-width: 100px;
}
#autocompleteNew .title {
  font-weight: 600;
  font-size: 18px;
  margin: 0.5rem 0 1.5rem;
  display: inline-block;
}
#autocompleteNew .data {
  margin-bottom: 1rem;
}

#autocompleteNew #products-container .pager .page {
  padding: 0.5rem 0.8rem;
  display: inline-block;
  margin: 0.25rem;
  border: 1px solid #ededed;
  min-width: 1rem;
  text-align: center;
}
#autocompleteNew #products-container .pager .page:hover {
  cursor: pointer;
  border-color: var(--primary);
}
#autocompleteNew #products-container .pager .page.current {
  border-color: var(--primary);
  color: var(--primary);
}

/* =========================== */
/* END NEW SEARCH AUTOCOMPLETE */
/* =========================== */

/* temp idea for sticker */
/* 
  content: "";
  position: absolute;
  right: -18px;
  top: -3px;
  border-bottom: 28px solid red;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  transform: rotate(45deg);
 */
/* CUSTOM CHECKBOX
 *
 *
 * Da bi ovo radilo HTML mora biti u sledećem formatu:
 *  <label class="b2b-container">Text
        <input type="checkbox">
        <span class="b2b-checkmark"></span>
    </label>
 *
 */

/* Label - container */
.b2b-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  gap: 0.3rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Sakriva se default checkbox */
.b2b-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Pravi se custom checkbox            <=============       Custom boje ovde ?    */
.b2b-checkmark {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* Boja pozadine na hover            <=============       Custom boja ovde ?    */
.b2b-container:hover input ~ .b2b-checkmark {
  /* background-color: #ccc; */
  border-color: var(--primary);
}

/* Boja pozadine kada je čekirano                <=============       Glavna boja sajta ?      */
.b2b-container input:checked ~ .b2b-checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}

/* Sakrivanje checkmarka kada nije selektovano */
.b2b-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Prikazivanje checkmarka kada je selektovano */
.b2b-container input:checked ~ .b2b-checkmark:after {
  display: block;
}

/* Custom checkmark */
.b2b-container .b2b-checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cc_div,
#s-cnt .p {
  color: var(--bs-dark);
}
.cc_div .cc-link {
  color: var(--dark-primary);
  border-bottom: 1px solid var(--dark-primary);
}
#s-inr,
#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bn,
.cc_div .c-bl {
  border-radius: 3px;
}
#s-cnt .b-bn .b-tl,
#s-c-bnc button,
#s-bns button:last-child,
#c-bns.swap button:first-child,
#s-bl .act .b-acc {
  color: var(--bs-dark);
  background-color: var(--very-light-primary);
}
#s-cnt .b-bn .b-tl:hover,
#s-c-bnc button:hover,
#s-bns button:last-child:hover,
#c-bns.swap button:first-child:hover {
  background-color: var(--light-primary);
}
#s-bns button:first-child,
#c-bns.swap button:last-child {
  background-color: var(--bs-dark);
  border: 2px solid var(--bs-dark);
}
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:hover {
  color: var(--bs-dark);
  background-color: #fff;
}
/* togglers: */
.cc_div .b-tg .c-tg {
  background-color: var(--primary);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background-color: var(--dark-primary);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro,
.cc_div .b-tg .c-tgl:disabled + .c-tg.c-ro {
  background-color: rgba(var(--primary-rgb), 50%);
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* border: 1px solid var(--bs-secondary); */
  border-radius: 6px;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow: hidden;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 5px 16px;
  border-bottom: 1px solid var(--bs-gray-300);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.modal-header .modal-title {
  margin: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.modal-header .close {
  color: var(--bs-secondary);
  font-size: 2rem;
  top: -4px;
  position: relative;
}

.modal-body {
  padding: 2px 16px;
  min-height: 104px;
}

.modal-footer {
  padding: 0.5rem 1rem;
  background-color: var(--bs-gray-100);
  border-top: 1px solid var(--bs-gray-300);
  display: flex;
}
.modal-footer .close {
  margin-left: auto;
}

.modal-loader img {
  width: 100px;
  height: 100px;
  margin: auto;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* pnotify.buttons.css */
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}

/* pnotify.nonblock.css */
.ui-pnotify.ui-pnotify-nonblock-fade {
  opacity: 0.2;
}
.ui-pnotify.ui-pnotify-nonblock-hide {
  display: none !important;
}

/* pnotify.css */
.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}

body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}
@media (max-width: 380px) {
  body > .ui-pnotify {
    right: 10px !important;
  }
}

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}

.ui-pnotify.ui-pnotify-in {
  display: block !important;
}

.ui-pnotify.ui-pnotify-move {
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
  transition: opacity 0.6s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease,
    right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
  transition: opacity 0.4s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease,
    right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.2s linear;
  opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease,
    right 0.5s ease, bottom 0.5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
  border-radius: 3px;
}

.ui-pnotify-container:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}

.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}

/* PNotify / Alerts */
.alert-success {
  /* background: rgba(var(--bs-success-rgb), 0.9) !important; */
  background: rgba(var(--primary-rgb), 0.9) !important;
  color: #fff !important;
}
.alert-warning {
  background: rgba(var(--bs-warning-rgb), 0.9) !important;
  color: #fff !important;
}
.alert-info {
  background: rgba(var(--bs-info-rgb), 0.9) !important;
  color: #fff !important;
}
.alert-danger {
  background: rgba(var(--bs-danger-rgb), 0.9) !important;
  color: #fff !important;
}
.ui-pnotify-title {
  color: #fff;
}
.glyphicon.glyphicon-remove::before {
  font-family: bootstrap-icons;
  content: '\F62A';
}
.glyphicon.glyphicon-pause::before {
  font-family: bootstrap-icons;
  content: '\F4C3';
}
.glyphicon.glyphicon-play::before {
  font-family: bootstrap-icons;
  content: '\F4F4';
}
.glyphicon.glyphicon-ok-sign::before {
  font-family: bootstrap-icons;
  content: '\F26E';
}
.glyphicon.glyphicon-info-sign::before {
  font-family: bootstrap-icons;
  content: '\F430';
}
.ui-pnotify-container div:focus,
.ui-pnotify-sticker:focus,
.glyphicon:focus {
  outline: none;
}
.ui-pnotify-container .glyphicon {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1.1rem;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * S T A R T * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* html, */
body {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  font-family: var(--bs-body-font-family);
  color: var(--bs-dark);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.show-overlay {
  overflow-y: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
}

hr {
  margin: 1.2rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

.h1,
h1 {
  font-size: 1.5rem;
  margin: 0 0 .75rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-weight: 400;
  letter-spacing: -.0125em;
  font-size: clamp(28px, 2.7631578947vw, 42px);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.sh2 {
  font-size: clamp(17px, 1.3157894737vw, 20px);
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-50 {
  padding: 0.5rem !important;
}

.px-50 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-50 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mb-50 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-50 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.text-center {
  text-align: center !important;
}

.d-none {
  display: none !important;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap !important;
}

.center {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4375em;
  font-weight: 600;
  border: .125rem solid transparent;
  position: relative;
  border-radius: .125rem;
  text-decoration: none;
  padding: .625rem .75rem;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  background-color: #0081c9;
  color: #fff;
  align-self: flex-start;
}

.btn:hover {
  box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .13), 0 0 .0625rem 0 rgba(0, 0, 0, .11);
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.btn:focus {
  outline: .1875rem dotted currentColor;
  outline-offset: -.375rem;
}

.container {
  /* width: 100%; */
  /* max-width: var(--container-width); */
  margin: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

.swiper-slide {
  height: auto;
}

/* * * * * * * * * * * *
    HEADER
 * * * * * * * * * * */
header {
  background: #fff;
  border-bottom: 1px solid #ccc3;
}

header .container-header {
  margin: 2px 0;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo {
  padding: 12px 4px;
}

.logo:focus {
  outline: 1px dashed currentColor;
  outline-offset: -2px;
}

.logo img {
  width: 108px;
  object-fit: contain;
}

.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  z-index: 100;
  margin: 1px;
  width: 48px;
  align-items: center;
}

.hamburger span {
  height: 1px;
  width: 20px;
  background-color: #333;
  margin: 2px 0;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(1px, 2px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #f2f2f2;
  border-bottom: 1px solid #000;
}

.mobile-nav.active {
  display: block;
}

.nav-links {
  list-style: none;
}

.nav-links li {
  border-bottom: 1px solid #e6e6e6
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border: 1px solid transparent;
  color: #262626;
  display: inline-block;
  outline-offset: -2px;
  padding: 14px 15px 15px;
  height: 100%;
  margin: 1px;
  font-size: 15px;
  width: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.dropbtn {
  background-color: transparent;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border: 1px solid transparent;
  color: #262626;
  display: inline-block;
  margin-top: 1px;
  padding: 10px 15px;
  outline-offset: -2px;
  font-size: 13px;
}

.dropbtn::after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  font-size: 9px;
  display: inline-block;
  color: currentColor;
  font-weight: 700;
  padding-top: 4px;
  margin-left: 3px;
}

.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 999;
  list-style: none;
  background: #f2f2f2;
  border-bottom: 1px solid #000;
  width: 300px;
  top: 46px;
  right: -14px;
}

.dropdown .dropdown-content.active {
  display: block;
}

.dropdown-content li {
  border-bottom: 1px solid #e6e6e6;
}

.dropdown-content li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border: 1px solid transparent;
  color: #262626;
  display: inline-block;
  outline-offset: -2px;
  padding: 14px 15px 15px;
  height: 100%;
  margin: 1px;
  font-size: 15px;
  width: 100%;
}

/* * * * * * * * * * * *
    HERO section
 * * * * * * * * * * */

#hero-section {
  min-height: 473px;
  padding-bottom: 4rem;
  position: relative;
}

#hero-section .hero-section-wrapper {
  box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .13), 0 0 .0625rem 0 rgba(0, 0, 0, .11);

}

#hero-section .heroSwiper {
  height: 100%;
}

#hero-section .swiper-slide {
  display: flex;
  flex-direction: column;
}

#hero-section .swiper-slide .hero-image img {
  object-fit: cover;
}

#hero-section .hero-text-cont {
  padding: 1.5rem .75rem 1rem;
}

#hero-section .hero-text-cont a.btn {
  background-color: #0081c9;
  ;
  color: #fff !important;
}

#hero-section .hero-text-cont p {
  margin-bottom: 1rem;
}

/* hero swiper-controls */

#hero-section .swiper-wrapper,
#hero-section .heroSwiper {
  position: static;
}

#hero-section .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  margin-top: 0.75rem;
}

#hero-section .swiper-pagination {
  position: static;
  width: auto;
}

#hero-section .swiper-button-next,
#hero-section .swiper-button-prev {
  position: static;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0;
  width: auto;
}

#hero-section .swiper-button-next:focus,
#hero-section .swiper-button-prev:focus {
  outline: .1875rem dotted #000;
  outline-offset: -.375rem;
}

#hero-section .swiper-button-next::after,
#hero-section .swiper-button-prev::after {
  font-size: 1.25rem;
  color: #000;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

#hero-section .swiper-button-prev:hover::after {
  transform: translate(-.5rem, 0);
}

#hero-section .swiper-button-next:hover::after {
  transform: translate(.5rem, 0);
}

#hero-section .swiper-autoplay-toggle {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}

#hero-section .swiper-autoplay-toggle:focus {
  outline: .1875rem dotted #000;
}

#hero-section .swiper-autoplay-toggle i {
  font-size: 1.25rem;
}

#hero-section .swiper-pagination-bullet,
#cards-one-swiper .swiper-pagination-bullet,
#clients-swiper .swiper-pagination-bullet {
  width: .625rem;
  height: .625rem;
  margin: 0 1rem;
  border: 1px solid #000;
  background-color: #fff;
  opacity: unset;
}

#hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
#cards-one-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
#clients-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

/* * * * * * * * * * * *
    CARDS section
 * * * * * * * * * * */
.cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.cards-wrapper .card {
  margin-bottom: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3rem;
}

.card-content-wrap {
  background: #fff;
  width: 100%;
  text-align: center;
  height: 100%;
  box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
}

.card-content-wrap .img-cont {
  width: 100%;
  height: auto;
}

.card-content-wrap .img-cont img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.card-content-wrap .text-cont {
  padding: 1.5rem;
  text-align: left;
}

.card-content-wrap .text-cont h3 {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2;
}

/* .card-content-wrap .text-cont a {
  background-color: #0081c9;
  color: #fff !important;
} */

#cards-one-swiper .card-content-wrap {
  height: 100%;
}

#clients-swiper .card-content-wrap {
  height: auto;
}

#cards-section-2 .card-content-wrap {
  box-shadow: unset;
}

#cards-section-2 .card {
  max-width: 110px;
}

#cards-section-2 .img-cont img {
  max-height: 92px;
}

#cards-section-1 .img-cont {
  padding: 0.5rem;
}

/* * * * * * * * * * * *
    section 3
 * * * * * * * * * * */
#section-3 {
  margin-bottom: 3rem;
}

.section-3-cont .text-wrap {
  padding: 3rem 1rem;
}

#section-3 .button {
  background-color: #0081c9;
  ;
  color: #fff !important;
}

#section-3 .img-wrap img {
  max-height: 558px;
  object-fit: cover;
}

/* * * * * * * * * * * *
    button to top
 * * * * * * * * * * */
.top-btn-cont {
  padding: 0 .75rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.top-btn-cont .btn-top {
  background-color: #d9d9d9;
  color: #000;
}

.top-btn-cont .btn-top:hover {
  box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .13), 0 0 .0625rem 0 rgba(0, 0, 0, .11);
  background-image: none;
  background-color: #fff;
}

.top-btn-cont .btn-top:focus {
  outline: .1875rem dotted currentColor;
  outline-offset: -.375rem;
}

.top-btn-cont.fixed {
  position: fixed;
  bottom: .75rem;
  right: .75rem;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

/* * * * * * * * * * * *
    NEWS DETAILS
 * * * * * * * * * * */
.main-content {
  min-height: 700px;
  margin-bottom: 3rem;
}

.main-content .main-cont-hed {
  position: relative;
}

.main-content .main-cont-hed .img-cont img {
  min-height: 150px;
  max-height: 300px;
  object-fit: cover;
}

.main-content .main-cont-hed .text-cont {
  margin-bottom: 2.5rem;
}

.main-content .main-cont-hed .text-cont h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -.05em;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.main-content .main-cont-hed .text-cont p {
  margin-bottom: 2rem;
}

.main-content .main-cont-hed .text-cont button {
  background: transparent;
  border: none;
  padding: 0.5rem 0;
  color: #0081c9;
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.main-content .main-cont-hed .text-cont button:focus {
  outline: .1875rem dotted currentColor;
}

.main-content .main-cont-hed .text-cont i {
  font-weight: 600;
  font-size: .9375rem;
  padding: 0.32rem 0.49rem;
  color: #fff;
  background-color: #0081c9;
  border: 2px solid #0081c9;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}

/* * * * * * * * * * * *
    TEMPLATE za stranice
 * * * * * * * * * * */

.section-one {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(90deg, #072139, #1a416c 90%);
  padding: 1rem 2rem;
  border-radius: .825em;
  margin-bottom: 4rem;
}

.section-one .img {
  width: 150px;
  margin-bottom: 0.8rem;
}

.section-one .img img {
  border-radius: 0.5rem;
}

.section-one .text {
  color: #fff;
  margin-bottom: 1.8rem;
  font-size: clamp(16px, 1.184vw, 18px);
}

/* ********************** */

.inner-cont-bg {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #f2f2f2;
}

.inner-cont-bg-gray {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #f2f2f2;
}

.btn-a {
  border-radius: 0.3rem;
  padding: 0.8rem 2rem;
  text-wrap: nowrap;
  /* align-self: center; */
}

.content-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.content-container .img {
  border-radius: 1.25em;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.content-container .img img {
  height: 100%;
  object-fit: cover;
}

.content-container .btn-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}

.content-container .btn-text h2 {
  max-width: 484px;
}

.content-container .btn-text p {
  max-width: 642px;
}

.content-container .cont-span {
  display: flex;
  justify-content: center;
  font-size: clamp(14px, 1.0526315789vw, 16px);
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #f0f8ff;
  text-align: center;
}

.content-container .cont-span span {
  max-width: 410px;
}

.content-container .text-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-container .text-flex h3 {
  line-height: 1;
  margin-bottom: .25em;
  white-space: nowrap;
  font-size: clamp(17px, 1.3157894737vw, 20px);
  font-weight: 600;
}

.content-container h2 {
  max-width: 450px;
}

.content-container .text-flex p {
  line-height: 1.2;
  max-width: 15em;
}

.inner-cont {
  justify-content: space-around;
}

.inner-cont .img {
  max-width: 171px;
}

.inner-cont .inner-cont-text {
  max-width: 704px;
  margin-bottom: 2rem;
}

.inner-cont .btn-a {
  text-wrap: nowrap;
  align-self: start;
}

.img-group {
  display: flex;
  gap: 3%;
  border-radius: unset !important;
}

.img-group img {
  width: 30%;
  border-radius: 0.5rem;
}

.content-container-banner {
  background-image: radial-gradient(circle at 51% 34%, #f0f8ff 0, #bde0ff 100%);
  position: relative;
  border-radius: 1.25rem;
  padding: 3rem;
  justify-content: center;
  text-align: center;
}

.content-container-banner.float-img .img {
  display: none;
}

.content-container-banner .btn-text h2 {
  margin: 0 auto 1rem;
}

.content-container-banner .btn-a {
  align-self: center;
}

.content-container.center .btn-a {
  align-self: center;
}


/* * * * * * * * * * * *
    FOOTER
 * * * * * * * * * * */
footer {
  background: #f2f2f2;
}

.footer-lists {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.footer-lists h3 {
  padding: 36px 0 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #616161;
}

.footer-lists p,
.footer-lists li {
  padding: 8px 0;
  font-size: 11px;
  line-height: 16px;
}

.footer-lists p,
.footer-lists li a {
  color: #616161;
  font-size: 11px;
  line-height: 16px;
  list-style-type: none;
  text-decoration: none;
}

.footer-lists .list-item.links li a:hover {
  color: rgba(0, 0, 0, .9);
  text-decoration: underline;
}

.footer-lists .list-item.links li a:focus {
  color: rgba(0, 0, 0, .9);
  text-decoration: underline;
  outline: 1px dashed;
  outline-offset: 3px;
}

footer .partners {
  display: flex;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 1rem;
  gap: 8px;
}

footer .partners img {
  max-width: 90px;
  padding: 0 0.5rem;
}@media (min-width: 540px) {

  /* * * * * * * * * * * *
    CARDS section
 * * * * * * * * * * */
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* * * * * * * * * * * *
    TEMPLATE za stranice
 * * * * * * * * * * */
  .content-container .text-flex {
    flex-direction: row;
    margin-top: 1rem;
  }

  /* * * * * * * * * * * *
    FOOTER
  * * * * * * * * * * */
  .footer-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 810px) {

  /* * * * * * * * * * * *
    TEMPLATE za stranice
 * * * * * * * * * * */
  .section-one {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8rem;
  }

  .section-one .img {
    margin-bottom: 0;
    margin-right: 1rem;
    width: 220px;
  }

  .section-one .text {
    flex: 3;
    margin: 0 1rem;
  }

  .section-one a {
    margin-left: 1rem;
    align-self: center;
  }

  /* ********************* */
  .order2 {
    order: 2;
  }

  .inner-cont-bg,
  .inner-cont-bg-gray {
    padding: 3.5rem;
  }

  .content-container {
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
    margin-bottom: 8rem;
  }

  .content-container .img,
  .content-container .btn-text {
    box-sizing: border-box;
    flex-basis: 50%;
    margin-bottom: 0;
  }

  .inner-cont .btn-a {
    align-self: center;
  }

  .inner-cont .inner-cont-text {
    width: 80%;
  }

  .content-container-banner {
    padding: 6rem;
  }

  .content-container-banner.float-img .img {
    position: absolute;
    display: block;
    width: 140px;
    top: -41px;
    border-radius: 0.7rem;
  }

}

@media (min-width: 860px) {
  #hero-section .hero-section-wrapper {
    box-shadow: unset;
  }

  #hero-section .hero-text-cont {
    padding: 3rem;
    ;
    position: relative;
    top: -71px;
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .13), 0 0 .0625rem 0 rgba(0, 0, 0, .11);
    background-color: #fff;
  }

  /* * * * * * * * * * * *
      NEWS DETAILS
  * * * * * * * * * * */
  .main-content .main-cont-hed {
    margin-bottom: 2.5rem;
  }

  .main-content .main-cont-hed .img-cont img {
    min-height: 580px;
  }

  .main-content .main-cont-hed .text-cont {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 580px;
  }

  .main-content .main-cont-hed .text-cont h1 {
    margin-top: 0;
  }


  /* * * * * * * * * * * *
    FOOTER
  * * * * * * * * * * */
  .footer-lists {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 860px) and (max-width: 1084px) {
  #hero-section {
    padding: unset;
  }

  #hero-section .swiper-controls {
    bottom: 14px;
  }

  /* * * * * * * * * * * *
    section 3
  * * * * * * * * * * */
  #section-3 {
    margin-bottom: 0;
  }

  #section-3 .text-wrap {
    padding: 3rem;
    position: relative;
    top: -71px;
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .13), 0 0 .0625rem 0 rgba(0, 0, 0, .11);
    background-color: #fff;
    margin: 0 .75rem;
  }

  #section-3 .text-wrap h2 {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: .75rem;
  }
}

@media (min-width: 900px) {

  /* * * * * * * * * * * *
    HEADER start
  * * * * * * * * * * */
  .container-header {
    padding: 0 24px;
  }

  .hamburger {
    display: none;
  }

  .mobile-nav {
    display: flex;
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  .logo {
    margin-right: auto;
  }

  .logo img {
    padding-right: 6px;
    ;
  }

  .mobile-nav {
    background-color: #fff;
    box-shadow: none;
    padding: 0;
    border-bottom: none;
  }

  .nav-links {
    display: flex;
  }

  .nav-links li {
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
  }

  .nav-links li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border: 1px solid transparent;
    color: #262626;
    display: inline-block;
    margin-top: 1px;
    padding: 10px 8px;
    outline-offset: -2px;
    font-size: 13px;
    height: auto;
  }

  .nav-links li a::before,
  .dropbtn::before {
    bottom: 9px;
    width: calc(100% - 19px);
    background: currentColor;
    content: "";
    display: none;
    height: 2px;
    position: absolute;
  }

  .dropbtn::before {
    width: calc(100% - 31px);
  }

  .dropbtn::before {
    bottom: 7px;
  }

  .nav-links li a:hover::before,
  .dropbtn:hover::before {
    display: inline-block;
  }

  .nav-links li a:focus,
  .dropbtn:focus {
    outline: 1px dashed currentColor;
    outline-offset: -2px;
  }

  .dropdown {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    order: 1;

  }

  .dropdown-content {
    right: 0;
    left: auto;
  }

  .dropbtn {
    cursor: pointer;
  }
}

@media (min-width: 1084px) {
  .container {
    padding-right: 5%;
    padding-left: 5%;
    width: 90%;
    box-sizing: content-box;
  }

  /* * * * * * * * * * * *
    HEADER
  * * * * * * * * * * */
  .container-header {
    padding: 0 5%;
  }

  /* * * * * * * * * * * *
    HERO
  * * * * * * * * * * */
  #hero-section {
    margin-bottom: 3rem;
  }

  #hero-section .hero-text .container {
    padding: 0 0 6rem;
  }

  #hero-section .swiper-slide {
    flex-direction: row-reverse;
    background-color: #c2e1fe;
    position: relative;
    max-height: 500px;
  }

  #hero-section .swiper-slide .hero-image {
    width: 100%;
    max-height: 500px;
  }

  #hero-section .swiper-slide .hero-image img {
    height: 100%;
  }

  #hero-section .swiper-slide .hero-text {
    background-color: transparent;
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #hero-section .hero-text .container {
    padding: 0;
  }

  #hero-section .hero-text-cont {
    position: unset;
    box-shadow: unset;
    background-color: transparent;
    padding-left: 6rem;
  }

  #hero-section .hero-text-cont h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  /* * * * * * * * * * * *
    CLIENTS section
  * * * * * * * * * * */
  #cards-section-clients {
    margin-bottom: 4rem;
  }

  /* * * * * * * * * * * *
    CARDS section
  * * * * * * * * * * */
  .cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  /* * * * * * * * * * * *
    section-3
  * * * * * * * * * * */
  #section-3 {
    margin: 4rem 0 6rem;
  }

  #section-3 .container {
    position: relative;
  }

  #section-3 .text-wrap {
    position: absolute;
    top: 133px;
    padding: 5rem;
  }

  #section-3 .text-wrap h2 {
    font-size: 2.3125rem;
    line-height: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  /* * * * * * * * * * * *
    NEWS DETAILS
  * * * * * * * * * * */
  .main-content .main-cont-hed .img-cont {
    max-height: 500px;
  }

  .main-content .main-cont-hed .img-cont img {
    max-height: 500px;
    min-height: auto;
  }

}