

@font-face {
	font-family: Abar;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Abar/woff/Abar-Regular.woff') format('woff'),   
	url('../fonts/Abar/woff2/Abar-Regular.woff2') format('woff2');		 	 
}

@font-face {
	font-family: Abar;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Abar/woff/Abar-SemiBold.woff') format('woff'),   
	url('../fonts/Abar/woff2/Abar-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: Abar;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Abar/woff/Abar-Bold.woff') format('woff'),   
	url('../fonts/Abar/woff2/Abar-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: Abar;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/Abar/woff/Abar-ExtraBold.woff') format('woff'),   
	url('../fonts/Abar/woff2/Abar-ExtraBold.woff2') format('woff2'); 
}

@font-face {
	font-family: Abar;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Abar/woff/Abar-Black.woff') format('woff'),   
	url('../fonts/Abar/woff2/Abar-Black.woff2') format('woff2');		 
}







:root {

}

::selection {
    background-color: #000;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url(../images/bg-pattern.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Abar;
}

a {
    color: inherit;
    text-decoration: none;
}

.glass-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 50%;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-box__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: ;
}

.glass-box__subtitle {
    margin: 0 0 32px 0;
    font-size: 18px;
    font-weight: 300;
    text-align: ;
}

.glass-box__desc {
    margin: 0;
    text-align: center;
}

.glass-box__list {
    display: flex;
}


@media screen and (min-width: 768px) {
    
}

@media screen and (min-width: 1400px) {
    
}