:root{
  --btn-bg: #F68831;
  --bg-white: #EFEEEB;
  --bg-light-grey: #EFEEEB;
  --btn-color-white: #FFFFFF;
  --nav-sticky-header-color: #000;
  --caption: #1A1A1A;
  --section-color: #EFEEEB;
  --bg-blue: #1F70C0;
  --bg-color-footer-default: #1F70C0;
  --text-color-footer-default: #FFFFFF; 
}
body{
  font-family: "Montserrat", serif;
    background-color: transparent;
    height: 100%;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 29.26px;
  }
  ul, ol{
    list-style: none;
    padding: 0;
  }
  a{
    text-decoration: none;
  }

  /* button animation */
  a, button,.btn {
      border-radius: 0;
      position: relative;
      overflow: hidden;
      cursor: pointer;
  }
  .btn span, .btn svg {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    transition: all .8s;
}
  .btn:after {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: 100%;
      background: #1e1e1e;
      border-radius: 0 0 100% 100%/0 0 100% 100%;
      -webkit-transition: all 0.6s cubic-bezier(1,0,.55,1);
      transition: all 0.6s cubic-bezier(1,0,.55,1);
  }
  .btn:hover{
    border-color: #212529;
  }
  .btn:hover:after {
    bottom: -10px;
    border-radius: 0;
  }
 
  .btn:hover span, .btn:hover svg {
      -webkit-transition: all .8s;
      transition: all .8s;
  }
  .btn:hover span, .btn:hover svg, .btn:hover svg path {
      color: #FFFFFF;
      stroke: #FFFFFF !important;
  }
  .btn:after {
      background: #0f0f0f;
  }
  
  /* end */
  .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  .text-right {
    text-align: right;
  }
  img{
    width: 100%;
    height: auto;
  }
  .bg-light{
    background-color: #f0f0f0 !important;
  }
  .bg-blue{
    background-color: var( --bg-blue);
  }
  .bg-light-grey {
    background-color: var(--bg-light-grey) !important;
  }
  .btn {
    font-weight: 500;
    transition: .5s;
  }
  .btn-custom{
    border-radius: 36px;
    background-color: var(--btn-bg);
    color: var(--btn-color-white);
  }
  .btn-custom:hover{
    color: var(--btn-color-white);
  }
  .btn.btn-primary {
    color: #FFFFFF;
  }
  .text-white{
    color: #FFFFFF;
  }
  .rounded{
    border-radius: 36px !important;
  }
  .border-white{
    border-color: #fff !important;
  }
  .btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
  }
  

  .header{
    transition: all 0.5s;
  }
  .navbar .dropdown-toggle::after {
    border: none;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
  
  .index-page-logo img{
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--bg-white);
    font-size: 15px;
    font-weight: 500;
    outline: none;
  }
  
  .login-btn{
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--bg-white);
      border-radius: 36px;
      height: 44px;
      margin-right: 10px;
      margin-left: 10px;
      color: var(--bg-white);
      margin-bottom: 1rem;
  }

  nav.container {
    justify-content: left !important;
}
a.btn.login-btn.nav-item.new-one {
  width: auto;
  color: rgb(255 255 255);
  border: 1px solid rgb(255 255 255);
}

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active, 
  .navbar-light .navbar-nav ul .nav-link:hover svg path,.navbar-light .navbar-nav ul .nav-link:hover svg react,
  .navbar-light .navbar-nav .login-btn:hover {
    color: var(--btn-bg) !important;
  }

  .image-with-text .heading{
    font-size: 54px;
    line-height: 60px;
    font-weight: 300;
  }
  .put-kafe-description{
    font-size: 54px;
    line-height: 60px;
    font-weight: 300;
  }
  .image-with-text .image img{
    height: 710px;
  }
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        color: #000 !important;
    }
    .put-kafe-description {
      font-size: 30px;
      line-height: 40px;
      text-align: center;
    }
    .put-kafe-section .section-title{
      text-align: center;
    }
    .login-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        color: #000;
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link svg,
    .navbar-light .navbar-nav .nav-link svg path,
    .navbar-light .navbar-nav .nav-link svg react,
    .navbar-light .navbar-nav .nav-item svg,
    .navbar-light .navbar-nav .nav-item svg path,
    .navbar-light .navbar-nav .nav-item svg react   {
      stroke: #000 !important;
      color: #000 !important;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background: #1F70C0;
    }

    .navbar-nav .list{
      display: block !important;
      width: 100%;
      text-align: right;
    }

    .index-page-logo img, .navbar-brand img {
      width: 170px;
      height: 90px;
      display: block !important;
    }
    .image-with-text .image img{
      height: 100%;
    }
    .image-with-text .heading{
      font-size: 32px;
      line-height: 30px;
      font-weight: 300;
    }
    .image-with-text .content{
      padding: 20px;
    }
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-weight: 500;
  }
  .sticky-nav .navbar-nav .nav-link, .sticky-nav ul svg path,.sticky-nav ul svg react, .sticky-nav .login-btn, .sticky-nav rect {
    color: #ffffff;
    stroke: #ffffff;

  }
  .sticky-nav .login-btn svg path, .sticky-nav .login-btn{
    stroke: #ffffff;
    border: 1px solid #ffffff;
  }
  .logo-main-1{
    width: 50%;
  }
  .navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
  }
  .relative{
    position: relative;
  }
  .absolute{
    position:absolute;
  }
  .sticky-nav{
    position: sticky;
    background-color: #1F70C0;
  }
  .navbar{
    top: -10px !important;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
  
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
  }

  /* richtext css */
  section, .section {
    scroll-margin-top: 90px;
    overflow: clip;
}
  .spacing{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-bg{
    background-color: var(--section-color);
  }
  .inner-richtext{
    text-align: center;
    width: 100%;
  }
  .caption {
        font-size: 16px;
        line-height: 19.5px;
        color: var(--caption);
    }
  @media screen and (min-width: 990px) {
    .rich-text__blocks {
        max-width: 40rem;
    }
}
  /* end richtext css */

  /* card product */

  .featured-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
  .min-height-banner{
    height: 400px;
    width: 100%;
  }
  .height-medium {
    height: 580px;
    width: 100%;
}
  .card{
    text-align: center;
  }
  .collection-grid img {
    /* width: 84px;
    height: 110px; */
    margin: auto;
}
  .card-text {
    font-size: 16px;
  }   

  @media screen and (min-width: 768px) {
    .section-product-collection .card.collection-grid {
      width: calc(33.33333% - 21.33333px) !important;
      max-width: calc(33.33333% - 21.33333px) !important;
  }
  a.btn.login-btn.nav-item.new-one {
    display: none;
}
}
  /* end card product */

  /* user portfolio */
  .main-grid-portfolio img {
    width: 300px;
    height: 360px;
}
  .full-portfoilo .content {
    width: 100%;
    height: 600px;
}
.full-portfoilo .content .inner-content {
  color: #fff;
  padding: 40px;
}
  /* end portolio  */

  /* footer section */
  .footer-logo {
    width: 200px;
    padding: 20px 0 20px 0;
}
.footer-text{
  padding: 20px 0 20px 0;
}
.footer-text p, .footer-text a {
  color: var(--bg-white);
  text-decoration: none;
  font-size: 18px;
  line-height: 25.2px;
  text-align: right;
}
.footer-section  ul li a{
  color: var(--bg-white);
  font-size: 18px;
  line-height: 25.2px;
}

/* end footer section */
/* blog */
.blog-heading a{
  color: var(--nav-sticky-header-color);
  font-size: 32px;
  line-height: 35px;
}
.single-blog-post .post-heading{
  color: #1A1A1A;
}
.small{
  color: #898989;
}
.blog-content-listing{
   list-style:disc;
}
/* blog end css */
/* pagination */
.pagination .page-item {
  margin-left: 4px;
}
.pagination .page-link {
  width: 50px;
  border: 1px solid #1A1A1A;
  height: 50px;
  border-radius: 40px;
  text-align: center;
  padding: 7px;
  color: var(--bs-dark);
  background: transparent;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
/* end pagination */

/* product details */
/* .featured-image img {
  width: 150px;
  height: 250px;
} */
.product-content{
  padding: 60px;
}
.product-heading {
  font-size: 56px;
  line-height: 60.48px;
  font-weight: 400;
  color: #1A1A1A;
}
.add-to-cart-btn{
  border-radius: 36px;
    background: #1F70C0;
    padding: 8px;
    color: #FFFFFF;
}
.instock-indicator-msg {
  font-size: 16px;
  color: #898989;
  opacity: 0.6;
}
.price {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 20px;
}
.add-to-cart{
  border-radius: 36px;
  border: 1px solid var(--bg-blue);
}
/* end product details */

/* cart page  */
.input-wrapper {
  width: 125px;
  height: 46px;
  display: flex;
  border-radius: 36px;
  border: 1.5px solid #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  padding: 10px;
  text-align: center;
}

.input-wrapper * {
  border: none;
  width: 30px;
  flex: 1;
}
section.contact-section.mt-4 {
  margin-top: 110px !important;
}
@media (max-width: 991.98px) {
  .height-medium {
      height: 360px;
      width: 100%;
  }
  .inner-text{
    text-align: center;
  }
  .product-grid{
    margin-top: 20px;
  }
  .main-grid-portfolio img {
      width: 100%;
      height: 100%;
  }
}
.input-wrapper button {
  cursor: pointer;
}

.input-wrapper button:first-child {
  border-radius: 50% 0 0 50%;
  color: red;
  background: transparent;
}

.input-wrapper button:last-child {
  border-radius: 0 50% 50% 0;
  color: green;
  background: transparent;
}
.total-cart-price {
  text-align: end;
  display: flex;
  margin-top: 70px;
}
.product-img img, .cart-img img {
  width: 100px;
  height: 140px;
}
.cart-total {
  top: 15px;
  right: 0;
}
span.cart-items-count {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* end cart page */

.image-half{
  width: 400px;
  height: auto;
}
.image-small{
  height: 400px;
}
.footer {
  color: var(--text-color-footer-default);
  background-color: var(--bg-color-footer-default);
  font-size: 14px;
  position: relative;
}
.footer .footer-top {
  padding-top: 50px;
}
/* footer */
.footer {
  color: var(--text-color-footer-default);
  background-color: var(--bg-color-footer-default);
  font-size: 14px;
  position: relative;
}
.footer .footer-top {
  padding-top: 50px;
}






.main-grid-portfolio img {
  width: 400px;
  height: 460px;
}
.user-portfolio .row {
  width: 100%;
}
.d-flex.gap-2.mt-4.p-0.aos-init.aos-animate {
  justify-content: center;
  padding-left: 23px !important;
}
.d-flex.gap-2.mt-0.p-0.aos-init.aos-animate {
  justify-content: center;
  padding-left: 23px !important;
}
.image-first-1.mt-5 {
  height: 862px !important;
}
.navbar-light .navbar-nav .nav-link {

  color: #ffffff !important;
}

.content-div-1 {
  display: none;
  justify-content: space-around;
  align-items: center;
}

a.a-main-banner {
  color: white;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 14px;
}
.navbar-light .navbar-toggler {

  border-color: rgb(0 0 0 / 0%) !important;
}
a.btn.login-btn.nav-item.new-next-page {
  width: auto;
  color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
}
.new-next-page svg path{
  stroke: #000 !important;
}
.img-40{
  width: 60% !important;
}
/* Media Querry  */
@media (max-width: 767px) {
a.navbar-brand.d-flex.align-items-center.index-page-logo {
  width: 38%;
}
section.contact-section.mt-4 {
  margin-top: 80px !important;
}
.grid-image-next .mt-5 {
  margin-top: 5px !important;
}
.next-page-11 {
  top: 20px !important;

}
.product-content.p-5 {
  padding: 10px !important;
}
.col-md-4.col-sm-12.d-flex.flex-wrap.justify-content-between.flex-column.align-items-end.cart-column-1 {
  flex-wrap: nowrap !important;
  flex-direction: unset !important;
}
.cart-items-sub-total .text-right {
  text-align: left;
  align-items: flex-start !important;
  justify-content: center;
}
body {
  margin-top: -25px;
}
img.image-half1 {
  width: 100%;
  height: 305px;
  object-fit: cover;
}
img.image-half {
  width: 100%;
}
img.image-half2 {
  width: 100%;
}
.inner-text {
  text-align: left;
}
img.image-half3 {
  height: 300px;
  object-fit: cover;
  margin-top: -25px;
}
.image-container.ddi-1 {
  order: 1;
}
.row.dd-7 {
  display: flex !important
;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.img-40 {
  width: 100% !important;
}
.dd-7 .image-small {
  height: 400px;
  width: 100% !important;
  object-fit: cover;
}
.dd-7 .col-md-6.aos-init.aos-animate {
  padding-left: 1px;
  padding-right: 1px;
}
.col-md-6.dd-3.aos-init.aos-animate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
img.image-half4 {
  height: 300px;
  object-fit: cover;
}
.col-md-6.two-image-2.aos-init.aos-animate {
  display: flex
  ;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
.col-md-6.grid-image-next.aos-init.aos-animate {
  display: flex
;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.user-portfolio1 {
  background-color: unset !important;
  
}
.image-with-text .heading {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
/* .btn-custom {
  border-radius: 36px;
  background-color: #1F70C0 !important;
  color: var(--btn-color-white);
} */
p {
  font-size: 16px;
}
a.btn.login-btn.nav-item.text-dark.border-1.border-dark.new-next-page1 {
  display: none;
}
.new-one-23{
  display: none;
}
.navbar-toggler {
  margin-right: 5px;
}
.navbar-nav .list {
  display: block !important;
  width: 100%;
  text-align: left;
}
.bsb-hero-5 {
  height: 700px !important;
  width: 100%;
}
nav.container {
  justify-content: space-between !important;
}
.min-height-banner {
  height: 200px;
  width: 100%;
}
div#navbarCollapse {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
  margin-right: 0;
  padding: 10px 0;
  color: #ffffff !important;
}
.navbar .container{
  padding-right: 0;
  padding-left: 0;
}
.main-social{
  display: none;
 }
 .footer-text p, .footer-text a {

  text-align: left;
}
.content-div-1 img{
  width: 60px !important;
}
.user-portfolio .row .col-md-12.col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.image-first-1.mt-5 {
  height: unset !important;
}
.content-div-1 {
  display: flex
;
  justify-content: space-around;
  align-items: center;
  height: 120px;
}
.user-portfolio{
  background-color: #EFEEEB !important;
  background-image: unset !important;
}
.bsb-hero-5{
  background-image: url("../img/slika-2-1.png") !important;
  background-position: top !important;
  background-size: cover !important;

}
.second-gallery-1{
display: none !important;
}
.login-btn {

  margin-right: 3px;
  margin-left: 0px;

}
.full-portfoilo .content .inner-content {
  color: #fff;
  padding: 210px 20px 50px 20px;
}
.full-portfoilo .content {
  width: 100%;
  height: 100%;
}
.instagram-section .mt-5 {
  margin-top: 1rem !important;
}
.image-third-1{
  margin-top: 19px;
}
a.btn.login-btn.nav-item.new-one {
  margin-bottom: 0px !important;
}
a.btn.login-btn.nav-item.new-one span {
  font-size: 10px !important;
}
a.btn.login-btn.nav-item.new-one svg {
  width: 28px !important;
}
.index-page-logo img, .navbar-brand img {
  width: 120px;
  height: 70px;
  display: block !important;
}
section.bsb-hero-6.px-3.bsb-overlay {
  height: 700px;
  display: flex
;
  align-items: end !important;
}
}

section.bsb-hero-6.px-3.bsb-overlay {
  height: 700px;
  display: flex
;
  align-items: center;
}
@media (max-width: 476px) {
  a.navbar-brand.d-flex.align-items-center.index-page-logo {
    width: 32% !important;
  }
}
@media (min-width: 768px) {
  .img-4{
    height: 700px !important;
    }
 .main-social-1{
  display: none;
 }
 .img-main-banner{
  display: none;
 }
 .next-page-9 .navbar-nav .nav-link {
  color: #000000 !important;
}
 a.a-main-banner {
display: none;
}

  }
@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 100%;
  }
}
