.body-container-wrapper {
margin-top:80px !important;
}

.nav-container {
width:100%;
height:80px;
position: fixed;
  top:0px;
  z-index:100;
padding-bottom:50px;
border-bottom: 1px solid #ffffff21;
box-shadow: 0px 20px 30px #00000017;

}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 250px;
}
.nav-wrapper {
max-width:1360px;
height:80px;
    margin: auto;
    display: flex;
      align-items: center;
}
.logo-wrapper {
align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 30px;

}


.anchor-wrapper {
align-items: center;
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-left: auto;
    margin-right: 30px;
    width: auto;

}
.anchor-wrapper a {
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
    align-items: center;
    align-content: center;
    display: flex;
    padding: 0px;
    flex-direction: column;
    text-align: center;
}

.anchor-wrapper a:after {
		content: '';
		position: relative;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%) scaleX(0);
		transform-origin: 50% 50%;
		width: 100%;
		height: 2px;
		background-color: rgba(255,255,255,0.8);
		transition: transform 250ms;
display:flex;
	}
	
.anchor-wrapper a:hover::after {
			transform: translateX(-50%) scaleX(1);
		}
		

	


@media (max-width: 768px) {
    .logo-wrapper {
        margin: auto;
    } 
  
  .logo-wrapper img {
height:20px;
}
.nav-container {
height:60px;
}
.nav-wrapper {
height:60px;
}
    .anchor-wrapper {
display:none;
    }
}

@media (max-width: 640px) {
    .logo-wrapper {
        margin: auto;
    }    
  .logo-wrapper img {
height:20px;
}
.nav-container {
height:60px;
}
.nav-wrapper {
height:60px;
}
}



@media (max-width: 1024px) {

    }
}