        .imageHeader {
            margin-bottom: 20px;
        }

        .imageHeader h1 {
            width: 368px;
            height: 51px;
            margin: auto;
            margin-top: 40px;
            text-align: center;
            font-size: 36px;
            font-weight: 900;
            margin-bottom: 15px;
        }

        .imageHeader p {
            text-align: center;
            font-size: 16px;

        }

        .center-container {
            width: 650px;
            height: 319px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            text-align: center;
        }

        .fileSelection {
            border: 1px solid lightgrey;
            border-radius: 4px;
            height: 270px;
            width: 650px;
            margin: auto;
            padding: 20px 0px;
        }

        .selectFile_wrapper p {
            color: #a7a7a7;
            font-size: 16px;
            text-align: center;
            margin: 0px;
            margin-top: 10px;

        }

        .selectFile_bg {
            /* width: 32%; */
            width: 265px;
            height: 64px;
            margin: auto;
            border-radius: 6px;
            border: solid 1px #9b9b9b;
            background: linear-gradient(to right, #3268e9, #7764f0);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .selectFile_bg p {
            color: white;
            font-size: 18px;
            border-right: 1px solid white;
            width: 75%;
            text-align: center;
            margin: 0;
            padding: 20px 0;
        }


        .selectFile_bg input[type=file] {
            opacity: 0;
            position: absolute;
            top: 0px;
            left: 0px;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 99;
        }

        .selectFile_bg input::file-selector-button {
            cursor: pointer;
        }

        .imgTerms {
            text-align: center;
            color: #a7a7a7;
            font-size: 12px;
            margin-top: 50px;
        }

        .secondImg {
            margin: 0 auto;
            max-width: 24px;
        }

        body {
            background-color: #fafafa;
        }

        #image-container {
            position: relative;
            overflow: hidden;
            flex: 1;
            white-space: nowrap;
        }

        .img-comparison-slider {
            position: relative;
            cursor: col-resize;
            --js-exposure: 50%;
            display: flex;
        }

        .img-comparison-slider img {
            -webkit-user-drag: none;
            width: 100%;
        }

        .img-comparison-slider__first {
            height: 100%;
            position: absolute;
            width: 100%;

        }

        .img-comparison-slider__first img {
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }

        .img-comparison-slider__second {
            width: 100%;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjkzNyA3LjkzOCIgaGVpZ2h0PSIzMCIgd2lkdGg9IjMwIj48cGF0aCBwYWludC1vcmRlcj0ic3Ryb2tlIGZpbGwgbWFya2VycyIgZD0iTS4wMTQuMDE0SDMuOTdWMy45N0guMDE0ek0zLjk3IDMuOTY4aDMuOTU0djMuOTU1SDMuOTd6IiBmaWxsPSIjZWVlZmYwIi8+PC9zdmc+");
            background-color: #fff;
            -webkit-clip-path: inset(0 0 0 var(--js-exposure));
            clip-path: inset(0 0 0 var(--js-exposure));
        }

        .img-comparison-slider__second img {
            max-width: 100%;
            max-height: 100%;

            display: block;
        }

        .img-comparison-slider__controls {
            position: absolute;
            top: 0;
            bottom: 0;
            left: var(--js-exposure);
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            stroke: #fff;
            pointer-events: none;
            -ms-touch-action: none;
            touch-action: none;
        }

        .img-comparison-slider__controls:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background-color: #fff;
            -webkit-box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px #000;
        }


        .img-comparison-slider__first:before {
            content: attr(data-first);
            display: block;
            position: absolute;
            left: 13px;
            top: 93%;
            z-index: 0;
            font-size: 16px;
            background: black;
            color: #fff;
            border-radius: 17px;
            padding: 4px 12px;
            opacity: 0.7;
        }

        .img-comparison-slider__second:after {
            content: attr(data-second);
            display: block;
            position: absolute;
            right: 16px;
            top: 93%;
            z-index: 1;
            font-size: 16px;
            background: black;
            color: #fff;
            border-radius: 17px;
            padding: 4px 12px;
            opacity: 0.62;
        }

        #scroll-line {

            position: absolute;
            top: 0;
            bottom: 0;
            width: 4px;
            background-color: white;
            cursor: col-resize;
            transform: translate3d(-50%, 0, 0);
        }

        #image-container::-webkit-scrollbar {
            width: 12px;
        }

        .mainContainer {
            padding: 30px 50px;
            background-color: white;
            width: 680px;
            max-height: 100%;
        }

        .close {
            float: right;
            margin-top: -10px;
            margin-right: -34px;
            width: 17px;
            cursor: pointer;
        }

        .button {

            border: none;
            padding: 8px 76px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 18px;
            transition-duration: 0.4s;
            cursor: pointer;
        }

        .button1 {
            background-color: #ebebeb;
            color: #a7a7a7;
            border: 1px solid lightgrey;
            border-radius: 4px;
        }

        .button2 {

            color: white;
            padding: 8px 76px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 18px;
            margin-left: 0px;
            transition-duration: 0.4s;
            cursor: pointer;
            background-color: #ebebeb;
            color: #a7a7a7;
            border: 1px solid lightgrey;
            border-radius: 4px;
        }

        .button3 {

            color: white;
            padding: 9px 35px;
            float: right;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 18px;
            transition-duration: 0.4s;
            cursor: pointer;
            background: linear-gradient(to right, #3268e9, #7764f0);
            border: 1px solid lightgrey;
            border-radius: 4px;
        }

        .buttons {
            margin-top: 20px;
        }

        .number {

            color: #a7a7a7;
        }


        .processingcontainer {
            display: none;
            /* margin-top: 50px; */
        }

        .downloadPage {
            display: none;
            margin-top: 50px;
        }

        .imageDownload {
            text-align: center;
        }

        .downloadContainer {
            padding: 1px 27px 1px;
            background-color: white;
            width: 680px;
        }

        .image {
            z-index: 1;
            width: 680px;
        }

        .downloadBtn {
            color: white;
            padding: 8px 21px 7px;
            max-height: 50px;
            text-decoration: none;
            font-size: 17px;
            margin: auto !important;
            transition-duration: 0.4s;
            cursor: pointer;
            background: linear-gradient(to right, #3268e9, #7764f0);
            border: 1px solid lightgrey;
            border-radius: 4px;
        }

        .imageScaler {
            font-family: Inter;
            margin: auto;
            display: flex;
            justify-content: center;
        }

        .downloadSuccess {
            margin: auto;
            width: 23%;
            margin-top: 20px;
            margin-bottom: 20px;
            ;
        }

        .scalingImage {
            margin-bottom: 30px;
            margin-top: 40px;
        }

        .downloadEnhancedImage img {
            width: 680px;
        }

        .loading-animation {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 0;
        }



        .loading-animation img {
            width: 680px;
            opacity: 0.5;
            position: relative;
        }

        .loading-animation:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 1;
            opacity: 0.5;
        }

        .spinner {
            border: 5px solid rgba(255, 255, 255, 0.3);
            border-top: 5px solid #3268e9;
            border-radius: 50%;
            position: relative;
            width: 50px;
            height: 50px;
            top: 47%;
            position: absolute;
            z-index: 999;


            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .upscale p {
            font-size: 18px;
            font-weight: 600;
        }

        @media (min-width: 425px) and (max-width:767px) {
            .imageScaler {
                font-family: Inter;
                width: 100%;
                float: left;
            }

            .center-container {
                width: 360px !important;
                height: 319px;
                /* display: flex; */
                justify-content: center;
                align-items: center;
                margin: 0 auto;
                text-align: center;
            }

            .fileSelection {
                border: 1px solid lightgrey;
                border-radius: 4px;
                height: 270px;
                /* width: 374px; */
                margin: auto;
                padding: 20px 0px;
            }
        }