#nav {
  height: 100px;
  display: flex;
  padding: 0px 25px;
  align-items: center;
  justify-content: space-between;
  font-family: poppins;
  background-color: white;
  width: calc(100% - 50px);
}

#nav div a {
  text-decoration: none;
  letter-spacing: 1.5px;
  color: #472f8f;
}

#nav div a:hover {
  color: #98025e;
}

#nav_logo {
  padding: 10px;
  margin-top: 100px;
  background-color: white;
  border-radius: 50%;
}

#nav_logo a img {
  width: 100px;
  height: 100px;
}

#nav_button {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #98025e, #472f8f);
}

.nav_sections {
  padding-top: 30px;
}

.menu-icon {
  display: none;
  cursor: pointer;
  font-size: 36px;
  color: #472f8f;
}

.hide-on-mobile {
  display: block;
}

.hide-on-desktop{
  display: none;
}

.drawer-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  width: 200px;
  height: 100%;
  padding: 10px;
}

.drawer-menu a {
  font-family: poppins;
  letter-spacing: 1.5px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.close-icon {
  cursor: pointer;
  font-size: 36px;
  padding: 25px;
  color: #472f8f;
}

.nav-link.active {
  font-family: poppins-bold;
  background-image: linear-gradient(to left, #462f8f, #99015e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  cursor: pointer;
}

/* Mobile devices */
@media (max-width: 1040px) {
  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop{
    display: block;
  }

  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    overflow: hidden;
  }

  #container {
    height: 50px;
    padding: 10px;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #container .text {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 400;
  }

  #nav_button{
    position: absolute;
    right: 75px;
  }

  #nav div a {
    font-size: 12px;
  }

  #container #menu-wrap {
    position: relative;
    height: 25px;
    width: 25px;
  }

  #checkbox22{
    background-color: transparent;
    border-color:transparent;
  }

  #checkbox22:active{
    background-color: transparent;
}

  #container #menu-wrap .dots {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }

  #container #menu-wrap .dots > div,
  #container #menu-wrap .dots > div:after,
  #container #menu-wrap .dots > div:before {
    height: 6px;
    width: 6px;
    background-color: rgba(49, 49, 49, 0.8);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  #container #menu-wrap .dots > div {
    position: relative;
  }

  #container #menu-wrap .dots > div:after {
    content: "";
    position: absolute;
    bottom: calc((25px / 2) - (6px / 2));
    left: 0;
  }

  #container #menu-wrap .dots > div:before {
    content: "";
    position: absolute;
    top: calc((25px / 2) - (6px / 2));
    left: 0;
  }

  #container #menu-wrap .menu {
    position: absolute;
    right: -10px;
    top: calc(-12px + 50px);
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 15px;
    -webkit-box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
    box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }

  #container #menu-wrap .menu ul {
    list-style: none;
  }

  #container #menu-wrap .menu ul li {
    margin: 15px 0;
  }

  #container #menu-wrap .menu ul li .link {
    text-decoration: none;
    color: rgba(49, 49, 49, 0.85);
    opacity: 0;
    visibility: hidden;
  }

  #container #menu-wrap .toggler {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
  }

  #container #menu-wrap .toggler:hover + .dots > div,
  #container #menu-wrap .toggler:hover + .dots > div:after,
  #container #menu-wrap .toggler:hover + .dots > div:before {
    background-color: rgba(49, 49, 49, 0.6);
  }

  #container #menu-wrap .toggler:checked:hover + .dots > div,
  #container #menu-wrap .toggler:checked:hover + .dots > div:after,
  #container #menu-wrap .toggler:checked:hover + .dots > div:before {
    background-color: rgba(49, 49, 49, 0.6);
  }

  #container #menu-wrap .toggler:checked ~ .menu {
    opacity: 1;
    visibility: visible;
    width: 160px;
    height: 150px;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
  }

  #container #menu-wrap .toggler:checked ~ .menu ul .link {
    opacity: 1;
    visibility: visible;
  }

  #container #menu-wrap .toggler:checked ~ .menu ul .link:hover {
    color: #2980b9;
  }

  #container #menu-wrap .toggler:not(:checked) ~ .menu ul .link {
    opacity: 0;
    visibility: hidden;
  }

  @media (max-width: 600px) {
    #container {
      margin: 0;
    }
  }

  body {
    margin: 80px 0px 0px 0px !important;
  }

  .menu-icon {
    display: block;
  }
 
  #nav_button {
    margin-top: 0px;
  }
  #nav_button > a {
    font-size: 10px;
  }

  #nav {
    padding: 0px;
    height: 80px;
    width: calc(100% - 0px);
  }

  .hidedesktop {
    display: none;
  }
}
