html,body,div,span,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:before,:after{-webkit-box-sizing:inherit;box-sizing:border-box;outline:0;}

html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;font-display:swap;font-family:'Arial',sans-serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

:root{
--bg:#000421; /* ζητήθηκε dark blue background */
--text:#e5e7eb; /* απαλό λευκό */
--muted:#94a3b8; /* slate */
--accent:#e50914; /* "Netflix-y" κόκκινο για highlights */
}

img { max-width:100%;height:auto}
a, a:hover, a:visited{text-decoration:none;color:initial}
em {font-style: italic}

html{scroll-behavior:smooth;}
body{
font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
background: radial-gradient(circle, #001e78 0%, #000421 50%);
color:var(--text);
position: relative;
}

.container{padding:0 2.25vw;width:100%;margin: 0 auto}
.is-relative{position:relative}

figure {
    margin: 0;
}

.radius-image {
    border-radius:0.2vw;
    overflow: hidden;
}
.thumb-holder {
    position: relative;
    height: 0;
    margin: 0;
    width: 100%;
    line-height: 0;
}
.ratio-169 {
    padding-bottom: 56.25%;
}
.ratio-vert{
    padding-bottom: 150%;
}
.ratio-narrow{
    padding-bottom: 30%;
}
.thumb-holder .imagefit {
    height: 100%;
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    width: 100%;
}

/* .bordered{border: 1px solid rgba(116, 145, 215, .6);} */

.my-0{margin-block:0}
.py-6{padding:8rem 0 12rem}


.is-site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.is-site-header.scrolled{
  -webkit-backdrop-filter: blur(23px);
  backdrop-filter: blur(23px);
  background: rgba(0, 6, 50, 0.7);
  transition: background-color 0.5s ease;
}
.inner-site-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.header-left{
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-right .burger-btn{
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.header-right .burger-btn span{
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
.header-right .burger-btn span:nth-child(2){
  margin: 5px 0;
}
.social-wrap{
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-wrap svg{width:20px;opacity: 0.85;}
.social-wrap .social-link {
    line-height: 1;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-holder img{
  width: 130px;
}
.logo-holder a{
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo-holder span{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
}
.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  list-style: none;
}
.main-menu a{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.main-menu li a{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:50px;padding:5px 16px 7px;line-height:normal;transition:all .3s ease}
.main-menu li.active a,.main-menu li:hover a{border:1px solid rgba(255,255,255,.5);background-color:#fff}
.main-menu li a{transition:all .3s ease;font-size:14px}
.main-menu li.active a,.main-menu li:hover a{color:var(--blue);color:var(--bg);font-weight:600}

/* HOME */
.hero-section {
    /* margin-inline:-2.25vw; */
    height: 82vh;
    margin-top:70px;
}
.hero-bg {
  position: relative;
  height: 100%;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: #000;
  border-radius: 12px;
}

.hero-video,
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  border-radius: 12px;
}

.hero-carousel-wraper{
  /* border: 1px solid rgba(116, 145, 215, .6); */
  border-radius: 12px;
  height: 100%;
}
.hero-carousel.slick-initialized.slick-slider,
.hero-carousel .slick-list,
.hero-carousel .slick-list .slick-track
{
  height: 100%;
}
.hero-carousel .hero-item.slick-slide{
  position: relative;
}
.hero-arrows{
  position: absolute;
  right: 2%;
  bottom: 5%;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 3;
}
.hero-arrows .hero-arrow-next,
.hero-arrows .hero-arrow-prev,
.carousel-arrows .custom-arrow-prev,
.carousel-arrows .custom-arrow-next
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 55px;
  height: 55px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  padding: 14px;
  border:1px solid rgba(255,255,255,0.5);
  backdrop-filter: saturate(200%) blur(10px);
}
.hero-arrows .hero-arrow-next img,
.hero-arrows .hero-arrow-prev img,
.carousel-arrows .custom-arrow-prev img,
.carousel-arrows .custom-arrow-next img{
  width: 100%;
  height: 100%;
}
.hero-overlay{
  background: linear-gradient(to bottom, rgba(0, 20, 91, 0) 0%, #000421 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 30%;
}

.hero-content{
  position: absolute;
  bottom: 5%;
  left: 2%;
}
.hero-title{
  font-size: 50px;
}
.hero-desc{font-size: 18px;border:none;line-height: 1.4;margin-top: 0;margin-bottom: 0;}
.hero-buttons{display: flex;align-items:center;gap: 15px;}
.hero-buttons .btn,.item-info .btn,.card-popup .btn,.volume-btn .btn{font-size: 20px;font-weight: 600;padding:10px 15px;display: flex;align-items: center;border: none;gap: 5px;}
.hero-buttons .btn-info,.item-info .btn-info,.card-popup .btn-info,.volume-btn .btn{
  /* background-color: rgba(109, 109, 110, 0.7); */
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50px;
  backdrop-filter: saturate(200%) blur(10px);
}
.hero-buttons .btn-info:hover, .item-info .btn-info:hover,.card-popup .btn-info:hover{
  cursor: pointer;
}
.hero-buttons .btn-info:hover, .volume-btn .btn:hover {background-color: rgba(255, 255, 255, 0.05);cursor: pointer}

.volume-btn .btn{padding: 6px 7px 4px 7px;border-radius: 50%}

.hero-video {
  opacity: 0;
  z-index: 1;
  object-fit: contain;
  /* width: auto; */
  margin: 0 auto;
  border-radius: 0;
}

.hero-video.active {
  opacity: 1;
  z-index: 2;
}

.hero-image {
  opacity: 1;
  z-index: 1;
  object-fit: cover;
  object-position: top center;
}

.hero-image.hidden {
  opacity: 0;
  display: none;
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 7%;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
  z-index: 1;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
.scoll-text{
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.7px;
  font-weight: 600;
  margin-top: 5px;
  color:rgba(255,255,255,0.5)
}
@keyframes scroll {
  0% { opacity: 0; }
  15% { transform: translateY(0); opacity: 1; }
  75% { transform: translateY(25px); opacity: 1; }
  100% { transform: translateY(25px); opacity: 0;}
}


.wrap-section-headline {
    color: #e5e5e5;
    display: inline-block;
    font-size: 1.4vw;
    margin: 0 0 .5em;
    min-width: 6em;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.wrap-section-headline .sectiontitle {
    line-height: 0.95;
}.wrap-section-headline .sectiontitle {
    color: #e5e5e5;
    display: inline-block;
    font-size: 1.4vw;
    font-weight: 600;
}
.wrap-section-headline a .sectiontitle:hover{
  opacity: 0.8;
}

.thumb-holder video {
    display:none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    opacity:0
}

.item-info{
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  color: #fff;
  /* opacity: 0; */
}
.item-info .item-title{
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 1;
}
.item-info .btn{
  font-size: 14px;
  padding: 8px 12px;
}


.inner-carousel {
  display: flex;
  gap: 12px;
  position: relative;
  overflow: visible;
}

.card-item {
  transform-origin: center center;
  position: relative;
  width: 25%;
  transition: transform 0.3s ease, z-index 0.3s ease;
  z-index: 1;
}

.card-item:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.6);
}

/* .card-item:hover .thumb-holder video {
  display: block;
  opacity: 1;
} */

/* .wrap-section.carousel{position:relative} */
.wrap-section.carousel .slick-track{margin-inline: -5px;}
.must-watch-item.slick-slide{
    padding-inline: 5px;
}

.big-carousel-inner .card-item.is-expanded .thumb-holder.must-watch{height: 100%;}
.big-carousel-inner .card-item.is-expanded .thumb-holder.must-watch video
{display:block;opacity:1;position: absolute;top: 0;right: 0;left: 0;bottom: 0;}
/* .must-watch-carousel .card-item.swiper-slide-active .thumb-holder.must-watch img{position: absolute;} */

/* .custom-arrow-prev, .custom-arrow-next {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    cursor: pointer;
    display: none !important;
    width: 40px;
    z-index: 10;
}
.custom-arrow-prev.hero-arrow-prev, .custom-arrow-next.hero-arrow-next {
  display: block !important;
}
.custom-arrow-prev{left: 0;justify-content: flex-start;}
.custom-arrow-next{right: 5px;justify-content: flex-end;}
.wrap-section.carousel:hover .custom-arrow-prev,
.wrap-section.carousel:hover .custom-arrow-next {
    display: flex !important;
}*/
.custom-arrow-prev:hover, .custom-arrow-next:hover {
    background: rgba(255,255,255,.1);
} 

.carousel-arrows{
  display: flex;
  align-items: center;
  gap: 10px;
}
.carousel-arrows .custom-arrow-prev,
.carousel-arrows .custom-arrow-next{
  width: 35px;
  height: 35px;
  padding: 9px;
}

.card-item.must-watch-item .card-popup{
  transform: none;
  top: 100%;
  left: unset;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 4px #8badf9, 0 8px 32px 0 rgba(21,40,90,0.56);
}
.card-item.must-watch-item:hover .card-popup{
    transform: none;
    top: 4px;
    left: 9px;
    width: calc(100% - 18px);
    height: calc(100% - 8px);
}
.must-watch-item .card-popup .popup-video{
    height: 100%;
}

/* POPUP TEST */
.card-popup {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  width: 22vw;
  background: #00145B;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(255,255,255,0.5);
  border: 0.5px solid rgba(255, 255, 255, .4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
  border-radius: 0.2vw;
}

.card-item.is-active{z-index: 100;}

.card-item:hover .card-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1.0);
  pointer-events: auto;
}
.card-item:first-child:hover .card-popup {
  transform: translateX(-45%) scale(1.0);
}
.card-item:last-child:hover .card-popup {
  transform: translateX(-55%) scale(1.0);
}

.popup-video {
  position: relative;
  width: 100%;
  height: 12vw;
  overflow: hidden;
}
.popup-video video,
.popup-video img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.popup-info {
  padding: 2rem;
  color: #fff;
}
/* .popup-info .first-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.popup-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
}
.popup-info .btn{
  font-size: 14px;
  padding: 6px 10px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: none;
}
.popup-info .btn svg{
  width: 18px;
  height: 18px;
}
.popup-desc {
  font-size: 1.4rem;
  color: var(--muted);
  margin-bottom: 1.4rem;
  display:none;
  line-height: 1.2;
}
.popup-tags {
  padding-top: 15px;
}
.popup-tags span {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 0.2em 0.6em;
  font-size: 1.2rem;
  margin-right: 0.4em;
  color: #ccc;
}

.is-site-footer{
  background-color: rgba(0, 6, 50, 1);
  padding-top: 40px;
  padding-bottom:3rem;
}
.is-site-footer a:hover{text-decoration:underline}
.footer-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-wrap .footer-logo{
  margin-bottom: 40px;
}
.footer-wrap .logo-holder a{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer-wrap .logo-holder .sep {
  height: 2px;
  width: 40px;
  background-color: #fff;
  margin: 6px 0;
  border-radius: 2px;
}

.footer-mid{
  margin-bottom: 40px;
}

.footer-menu-title h3{
  font-size: 18px;
  margin: 0 0 20px 0;
}
.footer-menu{
  font-size: 14px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-menu li{
  margin-bottom: 8px;
}
.footer-menu a{
  color:#fff;
}
.footer-wrap .social-wrap svg{width:30px;}
.footer-copy{
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 20px;
}
.footer-copy p{margin: 0}
.footer-copy p a {color: var(--muted)}


.accordeon {
  display: flex;
  width: 100%;
}
.accordeon-wrap {
    border-radius: 8px;
    overflow: hidden;
}

.accordeon-item {
  height: 500px;
  display: flex;
  width: 60px; /* Fixed width when closed */
  transition: width 0.5s ease;
}

.accordeon-item.active {
  width: calc(100% - (var(--inactive-items) * 60px)); /* Take remaining space */
}

.accordeon-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 60px;
  font-size: 16px;
  flex-shrink: 0;
  cursor: pointer;
}

.accordeon-label .counter {
  padding-top: 20px;
  opacity: 0;
  font-weight: 600;
}

.accordeon-label .vert-title {
  align-items: center;
  display: flex;
  text-align: left;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding-top: 20px;
}

.accordeon-content {
  width: 0;
  padding: 0;
  background-color: white;
  overflow: hidden;
  transition: width 0.5s ease, padding 0.5s ease;
}

.accordeon-content .accordeon-inner {
  min-width: 300px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
}

.accordeon-item.active .accordeon-content {
  width: calc(100% - 60px);
}

.accordeon-item.active .accordeon-inner {
  opacity: 1;
}
.accordeon-content .accordeon-info {
  display: flex;
  height: 100%;
}
.accordeon-content .accordeon-title, .accordeon-content .accordeon-image {
  width: 50%;
  height: 100%;
}
.accordeon-content .accordeon-title {
  padding-left: 60px;
}
.accordeon-content .accordeon-title h3{
  font-size: 40px;
  margin: 80px 0 30px 0;
}
.accordeon-content .accordeon-title p{
  font-size: 22px;
  width: 600px;
  margin-bottom: 36px;
  opacity: 0.6;
}
.accordeon-content .btn-info{
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 1600px){
  .accordeon-content .accordeon-title p{
    width: 500px;
  }
}
@media screen and (max-width: 1400px){
  .accordeon-content .accordeon-title p{
    width: 400px;
  }
}
@media screen and (max-width: 1024px){
  .accordeon-content .accordeon-title p{
    width: 300px;
  }
}

@media screen and (max-width: 900px) {
  .wrap-section-headline .sectiontitle{
    font-size: 4vw;
  }
  .accordeon {
    flex-direction: column;
    height: auto;
  }

  .accordeon-item {
    width: 100% !important;
    height: auto;
    display: block;
    transition: height .3s ease, width .3s ease;
  }

  /* Labels now horizontal */
  .accordeon-label {
    width: 100%;
    height: auto;
    flex-direction: row;
    writing-mode: horizontal-tb;
    transform: rotate(0);
    justify-content: space-between;
    padding: 15px;
  }

  .accordeon-label .counter {
    padding-top: 0
  }

  .accordeon-label .vert-title {
    transform: none;
    writing-mode: horizontal-tb;
    padding-top: 0;
    margin-left: 10px;
  }
  .accordeon-label h3{
    margin: 0;
    font-size: 4vw;
  }

  /* Content becomes collapsible block */
  .accordeon-content {
    width: 100% !important;
    padding: 0 !important;
    height: 0;
    overflow: hidden;
    transition: all .4s ease;
  }

  .accordeon-item.active .accordeon-content {
    height: auto;
    min-height: 420px;
    padding: 20px !important;
    transition: all .4s ease;
  }


  .accordeon-content .accordeon-image,
  .accordeon-content .accordeon-title {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .accordeon-content .accordeon-title {
    padding-bottom: 20px;
  }

  .accordeon-content .accordeon-title h3 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }

  .accordeon-content .accordeon-title p {
    width: 100%;
    font-size: 18px;
  }

  .accordeon-image .imagefit{
    position: static;
  }
}
@media screen and (max-width: 500px){
  .accordeon-content .accordeon-info {
    flex-direction: column;
  }
}

#burger-aside {
    transition: all .5s ease;
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    background-color: #000421;
    z-index: 99999;
    width: 300px;
    overflow-x: hidden;
    color: #fff;
}
#burger-aside::-webkit-scrollbar{display:none}
#burger-aside.active {
    left: 0;
    transition: all .5s ease;
    /* width: 100%; */
}
#burger-aside .centered-logo {
    padding: 10px 20px 14px;
    text-align: center;
}#burger-aside #close-burger {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 23px;
    right: 18px;
    cursor: pointer;
    z-index: 1;
}#burger-aside #close-burger svg path {
    fill: #fff;
}
#burger-aside #close-burger:hover svg path {
    fill: #ED1C24;
}
#burger-aside .burger-menu-inner {
    width: 290px;
    background-color: #000421;
    min-height: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#burger-aside .logo-holder a{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#burger-aside .logo-holder .sep {
  height: 2px;
  width: 40px;
  background-color: #fff;
  margin: 6px 0;
  border-radius: 2px;
}
#burger-aside .burger-menu-inner .burger-menu-ul {
  list-style: none;
}
#burger-aside .burger-menu-inner .burger-menu-ul li {
  padding-bottom: 20px;
}
#burger-aside .burger-menu-inner .burger-menu-ul a {
  color: #fff;
  font-size: 18px;
}
#burger-aside .burger-menu-footer .burger-social span{
  font-size: 18px;
  font-weight: 600;
}
#burger-aside .burger-menu-footer .burger-social .social-wrap{
  margin-top: 10px;
}

.body-overlay {
    display: none;
    position: absolute;
    background: black;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: .6;
}
body.burger-open {
    overflow: hidden;
}


.article-container {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
}
.article-wrap{
  position: relative;
  height: -webkit-fill-available;
  height: stretch;
  height: -moz-available;
  flex: 1;
  max-width: 350px;
}

/* .article-1 {
    flex: 3;
}

.article-2,
.article-3 {
    flex: 1;
} */

.inner-article {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 12px;
}
.inner-article .article-info {
    padding: 20px;
}
.inner-article .article-image img {
    object-fit: cover;
}
/* .article-1 .inner-article .article-image img {aspect-ratio: 3 / 1;width: 100%;} */
.article-wrap .inner-article .article-image img {aspect-ratio: 1;width: 100%;}
.inner-article .article-category {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    z-index: 2;
}
.inner-article .article-title .title-text{ 
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 2;
}
/* .article-1 .article-title .title-text{ font-size: 26px;} */
/* .article-1 .article-excerpt{ font-size: 17px;} */
.article-overlay{
  background: linear-gradient(to bottom, rgba(0, 20, 91, 0) 0%, rgba(0, 20, 91, .8) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 50%;
}


/* spread out title and btn */
.wrap-section.carousel .item-info{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.wrap-section.carousel .item-info .item-title{
  margin: 0;
  padding-top: 30px;
  opacity: 0;
}
.wrap-section.carousel .item-info .btn-info{
  opacity: 0;
}
.inner-card-item .article-overlay{height: 20%;}
.inner-card-item .article-top-overlay{
  background: linear-gradient(to top, rgba(0, 20, 91, 0) 0%, rgba(0, 20, 91, .8) 100%);
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 20%;
  display: none;
  opacity: 0;
}
.home .inner-card-item .article-top-overlay{
  display: block;
}
.home .inner-card-item .article-overlay{
  opacity: 0;
}


.desktop-section{
  display: block;
}
.mobile-section{
  display: none;
}

@media screen and (max-width: 1024px){
  .desktop-section{
    display: none;
  }
  .mobile-section{
    display: block;
  }
  .four_lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .header-center,
  .header-right > .social-wrap
  {
    display: none;
  }
  .header-right .burger-btn{
    display: flex;
  }

  .mobile-section .card-item:hover .card-popup{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}

@media screen and (max-width: 900px){
  .container{padding:0 20px;}
  .triplerow-section .article-container {
    flex-direction: column;
  }
  .triplerow-section .article-wrap {
    flex: 1;
  }
  .article-1 .inner-article .article-image img,
  .article-2 .inner-article .article-image img,
  .article-3 .inner-article .article-image img{
    aspect-ratio: 4 / 3;
  }

  .py-6 {
    padding: 4rem 0 !important;
}

.hero-section {
    height: 120vw;
}

.hero-buttons .btn, .item-info .btn, .card-popup .btn, .volume-btn .btn {
    font-size: 14px;
    padding: 8px 12px;
}
.hero-arrows .hero-arrow-next, .hero-arrows .hero-arrow-prev, .carousel-arrows .custom-arrow-prev, .carousel-arrows .custom-arrow-next {
    width: 35px;
    height: 35px;
    padding: 9px;
}.scroll-downs {
    display: none;
}.hero-arrows {
    right: 15px;
    bottom: 15px;
}.hero-content {
    bottom: 15px;
    left: 15px;
}.hero-title {
    font-size: 28px;
}
.wrap-section-headline {
    margin-bottom: 10px;
}.wrap-section-headline .sectiontitle {
    font-size: 25px;
}inner-article .article-title .title-text {
    font-size: 18px;
}

.popup-video{
  display: none;
}
}
@media screen and (max-width: 768px){
  .volume-btn{display: none;}
  .card-item.is-expanded .thumb-holder img{display: block !important;}
  .card-item.is-expanded .thumb-holder .video-player{display: none !important;}

  .four_lines{
    -webkit-line-clamp: 2;
  }
  .popup-tags{
    padding-top: 10px;
  }
  .popup-tags span{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px){
  .popup-title{font-size: 1.7rem;}
  .popup-desc{font-size: 1.2rem;margin:0;margin-bottom:0.5rem;}
}

.more__link {
    color: #e5e5e5;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}