@font-face {
    font-family: 'PoppinsRegular';
    src: url(/_next/static/media/Poppins-Regular.ec9d8e7c.woff2) format('woff2'),
        url(/_next/static/media/Poppins-Regular.aaea7ff1.woff) format('woff'),
        url(/_next/static/media/Poppins-Regular.778ccfde.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'PoppinsMedium';
    src: url(/_next/static/media/Poppins-Medium.f26573e7.woff2) format('woff2'),
        url(/_next/static/media/Poppins-Medium.1c4c6847.woff) format('woff'),
        url(/_next/static/media/Poppins-Medium.77edf0c2.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'PoppinsBold';
    src: url(/_next/static/media/Poppins-Bold.9888d611.woff2) format('woff2'),
        url(/_next/static/media/Poppins-Bold.ab377f9c.woff) format('woff'),
        url(/_next/static/media/Poppins-Bold.67731366.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: 'PoppinsRegular' !important;
    /* overflow-x: clip; */
    /* background: #f4f7f9; */
    overflow-x: hidden !important;
  }
  
  /* .container {
    max-width: 1408px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
  } */
  
  @media(max-width: 1600px) {
    .container {
        max-width:1230px !important;
    }
  }
  
  .container.fluid {
    width: 100%;
    max-width: none
  }
  
  .container:after {
    display: block;
    clear: both;
    content: ""
  }
  
  .round {
    position: relative;
    margin-right: 14px;
    margin-top: 2px;
  }
  
  .round label {
    background-color: #fff;
    border: 2px solid #034737;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 8px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #034737;
    border-color: #034737;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }          
  .mySwipers .swiper {
    width: 100%;
    height: 100%;
  }
  .mySwipers{
    padding: 88px 0 !important;
  }
  .mySwipers .swiper-slide{
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mySwipers .swiper-button-prev::after{
    /* content: url(../../public/images/testimonials/left.svg); */
    margin-left: 10px;
  }
  .mySwipers .swiper-button-next::after{
    /* content: url(../../public/images/testimonials/right.svg); */
    margin-right: 10px;
  }
  .line{
    position: relative;
  }
  .line::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/_next/static/media/line.c1d2c13e.png) no-repeat;
    z-index: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-size: cover;
  }
  
  /* width */
  ::-webkit-scrollbar {
    width: 0px;
  }
  
  .workSlide .swiper-wrapper{
    padding: 0 0 0 20% !important;
  }
  .workSlide .swiper-slide-active{
    width: 60% !important;
  }
  @media screen and (max-width: 600px) {
    .workSlide .swiper-wrapper{
      padding: 0 !important;
    }
    .workSlide .swiper-slide-active{
      width: 100% !important;
    }
    
  }
  .sheen {
    position: relative;
    overflow:hidden;
  }
  .sheen:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(180deg, hsla(21, 63%, 73%, 0), hsla(0, 0%, 100%, .2) 50%, hsla(21, 63%, 73%, 0));
    transform: rotate(60deg) translate(-10em, 10em);
  }
  .sheen:hover:after {
    animation: sheen 1s forwards
  }
  
  @keyframes sheen {
    to {
        transform: rotate(60deg) translate(1em,-9em)
    }
  }
  .straight-line-list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
  }
  
  .straight-line-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: black;
  }
  
