@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format('woff2');
	unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------- scrollbar style begins ----------*/
::-webkit-scrollbar {
	width: 12px;
	background-color: white;
}
::-webkit-scrollbar-track {
	border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
	background: #6c6c6c !important;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
/*---------- scrollbar style ends ----------*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header-wrapper, #footer-wrapper {
	color: white;
	background-color: #0c0c0c;
}

#header-wrapper > *, #footer-wrapper > * {
	font-family: 'Open Sans', sans-serif;
	/*font-size: 16px;*/
	line-height: 28px;
}

#footer-wrapper hr {
	margin-top: 5px;
	margin-bottom: 3px;
	border: 0;
	border-top: 1px solid #eee;
}

a {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

p {
	margin: 0;
	font-weight: 700;
	/*font-size: 16px;*/
}

.hidden {
	display: none !important;
}
.navbar-wrapper {
	display: flex;
	text-decoration: none;
	list-style: none;
	justify-content: space-between;
	position: relative;
	padding: 0 50px;
	min-height: 100px;
}
.logoItem {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
	margin-top: 30px;
}
.navItem {
	display: flex;
	gap: 30px;
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	position: relative;
	z-index: 2;
}
.navItem .underline {
	display: inline;
}
.navItem .underline:hover {
	text-decoration: none;
}
.navTopMargin {
	margin-top: 30px;
}
.navItem .underline a:hover {
	color: white !important;
	text-decoration: underline;
}
li a {
	cursor: pointer;
}

.dropDown {
	display: flex;
	flex-direction: column;
	/* padding-top: 20px; */
	width: 55px;
}
.clickDropDown {
	margin-top: 20px;
	padding: 10px 8px;
	background-color: #0c0c0c;
}
.clickDropDown img {
	padding-right: 5px;
}
.clickDropDown img.dropDownImg {
	vertical-align: baseline;
	display: inline;
}
.clickDropDown a {
	font-size: 16px;
}
.dropDown {
	position: absolute;
	display: none;
}
.dropDown a {
	font-family: 'Open Sans';
	font-size: 16px;
	border-top: 2px solid #a1a1a1;
	padding: 10px 8px;
	width: 100%;
	background-color: #0c0c0c;
}
.dropDown a:hover {
	cursor: pointer;
	transition: 200ms;
	background-color: #151515;
}
.dropDown a:last-child {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.dropDown.langDropDown {
	width: 70px;
}
.closeLanguage a:hover {
	color: white !important;
}
.languageModalOpen {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.languageModalOpen:hover {
	cursor: pointer;
	transition: 200ms;
	background-color: #151515;
}

.navLogo {
	margin: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 84%;
}

.underline:hover {
	text-decoration: underline;
}

.footer {
	margin: auto;
	width: 75.79%;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}
.footerItems {
	display: flex;
	gap: 30px;
	width: 100%;
}

.footerWrapper {
	display: flex;
	width: 100%;
	gap: 20px;
}
.footerWrapper .itemWrapper:last-child {
	width: 31%;
}

.itemWrapper {
	width: 100%;
}

.footerContent {
	display: flex;
	flex-direction: column;
	/* gap: 10px; */
	font-size: 12px;
}
.footerContent a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	line-height: 18px;
	margin-top: 10px;
}

.socials {
	display: none;
}

.footerDescription {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 100;
	font-size: 9px;
	line-height: 18px;
	text-align: justify;
}
.language {
	display: none;
	background-color: black;
}

.language img {
	padding-right: 5px;
}
.languageDropDown {
	display: none;
}

.dropDown {
	cursor: pointer;
	background-color: black;
}

.aboutModal {
	flex-direction: column;
	position: absolute;
	background-color: black;
	top: 70px;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	backdrop-filter: blur(6px);
	width: 100%;
	left: -215px;
	display: none;
}
.aboutModalContentWrapper {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	padding: 0 50px;
}
.aboutModalContainer {
	width: 936px;
	position: absolute;
	top: 0;
	left: 165px;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.modalContentWrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 20px;
}
.modalContentWrapper.abt-col3 {
	justify-content: start;
}
.aboutModalContent {
	display: flex;
	font-size: 14px;
	gap: 20px;
	cursor: pointer;
	padding: 35px 10px;
	align-items: center;
}
.aboutModalContent a {
	display: flex;
	gap: 20px;
}
.aboutModalContent a:hover {
	color: white !important;
}

.modalMobileContent {
	display: flex;
	gap: 20px;
	margin: 10px 0;
}
.modalMobileContent a {
	display: flex;
	gap: 20px;
}
.grayText {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: rgb(161, 161, 161);
}

.aboutModalText {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	margin-bottom: 3px;
}

.accountModal {
	flex-direction: column;
	position: absolute;
	top: 70px;
	left: -215px;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	backdrop-filter: blur(6px);
	width: 100%;
	display: none;
}

.accountModalContentWrapper {
	display: flex;
	font-size: 14px;
	padding: 0 50px;
	width: 100%;
	justify-content: space-between;
}

.accountModalContent {
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 35px 10px;
	justify-content: space-between;
	width: 100%;
}
.accountModalContent a {
	display: flex;
	gap: 20px;
}
.mediaModal {
	flex-direction: column;
	position: absolute;
	top: 70px;
	left: -215px;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#151515 30.73%,
		#151515 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	backdrop-filter: blur(6px);
	width: 100%;
	display: none;
}

.mediaModalContentWrapper {
	display: flex;
	font-size: 14px;
	padding: 0 50px;
	width: 100%;
	justify-content: space-between;
}

.modalUnderline {
	display: block;
	height: 1px;
	width: 100%;
	border: none;
	background: linear-gradient(
		90deg,
		rgba(12, 12, 12, 0) 0%,
		#cecece 30.73%,
		#cbcbcb 67.19%,
		rgba(12, 12, 12, 0) 100%
	);
	margin: 0 auto;
}

.mediaModalContent {
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 35px 10px;
	justify-content: space-between;
	width: 100%;
}
.mediaModalContent a {
	display: flex;
	gap: 20px;
}

.hamburger {
	display: none;
}

.responsiveNav {
	display: none;
	/* cursor: pointer; */
	text-decoration: none;
	list-style: none;
	flex-direction: column;
	/* gap: 25px; */
	width: 100%;
	padding-bottom: 25px;
	padding-left: 25px;
	border-bottom: 2px solid #a1a1a1;
}

.responsiveNav li {
	cursor: pointer;
	margin: 10px 0;
}
.socialIconDesktop {
	margin-top: 10px;
	display: flex;
}
.socialIconDesktop img {
	margin-right: 10px;
}
.socialIconDesktop #twitterLogo {
	background-color: #515151;
	border-radius: 35px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	text-align: center
}
.socialIconDesktop #twitterLogo img {
	width: 20px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 10px;
}
.aboutmobileModalHide {
	display: none;
}
.accountmobileModalHide {
	display: none;
}
.mediamobileModalHide {
	display: none;
}

.mobileNavOverflow {
	height: 100vh;
	overflow: auto;
}
.mobileModalHide {
	display: none;
}
.mobileModal {
	position: absolute;
	top: 20px;
	width: 100%;
	background-color: #0c0c0c;
	z-index: 2;
	left: 0;
}
.mobileModal::-webkit-scrollbar {
	width: 5px;
	background-color: black;
}
.mobileModal::-webkit-scrollbar-thumb {
	background: #6c6c6c !important;
}
.mobileModal::-webkit-scrollbar-track {
	border: 0px;
}
.closeIcon {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 800px) {
	.navItem {
		/*font-family: 'Open Sans';*/
		font-size: 16px;
	}
	.navTopMargin {
		margin-top: 10px;
	}
	.closeLanguage {
		display: none;
	}
	body {
		overflow-x: hidden;
	}
	.footer {
		/* width: 95%;
		padding: 0 20px; */
	}
	.footerItems {
		display: flex;
		flex-direction: column;
	}
	.footerWrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.socials {
		display: block;
		width: 100%;
	}
	.links {
		display: none;
	}

	.socialIcon {
		display: flex;
		gap: 40%;
		margin-top: 15px;
	}

	.socialIcon #twitterLogo {
		background-color: #515151;
		border-radius: 35px;
		margin-right: 10px;
		width: 40px;
		height: 40px;
		text-align: center
	}
	.socialIcon #twitterLogo img {
		width: 20px;
		margin-right: 0px;
		margin-left: 10px;
		padding-top: 10px;
	}

	.language {
		display: flex;
		margin-top: 15px;
		cursor: pointer;
		background-color: #0c0c0c;
		padding-bottom: 10px;
		gap: 5px;
	}

	.languageDropDown {
		position: absolute;
		flex-direction: column;
		width: 55px;
	}
	.languageDropDown a {
		border-top: 2px solid #a1a1a1;
		padding: 10px 6px;

		width: 100%;
		background-color: black;
	}
	.languageDropDown a:hover {
		cursor: pointer;
		transition: 500ms;
		background-color: #151515;
	}

	.hamburger {
		display: block;
		cursor: pointer;
	}
	.navLogo {
		margin: 0;
		width: 70px;
		height: 50px !important;
	}

	.responsiveClick {
		padding: 20px;
	}

	.navbar-wrapper {
		padding-top: 5px;
		align-items: center;
		padding: 0;
		min-height: auto;
	}
	.clickDropDown {
		display: none;
	}

	.navItem .responsiveNavItem {
		display: none;
	}
	.responsiveNav {
		display: none;
		padding-left: 20px;
		/* gap: 20px; */
	}
	.hamburger {
		display: block;
		z-index: 2;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 768px) {
	.footerContent {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 598px) {
	.socialIcon {
		margin-top: 10px;
		gap: 12%;
	}

	.socialIconDesktop img {
		margin-right: 5px;
	}
	.socialMobile {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.footer {
		width: 87.5%;
	}
	.footerContent {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* flex-direction: column; */
		font-size: 12px;
		/* column-gap: 40px; */
		max-height: 168px;
		flex-wrap: wrap;
	}
	.footerContent a {
		width: 140px;
	}
}
