.site-content {
overflow:visible;
}
#BrandsGalaxy {
	overflow: hidden;
}
.zodia-item a {
	width: 100%;
	height: 100%;
}
#Celebrity {
	margin-bottom: 100px;
}
.article-discr-patera {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.no-m {
  margin: 0;
  margin-bottom: 30px;
}
a:hover { */
    cursor: pointer;
}
.home-article-patera, .thumb-patera {
    width: 100%;
}
.zodia-title-big {
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}
.zodia-title-mid {
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.zodia-title-small {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.father-div {
  display: flex;
  max-width: 100%; /* Optional: control max container width */
  position: relative;
  margin-top: 130px;
}
.father-div::before {
	position: absolute;
	content: '';
	width: 150%;
	height: 100%;
	left: calc(50% - 75%);
	top: 0;
	background: linear-gradient(to right, #e8234a, #f1b1a2);
  z-index: -1;
}
.box {
  color: white;
  text-align: center;
}

.box1 {
  width: 30%; 
}

.box2 {
  width: 40%; 
}

.box3 {
  width: 30%; 
}
.patera.patera-2 {
	display: none;
}
/* Central zodia-zodia-menu-2-2 with background svg with out Zodiacs */
.zodia-menu-2 {
    width: 100%;
    max-width: 100%;
    /* height: 100%;  */
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Zodiac Item with out SVG */
.zodia-item {
  position: absolute;
  width: 12%; 
  height: 12%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Zodiac Item Positioning */
.zodia-item:nth-child(1) {
  transform: rotate(30deg) translateY(-290%) rotate(-30deg);
}
.zodia-item:nth-child(2) {
  transform: rotate(30deg) translateY(-290%) rotate(-30deg);
}
.zodia-item:nth-child(3) {
  transform: rotate(60deg) translateY(-290%) rotate(-60deg);
}
.zodia-item:nth-child(4) {
  transform: rotate(90deg) translateY(-290%) rotate(-90deg);
}
.zodia-item:nth-child(5) {
  transform: rotate(120deg) translateY(-290%) rotate(-120deg);
}
.zodia-item:nth-child(6) {
  transform: rotate(150deg) translateY(-290%) rotate(-150deg);
}
.zodia-item:nth-child(7) {
  transform: rotate(180deg) translateY(-290%) rotate(-180deg);
}
.zodia-item:nth-child(8) {
  transform: rotate(210deg) translateY(-290%) rotate(-210deg);
}
.zodia-item:nth-child(9) {
  transform: rotate(240deg) translateY(-290%) rotate(-240deg);
}
.zodia-item:nth-child(10) {
  transform: rotate(270deg) translateY(-290%) rotate(-270deg);
}
.zodia-item:nth-child(11) {
  transform: rotate(300deg) translateY(-290%) rotate(-300deg);
}
.zodia-item:nth-child(12) {
  transform: rotate(330deg) translateY(-290%) rotate(-330deg);
}
.zodia-item:nth-child(13) {
  transform: rotate(360deg) translateY(-290%) rotate(-360deg);
}
/* Zodiac SVG background */
.zodia-item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.taurus {
    background-image: url('/images/TAURUS.svg');
}
.gemini {
    background-image: url('/images/GEMINI.svg');
}
.cancer {
    background-image: url('/images/CANCER.svg');
}
.leo {
    background-image: url('/images/LEO.svg');
}
.virgo {
    background-image: url('/images/VIRGO.svg');
}
.libra {
    background-image: url('/images/LIBRA.svg');
}
.scorpio {
    background-image: url('/images/SCORPIO.svg');
}
.sagitarius {
    background-image: url('/images/SAGITARIUS.svg');
}
.capricorn {
    background-image: url('/images/CAPRICORN.svg');
}
.aquarius {
    background-image: url('/images/AQUARIUS.svg');
}
.pisces {
    background-image: url('/images/PISCES.svg');
}
.aries {
    background-image: url('/images/ARIES.svg');
}
.zodia-item.hovered,
#name1.hovered,
#name2.hovered,
#name3.hovered,
#name4.hovered,
#name5.hovered,
#name6.hovered,
#name7.hovered,
#name8.hovered,
#name9.hovered,
#name10.hovered,
#name11.hovered,
#name12.hovered,
#path1.hovered,
#path2.hovered, 
#path3.hovered, 
#path4.hovered, 
#path5.hovered, 
#path6.hovered, 
#path7.hovered, 
#path8.hovered, 
#path9.hovered, 
#path10.hovered, 
#path11.hovered, 
#path12.hovered  {
  filter: drop-shadow(10px 10px 25px rgb(255, 255, 255));
  transition-delay: 0.1s;
  stroke: #fff;
  stroke-width: 3px;
  fill: #fff;
}
#name1,
#name2,
#name3,
#name4,
#name5,
#name6,
#name7,
#name8,
#name9,
#name10,
#name11,
#name12,
#path1,
#path2, 
#path3, 
#path4, 
#path5, 
#path6, 
#path7, 
#path8, 
#path9, 
#path10, 
#path11, 
#path12  {
  transition: transform 0.1s ease-in-out, filter 0.3s ease-in-out;

}
#rotate {
  transform-origin: center;
}





/* PATERA AVATAR */
#trigger-avatar {
	height: 100%;
	width: 100%;
	position: relative;
}
.img-patera img {
	width: 100%;
}
.patera {
	position: absolute;
	width: 100%;
	height: auto;
	top: -110px;
}
.pateraimg.zodia-title-mid.margin-t-0 {
	margin-top: 0px;
}
.article.thumb-patera img {
	width: 100%;
}
.box2 {
	width: 40%;
	display: flex;
}
.home-article-patera {
	text-align: start;
	padding-left: 30px;
	padding-right: 30px;
    padding-top:50px;
	align-content: center;
	justify-content: center;
	justify-items: center;
}

/* RESPONSIVE */
@media (max-width: 1600px) { 
  .zodia-menu-2 {
    width: 420px;
  }
  .box.box1 {
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .zodia-item:nth-child(1) {
    transform: rotate(30deg) translateY(-285%) rotate(-30deg);
  }
  .zodia-item:nth-child(2) {
    transform: rotate(30deg) translateY(-285%) rotate(-30deg);
  }
  .zodia-item:nth-child(3) {
    transform: rotate(60deg) translateY(-285%) rotate(-60deg);
  }
  .zodia-item:nth-child(4) {
    transform: rotate(90deg) translateY(-285%) rotate(-90deg);
  }
  .zodia-item:nth-child(5) {
    transform: rotate(120deg) translateY(-285%) rotate(-120deg);
  }
  .zodia-tem:nth-child(6) {
    transform: rotate(150deg) translateY(-285%) rotate(-150deg);
  }
  .zodia-item:nth-child(7) {
    transform: rotate(180deg) translateY(-285%) rotate(-180deg);
  }
  .zodia-item:nth-child(8) {
    transform: rotate(210deg) translateY(-285%) rotate(-210deg);
  }
  .zodia-item:nth-child(9) {
    transform: rotate(240deg) translateY(-285%) rotate(-240deg);
  }
  .zodia-item:nth-child(10) {
    transform: rotate(270deg) translateY(-285%) rotate(-270deg);
  }
  .zodia-item:nth-child(11) {
    transform: rotate(300deg) translateY(-285%) rotate(-300deg);
  }
  .zodia-item:nth-child(12) {
    transform: rotate(330deg) translateY(-285%) rotate(-330deg);
  }
  .zodia-item:nth-child(13) {
    transform: rotate(360deg) translateY(-285%) rotate(-360deg);
  }
}
@media (max-width: 1400px) { 
  .box1,
  .box2 {
    width: 50%;
  }
   #Celebrity {
	margin-bottom: 200px;
}


  .box1 h2 {
    width: 100%;
  }
  .box3 {
    position: absolute;
    width: 200px;
    right: 0;
    top: -80px;
  }
  .pateraimg.zodia-title-mid.margin-t-0 {
    display: none;
  }
  .patera.patera-2 {
    display: block;
    position: absolute;
    width: 15em;
    right: 8em;
    top: -180px;
  }
  .patera.patera-2 .img-patera::before {
    position: absolute;
    content: "Με την υπογραφή της";
    left: -130px;
    width: auto;
    top: 80px;
    color: #ea3d5a;
  }
  .patera.patera-2 .img-patera::after {
    position: absolute;
    content: "Λίτσας Πατέρα";
    left: -200px;
    width: auto;
    top: 100px;
    color: #ea3d5a;
    font-weight: bold;
    font-size: 2em;
  }
  .home-article-patera {
    padding-left: 0px;
    padding-right: 8em;
    position: relative;
  }
  .box3 {
    display: none;
  }
}
@media (max-width: 1200px) { 
  .home-article-patera {
    padding-right: 2.5em;
  }
  .patera.patera-2 {
    right: 2.5em;
  }
}
@media (max-width: 992px) { 
  .box1 {
    width: 60%;
  }
  .box2 {
    width: 40%;
  }
  .home-article-patera {
    padding-right: 1.5em;
  }
  .patera.patera-2 {
    right: 1.5em;
  }
  .patera.patera-2 {
    top: -150px;
  }
}
@media (max-width: 768px) { 
    .home-article-patera iframe {
    width: 100%

}
  .box1,
  .box2,
  .box3 {
    width: 100%;
  }
  .father-div {
    display: flex;
    max-width: 100%;
    position: relative;
    flex-wrap: wrap;
  }
  .patera.patera-2 {
    display: none;
  }
  .home-article-patera {
    padding-right: 0;
  }
  .box.box2 {
    padding-left: 2em;
    padding-right: 2em;
  }
  .home-article-patera {
    padding-right: 0;
    padding-bottom: 2em;
  }
}
@media (max-width: 420px) { 
  .zodia-menu-2 {
    width: 360px;
  }
  .zodia-item:nth-child(1) {
    transform: rotate(30deg) translateY(-245%) rotate(-30deg);
  }
  .zodia-item:nth-child(2) {
    transform: rotate(30deg) translateY(-245%) rotate(-30deg);
  }
  .zodia-item:nth-child(3) {
    transform: rotate(60deg) translateY(-245%) rotate(-60deg);
  }
  .zodia-item:nth-child(4) {
    transform: rotate(90deg) translateY(-245%) rotate(-90deg);
  }
  .zodia-item:nth-child(5) {
    transform: rotate(120deg) translateY(-245%) rotate(-120deg);
  }
  .zodia-item:nth-child(6) {
    transform: rotate(150deg) translateY(-245%) rotate(-150deg);
  }
  .zodia-item:nth-child(7) {
    transform: rotate(180deg) translateY(-245%) rotate(-180deg);
  }
  .zodia-item:nth-child(8) {
    transform: rotate(210deg) translateY(-245%) rotate(-210deg);
  }
  .zodia-item:nth-child(9) {
    transform: rotate(240deg) translateY(-245%) rotate(-240deg);
  }
  .zodia-item:nth-child(10) {
    transform: rotate(270deg) translateY(-245%) rotate(-270deg);
  }
  .zodia-item:nth-child(11) {
    transform: rotate(300deg) translateY(-245%) rotate(-300deg);
  }
  .zodia-item:nth-child(12) {
    transform: rotate(330deg) translateY(-245%) rotate(-330deg);
  }
  .zodia-item:nth-child(13) {
    transform: rotate(360deg) translateY(-245%) rotate(-360deg);
  }
}

#jwplayer_zod {
    min-width: 100% !important;
    margin: 0 auto;
    position: relative;
    min-width: 500px;
}