/*============================================================================
  #shezan Section
==============================================================================*/

.header {
	padding: 20px 0;
	position: fixed;
width: 100%;
z-index: 99;
transition: 0.3s;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    padding: 10px 0;
    background-color: #fff !important;
}

.fixed .header-menu a {
	color: #000 !important;
}

.fixed.header .link-list__link {
	color: #000 !important;
}

.header-menu a:hover {
	color: #5ed0cc !important;
}

.header-menu a {
	transition: 0.3s;
}

@font-face { font-family: "fair-prosper"; src: url({{ 'fair-prosper.ttf' | asset_url }}); }
@font-face { font-family: "dancingscriptvariablefontwght"; src: url({{ 'dancingscriptvariablefontwght.ttf' | asset_url }}); }
