
body {
margin-top: 50px;
}
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #d02e49;
  text-decoration: none;
}

a:hover {
  color: #d02e49;
  text-decoration: none;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: d02e49;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: d02e49;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(13, 66, 255, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.header {
  margin-top: 50px;
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(97,97,97,0.04);
-moz-box-shadow: 0px 2px 10px 0px rgba(97,97,97,0.05);
box-shadow: 0px 2px 10px 0px rgba(97,97,97,0.04);
}

.header.sticked {
  background: rgba(255, 255, 2555, 1);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 40px;
  margin: 0;
  font-weight: 900;
  color: #000;
}

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .8);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: d02e49;
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #000;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }
}

.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon img {
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: d02e49;
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
  transition: all .4s ease;
}

.featured-services .service-item .readmore:hover i {
  margin-left: 20px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: d02e49;
}

#about {
  padding: 0;
}

.about {
  background: #fbe6ea;
}

.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #d02e49;
  transition: 0.3;
}

.services .card a:hover {
  color: d02e49;
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #d02e49;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #d02e49;
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: d02e49;
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: d02e49;
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.testimonials {
  padding: 80px 0;
  background: linear-gradient(rgba(251, 230, 234, 0.6), rgba(208, 48, 73, 0.8));
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: d02e49;
}

.service-details .services-list a:hover {
  border-color: d02e49;
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: d02e49;
}

.hero {
  width: 100%;
  min-height: 50vh;
  background-color: #f4f6fa;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 140px 0 70px 0;
  color: rgba(0, 0, 0, 0.8);
}

.hero-o {
  background: linear-gradient(rgba(244, 246, 250, 0.6), rgba(244, 246, 250, 0.8)), url('../img/hero_image.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0 50px 0 !important;
  min-height: 40vh;
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.hero h2 span {
  color: #d02e49;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.footer {
  font-size: 14px;
  background-color: #d02e49;
  padding: 50px 0;
  color: white;
}


.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links li {
  padding: 10px 20px;
  display: inline-block;
  align-items: center;

}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links a:hover {
  color: #fff;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.team .section-header {
  margin-bottom: 6rem;
}

.team .card, .scrap .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  margin-bottom: 90px;
}

.team .card .card-img {
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
}

.team .card .card-img .img-thumbnail {
  border: 1px solid rgba(14, 29, 52, 0.15) !important;
  padding: 2px;
}

.team .card .card-img img {
  width: 180px;
  height: 180px;
}

.team .card .card-body h3 {
  font-weight: 700;
  margin-top: 0.4rem;
}

.team .card .card-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.team .card .card-body ul li {
  line-height: 30px;
  font-size: 18px;
}

.team .card .card-body ul li i {
  color: #d02e49;
}

.legal h4 {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.02rem;
}

.legal h5 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02rem;
}

.legal p {
  font-size: 18px;
}

.boxText {
  background: #fbe6ea;
}

.boxText h2 {
  color: #000;
  font-weight: 800;
}

#contact, #scrap, #kontakt-info {
  padding: 0;
}


.scrap a {
  text-decoration: none;
  color: var(--bs-body-color);
}

.scrap .card {
  transition: all .4s ease 0s;
}

.scrap .card .card-img {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, 0.15);
  border-radius: 100%;
  margin-top: -60px;
  width: 100px;
  height: 100px;
}

.scrap .card .card-img img {
  width: 80px;
  height: 80px;
  padding: 10px;
  position: relative;
  top: 10px;
}

.scrap .card h3 {
  font-weight: 600;
  color: #000;
}

.scrap .card:hover {
  background: #d02e49;
}

.info h4 {
  color: #000;
  font-weight: 600;
}

.info h4 span {
  font-weight: 700;
}

.info h3 {}

.info p {
  font-size: 18px;
  line-height: 32px;
}

.info p i {
  color: #d02e49;
}

.info p a {
  color: var(--bs-body-color);
}

.about-us h3 {
  font-weight: 800;
  color: #000;
}

.about-us p {
  line-height: 30px;
}

.about-us h4 {
  font-weight: 600;
  color: #000;
}

.about-us h4 span {
  color: #d02e49;
}

.blackbar {
    position: fixed;
    /*
    top: 0;
    left: 0;*/
    width: 100%;
    background-color: #e5eef6;
    z-index: 995;
    /*margin-top: -50px;*/
}

.status {
font-size: 15px;
}
#status {
  float: right;
}
.smallx {
font-size: 17px;
margin-top: -15px;
}

.floating-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: 200px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 10px;
}
.fade-in {
  opacity: 1;
}
.hide {
  display: none;
}
.small-text-floating-box {

    font-size: 18px;
}

.btn-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.moveup {

    margin-top: -7px;
}

.btn-border {
    border-radius: 10px;
}
.smaller {
    font-size: 14px;
}


@media (max-width: 576px) {
  .header {
    margin-top: 75px;
  }

@media (max-width: 576px) {
  .hero-o {
    padding-top: 100px;
    background: linear-gradient(rgba(244, 246, 250, 0.6), rgba(244, 246, 250, 0.8)), url(../img/hero_image.png);
    background-position: center;
  }
