/* Design Navbar in mobile  */

.hamburger {
  position: absolute;
  z-index: 999;
  right: 20px;
  height: 14px;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger div {
  background-color: #000000;
  border-radius: 1px;
  height: 2px;
  width: 22.42px;
}
.hamburger div:not(:last-child) {
  margin-bottom: 6px;
}
.nav-mobile {
  background-color: white;
  display: inline-block;
  position: fixed;
  height: 100vh;
  width: 265px;
  left: -265px;
  transition: transform 0.3s;
  z-index: 9999;
  top: 0;
  font-family: 'Inter';
  overflow-y: scroll;
  padding: 32px 24px 32px 24px;
}
.nav-mobile::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(232, 232, 232, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.nav-mobile::-webkit-scrollbar
{
  width: 3px;
	background-color: #F5F5F5;
}

.nav-mobile::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(235, 235, 235, 0.3);
	background-color: #6912CE;
}
.nav-mobile .logo {
  margin: 12vh 0;
  text-align: center;
}
.nav-mobile .logo img {
  border-radius: 50%;
}
.nav-mobile .links .logo-img{margin-bottom: 2rem;}
.nav-mobile .links a,
.nav-mobile .links button {
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  background: transparent;
}
.nav-mobile a:hover {
  background-color: #f5f5f5;
  transform: scale(1);
}
.nav-mobile button:hover{transform: scale(1);}
.sidenav-active .coverNav {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 5000;
  transition: background-color 0.3s, transform 0.3s;
  display: block;
}
nav, .hamburger, .coverNav {
  transition: transform 0.3s;
}
.sidenav-active nav, .sidenav-active .coverNav {
  transform: translateX(265px);
}
.nav-mobile .links .btn-join{
  background: #8F38D3;
  color: #fff;
  border: 1px solid #8F38D3;
  border-radius: 30px;
  margin-bottom: 24px;
  margin-left: 0px;
  width: 138px;
  height: 40px;
  font-size: 20px;
  display: flex;
}
.navbar-mobile{display: none;}
.nav-mobile .links .dropdown-mb{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
}
.nav-mobile .links .dropdown-mb span{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
.dropdown-content-mb{
  margin-top:8px;
  padding: 8px;
  background: #f7f7f7;
}
.dropdown-content-mb .fx-href{
  padding: 12px 10px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.dropdown-content-mb a{color: #636363 !important;}
.nav-mobile .dropdown-content-mb a{margin-bottom: 0px;}
/* Header */
header{
  height: 80px;
  background: #FFF;
  display: flex;
  justify-content: center;
  width: 100%;
}
header nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1248px;
  margin: auto;
  height: max-content;
}
header .is-fixed {
  position: fixed ;
  z-index:100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 50%;
  transform: translate(-50%,0%);
  margin: auto;
  padding: 19px 0;
  width: 1248px;
}
.header-fixed{
  position: fixed;
  height: 69px;
  width: 100%;
  z-index: 997;
}
.header-relative{position: relative !important;}
header nav ul{
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 0px;
}
header nav ul li a,
header nav .last-div .relative-button .dropdown-menu-lang a{
  color: #000;
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;

}
header nav ul li a.active,
header nav ul li a:hover {
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    color: #000;
}
header nav ul li a.active::after,
header nav ul li:hover a:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    width: 27.302px;
    border-bottom: 1px solid #000; /* Adjust the border width and color as needed */
}
header nav .last-div {
  display: flex;
  align-items: center;
  gap: 25px;
}
header nav .last-div .view-demo{
  display: flex;
  padding: 7.857px 7.857px 7.857px 15.152px;
  justify-content: center;
  align-items: center;
  gap: 5.612px;
  min-width: 140px;
  border-radius: 5.612px;
  background: var(--Dark-Green, #076076);
}
header nav .last-div .dropdowm-view{position: relative;}
header nav .last-div .dropdown-content-demo{
  border-radius: 10px;
  background: var(--counselor-gray-500, #FFF);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
  display: none;
  width: 254px;
  padding: 30px 20px;
  top: 40px;
  width: 100%;
  left: 0px;
  position: absolute;
  z-index: 10;
}
header nav .last-div .dropdown-content-demo .fx{
  display: flex;
 flex-direction: column;
  align-items: flex-start;
  gap: 29px;
}
header nav .last-div .dropdown-content-demo a{
  color: var(--Blach, #000);
font-family: 'Gotham';
font-size: 16px;
font-weight: 700;
line-height: 15px;
text-decoration: none;
}
header nav .last-div .view-demo span{
  font-family: 'Gotham';
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
header nav .last-div .view-demo img{
  width: 17px;height: 17px;
}
header nav .last-div .relative-button{position: relative;}
header nav .last-div .relative-button button{
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
header nav .last-div .relative-button button span{
  color:  #000;
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
}
header nav .last-div .relative-button .dropdown-menu-lang{
  position: absolute;
  display: none;
  padding: 16px;
  border-radius:5px;
  background: #fff;
  width: max-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 10;
}
@media (max-width:1300px){
  .navbar-mobile{
    display: flex !important;
    padding: 24px;
    position: fixed;
    height: 69px;
    width: 100%;
    z-index: 997;
    background-color:#fff;
  }
   header{display: none;}
}