.section-overlay{
    /* background: url('../images/background1.png');
     */
     background-image: url('data:image/svg+xml,<svg width="1280" height="832" viewBox="0 0 1280 832" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="1280" height="832" fill="%23DD3333" fill-opacity="0.25"/><path d="M0 179L635 832.21H0V179Z" fill="%23DD3333" fill-opacity="0.5"/><path d="M1280 653.21L645 0.000183105H1280V653.21Z" fill="%23DD3333" fill-opacity="0.5"/></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.swiper-wrapper{
    transition-timing-function: linear !important;  
}

.swiper-scrollbar{
    bottom: -30px !important;
    left: 50% !important;
    max-width: 300px;
    transform: translateX(-50%) !important;
    background: #6161614b !important;
}
.swiper-scrollbar-drag{
    background: white !important;
}

*,
        html {
            scroll-snap-type: proximity !important;
            scroll-behavior: smooth !important;
        }

.sticky-nav{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.nanogallery_gallerytheme_light_my_nanogallery2 .nGY2TnImgBack {
    background: #dedede !important;
    background-image: linear-gradient(315deg, #e8e8e8 0%, rgb(216, 216, 216) 90%) !important;
}

#notfound {
      position: relative;
      height: 80vh
    }

    #notfound .notfound {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%)
    }

    .notfound {
      max-width: 520px;
      width: 100%;
      line-height: 1.4;
      text-align: center
    }

    .notfound .notfound-404 {
      position: relative;
      height: 240px
    }

    .notfound .notfound-404 h1 {
      font-family: montserrat, sans-serif;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 252px;
      font-weight: 900;
      margin: 0;
      color: #DD3333;
      text-transform: uppercase;
      letter-spacing: -40px;
      margin-left: -20px
    }

    .notfound .notfound-404 h1>span {
      text-shadow: -8px 0 0 #fff
    }

    .notfound .notfound-404 h3 {
      font-family: cabin, sans-serif;
      position: relative;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #262626;
      margin: 0;
      letter-spacing: 3px;
      padding-left: 6px
    }

    .notfound h2 {
      font-family: cabin, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #000;
      margin-top: 0;
      margin-bottom: 25px
    }

    @media only screen and (max-width: 767px) {
      .notfound .notfound-404 {
        height: 200px
      }

      .notfound .notfound-404 h1 {
        font-size: 200px
      }
    }

    @media only screen and (max-width: 480px) {
      .notfound .notfound-404 {
        height: 162px
      }

      .notfound .notfound-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px
      }

      .notfound h2 {
        font-size: 14px
      }
    }