@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

.Navbar_navbar__eZD5G {
  display: flex;
  height: 80px;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  align-items: center;
  color: rgb(255, 255, 255);
  justify-content: center;
  padding: 0 50px 0 65px;
  flex-wrap: wrap;
  z-index: 999999;
}
nav.Navbar_scrolled__rdpdG {
  background: black;
  width: 100%;
}
/* Inner container to cap content width while navbar background can span full width */
.Navbar_inner__c5HKz {
  position: relative;
  height: 80px;
  width: min(100%, 95rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.Navbar_logoo__8_huU {
  position: absolute;
  left: 10px;
  margin-top: 15px;
}
.Navbar_log__6EX8g {
  position: relative;
  bottom: 10px;
}
.Navbar_rightbtn__Ixonu {
  position: absolute;
  right: 40px;
}
.Navbar_btnLogin__8dCXM {
  font-weight: 600;
  border: none;
  background: transparent;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.Navbar_btnSignup__2Qanq {
  padding: 6px;
  width: 82px;
  color: white;
  background-color: #0070f3;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.Navbar_navLogo___F9P5 {
  color: #fff;
  font-size: 40px;
  display: none;
  font-weight: 600;
}

.Navbar_navItems__FnboS {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.Navbar_navItems__FnboS li {
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.Navbar_menuBtn___kQ9K i {
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

.Navbar_navCheckbox__zwzZY {
  display: none;
}

.Navbar_home__8EjLW {
  text-decoration: underline;
}

.Navbar_btnMain__zdyB_ {
  display: flex;
  gap: 30px;
}
.Navbar_hide__B9PmS {
  display: none;
}
.Navbar_show__y3jL2 {
  display: block;
}
@media (min-width: 1150px) {
  .Navbar_active__WxVct::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.5s ease;
  }

  .Navbar_active__WxVct:hover::before,
  .Navbar_active__WxVct::before {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .Navbar_navbar__eZD5G {
    padding: 0 16px;
  }
  .Navbar_hide__B9PmS {
    display: block;
  }
  .Navbar_show__y3jL2 {
    display: none;
  }
  .Navbar_menuBtn___kQ9K i {
    top: 27px;
    position: absolute;
    right: 6%;
    display: block;
  }

  .Navbar_navCheckbox__zwzZY:checked ~ .Navbar_menuBtn___kQ9K i:before {
    content: "\f00d";
  }

  .Navbar_navbar__eZD5G {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .Navbar_navItems__FnboS {
    position: fixed;
    top: 69px;
    left: -100%;
    background: rgb(0, 0, 0);
    color: white;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 100;
  }

  .Navbar_navCheckbox__zwzZY:checked ~ .Navbar_navItems__FnboS {
    left: 0;
  }

  .Navbar_navItems__FnboS li {
    width: 100%;
    margin: 22px 0;
    margin-left: -100%;
    font-size: 20px;
    color: white;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .Navbar_navCheckbox__zwzZY:checked ~ .Navbar_navItems__FnboS .Navbar_navItem__k88y6 {
    margin-left: 0px;
  }
}

