.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bitstamp-clone-script/banner-bg2.webp), url(../images/bitstamp-clone-script/banner-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom, center;
    background-size: 40%, cover;
}
 :root{--fcolor: #003b2f;--mcolor:#fff;--navcolor:#032420;--btnbg:#007359;--scolor:#003b2f;--tcolor:#003b2f;--tabline:#003b2f;}
.sec-space{
	padding:5vh 0;
}
section{
    overflow: inherit !important;
}
.sticky-image{
    position: sticky;
    top: 10%;
    height: 70vh;
    margin-top: 10%;
}
.sticky-head{
  position: sticky;
  top: 6%;
  background: #fff;
  padding: 50px 0;
  margin-top: 3%;
}
.sticky-head2{
    position: sticky;
  top: 5%;
  background: #E3EAE9;
  padding: 42px 0;
}
.w-btn {
    background: #fff;
    color: #011210;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px;
}
h1{
  font-weight: bold;
  font-size: 55px;
}
.first-bg {
    background:url(../images/bitstamp-clone-script/left-p.webp), url(../images/bitstamp-clone-script/right-p.webp);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 20%;
}
.second-bg {
    background: url(../images/bitstamp-clone-script/services-img.webp), linear-gradient(270deg, #000000 20%, #003B2F 90%), #C4C4C4;
    background-position: right center, center;
    background-repeat: no-repeat;
    background-size: 50%, cover;
    min-height: 50vh;
    display: flex;
    align-items: center;
}
.lg-box {
    background: #DAE9E6;
    border: 1px solid #DAE9E6;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}
.g-t{
  color: #003B2F;
}
.scroll-div {
    max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    transition: 0.8s all;
}
.scroll-div .col-lg-6{
  padding-right: 0;
}
.dev-pro {
    background: url(../images/bitstamp-clone-script/dev-process.webp), #1C514B1F;
    background-repeat: no-repeat;
    background-position: left bottom, center;
    background-size: 50%, cover;
    background-attachment: fixed;
}
.border-div{
  padding: 24px;
    border: 1px solid #003B2F;
    border-radius: 20px;
}
.work {
    background: url(../images/bitstamp-clone-script/hand-mob.webp), url(../images/bitstamp-clone-script/gradient.webp), linear-gradient(270deg, #000000 0%, #003B2F 100%);
    border-radius: 40px;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: 90% bottom, right center, center;
  background-size: 22%, 70%, cover;
    min-height: 58vh;
    display: flex;
    align-items: center;
}
.aerow {
    background: url(../images/bitstamp-clone-script/arrow-up.svg);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}

@media(max-width: 768px){
    .sticky-image{
        position: inherit;
        height:auto ;}
    .sticky-head2{
        position: inherit;
    }
    .sticky-head{
        position: inherit;
    }
  .second-bg{
    background-image: none;
    background: linear-gradient(270deg, #000000 20%, #003B2F 90%), #C4C4C4;
  }
  .dev-pro{
    background-image: none;
  }
  .banner{
    background:url(../images/bitstamp-clone-script/banner-bg.webp);
  }
  .work{
    background-image: none;
    background: linear-gradient(270deg, #000000 0%, #003B2F 100%);
  }
}