@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
    --primary-color: #784cfb;
    --btn-hover-color: #3b87e4;
}

body {
    font-family: "Nunito", sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: rgb(69, 69, 69);
}
p,span,label,input,div,a{
    color:rgb(84 97 108 / 1)!important;
}
header {
    position: sticky;
    top: 0;
    z-index: 10;
    ;
    width: 100%;
    height: 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

header>nav {
    max-width: 1280px;
    height: 100%;
    margin: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100000;
}

header li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}

header li a {
    text-decoration: none;
    color: rgb(69, 69, 69);
    font-weight: 500;
    transition: .1s ease-in-out;
}

header li a:hover {
    color: #000!important;
}

.btn {
    cursor: pointer;
    background-color: var(--primary-color);
    border-radius: 50px;
    border: none;
    outline: none;
    font-family: inherit;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    transition: .1s ease-in-out;
}

.btn:hover {
    /* background-color: var(--btn-hover-color); */
    box-shadow: rgba(161, 131, 246, 0.2) 0px 8px 24px;
}

.header-humburger {
    display: none;
}

.small-btn {
    padding: 8px 20px;
    font-size: .9rem;
}

.btn-large {
    width: 100%;
    padding: 8px 20px;
    border-radius: 5px !important;
}

.very-large-text {
    font-size: 3rem !important;
    ;
}

.heading {

    font-size: 2rem;
    color: rgb(69, 69, 69);
}

.sub-heading {
    color: rgb(69, 69, 69);
    font-size: 1rem;

    font-weight: 500;
}

.small-heading {
    color: rgb(69, 69, 69);
    font-size: .9rem;

    font-weight: 500;
}

.very-small-text {
    color: rgb(69, 69, 69);
    font-size: .6rem;

    font-weight: 400;
}

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

.wrapper {
    padding: 20px 0;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.home-page-remover-types-list {
    width: 100%;
    overflow-x: auto;
    margin-top: 1.4rem;
    text-align: center;
    font-weight: 500;
    padding: 0;
    display: flex;
    justify-content: center;

}

.home-page-remover-types-list::-webkit-scrollbar {
    display: none;
}

.home-svg-1 {
    z-index: -1;
    position: absolute;
    right: 10px;
}

.home-svg-2 {
    position: absolute;
    left: 10px;
    z-index: -1;
    top: 60%;

}

.home-page-remover-types-list>li {
    list-style: none;
    display: inline-block;
    font-size: .9rem;
    padding: 10px 20px;
    border-radius: 30px;
    transition: .1s ease-in-out;
    cursor: pointer;
    color: rgb(69, 69, 69);
    ;
}

.home-page-top button {
    margin-top: 0;
}

.home-page-top {
    padding: 0 80px !important;
}

.home-page-top .web-info-text {
    padding: 0;
}

.home-page-top .web-info-img {
    padding: 0;
}

.li-active {
    background-color: #efefef;
}

.images-demo-outer {
    margin: auto;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    border-radius: 20px;

    width: 80%;
    height: auto;
    overflow: hidden;
}

.images-demo {
    position: absolute;
    /* top: 50%;
left: ; */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;

}

#before-img {
    clip-path: inset(0 50% 0 0);
    /* initially hidden */
    transition: clip-path 0.2s ease;

}

.slider-container {
    /* margin-top: 20px; */
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    ;
}

#slider {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 50px);
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    background-color: transparent;
}
.eraserSizer{
    display: none;
}
.magicRemover,.cropFrame{
    display: none;
}
#eraserSize,#magicRemover {
  -webkit-appearance: none;
  width: 100%;;
  height: 4px;
  border-radius: 6px;
  background: #efefef;
  outline: none;
  cursor: pointer;
}


#eraserSize::-moz-range-thumb,#magicRemover::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  
  border-radius: 50px;
  cursor: pointer;border: none;outline: none;
}
#eraserSize::-moz-range-progress,#magicRemover::-moz-range-progress {
  background: var(--primary-color);
  height: 4px;
  border-radius: 6px;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    box-shadow: 0 0 56px #45454533;
    height: 3rem !important;
    width: 3rem !important;
    border-radius: 9999px;
    background: rgba(45, 45, 45, .75);
    cursor: grab;
    -webkit-transition: ease-in-out !important;
    transition: ease-in-out !important;
    transition-duration: .1s;
    border: 2px solid #fff;
    background-image: url('../images/scroll.svg');
    background-repeat: no-repeat;
    background-position: center center
}

#slider::-moz-range-thumb {
    -webkit-appearance: none;
    box-shadow: 0 0 56px #45454533;
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    background: rgba(45, 45, 45, .75);
    cursor: grab;
    -moz-transition: ease-in-out;
    transition: ease-in-out;
    transition-duration: .1s;
    border: 2px solid #fff;
    background-image: url('../images/scroll.svg');
    background-repeat: no-repeat;
    background-position: center center
}

#slider::-ms-thumb {
    -webkit-appearance: none;
    box-shadow: 0 0 56px #45454533;
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    background: rgba(45, 45, 45, .75);
    cursor: grab;
    -ms-transition: ease-in-out;
    transition: ease-in-out;
    transition-duration: .1s;
    border: 2px solid #fff;
    background-image: url('../images/scroll.svg');
    background-repeat: no-repeat;
    background-position: center center
}

#after-img {
    border: 2px solid #ebebeb;
}


.upload-img-div {
    max-width: 28rem;
    margin: auto;
    margin-top: 3rem;
     /* display: none;  */

}

.heading-line-height {
    line-height: 2.5rem;
}

.upload-btn>input {
    display: none;
}

.upload-btn {
    margin-top: 20px;
    padding: 15px 60px;
}

#upload-drag-image-div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.drop-image-text {
    margin-top: 20px;
}

.sample-images-div {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sample-images-div img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: .1s ease-in-out;
}

.sample-images-div img:hover {
    transform: scale(1.1);
}

.privacy-text {
    margin-top: 10px;
    text-align: center;
}

.remove-bg-div {
  display: none;
    height: calc(100vh - 70px);
}
.remove-bg-div > div{
    height: calc(100vh - 70px);
}
.remove-bg-inner-div {
    height: auto;
    max-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.expanded_tools{
margin-left: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 20px;
  min-width: 350px;
  max-width: 400px;
  height: auto;
  max-height: 500px;
  overflow-y: auto;
  display: none;
}
.img-container {
    
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")

}
.image-processing-overlay{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #000c;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-container>img {
    object-fit: contain;
    border: 1px solid #ccc;
    border-radius: 10px;
    /* max-width: 600px; */
    max-height: 600px;
}
.bottom-tools{
padding: 10px;
border-radius: 50px;
background-color: #ffffff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
position: fixed;
top: 80px;
left:50%;
transform: translate(-50%);
display: none;
align-items: center;
justify-content: center;
}
.download-image-btn{
    margin: 0;
}
.bottom-tools > div{
padding: 8px 20px;font-size: .9rem;
border-radius: 50px;
cursor: pointer;
/* margin-right: 10px; */
transition: .1s ease-in-out;

}
.bottom-tools > div:hover{
    background-color: #efefef;
 }

.change-background,.cutout {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.background-bgs {

  display: none;
  flex-wrap: wrap;

}

.bg-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
   
}

.bg-option:hover {
    background-color: #f0f0f0;
}

.bg-option i {
    color: #888;
}

.bg-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    
}

.swatch {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    transition: transform 0.2s ease, border 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swatch:hover {
    transform: scale(1.1);
    border-color: #d5d5d5;
}
.swatch input{cursor: pointer;
        width: 40px!important;
    height: 40px!important;
    padding: 0;
    border: none;
    background: #fff;
    
}

/****************************/
.info-text {
    font-size: .8rem;
    color: rgb(69, 69, 69);
    margin-top: 4px;
}

.body-wrapper {
    /* height: calc(100vh - 70px); */
}

.color-white {
    color: #fff !important;
}

.bg-image {
    background: url('../images/bg.svg') repeat center center fixed
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-content-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}
.flex-row-reverse{
    flex-direction: row-reverse;
}
.box-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

form input,
form button {
    font-family: inherit;
}

form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    font-family: inherit;
    transition: .1s ease-in-out;
}

form input:focus {
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(15, 112, 230, 0.25)
}

.full-height {
    height: 100%;
}

.login-div {

    width: 90%;
    max-width: 400px;

    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
    margin-top: 40px;
}

.login-page-logo {
    width: 70px;
    height: 70px;

}

.login-form,
.signup-form {
    margin-top: 10px;

}

form label {
    margin-bottom: 5px;
    font-size: .8rem !important;
    font-weight: 600 !important;
    color: #444;
}

.login-btn,
.signup-btn {
    margin-top: 10px;
}

/*********************************/
.web-info img {
    width: 100%;
    ;
}

.web-info>div {
    flex: 1;
    padding: 80px;
}

.web-info p {
    text-align: justify;
    margin-top: 10px;
}

/*****************************/
.testimonials {
    margin-top: 20px;

    background-color: var(--primary-color);
    width: 100%;
    position: relative;

}

.testimonial-header {
    padding: 20px 10px;
}

.shape {
    position: absolute;
    filter: brightness(0) invert(1);
    opacity: 0.15;
    height: 25px;
}

.a {
    top: 28%;
    left: 20%;
}

.b {
    top: 8%;
    right: 35%;
}

.c {
    bottom: 10%;
    right: 4%;
}

.d {
    bottom: 13%;
    left: 5%;
}

.e {
    top: 35%;
    right: 20%;
}

.f {
    top: 10%;
    right: 8%;
}

.g {
    top: 38%;
    left: 6%;
}

.i {
    left: 40%;
    top: 20%;
}

.testimonial-users {

    overflow-x: auto;
    padding: 0 20px;
    ;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 20px;
}

.testimonial-users::-webkit-scrollbar {
    display: none;
}

.testimonial_details {
    justify-content: center;
}

.users_testimonials {
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #ccc;
    background-color: #fff;
    ;
    max-width: 380px !important;
    ;

}

.testimonials .brand-name {
    width: 50px;
}

.testimonial-text {
    color: #444;
    margin-top: 15px;
    font-size: 14px;
}

.testimonial_user {
    margin-top: 1.4rem;
}

.testimonial_user .user-pic {
    /* padding: 3px; */
    border-radius: 50px;
    height: 80px;
    object-fit: cover;
    width: 80px;
    /* border:2px solid #ccc; */
}

.testimonial_user .user-name {
    font-weight: 700;
    margin-top: 10px;
    color: rgb(84, 97, 108);
}

.testimonial_user .user-designation {
    font-size: .9rem;
    color: rgb(120, 120, 120);
    margin-top: 5px;
}

/*****************************/

.off-section {
    background-color: #f8f9f9;
}
.off-section h1 , .off-section p{
    padding: 0 20px;
}
.offers {


    width: 900px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns */
    grid-template-rows: repeat(3, 1fr);
    /* 3 rows */
    gap: 20px;
    /* spacing between grid items */


}

.offers>.offer {

    padding: 2rem;

    max-width: 300px !important;
    border-radius: 1rem;
    border: 2px solid #cccccc68;
    background-color: #fff;
    align-items: center;
    border-width: 3px !important;
    justify-content: center;
    cursor: pointer;
}

.offer h4 {
    font-size: 1.25rem;
    font-weight: 600 !important;
}

.offers>.offer:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: scale(1.02);
    transition: .1s ease-in-out;
    border: 2px solid var(--primary-color);
}

.offers>.offer i {
    margin-bottom: 10px;
    ;
    font-size: 24px;
    color: rgb(69, 69, 69);
}
/***********************************/
.footer {
  background-color: #1e1e2f;
  color: #f1f1f1!important;

  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-about,
.footer-links,
.footer-contact,
.footer-social {
  flex: 1 1 200px;
}

.footer h3 {
  margin-bottom: 15px;
  color: #ffffff!important;
}

.footer p,
.footer a {
  color: #ccc!important;
  font-size: 14px;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff!important;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
  transition: color 0.3s;
}

.footer-social-icons a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;

  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}
