/* global --------------------------------------------------------- */
:root {
  --mas-color-red: #fa0101;
  --mas-color-green: #14e80f;
  --mas-color-iceblue: #9898ed94;
}
body {
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	color: #d4d4d4;
	background: #111111;
}
a, button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #ffffff;
	outline: medium none;
}
a {
	text-decoration: none;
}
a:hover {
	color: var(--mas-color-green) !important;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: cursive;
    color: #fff;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
    text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
}
ul.disc li {
	list-style: disc;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
/* global --------------------------------------------------------- */

/* header --------------------------------------------------------- */
header {
	position: relative;
	z-index: 9;
}

header .bg {
	background-color: #1a1a1a;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 129px;
	background-position: center;
	background-size: cover;
	z-index: -1;

	border-bottom: 1px solid var(--mas-color-iceblue);
	box-shadow: 0px 4px 7px -3px black;
}
header .header-top-area {
	background: transparent;
	padding: 14px 0;
	border-bottom: 1px solid #9898ed1c;
}
header .header-bottom-bg {
	position: absolute;
	left: 0;
	bottom: -5px;
	right: 0;
	width: 1499px;
	height: 28px;
	margin: 0 auto;
	z-index: -1;
	border-radius: 80px;
	background-color: #1a1a1a;
	padding-bottom: 40px;

	border-bottom: 1px solid var(--mas-color-iceblue);
	box-shadow: 0px 4px 7px -3px black;
}

.custom-container {
	max-width: 1330px;
}

header .mobile-logo img {
	max-height: 40px;
	border-radius: 40px;
}
/* header --------------------------------------------------------- */

/* header-top-social ----------------------------------------------- */
ul.social-wrap {
	display: flex;
	align-items: center;
}
ul.social-wrap li:first-child {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-family: cursive;
	line-height: 1;
	letter-spacing: 2px;
	margin-right: 5px;
}
ul.social-wrap li + li {
	margin-left: 10px;
}
ul.social-wrap li a {
	display: inline-block;
	width: 38px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
	color: #cfcdcd;
	font-size: 12px;
	background: #23262d;
	margin-bottom: 10px;
}
ul.social-wrap li a:hover {
	color: var(--mas-color-green);
}
/* header-top-social ----------------------------------------------- */

/* header-top-login ------------------------------------------------ */
header .header-top-area .header-top-login ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .header-top-area .header-top-login ul li {
	border: 1px solid transparent;
    transition: all 0.3s ease-out 0s;
}
header .header-top-area .header-top-login ul li:hover {
	border: 1px solid var(--mas-color-green);
}
header .header-top-area .header-top-login ul li.or {
	margin: 0 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: cursive;
}
header .header-top-area .header-top-login ul li a {
	display: block;
	background: #23262d;
	text-transform: uppercase;
	color: #cfcdcd;
	font-weight: 700;
	font-size: 11px;
	font-family: cursive;
	padding: 2px 23px 2px 7px;
	border-top: 2px solid #2a2b37;
	border-bottom: 2px solid #2a2b37;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}
header .header-top-area .header-top-login ul li a:hover {
	color: var(--mas-color-green);
}

header .header-top-area .header-top-login ul li a i {
	width: 29px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #1d1e29;
	margin-right: 15px;
	color: #ff4800;
}
header .header-top-area .header-top-login ul li a i {
	color: #cfcdcd;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/* header-top-login ------------------------------------------------ */

/* main-menu ------------------------------------------------------- */
header .main-menu {
	border-radius: 0 0 14px 14px;
	background-position: right center;
	background-size: cover;
	position: relative;
	background-image: none;
	padding: 0;
}
header .main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
header .main-menu nav .navbar-wrap > ul > li + li {
	margin-left: 42px;
}
/* main-menu ------------------------------------------------------- */

/* navbar-wrap ------------------------------------------------------ */
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul.left {
	margin-left: 0;
	margin-right: auto;
}
.navbar-wrap ul li {
	position: relative;
}
.navbar-wrap ul li.show, .navbar-wrap ul li.show a::before, .navbar-wrap ul li:hover > a::before {
	opacity: 1;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #edeaea;
	padding: 15px 23px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	font-family: cursive;
}
.navbar-wrap > ul > li > a {
	padding: 35px 0;
}
.navbar-wrap > ul > li:hover > a {
	color: var(--mas-color-green);
}
.navbar-wrap > ul > li.show > a {
	color: var(--mas-color-green);
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	margin: 0;
	border-radius: 2px;
	transform: scale(1, 0);
	transform-origin: 0 0;
	transition: all 0.3s ease-in-out;

	border-color: #3a2746;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin-top: 4px;
	background: #1a1a1a;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li:hover {
	background: #00000029;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -62px;
	z-index: 9;
	width: 262px;
	height: 132px;
	align-items: center;
}
.navbar-wrap .logo a img {
	margin-top: 5px;
	max-width: 250px;
	max-height: 120px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	border-radius: 120px;
	border: 1px solid transparent;
	border-bottom: 1px solid var(--mas-color-iceblue);
	box-shadow: 0px 4px 23px -3px black;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap .logo a img:hover {
	border: 1px solid var(--mas-color-green);
}

/* xxxxxxxxxxxxxxxx */
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	transition: all 0.3s ease-in-out;

	border-color: var(--mas-color-iceblue);
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin-top: 4px;
	background: #1a1a1a;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a {
	color: var(--mas-color-green);
}
/* navbar-wrap ------------------------------------------------------ */

/* header-action ---------------------------------------------------- */
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.header-action > ul li {
	position: relative;
	margin-left: 0;
}
.header-action ul li.header-search a {
	width: 56px;
	height: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	background: #262831;
	border-radius: 5px;
	font-size: 13px;
	color: var(--mas-color-green);
	border: 1px solid transparent;
    transition: all 0.3s ease-out 0s;
}
.header-action ul li.header-search a:hover {
	border: 1px solid var(--mas-color-green);
}
.header-languages button {
	border: 1px solid transparent;
    transition: all 0.3s ease-out 0s;
}
.header-languages button:hover {
	border: 1px solid var(--mas-color-green);
}
.header-languages ul {
	background: #1a1a1a;
}
.header-languages ul a {
	color: #fff;
	padding: 0px 10px 0px 25px;
	line-height: 40px;
}
.header-languages ul li:hover a {
	background: #00000029 !important;
}
/* header-action ---------------------------------------------------- */

/* header-action ---------------------------------------------------- */
header .sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #1a1a1a;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	/*box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);*/
	border-radius: 0;
	padding: 0;

	border-bottom: 1px solid var(--mas-color-iceblue);
	box-shadow: 0px 4px 7px -3px black;
}
header .sticky-menu .navbar-wrap .logo {
	top: 0;
}
/* header-action ---------------------------------------------------- */

/* footer ----------------------------------------------------------- */
footer {
	background-image: url(../../assets/images/banners/footer-bg.jpg);
	background-position: left;
	background-size: cover;
	background-color: #161417;
}

footer .footer-bg {
	padding-bottom: 65px;
	position: relative;
	z-index: 1;

    border-top: 1px solid var(--mas-color-iceblue);
    box-shadow: 0px -5px 7px -3px black;
}
footer .footer-logo img {
	max-height: 60px;
	border-radius: 60px;
}
footer .footer-title {
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 5px;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
}
footer .footer-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: var(--mas-color-green);
}
footer .footer-widget ul li + li {
	margin-top: 5px;
}
footer .footer-copyright {
	padding: 15px 0;
}

footer .footer-top-wrap {
	border-radius: 80px;
	background-color: #141414;
	padding: 40px 65px;
	margin-top: -55px;
	align-items: center;
	position: relative;
	z-index: 1;

    border-top: 1px solid var(--mas-color-iceblue);
    box-shadow: 0px -5px 7px -3px black;
}
/* footer-social ---------------------------------------------------- */


/* social-colors ---------------------------------------------------- */
.color-social {
	background: #000 !important;
	border: 1px solid transparent;
    transition: all 0.3s ease-out 0s;
}
.color-social:hover {
	border: 1px solid var(--mas-color-green);
}
.color-social i {
    transition: all 0.3s ease-out 0s;
	font-size: 17px;
}
.color-social:hover i {
	font-size: 30px;
}

.color-facebook {
	background: rgb(59, 89, 152) !important;
}
.color-twitter {
	background: #000 !important;
}
.color-youtube {
	background: #d71e18 !important;
}
.color-linkedin {
	background: #1565c0 !important;
}
.color-instagram { 
	background: #f09433 !important; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ) !important;
}
.color-kick {
	background: #000 !important;
	color: #00e701 !important;
}
.color-discord {
	background: rgb(59, 89, 152) !important;
}
.color-twitch {
	background: #9146ff !important;
}

.white-stroke {
	  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
			   1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.black-stroke {
	  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
			   1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
/* social-colors ---------------------------------------------------- */

/* other-scripts ---------------------------------------------------- */
.mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	margin-top: -44px;
}
.mean-container .mean-nav {
	margin-top: 15px;
}
.mean-container .mean-bar {
	min-height: auto;
}
/* other-scripts ---------------------------------------------------- */

/* bgcolors ---------------------------------------------------------- */
.bgcolor1 {
	background: #171821;
}
.bgcolor2 {
	background: #111111;
}
/* bgcolors ---------------------------------------------------------- */

/* section ---------------------------------------------------------- */
section {
	background-position: center;
	background-size: cover;
    position: relative;
    overflow: hidden;
}
section .section-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: sans-serif;
    font-size: 26px;
    position: relative;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 17px;
}
section .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--mas-color-green);
}
section .section-button {
    user-select: none;
    -moz-user-select: none;
    background: transparent;
    border: 3px solid var(--mas-color-green);
    border-radius: 50px;
    color: #e3dfdf;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 16px 34px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
/* section ---------------------------------------------------------- */

/* modal ---------------------------------------------------------- */
.masmodal .modal-dialog .modal-content .modal-body {
	padding: 1px;
}

/*
.masmodal .modal-dialog .modal-content .modal-body .iframe-container {
	width: 100%;
	height: 100%;
}
.masmodal .modal-dialog .modal-content .modal-body .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

/*
.masmodal .modal-dialog {
	width: 600px; 
	height: 90%; 
	max-width: 100%;
}
.masmodal .modal-dialog .modal-content {
	height: 100%;
}
.masmodal .modal-dialog .modal-content .modal-body .masmodal-container {
	height: 100%;
}
.masmodal .modal-dialog .modal-content .modal-body .masmodal-container iframe {
	width: 100%;
	height: 100%;
}
*/
/* modal ---------------------------------------------------------- */

/* breadcrumb ---------------------------------------------------------- */
.breadcrumb-bg {
    background-image: url(../../assets/images/banners/breadcrumb-banner.jpg);
    padding-top: 85px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
}
.breadcrumb-content h2 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: .8;
}
.breadcrumb-content h2 span {
    color: #f2a900;
}
.breadcrumb > .active {
    color: #888;
}
.breadcrumb-content .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}
.breadcrumb-content .breadcrumb li {
    text-transform: uppercase;
    font-weight: 600;
    color: #f2a900;
}
.breadcrumb-content .breadcrumb li a {
    color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "\f101";
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
}
/* breadcrumb ---------------------------------------------------------- */

/* buttons ---------------------------------------------------------- */
.btn {
	background: #e4a101;
    -moz-user-select: none;
    border: medium none;
    border-radius: 5px;
    color: #1c1121;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 44px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.btn:hover {
	color: #1c1121;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	z-index: -1;
	transition: .3s linear;
}
.btn:hover::before {
	bottom: 0;
}
.btn i {
	margin-right: 5px;
}
.btn.transparent-btn {
	border: 2px solid #9f999d;
	background: transparent;
	color: #fff;
}
.btn.transparent-btn:hover {
	border: 2px solid #e4a101;
	color: #1c1121;
}
.btn.transparent-btn::before {
	display: none;
}
.btn.btn-style-two {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
}
.btn.btn-style-two::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two:hover::before {
	right: 0;
}
/* buttons ---------------------------------------------------------- */

/* buttons ---------------------------------------------------------- */
.dark-text {
	color: black !important;
}
a.dark-text:hover {
	color: var(--mas-color-green) !important;
}
/* buttons ---------------------------------------------------------- */

/* mean-container ---------------------------------------------------------- */
.mean-container .mean-bar {
    background: transparent;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid #383838;
}
.mean-container .mean-nav ul li a.mean-expand {
	padding: 11px !important;
	border: 0 !important;
}
/* mean-container ---------------------------------------------------------- */

/* responsive-controls ---------------------------------------------- */
@media (max-width: 1199.98px) {
	header .bg, header .header-bottom-bg {
		display: none;
	}
	header {
		background: #1c1f26;
		padding: 20px 0 5px;
	}
	header .sticky-menu {
		padding: 20px 0 5px;
	}
	footer .footer-top-wrap {
	    padding: 20px 33px;
	}
}
/* responsive-controls ---------------------------------------------- */