@import url("https://fonts.googleapis.com/css2?family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --color-1: #004aad;
  --color-2: #be0032;
  --color-3: #e9d9cb;
  --color-4: #004aad;
  --color-5: #d6a55f;
  --color-6: #ead5a0;
  --text: #faf5e9;
  --white: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Space Grotesk", "Roboto Mono", "Courier Prime", Cascadia Code, sans-serif;
  background-image: url("images-20241130T222905Z-001/images/Untitled\ design\ -\ 8.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 100%;
  background-position-y: 77%;
  background-size: 100%;
  background-origin: padding-box;
  z-index: 0;
  height: 100vh;
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
}

header {
  height: 25vh;
  padding: 2vh;
  width: 50vw;
  margin: auto;
  position: relative;
  margin-bottom: 2vh;
}

.head-div1 {
  height: 20vh;
  width: 8vw;
  margin-left: 1vw;
}

.quote-left {
  font-family: "Roboto Mono", serif;
  color: #be0032;
  font-size: 30vh;
}

.head-div2 {
  width: 26vw;
  height: 14vh;
  margin-left: 10vw;
  margin-top: -15vh;
}

.head-para {
  font-family: "Roboto Mono", serif;
  font-size: 2.5vh;
  font-weight: 500;
  color: white;
  line-height: 5vh;
  letter-spacing: 0.03rem;
}

.head-div3 {
  width: 15vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
  margin-left: 34vw;
  margin-top: -19vh;
}

.myani {
  animation-name: myani;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: 5;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes myani {
  0% {color: #e9d9cb;}
  50% {color: #ead5a0;}
  75% {color: #d6a55f;}
  100% {color: #898575;}
} 

.todiv {
  width: 7vw;
  height: 8vh;
  display: inline;
  margin-top: 3.7vh;
}

.todiv-txt {
  color: #d6a55f;
  font-family: "Courier Prime", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 7vh;
  font-weight: 300;
}

.dodiv {
  width: 8.4vw;
  height: 14vh;
  margin-top: -4.4vh;
  margin-left: 2vw;
  display: inline;
  border-bottom: 2px solid #be0032;
}

.dodiv-txt {
  color: #d6a55f;
  font-family: "Courier Prime", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14vh;
  font-weight: 300;
}

.head-div4 {
  position: absolute;
  width: 12vw;
  height: 20vh;
  margin-left: 37vw;
  margin-top: -22vh;
}

.line-box {
  width: 5vw;
  height: 3vh;
  margin-top: 2vh;
}

.line {
  color: white;
  width: 3vw;
}

.quote99box {
  position: absolute;
  height: 15vh;
  width: 6vw;
  margin-left: 8vw;
  margin-top: -5vh;
}

.quote-right {
  font-family: "Roboto Mono", serif;
  color: #be0032;
  font-size: 17vh;
}

.head-div5 {
  width: 12vw;
  height: 12vh;
  position: absolute;
  margin-left: 50vw;
  margin-top: -20vh;
}

.woodrowtxt {
  font-family: "Courier Prime", serif;
  font-optical-sizing: auto;
  font-size: 5vh;
  color: white;
  font-weight: 100;
  font-style: normal;
}

.mainDiv-outer {
  display: flex;
  justify-content: space-between;
  padding-top: 12vh;
}

.mainDiv {
  background: linear-gradient(
    150deg,
    white,
    #004aad,
    var(--color-6),
    black
  );
  min-height: 100vh;
  width: 50vw;
  background-size: 300% 300%;
  animation: color 12s ease-in-out infinite;
  border-top-left-radius: 0vw;
  border-top-right-radius: 0vw;
  border-top-right-radius: 1.5vw;
  box-shadow: 0px 20px 29px black;
}

.formDiv {
  width: 70vw;
  height: 10.9vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0vw;
  margin-top: -13vh;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.todo-input {
  font-family: "Roboto Mono", serif;
  height: 6vh;
  width: 38vw;
  color: white;
  background-color: rgba(0, 0, 0, 0.548);
  font-size: 2.7vh;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: 2vw;
  border: 1px solid #ffffff8a;
}

.todo-input::placeholder {
  font-size: 2vh;
  color: #aeaeae;
}

.todo-input:focus {
  height: 5vh;
  width: 46vw;
  align-self: self-start;
  margin-top: 1.5vh;
  margin-bottom: 1.4vh;
  outline: none;
  border-radius: 5vw;
  border: 2px solid white;
  box-shadow: 2px 2px 10px #880000;
  transition: 0.6s ease-out;
  background-color: black;
}


form input,
form button {
  padding: 0.5rem;
  font-size: 2vh;
  border: none;
  outline: none;
}

form button {
  height: 6vh;
  width: 4vw;
  margin-left: -4.8vw; 
  color: var(--white);
  font-weight: 500;
  background: var(--color-2);
  cursor: pointer;
  border-radius: 8vh;
  transition: all 0.3s ease-in-out;
}

form button:hover {
  background: #880000;
  color: black;
  margin-top: 0vh;
}

.num {
  width: 20vw;
  height: 94vh;
  margin: auto;
  margin-top: 6vh;
  margin-left: 0vw;
  padding-top: 8vh;
  background: linear-gradient(
    180deg,
    #d6a55f,
    black 
  );
  border-top-right-radius: 1.5vw;
}

.num-items {
  text-align: center;
  font-size: 4vh;
  font-family: "Roboto Mono", serif;
  font-weight: 200;
  color: white;
  line-height: 5vh;
  letter-spacing: 0.03rem;
}

@keyframes color {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.todo-container {
  display: flex;
  margin: auto;
  width: 80vw;
  min-width: 30vw;
  min-height: 40vh;
  margin-top: 4vh;
  padding: 2vw;
}

.todo-list {
  min-width: 30%;
  list-style: none;
}

.todo {
  margin: 0.5rem;
  background-color: white;
  height: 6vh;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  border-radius: 4vw;
  box-shadow: 1px 2px 5px black;
}

.todo-item {
  flex: 1;
  padding: 0rem 0.5rem;
  color: black;
  font-size: 2.2vh;
  padding-left: 1.4vw;
  line-height: 2vh;
}

.complete-btn,
.trash-btn {
  padding: 0;
  border: none;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.complete-btn {
  background: lightgrey;
  height: 5vh;
  width: 5vw;
  border-top-left-radius: 4vw;
  border-bottom-left-radius: 4vw;
  margin-left: 0.6vw;
}

.complete-btn:hover {
  background: var(--color-4);
  height: 5.2vh;
  width: 6.3vw;
  box-shadow: 1px 2px 5px black;
}

.trash-btn {
  height: 5vh;
  width: 5vw;
  border-top-right-radius: 4vw;
  border-bottom-right-radius: 4vw;
  background: gray;
  margin-right: 0.5vw;
}

.trash-btn:hover {
  height: 5.2vh;
  width: 6.3vw;
  background: #a70202;
  box-shadow: 1px 2px 5px black;
}

.addTxt {
  font-size: 2.2vh;
  color: white;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline;
}

.addTxt:hover {
  color: black;
  display: inline;
}

.todo-button {
  display: flex;
  justify-content: center;
}

.fa-rectangle-xmark,
.fa-check,
.fa-plus {
  pointer-events: none;
  size: 2.5vh;
  margin-right: 0vw;
  margin-top: 0.5vh;
}

.fall {
  opacity: 0; /* coz we want it to disappear */
  animation: fall-animation 1s ease-in-out;
}

@keyframes fall-animation {
  0% {
    opacity: 0.8;
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.completed {
  text-decoration: line-through;
  opacity: 0.5; /* coz we still want to be able to see what has been done incase of a restore */
}

select {
  font-family: "Roboto Mono", serif;
  color: white;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 15vw;
  height: 6vh;
  cursor: pointer;
  display: flex;
  font-weight: 300;
  font-size: 1.5vh;
  border-top-left-radius: 4vw;
  border-bottom-left-radius: 4vw;
  padding-left: 2vw;
  background-color: black;
  border: none;
  margin-right: -1vw;
}

select:hover {
  background-color: white;
  color: black;
}

select option {
  font-weight: 200;
  border-radius: none;
  background-color: white;
  color: black;
  font-family: "Roboto Mono", serif;
}

/* this is the div */
.select {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  font-size: 1vh;
}

.select::after {
  content: "\25bc";
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 1.6vw;
  padding-top: 1.2vh;
  color: var(--color-2);
  pointer-events: none;
  transition: all 0.3s ease;
}

.filter-todo {
  height: 5vh;               
  width: 12vw;
  font-size: 2vh;
}

.logobox1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-left: 80vw;
  margin-top: 30vh;
}

.logobox1a {
  display: inline-block;
  margin-top: -1vh;
  padding-left: 1vw;
  margin-left: -0.7vw;
}

.logobox1b {
  display: block;
  margin-top: -3.5vh;
}

.logo1a {
  height: 8vh;
}

.logo1b {
  height: 15vh;
}

 /* TABLET SCREEN */

 @media (max-width: 1024px),
 (max-width: 1228px),
 (max-width: 820px),
 (max-width: 768px) {
  
  :root {
    --color-1: #004aad;
    --color-2: #be0032;
    --color-3: #e9d9cb;
    --color-4: #004aad;
    --color-5: #d6a55f;
    --color-6: #ead5a0;
    --text: #faf5e9;
    --white: #fff;
  }

  * {
    margin: 0;
    padding: 0;
  }

  html,
  body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Space Grotesk", "Roboto Mono", "Courier Prime", Cascadia Code, sans-serif;
  background-image: url("images-20241130T222905Z-001/images/Untitled\ design\ -\ 8.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: 95%;
  background-position-y: 100%;
  background-size: cover;
  background-origin: padding-box;
  z-index: 0;
  height: 100vh;
  object-fit: cover;
  object-position: 100% 100%;
  width: 100%;
}

header {
  height: 12vh;
  padding: 2vh;
  position: relative;
}

.head-div1 {
  height: 9vh;
  width: 10vw;
}

.quote-left {
  color: #880000;
  font-size: 20vh;
  margin-left: -3vw;
  margin-top: -3vh;
}

.head-div2 {
  width: 40vw;
  height: 5vh;
  margin-left: 8vw;
  margin-top: -3vh;
}

.head-para {
  color: white;
  font-size: 1.5vh;
  text-align: left;
  font-weight: 200;
  line-height: 2.2vh;
}

.head-div2, .head-div3, 
.head-div4,
.quote99box {
 margin-left: 15vw;
}

.head-div3 {
  width: 17vw;
  height: 10vh;
  display: flex;
  flex-direction: column;
  margin-left: 51vw;
  margin-top: -6vh;
}

@keyframes myani {
  0% {color: #e9d9cb;}
  50% {color: #ead5a0;}
  75% {color: #d6a55f;}
  100% {color: #898575;}
}

.todiv {
  width: 7vw;
  height: 8vh;
  display: inline;
  margin-top: 0vh;
}

.todiv-txt {
  color: #d6a55f;
  font-family: "Courier Prime", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.8vh;
  font-weight: 400;
}

.dodiv {
  width: 8.4vw;
  height: 14vh;
  margin-top: -2vh;
  margin-left: 4vw;
  display: inline;
  border-bottom: 1px solid white;
}

.dodiv-txt {
  color: #d6a55f;
  font-family: "Courier Prime", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 6.7vh;
  font-weight: 400;
}

.myani {
  animation-name: myani;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: 5;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.head-div4 {
  position: absolute;
  width: 12vw;
  height: 3vh;
  margin-left: 37vw;
  margin-top: -20vh;
}

.line-box {
  width: 5vw;
  height: 3vh;
  margin-top: 2vh;
}

.line {
  color: white;
}

.quote99box {
  position: absolute;
  height: 9vh;
  width: 12.5vw;
  margin-left: 30vw;
  margin-top: 2.3vh;
}

.quote-right {
  color: #880000;
  font-size: 14vh;
}

.head-div5 {
  width: 24vw;
  height: 7vh;
  position: absolute;
  margin-left: 77vw;
  margin-top: -10vh;
}

.woodrowtxt {
  font-family: "Courier Prime", serif;
  font-optical-sizing: auto;
  font-size: 3vh;
  color: white;
  font-weight: 100;
  font-style: normal;
  line-height: 3vh;
}

.mainDiv-outer {
  display: flex;
  justify-content: space-between;
  padding-top: 10vh;
}

.mainDiv {
  background: linear-gradient(
    150deg,
    white,
    #004aad,
    var(--color-6),
    black
  );
  min-height: 100vh;
  width: 53vw;
  padding-top: 5vh;
  animation: color 12s ease-in-out infinite;
  border-top-left-radius: 0vw;
  border-top-right-radius: 0vw;
  border-top-right-radius: 1.5vw;
  box-shadow: 0px 20px 29px black;
}

.formDiv {
  height: 6.6vh;
  width: 60vw;
  display: flex;
  justify-content: space-between;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

.todo-input {
  font-family: "Roboto Mono", serif;
  height: 3vh;
  width: 36vw;
  color: white;
  background-color: rgba(0, 0, 0, 0.548);
  padding-left: 3vw;
  padding-bottom: 1vh;
  margin-top: 0vh;
  margin-left: 2vw;
  /*  border: 1px solid #ffffff8a; */
  font-size: 1.5vh;
}

.todo-input::placeholder {
  font-size: 1vh;
  color: #aeaeae;
}

.todo-input:focus {
  height: 3vh;
  width: 36vw;
  align-self: self-start;
  outline: none;
  font-family: "Roboto Mono", serif;
  margin-top: -0.1vh;
  border-radius: 5vw;
  border: 2px solid white;
  box-shadow: 2px 2px 10px #880000;
  transition: 0.6s ease-out;
  background-color: black;
}

form input,
form button {
  padding: 0.5rem;
  font-size: 1.5vh;
  border: none;
  outline: none;
}

form button {
  height: 2.7vh;
  width: 6vw;
  color: white;
  margin-left: -7vw; 
  color: var(--white);
  font-weight: 400;
  background: var(--color-2);
  cursor:pointer; 
  transition: all 0.3s ease-in-out;
}

form button:hover {
  background: #880000;
  color: white;
  margin-top: 0vh;
}

.num {
  width: 20vw;
  height: 96vh;
  margin: auto;
  margin-top: 6vh;
  margin-left: 0vw;
  padding-top: 8vh;
  padding: 2vw;
  background: linear-gradient(
    180deg,
    #d6a55f,
    black 
  );
  border-top-right-radius: 1.5vw;
}

.num-items {
  text-align: center;
  font-size: 2.5vh;
  font-family: "Roboto Mono", serif;
  font-weight: 200;
  color: white;
  line-height: 5vh;
  letter-spacing: 0.03rem;
}

@keyframes color {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.todo-container {
  display: flex;
  margin: auto;
  width: 80vw;
  min-width: 30vw;
  min-height: 40vh;
  margin-top: 4vh;
  padding: 2vw;
}

.todo-list {
  min-width: 40%;
  list-style: none;
}

.todo {
  margin: 0.5rem;
  background-color: white;
  height: 5vh;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  border-radius: 4vw;
  box-shadow: 1px 2px 5px black;
}

.todo-item {
  flex: 2;
  color: black;
  font-size: 1.8vh;
  padding-left: 1.8vw;
  line-height: 2vh;
}

.complete-btn,
.trash-btn {
  padding: 0;
  border: none;
  font-size: 1.3vh;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.complete-btn {
  background: lightgrey;
  height: 3.2vh;
  width: 4vw;
  border-top-left-radius: 4vw;
  border-bottom-left-radius: 4vw;
  margin-left: 0.7vw;
}

.complete-btn:hover {
  background: var(--color-4);
  height: 3.7vh;
  width: 4.3vw;
  box-shadow: 1px 2px 5px black;
}

.trash-btn {
  height: 3.2vh;
  width: 4vw;
  border-top-right-radius: 4vw;
  border-bottom-right-radius: 4vw;
  background: gray;
  margin-right: 0.7vw;
}

.trash-btn:hover {
  height: 3.7vh;
  width: 4.3vw;
  background: #a70202;
  box-shadow: 1px 2px 5px black;
}

.addTxt {
  font-size: 2.2vh;
  color: white;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline;
}

.addTxt:hover {
  color: black;
  display: inline;
}

.todo-button {
  display: flex;
  justify-content: center;
}

.fa-rectangle-xmark,
.fa-check,
.fa-plus {
  pointer-events: none;
  size: 2vh;
  margin-right: 0vw;
  margin-top: 0vh;
}

.fall {
  opacity: 0; /* coz we want it to disappear */
  animation: fall-animation 1s ease-in-out;
}

@keyframes fall-animation {
  0% {
    opacity: 0.8;
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.completed {
  text-decoration: line-through;
  opacity: 0.5; /* coz we still want to be able to see what has been done incase of a restore */
}

select {
  font-family: "Roboto Mono", serif;
  color: white;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 12vw;
  height: 6vh;
  cursor: pointer;
  font-weight: 300;
  font-size: 1vh;
  border-radius: 4vw;
  padding-left: 2vw;
  background-color: black;
  border: none;
  text-align: left;
}

select:hover {
  background-color: white;
  color: black;
}

select option {
  font-weight: 500;
  border-radius: none;
  background-color: white;
  color: black;
  font-family: "Roboto Mono", serif;
  font-size: 0.7vh;
}

.filter-todo {
  height: 3vh;               
  width: 12vw;
  font-size: 1.2vh;
  margin-left: 2vw;
  display: inline-block;
  position: absolute;
}

/* this is the div */
.select {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  width: 12vw;
  height: 3vh;
}

.select::after {
  content: "\25bc";
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 1.6vw;
  padding-top: 1.2vh;
  color: var(--color-2);
  pointer-events: none;
  transition: all 0.3s ease;
}

.logobox1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-left: 80vw;
  margin-top: 62vh;
}

.logobox1a {
  display: inline-block;
  padding-left: 1vw;
  margin-left: -0.7vw;
}

.logobox1b {
  display: block;
  margin-top: -1vh;
}

.logo1a {
  height: 3vh;
}

.logo1b {
  height: 5vh;
}

}

  /* Mobile screen */

  @media (max-width: 932px),
  (max-width: 850px),
  (max-width: 600px),
  (max-width: 412px),
  (max-width: 390px),
  (max-width: 375px),
  (max-width: 360px) {
  :root {
    --color-1: #004aad;
    --color-2: #be0032;
    --color-3: #e9d9cb;
    --color-4: #004aad; /* #898575 */
    --color-5: #d6a55f;
    --color-6: #ead5a0;
    --text: #faf5e9;
    --white: #fff;
  }

  * {
    margin: 0;
    padding: 0;
  }

  html,
  body {
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Space Grotesk", "Roboto Mono", "Courier Prime", Cascadia Code, sans-serif;
    background-image: url("images-20241130T222905Z-001/images/Untitled\ design\ -\ 8.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: 95%;
    background-position-y: 100%;
    background-size: cover;
    background-origin: padding-box;
    z-index: 0;
    height: 100vh;
    object-fit: cover;
    object-position: 100% 100%;
    width: 100%;
  }
  
  header {
    height: 10vh;
    position: relative;
    width: 80vw;
  }
  
  .head-div1 {
    height: 8vh;
    width: 8vw;
    margin-left: -1vw;
  }
  
  .fa-quote-left {
    color: #880000;
    font-size: 3vh;
  }
  
  .head-div2 {
    width: 45vw;
    height: 4vh;
    margin-left: 17vw;
    margin-top: 0vh;
  }
  
  .head-para {
    font-family: "Roboto Mono", serif;
    font-size: 1vh;
    font-weight: 400;
    color: white;
    line-height: 1.5vh;
    letter-spacing: 0.03rem;
  }
  
  .head-div3 {
    width: 17vw;
    height: 10vh;
    display: flex;
    flex-direction: column;
    margin-left: 57.5vw;
    margin-top: -5vh;
  }
  
  @keyframes myani {
    0% {color: #e9d9cb;}
    50% {color: #ead5a0;}
    75% {color: #d6a55f;}
    100% {color: #898575;}
  }
  
  .todiv {
    width: 6vw;
    height: 4vh;
    display: inline;
    margin-top: 0vh;
  }
  
  .todiv-txt {
    color: #d6a55f;
    font-family: "Courier Prime", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 2.4vh;
    font-weight: 400;
  }
  
  .dodiv {
    width: 13vw;
    height: 5vh;
    margin-top: -2.2vh;
    margin-left: 4vw;
    display: inline;
    border-bottom: 1px solid white;
  }
  
  .dodiv-txt {
    color: #d6a55f;
    font-family: "Courier Prime", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 4.6vh;
    font-weight: 400;
  }
  
  .myani {
    animation-name: myani;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: 5;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
  }
  
  .head-div4 {
    position: absolute;
    width: 8vw;
    height: 2vh;
    margin-left: 62vw;
    margin-top: -18vh;
  }
  
  .line-box {
    width: 5vw;
    height: 3vh;
    margin-top: 2vh;
    display: none;
  }
  
  .line {
    color: white;
    width: 3vw;
  }
  
  .quote99box {
    position: absolute;
    height: 10vh;
    width: 12.5vw;
    margin-left: 5vw;
  }
  
  .fa-quote-right {
    color: #be0032;
    font-size: 6vh;
  }
  
  .head-div5 {
    width: 20vw;
    height: 4vh;
    position: absolute;
    margin-left: 70vw;
    margin-top: -8vh;
  }
  
  .woodrowtxt {
    font-family: "Courier Prime", serif;
    font-optical-sizing: auto;
    font-size: 2vh;
    color: white;
    font-weight: 100;
    font-style: normal;
    line-height: 2vh;
  }
  
  .mainDiv-outer {
    display: flex;
    justify-content: space-between;
    padding-top: 10vh;
  }
  
  .mainDiv {
    background: linear-gradient(
      150deg,
    white,
    #004aad,
    var(--color-6),
    black
    );
    min-height: 100vh;
    width: 77vw;
    padding-top: 5vh;
    animation: color 12s ease-in-out infinite;
    border-top-left-radius: 0vw;
    border-top-right-radius: 0vw;
    box-shadow: 0px 20px 50px black;
    border: 1px solid black;
  }
  
  .formDiv {
    height: 6vh;
    width: 93vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    margin-top: -15vh;
    margin-left: 2.5vw;
  }
  
  form {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
  }
  
  .todo-input {
    font-family: "Roboto Mono", serif;
    height: 2.6vh;
    width: 68vw;
    color: white;
    background-color: rgba(0, 0, 0, 0.548);
    padding-left: 3vw;
    padding-bottom: 1vh;
    margin-top: 0vh;
    margin-left: 0vw;
    border: 1px solid #ffffff53;
    box-shadow: 2px 2px 10px black;
  }
  
  .todo-input::placeholder {
    font-size: 1.2vh;
    color: #aeaeae;
  }
  
  .todo-input:focus {
    height: 2.7vh;
    width: 70vw;
    display: flex;
    align-items: center;
    outline: none;
    font-family: "Roboto Mono", serif;
    margin-top: 0.5vh;
    border-radius: 5vw;
    border: 2px solid white;
    box-shadow: 2px 2px 10px #880000;
    transition: 0.6s ease-out;
    background-color: black;
  }
  
  form input,
  form button {
    padding: 0.5rem;
    font-size: 1.5vh;
    border: none;
    outline: none;
  }
  
  form button {
    height: 3.5vh;
    width: 10vw;
    color: white;
    margin-left: -12vw;
    font-weight: 400;
    background: var(--color-2);
    cursor:pointer; 
    display: flex;
    align-items: center;
    border-radius: 40%;
    transition: all 0.3s ease-in-out;
  }
  
  form button:hover {
    background: #880000;
    color: white;
    margin-top: -1vh;
  }
  
  .num {
    width: 19vw;
    height: 105vh;
    margin-top: 0vh;
    margin-left: 0vw;
    background: linear-gradient(
      rgba(0, 0, 0, 0.58),
      black 
    );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-left-radius: 20vw;
    border-top-right-radius: 20vw;
  }
  
  .num-items {
    text-align: center;
    font-size: 2vh;
    font-family: "Roboto Mono", serif;
    font-weight: 400;
    color: white;
    line-height: 3vh;
    letter-spacing: 0.03rem;
    rotate: 0deg;
    margin-top: 5vh;
  }
  
  @keyframes color {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  
  .todo-container {
    display: flex;
    margin: auto;
    width: 80vw;
    min-width: 30vw;
    min-height: 40vh;
    margin-top: 4vh;
    padding: 2vw;
  }
  
  .todo-list {
    min-width: 60%;
    list-style: none;
  }
  
  .todo {
    margin: 0.5rem;
    background-color: white;
    height: 4vh;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    border-radius: 4vw;
    box-shadow: 1px 2px 5px black;
    z-index: 50;
  }
  
  .todo-item {
    flex: 2;
    color: black;
    font-size: 1.4vh;
    padding-left: 1.8vw;
    line-height: 2vh;
  }
  
  .complete-btn,
  .trash-btn {
    padding: 0;
    border: none;
    font-size: 1.3vh;
    color: #fff;
    cursor: pointer;
    z-index: 80;
    transition: all 0.3s ease-in-out;
  }
  
  .complete-btn {
    background: lightgrey;
    height: 3.2vh;
    width: 6vw;
    border-top-left-radius: 4vw;
    border-bottom-left-radius: 4vw;
    margin-left: 0.7vw;
  }
  
  .complete-btn:hover {
    background: var(--color-4);
    height: 3.7vh;
    width: 6.3vw;
    box-shadow: 1px 2px 5px black;
  }
  
  .trash-btn {
    height: 3.2vh;
    width: 6vw;
    border-top-right-radius: 4vw;
    border-bottom-right-radius: 4vw;
    background: gray;
    margin-right: 0.7vw;
  }
  
  .trash-btn:hover {
    height: 3.7vh;
    width: 6.3vw;
    background: #a70202;
    box-shadow: 1px 2px 5px black;
  }
  
  .addTxt {
    font-size: 2.2vh;
    color: white;
    letter-spacing: 0.05rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: inline;
  }
  
  .addTxt:hover {
    color: black;
    display: inline;
  }
  
  .todo-button {
    display: flex;
    justify-content: center;
  }
  
  .fa-rectangle-xmark,
  .fa-check,
  .fa-plus {
    pointer-events: none;
    size: 2vh;
    margin-right: 0vw;
    margin-top: 0vh;
  }
  
  .fall {
    opacity: 0; /* coz we want it to disappear */
    animation: fall-animation 1s ease-in-out;
  }
  
  @keyframes fall-animation {
    0% {
      opacity: 0.8;
      transform: translateY(0);
    }
    20% {
      transform: translateY(-5px);
    }
    40% {
      transform: translateY(0px);
    }
    60% {
      transform: translateY(-5px);
    }
    80% {
      transform: translateY(0px);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
  
  .completed {
    text-decoration: line-through;
    opacity: 0.5; /* coz we still want to be able to see what has been done incase of a restore */
  }
  
  select {
    font-family: "Roboto Mono", serif;
    color: white;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 12vw;
    height: 6vh;
    cursor: pointer;
    font-weight: 300;
    font-size: 1vh;
    border-radius: 4vw;
    padding-left: 2vw;
    background-color: black;
    border: none;
    text-align: left;
  }
  
  select:hover {
    background-color: white;
    color: black;
  }
  
  select option {
    font-weight: 400;
    border-radius: none;
    background-color: white;
    color: black;
    font-family: "Roboto Mono", serif;
    font-size: 0.7vh;
  }
  
  .filter-todo {
    height: 4vh;             
    width: 15vw;
    font-size: 1.3vh;
    margin-left: 2vw;
    padding-bottom: 1vh;
    color: black;
    background-color: white;
  }
  
  /* this is the div */
  .select {
    margin: 1rem;
    position: relative;
    overflow: hidden;
    font-weight: 300;
    width: 12vw;
    height: 3vh;
  }
  
  .select::after {
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 1.6vw;
    padding-top: 1.2vh;
    color: var(--color-2);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .logobox1 {
    display: flex;
    flex-direction: column;
    margin-top: 38vh;
    padding-top: 3vh;
    height: 8vh;
  }
  
  .logobox1a {
    display: inline-block;
    padding-left: 0vw;
    margin-left: 0vw;
  }
  
  .logobox1b {
    display: block;
    margin-top: -1vh;
  }
  
  .logo1a {
    height: 2.2vh;
  }
  
  .logo1b {
    height: 3.7vh;
  }
 
}
