body {
    font-family: "Poppins", sans-serif;
            text-align: center;
        }
        .clearfix::after {
        content: "";
        clear: both;
        display: table;
        }
        .heading-main{
            font-size: 45px;
            font-weight: 700;
        }
        #main-section{
            width: 50%;
            text-align: center;
            margin-top: 30px;
            padding: 20px;
            border: 1px solid #ccc;
            display: inline-block;
            background-color: #f9f9f9;
            border-radius: 10px;
            float:left; 
        }
        #top-section {
            padding: 5rem 20px;
            border-radius: 30px;
            box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
            position: relative;
        }
        #top-section1 {
            padding: 0.3rem 20px;
            border-radius: 30px;
            box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
        }
        #top-section2 {
            padding: 0.3rem 20px;
            border-radius: 30px;
            box-shadow: 0px 0px 25px rgb(0 0 0 / 13%);
        }
        #top-section input[type="file"] {
            margin-bottom: 10px;
        }
        #top-section button {
            padding: 15px 30px;
            border: none;
            background-color: #0d6efd;
            color: white;
            border-radius: 50px;
            cursor: pointer;
        }
        #top-section button:hover {
            background-color: #555;
        }
        #upload-section input[type="file"] {
            margin-bottom: 10px;
        }
        #upload-section button {
            padding: 15px 30px;
            border: none;
            background-color: #0d6efd;
            color: white;
            border-radius: 50px;
            cursor: pointer;font-size: 15px;
            margin-top: 20px;
        }
        #upload-section button:hover {
            background-color: #555;
        }
        #bottom-section {
            margin-top: 20px;
            text-align:left;
        }
        #bottom-section #removeBG {
            padding: 0px 0px;
            border: none;
            transition: all 0.2s;
            cursor: pointer;
             /* display: flex;  */
            color: #6d7175;
            font-weight: 600;
            border: 0px solid #ccc; 
            border-radius: 50px;
            background: #fff;
            font-size: 13px;    margin: 5px;    width: 100%;
            text-align: left;
        }
        /* #bottom-section #removeBG:hover .icon-btn{ transform: scale(1.1);}
        #bottom-section #removeBG:hover{color:#1d436a ;}  */
        #bottom-section #FillBGColor{
            padding: 0px 0px;
            border: none;
            transition: all 0.2s;
            cursor: pointer;
            /* display: flex; */
            color: #6d7175;
            font-weight: 600;
            border: 0px solid #ccc; 
            border-radius: 50px;
            background: #fff;    margin: 5px;
            font-size: 13px;    width: 100%;
            text-align: left;
        }
        /* #bottom-section #FillBGColor:hover .icon-btn{ transform: scale(1.1);}
        #bottom-section #FillBGColor:hover{color:#1d436a ;} */
        #bottom-section #upscaleImage{
            padding: 0px 0px;
            border: none;
            transition: all 0.2s;    margin: 5px;
            cursor: pointer;
            /* display: flex; */
            color: #6d7175;
            font-weight: 600;
            border: 0px solid #ccc; 
            border-radius: 50px;
            background: #fff;
            font-size: 13px;    width: 100%;
            text-align: left;
        }
        /* #bottom-section #upscaleImage:hover .icon-btn{ transform: scale(1.1);}
        #bottom-section #upscaleImage:hover{color:#1d436a ;} */
        #bottom-section #taggingImage{
            padding: 0px 0px;
            border: none;
            transition: all 0.2s;    margin: 5px;
            cursor: pointer;
            /* display: flex; */
            color: #6d7175;
            font-weight: 600;
            border: 0px solid #ccc; 
            border-radius: 50px;
            background: #fff;
            font-size: 13px;    width: 100%;
            text-align: left;
        }
        /* #bottom-section #upscaleImage:hover .icon-btn{ transform: scale(1.1);}
        #bottom-section #upscaleImage:hover{color:#1d436a ;} */
        #bottom-section #downloadImage {
            padding: 0px 0px;
            border: none;
            transition: all 0.2s;
            cursor: pointer;
            /* display: flex; */
            color: #6d7175;
            font-weight: 600;
            border: 0px solid #ccc; 
            border-radius: 50px;
            background: #fff;    width: 100%;
            text-align: left;
            font-size: 13px;    margin: 5px;
        }
        /* #bottom-section #taggingImage:hover .icon-btn{ transform: scale(1.1);}
        #bottom-section #taggingImage:hover{color:#1d436a ;} */
       
        #uploadedImage {
            margin-top: 20px;
            max-width: 100%;
            display: none;
            /* border: 1px solid #ededed;
            padding: 10px; */
            border-radius: 10px;
        }
       
        .icon-btn {
            transition: all 0.2s;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 18px;
            display: inline-block;
            border: 1px solid #ccc;
            text-align: center;
            padding: 8px;
            color: #6d7175;
            margin-right: 5px;
        }
        .color-palette {
            /* display: flex; */
            margin-top: 20px;float: left;
        }
        .color-box {
            width: 45px;
            height: 45px;
            margin: 5px 5px;
            border: 2px solid #ccc;
            cursor: pointer;
            border-radius: 5px;
            padding: 0px;
            float: left;
        }
        .image-palette {
            /* display: flex; */
            margin-top: 20px;float: left;
        }
        .image-box {
            width: 45px;
            height: 45px;
            margin: 5px 5px;
            border: 2px solid #ccc;
            cursor: pointer;
            border-radius: 5px;
            padding: 0px;
            float: left;
        }
        .blue-bbt{
            padding: 15px 30px!important;
            border: none!important;
            background-color: #0d6efd!important;
            color: white!important;
            border-radius: 50px!important;
            cursor: pointer!important;
            font-size: 15px!important;
        }
        .blue-bbt-1 {
            padding: 5px 30px !important;
            border: none !important;
            background-color: #0d6efd !important;
            color: white !important;
            border-radius: 50px !important;
            cursor: pointer !important;
            font-size: 15px !important;
            margin: 20px 0 10px 0;
            width: 50%;
        }
        .blue-bbt-2 {
            padding: 5px 30px !important;
            border: none !important;
            background-color: #e9e9e9 !important;
            color: #545454 !important;
            border-radius: 50px !important;
            cursor: pointer !important;
            font-size: 15px !important;
            margin: 20px 2px 10px 2px;
            width: 48%;
        }
        .close-new{position: absolute;
            color: #000;
            right: 10px;
            border: 0px;
            background: #fff;
           }
        #selected-color {
            margin-top: 20px;
            padding: 5px;
            font-size: 12px;
            display: inline-block;
            border-radius: 5px;
            background-color: #f0f0f0;
        }
        #color-plate-sh {
            display: none;
            text-align: left;
            margin-top: 20px;
            width: 70%;
            box-shadow: 0 0 10px 5px #f6f6f6;
            background: #fff;
            padding: 15px;
            border-radius: 10px;position: absolute;
            top: 100%;;z-index: 9;
        }
        #upscale-factor-section{ 
            margin-top:20px;
            display:none;
        }
        .inn-heading {
            font-weight: 700;
            margin-bottom: 20px;
        }
        .bg-bottom{
            background: #0d6efd;
            padding: 50px 0;
        }
        .ii {
            background-image: url(./images/deco-brush.svg);
            background-size: cover;
            padding: 5px;
        }
.bg {
    position: absolute;
    right: 0;
}
.bg1 {
    position: absolute;
    left: 0;bottom: 0;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
.btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
.footer {
    background-color: #212529;
    color: #fff;
    padding: 1rem;
    text-align: center;
  }
  .myform .form-control {
    background-color: inherit;
    color: #fff;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}
.close{
    position: absolute;
    right: 0;
    top: 0;
}
.logo-section{padding: 50px 0;}
.blue-btn-w, .blue-btn-w:hover, .blue-btn-w:focus {
    background: #ffffff;
    border: 0px;
    width: 100%;
    color: #0d6efd;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
  .blue-btn,.blue-btn:hover,.blue-btn:focus{
    background: #0d6efd;
    border: 0px;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}
.btn-bb,.btn-bb:hover,.btn-bb:focus{
    background: #0d6efd;
    border: 0px;
    color: #fff;
    /* margin-bottom: 10px; */
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 400;
}

.loader{
    padding-top: 200px;
    padding-bottom: 220px;
}

.alert{
    color:red;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f0f0f0;
    border-color: #ffffff #ffffff #fff;
    border-radius: 50px;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav {
    justify-content: center;
}
.nav-tabs .nav-link {
    border-radius: 50px;
    margin-bottom: 20px;
}
.nav-link:focus, .nav-link:hover {
    color: #495057;
}

.images-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.images-grid img {
    max-width: 150px;
    max-height: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    object-fit: cover;
}