


@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Noto+Sans+Hebrew:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 900

.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

:root {
    --primary: #ed202a;
    --secondary: #0076aa;
    --third-font: "Open Sans", serif;
    --container-width: 1200px;
  }
body {
    text-align: inherit;
    font-family: "Open Sans", serif !important;
}

.btn-primary{background: var(--primary) !important; border:var(--primary) !important;}

.block-page-title-block{ color:var(--secondary); font-size: 36px;}
.field--name-field-secondary-title{color: var(--secondary);font-size: 20px;font-weight: bold;}
.field--name-field-author{ padding: 10px 0; display: block !important;}

.navbar-toggler {
  padding: 10px;
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 7px;
  transition: var(--bs-navbar-toggler-transition);
  margin-right: 10px;
}
@media (min-width: 992px) {
  .navbar-toggler {display: none;}
}
.menu--main .nav-item .nav-link{ font-weight: bold;}
.menu--main .nav-item .nav-link:hover{background: #9b9da0; color: #000000;}
.dropdown-menu{text-align: right !important;}
.navbar-brand img {margin: 0 10px 0 0 !important;}
.menu--main .navbar-nav .nav-link{font-size: larger;}
.dropdown-menu[data-bs-popper] {left: auto !important;}

.header {position: relative;}
.header .navbar{position: absolute;top: 0px;width: 100%;z-index: 10;background-color: rgba(255, 255, 255, 0.8);}

@media (max-width: 991px) {
.btn-login{font-size:28px !important; margin:0 10px !important;}
}

.bg-image-innerpage{ 
  background-image: url(/sites/default/files/2025-05/%D7%AA%D7%9E%D7%95%D7%A0%D7%94%20%D7%9C%D7%97%D7%95%D7%93%D7%A9%20%D7%90%D7%95%D7%A7%D7%98%D7%95%D7%91%D7%A8_0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;}

footer{background: #598615; color:#ffffff;}
footer a{color:#ffffff;}
footer .region-footer {flex-direction: inherit !important;}


#back-top a{position:fixed;bottom:30px;left:5%;color:#eee;background-color:rgba(0,0,0,0.3);-webkit-transition:all .25s ease-moz-transition:all .25s ease;-ms-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;padding:10px;
border-radius:5px;text-align:center;z-index:9999;}
#back-top a:hover{background-color:rgba(0,0,0,0.7);}
#back-top a .fa{font-size:3em;}

.owl-carousel .owl-nav [class*="owl-"] {
  border-radius: 50%;
  font-size: 0;
  padding: 40px;
  background: #000000;
  color: #606060;
  margin: 0;
  text-align: center;
  height: 90px;
  line-height: 40px;
  width: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
  -ms-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
  -o-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-nav .owl-prev {
  right: 25px;
  margin-right: 7.5px;
}

.owl-carousel .owl-nav .owl-next {
  left: 25px;
  margin-left: 7.5px;
}

.owl-carousel .owl-nav .owl-prev:after,.owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  font-size: 50px;
  font-weight: 800;
  left: 0;
  right: 0;
  top: 25%;
}
.owl-carousel .owl-nav .owl-next:after {
  content: "\f104";
}

.owl-carousel .owl-nav [class*="owl-"] {
  background: #767676;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #ed202a;
}

.owl-carousel .owl-nav [class*="owl-"]:hover:after {
  color: #ffffff;
}

.owl-carousel .owl-nav .disabled {
  display: none;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav > div {
      top:50%;
  }

  .owl-carousel .owl-nav .owl-prev {
      right: -20px;
      margin-right: 7.5px;
  }

  .owl-carousel .owl-nav .owl-next {
      left: -20px;
      margin-left: 7.5px;
  }
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; z-index: 2;position: relative; }
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    /*display: inline;*/ }
    .owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: transparent;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
    width: 15px;
    height: 15px;
}
.owl-carousel .owl-dots .owl-dot span {
    border: 1px solid var(--primary);
    width: 15px;
    height: 15px;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.auto-container {position: static;max-width: var(--container-width);padding: 0px 15px;margin: 0 auto;}

.hero-slideshow {position: relative;}
.hero-slideshow:before {position: absolute;left: 0;bottom: 0;height: 272px;z-index: 1;width: 100%;background: url(/themes/custom/primetula/images/wave-shape-header-01.png) center bottom no-repeat;content: "";}
@keyframes shakeX {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }
    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}
.hero-slideshow .leaf{animation: shakeX 15s linear infinite;}
.hero-slideshow:after {position: absolute;left: 50%;bottom: 27px;height: 204px;width: 294px;background: url(/themes/custom/primetula/images/leaf.png) center top no-repeat;content: "";z-index: 8;animation: shakeX 15s linear infinite;}

.hero-slideshow .slide-item {position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;padding: 230px 0 210px;min-height: 815px;overflow: hidden;}
@-webkit-keyframes kenburns-top {
  0% {
      /*manipulate background-size with the animation isntead*/
      background-size: 100% 100%;
  }
  100% {
    background-size: 120% 120%;
  }
}
.hero-slideshow .bg-image {position: absolute;right: 0;top: 0;height: 100%;width: 100%;background-repeat: no-repeat;background-size: cover;animation-name: kenburns-top;animation-duration: 15s;animation-iteration-count: infinite;animation-timing-function: linear;
animation-direction: alternate-reverse;}
.hero-slideshow .circle {position: absolute;right: -20%;top: -280px;height: 137%;width: 74%;border-radius: 50%;background-color:rgb(88, 133, 29, 0.9);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: var(--secondary);font-size: 24px;text-align: center;font-weight: 400;white-space: pre-wrap;}
.hero-slideshow .content-box {position: relative;max-width: 50%;color: #ffffff;}
.hero-slideshow .content-box .sub-title {display: block;font-size: 26px;line-height: 1em;color: #ffffff;font-weight: 400;font-family: var(--third-font);margin-bottom: 10px;}
.hero-slideshow .content-box h1 {display: block;font-size: 70px;line-height: 1.2em;color: #ffffff;font-weight: 700;margin-bottom: 30px;}
.hero-slideshow .content-box .theme-btn {min-width: 200px;}
.wave-shape-header{position: absolute;}

@media (max-width: 768px) {
.hero-slideshow .circle {position: absolute;right: 0;top: 0;height: 100%;width: 100%;border-radius: 0;background-color:rgb(88, 133, 29, 0.9);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: var(--secondary);font-size: 24px;text-align: center;font-weight: 400;white-space: pre-wrap;}
.hero-slideshow .content-box {max-width: 100%;}
.hero-slideshow .content-box h1 {display: block;font-size: 40px;line-height: 1.2em;color: #ffffff;font-weight: 700;margin-bottom: 30px;}
.hero-slideshow .slide-item {padding: 112px 0 73px;min-height: 450px;}
.hero-slideshow:after {display: none;}
.hero-slideshow:before {display: none;}
}


.products-content{position: relative;}
.products-content:after{position: absolute;content: '';width: 140px;height: 140px; background: #f3f6fd;border-radius: 50%;z-index: -1;top: -10px;left: 20%;}
.products-content img{width: inherit !important;}
.products-content a{display: inline-block; color: #000000; text-decoration: none; font-weight: bold;}
.products-content a:hover{text-decoration: none;color: var(--primary);}



.products-carousel-owl .products-carousel-content{position: relative;}
.products-carousel-owl .products-carousel-content:after{position: absolute;content: '';width: 140px;height: 140px; background: #f3f6fd;border-radius: 50%;z-index: -1;top: -10px;left: 20%;}
.products-carousel-owl .products-carousel-content img{width: inherit !important;}
.products-carousel-owl .products-carousel-content a{display: inline-block; color: #000000; text-decoration: none; font-weight: bold;}
.products-carousel-owl .products-carousel-content a:hover{text-decoration: none;color: var(--primary);}

.products-carousel-owl .owl-item.active.center{-webkit-transform: translateY(-50px);transform: translateY(-50px);}
.products-carousel-owl .owl-item .products-carousel-content .image{position: relative; height: 150px; overflow: hidden;}
.products-carousel-owl .owl-item.active.center .products-carousel-content img{height: 200px;}
.products-carousel-owl .owl-item.active.center .products-carousel-content:after{width: 200px;height: 200px; }
.products-carousel-owl .owl-item{margin-top: 0px;-webkit-transition: all 300ms ease;transition: all 300ms ease;}
.products-carousel-owl .owl-carousel .owl-stage-outer{padding-top: 100px;}

@media (max-width: 991px) {
.products-carousel-owl .owl-item.active.center{-webkit-transform: translateY(0px);transform: translateY(0px);}
.products-carousel-owl .owl-item.active.center .products-carousel-content img{height: 140px;}
.products-carousel-owl .owl-item.active.center .products-carousel-content:after{width: 140px;height: 200px; }
}

.block-views-blockcarousel-basket-services-block-1 h2{text-align: center;}
.block-views-blockcarousel-basket-services-block-1 h2 span{position: relative; color: var(--primary);font-size: 40px;}
.block-views-blockcarousel-basket-services-block-1 h2 span:after{position: absolute;right: -60px;bottom: 0;height: 42px;width: 51px;background: url(/themes/custom/primetula/images/title-border.png) center top no-repeat;content: "";}
.services-carousel-owl .owl-item.active.center{-webkit-transform: translateY(-50px);transform: translateY(-50px);}
.services-carousel-owl .owl-item .services-carousel-content .image{position: relative; height: 150px; overflow: hidden;}
.services-carousel-owl .owl-item.active.center .services-carousel-content .image{height: 250px;}
.services-carousel-owl .owl-item{margin-top: 0px;-webkit-transition: all 300ms ease;transition: all 300ms ease;}
.services-carousel-owl .owl-carousel .owl-stage-outer{padding-top: 100px;}


@media (max-width: 991px) {
.services-carousel-owl .owl-item.active.center{-webkit-transform: translateY(0px);transform: translateY(0px);}
.services-carousel-owl .owl-item.active.center .services-carousel-content .image{height: 150px;}
.services-carousel-owl .owl-carousel .owl-stage-outer{padding-top: 10px;}
#block-primetula-abouthomepage h2 span{color: var(--primary);}
}

