@font-face {
  font-family: Halant;
  src: url(../fonts/halant-v8-latin-500.woff2);
}
/*@font-face {
  font-family: Inter;
  src: url(../fonts/inter-v3-latin-500.woff2);
}*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
    font-size: 14px;
    line-height: 19px;
    color: #cbdbd1;
    font-family: 'Inter', sans-serif;
    background-image: linear-gradient(to bottom,#090812,#111520 100vh,#07090e 200vh);
}
a, a:hover{text-decoration: none !important;font-weight: 600;}
#wrapper{overflow: hidden;margin: 0 auto;}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    max-width: 1280px;
}
header{
	position: relative;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-image: linear-gradient(to bottom,#090812,rgb(9 8 18 / 0));
}
.mt-20{
    margin-top: 20px;
}
.wrap-header{
	padding: 5px 0;
    transition: .3s all ease-in-out;
    position: relative;
}
header h1#logo{
	margin: 0;
}
header h1#logo a{
	display: flex;
}
.menu, .menu .sub-menu{
	padding-left: 0;
	margin-bottom: 0;
}
.menu{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu li{
	position: relative;
	list-style-type: none;
	display: inline-block;
}
.menu li.menu-item-has-children:before {
    content: "";
    position: absolute;
    left: 39%;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 5px solid #ffc107;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.menu li.menu-item-has-children:hover:before {
    opacity: 1;
    visibility: visible;
}
.menu .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #4c5358;
	min-width: 370px;
    column-count: 3;
    border-top: 3px solid #ffc107;
    background-color: #1e1c1ceb;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
	display: none;
}
.menu .sub-menu li,.header-bottom .menu .sub-menu li a{
	width: 100%;
}
.menu li:hover>.sub-menu{
	display: block;
}
.menu .sub-menu .sub-menu{
	top: 0;
	left: 100%;
}
.menu ul.sub-menu li a {
    text-transform: inherit;
}
.menu li a{
	color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 10px;
    display: inline-block;
}
.menu li a:hover{
	color: #ffc107;
}
.menu li.current-menu-item>a{
    color: #ffc107;
}
.menu .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.list-socials{
	padding-left: 0;
	margin-bottom: 0;
}
.list-socials li{
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
}
.list-socials li:first-child{
	margin-left: 0;
}
.list-socials li a{
	color: #bbb;
}
.list-socials li a:hover{
	color: #e73737;
}
header .search-form{
	width: 100%;
    position: relative;
}
header .search-form input {
    height: 40px;
    color: #81a1c1;
    background-color: #3b4252;
    border: 2px solid #81a1c1;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 8px 16px;
    outline: none;
    box-shadow: none;
}
header .search-form input::placeholder {
  color: #81a1c1;
  opacity: 1;
}
header .search-form input:-ms-input-placeholder {
  color: #81a1c1;
}
header .search-form input::-ms-input-placeholder {
  color: #81a1c1;
}
header .search-form button[type=submit], header .search-form button[type=submit]:hover, header .search-form button[type=submit]:focus {
    outline: none;
    background-color: #81a1c1 !important;
    color: #242933;
    border-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    height: 40px;
    padding: 8px 16px;
    outline: none !important;
    box-shadow: none !important;
    min-width: fit-content;
}
footer{
    padding: 64px 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
}
footer .widget-title{
    position: relative;
    font-size: 16px;
    color: rgb(156 163 175/1);
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}
footer .footer-top{
    padding: 0;
}
footer .copyright{
    border-top: 1px solid rgb(55 65 81/1);
    text-align: center;
    padding-top:32px;
    font-size: 17px;
    color: #fff;
    margin: 48px 0;
}
footer .menu{
    padding-left: 0;
    display: block;
    flex-wrap: wrap;
    margin: 0;
}
footer .menu li{
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-bottom: 16px;
}
footer .menu li a {
    color: rgb(107 114 128/1);
    padding: 2px;
    display: block;
    text-transform: inherit;
}
footer .menu li a:hover{
    color: #e83381;
}

.show-in-mobile{
    display: none;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    z-index: 10;
    display: none;
}
.fixed-search{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}