html{
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
}
*,
*::before,
*::after{
    box-sizing: inherit;
}

body {
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    overflow-x:hidden !important;  
    filter: drop-shadow(0px 10px 32px rgba(19, 34, 26, 0.06));


}
.content{
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}
.container-min {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}
/* // .container-header{
//     max-width: 1420px;
//     margin: 0 auto;
//     padding: 0 10px;
// } */
.main{
    flex:  1 0 auto;
    flex-grow: 1;
}
.header{
	/* // position: sticky; */
	margin: 0 auto;
	top: 0;
    /* // position: fixed;
    // top: 0;
	// left:0;
	// right:0; */
}
.opacity{
    opacity: 0.5;
    cursor: default;
    
}
.opacity a{
    text-decoration: none;
    pointer-events: none !important;
}
.footer{
    flex: 0 0 auto;
}
.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.white{
    color: white;
}


