*, *::after, *::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);  
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Poppins/Poppins-Medium.ttf); 
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

/*##################### HEADER #####################*/

#site-header-wrap {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.theme-container {
	width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

/*##################### TOP BAR #####################*/

#top-bar {
	border-width: 0px 0px 1px 0px;
    border-color: rgba(237,237,237,0.3);
	border-style: solid;
	font-size: 14px;
    position: relative;
    z-index: 1;
}

#top-bar-inner {
	padding: 12px 0 10px;
}

.top-bar-inner-wrap {
	display: table;
    width: 100%;
}

.top-bar-content {
	display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 40%;
}

#top-bar .top-bar-content .content {
    position: relative;
    display: inline-block;
    margin-right: 22px;
    padding-left: 26px;
}

#top-bar .top-bar-content .content.phone:before {
    content: "\f095";
}

#top-bar .top-bar-content .content:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 1px;
    top: 0;
}

#top-bar .top-bar-socials {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 60%;
}

#top-bar .top-bar-socials .icons {
    margin-left: 15px;
    display: inline-block;
}

#top-bar .top-bar-socials .icons a {
    position: relative;
    z-index: 1;
    font-size: 15px;
    width: 32px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

#top-bar, #top-bar a, #top-bar .top-bar-socials .icons a {
    color: black;
	text-decoration: none;
	font-size: 16px;
	font-family: 'proxima', sans-serif;
}

#top-bar .content, #top-bar .content > a {
	font-size: 14px;
	letter-spacing: 2px;
}

/*##################### NAVBAR #####################*/

#site-header {
    background-color: transparent;
    box-shadow: none;
}

#site-header-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

#site-logo {
    float: left;
    max-width: 100%;
}

#site-logo-inner {
	margin: 32px 0;
}

#site-logo-inner > .title {
	position: relative;
	font-weight: 700;
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'proxima', sans-serif;
}

@media only screen and (min-width: 992px)
	#site-logo-inner {
		margin: 25px 0 0 0;
	}
}

#nav {
    display: block;
	position: relative;
}

#submenu {
	position: relative;
}

#nav > ul {
  display: flex;
  justify-content: flex-end;
}

#nav > ul > li {
    margin: 0 16px;
    list-style: none;
}

#submenu > ul {
	background: rgba(0, 0, 0, 0.9);
	padding: 18px 0;
	display: none;
	position: absolute;
	top: 100%;
	box-shadow: 0 0px 30px 0 rgb(0 0 0 / 10%);
	border-radius: 8px;
}

#submenu:hover ul  {
	display: block;
}

 #submenu > ul > li {
	padding: 10px;
	width: 180px;
    list-style: none;
 }

#submenu > ul > li > a {
	font-size: 14px;
	padding: 9px 10px;
    font-family: "proxima", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
	text-decoration: none;
	color: white;
}

#submenu > ul > li:hover, #submenu > ul > li:hover a  {
	background: white;
	color: black;
	cursor: pointer;
}

#nav > ul > li > a {
    font-family: "proxima", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 94px;
	text-decoration: none;
	color: black;
	position: relative;
}

#nav > ul > li > a:after, .sticky #nav > ul > li > a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	left: 0;
	bottom: -10px;
	transition: 0.3s;
}

#nav > ul > li > a:after {
	background-color: black;
}

#nav > ul > li:hover > a:after, .sticky #nav > ul > li:hover > a:after {
	width: 100%;
}

.sticky {
	background: black;
}

.sticky #top-bar {
	display: none;
}

.sticky #site-logo .title, .sticky #nav a {
	color: white;
}

.sticky #nav > ul > li > a:after {
	background-color: white;
}

/*##################### CONTENT #####################*/

.container {
	position: relative;
	margin: 8rem auto;
}

.container-act {
	position: relative;
	margin: 10rem auto;
}

h1 {
	color: white;
	font-weight: 600;
	font-size: 3rem;
}

h2, p {
	color: white;
	font-weight: 500;
}

h3 {
	color: white;
	font-weight: 600;
}

main {
	font-family: 'Poppins', sans-serif;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.glass {
	min-height: 80vh;
	width: 70%;
	background: linear-gradient(to left top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)); 
	border-radius: 2rem;
	z-index: 3;
	backdrop-filter: blur(2rem);
	display: flex;
}

.form-container {
	display: flex;
	margin: auto 1rem;
}

.form__content {
	background: linear-gradient(to left top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
	border-radius: 1rem;
	box-shadow: 6px 6px 20px rgba(122, 122, 122, 0.2);
	padding: 2rem;
	margin: 20px 0 12px 0;
}

/*##################### "RESPONSIVE" #####################*/

@media only screen and (max-width: 1050px) {

	.container-act, .container {
		position: relative;
		margin: 18.25rem auto;
	}
	
	.glass {
		flex-direction: column;
		background: none;
		justify-content: center;
	}
	
	.glass .user {
		display: none;
	}
	
	#nav {
		display: inline-block;
		float: right;
	}
	
	.links__link {
		padding: 1rem 1.5rem;
	}
}