<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
 background-color:#5f21ff; position: relative; background-image: url(../img/headerbg05.png);  background-repeat: no-repeat; background-position: top;
}

.bignav .nav {
width: 1200px;
padding-top: 20px;
 margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 20px;

 
}

.bignav .nav .navitem .nav-item {
  color:#CBCBCB;
  padding:20px 6px;
  text-decoration: none;
  transition: .3s;
  margin: 0 6px;
  z-index: 1;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  position: relative;font-size: 14px;
}
.bignav .nav-item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color:#FDFDFD;
  border-radius: 8px 8px 0 0;
  opacity: 0;
  transition: .3s;
 	
}

.bignav .nav-item:not(.is-active):hover:before {
  opacity: 1;
  bottom: 0;
}

.bignav .nav-item:not(.is-active):hover {
  color:#FDFBFB;
 font-weight:500px;	
}

.bignav .nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .4s;
  height: 4px;
  z-index: 1;

  border-radius: 8px 8px 8px 8px;
}

@media (max-width: 580px) {
  .nav {
    overflow: auto;
  }
}
</pre></body></html>