@font-face {
  font-family: MontserratLight;
  src: url(/css/fonts/MontserratLight.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratRegular;
  src: url(/css/fonts/MontserratRegular.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratMedium;
  src: url(/css/fonts/MontserratMedium.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(/css/fonts/MontserratSemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratExtraBold;
  src: url(/css/fonts/MontserratExtraBold.ttf);
  font-display: swap;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
  background-color: #f5f5f5 !important;
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
  font-family: MontserratLight, sans-serif;
}

img {
  max-width: 100% !important;
}

.abs-logo {
  position: absolute;
  z-index: 10;
  width: 250px;
  left: 80px;
  top: 80px;
  transform: rotate(334deg);
}

.relative {
  position: relative !important;
}

.bolder {
  font-family: MontserratMedium, sans-serif !important;
}

.heading-header {
  font-family: MontserratLight, sans-serif;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #fff;
}

.heading-main {
  font-family: MontserratExtraBold, sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 50px 0 20px !important;
  margin: 0 !important;
}

.heading-secondary {
  font-family: MontserratMedium, sans-serif !important;
  color: #fff;
  font-size: 15px !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 30px;
  height: 60px;
  background-color: #55a646;
  top: 50%;
  transform: translateY(-100%);
  border: 0 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: none;
}

.main-color {
  color: #52105b !important;
}

.paragraph-main {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px !important;
}

p.text-center {
  margin-bottom: 30px !important;
}

.btn {
  width: 180px !important;
  font-family: MontserratMedium, sans-serif !important;
  border-radius: 3rem;
  padding: 11px;
  display: flex !important;
  justify-content: center;
  font-size: 14px;
  align-items: center;
}

.btn:active {
  box-shadow: none !important;
  outline: 0 !important;
  background-color: #55a646 !important;
  border-color: #55a646 !important;
  color: #368727 !important;
}

.btn:focus {
  box-shadow: none !important;
  outline: 0 !important;
  background-color: #55a646 !important;
  border-color: #55a646 !important;
}

.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #fff !important;
}

.btn-primary {
  background-color: #55a646;
  border: 2px solid #55a646;
  box-shadow: 0 4px 7px 1px rgb(38 38 38 / 10%);
  color: #fff;
}

.btn-primary:hover {
  background-color: #fff !important;
  border: 2px solid #55a646;
  color: #55a646;
}

.btn-outline-primary {
  box-shadow: 0 4px 7px 1px rgb(38 38 38 / 10%);
  color: #55a646;
  border: none !important;
  box-shadow: none !important;
  justify-content: flex-start !important;
  transition: all 0s;
}

.btn-outline-primary:hover {
  color: #8e4391 !important;
  background-color: #fff;
}

.btn-outline-secondary {
  box-shadow: 0 4px 7px 1px rgb(38 38 38 / 10%);
  color: #55a646;
  border: 2px solid #55a646 !important;
  box-shadow: none !important;
  transition: all 0s;
  margin: 30px auto !important;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #55a646;
}

.btn-outline-img-hover {
  display: none;
}

.btn-outline-primary:hover .btn-outline-img-hover {
  display: flex;
}

.btn-outline-primary:hover .btn-outline-img-regular {
  display: none;
}

.btn-outline-img {
  width: 22px;
  margin-right: 5px;
}

.btn-secondary {
  background-color: transparent !important;
  border: 2px solid #fff;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:visited {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.btn-secondary:hover {
  background-color: #55a646 !important;
  border: 2px solid #55a646 !important;
  box-shadow: 0 4px 7px 1px rgb(38 38 38 / 10%);
  color: #fff;
}

.btn-tertiary {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #fff;
  border: 2px solid #fff;
}

.btn-tertiary {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #fff;
  border: 2px solid #fff;
}

.btn-margin {
  margin-left: 10px;
}

.btn-large {
  width: 210px !important;
}

.btn-phone {
  background: #fff !important;
  border-radius: 50%;
  width: 45px !important;
  margin: 0 !important;
  border: none !important;
  margin-right: 150px !important;
}

.btn-phone-small-screen {
  display: none !important;
}

.btn-kontakt-news {
  margin-bottom: 0 !important;
}

#header {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header-top {
  background-color: #8e4391;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

.header-top.fixed {
  height: 0 !important;
}

.header-bottom-top {
  padding: 11px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.header-bottom-bottom {
  padding: 0 60px;
  background: #52105b;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
}

.header-logo {
  width: 180px;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  align-items: center !important;
}

.navbar-brand {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.navbar-brand:hover {
  transform: scale(0.95);
  transition: transform 0.2s ease-in-out;
}

.navbar-brand-mobile {
  display: none;
}

.header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-width: 370px;
}

.header-buttons .btn-secondary {
  position: absolute;
  left: 0;
}

.header-input-movers-and-packers-container {
  position: absolute;
  right: 0;
}

.header-input {
  width: 180px !important;
  font-family: MontserratMedium, sans-serif !important;
  border-radius: 3rem;
  padding: 11px 30px;
  outline: 0 !important;
  margin-left: 10px;
  box-shadow: none !important;
  border: 2px solid #fff !important;
  font-size: 14px !important;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.header-input:focus {
  width: 370px !important;
  margin-left: 0;
  transition: all 0.5s ease-in-out;
}

.header-input::placeholder {
  font-family: MontserratMedium, sans-serif !important;
  font-size: 14px !important;
}

.header-button {
  position: absolute;
  width: 46.8px;
  height: 46.8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  top: 50%;
  transform: translate(50%, -50%);
  right: 23px;
  background: 0 0;
}

.header-bottom-mobile {
  background-color: #52105b !important;
  display: none !important;
}

.navbar-toggler {
  display: none;
}

.nav-item {
  margin-right: 30px !important;
}

.nav-item-mobile {
  display: none !important;
}

.nav-link::after {
  display: none;
}

.nav-link h2 {
  font-size: 14px;
  margin: 0 !important;
  color: #fff;
  font-family: MontserratMedium, sans-serif !important;
  border-bottom: 1px solid #52105b;
}

.nav-link img {
  width: 16px;
  margin-left: 5px;
}

.nav-link:hover h2 {
  border-bottom: 1px solid #fff;
  font-family: MontserratMedium, sans-serif !important;
}

.hero,
.section-kontakt {
  margin-top: 169px !important;
}

.carousel-item {
  background-color: #777;
  color: #fff;
  position: relative;
}

.carousel-caption {
  max-width: 900px;
  left: 0 !important;
  background: rgba(54, 135, 39, 0.8);
  padding: 25px;
  bottom: 0 !important;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  display: flex !important;
  justify-content: flex-start;
  align-items: center !important;
  padding-left: 60px;
}

.carousel-caption h3 {
  text-align: left;
  font-size: 25px;
  font-family: MontserratSemiBold, sans-serif;
  margin: 0 !important;
  margin-right: 34px !important;
}

.carousel-indicators {
  margin: 0 !important;
  bottom: 25px !important;
  left: 655px;
  right: unset !important;
}

.carousel-indicators li {
  height: 16px !important;
  width: 16px !important;
  border-radius: 50% !important;
  background-color: #368727 !important;
  border: 2px solid #fff;
  opacity: 1 !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.carousel-indicators li.active {
  background-color: #52105b !important;
  border: 2px solid #52105b !important;
}

.carousel-caption-movers-and-packers-container {
  position: relative;
  height: 100% !important;
}

.owl-nav {
  display: none !important;
}

.owl-carousel {
  padding: 15px 0;
}

.card {
  border-radius: 15px;
  margin-right: 10px;
  margin-left: 10px;
}

.card-body {
  padding-top: 5px !important;
}

.card-title {
  font-family: MontserratSemiBold, sans-serif !important;
}

.card-desc {
  text-align: center;
}

.owl-carousel .owl-item img {
  padding: 0 30px !important;
}

.customNextBtn,
.customPrevBtn {
  background-color: transparent !important;
}

.customPrevBtn {
  left: -80px;
}

.customNextBtn {
  right: -80px;
}

.section-services {
  background-image: linear-gradient(to right, #52105b, #8e4391);
}

.services-bottom {
  background-color: #571460;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-bottom p {
  color: #fff !important;
  margin: 0 !important;
}

.section-details {
  background-color: #f7f7f7;
  padding-bottom: 15px;
}

.box-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 7px 1px rgb(38 38 38 / 10%);
  border-radius: 15px;
}

.box-details .btn-primary {
  order: 3 !important;
}

.header-details {
  font-size: 18px;
  color: #52105b;
  font-family: MontserratExtraBold, sans-serif;
  margin-bottom: 0 !important;
}

.desc-details {
  font-family: MontserratRegular, sans-serif !important;
}

.desc-details.ellipsis {
  font-family: MontserratRegular, sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 15px;
}

.hidden-desc {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 70px;
  height: calc(100% - 145px);
  background: white;
  left: 0;
  padding: 30px;
  text-align: justify;
  overflow: hidden;
}

.box-details:hover .hidden-desc {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.image-details {
  background: #f7f7f7;
  border-radius: 50%;
  padding: 10px;
  height: 115px;
  min-width: 115px !important;
  display: flex;
  margin-left: 20px;
  box-shadow: 3px 4px 7px 1px rgb(38 38 38 / 10%);
  justify-content: center;
  align-items: center;
  max-width: 115px;
}

.section-about {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background: #571460;
  padding-bottom: 0;
}

.section-about p {
  color: #fff !important;
  margin-bottom: 22px !important;
}

.section-news {
  padding-bottom: 30px !important;
}

.card-parent {
  border: none !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row !important;
  padding: 20px 0;
}

.card-child {
  margin: 0 !important;
  padding: 0 20px;
  border-radius: 0 !important;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.card-child .card-text {
  font-family: MontserratRegular, sans-serif !important;
}

.card-child .card-date,
.section-blog-news .card-date {
  background: #8b3b93;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  align-items: center;
  padding-bottom: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 50% 100%, 0 70%);
  right: 47px;
  top: 41px;
}

.card-child .card-date span,
.section-blog-news .card-date span {
  line-height: 1;
  color: #fff;
  font-family: MontserratRegular, sans-serif;
}

.card-child .card-date .card-date-big,
.section-blog-news .card-date .card-date-big {
  font-size: 22px;
}

.card-child .card-img-top,
.section-blog-news .card-img-top {
  border-radius: none !important;
  margin-bottom: 1rem !important;
}

.section-blog-news,
.section-seo {
  margin-top: 169px !important;
}

.section-blog-news .card {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 30px;
}

.section-blog-news .card-body {
  padding: 20px 30px !important;
}

.section-blog-news .card-date {
  top: 56px !important;
}

.section-post {
  margin-top: 203px;
  margin-bottom: 30px;
}

.section-post h4,
.section-single-news h4 {
  margin: 0 auto !important;
}

.news-row,
.post-row,
.seo-row {
  border-radius: 20px !important;
  padding: 20px 30px !important;
  background-color: #fff !important;
}

.section-single-news {
  margin-top: 124px;
  margin-bottom: 30px;
}

.section-links-top {
  background-color: #52105b;
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-links-bottom {
  background-color: #52105b;
}

.section-links-bottom-row {
  border-top: 1px solid #45164b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-details span {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.social-details span:last-child {
  border-right: 0 !important;
}

.contact-details a,
.social-details a {
  color: #fff !important;
  font-size: 14px !important;
  font-family: MontserratLight, sans-serif !important;
  border-bottom: 1px solid #52105b;
}

.contact-details a:hover,
.social-details a:hover {
  border-bottom: 1px solid #fff;
}

.contact-details p {
  color: #fff !important;
  font-size: 14px !important;
  font-family: MontserratLight, sans-serif !important;
  margin: 0 !important;
}

.links-bottom-image {
  width: 300px;
}

.seo-links {
  list-style: none !important;
}

.seo-link a {
  color: #fff;
  font-family: MontserratLight, sans-serif !important;
  line-height: 1.8;
  font-size: 14px !important;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #52105b;
}

.seo-link a:hover {
  border-bottom: 1px solid #fff;
}

.seo-row {
  flex-direction: column !important;
}

.section-seo p,
.section-seo li {
  font-family: MontserratRegular, sans-serif;
  line-height: 1.8;
}

.section-seo a {
  font-family: MontserratRegular, sans-serif;
  color: #55a646;
}

.section-seo a:hover {
  color: #52105b !important;
}

.section-seo h5 {
  font-size: 18px;
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.section-seo .carousel-caption {
  padding-left: 60px !important;
}

.main-seo-paragraph {
  font-family: MontserratMedium, sans-serif !important;
  margin-bottom: 0 !important;
}

.section-kontakt {
  padding-bottom: 30px !important;
}

.box-details-form {
  display: unset !important;
}

.section-kontakt .modal-title {
  margin-bottom: 20px !important;
}

.kontakt-box-image {
  background-image: url(/images/jpg/movers-and-packers-dubai-kontakt-slika-2.jpg);
  background-position: center;
  background-size: cover;
}

.footer-bottom {
  margin: 0 !important;
  padding: 15px 0 !important;
  background-image: linear-gradient(to right, #52105b, #8e4391);
}

.footer-bottom p {
  margin: 0 !important;
  color: #fff !important;
}

.footer-bottom .movers-and-packers-container {
  margin: 0 auto !important;
}

.footer-bottom a {
  color: #fff !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

.copyright p a:hover {
  opacity: 0.8;
}

.design-copy {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.flexFooter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  color: #fff !important;
}

.flexFooter a {
  font-size: 14px !important;
  border-bottom: 1px solid transparent;
}

.flexFooter a:hover {
  border-bottom: 1px solid #fff;
}

.flexFooter img {
  width: 40px;
}

.flexFooter span {
  font-size: 14px !important;
}

.copy-right {
  display: flex;
  align-items: center;
}

#potpis {
  font-size: 14px;
  font-family: MontserratLight, sans-serif !important;
  margin: 0 !important;
  color: #fff !important;
}

.modal {
  padding-right: 0 !important;
}

.modal-open {
  padding-right: 0 !important;
  overflow: unset !important;
}

.modal-dialog {
  max-width: 700px !important;
  margin: 100px auto !important;
}

.modal-content {
  padding: 10px;
  border-radius: 20px !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

.modal-heading {
  display: flex;
  align-items: center !important;
}

.modal-image {
  width: 50px;
  margin-right: 15px;
}

.modal-title {
  font-size: 20px;
  padding: 0 !important;
}

.form-required,
.form-check-label {
  font-size: 15px;
  font-family: MontserratLight, sans-serif;
}

.form-check-label {
  cursor: pointer;
}

.form-check:not(:last-of-type) {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.form-container-2 .form-check-2:nth-of-type(2) {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.form-required span {
  font-size: 14px;
  font-weight: 400;
  color: #368727;
}

.form-group p {
  margin: 0 !important;
  font-size: 14px !important;
  font-family: MontserratRegular, sans-serif !important;
  color: #6c4f70;
}

.form-group-question {
  margin-top: 10px !important;
}

.form-group-question .form-control {
  box-shadow: none !important;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.form-group-question .form-control:focus {
  border-color: #45164b;
}

.form-group-question .form-star {
  top: 32px !important;
}

.form-group {
  position: relative;
  display: flex;
}

.form-container {
  padding-left: 15px;
}

.form-control {
  width: 100%;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 6px;
  height: 58px;
  padding: 0 15px !important;
  font-family: MontserratLight, sans-serif;
  font-size: 15px !important;
}

.form-control-text-area {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.form-label {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  width: fit-content;
  transform: translateY(-50%);
  background-color: #fff;
  transition: all .3s ease-in-out;
  user-select: none;
  font-family: MontserratRegular, sans-serif;
  margin-bottom: 0 !important;
  cursor: pointer;
  font-size: 15px !important;
}

.form-group-text-area .form-label {
  top: 25%;
}

.form-control:not(:placeholder-shown)+.form-label,
.form-control:focus+.form-label {
  top: 0;
}

.form-star {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #55a646;
  line-height: 1;
}

.modal-phone .modal-dialog {
  max-width: 400px !important;
  margin: 220px auto !important;
}

.modal-phone .modal-content {
  padding: 20px 50px !important;
  align-items: center !important;
}

.modal-phone .modal-image {
  width: 30px !important;
}

.modal-phone .btn {
  justify-content: center !important;
  font-size: 18px;
}

@media (min-width: 992px) {
  .dropdown-menu {
    border-radius: 0 !important;
    margin: 0 !important;
  }

  .navbar .dropdown-menu {
    position: fixed !important;
    top: 168px !important;
    width: 100% !important;
    left: 0 !important;
    transition: all 0.2s ease-in-out;
  }

  .navbar.fixed .dropdown-menu {
    position: fixed !important;
    top: 139px !important;
    width: 100% !important;
    left: 0 !important;
    transition: all 0.2s ease-in-out;
  }

  .nav-item.dropdown.show>.nav-link::after {
    position: absolute !important;
    left: 45% !important;
    bottom: -25px !important;
    display: block !important;
    content: "" !important;
    border: solid #fff !important;
    background-color: #fff !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block !important;
    padding: 6px !important;
    z-index: 9999 !important;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
  }

  .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-heading {
    font-family: MontserratRegular, sans-serif;
    color: #52105b;
    line-height: 1 !important;
    text-transform: uppercase;
  }

  .dropdown-desc {
    font-size: 14px !important;
    font-family: MontserratRegular, sans-serif;
  }

  .dropdown-image {
    width: 300px !important;
  }

  .dropdown-link {
    display: flex;
    margin-bottom: 10px;
  }

  .dropdown-link h3 {
    color: #52105b;
    font-size: 14px !important;
    border-bottom: 1px solid transparent;
    font-family: MontserratRegular, sans-serif;
  }

  .dropdown-link:hover h3 {
    border-bottom: 1px solid #52105b !important;
  }
}

@media (min-width: 1200px) {
  .movers-and-packers-container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 1300px) {
  .section-about {
    background-position: bottom !important;
  }

  .nav-item {
    margin-right: 10px !important;
  }

  .btn {
    width: 161px !important;
  }

  .btn-phone {
    width: 45px !important;
  }

  .custom-buttons.desktop {
    position: relative !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    margin-bottom: 15px;
  }

  .card {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .card-parent {
    margin: 0 !important;
  }

  .owl-carousel {
    padding: 0 !important;
  }

  .customNextBtn,
  .customPrevBtn {
    position: relative;
  }

  .customPrevBtn {
    left: unset !important;
    order: 1 !important;
  }

  .customNextBtn {
    right: unset !important;
    order: 2 !important;
  }

  .news-row,
  .post-row,
  .seo-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.menumobile {
  display: none !important;
}

.section-details-sm {
  background: #f7f7f7 !important;
}

.bg-sm-white {
  background: #ffffff !important;
}

.dropdown-image a:hover img {
  opacity: 0.7;
}



@media (max-width: 992px) {
  .abs-logo {
    display: none !important;
  }

  .nav-link img {
    width: 16px;
    margin-left: 5px;
    position: absolute;
    right: 15px;
  }

  .section-details-sm,
  .bg-sm-white {
    background: transparent !important;
  }

  .menumobile {
    display: block !important;
  }

  .menudesktop {
    display: none !important;
  }

  .btn-phone-small-screen {
    display: flex !important;
    margin: 0 !important;
  }

  .btn-phone-big-screen {
    display: none !important;
  }

  .btn {
    width: 180px !important;
  }

  .btn-phone {
    width: 45px !important;
  }

  .heading-header {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .heading-main {
    font-size: 18px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    text-align: center !important;
  }

  .paragraph-main {
    font-size: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .heading-header {
    text-align: left;
  }

  .header-buttons {
    display: none !important;
  }

  .header-top {
    padding: 0 15px !important;
  }

  .header-bottom-top {
    padding: 15px !important;
  }

  .header-bottom-bottom {
    min-height: unset !important;
    height: 0 !important;
  }

  .header-bottom-mobile {
    display: flex !important;
    min-height: 70px !important;
    justify-content: space-between;
    align-items: center !important;
  }

  .header-buttons-mobile {
    display: flex !important;
  }

  .navbar-toggler {
    display: inline-block;
    padding: 0 !important;
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .header-logo {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .navbar-brand {
    width: 140px !important;
  }

  .navbar-brand-mobile {
    display: block;
  }

  .navbar-brand-desktop {
    display: none !important;
  }

  .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    left: 0;
    top: 159px;
    background: #52105b !important;
    transition: all 0.2s ease-in-out;
    height: calc(100vh - 159px);
    overflow-y: scroll;
  }

  .btn {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .navbar.fixed .navbar-collapse {
    top: 130px !important;
    transition: all 0.2s ease-in-out;
    height: calc(100vh - 130px);
    overflow-y: scroll;
    padding-bottom: 50px;
  }

  .nav-link:hover h2 {
    border-bottom: 0 !important;
  }

  .nav-item {
    margin: 0 !important;
    border-bottom: 1px solid #ffffff;
    width: 100% !important;
  }

  .nav-item-mobile {
    display: flex !important;
  }

  .nav-link {
    padding: 20px 15px !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .nav-link h2 {
    width: fit-content !important;
  }

  .navbar-toggler .icon-open {
    display: none !important;
  }

  .navbar-toggler.collapsed .icon-open {
    display: inline-block !important;
  }

  .navbar-toggler.collapsed .icon-close {
    display: none !important;
  }

  .dropdown-menu {
    border-radius: 0 !important;
    background-image: linear-gradient(to right, #52105b, #8e4391);
  }

  .dropdown-details {
    display: none !important;
  }

  .dropdown-link {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
  }

  .dropdown-link h3 {
    color: #fff;
    font-size: 14px !important;
    border-bottom: 1px solid transparent;
    font-family: MontserratRegular, sans-serif;
    margin: 0 !important;
    width: fit-content !important;
  }

  .dropdown-link:hover h3 {
    border-bottom: 1px solid #fff !important;
  }

  .hero,
  .section-kontakt,
  .section-seo {
    margin-top: 166px !important;
  }

  .carousel-caption {
    width: 100% !important;
    clip-path: unset !important;
    padding: 15px;
    bottom: -1px !important;
    max-width: unset !important;
  }

  .carousel-indicators {
    display: none !important;
  }

  .services-bottom {
    height: unset;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box-details {
    flex-direction: column !important;
    padding: 15px !important;
  }

  .text-details {
    order: 2 !important;
    align-self: center !important;
  }

  .header-details {
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
  }

  .desc-details {
    text-align: center !important;
  }

  .section-about {
    background-image: unset !important;
  }

  .section-news .card {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .card-parent {
    flex-direction: column !important;
  }

  .card-title {
    text-align: center !important;
  }

  .card-body a {
    margin: 0 auto !important;
  }

  .card-child .card-date,
  .section-blog-news .card-date {
    right: 27px;
  }

  .contact-details,
  .social-details {
    margin-top: 20px;
  }

  .form-reservation .btn {
    margin: 20px auto 10px !important;
  }

  .section-seo p {
    text-align: justify !important;
  }

  .news-row,
  .post-row,
  .seo-row {
    padding: 20px 15px !important;
  }

  .copy-right,
  .design-copy,
  .flexFooter {
    flex-direction: column;
    justify-content: center;
  }

  .flexFooter-bottom {
    flex-direction: row !important;
  }

  .image-details {
    margin-left: 0 !important;
  }

  .kontakt-box-image {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .card-child {
    border-right: none !important;
  }

  .header-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width: 100%;
  }
}



@media (max-width: 500px) {
  .abs-logo {
    left: 20px;
    top: 20px;
    width: 65px;
  }

  .carousel-caption h3 {
    text-align: center;
  }
}

@media (max-width: 350px) {
  .card-child {
    border-right: none !important;
  }

  .header-buttons .btn-tertiary {
    width: 120px !important;
  }

  .header-buttons .btn-primary {
    width: 180px !important;
  }
}

.seo-links {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}

.seo-links.visible {
  max-height: 950px;
  transition: max-height 0.5s ease-in-out;
}

.slide-link {
  color: #fff !important;
}

.blog-text {
  font-size: 15px !important;
  font-weight: 300 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  margin-bottom: 15px;
}

.blog-text p {
  margin-bottom: 0 !important;
}

p a {
  color: #55a646 !important;
}

p a:hover {
  color: #52105b !important;
}

.seo-content ul,
.seo-content ol {
  list-style-position: outside;
  padding-left: 50px;
}

.seo-content ul li,
.seo-content ol li {
  position: relative;
  margin-bottom: 15px;
}

.row ul li {
  font-family: MontserratLight, sans-serif, sans-serif;
}

.caption-404 {
  position: absolute;
  max-width: 500px;
  color: #fff;
  padding: 30px;
  background: rgba(0, 0, 0, 0.77);
}

@media (min-width:1000px) {
  .movers-and-packers-container.narrow {
    max-width: 900px !important;
  }
}

.step-separator {
  justify-content: center;
  flex: 1;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  max-width: 150px;
}

.step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #52105b !important;
  color: #52105b !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.active .step-number {
  background-color: #55a646 !important;
  border: 2px solid #55a646 !important;
  color: #fff !important;
}

.step-content {
  display: none !important;
}

.step-content.active {
  display: block !important;
}

.ajax-content {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow-y: scroll;
  border: 0px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 6px;
  max-height: calc(6 * 55px);

}

/* Works on Firefox */
.ajax-content {
  scrollbar-width: thin;
  scrollbar-color: #52105b #fff;
}

/* Works on Chrome, Edge, and Safari */
.ajax-content::-webkit-scrollbar {
  width: 12px;
}

.ajax-content::-webkit-scrollbar-track {
  background: #fff;
}

.ajax-content::-webkit-scrollbar-thumb {
  background-color: #52105b;
  border-radius: 20px;
  border: 3px solid #fff;
}

.result-item {
  width: 100%;
  padding: 1rem;
  border-radius: 6px;
  font-family: MontserratLight, sans-serif;
}

.result-item:hover {
  cursor: pointer;
  background-color: #eaeaea;
}

.item-text.gray {
  opacity: 0.7;
  font-size: 13px !important;
  margin-bottom: 10px;
}

.package-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.packages {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.packages.active {
  max-height: 500px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.packagesHelp {
  display: none;
}

.znak {
  width: 15px;
  height: 15px;
  display: flex;
  cursor: pointer;
}

.znak.disabled {
  opacity: 0.5;
  cursor: auto;
}

.numberPlusMinus {
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px;
}




[type="radio"]+label {
  margin-bottom: 0 !important;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-family: MontserratLight, sans-serif;
  font-size: 15px !important;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ced4da;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #52105b;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.first-radio {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.form-check {
  padding-left: 0 !important;
}

.list-group-item {
  border: 1px solid #ced4da;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.footer-logo:hover {
  border-color: transparent !important;
}

@media (max-width:600px) {
  h4 {
    font-size: 18px !important;
  }
}

@media (max-width:1500px) and (min-width:992px) {
  .big-nav {
    display: none !important;
  }
}