/* -------------------------------- FONTS ---------------------------------- */

/*  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;*/

/*  .dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}*/


/* -------------------------------- COLORS ---------------------------------- */

:root {
    --white: #fff;
    --white05: rgba(255,255,255,0.5);
    --white06: rgba(255,255,255,0.6);
    --white015: rgba(255,255,255,0.15);
    --gray: #979797;
    --gray2: #ededed;
    --lightgray: #f8f8f8;
    --darkgray: #171717;
    --darkgray02: rgba(23,23,23,0.2);
    --darkgray05: rgba(23,23,23,0.5);
    --darkgray06: rgba(23,23,23,0.6);
    --darkgray08: rgba(23,23,23,0.8);
    --black: #000;

    --red: #EE84B5;
    --red01: rgba(238, 132, 181, 0.1);
    --red004: rgba(238, 132, 181, 0.4);
    --red05: rgba(238, 132, 181, 0.5);

    --blue1: #0e123b;
    --blue1075: rgba(14,18,59,0.75);
    --blue2: #023cfc;
    --blue3: #0282fc;

    --pink: #EE84B5;
    --pink05: rgba(238, 132, 181, 0.5);
    --pink03: rgba(238, 132, 181, 0.3);
    --pink01: rgba(238, 132, 181, 0.1);
    --pinkdark: #883677;
    --pinkdark05: rgba(136,54,119,0.5);
}

/* ---------------------------------- GENERAL ------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: "DM Serif Text", serif;
}
::selection {
    color: #fff;
    background: #EE84B5;
}
::-moz-selection {
    color: #fff;
    background: #EE84B5;
}

/* ---------------------------------- BUTTONS ------------------------------- */
a.button-view-all:hover,
a.button:hover,
button:hover {
    background-color: var(--pinkdark)
}

/* ---------------------------------- HEADER -------------------------------- */
.header-black {
    background-color: var(--pinkdark);
}
.header-black-content {
    padding-left: 0;
}
.header-red {
    background-color: var(--pink);
}
.logo a {
    background: url("/assets/front/img/najzena/logo-najzena.svg") var(--pink);
    background-position: center;
    background-repeat: no-repeat;
}
.app-nav ul {
    gap: 20px;
}
.app-nav ul a {
    font-size: 14px;
    text-transform: uppercase;
}

/* ---------------------------------- CONTENT ------------------------------- */
.app-wrapper {
    margin-top: 130px;
}
.story-wrapper-inner .title,
.sectionTitle {
    font-weight: 400;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--pink05);
}
.storyNav h2.title a:hover,
.storyNav h3.title a:hover,
.storyNav h4.title a:hover {
    color: var(--darkgray);
    text-decoration-color: var(--pink);
    opacity: 1;
}
.pagination ul a:hover,
.pagination ul li.active {
    background-color: var(--pink);
    color: var(--white);
}
.title-time-commentCount h4 {
    font-weight: 400;
}
.entrefilet-box .boxBody::before {
    background-image: url('/assets/front/img/najzena/najzena-quote.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 80px;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--pinkdark05);
}
.title-with-icon,
.storyContent .latest-story-category .title-with-icon,
.storyContent .topStories-2-2-2 .title-with-icon {
    padding-left: 0;
}
.title-with-icon::before,
.storyContent .latest-story-category .title-with-icon::before,
.storyContent .title-with-icon.arrow-right::before {
    display: none;
}
/* ---------------------------------- BURGER NAV -------------------------------- */

.mobile-navigation-inner .close-nav span {
    background-color: var(--white);
}
.mob-app-nav ul {
    border-top: 1px solid var(--white);
    padding-top: 20px;
}
.mob-app-nav ul li {
    border-bottom: none;
    font-family: "DM Serif Text", serif;
}
.mob-app-nav ul a {
    color: var(--white);
    font-weight: 400;
}
.mobile-navigation-inner {
    background-image: url(/assets/front/img/najzena/logo-najzena.svg), linear-gradient(120deg, rgba(136, 54, 119, 1) 0%, rgba(238, 132, 181, 1) 100%);
    background-repeat: no-repeat;
    background-position: 20px 10px, center;
}
/* ---------------------------------- VIDEO SECTION -------------------------------- */
.topStories-najzena-video {
    position: relative;
    padding: 35px 0;
}
.topStories-najzena-video:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101vw;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pinkdark);
    z-index: -1;
}
.title-with-icon.icon-najzena.video {
    margin: 0 0 50px;
    color: var(--white);
}
.topStories-najzena-video .top-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 40px;
}
.big-video a.img-holder {
    position: relative;
    display: block;
}
.big-video a.img-holder img {
    border-radius: 4px;
}
.big-video .title-time-comments {
    position: absolute;
    bottom: 0;
    padding: 40px 40px 30px;
    z-index: 1;
}
.big-video .time-comments {
    color: var(--white);
}
.big-video h2.title {
    padding: 0;
    color: var(--white);
    z-index: 1;
    margin: 0 0 10px;
}
.big-video a.img-holder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, var(--darkgray));
    left: 0;
    border-radius: 4px;
}
.small-videos {
    border-top: solid 1px var(--pink05);
}
.small-videos .item {
    padding: 25px 0;
    border-color: var(--pink03);
    margin-top: 0;
}
.small-videos h2.title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
}
.small-videos h2.title a {
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--white);
}
.small-videos .item .img-holder {
    max-width: 160px;
}
.small-videos .time-comments {
    color: var(--white05);
    margin-top: auto;
}
.title-time-comments {
    display: flex;
    flex-direction: column;
}

/* ---------------------------------- FOOTER -------------------------------- */
.footer {
    background-color: var(--pinkdark);
    border-top: 2px solid var(--pink);
    padding-top: 18px;
}
.footer-top {
    margin-top: 0;
}
.footer-logo-img {
    background-color: transparent;
    background-image: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.footer-logo-img img {
    display: block;
    height: 50px;
}
.footer-top .heder-nav-link:hover {
    background-color: var(--pink);
}
.footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    gap: 40px;
}
.footer-navigation-second ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    display: flex;
    gap: 30px;
}
.footer-navigation-third {
    flex-basis: auto;
    margin-right: 0;
}
.footer-navigation-third ul {
    gap: 20px;
    flex-direction: row;
}
.footer-copy {
    margin-top: -15px;
}
.contactForm .QapTcha .Slider {
    background-image: url(/assets/front/img/captcha-arrow-najzena.svg);
}
.thumb-text,
.boxImage .boxCaption {
    background-color: var(--pinkdark05);
    border-radius: 4px;
}
.previous-story .img-title, .next-story .img-title,
.commentsBrowser,
.item {
    border-color: var(--pink05);
}
.previous-next-story {
    border-color: var(--pink);
}
.header-red:after {
    display: block;
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.02) 100%);
}
header.fixed .header-red:after {
    opacity: 0.2;
    transition: all 0.3s ease;
    visibility: visible;
}
.timeline .time,
.agregator-list .title-data .time-comments {
    color: var(--pink05);
}
.timeline:before {
    background-color: var(--pink05);
}

/*------------------------------------- BANERI / AKLAMATORI -------------------------*/

.banner980 .dtp2NajDz .akla_title_p2NajDz {
    color: var(--darkgray);
}
.banner980 .dtp2NajDz .akla_title_p2NajDz span {
    color: var(--red) !important;
}
.banner980 #aklap2NajDz {
    border-color: var(--red);
}