@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background: #131E46;
    color: white;
}

.NFTexchangeheads {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 15px;
}

.NFTexchangeparas {
    font-size: 18px;
    line-height: 24px;
}

.NFTexchangebtn {
    background: linear-gradient(90deg, #325FF0 2.93%, #B779C8 58.54%, #EB9289 100%);
    box-shadow: none;
    border-radius: 20px;
    border: 0;
    font-size: 28px;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 15px 31px;
}

.NFTexchangebtn:hover {
    color: #FFFFFF;
}


.NFTexchangeban {
    padding: 70px 0;
}
.navbar-light .navbar-toggler {
    color: #e18d94 !important;
}
.NFTexchangeban .btn {
    box-shadow: none;
}

.NFTexchangeban .banctn,
.NFTexchangeban .banimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.NFTexchangeban h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 68px;
}

.NFTexchangeban p {
    font-size: 22px;
    line-height: 26px;
}

.NFTexchangeban .banimg::before {
    content: "";
    position: absolute;
    background: rgba(160, 116, 206, 0.39);
    filter: blur(50px);
    width: 300px;
    height: 300px;
    z-index: -1;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}



.NFTexchangeabout {
    padding: 50px 0;
}

.NFTexchangeabout .NFTexchangebtn {
    box-shadow: none;
}

.NFTexchangeabout .abtimg,
.NFTexchangeabout .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.NFTexchangehow {
    padding: 50px 0;
}

.NFTexchangehow .head {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.NFTexchangehow h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FE9C74;
}

.NFTexchangehow p {
    font-size: 18px;
    line-height: 26px;
}

.NFTexchangehow .box {
    margin: 15px 0;
}

.NFTexchangesoftware {
    padding: 50px 0;
}

.NFTexchangesoftware .img {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.NFTexchangedemo {
    background: linear-gradient(106.07deg, #3870FF 0%, #AA72D9 52.94%, #FE9C74 100.64%);
    padding: 50px 10px;
    text-align: center;
}

.NFTexchangedemo h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
}

.NFTexchangedemo .NFTexchangebtn {
    background: white;
    color: black;
    display: inline-block;
    text-decoration: none;
}

.NFTexchangefeatures {
    margin: 70px 0;
}

.NFTexchangefeatures .head {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.NFTexchangefeatures .nav {
    justify-content: center;
}

.NFTexchangefeatures .nav-tabs {
    border: 0;
}

.NFTexchangefeatures .nav-tabs .nav-link {
    border-radius: 20px;
    border: 0;
    padding: 2px;
    text-align: center;
    background: linear-gradient(91.73deg, #4670F9 0.65%, #B175CF 54.47%, #EC9288 100%);
    max-width: 100%;
    position: relative;
    margin: 15px;
    margin-bottom: 40px;
}

.NFTexchangefeatures .nav-tabs .nav-link.active span {
    color: white;
    background: linear-gradient(91.73deg, #4670F9 0.65%, #B175CF 54.47%, #EC9288 100%);
    border-radius: 20px;
}

.NFTexchangefeatures .nav-tabs .nav-link span {
    color: #FFFFFF;
    border-radius: 20px;
    padding: 15px 35px;
    background: #131E46;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    display: block;
}

.NFTexchangefeatures .features {
    background: linear-gradient(106.07deg, #3870FF 0%, #AA72D9 52.94%, #FE9C74 100.64%);
    border-radius: 40px;
    padding: 25px 20px;
}

.NFTexchangefeatures h5 {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0;
}

.NFTexchangefeatures .box {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.NFTexchangefeatures .box .boximage {
    margin-right: 10px;
}

.NFTexchangetop .NFTexchangeheads {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.NFTexchangetop .box {
    border-radius: 30px;
    margin: 15px 0;
    padding: 20px;
    background: #1C274F;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.NFTexchangetop .box:hover {
    background: linear-gradient(205.94deg, #F7987C 2.71%, #AB72D7 52.7%, #3D70FD 98.7%);
}

.NFTexchangetop h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.NFTexchangetop p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.NFTexchangebenefits {
    padding: 70px 0;
    background-color: #1A2653;
}

.NFTexchangebenefits .head {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.NFTexchangebenefits .nav-tabs {
    border: 0;
}

.NFTexchangebenefits .nav .nav-link {
    border-radius: 20px;
    border: 0;
    padding: 15px 10px;
    text-align: center;
    background: #25325E;
    width: 100%;
    position: relative;
    margin: 15px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: white !important;
}


.NFTexchangebenefits .nav-link.nav-link.active {
    background: linear-gradient(90deg, #4F70F5 2.58%, #E78F8E 102.81%);
}

.NFTexchangebenefits .boxctn h4 {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
}

.NFTexchangebenefits .tab-content {
    display: flex;
    align-items: center;
}

.NFTexchangebenefits .boxctn {
    padding: 30px;
}

.NFTexchangebenefits .NFTexchangebtn {
    box-shadow: none;
}

.NFTexchangeroadmap .NFTexchangeheads,
.NFTexchangeroadmap .NFTexchangeparas {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.NFTexchangeroadmap {
    padding: 70px 0;
}

.NFTexchangeroadmap .roadmaphead {
    text-align: center;
    margin-bottom: 50px;
}

.NFTexchangeroadmap .roadmapMain {
    position: relative;
    margin-top: 50px;
}

.NFTexchangeroadmap .roadmapMain ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.NFTexchangeroadmap .roadmapMain ul .box {
    padding: 15px 30px;
    position: relative;
    background: #1C274F;
    border-radius: 20px;
    color: white;
    text-align: left;
}
.NFTexchangeroadmap .roadmapMain ul li .wholectn:hover .box ,
.NFTexchangeroadmap .roadmapMain ul li .wholectn:hover .box::before{
    background: linear-gradient(91.73deg, #4670F9 0.65%, #B175CF 54.47%, #EC9288 100%);
}

.NFTexchangeroadmap .roadmapMain ul li .wholectn:hover .box::before{
    
    border: 3px solid #fff;
}
.NFTexchangeroadmap .roadmapMain ul li:nth-child(even) .box {
    text-align: right;
}

.NFTexchangeroadmap .roadmapMain ul li {
    width: 41%;
    position: relative;
    margin: -30px 0;
}

.NFTexchangeroadmap .roadmapMain ul li .wholectn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.NFTexchangeroadmap .roadmapMain ul li .numeric {
    font-weight: 500;
    font-size: 100px;
    line-height: 80px;
    color: #D8E9FF;
    margin-bottom: -3px;
}

.NFTexchangeroadmap .roadmapMain ul .box::before {
    content: "";
    font-size: 33px;
    text-align: center;
    background: #2B3868;
    padding: 13px;
    width: 80px;
    height: 80px;
    border: 3px solid #465281;
    border-radius: 50%;
    position: absolute;
    right: -138px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(odd) {
    text-align: left;
    margin-left: auto;
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(odd) .box::before {
    left: -138px;
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(1) .box::before {
    content: "01";
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(2) .box::before {
    content: "02";
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(3) .box::before {
    content: "03";
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(4) .box::before {
    content: "04";
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(5) .box::before {
    content: "05";
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(6) .box::before {
    content: "06";
}

.NFTexchangeroadmap .roadmapMain ul li span {
    font-size: 16px;
    line-height: 22px;
}

.NFTexchangeroadmap .roadmapMain ul li h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.NFTexchangeroadmap .roadmapMain ul li img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -101px;
    z-index: -1;
}

.NFTexchangeroadmap .roadmapMain ul li:nth-child(even) img {
    right: -102px;
    left: auto;
}

.NFTexchangetechnology {
    margin: 70px 0;
    padding: 70px 0;
    background-color: #1A2653;
    text-align: center;
}


.NFTexchangeFAQ .NFTexchangeheads {
    text-align: center;
    margin-bottom: 30px;
}

.NFTexchangeFAQ .wholebox {
    background: linear-gradient(91.73deg, #4A70F7 0.65%, #EC9288 100%);
    padding: 3px;
    border-radius: 15px;
    margin: 15px 0;
}

.NFTexchangeFAQ .boxctn {
    background: #131E46;
    border-radius: 15px;
    padding: 15px 25px;
}

.NFTexchangeFAQ .boxctn h5 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}

.NFTexchangeFAQ .boxctn p {
    margin-top: 15px;
}

.NFTexchangeFAQ .plus-minus-toggle {
    position: relative;
}

.NFTexchangeFAQ .plus-minus-toggle:before,
.NFTexchangeFAQ .plus-minus-toggle:after {
    background: #fff;
    content: '';
    height: 3px;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    transition: 200ms;
}

.NFTexchangeFAQ .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.NFTexchangeFAQ .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}

.NFTexchangereality {
    background: linear-gradient(90deg, #4A70F7 0%, #A974D1 53.65%, #E8908D 100%);
    margin: 70px 0;
}

.NFTexchangereality .col-md-4 {
    padding: 0;
}

.NFTexchangereality .leftbox {
    padding: 100px 0;
    text-align: right;
    height: 100%;
}

.NFTexchangereality .leftbox img {
    height: 100%;
}

.NFTexchangereality .centerbox {
    background: #10151A;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.NFTexchangereality .centerbox h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
}

.NFTexchangereality .centerbox p {
    line-height: 22px;
}

.NFTexchangereality .centerbox .form-control {
    background: transparent;
    color: #fff;
}


.NFTexchangereality .centerbox .form-control:focus { 
    color: #fff;
    border: 1px solid #ffff;
}

.form-control:focus {
    box-shadow: none;
}

.NFTexchangereality .form-group:nth-of-type(4) input[type="text"]::placeholder {
    text-align: right;
}

.NFTexchangereality .centerbox .btn {
    border: 0;
    box-shadow: none;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 25px;
    background: linear-gradient(90deg, #4C70F6 0%, #A974D1 47.92%, #E78F8D 97.4%);
    border-radius: 5px;
    width: 100%;
}

.NFTexchangereality .rightbox {
    padding: 100px 0;
    height: 100%;
}

.NFTexchangereality .rightboxctn {
    height: 100%;
    background: #4D70F5;
    border-radius: 0px 10px 10px 0px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.NFTexchangereality .rightbox h3 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
}
.d_d_none {
    display: none !important
}
@media (max-width:1200px) {

    .NFTexchangeban h1 {
        font-size: 55px;
    }

    .NFTexchangebtn {
        font-size: 19px;
    }

    .NFTexchangeban p {
        font-size: 20px;
    }

    .NFTexchangefeatures .nav-tabs .nav-link span,
    .NFTexchangebenefits .nav .nav-link {
        font-size: 22px;
    }

    .NFTexchangeFAQ .plus-minus-toggle:before,
    .NFTexchangeFAQ .plus-minus-toggle:after {
        right: -20px;
    }

    .NFTexchangereality .centerbox h3 {
        font-size: 32px;
    }

    .NFTexchangereality .centerbox p {
        font-size: 15px;
    }

    .NFTexchangereality .rightbox h3 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width:1199px) {
    .NFTexchangeroadmap .roadmapMain ul li {
        width: 366px;
    }
}

@media (max-width: 991px) {
    .NFTexchangeroadmap .roadmapMain ul li h5 {
        font-size: 22px;
    }

    .NFTexchangeroadmap .roadmapMain ul li {
        width: 100%;
        margin: 100px 0;
    }

    .NFTexchangeroadmap .roadmapMain ul li:nth-child(even) .box {
        text-align: left;
    }

    .NFTexchangeroadmap .roadmapMain ul li:nth-child(odd) .box::before {
        left: 0;
    }

    .NFTexchangeroadmap .roadmapMain ul .box::before {
        right: 0;
        left: 0;
        top: -92px;
        bottom: auto;
        margin: auto;
    }

    .NFTexchangeroadmap .roadmapMain ul li img {
        width: 0;
        display: none;
    }
}

    @media (max-width: 992px) {


        .NFTexchangeban h1 {
            font-size: 50px;
            line-height: 65px;
        }

        .NFTexchangeheads {
            font-weight: 700;
            font-size: 40px;
            line-height: 50px;
        }

        .NFTexchangeparas {
            font-size: 17px;
            line-height: 23px;
        }

        .NFTexchangehow .head,
        .NFTexchangefeatures .head,
        .NFTexchangetop .NFTexchangeheads,
        .NFTexchangebenefits .head {
            max-width: 100%;
        }

        .NFTexchangehow h5 {
            font-size: 22px;
        }

        .NFTexchangehow p {
            font-size: 16px;
            line-height: 23px;
        }

        .NFTexchangedemo h2 {
            font-size: 38px;
        }

        .NFTexchangefeatures .nav-tabs .nav-link span,
        .NFTexchangebenefits .nav .nav-link {
            font-size: 20px;
        }

        .NFTexchangetop p {
            font-size: 16px;
        }

        .NFTexchangebenefits .boxctn h4 {
            font-size: 32px;
            line-height: 35px;
        }

        .NFTexchangeFAQ .boxctn h5 {
            font-size: 21px;
        }
    }

    @media (max-width: 768px) {
        .NFTexchangetop h5 {
            font-size: 22px;
        }

        .NFTexchangefeatures .nav-tabs .nav-link span,
        .NFTexchangebenefits .nav .nav-link {
            font-size: 18px;
        }
    }

    @media (max-width: 767px) {
        section.NFTexchangeabout.change .row {
            flex-direction: column-reverse;
        }

        .NFTexchangehow .box {
            text-align: center;
        }

        section.NFTexchangesoftware.change .row {
            flex-direction: column-reverse;
        }

        .NFTexchangereality .leftbox {
            padding: 15px 0;
            text-align: center;
        }

        .NFTexchangereality .rightbox {
            padding: 15px 0;
        }

        .NFTexchangereality .leftbox img {
            height: 100%;
            border-radius: 25px 35px;
        }

        .NFTexchangereality .col-md-4 {
            padding: 0 15px;
        }
        .d_m_none {
            display: none !important
        }

        .d_d_none {
            display: block !important
        }
    }

    @media (max-width: 576px) {
        .NFTexchangeban h1 {
            font-size: 38px;
            line-height: 51px;
        }

        .NFTexchangeheads {
            font-size: 35px;
        }

        .NFTexchangeparas {
            font-size: 16px;
        }

        .NFTexchangeban p {
            font-size: 18px;
        }

        .NFTexchangebtn {
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 15px;
        }

        .NFTexchangedemo {
            padding: 50px 5px;
        }

        .NFTexchangedemo h2 {
            font-size: 32px;
            line-height: 45px;
        }

        .NFTexchangefeatures .nav-tabs .nav-link span,
        .NFTexchangebenefits .nav .nav-link {
            font-size: 17px;
        }

        .NFTexchangefeatures .box {
            align-items: self-start;
        }

        .NFTexchangefeatures h5 {
            font-size: 17px;
            line-height: 40px;
        }

        .NFTexchangefeatures .box .boximage {
            margin: 5px 0 0 0;
            margin-right: 10px;
            width: 28px;
        }

        .NFTexchangetop p {
            font-size: 15px;
        }

        .NFTexchangebenefits .boxctn h4 {
            font-size: 28px;
        }

        .NFTexchangeroadmap .NFTexchangeheads,
        .NFTexchangeroadmap .NFTexchangeparas {
            max-width: 100%;
        }

        .NFTexchangeFAQ .boxctn h5 {
            font-size: 19px;
        }

        .NFTexchangeFAQ .plus-minus-toggle:before,
        .NFTexchangeFAQ .plus-minus-toggle:after {
            width: 15px;
        }

        .NFTexchangereality .rightbox h3 {
            font-size: 30px;
            line-height: 41px;
        }

        .NFTexchangereality .centerbox h3 {
            font-size: 30px;
            line-height: 41px;
        }
        .NFTexchangeroadmap .roadmapMain ul .box::before {
            font-size: 28px;
            padding: 15px;
        }
        .NFTexchangebenefits .nav .nav-link {
            margin-bottom: 8px;
        }
    }



    .NFTexchangebenefits .imgbox {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 115px;
        height: 178px;
        background-image: url("../images/nft-marketplace-development/benefitbg.webp");
        background-repeat: no-repeat;
    }
    .alwinNavbar {
        background: #131E46;
      }
      .animated-button1 {
        background: linear-gradient(90deg, #325FF0 2.93%, #B779C8 58.54%, #EB9289 100%);
        font-size: 16px;
    border-radius: 10px;
      }
      .animated-button1::before {
        border-radius: 10px;
      }
      .animated-button1 img {
        display: none;
    }
    .animated-button1 span{
        background: linear-gradient(90deg, #325FF0 2.93%, #B779C8 58.54%, #EB9289 100%) !important;
    }
     .top_msg a {
        color: #fff !important;
    }
    .top_msg {
        background: #c99ffa;
    }
    .top_msg button::before {
        background: linear-gradient(90deg, #325FF0 2.93%, #B779C8 58.54%, #EB9289 100%);
    }
    a.logoImg.navbar-brand.mb-0 img {
        filter: brightness(0) invert(1);
    }
    .social_side ul li {
        background-color: #c99ffa;
    }    
    .mega-menu {
        background-color: #172452;
    }
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        background-color: #172452;
    }
    .mega-menu__articles {
        background-color: #162762;
    }
    @media (min-width: 992px){
.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:before {
    background-color: #c99ffa;
}} 

.mega-menu__article figure picture {
    color:#fff;
}
.mega-menu__article figure figcaption{
    color: #fff;
}
.landingBlog {
    background: #131e46;
}
.btnType2 {
    border: 1px solid #fff !important;
}

.bdService {
    background: #131e46;
}
section.bdService.nft-bdservice.pb-0.faq_new_section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}
.nft-accordion .card-header button {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
}
.nft-accordion .card-body{
    color: white;
    font-size: 18px;
}
.nft-accordion .card-header button.collapsed ,.nft-accordion .card-header button{
    filter: brightness(0) invert(1); 
}


.collapse.show {
    display: block;
    color: #fff !important;
    z-index: 1;
}
.nft-accordion .card {
    border: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(90deg, #325FF0 2.93%, #B779C8 58.54%, #EB9289 100%);
    margin: 15px 0;
}

.nft-accordion  .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: #131E46;
    padding: 6px;
    margin: 2px;
}
.nft-accordion .card-header {
    border: 0;
    background: none;
    padding: 0;
}
.nft-accordion .card-body {
    color: white;
    font-size: 18px;
}
.nft-accordion .card:last-child{
    border: 0;
}
.bottomContactForm {
    background: linear-gradient(90deg, #4A70F7 0%, #A974D1 53.65%, #E8908D 100%);
}
.footerform_middle .btn.btnType3{
    border: none !important;
    background: linear-gradient(90deg, #4C70F6 0%, #A974D1 47.92%, #E78F8D 97.4%) !important;
    color: #fff !important;
}
.bcfBox {
    background-color: #000;
}
.footerform_right {
    background: #4D70F5;
}
.footerform_right h4 span {
    color: #fff;
}
.footerform_middle .form-control:hover {
    border: 1px solid #fff !important;
}
@media (min-width: 992px){
.mega-menu-toggle:before {
    border-bottom: 1.5px solid #c99ffa;
}}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #203273;
    }
}


.techbox {  
    background: #1C274F;
    border-radius: 20px;
    color: #fff;
    padding:50px 30px;
    transition: 0.2s all;
    text-align: center;
    margin: 40px 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.techbox:hover {
    background: linear-gradient(205.94deg, #F7987C 2.71%, #AB72D7 52.7%, #3D70FD 98.7%);
}

.techbox h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
}

.techbox .imground {
    position: absolute;
    margin: 0 auto;     
    background: #101519;
    border: 3px solid #e38d96;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: -40px;
}

.techbox:hover .imground {
    background: linear-gradient( #101519, #101519) padding-box, linear-gradient(5deg, #26e0a2, #8787e6) border-box;
  }
.techsprite {
    background-image: url("../images/nft-marketplace-development/techsheet.webp");
    background-repeat: no-repeat;
    display: block;
}

.sprite-scatech1 {
    min-width: 35px;
    height: 35px;
    background-position: -5px -5px;
}

.sprite-scatech10 {
    min-width: 35px;
    height: 35px;
    background-position: -50px -5px;
}

.sprite-scatech2 {
    min-width: 35px;
    height: 35px;
    background-position: -95px -5px;
}

.sprite-scatech3 {
    min-width: 35px;
    height: 18px;
    background-position: -5px -50px;
}

.sprite-scatech4 {
    min-width: 35px;
    height: 35px;
    background-position: -50px -50px;
}

.sprite-scatech5 {
    min-width: 35px;
    height: 35px;
    background-position: -95px -50px;
}

.sprite-scatech6 {
    min-width: 35px;
    height: 35px;
    background-position: -5px -95px;
}

.sprite-scatech7 {
    min-width: 35px;
    height: 35px;
    background-position: -50px -95px;
}

.sprite-scatech8 {
    min-width: 35px;
    height: 35px;
    background-position: -95px -95px;
}

.sprite-scatech9 {
    min-width: 35px;
    height: 35px;
    background-position: -140px -5px;
}
