@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media screen and (min-width: 1440px) {
  .header {
    font-family: "Montserrat";
    background: #333333;
    height: 110px;
    position: relative;
    padding: 0px 200px;
    z-index: 1;
  }
  .header .logo {
    display: flex;
    position: relative;
    float: left;
    width: 200px;
    height: 110px;
  }
  .header .logo a {
    align-self: center;
  }
  .header .logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .logo .hamburger-menu {
    display: none;
  }
  .header .menu {
    float: left;
    width: calc(100% - 500px);
    height: 110px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
  }
  .header .menu ul {
    height: 50px;
    line-height: 110px;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    margin: auto;
    padding-inline-start: 0px;
  }
  .header .menu ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 20px;
    padding-top: 5px;
    line-height: 1.7;
    list-style-type: none;
  }
  .header .menu ul li a {
    color: white;
    text-transform: uppercase;
    padding-bottom: 45px;
    text-decoration: none;
  }
  .header .menu ul li a:hover {
    color: #c05b91;
  }
  .header .menu ul li a::before {
    content: "";
    display: block;
    color: transparent;
    height: 1px;
    width: 0%;
    margin-bottom: 5px;
    transition: all 0.2s;
  }
  .header .menu ul li .submenu {
    transition: all 3s;
    display: none;
    position: absolute;
    border-left: 4px black solid;
    background: #c05b91;
    font-size: 12px;
    padding-top: 0px;
    margin-top: 42px;
  }
  .header .menu ul li .submenu ul li {
    padding-top: unset;
    width: 100%;
    float: left;
  }
  .header .menu ul li:first-of-type {
    margin-left: 0;
  }
  .header .menu ul li:hover a::before {
    content: "";
    display: block;
    background: white;
    height: 1px;
    width: 100%;
  }
  .header .menu ul li:hover .submenu {
    transition: all 3s;
    display: block;
  }
  .header .menu ul li:hover .submenu ul {
    margin: 0;
  }
  .header .menu ul li:hover .submenu ul li {
    margin: 0;
  }
  .header .menu ul li:hover .submenu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 100px 15px 30px;
  }
  .header .menu ul li:hover .submenu ul li a::before {
    display: none !important;
  }
  .header .menu ul li:hover .submenu ul li:hover {
    background: black;
  }
  .header .menu ul li:hover .submenu ul li:hover a {
    color: white;
  }
  .header .user-login {
    float: left;
    width: 300px;
    height: 110px;
  }
  .header .user-login ul {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .header .user-login ul li {
    line-height: 110px;
    list-style-type: none;
    float: left;
  }
  .header .user-login ul li a {
    color: white;
    text-decoration: none;
  }
  .header .user-login ul .register-button,
  .header .user-login ul .logout-button {
    margin-left: 20px;
  }
  .header .user-login ul .register-button a,
  .header .user-login ul .logout-button a {
    background: #c05b91;
    padding: 10px 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .header {
    position: sticky;
    font-family: "Montserrat";
    background: rgba(0, 0, 0, 0.5);
    height: 10vh;
    top: 0;
    z-index: 99;
  }
  .header .logo {
    height: 10vh;
    background-color: black;
    display: flex;
    justify-content: space-around;
  }
  .header .logo a {
    display: flex;
    padding: 0px;
    width: -moz-min-content;
    width: min-content;
    height: inherit;
  }
  .header .logo a img {
    align-self: center;
  }
  .header .logo .hamburger-menu {
    display: flex;
    width: -moz-min-content;
    width: min-content;
    color: white;
    padding: 0px;
    float: right;
  }
  .header .logo .hamburger-menu img {
    align-items: center;
    width: 30px;
    height: 30px;
  }
  .header .menu {
    margin-left: -1000px;
    opacity: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    height: 70vh;
    position: relative;
  }
  .header .menu .main-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: -moz-min-content;
    height: min-content;
    width: -moz-min-content;
    width: min-content;
    padding-inline-start: 0;
  }
  .header .menu .main-menu li {
    font-size: 20px;
    font-weight: bold;
    list-style-type: none;
  }
  .header .menu .main-menu li a {
    list-style-type: none;
    text-decoration: none;
    color: white;
  }
  .header .menu .main-menu li .submenu ul li {
    font-weight: 400;
  }
  .header .menuactive {
    margin-left: unset !important;
    transition: 0.4s all ease-in;
    opacity: 1 !important;
    display: block !important;
  }
  .header .headeractive {
    height: 100vh !important;
  }
  .header .user-login {
    margin-left: -1000px;
    opacity: 0;
    display: none;
    height: 20vh;
    background: black;
    line-height: 20vh;
  }
  .header .user-login ul {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    padding-inline-start: 0;
    margin: auto;
  }
  .header .user-login ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px;
  }
  .header .user-login ul a {
    text-decoration: none;
    color: white;
  }
  .header .user-login .register-button,
  .header .user-login .logout-button {
    margin-left: 20px;
  }
  .header .user-login .register-button a,
  .header .user-login .logout-button a {
    background: #c05b91;
    padding: 10px 25px;
    border-radius: 20px;
    color: white;
  }
}/*# sourceMappingURL=header.css.map */