@font-face {
    font-family: HKGrotesk-Bold;
    src: url('../fonts/en/HKGrotesk-Bold.woff2') format('woff2');
  }
  @font-face {
    font-family: HKGrotesk-Light;
    src: url('../fonts/en/HKGrotesk-Light.woff2') format('woff2');
  }  
  @font-face {
    font-family: HKGrotesk-Regular;
    src: url('../fonts/en/HKGrotesk-Regular.woff2') format('woff2');
  }
body {
  background: #2c2c2c;;
}

.maniblog_custom .title {
    padding: 7px 0 !important;
}
.item-page .articleBody {
    color: #ccc;
}

/* حالت عمومی */
.header {
    width: 100%;
    z-index: 9999;
    transition: background 0.3s ease;
    position: fixed; /* پیش‌فرض فیکس */
    top: 0;
}

/* فقط صفحات مجاز در حالت اولیه */
.header.allowed:not(.scrolled) {
    background: none !important; /* شفاف */
    box-shadow: none !important;
}

/* حالت اسکرول */
.header.scrolled {
    background: #1d1d1d !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* صفحات غیرمجاز */
.header.fixed-header {
    background: #1d1d1d !important; /* همیشه رنگی */
    position: relative; /* یا relative اگر نخوای فیکس باشه */
    /* position: fixed; */
}


.mani_independent_video .plyr__control.plyr__control--overlaid svg
 {
    color: rgb(245 124 36) !important;
}
body.reserve h1 {
    text-align: center;
    margin: 36px 0 0 0;
}
.sp-pagebuilder-row, .sppb-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
a {
    text-decoration: none !important;
}
.custom.logo p {
	margin-bottom: 0 !important;
}
@media (max-width:768px){

}
