@charset "UTF-8";

.mfTemplatesPageHead{
	position: relative;
    background: linear-gradient(to right, #18294a, #4b6cb7);
    padding: 70px 0;
    color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.mfWireframeTemplatePageHead {
    background-image: url('../png/wireframe-4.png');
}

.mfFlowChartTemplatePageHead{
	background-image: url('../png/flowchart.png');
}

.mfSiteMapTemplatePageHead{
	background-image: url('../png/sitemap-2.png');
}

.mfTemplatesPageBreadcrumbsList{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items:center;
	font-size: 14px;
}

.mfTemplatesPageBreadcrumbsList a{
	color: inherit;
}

.mfTemplatesPageBreadcrumbsList a:hover{
	color: #1c7ce2;
}

.mfTemplatesPageBreadcrumbsDivider{
	padding-left: 0.5rem;
    font-size: 10px;
    position: relative;
    top: 1px;
}

.mfTemplatesPageBreadcrumbsListItem{
	display: flex;
	align-items: center;
}

.mfTemplatesPageBreadcrumbsListItem:last-child{
	opacity: 0.6;
}

.mfTemplatesPageBody{
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
}

.mfTemplatesPageInfo{
	color: #424242;
	padding-top: 15px;
}

.mfTemplatesPageBreadcrumbsWrapper{
	padding-top: 50px;
}

.mfTemplatesPageMain{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 80px;
}

.mfTemplatesPageFilters{
	background: #fff;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;    
    padding-bottom: 25px;
}

.mfTemplatesPageFiltersList{
	list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
}

.mfTemplatesPageFiltersListItem{
	display: flex;
	align-items: flex-start;
	gap: 0.25rem;
	cursor: pointer;
	padding: 0.5rem 0;
	color: #000;
	font-size: 16px;
}

.mfTemplatesPageFiltersListItem a
{
	color: #000;
}
.mfTemplatesPageFiltersListItem.active a:hover,.mfTemplatesPageFiltersListItem.active a{
	color: #1c7ce2; 
}

.mfTemplatesPageFiltersListIndicator{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    font-size: 10px;
    position: relative;    
    display: none;
}

.mfTemplatesPageFiltersListItem.active .mfTemplatesPageFiltersListIndicator{
	display: inline-block;
}

.mfTemplatesPageContent{
	width: 100%;
}

.mfTemplatesSearchBox{
	position: relative;
	margin-top: 0.5rem;
}

.mfTemplatesSearchBox .mfTemplatesSearch{
	position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 7px 14px 7px 40px;
    max-width: 500px;
    width: 100%;
}

.mfTemplatesSearchIcon{
	position: absolute;
    top: 9px;
    left: 10px;
}

.mfTemplatesPageGrid{
	display: grid;
	align-items: flex-start;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 4rem;
	padding: 40px 0;
}

.mfTemplatesPageGridItem{
	text-align: left;
	width: 100%;
	cursor: pointer;
	transition: ease 0.3s;
}

.mfTemplatesPageGridItemLabel{
	padding-top: 15px;
}

.mfTemplatesPageGridItemThumb{
	/* border: 1px solid #e1e1e1; */
	border-radius: 5px;
	overflow: hidden;
}

.mfTemplatesPageGridItemThumb img{
	
    object-fit: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: ease 0.3s;
    transform: scale(1);
}


.panning-background {
      width: 100%; /* Set the width of your element */
    height: 300px; /* Set the height of your element */
    background-size: 120%; /* Start slightly zoomed in */
    background-position: center center; /* Center the background image */
    background-repeat: no-repeat; /* No repetition of the image */
    animation: kenburns 15s ease-in-out infinite alternate; /* Animation definition */

}

@keyframes kenburns {
    0% {
        background-size: 120%; /* Start slightly zoomed in */
        background-position: center center; /* Centered position */
    }
    100% {
        background-size: 130%; /* Zoom in further */
        background-position: top right; /* Pan to top right */
    }
}




.mfTemplatesPageGridItem:hover .mfTemplatesPageGridItemThumb img{
	transform: scale(1.03);
}

.mfTemplatesPageContentActionBtn{
	background: #e5edfe;
    color: #1c7ce2;
    border: unset;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}

.mfTemplatesPageContentHead{
	display: flex;
	align-items: flex-start;
	gap: 1.6rem;
}

.mfTemplatesPageContentAction{
	margin-left: auto;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
     flex: 0 0 auto;
    width: auto;
    margin-top: 0.65rem;
}

.mfTemplatesPageContentTitle h1{
	font-size: 32px;
	padding-bottom: 5px;
	margin-top: 0;
}

.border-0{
	border: 0;
}

.mfTemplatesDetailsPageThumb{
	border: 0;
    padding: 14px 0;
}

.mf_fs-18{
	font-size: 18px;
}

@media(min-width: 500px){
	.mfTemplatesPageGrid{
		grid-template-columns: repeat(2,1fr);
	}
}

@media(min-width: 992px){
	.mfTemplatesPageMain{
		flex-direction: row;
	}
	
	.mfTemplatesPageFilters{
		position: sticky;
		position: -webkit-sticky;
		background: #fff;
		z-index: 2;
		top: 0;
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 250px;
	    flex: 0 0 250px;
	    width: 250px;
	}
	
	.mfTemplatesPageContent{
		max-width: calc(100% - 300px);
		margin-left: auto;
		width: 100%;
		padding-left: 50px;
	}
	
	.mfTemplatesDetailsPageContent{
		padding-right: 50px;
	}
	
	.flex-lg-row-reverse{
		flex-direction: row-reverse;
	}
}

@media(min-width: 1200px){
	.mfTemplatesPageGrid{
		grid-template-columns: repeat(3,1fr);
	}
}


@media(max-width: 600px){
	.mfTemplatesPageContentHead{
		flex-wrap: wrap;
		gap: 1rem;
	}
	
	.mfTemplatesPageContentAction{
		margin-top: 0;
		margin-left: 0;
		padding-bottom: 15px;
	}
}