@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{
  font-family: "Rubik", serif;
  padding-top: 0px;
}


a {
    font-size:18px;
    font-weight:400;
    text-decoration: none;
  }
  .superNav {
    font-size:13px;
  }
span{
  font-size: 18px;
}
.navbar{
  background-color: rgba(255,255,255, 0.5);
}
.nav-link {
transition: all 0.5s;
font-size: 18px;
font-weight: 400;
color: #000000;
display: inline-block;
position: relative;
opacity: 0.75;
}
.nav-link:hover {
  color: #ffcd01!important;
  font-weight: 600;
}
.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #ffcd01;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 5px;
}

.nav-link-ltr:hover::before {
  width: 70%;
}
.navbar-brand {
font-size: 18px;
}
#languageSwitcher a{
  color: #000000;
  font-weight:400;
}
#languageSwitcher a:hover{
  color: #ffcd01;
  font-weight:600;
}

h1{
  font-size: 18px;
}
p{
  font-size: 16px;
}
  .form-control {
    outline:none !important;
    box-shadow: none !important;
  }
@media screen and (max-width:540px){
  .centerOnMobile {
    text-align:center
  }
  .navbar{
    background-color: #f0f0f0;
  }
  .hero{
    margin-top: 65px;
  }
}
@media (max-width: 767.98px) {
  .h1 {
    font-size: 16px; }
  .nav-link{
    font-size: 16px;
  } 
  a{
    font-size: 16px;
  }
  .h3{
    font-size: 15px; }
  span{
    font-size: 14px;
  }
    body{
  overflow-x: hidden
}
}
@media (max-width: 992px) and (min-width: 767.98px){
  .h1 {
    font-size: 3em; } 
  .h3 {
    font-size: 15px; 
  }
  p {
    font-size: 15px;
  } 
  footer li a{
    font-size: 15px;
  }}



/* ---------------------- */

  /* ---------------------- */

.ftco-section >li a{
    color:#000000; 
  }
  .price{
    font-size: large;
  }
  .tab-content h3 a{
      color: #000000;
      text-decoration: none;
      font-size: medium;
  }
/* product */
.product-category li {
    display: inline-block;
    font-weight: 400;}
    .product-category li a {
      color: #000000;
      padding: 5px 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .product-category li a.active {
        background: #000000;
        color: #fff; }
  
  .ftco-product .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative; }
  
  .product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0; }
    @media (max-width: 991.98px) {
      .product {
        margin-bottom: 30px; } }
    .product .img-prod {
      position: relative;
      border-radius: 10px;
      display: block;
      overflow: hidden; }
      .product .img-prod .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        background: #000000;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .img-prod span.status {
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px 10px;
        color: #fff;
        background: #000000;}
      .product .img-prod img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .img-prod:hover img, .product .img-prod:focus img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .product .img {
      display: block;
      height: 500px; }
    .product .icon {
      width: 60px;
      height: 60px;
      background: #fff;
      opacity: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product .icon span {
        color: #000000; }
    .product:hover .icon {
      opacity: 1; }
    .product:hover .img-prod .overlay {
      opacity: 0; }
    .product .text {
      background: #fff;
      position: relative;
      width: 100%; }
      .product .text h3 {
        font-size: 18px;
        margin-bottom: 5px; }
        .product .text h3 a {
          color: #000000;}
      .product .text p.price {
        margin-bottom: 0;
        color: #000000;
        font-size: 20px;
        font-weight: 500; }
        .product .text p.price span.price-dc {
          text-decoration: line-through;
          color: #b3b3b3; }
        .product .text p.price span.price-sale {
          color: #000000; }
      .product .text .pricing {
        width: 100%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .text .bottom-area {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product .text .bottom-area a {
          color: #fff;
          width: 100%;
          background: #000000;
          width: 40px;
          height: 40px;
          margin: 0 auto;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .product .text .bottom-area .m-auto {
          margin: 0 auto; }
    .product:hover {
      -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }
      .product:hover .pricing {
        opacity: 0; }
      .product:hover .text .bottom-area {
        opacity: 1; }
  
  .product-details h3 {
    font-size: 30px; }
  
  .product-details .price span {
    font-size: 30px;
    color: #000000; }
  
  .product-details button i {
    color: #000000; }
  
  .product-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px; }
  
  .product-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px; }
  
  .product-details button, .product-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #000000;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px; }
    .product-details button:hover, .product-details button:focus, .product-details .form-control:hover, .product-details .form-control:focus {
      text-decoration: none;
      outline: none; }
  
  .product-details .form-group {
    position: relative; }
    .product-details .form-group .form-control {
      padding-right: 40px;
      color: #000000;
      background: transparent !important; }
      .product-details .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .product-details .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .product-details .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .product-details .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .product-details .form-group .icon {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #000000; }
      .product-details .form-group .icon span {
        color: #000000; }
      @media (max-width: 767.98px) {
        .product-details .form-group .icon {
          right: 10px; } }
    .product-details .form-group .select-wrap {
      position: relative; }
      .product-details .form-group .select-wrap select {
        font-size: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-transform: uppercase;
        letter-spacing: 2px; }

/*** gallery ***/
/* testimonial */
/* testimonial */
@media(max-width: 991.5px) {
  .col-lg-4 {
      margin-top: 40px;
      margin-bottom: 20px;
  }
}
#bg-light{
  overflow: hidden;
}
@media(max-width: 991.5px) {
  #bg-light{
    overflow: hidden;
  }
  .scroller__inner img{
    overflow: hidden;
  }
  .scroller__inner{
    overflow: hidden;
  }
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  overflow: hidden;
}

.scroller__inner img{
  width: 250px;
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}


@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

 .contact-whatsapp p{
  text-transform: uppercase;
  /* border: 1px solid  #198754; */
  background-color:  #198754;
  border-radius: 5px;
  align-items: center;
  font-weight: 600;
}
a{
  text-decoration: none;
  color:  #f0f0f0;
}
.contact-whatsapp p:hover{
  background-color: #262626;
  color: #ffc107;
}

#contact{
  background-color: #f5f4f0 !important;
}


