@media screen and (max-width: 768px) {
  .hero-fullscreen .swiper-slide h2 {
      font-size: 2rem;
      line-height: 2.5rem;
  }

.hero-fullscreen .swiper-slide p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .hero-fullscreen-colore h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}
.hero-fullscreen-colore p {
    font-size: 1rem;
    line-height: 1.3rem;
}
  .fixed-top {
    top: 0;
    z-index: 9;
    position: sticky;
  }
  .header .logo img {
    max-width: 155px;
  }

  .section-header h2 {
    font-size: 36px;
  }
  .about h3 {
    font-size: 25px;
}
#about .nav > li {
  width: 100%
}

.about .nav-pills li + li {
    margin-left: 0px;
}

.about .tab-content h4 {
    margin-bottom: 13px;
}

section {
    padding: 30px 0 ;
    overflow: hidden;
}
.blog .blog-details {
    padding: 0 0px;
}
.faq .content p {
    margin-top: 13px;
}
.faq .content h3 {
    font-size: 25px;
    line-height: 2rem;
}
.slide-blocchi-inferiori .swiper-slide h2 {
    width: 80%;
    font-size: 1.7rem;
}
.cta .container {
    padding: 30px;
}
.cta .content h3 {
    font-size: 30px;
    margin-bottom: 13px;
}
.cta .content p {
    font-size: 16px;
}
.margin-mobile{
  margin-bottom: 20px;
}
.img-body {
    float: none;
    margin: 10px;
    width: 97%;
    height: auto;
}
.img-body-left {
    float: none;
    margin: 10px;
    width: 97%;
    height: auto;
}
.carosello{
  margin: 0;
}

.pricing-item > ul > li> span> p {
    margin: 0px 10px 0 0;
}
.pricing .pricing-item {
    padding: 0px 0px 0px;

}
.services .details {
    margin: -100px 18px 22px 18px;
    height: auto;
}
.services .img img {
    transition: 0.9s;
    object-fit: cover;
    height: 15rem;
    width: 100%;

}
.breadcrumbs {
    margin-top: 30px;
}
.portfolio-details .btn-get-started {
    margin-top: 40px;
    margin-left: 0;
}
.h-325 {
    height: 200px !important;
}


.mobile-nav-toggle {
  top: 16px !important;
  color: var(--color-primary);
}
}
.pricing h3 {
    color: var(--color-primary);
}
.pricing .pricing-header {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.9), rgba(var(--color-secondary-rgb), 0.9)), url(../img/logo.png) center center;
  background-size: contain;
  text-align: center;
  padding: 40px;
  background-repeat: no-repeat;
  height: inherit;
  background-position: center;
}

.header.sticked {
    background: var(--color-white);
    box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
    z-index: 999999;
}


@media screen and (max-width: 1279px) {

.fixed-top {
    top: 0;
    z-index: 9;
    position: sticky;
}
.mobile-nav-toggle {
    top: 25px;
    color: var(--color-primary);
}
}

@media screen and (max-width: 768px) and (min-width: 468px) {

  .recent-blog-posts .post-box .post-img img {
      transition: 0.5s;
      height: 250px;
      object-fit: cover;
      object-position: center center;
      width: 100%;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {

  .recent-blog-posts .post-box .post-img img {
      transition: 0.5s;
      height: 250px;
      object-fit: cover;
      object-position: center center;
      width: 100%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {

  .services .img img {
      transition: 0.9s;
      height: 17rem;
      width: 100%;


  }
}
