﻿
:root {
    --mosh-dark: #353d38;
    --mosh-dark-light: #353d38cc;
    --mosh-black: #232323;
    --background-green: #c5c0ae;
    --background-700: #F8B494;
    --background-600: #3f3f28;
    --background-dark: #210B03;
    --background: #FFEEE6;
    --mosh-red-dark: #b13d22;
    --mosh-red: #a0321c;
    --mosh-red-light: #af625130;
    --mosh-red-lighter: #af62510a;
    --mosh-gray-light: #eeeeee78;
    --white: #fff;
  
}

@font-face {
    font-family: 'Roboto Regular';
    font-display:auto;
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
}



body {
    font-family: 'Roboto Regular', Arial, "Times New Roman", Times, serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: var(--mosh-dark);
    position: relative;
    font-size: 14px;
}

.site_content {
   
    top: 130px;
    margin-bottom: 4rem;
}

@media (max-width: 992px) {
    .site_content {
        top: 125px;
    }
}

.mobile-only {
    display: none;
    border-bottom: 1px solid var(--mosh-red-light);
}

.desktop-only {
    display: block;    
}

@media (max-width: 767px) {
    .mobile-only {
       display:block;
    }
    .desktop-only {
        display: none;
    }
}


a {
    color: var(--mosh-dark) !important
}
a:hover {
    color: var(--mosh-red) !important;
}

.text-black {
    color: var(--mosh-dark) !important
}

.text-white {
    color: #fafafa !important;
}

.text-red {
    color: var(--mosh-red-dark) !important;
}

.text-bold {
    font-weight: 600 !important;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.site_content img {
  max-width:100% !important;
}

    .site_content img:hover,
    .site_content img:focus {
        transition: filter 0.4s ease; 
        filter: sepia(20%) saturate(150%) hue-rotate(-10deg) brightness(100%);
    }


.row {
    --bs-gutter-x: 0rem;
    margin-left: 0;
    margin-right: 0;
}
.row > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

/******  MENU ********/
    .menutype2 {
    z-index: 1000;
    width: 100%;
    position: relative;
}

    .menutype2 .dropdown-item:before {
        content: "\e966";
        display: inline-block;
        width: 0;
        position: absolute;
        left: 1rem;
        top: 0.5rem;
        margin-right: 0.5rem;
        line-height: 1;
        font-size: inherit;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        transform: scale(0, 1);
        transition: all 0.25s ease-in-out;
    }


.menutype2 .navbar-nav {
    margin: auto;
    margin-left: 0;
    width: 80%;
}

.menutype2 .content-wrap {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.menutype2 .navbar-nav .nav-item {
    position: relative;
    padding: 2px !important;
    transition: .3s all !important;
  
}

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item {
        padding-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .menutype2 .content-wrap {
        width: 100%;
    }

    .menutype2 .navbar-nav {
        width: 100%;
    }

    .menutype2 .navbar-toggler {
        transform: scale(0.8);
    }

    .menutype2 .navbar-nav .nav-item {
        margin: 0 auto;
        margin-right: 0;
    }
}

.menutype2 .navbar-nav .nav-item::before {
    content: '';
  /*  background-color: var(--mosh-dark);*/
    background-color: var(--white);
    transition: all .5s ease;
}

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item::before {
        display: none;
    }
}

.menutype2 .navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    /*background-color: var(--mosh-dark);*/
    background-color: var(--white);
    transition: all .5s ease;
}

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item::after {
        display: none;
    }
}

.menutype2 .navbar-nav .nav-item:hover::before {
    width: 100%;
}

.menutype2 .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.menutype2 .navbar-nav .nav-item .nav-link {    
    position: relative;
    padding: 5px !important;
    transition: .3s all !important;
    letter-spacing: 1px;
    font-weight: 600;
}

    .menutype2 .navbar-nav .nav-item .nav-link.active,
    .menutype2 .navbar-nav .nav-item .nav-link:hover {
 
        border-bottom: 2px solid var(--mosh-red);
        color:var(--white) !important;
        font-weight: 700;
    }

@media (max-width: 992px) {
    .menutype2 .navbar-nav .nav-item .nav-link {
        padding: 10px 10px 10px 0 !important;
        width: 100%;
        justify-content: right;
    }

    .menutype2 .navbar-nav {
   
        width: 100%;
    }

    .menutype2 .content-wrap {
        width: 100%;
    }
}

.menutype2 .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .menutype2 .navbar-nav .open .nav-link::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}

.menutype2 .navbar-nav .dropdown-item {
    padding: 14px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: .3s all !important;
    background: var(--background-green);
}

.menutype2 .nav-link {
    width: fit-content;
    position: relative;
}

.menutype2 .navbar-logo {
    padding-left: 0;
    margin: 0 !important;
    border-radius: 5px !important;
}

.menutype2 .navbar-caption {
    padding-left: .5rem;
    padding-right: 20px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .menutype2 .navbar-caption {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .menutype2 .nav-dropdown {
        padding-bottom: 0.5rem;
    }
}

.menutype2 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    transition: .3s all;
}

.menutype2 .container,
.menutype2 .container-fluid {
    display: flex;
    padding: 0px 0px 0px 10px; 
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 1750px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 10vw, 140px);
    }
}

@media (max-width: 1450px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 13vw, 180px);
     
    }
}
@media (max-width: 1380px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 12vw, 180px);
      
    }
}

@media (max-width: 1270px) {
    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-left: clamp(0px, 15vw, 160px);
      
    }
}
@media (max-width: 992px) {

    .menutype2 .container,
    .menutype2 .container-fluid {
        padding: 0.5rem 15px 0.5rem 15px;
        /*padding-right: 2rem;*/
        box-shadow: none;
    }
}

@media (max-width: 767px) {

    .menutype2 .container,
    .menutype2 .container-fluid {
        padding-right: 1rem;
        margin-top: 0rem;
    }
}


.menutype2 .container-fluid {
    margin-left: 44px;
    margin-right: 44px;
}

@media (max-width: 1440px) {
    .menutype2 .container-fluid {
        margin-left: 32px;
        margin-right: 32px;
    }
}

@media (max-width: 992px) {
    .menutype2 .container-fluid {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.menutype2 .iconfont-wrapper {
    color: var(--background-green) !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease-in-out;
}

    .menutype2 .iconfont-wrapper:hover {
        opacity: .6;
    }

.menutype2 .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 0 !important;
    border-radius: 1rem;
    transition: .3s all !important;
    min-width: auto;
}

.menutype2 .nav-item:focus,
.menutype2 .nav-link:focus {
    outline: none;
}

.menutype2 .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

    .menutype2 .dropdown .dropdown-menu .dropdown-item::after {
        right: 0.5rem;
    }

    .menutype2 .dropdown .dropdown-menu .dropdown-item .mosh-iconfont {
        margin-right: 0.5rem;
        vertical-align: sub;
    }

        .menutype2 .dropdown .dropdown-menu .dropdown-item .mosh-iconfont:before {
            display: inline-block;
            transform: scale(1, 1);
            transition: all 0.25s ease-in-out;
        }

.menutype2 .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.menutype2 .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.menutype2 .navbar {
    min-height: 90px;
    transition: all 0.3s;
  
    padding: 0 !important;
  
    border-radius: 0 !important;
    background-color: var(--mosh-dark);
    position: fixed;
    width: 100%;
}

    .menutype2 .navbar.opened {
        transition: all 0.3s;
    }

    .menutype2 .navbar .dropdown-item {
        padding: 0.5rem 1.8rem;
    }

    .menutype2 .navbar .navbar-logo img {
        width: auto;
    }

    .menutype2 .navbar .navbar-collapse {
        z-index: 1;
        justify-content: space-between;
    }

    .menutype2 .navbar.collapsed {
        justify-content: center;
    }

        .menutype2 .navbar.collapsed .nav-item .nav-link::before {
            display: none;
        }

        .menutype2 .navbar.collapsed.opened .dropdown-menu {
            top: 0;
        }

@media (min-width: 992px) {
    .menutype2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3.5rem);
    }
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.menutype2 .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.menutype2 .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.menutype2 .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .menutype2 .navbar {
        min-height: 72px;
    }

        .menutype2 .navbar .navbar-logo img {
            height: 2rem !important;
        }
}

@media (max-width: 991px) {
    .menutype2 .navbar .nav-item .nav-link::before {
        display: none;
    }

    .menutype2 .navbar.opened .dropdown-menu {
        top: 0;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .menutype2 .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }



    .menutype2 .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .menutype2 .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0;
    }
}


.menutype2 .dropdown-item.active,
.menutype2 .dropdown-item:active {
    background-color: transparent;
}


.menutype2 .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

    .menutype2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
        margin-right: 0;
        padding: 0.667em 1.667em;
    }

.menutype2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: transparent;
    top: 2.5rem;
}

@media (max-width: 992px) {
    .menutype2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
        top: 0;
    }
}

.menutype2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 95%;
    transform: none;
    top: 0;
}

.menutype2 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
}

.menutype2 ul.navbar-nav {
    flex-wrap: wrap;
}

.menutype2 .navbar-buttons {
    text-align: center;
    min-width: 140px;
}

@media (max-width: 992px) {
    .menutype2 .navbar-buttons {
        text-align: left;
    }
}

.menutype2 button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

    .menutype2 button.navbar-toggler .hamburger span {
        position: absolute;
        right: 0;
        width: 30px;
        height: 2px;
        border-right: 5px;
        background-color: var(--white);
    }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(1) {
            top: 0;
            transition: all 0.2s;
        }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(2) {
            top: 8px;
            transition: all 0.15s;
        }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(3) {
            top: 8px;
            transition: all 0.15s;
        }

        .menutype2 button.navbar-toggler .hamburger span:nth-child(4) {
            top: 16px;
            transition: all 0.2s;
        }

.menutype2 nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.menutype2 nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.menutype2 nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.menutype2 nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.menutype2 .navbar-dropdown {
    padding: 0 1rem;
}

.menutype2 a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menutype2 .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    /*padding-left: 1rem;
    padding-right: 1rem;*/
    padding-top: 0.3rem;
    text-align: center;
}

@media (max-width: 992px) {
    .menutype2 .icons-menu {
        justify-content: flex-end;
        margin-bottom: .5rem;
    }
}

.menutype2 .icons-menu .iconfont-wrapper {
    padding-right: 7px;
    
}

.menutype2 .icons-menu .iconfont-wrapper .mosh-iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 30px;
    height: 30px;

    color: var(--white);
    border-radius: 100%;
    background-color: var(--mosh-red-dark);
}

.menutype2 .icons-menu .iconfont-wrapper .mosh-iconfont.search {
    background-color: var(--white);
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menutype2 .navbar {
        height: 70px;
    }

        .menutype2 .navbar.opened {
            height: auto;
        }
}

.menutype2 .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}

    .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-item {
        line-height: 1 !important;
        margin-bottom: 9px !important;
    }

@media (max-width: 992px) {
    .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-item {
        margin-bottom: 0;
    }
}

.menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}

    .menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.6rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: .3s all;
        transform: rotate(-90deg);
    }

.menutype2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
}

.menutype2 .mosh-section-btn {
    margin: -0.6rem -0.6rem;
}

    .menutype2 .mosh-section-btn .btn {
        white-space: nowrap;
        width: auto;
        min-height: 65px;
    }

@media (max-width: 575px) {
    .menutype2 .mosh-section-btn .btn {
        width: auto !important;
    }
}

.menutype2 .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}

@media (max-width: 991px) {


    .menutype2 .navbar-collapse {
        z-index: -1 !important;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        padding: 10px;
        /* border-radius: 1.5rem; */
        background: var(--mosh-dark);
    }


    .menutype2 .navbar .dropdown > .dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 0 !important;
        border-radius: 1rem;
        background-color: transparent !important;
    }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-item {
            padding: 10px 10px 10px 0 !important;
            line-height: 1 !important;
            margin-bottom: 4px !important;
        }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
            align-items: center;
            display: flex;
            height: max-content !important;
            min-height: max-content !important;
        }

            .menutype2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
                display: inline-block;
                position: static;
                margin-left: 0.5rem;
                margin-top: 0;
                margin-right: 0;
                margin-bottom: 0;
                transition: .3s all;
                transform: rotate(0deg);
            }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
            transform: rotate(180deg);
        }

        .menutype2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
            position: static;
            width: 100%;
            max-width: 100% !important;
            transform: translateX(0) !important;
            top: 0;
            left: 0;
            padding: 8px !important;
            padding-left: 0 !important;
            margin-left: 0;
            border-radius: 1rem;
            background-color: transparent;
        }

    .menutype2 .navbar .dropdown.open > .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}



@media (max-width: 992px) {
    .menutype2 .content-wrap {
        display: block;
    }
}

.menutype2 .nav-link,
.menutype2 .dropdown-item {
    color: var(--background-dark);
}

.marquee-media {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 50;
}

.marquee-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
}

.marquee-logo img {
    margin: 0 auto;
    width: 14rem;
    position: fixed;
    transition: filter 0.4s ease;
    filter: sepia(20%) saturate(150%) hue-rotate(-10deg) brightness(100%);
}


@media (max-width: 767px) {
    .marquee-logo img {
        width: 10rem;
    }
}
 
/******  MENU END  ********/


/******  main-section ********/

.main-section {
    padding-top: 3.5rem;
    top: -75px;
   
    width: 100%;
    display: flex;
}


    .main-section .category_flow .row {
        border: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .main-section .mosh-overlay {
       /* background-color: rgb(85 83 64);
        background-color: rgb(62 60 52);
        background-color: rgb(100 90 75);
        background-color: rgb(182 176 163);*/
        background-color: var(--background-green);
    }

    .main-section .category_flow .item-img img, .main-section .category_flow .item-img {
        object-fit: cover;
        object-position: top;
        background: linear-gradient(to bottom, #41423f0a 0, #41423f0a 100%);
    }

    .main-section .category_flow .item-wrapper.main .item-img img, .main-section .category_flow .item-wrapper.main .item-img {
        max-height: 500px;
        object-fit: cover;
        object-position: top;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(38 40 37) 100%);
    }

    .main-section .category_flow .item-wrapper {
        max-width: 420px;
        margin: 0 auto;
    }
    .main-section .category_flow .item-wrapper.main {
        max-width: 800px;
        margin: 0 auto;
    }

    .main-section .category_flow .Almpoum .item-img img, .main-section .category_flow .Almpoum .item-img,
    .main-section .category_flow .reviews .item-img img, .main-section .category_flow .reviews .item-img {
        object-fit: contain !important;
    }

    @media (min-width: 768px) {
        .main-section {
        align-items: center;
    }

        .main-section .row {
            justify-content: center;
        }

        .main-section .content-wrap {
            padding: 3rem 0rem 0rem;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-section .content-wrap {
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .main-section {
        -webkit-align-items: center;
        align-items: flex-end;
    }

        .main-section .mosh-row {
            -webkit-justify-content: center;
            justify-content: center;
        }

        .main-section .content-wrap {
            width: 100%;
        }
}

.main-section .mosh-section-title,
.main-section .mosh-section-subtitle {
    text-align: left;
}

.main-section img {
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
/******  main-section END********/

/******  main-news ********/
.main-news .container_fluid,
.main-reviews .container_fluid {
    width:97%;
    margin: 0 auto;
}


@media (max-width: 767px) {
    .main-news .container_fluid,
    .main-reviews .container_fluid {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }

    .container, .container-fluid {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: auto;
        margin-left: auto;
    }


    .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .news_box .row > [class*=col] {
        padding-right: 1rem;
    }
  
}

@media (max-width: 1999px) {
    .main-news .latest_news {
        margin-bottom: 2rem;
    }

    .main-news div.advert {
    }
}
@media (max-width: 767px) {

    .main-news .news_box,
    .main-news .protaseis_box {
        margin-bottom: 2rem;
    }
}
/******  main-newsw END ********/


/******  main-reviews start ********/

.main-reviews {
    margin: 3rem auto;
}

.main-reviews .category_flow {
    padding: 0 !important
}
.main-reviews .category_flow .row {
    border: 0 !important;
}

    .main-reviews .category_flow .main img, .main-reviews .category_flow .main .item-img {
        margin: 0 auto;
       
        object-position: center;
        width: 100%;
        height:auto;
        object-fit: contain;
        aspect-ratio: 1 / 1;
        background: #41423f;
    }


.main-reviews .category_flow .item-wrapper.main .item-content {
    height: 170px;
}
    .main-reviews .category_flow .item-wrapper {
        background: #41423f;
    }
@media (max-width: 767px) {

    .main-reviews .category_flow .item-wrapper.main .item-content {
        height: 100%;
        position:sticky;
            
    }
    .main-reviews .category_flow .main img, .main-reviews .category_flow .main .item-img {
        height: 360px !important;
    }
       

}
/******  main-reviews END ********/

/******  main-live start ********/
.main-live {
    background: #c5c0ae;
    padding-top: 2rem;
    margin: 3rem auto;
}

.main-live .category_flow {
    padding: 0 !important
}
.main-live .category_flow .row {
    border: 0 !important;
}
.main-live .category_flow .main.col-cards img,
.main-live .category_flow .main.col-cards .item-img
{
    height: 400px;
    object-fit: cover;
}

/******  main-live END ********/


/******** main-tag ***************/
.main-tag {
    margin: 3rem auto;
}
.main-tag .category_flow {
   border-radius: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.main-tag .category_flow .row {

    margin-bottom: 0;
   
}

.main-tag .category_flow .item-img img, .main-tag .category_flow .item-img {
    border-radius:25px;
}
.main-tag .category_flow .main img, .main-tag .category_flow .main .item-img {
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
.main-tag .category_flow .main .item-content {
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
}

.main-tag .category_flow .row.col-cards {
    border-radius: 25px;
    padding-bottom: 0;
}
.main-tag .category_flow .item-wrapper .row {
    border-bottom: 0;
}

.main-tag .category_flow .item:first-child {
    padding-bottom: 0;
}

.main-tag .category_flow .item {
    margin-bottom: 0;
}


.main-tag.articles .category_flow {
    background: #eee;   
    
     padding-bottom: 0;
}


@media (max-width: 1199px) {

    .main-tag .category_flow {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {

    .main-tag .category_flow .item {
        margin-bottom: 1rem;
    }
    
    .main-tag.articles .row.col-cards .item:first-child {
        border-bottom: 1px solid var(--mosh-dark);
    }
}

/******** main-tag END***************/


/******** main-stories ***************/
.main-stories {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .main-stories .items-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 900px;
        margin: 0 auto;
    }



/******** main-stories END***************/


/******** main-series START ***************/
.main-series {
    margin: 3rem auto;
}

.main-series .head {
    font-family: 'Roboto Bold', Arial, "Times New Roman", Times, serif;
    /* font-display:swap;
    font-weight: 600;*/
    font-size: 2rem;
    font-weight: 900;
    text-align: center;   
    letter-spacing: 1px;
    width: 100%;    
    margin-top: 2rem;
}

    .main-series .row.head a {
        color: var(--mosh-dark) !important;
    }

   

.main-series .description {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    width: auto;
    /*max-width: 1200px;*/
    letter-spacing: 0;
    margin-bottom: 1rem;
}
    .main-series .container-lg {
        position: relative;
    }


        .main-series .container-lg .row {
            background: #fff;
            padding-bottom: 15px;
            display: flex;
            flex-wrap: wrap;
        }

    /*    .main-series .container-lg .sponsor {
            position: absolute;
            top: 15px;
            right: 25px;
            z-index: 10;
        }*/
       /* .main-series .container-lg .sponsor {
            position: relative;
            top: auto;
            right: auto;
            z-index: 10;
            margin: 10px auto;
        }      
*/
            .main-series .container-lg .row.head hr {
                margin: 10px auto;
                border: 1px solid var(--mosh-dark);
                width: 95%;
            }


        .main-series .container-lg .sponsor {
            float: right;
            width: 180px; /* ρύθμισέ το */
            margin: 0 0 12px 16px; /* κενό από κείμενο */

            padding: 0px 10px;
            text-align: center;
        }

            .main-series .container-lg .sponsor img {
                width: 120px;
                margin: 0 auto;
               
                display: block;
                margin: 6px auto 0;
            }
        .main-series .container-lg .sponsor a {
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            display: block;
        }
           
/* important: καθάρισε το float για να “κλείνει” σωστά το container */
        .main-series .container-lg .description::after {
            content: "";
            display: block;
            clear: both;
        }


.SwiperThumbsMain {
    height: 500px;
}

.SwiperThumbsMain,
.SwiperThumbs {
    max-width: 1200px;
    margin: 0 auto;
}

/*.SwiperThumbs {
    height: 150px;
}*/

.SwiperThumbsMain .main .swiper-slide .item-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 82%) 100%);
    bottom: auto !important;
    color: var(--white) !important;
    padding: 30px 50px;
    height: auto;
}
.SwiperThumbsMain .main .item-wrapper .item-content .item-summary, .SwiperThumbsMain .category_flow .item-wrapper.main .item-content h2 {
    font-size: 1.5rem;
}

.SwiperThumbsMain .main .item-wrapper .item-content .item-summary, .SwiperThumbsMain .category_flow .item-wrapper.main .item-content .item-summary {
    font-size: 1.1rem;
    color:#fff !important;
}

    .SwiperThumbs .swiper-slide
    {
        cursor: pointer;
        border-top: 10px solid #000;
        background: transparent;
        color: #000 !important;
        margin-right: 0 !important;
        padding: 10px 25px;
        min-width: 25% !important;
        max-width: 100% !important;
    }

    .SwiperThumbs .swiper-slide a,
     .SwiperThumbs .swiper-slide a:hover {
        color: #000 !important;
    }

.main-series .SwiperThumbs .swiper-slide-thumb-active a,
.main-series .SwiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: #000;
    color: #fff !important;
}

.main-series .container-lg .row {
    background: #eee;
    border-radius: 25px;
}

    .SwiperThumbs .swiper-slide .item-summary {
        font-size: 0.8rem;
    }

    .SwiperThumbs .swiper-slide h2 {
        font-size: 1.2rem;
        font-weight: 600;
        padding-top: 10px;
    }

  

        .SwiperThumbs .swiper-slide .swiper-slide-thumb-active
        .SwiperThumbs .swiper-slide .swiper-slide-thumb-active a {
            opacity: 1;
            background: #000;
            color: #fff !important;
        }


    @media (max-width: 767px) {

   
        .main-series .container-lg .row {
            padding: 0 10px;
         
        }
      

        .main-series .description {
            font-size: 0.8rem;
            font-weight: 400;
            text-align: justify;
            margin-bottom: 0rem;
            margin-bottom: 1rem;
            position: relative;
            width: fit-content;
        }

        .main-series .row.head a {
            font-size: 1.5rem;
            letter-spacing: 0;
        }

        .main-series .container-lg .sponsor {
            float: none;
            width: 100%;
            margin: 12px 0;
        }
        .main-series .description {
            padding:0px;
        }

        .main-series .container-lg .sponsor a {
            text-align: center;
            font-size: 0.9rem;
            font-weight: 600;
            display: block;
        }

        .main-series .container-lg .sponsor img {
            width: auto;
            max-height: 90px;
        }
     

        .SwiperThumbsMain {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            overflow: visible !important;
            position: static !important;  
            height: auto !important;  
            margin-bottom: 30px;  
        }

            .SwiperThumbsMain .swiper-wrapper {
                display: contents;
                position: static !important;
                height: auto !important;
            }

            .SwiperThumbsMain .swiper-slide {
                width: 100%;
                margin: 1rem 0;
                border-radius: 10px;
                overflow: hidden;
                height: auto; 
                box-sizing: border-box;
            }

            .SwiperThumbsMain .main .swiper-slide .item-content {
                padding: 20px;
            }

            .SwiperThumbsMain .main .item-wrapper .item-content h2 {
                font-size: 1.3rem;
            }

            .SwiperThumbsMain .main .item-wrapper .item-content .item-summary {
                font-size: 0.9rem;
                
            }

            .SwiperThumbsMain .SwiperThumbs {
                display: none;
            }

            .SwiperThumbsMain .swiper-button-next,
            .SwiperThumbsMain .swiper-button-prev {
                display: none !important;
            }
        

            .SwiperThumbsMain .swiper-slide img {
                width: 100%;
                height: auto;
                display: block;
                position: static;
                opacity: 0.7;
            }

        .SwiperThumbs {
            display: none !important;
        }
     
    }

    /**red*/
    .main-series.red .row.head a {
        color: var(--mosh-red) !important;
    }

    .main-series.red .container-lg .row {
        background: #f2ede7;
        border-radius: 25px;
        
    }

        .main-series.red .container-lg .row.head hr {
            margin: 10px auto;
            border: 1px solid var(--mosh-red);
            width: 95%;
        }
        

    .main-series.red .SwiperThumbs .swiper-slide {
        opacity: 0.7;
        border-top: 10px solid var(--mosh-red);       
       
    }


    .main-series.red .SwiperThumbs .swiper-slide-thumb-active a, 
    .main-series.red .SwiperThumbs .swiper-slide-thumb-active {
        opacity: 1;
        background: var(--mosh-dark);
        color: #fff !important;
    }


    .main-series.red .SwiperThumbsMain .main .swiper-slide .item-content {
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgb(177 61 55) 100%);
    }

 
    /**red*/


/**yellow*/
.main-series.yellow .row.head a {
    color: var(--mosh-dark) !important;
}


.main-series.yellow .container-lg .row {
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 0, #ffce00 100%);
    background: linear-gradient( to top, rgba(0,0,0,0) 0%, #ffce00 50%, rgba(0,0,0,0) 100% );
    border-radius: 25px;
}

.main-series.yellow .container-lg .row.head, .main-series.yellow .container-lg .row.slider-container container {
        background: transparent;
        border-radius: 0px;
    }

    .main-series.yellow .container-lg .row.head hr {
        margin: 10px auto;
        border: 1px solid #ffb70f;
        width: 95%;
    }
        

.main-series.yellow .SwiperThumbs .swiper-slide {
    opacity: 0.7;
    border-top: 10px solid #ffb70f;
}


.main-series.yellow .SwiperThumbs .swiper-slide-thumb-active a,
.main-series.yellow .SwiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: var(--mosh-dark);
    color: #fff !important;
}


.main-series.yellow .SwiperThumbsMain .main .swiper-slide .item-content {
  /*  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, #ffce00 100%);*/
}


/**red*/




    /******** main-series END***************/


    .content-head {
    font-family: 'Roboto Bold', Arial, "Times New Roman", Times, serif;
   /* font-display:swap;
    font-weight: 600;*/
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    width: 100%;
}
    .content-head a label {
        color: var(--mosh-red);
    }

/******  latest_news ********/

.latest_news {
   /* padding: 3rem;*/
    padding-bottom: 0rem;
   /* border-right: 1px solid #69693b;*/
    background-color: var(--white);
}

.latest_news .mosh-fallback-image.disabled {
    display: none;
}

.latest_news .mosh-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


.latest_news .item-wrapper {
    display: flex;
    margin-bottom: 1.5rem;
}


.latest_news .card-title a {
    font-size: 16px;
}
.latest_news .card-text {
    font-size: 15px;
}

.latest_news .card-text:last-child {
    margin-bottom: 0;
}



.latest_news .card-box {
    padding-left: 1rem;
    padding-right: 1rem;
}


.latest_news .card-date {
    font-size: 0.8rem;
    color: #454545;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 1rem;
}

.latest_news .tag.category{
   padding: 5px 10px;
   margin: 0px 5px 5px 0px;
   font-size:10px;
}

.latest_news .card-title {
    margin-bottom: .2rem;
}

.latest_news .card-date svg {
    width: 13px;
}

.latest_news img,
.latest_news .item-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {
    .latest_news .img-wrapper {
        padding-left: 0rem;
    }

    .latest_news .card-title a {
        font-size: 16px;
    }

    .latest_news .card-text {
        font-size: 13px;
    }

    .latest_news .card-date {
        flex-direction: column;
        align-items: flex-start;
    }

    
   
}

/******  latest_news END ********/


/******  editorial - featurescols_3 ********/
section.editorial {
    padding: 1rem;
    border-right: 1px solid var(--mosh-dark);
    height: 100%;
}

section.main.editorial .item-wrapper {
    border-radius: 0rem !important;
}

section.main.editorial .item-img {
    position: absolute;
}
    section.main.editorial .item-content {
    position: absolute;
    z-index: 0;
    min-height: 100%;
    min-width: 100%;

}

section.main.editorial .item-title {
    color: var(--white);
    font-size: 3rem;
    transform: rotate(40deg);
    -webkit-transform: rotate(340deg);
    margin: 40% 20%;
}

section.main.editorial .item-title a {
    color: var(--white) !important;
}
section.main.editorial .item-title a:hover {
    color: var(--mosh-red) !important;
}

section.featurescols_3 {    
    margin-bottom: 2rem;
}
/******  editorial - featurescols_3 END ********/

/*****Protaseis Box ***/


.protaseis_box {
    border: 3px solid #b13d22;
    text-align: center;
   /* width: 85%;*/
    margin: 0 auto;

    max-width: 350px;
}

@media (max-width: 992px) {
    .protaseis_box {
        margin-top: 2rem;
    }
}

.protaseis_box_logo {
    display: inline-block;
    padding-inline: 10px;
    padding-block: 20px 15px;
    background-color: #fff;
}

.protaseis_box_logo-wrapper {
    margin-top: -50px;
    display: flex;
    justify-content: space-around;
}

.protaseis_box .tag.category {
    margin: 10px 5px 0px 0px;
}
.protaseis_box_header h2 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-style: normal;
   
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    line-height: 47px;
    letter-spacing: 2px;
    color: #353d38;
}

.protaseis_box_subHeader h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 30px;
    margin: 0;
    color: #353d38;
}

.protaseis_box_articles {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.protaseis_box_article {
    margin: 0 20px;
}

.protaseis_box_article-header {
    position: absolute;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: rgb(0 0 0 / 40%);
    z-index: 9;
}

    .protaseis_box_article-header a {
        color: #fff !important;
        font-family: "Ubuntu", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 21px;
        text-align: center;
        line-height: 40px;
        letter-spacing: 1px;
    }

.protaseis_box_article-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.protaseis_box_article img {
    aspect-ratio: 1;
    border-radius: 15px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.protaseis_box_article-tilte {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3rem;
    text-align: center;
    padding: 10px 0px;
    color: #353d38;
    margin: 0;
}

.protaseis_box_article-subtilte {
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: center;
    color: #353d38;
}

/*****Protaseis Box END ****/

/*****News Box ****/
.news_box {
    max-width: 380px;
    padding: 10px 15px !important;
    border: 1px solid var(--mosh-red) !important;
    margin: 0 auto;
    margin-bottom: 1rem !important;
}

    .news_box .header {
        font-size: 25px;
        border-bottom: 5px solid var(--mosh-red);
        color: var(--mosh-red);
        padding-bottom: 5px;
    }


    .news_box .date {
        text-align: left;
    }

        .news_box .date svg {
            width: 10px;
        }

    .news_box img {
        aspect-ratio: 1 !important;
        height: 100px;
        object-fit: cover;
    }

    .news_box .title {
        display: inline-block;
        text-align: left;
        font-size: 13px;
        line-height: 1.15rem;
    }

    .news_box .row {
        border-bottom: 0px !important;
    }


        .news_box .row:hover {
            background-color: var(--mosh-red-lighter);
        }

    .news_box .col {
        padding-left: 0px;
        text-align: left;
    }

@media (max-width: 767px) {

    .story .news_box,
    .story .protaseis_box {
        margin-top: 2rem;
    }
}


/*****News Box END ****/



/******  advert ********/
.advert {
    position: relative;
    margin: 1rem;
    background: #eeeeee40;
    text-align: center;
    font-size: small;
    color: #777;
    height: 100%;
    min-height: 300px;
    overflow: hidden; /* prevents child overflow touching neighbors */
    clear: both;
}
    .advert .adsbygoogle {
        display: block !important;
    }


.advert.sticky {
    height: 600px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.advert::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "ADVERTISMENT";
    margin: 0 auto;
    text-align: center;
    font-size: 8px;
    letter-spacing: .3em;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advert span {
    display: block;
    font-size: .9rem;
    color: #777;
    padding:.5rem;
}

div.advert img {
    max-width:300px;
    min-height:300px;
    height:auto;
    aspect-ratio: auto; 
    margin:0 auto;
}

div.advert.horizontal {
    min-height: 600px;
}

div.advert.horizontal img {
    width: -webkit-fill-available;
    max-height: 300px;
    object-fit: cover;
}
    div.advert.main_right{
        padding:0px;
    }

div.advert.main_right img {
    top: 0;
    margin: 0 auto;
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    max-width: auto;
    aspect-ratio: auto;
}

div.box {
   /* border: 1px solid var(--mosh-gray-light);*/
    margin: 1rem auto;
   /* padding: 2rem;*/
    background: transparent;
    text-align: center;
    font-size: small;
    color: darkgrey;
   /* width: 95%;*/
}


div.box.category_image {
    height: auto;
}

.box.wayback {
    background: var(--mosh-dark);
    background: linear-gradient(271deg, var(--mosh-dark) 0%, var(--white) 39%);
    background: -webkit-linear-gradient(270deg, var(--mosh-dark) 0%, var(--white) 39%);
    background: -moz-linear-gradient(271deg,var(--mosh-dark) 0%, var(--white) 39%);
    background: -webkit-linear-gradient(270deg, var(--mosh-dark) 15%, var(--white) 39%);
}
    .box.wayback.red {
        background: var(--mosh-red-dark);
        background: linear-gradient(271deg, var(--mosh-red-dark) 0, var(--white) 39%);
        background: -webkit-linear-gradient(270deg, var(--mosh-red-dark) 0, var(--white) 39%);
        background: -moz-linear-gradient(271deg,var(--mosh-red-dark) 0%, var(--white) 39%);
    }

div.box.black {
    border: 1px solid var(--mosh-gray-light);
    margin: 0rem auto;
    padding: 2rem;
    background: var(--mosh-dark);
    text-align: center;
    font-size: small;
    color: darkgrey;
}


div.box img{
    aspect-ratio: auto;
    margin:0 auto;
}

/******  advert END ********/


/******  category_flow ********/
.category_flow {

    padding-bottom: 1rem;

}


    .category_flow img {
        transition: all 0.3s ease-in-out;
    }


    .category_flow .item-img img,
    .category_flow .item-img {
        height: auto;
        object-fit: cover;
        aspect-ratio: 16 / 9;
        background: #41423f;
    }

    .category_flow.reviews .item-img img,
    .category_flow.reviews .item-img {
        height: auto;
        object-fit: cover;
        aspect-ratio: 1 / 1;
        background: #41423f;
    }
    
    .category_flow .item:focus,
    .category_flow span:focus {
        outline: none;
    }

    .category_flow .item {
        margin-bottom: 1rem;
    }

  
    .category_flow .item-category a {
        background-color: var(--mosh-black);
        padding: 5px 10px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        color:#fff !important;
    }


    /*.category_flow .item-type {
        position: absolute;
        background: var(--mosh-red);
        border-top-right-radius: 0px;
        border-bottom-right-radius: 35px;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 0px;
        padding: 8px 15px;
        margin-top: 10px;
        margin-left: 10px;
        z-index: 5;*/
        /*font-size: 11px;
        font-weight: 600;*/
        /*letter-spacing: 1px;*/
        /*color: #fff !important;
        box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3);
    }*/

    .category_flow .item-ribbon {
        --f: 7px; /* control the folded part*/
        --r: 10px; /* control the ribbon shape */
        --t: 10px; /* the top offset */
        z-index: 5;
        position: absolute;
        inset: var(--t) calc(-1*var(--f)) auto auto;
        padding: 0 10px var(--f) calc(10px + var(--r));
        clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
        background: var(--mosh-red);
        color: #fff !important;
        box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
        line-height: 1.875em;
    }

    @media (max-width: 767px) {
        .category_flow .item {
            margin-bottom: 2rem;
        }

        .category_flow.reviews .item-img img,
        .category_flow.reviews .item-img {
            height: 300px;
        }
    }

    .category_flow .item-wrapper {
        position: relative;
        border-radius: 4px;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

    .category_flow .item-wrapper.horizontal {
        flex-flow: row nowrap;
        display: inline;
    }

        .category_flow .item-wrapper.Almpoum .item-img img, .main-section .category_flow .item-wrapper.Almpoum .item-img,
        .category_flow .item-wrapper.reviews .item-img img, .main-section .category_flow .item-wrapper.reviews .item-img {
            object-fit: contain !important;
        }

    .category_flow .item-wrapper.horizontal.reverse .row {
        flex-direction: row-reverse;
    }

.category_flow .item-wrapper.main .item-content {
    position: relative;
    background: #262825;
   
    padding: 10px 20px;
}
    .category_flow .main .item-wrapper .item-content .item-summary,
    .category_flow .item-wrapper.main .item-content .item-summary {
        color: #d5d5d5;
    }

    .category_flow .content-head {
        max-width: 800px;
    }

    .category_flow.card .item-wrapper {
        background: var(--background-green);
    }

    .category_flow.card .item-content {
        padding-left: 20px;
        padding-right: 20px;
    }
  /*  .category_flow .item-date {
        font-size: 0.8rem;
        color: #454545;
    }*/
    .category_flow .item-date svg {
        width: 13px;
    }

    .category_flow .row {  
 /*   border-bottom: 1px solid var(--mosh-red-light);*/
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.category_flow .item-wrapper .row {
    border-bottom: 1px solid var(--mosh-red-light);
}
.category_flow .main.col-cards {
    border-bottom: 1px solid var(--mosh-red-light);
}
.category_flow .main figure {
    position: relative;
    height: 100%;
}


    .category_flow .main img,
    .category_flow .main .item-img {
        position: relative;
        height: 100%;
        max-height: 500px;
        aspect-ratio: 16 / 9;
    }
    .category_flow .main img::after, .category_flow .main .item-img ::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    }

.category_flow .row h2 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .5rem;

}

.category_flow .main .row h2 {
    color: #fff;
}
.category_flow .item-wrapper.main h2 {
    font-size: 1.15rem;
    color: #fff;
}

@media (max-width: 992px) {
    .category_flow .main img,
    .category_flow .main .item-img {
        min-height: 350px;
    }
}

@media (max-width: 767px) {

    .category_flow .row h2,
    .category_flow .item-wrapper.main h2 {
        font-size: 1.2rem;
    }
}



    .category_flow .main.col-cards {
        color: #fff !important;
    }

    .category_flow.reviews .main.col-cards img,
    .category_flow.reviews .main.col-cards .item-img {
        height: auto;
        object-fit: cover;
        aspect-ratio: 1 / 1;
        background: #41423f;
    }

    .category_flow .main.col-cards a {
        color: #fff !important;
    }

    .category_flow .main.col-cards .item-date {
        color: #fff;
    }

        .category_flow .main.col-cards .item-date svg path {
            stroke: #fff;
        }

    .category_flow .main.col-cards .item-summary > svg path {
        color: #fff;
    }

    .row.related {
        border-bottom: 0px;
    }

    .category_flow .related h2 {
        font-size: 1rem;
        font-weight: 600;
    }


    .category_flow .item-date {
        font-size: 0.8rem;
        color: #454545;
        float: right;
    }

    .category_flow .main .item-content {
        position: absolute;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
        bottom: 0px;
        color: var(--white) !important;
        padding: 10px 15px;
        height: auto;
        width: 100%;
    }

    .category_flow .row .item-content:not(:has(.item-category)) .item-date {
        float: none !important;
    }

    .category_image {
        border: 1px solid var(--mosh-gray-light);
        padding: 2rem;
        background: transparent;
        height: 100%;
    }

        .category_image img {
            object-fit: contain;
        }

    .category_flow .category_header .category_image {
        border: 0;
        padding: 0;
        object-fit: contain;
        aspect-ratio: 0;
    }

    .category_flow .category_header {
        padding-bottom: 0;
        padding-top: 20px;
        border-bottom: 5px solid var(--mosh-red-dark);
    }

    .category_flow .mosh-section-title {
        vertical-align: bottom;
        display: inline-block;
        position: relative;
        word-break: normal;
        font-size: 2rem;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: .5rem !important;
    }


        .category_flow .mosh-section-title label {
            color: var(--mosh-red);
        }

    .category_flow .item-content.small {
        padding: 3px 15px;
    }

    .category_flow .more img,
    .category_flow .more .item-img {
        height: 250px;
    }

    .category_flow .voices {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
        position: -webkit-sticky;
        position: sticky;
        top: 130px;
    }

        .category_flow .voices .icons-menu {
            margin-top: 40px;
            text-align: center;
        }

            .category_flow .voices .icons-menu a.iconfont-wrapper {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
                margin-left: 4px;
                width: 40px;
                height: 40px;
                background-color: var(--mosh-dark);
                background: var(--white);
                border-radius: 100%;
            }

    /******  category_flow END  ********/
    /******  voices  ******************/

    .voices {
        padding-top: 6rem;
        padding-bottom: 6rem;
        background-color: transparent;
    }

        .voices .item-wrapper img {
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-radius: 50% !important;
        }

        .voices .item-wrapper {
            background: var(--mosh-red);
            margin-bottom: 2rem;
            padding: 2.25rem;
        }

    @media (min-width: 992px) and (max-width: 1200px) {
        .voices .item-wrapper {
            padding: 1.5rem;
            margin-bottom: 2rem;
        }
    }

    @media (max-width: 767px) {

        .category_flow .voices {
            position: relative;
            top: 0;
        }

        .voices .item-wrapper {
            padding: 1.5rem;
            margin-bottom: 1rem;
        }
    }

    .voices .card-title,
    .voices .iconfont-wrapper {
        color: var(--white);
    }

    .voices .card-text {
        color: var(--white);
        text-align: left;
    }

    .voices .content-head {
        max-width: 800px;
    }

    .voices .mbr-section-title {
        color: #000;
    }

    .voices .card-title,
    .voices .img-wrapper {
        text-align: center;
    }

    .voices .img-wrapper {
        display: flex;
        justify-content: center;
    }

    /******  voices END ******************/



    /******  promo_event  ******************/
    .promo_event {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .promo_event .mosh-fallback-image.disabled {
            display: none;
        }

        .promo_event .mosh-fallback-image {
            display: block;
            background-size: cover;
            background-position: center center;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
        }

        .promo_event .card-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            padding: 70px;
          /*  background-color: var(--background-600);
            background-color: rgb(100 90 75);*/
            background-color: var(--mosh-dark);
            position: relative;
            overflow: hidden;
        }

    @media (max-width: 992px) {
        .promo_event .card-wrapper {
            display: block;
            padding: 20px;
        }
    }


    .promo_event .card-wrapper .content-wrapper {
        position: relative;
        z-index: 1;
        width: 60%;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper {
            width: 100%;
        }
    }

    .promo_event .card-wrapper .content-wrapper .mosh-section-title {
        margin-bottom: 50px;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .mosh-section-title {
            margin-bottom: 20px;
        }
    }

    .promo_event .card-wrapper .content-wrapper .border-wrapper .border-wrap {
        display: inline-flex;
        width: 56%;
        height: 2px;
      
        background-color: #c5c0ae;
        margin-bottom: 20px;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .border-wrapper .border-wrap {
            width: 100%;
        }
    }

    .promo_event .card-wrapper .content-wrapper .text-wrapper .mosh-text {
        display: inline-block;
        width: 56%;
        margin-bottom: 0;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .text-wrapper .mosh-text {
            width: 100%;
        }
    }

    .promo_event .card-wrapper .content-wrapper .mosh-section-btn {
        margin-top: 20px;
    }

    .promo_event .card-wrapper .content-wrapper .images-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .images-wrapper {
            display: block;
            margin-top: 30px;
            margin-bottom: 20px;
        }
    }

    .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap {
        margin-right: 24px;
        margin-top: 24px;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap {
            margin-right: 0;
            margin-top: 20px;
        }
    }

    .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
        transform: rotate(-4deg);
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
            transform: none;
        }
    }

    .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
        width: 256px;
        height: 256px;
        object-fit: cover;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
            width: 100%;
            height: 300px;
        }
    }

    .promo_event .card-wrapper .card-wrap {
        position: relative;
        z-index: 1;
        width: 33%;
        padding: 24px;        
        background-color: #c5c0ae;
    }

    @media (max-width: 1440px) {
        .promo_event .card-wrapper .card-wrap {
            width: 38%;
        }
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .card-wrap {
            padding: 20px;
            width: 100%;
        }
    }

    .promo_event .card-wrapper .card-wrap .mosh-desc {
        margin-bottom: 40px;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .card-wrap .mosh-desc {
            margin-bottom: 20px;
        }
    }

    .promo_event .card-wrapper .card-wrap .image-wrapper img {
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 992px) {
        .promo_event .card-wrapper .card-wrap .image-wrapper img {
            height: 300px;
        }
    }

    .promo_event .mosh-section-title {
        color: #f1f5eb;
    }

    .promo_event .mosh-text {
        color: #f1f5eb;
    }

    .promo_event .mosh-desc {
        color: #645a4b;
    }

    .promo_event .mosh-section-title,
    .promo_event .border-wrapper,
    .promo_event .mosh-section-btn {
      
        color: var(--white);
    }

    .promo_event .mosh-text,
    .promo_event .text-wrapper {
        color: var(--white);
    }
    /******  promo_event END ******************/






    /*******STORY ***************************/
    .story {
        /*padding: 25px 10px;*/
        margin-bottom: 50px;
    }

        .story figure {
        }

            .story figure img {
                width: 100%;
                max-height: 500px;
                margin: 0 auto;
            }

            .story figure span {
                font-size: smaller;
                color: #6d6d6d;
            }

                .story figure span img, .story figure svg {
                    width: 20px;
                    color: #6d6d6d;
                }


            .story figure.main-img {
                max-width: 100%;
                border: 0px solid var(--mosh-gray-light);
                padding: 0px;
            }

                .story figure.main-img img {
                    max-height: -webkit-fill-available;
                }

    .story_list_item {
        margin: 50px 0;
    }

        .story_list_item img {
           
            padding-right: 15px;
            float: left;
            width: 260px;
        }

            .story_list_item img:hover {
                opacity: 1;
            }

        .story_list_item p {
            margin-bottom: 0;
            margin-top: 5px;
        }

        .story_list_item .number {
            padding: 8px 15px;
            margin: 5px;
            float: left;
            position: absolute;
            color: var(--white);
            background: var(--mosh-red-dark);
            align-items: center;
            justify-content: center;
            font-size: 15px;
        }

            .story_list_item .number.round.static {
                border-radius: 50% !important;
                font-size: 16px !important;
                margin: 0px 14px 0 0px !important;
            }

            .story_list_item .number.static {
                padding: 10px 17px;
                margin-right: 15px;
                position: relative;
                color: var(--white);
                border-radius: 0;
                background: var(--mosh-red-dark);
                align-items: center;
                justify-content: center;
                font-size: 28px;
            }

        .story_list_item.right img {
            padding-left: 15px;
            float: right;
        }

        .story_list_item.right .number {
            float: right;
        }

        .story_list_item .small-image img {
            position: absolute;
            width: 50px;
           
            background: var(--white);
            padding: 0px;
        }

        .story_list_item .small-image.round img {
            border-bottom-right-radius: 15px;
        }

        .story_list_item .small-image.static img {
            position: relative;
            width: 68px;
            margin-right: 10px;
        }


    .story_author {
        margin-right: 10px;
    }

    .story_info {
        border-bottom: 1px dotted var(--mosh-gray-light);
        border-top: 1px dotted var(--mosh-gray-light);
        padding: 10px 0;
    }

        .story_info .icons-menu .title,
        .story_info .story_author {
            padding-bottom: 5px;
        }

    .story_tags {
        margin-top: 1.5rem;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }

        .story_tags h5 {
            font-size: 1rem;
            margin-bottom: 0;
        }

    .story .advert {
    }

    .story .icons-menu {
        margin-bottom: 5px;
        text-align: right;
    }

        .story .icons-menu .iconfont-wrapper {
            padding-right: 2px;
        }

            .story .icons-menu .iconfont-wrapper .mosh-iconfont {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 15px;
                width: 30px;
                height: 30px;
                border: 2px solid #eee;
                color: var(--mosh-dark) !important;
                border-radius: 100%;
            }

                .story .icons-menu .iconfont-wrapper .mosh-iconfont:hover {
                    border-radius: 100%;
                    color: var(--mosh-red) !important;
                }

    @media (max-width: 992px) {
        .story .icons-menu .iconfont-wrapper .mosh-iconfont {
            font-size: 15px;
            width: 35px;
            height: 35px;
        }

        .story_author img {
            width: 50px;
            height: 50px;
        }

        .story .icons-menu {
            margin-top: 10px;
            text-align: center;
            padding-top: 5px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }

            .story .icons-menu .iconfont-wrapper {
                padding-right: 2px;
            }

        .story_label {
            text-align: center;
            display: grid;
        }

        .story figure span img, svg {
            width: 15px;
        }

        .story_date {
            font-size: 0.7rem;
        }

        .story_author {
            margin-right: 0px;
            text-align: center;
        }

        .story_info .icons-menu .title, .story_info .story_author {
            padding-bottom: 5px;
            font-size: 0.7rem;
        }

        .story .story_info {
            padding: 0;
        }
    }

    .story blockquote {
        padding: 1.2rem;
        font-size: 1.1rem;
        font-weight: 400;
        position: relative;
        border-left: 10px solid var(--mosh-red);
        margin: 0.8rem 0;
        background-color: var(--mosh-red-lighter);
        font-style: italic;
    }


    .story_author img {
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        width: 55px;
        height: 55px;
    }

    .story_body p, .story_body ul {
        font-size: 1.05rem;
        line-height: 1.5;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .story_body h3 {
        font-size: 18px;
    }

    .story_body a {
        border-bottom: 1px dotted var(--mosh-red) !important;
        color: var(--mosh-red) !important;
    }

        .story_body a:hover {
            border-bottom: 2px dotted var(--mosh-red) !important;
        }

    .story_image {
        position: relative;
        background-color: #f1f1f16e;
        margin-bottom: 1rem;
    }


        .story_image .credit {
            font-size: smaller;
            position: absolute;
            bottom: 0;
            left: 0px;
            background-color: #00000085;
            color: white;
            padding: 5px;
            width: 100%;
            text-align: left;
            display: none;
        }

        .story_image img {
            /*  object-fit: contain;
            aspect-ratio: 16 / 9;*/
            object-fit: cover;
            width: 100%;
            max-height: 600px;
        }

        .story_image.almpoum img {           
            object-fit: contain;
           
        }

.story_body .category_image {
    float: left;
    width: 300px;
    shape-margin: 18px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: -25px;
    border: 0;
}



.story_body ul {
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

    .story_body li { 
        margin-bottom: 0.8rem; 
       /* font-size: 1.1rem;*/
        line-height: 1.5;
    }

.story_body ul li:before {
    content: '✓';
    margin-right: 10px;
    font-weight: 900;   
    font-size: 1.15rem;
    color: var(--mosh-red);
}

.story.full-article .container_fluid {
    top: -40px;
    position: relative;
    margin: 0;
    padding: 0;    
    height: 700px !important;
    display: flex;
    flex-flow: column nowrap;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.story.full-article .tag.category {
    font-size: 15px;
}

.story.full-article .story_contents {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);    
    bottom: 0;
    color: var(--white) !important;
    padding: 10px 15px;
    height: auto;
    width: 100%;
}

.story.full-article.red .story_contents {
  
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, rgb(177 61 55) 100%);
  
}
.story.full-article.yellow .story_contents {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #ffce00 100%);
}

.story.full-article .story_body .sponsor {
    float: left;
    width: auto;
    max-height: 150px;
    margin: 0px 15px 5px 0px;
    padding:5px;
    text-align: center;
   /* border-right: 1px solid #eee;*/
    border: 1px solid #eee;
}

.story.full-article .story_body .sponsor a {
  color: var(--mosh-dark) !important;
  border-bottom: 0px !important;
  font-weight:600;
  font-size:0.9rem;
}
    .story.full-article .story_body .sponsor img {
        max-height: 80px !important;
        width: auto !important;
        margin: 0 auto;
    }

.story.full-article .story_contents h1 {
    font-size: 3rem;
}

.story_readmore {
    background-color: var(--mosh-red-lighter);
    padding: 20px;
   
    width: 95%;
    margin: 1rem auto;
}
         .story_readmore .header {
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1rem;
            color: var(--mosh-red);
        }



@media (max-width: 992px) {
    .story.full-article .story_contents h1 {
        font-size: 2.5rem;
    }

    .story.full-article .story_body .sponsor img {
        max-height: 70px !important;        
    }

}


@media (max-width: 767px) {
    .story.full-article .story_contents h1 {
        font-size: 1.8rem;
    }
    .story.full-article .container_fluid {
        top: -55px;
        max-height: 600px;
    }

    .story_body img {
        float: none !important;
        width: 100% !important;
    }
   
}

    .tag {
        padding: 5px 10px;
        margin: 5px 5px 5px 0px;     
        border: 1px solid var(--mosh-black);
        display: inline-block;
        font-size: 14px;
    }

        .tag.category {
            display: inline-block;
            background: var(--mosh-black);
            color: #fff !important;
            padding: 7px 10px;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #fff !important;
        }



    /******* STORY END  ***************************/



    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2
    }

    .h1, h1 {
        font-size: calc(1.075rem + 0.5vw);
    }


    .h2, h2 {
        font-size: calc(1.325rem + 0.5vw)
    }

    .h3, h3 {
        font-size: calc(1.3rem + .1vw)
    }

    .h4, h4 {
        font-size: calc(1rem + .2vw);
    }

    .h5, h5 {
        font-size: 1.25rem
    }

    .h6, h6 {
        font-size: 1rem
    }



    .footer {
        background-color: #eee;
        margin-top: 4rem;
    }

        .footer .logo img {
            margin: 0 auto;
            width: 10rem;
            transition: filter 0.4s ease;
            filter: sepia(20%) saturate(150%) hue-rotate(-10deg) brightness(100%);
        }

        .footer .navbar-nav {
            display: flex;
            flex-direction: row;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: baseline;
            margin-top: 20px;
        }

        .footer li.nav-item {
            padding: 6px;
        }

        .footer .navbar-nav .nav-item .nav-link {
            font-family: 'Roboto Bold', sans-serif;
            
            position: relative;
            transition: .3s all !important;
            letter-spacing: 1px;
            font-weight: 600;
            font-size: 1rem;
        }

        .footer .content-wrap {
            margin: 5px 15px;
            text-align: center;
        }

        .footer .icons-menu .iconfont-wrapper .mosh-iconfont {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            width: 32px;
            height: 32px;           
            color: var(--white);
            border-radius: 100%;
            background-color: var(--mosh-red-dark);
        }

        .footer .icons-menu .iconfont-wrapper {
            padding-right: 7px;
        }

        .footer .iconfont-wrapper:hover {
            opacity: .9;
        }

        .footer .copyright {
            margin-top: 0.5rem !important;
            color: #ffffff;
            text-align: center;
            background: var(--mosh-dark);
            padding: 15px;
            font-size: .85rem;
        }




    /**** pinned-news-box **/

.pinned-news-box {
  /*  margin: 3rem auto;*/
    position: relative;  
    height: 100%;
    flex-flow: column nowrap;
    display: flex;
    border-radius: 25px;
}


                .pinned-news-box.item-wrapper.column .img-wrapper {
                    height: 100%;
                    min-height: 354px;
                    max-height: 500px;
                }

            .pinned-news-box.item-wrapper img {
                object-fit: cover;
                position: relative;
                height: 100%;
               
                aspect-ratio: auto;
                border-radius: 25px;
            }


            .pinned-news-box.item-wrapper.column .card-box {
                position: absolute;
                padding: 1rem;
                min-height: 354px;
                background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 50%) 100%);                
                border-radius: 25px;               
                color: var(--white) !important;
                height: 100%;
                max-height: 500px;
            }
        


                .pinned-news-box.item-wrapper .card-title,
                .pinned-news-box.item-wrapper .card-summary {
                    text-align: left;
                    padding: 5px 10px;
                    margin: 0;
                }

                .pinned-news-box.item-wrapper .card-title, .pinned-news-box.item-wrapper .card-title a {
                    font-size: 1.5rem;
                    font-weight: 600;
                    color: #fff !important;
                }
                   

                .pinned-news-box.item-wrapper .card-summary {
                   
                    font-size: 1rem;
                }

               

                .pinned-news-box.item-wrapper.column .card-date > svg path {
                    stroke: #fff;
                }



                .pinned-news-box.item-wrapper.column .card-date {
                    float: right;
                    font-size: 0.8rem;
                    margin-bottom: 0;
                }

                .pinned-news-box.item-wrapper.column .card-box:not(:has(.card-category)) .card-date {
                    float: none !important;
                }

                .pinned-news-box.item-wrapper.column .card-category a {
                    background-color: var(--mosh-black);
                    padding: 5px 10px;
                    font-size: 11px;
                    font-weight: 600;
                    letter-spacing: 1px;
                    color: #fff !important;
                }

           

                .pinned-news-box.item-wrapper.column .card-header {
                    text-align: center;
                }

    @media (max-width: 992px) {

        .pinned-news-box.item-wrapper.column .img-wrapper {
          height: 354px;
        }
        .pinned-news-box.item-wrapper .card-title, .pinned-news-box.item-wrapper .card-title a {
            font-size: 1.2rem;
        
        }
        .pinned-news-box.item-wrapper .card-summary {
            font-size: 1rem;
        }
     

               

    }

@media (max-width: 767px) {
    .pinned-news-box.item-wrapper .card-title, .pinned-news-box.item-wrapper .card-title a {
        font-size: 1rem;
    }
    .pinned-news-box.item-wrapper .card-summary {
        font-size: 0.8rem;
    }
    .pinned-news-box.item-wrapper.column .card-date {
        font-size: 0.7rem;
    }
}



    /**** pinned-news-box end **/



    /******** radius-item ***************/

    .radius.item {
        margin-bottom: 30px;
    }

        .radius.item .item-wrapper {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            padding: 30px 20px;
         
            background-color: var(--mosh-dark);
            border-radius: 20px;
        }

            .radius.item .item-wrapper.gray {
                background-color: #eee;
            }

                .radius.item .item-wrapper.gray .card-title,
                .radius.item .item-wrapper.gray .card-text {
                    color: var(--mosh-dark);
                }

        .radius.item .card-text label {
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 25px;
            width: 70px;
            height: 45px;
            font-size: 1rem;
            font-weight: 900;
            padding-right: 5px;
            text-align: center;
            float: left;
        }

        .radius.item .item-wrapper .card-box {
            width: 55%;
        }

            .radius.item .item-wrapper .card-box .mbr-section-btn {
                margin-top: 20px;
                width: 100%;
            }

                .radius.item .item-wrapper .card-box .mbr-section-btn .btn {
                    justify-content: space-between;
                    color: #eee !important;
                    background-color: var(--mosh-dark);
                    border-color: var(--mosh-dark);
                    border-radius: 20px;
                    padding: 10px 30px;
                    margin: 0;
                }

        .radius.item .item-wrapper .card-image {
            width: 40%;
            height: 200px;
        }

            .radius.item .item-wrapper .card-image img {
                object-fit: cover;
                height: 100%;
                border-radius: 25px;
            }

        .radius.item .card-title {
            margin-bottom: 20px;
            color: #eee;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .radius.item .card-text {
            margin-bottom: 0;
            color: #eee;
            font-size: 16px;
            line-height: 1.3rem;
        }


    @media (max-width: 992px) {
        .radius.item .item {
            width: 100%;
            margin-bottom: 20px;
        }

        .radius.item .item-wrapper {
            padding: 20px;
        }

            .radius.item .item-wrapper .card-box .mbr-section-btn {
                margin-top: 20px;
            }
    }

    @media (max-width: 767px) {

        .radius.item .item-wrapper {
            display: block;
            padding: 20px;
        }

            .radius.item .item-wrapper .card-box,
            .radius.item .item-wrapper .card-image {
                width: 100%;
            }

            .radius.item .item-wrapper .card-image {
                margin-top: 20px;
            }

            .radius.item .item-wrapper .card-box .mbr-section-btn {
                margin-top: 20px;
            }
    }

    /******** radius-item END ***************/

    .swiper .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        z-index: 10;
        font-size: 20px !important;
        border-radius: 50%;
    }



    .swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 20px !important;
        font-weight: 900;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }


    .swiper .swiper-button-prev {
        left: 5px !important;
    }

    .swiper .swiper-button-next {
        right: 5px !important;
    }

    @media (max-width: 767px) {
        .swiper {
            width: 100%;
            height: 470px;
        }

        .swiper-slide {
            display: flex;
            align-items: stretch;
            justify-content: center;
        }
    }



    /******** main-main-interviews start ***************/

    .main-interviews {
        margin: 3rem auto;
        padding: 1rem;
    }

        .main-interviews .container-lg {
            background: linear-gradient(360deg, rgba(53, 61, 56, 0.87) 0%, rgba(53, 61, 56, 0.87) 50%, rgb(197 192 174) 100%);
            padding: 2rem;
            border-radius: 25px;
        }


        .main-interviews .item-content,
        .main-interviews .item-content a {
            color: white !important;
        }

        .main-interviews .category_flow img, .main-interviews .category_flow .item-img {
            border-top-right-radius: 25px;
            border-top-left-radius: 25px;
            height: 300px;
        }

        .main-interviews .item-content {
            background-color: #00000059;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
            height: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 15px;
            display: grid;
            align-content: stretch;
        }

            .main-interviews .item-content h2 {
                font-size: 1rem;
            }

    @media (max-width: 767px) {
        .main-interviews .category_flow .item-img img, .main-interviews .category_flow .item-img {
            height: 360px !important;
        }
    }

    @media (max-width: 992px) {


        .main-interviews .item-content h2 {
            font-size: 1.15rem;
        }
    }

    /******** main-main-interviews END ***************/

    /************PAGER ************************/

    nav.pager {
        margin: 0px auto;
        margin-top: 60px;
    }

        nav.pager ul {
            margin: 0px auto;
        }

        nav.pager .page-item.active .page-link {
            z-index: 3;
            color: #fff !important;
            background-color: var(--mosh-black);
            border-color: var(--mosh-black);
        }

        nav.pager .page-item .page-link {
            padding: 0.5rem 1rem;
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 600;
            color: var(--mosh-black);
        }

        nav.pager .page-info {
            font-weight: 400;         
            padding: 0.75rem;
            font-size: 1.05rem;
            text-align: center;
        }

        nav.pager .page-item.disabled .page-link {
            color: #bdbcbc !important
        }

    @media (max-width: 1024px) {

        nav.pager .page-item.number {
            display: none;
        }
    }

    @media (max-width: 767px) {


        nav.pager {
            margin-top: 20px;
        }
    }


    /************PAGER ************************/

    /*********Cloud Tag List ******************/

    .box.cloud {
        background: #eee;
        margin: 1rem;
        padding: 1rem;
    }

        .box.cloud hr {
            margin: 0;
            opacity: 1;
        }

        .box.cloud .mosh-section-title {
            font-size: 1.5rem;
        }

        .box.cloud ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            line-height: 1.75rem;
            /*    max-height: 350px;*/
            height: auto;
            margin: 15px auto;
        }

            .box.cloud ul a {
                --size: 4;
                --color: var(--mosh-red);
                color: var(--color) !important;
                font-size: calc(var(--size) * 0.25rem + 0.5rem);
                display: block;
                padding: 0.125rem 0.25rem;
                position: relative;
                text-decoration: none;
            }

                .box.cloud ul a[data-weight="1"] {
                    --color: var(--mosh-dark);
                    --size: 1;
                }

                .box.cloud ul a[data-weight="2"] {
                    --color: var(--mosh-red);
                    --size: 2;
                }

                .box.cloud ul a[data-weight="3"] {
                    --color: var(--mosh-black);
                    --size: 3;
                }

                .box.cloud ul a[data-weight="4"] {
                    --color: var(--mosh-red-dark);
                    --size: 4;
                }

                .box.cloud ul a[data-weight="5"] {
                    --color: #929090;
                    --size: 5;
                }

                .box.cloud ul a[data-weight="6"] {
                    --color: var(--mosh-red);
                    --size: 6;
                }

                .box.cloud ul a[data-weight="7"] {
                    --color: var(--mosh-dark);
                    --size: 7;
                }

                .box.cloud ul a[data-weight="8"] {
                    --size: 7.5;
                    --color: var(--mosh-red);
                }

                .box.cloud ul a[data-weight="9"] {
                    --color: #929090;
                    --size: 7.5;
                }

                .box.cloud ul a[data-weight="10"] {
                    --color: var(--mosh-dark);
                    --size: 7.5;
                }

                .box.cloud ul a::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 50%;
                    width: 0;
                    height: 100%;
                    background: var(--color);
                    transform: translate(-50%, 0);
                    opacity: 0.15;
                    transition: width 0.25s;
                }

                .box.cloud ul a:focus::before,
                .box.cloud ul a:hover::before {
                    width: 100%;
                }

    @media (prefers-reduced-motion) {
        .box.cloud ul * {
            transition: none !important;
        }
    }

    /*********Cloud Tag List END******************/


    /**** PROMO CARD - stories Start ******/
    .promo-card {
        padding: 2rem;
        border-radius: 20px;
        min-height: 400px;
    }

        .promo-card::before, .promo-card::after {
            content: "";
            display: table;
        }

        .promo-card .cover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: clip;
            -webkit-clip-path: inset(0 -100vw);
            clip-path: inset(0 -100vw);
            background-color: black;
            border-radius: 20px;
        }


            .promo-card .cover .cover-image {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
            }

        .promo-card .cover-image img {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            object-position: top center;
        }

        .promo-card .promo-content {
            position: relative;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 2.5rem;
            background-color: rgba(0, 0, 0, 0.6);
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(2px);
            border-radius: 2rem;
            isolation: isolate;
            
            max-width: 650px;
        }

            .promo-card .promo-content::after {
                content: "";
                position: absolute;
                inset: 0;
                margin: auto;
                border-radius: inherit;
                border: 0px solid rgba(255, 255, 255, 0.5);
                -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.5)));
                -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.5) 100%);
                mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.5)));
                mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.5) 100%);
            }

            .promo-card .promo-content h2 {
                font-family: "Roboto Bold", sans-serif;
                font-size: 2.1rem;
                font-weight: 700;
                line-height: 1.2;
                color: white;
                margin-bottom: 0.75rem;
            }

            .promo-card .promo-content p {
                font-size: 1.15rem;
                font-weight: 400;
                line-height: 1.3;
                color: white;
                
            }

            .promo-card .promo-content > a {
                position: relative;
                display: block;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                font-size: 1rem;
                background-color: var(--mosh-red);
                color: white !important;
                padding: 0.75rem 2rem;
                margin-top: 3rem;
            }

    @media (max-width: 992px) {


        .promo-card {
            padding: 1.2rem;
            background-color: black;
            overflow: clip;
        }


            .promo-card .cover {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                aspect-ratio: 16 / 10;
            }

                .promo-card .cover .cover-image {
                    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(rgba(0,0,0,0)));
                    -webkit-mask-image: linear-gradient(to bottom, black 40%, rgba(0,0,0,0) 100%);
                    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(rgba(0,0,0,0)));
                    mask-image: linear-gradient(to bottom, black 40%, rgba(0,0,0,0) 100%);
                }


                    .promo-card .cover .cover-image img {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }


            .promo-card .promo-content {
                width: 100%;
                padding: 0.5rem;
                margin-top: 20vh;
                background-color: rgba(0, 0, 0, 0.4);
                -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
                border-radius: 1rem;
                min-height: auto;
            }

                .promo-card .promo-content > * {
                    z-index: 1;
                }

                .promo-card .promo-content h2 {
                    font-size: 1.7rem;
                    line-height: 1.2;
                    max-width: 45ch;
                }

                    .promo-card .promo-content h2 span {
                        display: block;
                    }

                .promo-card .promo-content p {
                    max-width: 45ch;
                }

                .promo-card .promo-content > a {
                    width: 100%;
                    text-align: center;
                    padding: 0.75rem 0;
                    margin-top: 2rem;
                }
    }
    /**** PROMO CARD - stories END******/

    /**** searchDrawer START******/

    #searchDrawer {
        background: rgba(0, 0, 0, .75);
        position: fixed;
        top: 0;
        z-index: 9999;        
        opacity: 0;
        width: 100vw;
        height: 100vh;       
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        isolation: isolate;
    }

        #searchDrawer .post-container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }

        #searchDrawer .wrapper {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            max-width: 800px;
            margin: 0 auto;
            background-color: #fff;
            border-bottom: 2px solid #fff;
            padding: 10px;
            border-radius: 25px;
        }



        #searchDrawer .formSearch {
            position: relative;
        }

        #searchDrawer input {
            background-color: #fff;
            color: #000;
            border: 0px;
            font-size: 30px;
            padding: 15px;
        }


        #searchDrawer .custom-close {
            position: absolute;     
            top: 60px;
            right: 60px;
            color: #fff;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            display: inline-block;
            width: 50px;
            height: 50px;
            /* font-weight: bold; */
            background-color: #ffffff;
            color: #000 !important;
            font-size: 33px;
            text-align: center;
            display: flex;
            justify-content: space-evenly;
            line-height: 30px;
            border-radius: 50%;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            align-items: center;
        }

    #btnSubmitSearch {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 40px;
    }

        #btnSubmitSearch img {
            width: 40px;
        }

    .main-news.search .results {
        background: #eee;
    }

        .main-news.search .results .input-group {
            height: 45px;
        }

    .main-news.search .counter {
        font-size: 1rem;
        /*color: var(--mosh-red);*/
        font-weight: 600;
    }


    .main-news.search .form-control {
        color: var(--mosh-red);
    }

        .category_flow.search .form-control:focus,
        .main-news.search .form-control:focus {
            color: var(--mosh-red);
            font-weight: 600;
            border: 1px solid transparent !important;
            border-radius: 4px !important;
            box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px !important;
        }

    .main-news.search .results div {
        margin: 0.5rem auto;
    }

    .main-news.search .input-group-text {
        background: transparent;
        border: 0;
    }

    .category_flow.search .input-group {
        max-width: 600px;
        margin: 0 auto;
    }

    .category_flow.search .form-control {
        font-size: 1.5rem;
    }

    .category_flow.search img {
        width: 30px;
        margin: 20px;
    }

    .category_flow.search a {
        border: 1px solid transparent !important;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    }

        .category_flow.search a:hover {
            background: var(--mosh-red-light);
        }

    .main-news.search {
        min-height: 500px;
    }

        .main-news.search .error_message {
            height: 400px;
            margin: 0 auto;
            font-weight: 600;
            text-align: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(/images/Icons/no_results.webp)
        }

        .main-news.search button#loadMoreBtn {
            max-width: 200px;
            margin: 0 auto;
            font-weight: 600;
            font-style: normal;
            white-space: normal;
            transition: all 0.2s ease-in-out;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            word-break: break-word;
            color: #fff;
            background: var(--mosh-black);
            padding: .375rem .75rem;
            font-size: 1rem;
            border-radius: .25rem;
        }

    @media (max-width: 990px) {

        .main-news.search .error_message {
            height: 330px;
        }

        #searchDrawer .post-container {
            max-width: 100%;
        }

        #searchDrawer .wrapper {
            max-width: 90%;
        }

        #searchDrawer input {
            background-color: #fff;
            font-size: 20px;
            padding: 15px 5px;
        }

        #btnSubmitSearch {
            top: 17px;
            right: 15px;
            width: 30px;
        }

            #btnSubmitSearch img {
                width: 30px;
            }

        #searchDrawer .custom-close {
            position: absolute;
            top: 100px;
            right: 15px;
        }

        .main-news.search .results {
            justify-content: space-evenly;
            align-items: center;
        }

            .main-news.search .results div {
                flex-basis: content;
            }

            .main-news.search .results .input-group {
                height: auto;
            }




        .category_flow.search .form-control {
            font-size: 1.2rem;
            padding: 0.5rem 1rem;
        }

        .category_flow.search img {
            width: 25px;
        }

        .main-news.search {
            min-height: 300px;
        }
    }

    @media (min-width: 990px) {
        #searchDrawer input, #searchDrawer input::placeholder {
            font-size: 35px;
        }
    }

    @media (min-width: 1200px) {
        #searchDrawer .post-container {
            max-width: 800px;
            padding-left: 0;
            padding-right: 0;
        }
    }
    /**** searchDrawer END******/




   /***VIDEO ON Article (detach placeholder) start ***/
.yt-placeholder {
    display: none;
}

    .yt-placeholder.is-active {
        display: block;
    }

.yt-wrapper {
    position: relative;
    display: block;
    width: auto;
    height: 500px;
    max-height: 500px;
    max-width: 100%;
}

    .yt-wrapper iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

    .yt-wrapper.is-detached {
        position: fixed;
        right: 16px;
        bottom: 16px;
        width: 360px;
        height: 203px; /* 16:9 */
        z-index: 99999;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,.25);
        background: #000;
    }

.yt-close {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 100000;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 0;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.yt-wrapper.is-detached .yt-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .yt-wrapper.is-detached {
        width: 313px;
        height: 175px;
    }
}
/***VIDEO ON Article (detach placeholder) end ***/


/***VIDEO ICON ON BOXES ***/

.video {
    position: relative;
}

    .video .video-icon {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        pointer-events: none;
    }

        .video .video-icon svg::after, .category_flow .main .video ::after {
            background: transparent;
        }

    /* badge πάνω δεξιά */
    .video .video-icon {
        position: absolute;
        /*  top: 10px;
                        left: 5px; */
        /* width: 44px;
                        height: 44px; */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20%;
        height: 20%;
        min-width: 32px;
        min-height: 32px;
        display: grid;
        place-items: center;
        pointer-events: none;
        z-index: 2;
        transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
        opacity: 0.60;
    }


        .news_box .video .video-icon {
            left: 0;

        }
        /* κάνε το svg να χωράει σωστά στο badge */
        .video .video-icon svg {
            width: 100%;
            height: 100%;
            display: block;
        }

    /* focus / hover animation (πολύ ελαφρύ) */
    .video:hover .video-icon,
    .video:focus-visible .video-icon {
        transform: translate(-50%, -50%) scale(1.06);
        opacity: 1;
        filter: drop-shadow(0 2px 6px rgba(0,0,0,.18));
    }

    /* optional: αν θες “πινελιά” pulse μόνο στο focus */
    .video:focus-visible .video-icon {
        animation: videoPulse 600ms ease-out 1;
    }

@@keyframes videoPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.12);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.06);
    }
}

/* το img */
.video img {
    display: block;
    width: 100%;
 
}
/***VIDEO ICON ON BOXES ***/
