.card-image {
  position: relative;
  border-radius: 8px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.navstyle {
  background-image: none;
  background: rgba(33, 34, 51, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 65px;
  width: 100%;
  min-height: 60px;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.menustyle {
  height: calc(100vh - 20px);
  background: #0C0D14;
  content-visibility: auto;
  left: 0;
  border-right: 1px solid #28293D;
  width: auto !important;
  padding-right: 0;
  padding-top: 80px;
}

body {
  background: #0C0D14;
  margin: 0;
  padding: 0;
}

.overlay-text {
  color: white;
  font-family: 'Lobster', cursive;
  font-size: 1.5rem;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #878A9E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2ab0e9;
}

.menu-list li a {
  color: whitesmoke;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu-list li a:hover {
  color: rgb(169, 167, 167);
  background-color: transparent !important;
  ;
}

.border {
  border-left: 5px solid #A48EFF;
}

.input {
  border-radius: 30px;
  fill: rgb(170, 173, 190);
  height: 40px;
  width: 30vw;
  position: relative;
  padding-top: 7px;
  background-color: rgb(55, 57, 82);
  border-color: transparent;
  border-style: solid;
  color: rgb(249, 250, 255);
  outline: 0;
}

svg {
  border: 1px solid #878A9E;
  border-radius: 30px;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  color: #EFF0F7 !important;
  border-width: 2px;
  padding: 2px;
  border-color: #2F3148;
  height: 40px;
  min-width: 40px;
  width: 40px;
  padding: 5px;
}

.icn {
  position: absolute;
  color: rgb(170, 173, 190);
  top: 20%;
  cursor: pointer;
  left: 85%;
}

.input::placeholder {
  color: rgb(170, 173, 190);
}