@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Montserrat:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #4F525A;
}
body.noScroll {
  height: 100vh;
  overflow: hidden;
}
body .loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  background: #F1F2F3;
}
@keyframes ldio-eriinrb96rg {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
body .loader .ldio-eriinrb96rg div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-eriinrb96rg 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
body .loader .ldio-eriinrb96rg div:nth-child(1) {
  border-color: #df1317;
  animation-delay: 0s;
}
body .loader .ldio-eriinrb96rg div:nth-child(2) {
  border-color: #e4934b;
  animation-delay: -0.5s;
}
body .loader .loadingio-spinner-ripple-coilu7h7ukk {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #f1f2f3;
}
body .loader .ldio-eriinrb96rg {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
body .loader .ldio-eriinrb96rg div {
  box-sizing: content-box;
}
body a {
  text-decoration: none !important;
}
body img {
  width: 100%;
}
body .button {
  background: #FF0000;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  border: none !important;
  outline: none !important;
}
body .button:hover {
  opacity: 0.7;
}
body .secTitel {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #4F525A;
}
body .smTitel {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #030303;
}
body header {
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
body header .logo img {
  width: auto;
  height: 70px;
}
body header .navigation {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  justify-content: space-between;
}
body header .navigation .button {
  margin-top: 15px;
  font-weight: 600;
  font-size: 13px;
}
body header .navigation nav ul {
  list-style: none;
  display: flex;
  margin-top: 20px;
}
body header .navigation nav ul li {
  margin: 0 16px;
  padding: 0;
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
}
body header .navigation nav ul li:hover {
  border-color: #000;
}
body header .navigation nav ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
body #giftBusket {
  padding: 40px 0;
  text-align: center;
}
body #giftBusket .button {
  margin-top: 15px;
}
body #giftBusket .smTitel {
  margin-top: 30px;
}
body p {
  font-size: 16px;
}
body .smDes {
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
}
body .smDes a {
  text-decoration: underline !important;
  font-style: italic;
  color: #4F525A !important;
}
body .hpoint {
  font-family: "Caveat", cursive;
  font-size: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  line-height: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  display: grid;
  place-content: center;
  place-content: center;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
body .hpoint span {
  transform: translateX(-15%);
  display: block;
}
body .navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}
body .navbar-toggler[aria-expanded=true] {
  background: #FF0000;
}
body .prjt {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body .prjt p {
  font-size: 14px;
}
body #boxes .prdtsRow {
  margin-top: 30px;
}
body #boxes .boxLft {
  position: relative;
  height: auto;
  height: 100%;
}
body #boxes .boxLft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #boxes .boxLft .des {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}
body #boxes .rghtCon {
  height: auto;
}
body #boxes .boxRght {
  display: grid;
  place-content: center;
  height: 100%;
  background: #F0F0F0;
  margin: 0 auto;
  text-align: center;
}
body #boxes .boxRght .con {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
body #boxes .boxRght .con p {
  font-size: 14px;
}
body #newsletter {
  background: #F0F0F0;
}
body #newsletter .newslatterForm {
  max-width: 450px;
  margin: 0 auto;
}
body #newsletter .newslatterForm input {
  border-radius: 0;
  padding: 12px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  margin: 0;
}
body #newsletter .newslatterForm input[type=submit] {
  padding: 12px 20px;
  background: #EBEBEB;
  color: #ACACAC;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}
body #newsletter .newslatterForm input[type=submit]:hover {
  background: #ACACAC;
  color: #000;
}
body footer .sign {
  width: auto;
}
body footer .sign img {
  width: auto;
  height: 70px;
}
body footer .footerNav {
  list-style: none;
}
body footer .footerNav li {
  margin-top: 10px;
}
body footer .footerNav li a {
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 400;
}
body footer .footerNav li a:hover {
  text-decoration: underline !important;
}
body footer .copyright {
  margin: 20px 0;
  font-size: 14px;
}
body footer .social {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
body footer .social li {
  margin: 5px 10px;
}
body footer .social li:hover {
  transform: scale(1.1);
}
body footer .social li a {
  font-size: 25px;
  color: #4F525A;
}
body #contactForm h2 {
  color: #001233;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
body #contactForm p {
  color: #001233;
  text-align: center;
}
body #contactForm .middle {
  text-align: center;
}
body #contactForm .middle form {
  padding: 25px;
  box-shadow: 1px 1px 10px #ddd;
}
body #contactForm .middle form input,
body #contactForm .middle form select,
body #contactForm .middle form textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #000;
  outline: none;
  margin: 5px 0;
}
body #contactForm .middle form input[type=file] {
  border: none;
  max-width: 200px;
  margin-right: 5px;
}
body #contactForm .middle form input[type=checkbox] {
  max-width: 20px;
  margin-right: 5px;
}
body #contactForm .middle form label {
  font-size: 12px;
  text-align: left;
}
body #contactForm .middle form label.addmore {
  color: #000;
  text-decoration: underline;
}
body #contactForm .locations {
  border-left: 1px solid #ddd;
}
body #contactForm .locations p {
  text-align: left;
  color: #626262;
  margin-bottom: 5px;
}
body #contactForm .locations strong {
  color: #38648C;
}
body #counters .col-6 {
  text-align: center;
}
body #counters .number {
  font-size: 70px;
  color: #9EDC1A;
  font-weight: 700;
}
body #counters h3 {
  font-size: 22px;
  margin-top: 5px;
}
body #abtPrdt .abtSlider {
  overflow: hidden;
}
body #products .productsSlider {
  overflow: hidden;
}
body .heroSlider, body .brandsSlide {
  overflow: hidden;
}
body #gellery .gellerySlider {
  max-width: 997px !important;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
body #gellery .gellerySlider .swiper-pagination {
  bottom: 0;
}
body #gellery .gellerySlider img {
  max-height: 665px;
  object-fit: contain;
}
body #gellery .gellerySlider .swiper-button-next:after,
body #gellery .gellerySlider .swiper-button-prev:after {
  color: #fff;
}
body #gellery .gellerySlider .swiper-button-next,
body #gellery .gellerySlider .swiper-button-prev {
  background: #000000a8;
  width: 36px;
  height: 65px;
  top: calc(50% - 100px);
  transform: translateY(50%);
}
body #gellery .gellerySlider .swiper-button-next {
  right: 0;
}
body #gellery .gellerySlider .swiper-button-prev {
  left: 0;
}
body #gellery .gellerySlider .gellerySliderPagination {
  margin: 0 10px;
}
body #gellery .gellerySlider .gellerySliderPagination img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
body #gellery .gellerySlider .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  background: transparent !important;
  opacity: 0.7;
}
body #gellery .gellerySlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.modal.show .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
  font-size: 1rem;
}

#quote {
  margin: 0 auto;
  font-size: 1rem;
}
#quote .modal-content {
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 17px;
}
#quote .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
#quote .col-md-12 {
  text-align: center;
  margin: 5px 0;
}
#quote label {
  margin-right: 5px;
  text-align: center;
}
#quote form input#submit_enquiry {
  background: #b7853f;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: capitalize;
}
#quote form input#gq_newsletter {
  position: relative;
  z-index: 1;
  width: 1rem;
  height: 1.25rem;
  opacity: 1;
  border: 1px solid;
}
#quote .form-control {
  margin-bottom: 15px;
}
#quote textarea#gq_message {
  height: 85px;
}

@media screen and (min-width: 768px) {
  #boxes .prdtsRow:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #boxes .prdtsRow.gift {
    flex-direction: row !important;
  }
  #boxes .prdtsRow.gift:nth-of-type(odd) {
    flex-direction: row-reverse !important;
  }
}
@media screen and (max-width: 980px) {
  .swiper-pagination .gellerySliderPagination {
    margin-top: 10px !important;
  }
  .swiper-pagination body #gellery .gellerySlider .gellerySliderPagination img {
    width: 80px;
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  body .secTitel {
    font-size: 25px;
  }

  body #gellery .gellerySlider .gellerySliderPagination img {
    width: 50px;
    height: 50px;
  }

  body .smTitel {
    font-size: 16px;
    letter-spacing: 3px;
  }

  body #counters .number {
    font-size: 38px;
    color: #9EDC1A;
    font-weight: 700;
  }

  body #counters h3 {
    font-size: 15px;
  }
  body header .navigation .button{font-size: 11px;}

}

/*# sourceMappingURL=style.css.map */
body #boxes .boxRght p {
    line-height: 24px;
    text-align: justify;
}
body p.smDes {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
h3.smTitel.mb-4, h3.smTitel {
    letter-spacing: 1px;
}
body h2.secTitel, body h3.secTitel {
    text-transform: capitalize;
    font-size: 2rem;
}
.secTitelsecTitel, .secTitel {
    font-weight: 500;
    color: #000000;
    font-size: 2rem;
}
.swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
}
.swiper-slide {
        background-size: cover;
        background-position: center;
}
.mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100px;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      
      }
      .product-slider .swiper-slide img  {
        border:1px solid #e9ecef70;
        border-radius: 0.2rem;
      }
 .swiper {
        width: 100%;
        height: 100%;
      }

      #gellery .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      #gellery .mySwiper2 .swiper-slide {
    height: 500px;
}
#gellery .swiper-button-next, #gellery .swiper-button-prev {
    background: #3e3e3e;
    padding: 40px 20px;
}
#gellery .mySwiper2 .swiper-slide img {
    object-fit: contain;
}
@media screen and (max-width: 480px) {
#gellery .mySwiper2 .swiper-slide img {
    object-fit: cover;
}
}

@media screen and (max-width: 767px) {
.copyright.pb-md-5 {
    text-align: center;
}
body footer .sign img {
    height: auto;
    margin: 0px auto;
    display: block;
}
footer .row.m-0 {
    display: flex;
    flex-direction: column;
    align-content: center;
}
footer .row.m-0 ul.footerNav {
    text-align: center;
}
}