#hero {
  height: fit-content;
  margin-bottom: -28px;
  background-color: #343434;
}

.hero-image,
.hero-video {
  width: 100%;
  height: 700px;
  border-radius: 0px 0px 50px 0px;
  object-fit: cover;
  border-radius: 0;
  filter: brightness(0.5);
}

.hero-sidebar {
  width: 30%;
  height: 700px;
  min-width: 320px;
  background-color: var(--header-bg);
  padding: 0 40px;
  position: relative;
}

.image-slider {
  position: relative;
}

.slider-btn {
  width: 10px;
  height: 10px;
  background-color: var(--header-text);
  border-radius: 50%;
  margin-right: 0.5rem;
  border: none;
}

.slider-btn.active {
  background-color: #d89685;
  cursor: default;
  pointer-events: none;
}

.video-control {
  width: fit-content;
  color: var(--header-text);
  border: none;
  background: none;
  font-weight: 300;
}

.slider-btn-wrapper {
  margin: 10px 40px 0 0;
}

#news {
  border-radius: 30px 30px 0px 0px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  top: -114px;
  padding-top: 26px;
  height: 81px;
}

.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}

.more .post-btn,
.more .fa-angle-right {
  transition: color 0.3s;
}

.more:hover .post-btn,
.more:hover .fa-angle-right {
  color: #3a5c73 !important;
}

.more i {
  color: #387065;
  padding-left: 10px;
}

.more a {
  color: #387065;
}

.post-img img {
  border-radius: 15px;
  height: 130px;
  width: 130px;
  object-fit: cover;
}

#news-slider-prev {
  background-color: #387065;
  color: #fff;
  border: none;
  border-radius: 90px;
}

#news-slider-prev:hover {
  background-color: #3a5c73;
  color: #fff;
  border: none;
  border-radius: 100px;
}

#news-slider-next {
  background-color: #387065;
  color: #fff;
  border: none;
  border-radius: 100px;
}

#news-slider-prev .fa-chevron-left,
#news-slider-next .fa-chevron-right {
  font-size: x-large;
  margin-bottom: 12px;
}

#news-slider-next:hover {
  background-color: #3a5c73;
  color: #fff;
  border: none;
  border-radius: 100px;
}

.custom-slider-btn1.slick-disabled {
  opacity: 0.99;
}

.post-title p {
  color: #343434;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px !important;
}

.post-content p {
  color: #403d3d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px !important;
}

.post-date {
  color: #9e4e39;
  font-size: 12px;
  font-weight: 600;
}

.arrows-slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-right: 60px;
  top: -75px;
  z-index: 2;
  position: relative;
}

#anakinosis {
  width: 95%;
  height: 175px;
  max-height: 300px;
}

.small-image {
  background-color: #c3beb4;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-slider-buttons.slick-disabled {
  display: none;
}

#news .slick-track {
  display: flex !important;
  gap: 3rem;
}

.article-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}

.article-inner-wrapper-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 135px;
  justify-content: space-between;
}

.post-categories {
  position: relative;
  top: -30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.post-categories p {
  color: #387065 !important;
  font-size: 14px;
  font-weight: 600;
}

.post-img {
  position: relative;
}

.hero-welcome-text {
  width: 90%;
  color: #fff;
  font-weight: 600;
  line-height: 2.5rem;
  text-shadow: 4px 0px 2px #000000e3;
  font-size: 2rem;
}

.right-banner {
  position: absolute;
  z-index: 0;
  background: #fff;
  top: 35%;
  right: 0;
  opacity: 0.85;
  box-shadow: 1px 1px 5px #0000000d;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  border-radius: 1rem 0rem 0rem 1rem;
  flex-direction: column;
  gap: 15px;
}

.right-banner a p {
  margin-bottom: 0rem;
  color: #343434;
  font-weight: 600;
  font-size: 15px;
}

.right-banner a:first-child img {
  transform: scale(2);
}

.right-banner a img {
  width: 40px;
}

.right-banner a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  transition: all ease-in-out 0.2s;
}

.right-banner a:hover {
  transform: scale(1.1);
}

.politikh-leit {
  position: absolute;
  color: #3a5c73;
  background: #ffffff;
  font-size: 11px;
  padding: 6px 10px 5px 20px;
  font-weight: 600;
  display: flex;
  top: 5%;
  border-radius: 0px 4px 4px 0px;
  align-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 2px 2px 4px #00000029;
  justify-content: center;
  z-index: 9;
  transition: all ease 0.5s;
}

.hero-video-controls {
  display: none !important;
}

.hero-text-and-search {
  max-width: 730px;
  margin-top: -80px;
}

.hero-text-and-search {
  max-width: 730px;
  margin-top: -80px;
}

.search-block-wrapper {
  width: 90%;
  transform: scale(1.15);
}

@media (max-width: 1550px) {
  .article-inner-wrapper {
    transform: scale(0.9);
  }

  #news-slider-prev,
  #news-slider-next {
    transform: scale(0.8);
  }

  .news-slider-buttons {
    gap: 5px !important;
  }

  .fa-chevron-left,
  .fa-chevron-right {
    transform: scale(0.89);
  }

  #need-to {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 1070px) {
  .right-banner {
    top: 65%;
    padding: 0.8rem;
    gap: 4px;
  }
}

@media screen and (max-width: 768px) {
  .politikh-leit {
    top: 2%;
  }

  .search-block-wrapper {
    transform: scale(0.9);
  }

  .hero-welcome-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 760px) {
  #news {
    height: 235px;
  }

  .article-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #anakinosis {
    width: 100%;
    height: 350px;
    max-height: 650px;
  }

  #news .slick-track {
    display: flex !important;
    gap: 0rem;
  }
  .article-inner-wrapper-content {
    align-items: center;
  }
}

@media screen and (max-width: 425px) {
  .hero-sidebar {
    height: 580px;
  }

  .hero-image,
  .hero-video {
    height: 665px;
  }
}
