/*mmisso-o*/
.mmisso-o{
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0px;
	z-index: 3;
	background: #000000;
}

.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.3);
	 backdrop-filter: blur(5px);
	 -webkit-backdrop-filter: blur(5px);
	 -moz-backdrop-filter: blur(5px);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.mmisso-o-bg img{
	position: absolute;
	max-height: 450px;
	object-fit: contain;
	object-position: center center;
	opacity: 0.5;
	z-index: -2;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
@media screen and (max-width:500px){
	.mmisso-o{
		padding:40px 0px !important;
		background: #ffffff !important;
	}
	.mmisso-o-bg img{
		width: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
	}
}
.mmisso-o-main{
	position: relative;
	width: 70%;
	display: block;
}
@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;
}
@media screen and (max-width:1100px){
	.mmisso-o-main h2{
		font-size: calc(2vw + 2vh + 2.3vmin) !important;
	}
}


.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;
}

@media screen and (max-width:700px){
  .arti-card-sec{
    display: block !important;
    margin-top: 20px !important;
  }  
  .arti-card{
    margin-top: 30px !important;
  }

  .arti-card:before{
    right: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    left: 0px !important;
}
}
.arti-card{
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 30px;
    z-index: 3;
    display: block;
}

.arti-card:before{
    content: '';
    position: absolute;
    z-index: -3;
        right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
        -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

/*top-artisan-card*/
.top-arti-card{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:100px 1fr;
    grid-gap: 10px;
}
@media screen and (max-width:350px){
.top-arti-card{
	display: block !important;
}
.arti-top-profile{
	height: auto !important;
	margin-bottom: 20px !important;
}
}
.arti-top-profile{
    position: relative;
    width: 100%;
    height: 100px;
}

.arti-top-profile button{
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: 3px solid #ffffff;
}
.arti-top-profile button img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.arti-top-details{
    position: relative;
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    overflow: hidden;
}
.arti-top-details h3{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.arti-top-details p{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px !important;
    margin-top: 5px;
}
.arti-top-details span{
    font-size: 12px;
    letter-spacing: 0.23em;
    font-weight: 700;
    padding: 10px 0px;
    text-transform: uppercase;
}

@media screen and (max-width:500px){
	.link-search button:last-child,
	.arti-top-details p i{
		display: none !important;
	}
	.link-search input{
		font-size: 14px !important;
	}
	.arti-top-details span{
		letter-spacing: normal !important;
	}
}

/*mHd-sec*/
.mHd-sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 70px 0px;
	padding-bottom: 30px;
}
@media screen and (max-width:700px){
	.mHd-sec{
		padding: 50px 0px !important;
		padding-bottom: 0px !important;
	}
}
.t-mHd-sec{
	position: relative;
	width: auto;
	max-width: 70%;
}
@media screen and (max-width:1100px){
	.t-mHd-sec{
		max-width: 100% !important;
	}
}
.t-mHd-sec h2{
	margin-bottom: 30px;
	position: relative;
	padding: 10px 0px;
}

.t-mHd-sec h2:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background: #000000;
	bottom: -10px;
	left: 0;
}

.t-mHd-sec h2:after{
	content: '';
	position: absolute;
	width: 30%;
	height: 1px;
	background: #000000;
	bottom: 0px;
	left: 0;
}


/*mHd-sec-grid*/
.mHd-sec-grid{
	position: relative;
    width: 100%;
    height: auto;
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    grid-template-rows: auto;
}

@media screen and (max-width:600px){
	.mHd-sec-grid{
		display: block !important;
		margin-top: 60px !important;
	}

	.mHd-sec-card{
		margin-top: 30px !important;
		text-align: center !important;
		background: #E9EAEB;
		width: 100%;
		padding:30px 20px;
		border-radius: 10px;
		border: 1px solid #DBDFE2;
	}
	.mHd-sec-card-banner{
		background: transparent !important;
		border: none !important;
		padding: 0px !important;
	}
}
/*mHd-sec-card*/
.mHd-sec-card{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
}

.mHd-sec-card-banner{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
	background: #E9EAEB;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #DBDFE2;
	margin-bottom: 10px;
}
.mHd-sec-card img{
	width: 80%;
	height: 150px;
	object-fit: cover;
	object-position: center;
	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;
}
@media screen and (max-width:600px){
	.mHd-sec-card img{
		height: auto !important;
		max-height: 200px !important;
		object-fit: contain !important;
		background: transparent !important;
		border: none !important;
		box-shadow: none !important;
}
}
.mHd-sec-card:hover img{
	transform: scale(0.95);
}
.mHd-sec-card p{
	font-size: 13px !important;
	display: block;
	     position: relative;
     width: 100%;
     height: auto;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
.mHd-sec-card h3{
	font-size: 18px;
    line-height: 1.6;
     font-family: Canva Sans,Noto Sans Variable,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
     position: relative;
     width: 100%;
     height: auto;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}

