/* GLOBAL CSS */

* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  cursor: none;
}

* ::-webkit-scrollbar-track {
  background-color: rgba(212, 212, 212, 0.4);
  border-radius: 10px;
}

* ::-webkit-scrollbar-thumb {
  background-color: #3d415d;
  border-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.modal-body * {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: rgb(128, 128, 130);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(19, 19, 24);
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.fs-07 {
  font-size: 0.7rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-09 {
  font-size: 0.9rem;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.z-index-n1 {
  z-index: -1;
}

.z-index-3 {
  z-index: 3;
}

.z-index-5 {
  z-index: 5;
}

.pointer {
  cursor: pointer;
}

.py-075 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.bg-danger {
  background-color: #e61647 !important;
}

.text-danger {
  color: #e61647 !important;
}

.text-success {
  color: #6ddb4a !important
}

.bg-secondary {
  background-color: #f5f5f5 !important;
}

.owl-stage {
  margin: 0 auto !important;
}

@media(max-width:576px) {
  p {
    font-size: 15.5px;
  }

  .accordion-button {
    font-size: 15.5px !important;
  }

  .accordion-body p {
    font-size: 14px !important;
    text-align: start !important;
  }
}

.modal-content {
  height: 600px !important;
}

.modal-body p,
.modal-body li,
.modal-body a {
  font-size: 14px !important;
  color: rgb(19, 19, 24) !important;
}

/*  END GLOBAL CSS */



/* HEADER */
header {
  transition: all .3s ease;
}

#offcanvasMenu {
  color: black;
  text-align: center;
  width: 74%;
  background: rgba(255, 255, 255, 1);
  font-size: 1.1rem;
}


/* END HEADER */


/*  HERO  */

@media(min-width:2500px) {
  .hero-comments-animaiton {
    display: none !important;
  }
}


@media(min-width:1920px) {
  .hero2 {
    height: calc(100vh - 100px);
  }
}


@media (max-width: 767.98px) {

  /*.hero-bg {*/
  /*    min-height: 550px;*/
  /*}*/
  .ch:nth-child(1) {
    left: 0px;
  }

  .ch:nth-child(2) {
    right: 0px;
  }

  .mb-seo {
    width: 100%;
  }

}

@media (min-width: 1200px) {
  .ch:nth-child(1) {
    left: -45px;
  }

  .ch:nth-child(2) {
    right: -45px;
  }

}

@media (min-width: 1366px) {
  .ch:nth-child(1) {
    left: -75px;
  }

  .ch:nth-child(2) {
    right: -75px;
  }
}

/* END HERO  */


/* SLIDER CONTROL */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-nav button {
  position: absolute;
  top: 45%;
  z-index: 999999;
  display: block;
  width: 30px;
  height: 30px;
  background: black !important;
  font-size: 14px;
  font-weight: 900 !important;
  border-radius: 50% !important;
  transform: translateY(-50%);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}

.owl-nav .owl-prev {
  left: 0px;
}

.owl-nav .owl-next {
  right: 0px;
}

.ch:nth-child(1) {
  left: 25px;
}

.ch:nth-child(2) {
  right: 25px;
}


/* PRICE */
.ul-table {
  height: 345px;
}

.ul-table li i {
  margin-right: 10px;
}

.ul-table li {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: .9rem;
}

@media(max-width:576px) {
  .ul-table li {
    font-size: 12px;
  }

  .price-item-wrapper button.bg-danger {
    font-size: 12px;
  }

  .ul-table {
    height: auto;
  }

  #form-contact button.form-contact-submit-btn {
    font-size: 13px !important;
    text-transform: capitalize !important;
  }
}

.swiper-header-category {
  padding: 0 25px;
}

.swiper-header-category .swiper-slide {
  text-align: center;
  padding: 10px 0px;
  width: 75%;
  margin: 0 auto;
}

.swiper-header-category .swiper-slide img,
.swiper-header-category .swiper-slide img {
  height: auto;
  cursor: pointer;
  filter: grayscale(1);
  transition: all .3s ease;
}

.swiper-header-category .swiper-slide.active,
.swiper-header-category .swiper-slide:hover,
.swiper-header-category .swiper-slide.active,
.swiper-header-category .swiper-slide:hover {
  background: #ffffff;
  border-radius: 8px;
}

.swiper-header-category .swiper-slide.active img,
.swiper-header-category .swiper-slide:hover img,
.swiper-header-category .swiper-slide.active img,
.swiper-header-category .swiper-slide:hover img {
  filter: grayscale(0);
}

/* END PRICE */

.dein-eight-bg {
  background: url(../images/bbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



/* FAQ */
.accordion-item {
  border: 1px solid #e9e9e9 !important;
}

.accordion-button {
  font-size: 17px;
  color: rgb(54 54 58);
  height: 70px;
}

.accordion-button::after {
  background-image: url(../images/plus-lg.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/dash-lg.svg);
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: #e61647;
}

.accordion-body p {
  font-size: 16px;
}

/*  END FAQ  */

/* CONTACT FORM */
#kontakt label,
#kontakt option,
#kontakt select {
  color: #616164;
}

#kontakt *::placeholder,
#kontakt input,
#kontakt select,
#kontakt textarea {
  font-size: 17px;
}

/* END  CONTACT FORM */


/* FOOTER  */
.footer-bg {
  color: #575353;
  font-size: 14px;
}

/* END FOOTER */

.dein-four-bg {
  background-image: url(../images/phone-bg-0.png);
  background-repeat: no-repeat;
  background-position: 7% center;
}

.phone-bottom {
  width: 308px;
  height: 70px;
}




.btn-hover-effect {
  position: relative;
  background-color: #e61647;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: translateZ(0);
  overflow: hidden;
  border-radius: 5px;
  font-weight: 600;
}

@media(max-width:991px) {
  .btn-hover-effect {
    margin: auto;
  }
}

.btn-hover-effect::after {
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "\2192";
  font-size: 30px;
  font-weight: 900;
  line-height: inherit;
  color: transparent;
  transform: scale(1, 0);
  transform-origin: center bottom;
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-hover-effect:hover {
  color: transparent;
}

.btn-hover-effect:hover:before {
  transition-duration: 0.15s;
  transform: scale(1, 1);
  transform-origin: center top;
}

.btn-hover-effect:hover:after {
  transition-duration: 0.15s;
  transform: scale(1, 1);
  transform-origin: center top;
  color: #fff;
}