@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Fjalla+One&display=swap');

body
{
   background: url(../image/bg-1.jpg);
}

.Wish
{
  margin: -25% 7%;
  width: 50%;
  padding: 10px;
  height: 5pc;
  width : 25pc;
  max-width: 500px;
  padding: 15px 10px;
  position: absolute;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 10px 10px rgba(0,0,0,0.2);
  
}

h1
{
  text-align: center;
  font-family: 'Dancing Script', cursive;
}

.container
{
    position: absolute;
    height: 25pc;
    width: 30pc;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 55px black;
}
.addTxt{
    position: absolute;
    height: 5px;
    width : 75%;
    margin: auto;
    top: 25px;
    right: 0;
    left: 0;
    outline: none;
    border: none;
    padding: 20px;
    padding-right: 50px;
    font-family: 'Dancing Script', cursive;
    font-family: 'Fjalla One', sans-serif;
}

.addBtn
{
    position: absolute;
    height: 40px;
    width: 40px;
    margin: auto;
    top: 15px;
    right: 35px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: 0;
}

.addBtn img{
    position: absolute;
    height: 40px;
    margin: auto;
    top: 13px;
    right: 0;
    left: 0;
}

.list
{
    position: absolute;
    height: 75%;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Dancing Script', cursive;
    font-family: 'Fjalla One', sans-serif;
}

.list::-webkit-scrollbar{
    -webkit-appearance: none;
    appearance: none;
}

.element {
    position: relative;
    height: fit-content;
    width: 55%;
    right:-10px;
    text-align: left;
    transition: 0.2s;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    z-index: 4;
    border-radius: 2px;
    padding-right: 80px;
    word-wrap: break-word;
  }

  .element .tick {
    position: absolute;
    margin: auto;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 50px;
    float: right;
    z-index: +5;
    filter: grayscale(1);
  }

  .element .dustbin {
    position: absolute;
    margin: auto;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 10px;
    float: right;
    z-index: +5;
    filter: grayscale(1);
  }
  .element:hover {
    transform: scale(1.1);
  }

  .addBtn:hover {
    transform: scale(.9);
  }

 

 

  
  