  @media (min-width:991.98px) {
    
    
  @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

  @media screen and (max-width: 1199px) {
      .container {
          padding-inline: 30px;
      }
  }

  @media screen and (max-width: 767px) {
      .container {
          padding-inline: 15px;
      }
  }

  .abs-bg-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .abs-bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
  }

  .vert-slider {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .vert-slider:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: #FFDD58; */
  }

  .vert-slider .swiper-slide {
      overflow: hidden;
  }

  .vert-slider__inner {
      padding: 40px;
  }

  .vert-slider__inner-holder {
      padding: 90px 0px 90px 40px;
      background-color: #fff;
      position: relative;
      z-index: 1;
      border-radius: 29px;
      box-shadow: 0px 0px 20px #f5f5f5;
  }

  .vert-slider__content {
      --gap: 16px;
  }

  .vert-slider__content h1 {
      color: #FF6506 !important;
  }

  .align-self {
      align-self: center !important;
  }

  .vert-slider__content ul {
      margin-top: var(--gap);
      margin-left: 0;
  }

  .vert-slider__content ul li {
      margin-block-end: var(--gap);
  }

  .swiper-scrollbar-drag {
      background: #FF6506 !important;
      height: 30px !important;
      /* width: 10px; */
      text-align: center !important;
  }

  .swiper-scrollbar {
      right: -25px !important;
      background: #f5f5f5 !important;
  }

  .swiper-scrollbar.swiper-scrollbar-vertical,
  .swiper-vertical>.swiper-scrollbar {
      position: absolute;
      left: var(--swiper-scrollbar-left, auto);
      right: var(--swiper-scrollbar-right, 4px);
      top: var(--swiper-scrollbar-sides-offset, 1%);
      z-index: 50;
      width: 13px !important;
      height: calc(100% - 2* var(--swiper-scrollbar-sides-offset, 1%));
  }

  .vert-slider__content p {
      font-size: 21px !important;
      text-align: justify !important;
      font-family: Wix Madefor Display !important;
      font-weight: 400 !important;
      line-height: 33.6px !important;
  }

  .vert-slider__content h1 {
    text-align: left;
      font-size: 40px !important;
      color: #FF6506 !important;
      font-family: Wix Madefor Display !important;
      font-weight: 700 !important;
      line-height: 50.4px !important;
  }

  .top-shadow-bar img {
      position: relative !important;
      top: 30px !important;
  }

  @media (max-width:767.98px) {
      .vert-slider__content p {
          font-size: 18px !important;
          text-align: justify !important;
          font-family: Wix Madefor Display !important;
          font-weight: 400 !important;
          line-height: 23.6px !important;
      }

      .vert-slider__content h1 {
          font-size: 30px !important;
          color: #FF6506 !important;
          font-family: Wix Madefor Display !important;
          font-weight: 700 !important;
          line-height: 50.4px !important;
      }

      .vert-slider__inner {
          padding: 2px !important;
      }

      .top-shadow-bar img {
      position: relative !important;
      top: 10px !important;
  }
  }

  .swiper-slide {
      flex-shrink: none !important;
      width: auto !important;
      height: auto !important;
      position: relative !important;
      transition-property: none !important;
      display: block;
  }


#getintouch{
  padding-top: 100px;
}
  .parallax-section {
      /* position: relative; */
      /* height: 100vh; */
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      /* display: flex; */
      justify-content: center;
      align-items: center;
  }

  .parallax-section-about {
      position: relative;
      height:70vh !important;
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      /* display: flex; */
      justify-content: center;
      align-items: center;
  }
  
  /* #section1 {
      background-image: url('path-to-your-image-1.jpg');
  }
  
  #section2 {
      background-image: url('path-to-your-image-2.jpg');
  } */
  
  #section3 {
      background-image: url('./assets/images/home/2.png');
  }
  
  #section4 {
      background-image: url('./assets/images/home/2.png');
  }
  
  /* #section5 {
      background-image: url('path-to-your-image-5.jpg');
  } */
 
  .content-serv-testi {
     
      padding-top: 20px;
      border-radius: 8px;
      text-align: center;
  }
  
  .parallax-section{
      padding-bottom: 200px;
  }
  
  }

  html {
    scroll-behavior: smooth;
}