/*mmisso-o*/
/*.mmisso-o{*/
/*	position: relative;*/
/*	width: 100%;*/
/*	height: 10px;*/
/*	padding: 130px 0px;*/
	/*background: #000000;*/
/*	z-index: 3;*/
/*	padding-bottom: 10px;*/
/*}*/

.mmisso-o-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -3;
}
.mmisso-o-bg:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	 backdrop-filter: blur(5px);
	 -webkit-backdrop-filter: blur(5px);
	 -moz-backdrop-filter: blur(5px);
	top: 0;
	left: 0;
}
.mmisso-o-bg img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.2;
	z-index: -2;
}

.mmisso-o-main{
	position: relative;
	width: 70%;
	margin-left: 15%;
}
@media screen and (max-width:1100px){
	.mmisso-o-main{
		width: 100% !important;
		margin-left: 0% !important;
	}
}
.mmisso-o-main h2{
	margin-bottom: 30px;
	position: relative;
	font-size: calc(1.2vw + 1.2vh + 1.5vmin) !important;
	font-weight: 700;
	color: #ffffff !important;
}
@media screen and (max-width:1100px){
	.mmisso-o-main h2{
		font-size: calc(1.8vw + 1.8vh + 2vmin) !important;
	}
}
.mmisso-o-main p{
	color: #bababa !important;
	font-size: 18px;
}


.link-search{
	position: relative;
	width: 100%;
	height: 60px;
	background: #F5F5F5;
	margin-top: 30px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}
.link-search button{
	position: relative;
	width: 60px;
	height: 100%;
	border: none !important;
	outline: none !important;
	background: transparent;
}
.link-search input{
	width: 100%;
	height: 100%;
	background: transparent;
	border: none !important;
	outline: none !important;
	font-size: 17px;
}

/*ssh-bttns*/
.ssh-bttns{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.ssh-bttns span{
	font-size: 18px;
	color: #ffffff;
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 0px;
}

.ssh-bttns-main{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.ssh-bttns-main a{
	width: 170px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 18px !important;
}
@media screen and (max-width:300px){
.ssh-bttns-main a{
	font-size: 15px !important;
}
}
.active-ssh-btn{
	background: #FF3850 !important;
}

/*Fgg-0s*/
.Fgg-0s{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 100;
	margin-top: -150px;
}

.Fgg-0s-main{
	position: relative;
	width: 100%;
	height: auto;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	padding: 30px;
}

/*gg-grid*/
.gg-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-top: 40px;
}
@media screen and (max-width:900px){
	.gg-grid{
		display: block !important;
		margin-top: 0px !important;
	}
	.artist-banner{
		padding: 0px !important;
			display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	}
}
.artist-banner{
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px;
}

.artist-banner img{
	width: 100%;
	max-width: 500px;
	transition: all 0.5s ease-in-out;
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	background: #ffffff;
	margin-bottom: 30px;
}
.artist-banner p{
	font-size: 17px;
}

/*selct-sec*/
.selct-sec{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding: 30px;
}
@media screen and (max-width:450px){
	.selct-sec{
		padding: 50px 0px !important;
	}
}
.t-selct-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: none;
}
.active-t-selct-sec{
	display: block !important;
}
.t-selct-sec button{
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	font-size: calc(1.2vw + 1.2vh + 1.5vmin);
	background: transparent;
	outline: none;
	cursor: pointer;
}
.t-selct-sec button:before{
	content: '';
	position: absolute;
	width: 70%;
	height: 1px;
	background: #000000;
	bottom: -10px;
	left: 0;
}

.t-selct-sec button:after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background: #000000;
	bottom: 0px;
	left: 0;
}

.t-selct-sec ul{
	position: relative;
	width:100%;
	height: auto;
	margin-top: 40px;
}
.t-selct-sec ul li{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	display: flex;
	align-items: center;
}

.t-selct-sec ul li .link-banner{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 10px 0px;
	margin-top: 20px;
}

.t-selct-sec ul li .link-banner img{
	max-width: 100px;
	height: auto;
	object-fit: contain;
}

.t-selct-sec ul li a{
	position: relative;
	width: 200px;
	height: 40px;
	background: #000000;
	color: #ffffff;
	border-radius: 30px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
	transition: all 0.3s ease-in-out;
	font-size: 15px;
}
.t-selct-sec ul li a:hover{
	background: #121212;
}







