* {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
  color: #fff;
  font-size: 62.5%;
}

.navbar {
  height: 12vh;
  width: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -9.5rem;
  margin-top: -7rem;

  font-size: 2.8rem;
  /* background-color: rgba(7, 7, 7, 0.926); */
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  color: rgb(216, 29, 29);
  text-shadow: 5px 4px 70px rgb(0, 0, 0);
  /* box-shadow: inset 0 0 0 0.2rem rgb(0, 0, 0); */

  &:hover {
    /* height: 12rem; */
    color: rgba(1, 1, 1, 0.815);
    /* background-color: rgb(48, 134, 149); */
  }
}

body {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  /* background-color: #1b1b1d; */
  background-image: url(Images/tasw.jpg);
  background-size: cover;
  /* display: hidden; */
}

li {
  cursor: pointer;
  list-style-type: circle;
  /* list-style-position:; */
  padding-left: 4rem;
  margin: -9rem 0;
  padding-top: 1.5rem;
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: 530;
  color: black;

  &:hover {
    color: rgb(240, 72, 46);
  }
}

.main_todo_div {
  width: 36.6rem;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  align-items: center;
  height: auto;
}

button {
  height: 5rem;
}

button {
  height: 5.8vh;
  width: 7.3vw;
  background-color: rgb(226, 121, 104);
  font-weight: 650;
  padding: 0.6rem 2.4rem;
  /* margin-top: 1rem; */
  /* padding-top: 12rem; */
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  margin-left: 0.6rem;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;

  &:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(240, 72, 46);

    background-color: transparent;
    color: rgb(240, 72, 46);

  }
}

.deleteBtn {
  height: 6.5vh;
  width: 6vw;
  /* margin-left: -50rem; */
  margin-top: 1.5rem;
  margin-left: 7.50rem;
  /* padding-left: 12rem; */
  border-radius: 5%;
  background-color: rgb(226, 121, 104);
  font-weight: 700;
  border-width: 0.2rem;
  border-color: rgb(0, 0, 0);

  border-radius: 1.7rem;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  -ms-border-radius: 1.7rem;
  -o-border-radius: 1.7rem;

  &:hover {

    box-shadow: 0 0 0 0.2rem rgb(226, 121, 104);
    background-color: transparent;
    /* color: rgb(226, 121, 104); */
    font-weight: 700;
    border-color: rgb(0, 0, 0);
    border-width: 0.2rem;
    /* border-color: rgba(169, 73, 21, 0.77); */

  }
}

input {
  margin-left: 4rem;
  padding: 6px 2px;
  min-width: 32rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  border-color: black;
  margin-right: 1.2rem;
  background-color: aliceblue;
}

footer {
  position: fixed;
  /* background-attachment:scroll; */
  height: 20.6vh;
  width: 50vw;
  margin-top: 51.3rem;
  margin-left: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(3, 253, 224, 0.926); */
  color: rgb(0, 0, 0);
  font-size: 2rem;
  font-weight: 800;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-shadow: 5px 6px 15px rgb(0, 0, 0);
}

h2 {
  /* padding-top: 8%; */
  padding-left: 1rem;
  color: rgba(255, 0, 0, 0.852);
  font-size: 2rem;
  text-shadow: 5px 6px 15px rgba(255, 0, 0, 0.852);
}

li:hover+.deleteBtn {
  box-shadow: inset 0 0 0 0.2rem rgb(240, 72, 46);
  background-color: transparent;
  color: rgb(240, 72, 46);
}



/***** Start Media Queries Section *****/


@media screen and (max-width: 1440px) {
  html {
    color: #fff;
    font-size: 62.5%;
  }

  .navbar {
    font-size: 2.6rem;
    /* background-color: rgba(166, 255, 0, 0.784); */
    /* margin-left: 0.1rem; */
    
  }

  input {
    width: 38rem;
    height: 3rem;
  }

  button {
    font-size: 1.1rem;
  }

  .deleteBtn {
    width: 9.5rem;
    /* padding-left: 10rem; */
    margin-right: -6rem;
  }

  footer {
    margin-left: -9rem;
  }

}


@media screen and (max-width: 1024px) {
  .navbar {
    width: 150px;
    font-size: 2.2rem;
    margin-right: -2rem;
    /* margin-left: 1rem; */
    /* padding-right:12rem; */
   
  }

  input {
    width: 6rem;
    height: 2.7rem;
  }

  button {
    width: 9.5vw;
    height: 4rem;
    font-size: 1rem;
    /* padding-top: 5rem; */
  }

  .deleteBtn {
    width: 9vw;
    height: 6vh;
    font-size: 1.1rem;
    padding-left: 1.8rem;
    margin-left: -0.9rem;
  }

  footer {
    margin-top: 40rem;
    margin-right: 6rem;
    font-size: 1.7rem;
  }

  h2 {
    margin-top: 0rem;
    font-size: 1.7rem;
  }

  li {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  input {
    height: 3.5vh;
  }

  .btn {
    width: 12.6vw;
  }

  .deleteBtn {
    margin-left: 1.5rem;
  }

  footer {
    margin-left: -1.6rem;
  }
}

/* @media screen and (max-width: 425px  600px) {
  
} */

@media screen and (max-width: 426px) {

  .navbar {
    padding-left: 6rem;
    font-size: 2rem;
    
  }

  input {
    margin-left: 4.5rem;
  }

  .btn {
    margin-top: 2rem;
    width: 9rem;
    height: 4rem;
    margin-left: 16.5rem;
  }

  .deleteBtn {
    width: 7rem
  }

  footer {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 376px) {

  .navbar{
    margin-right: -7rem;
  }
  .deleteBtn{
    margin-right: 1.5rem;
  }
  footer {
    font-size: 1.2rem;
  }
  h2{
    font-size: 1.2rem;
    /* padding-left: rem; */
    margin-left: -0.3rem;
  }
}

@media screen and (max-width: 320px) {

  .navbar {
    width: 5rem;
    font-size: 2.2rem;
    margin-left: 9rem;
  }

  input {
    width: -54rem;
    height: 2.4rem;
    /* size: 34rem; */
    /* display: none; */
    /* margin-left: 15rem;*/
    /* margin-right: 23rem  */
    margin-right: 10rem;
    margin-left: 10rem;
  }

  button {
    width: 5vw;
    height: 6vh;
    margin-left: 18.4rem;
    margin-top: 2.4rem;
    padding-left: 2.4rem;
  }

  .btn {
    padding: 0 5.4rem 0 3.4rem;
    margin: 1.3rem 0 2.4rem 15.2rem;

  }

  .deleteBtn {
    width: 7.4rem;
    margin-left: -1.8rem;
  }

  footer {
    margin-left: -1.6rem;
  }

  h2 {
    font-size: 0rem;
  }
}

/***** End Media Queries Section *****/