.navbar-style {
  position: relative !important;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 16vh;
  animation: slideUp 0.35s ease-out;
  background: transparent;
  transition: 0.3s;
}
.logo-div {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.logo-div a {
  display: inline-flex;
}
.main-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 30px;
}
.row-reverse{
  flex-direction: row-reverse;
}
.startInterview{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px 16px 20px;
  border: unset;
  color: #ECECEC;
  background: linear-gradient(90deg, #CF15BC 0%, #CF15BC 33.33%, #A51CF9 66.67%, #2B0FB8 100%);
  font-size: 18px;
  font-family: 'Cairo-Bold', sans-serif;
  border-radius: 12px;
  white-space: nowrap;
}
.hi-title{
  background: linear-gradient(90deg, #CF15BC 89.63%, #A51CF9 94.76%, #7218DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Lalezar-Regular',sans-serif;
  font-size: 44px;
  margin-bottom: 0;
}
