*{
    margin:0;
    padding:0;
}
body{
    transition: 0.2s all ease-in;
}
.fontSize{
    font-size:50px;
    font-weight: 600;
}

/* #banner-1{
    background-image: url('../imgs/img-4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:628px;
} */
.banner-image{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#drop-drag-image{
    width: 800px;
    height:345px;
    
    border-radius: 8px;
    padding: 40px 48px;
    background-color: hsla(0,0%,100%,.8);
    position: absolute;
    top:calc(100% - 450px);
    left:187px;
    border: 1px dashed transparent;
    border-radius: 16px;
    box-shadow: 0px 0px 0px 1px rgba(64,87,109,.04), 0px 6px 20px -4px rgba(64,87,109,.3);
    padding: 8px;
    backdrop-filter: blur(8px);
    transition: background-color .2s;
}

#drop-drag-image:hover{
    background-color: hsla(0,0%,100%,.9);
}

#child-drop-section{
    width: 782px;
   height:325px;
   /* background-color: hsla(0,0%,100%,.8); */
   position: relative;
   top:0;
   left:0;
   /* border: 2px dashed #ccc; */
   border-radius: 16px;
   backdrop-filter: blur(8px);
   transition: background-color .2s;
}
#child-drop-section:hover{
   background-color: hsla(0,0%,100%,.9);
}

.lets-upload-image-section{
    padding:20px;
}
.blur-text-heading{
    font-size: 2rem;
    font-weight: 500;
}
#drop-area{
    width: 100%;
    height: 240px;
    /* padding:30px; */
    background-color:transparent;
    text-align: center;
    position: relative;
    
}
.upload-icon{
    
    /* position: absolute; */
    /* top:0; */
    width: 100px;
    /* margin-top:25px; */
}
#img-view{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border:2px dashed #bbb5ff;
    background-color: #f7f8ff;
    background-position: center;
    background-size: cover;
}

#img-view span{
   display: block;
   font-size: 12px;
   color:#777;
   margin-top: 15px;
}
#input-file{
    display: none;
}

.hide{
    display: none;
}

#unblur-image-list li, .unblur-header{
    margin-bottom:50px;
}

.list-effect{
    border:1px solid #ccc;
    padding:8px 20px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 2px #ccc;
    border-radius: 10px;
    
}

.effect-blur-list-title{
font-size:30px;
font-weight: 600;
transition: all 0.5s ease-out;
}

.effect-blur-list-subtitle{
    font-size:18px;
    transition: all 0.5s ease-out;
    
}
 
.blur-face-inhancement-txt{
    display: flex;
    justify-content:space-between;
    align-items: center;

}
.img-size-blur{
    width: 100%;
  height: 100%;
  object-position: center center;
  z-index: 3;
}
.bg-ef{
    background: linear-gradient(138.77deg,rgba(94,249,184,.1) 2.27%,rgba(84,188,246,.1) 97.76%);
  backdrop-filter: blur(5px);
}
.step-one{
    margin-top: -19px;
  width: 18.75rem;
  height: 100%;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.img-zoom{
    transform: scale(1.2);
    z-index: 2;
}
.xrfr{
    display: flex;
    justify-content: center;
    align-items: center;
}
#download-filtered-image-section{
    border: 1px double;
    width: 180px;
    height: 265px;
  }
  #minkowski{
      position: relative;
  }
  #download-image-btn{
    position: absolute;
    top: calc(100% - 150px);
    left: 50px;
  }
  .download-unblured-image-container{
      display: none;
  }
  
  .euclidean, .sub-clidean{
      display: none;
  }
  #hd-input-file{
    display: none;
}
@media only screen and (max-width: 600px) {
    body {
      background-color: lightblue;
    }
    .lets-upload-image-section{
        padding:0;
    }
    #drop-drag-image{
        width: 100%;
        position: relative;
       
        left:0;
        top:0;
    }
    #child-drop-section{
        width: 100%;
        height:auto;
    }
    .xrfr{
        flex-direction: column;
        margin-top:10px;
    }
    .sec-xrfr{
        display: none;
    }
    .mini-dev{
        display: none;
    }
    .blur-face-inhancement-txt{
        flex-direction: column;
        margin-top:10px;
    }
    .banner-image{
        flex-direction: column;
    }
  }