@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");





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

/* width */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(197, 191, 191);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgb(153, 145, 145);
}

/* body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
} */
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  outline: none;
  cursor: pointer;
}

.overlay {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  transition: 1s all ease;
}
.takeoff {
  background: none;
}

.middle {
  position: absolute;
  top: 63px;
  left: 260px;
  right: 53px;
  /* border: 1px solid black; */
  /* width: 70%;
  width: 1045px; */
}

@media screen and (max-width: 850px) {
  .middle {
    left: 230px;
  }
}
@media screen and (max-width: 800px) {
  .middle {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .middle {
    left: 200px;
  }
}
@media screen and (max-width: 650px) {
  .middle {
    left: 0;
    top: 0;
  }
  /* .Hide-app {
    position: fixed;
  } */

  .Hide-app .middle {
    position: fixed;
    z-index: 3;
  }
}

/* ::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-button {
  display: none;
}

body {
  -ms-overflow-style: none;
} */
