/* Titles */
.zodia-title-big {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.zodia-title-mid {
    font-size: 2.2rem;
    line-height: 2.2rem;
}
.zodia-title-small {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
/* Colors */
.pink-cl {
    color: #cc0066;
}
/* Page title */
#zodia-page-title {
	position: relative;
}
.zodia-page-inner-title h1 {
	display: inline-block;
    background-color: white;
    z-index: 1;
    position: relative;
    padding-right: 30px;
}
.zodia-page-inner-title::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
    top: calc(50% - 1px);
	left: 0;
	background-color: #cc0066;
    z-index: 0;
}
.zodia-page-inner-title {
	position: relative;
}
/* Inner div */
.inner-div-zodia-sldier-content {
	display: flex;
	width: 100%;
	position: relative;
}

/* Left div (70%) */
.zodia-left-div {
    width: 75%;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    background: linear-gradient(to right, #e8234a, #f1b1a2);
}
/* Right div (30%) */
.zodia-right-div {
    display: flex;
	width: 25%;
	background-color: #f1b1a2;
    color: white;
    text-align: center;
    justify-content: center;
    justify-items: center;
}
.zodia-right-div:hover {
    cursor: pointer;
}
.gradient-background {
    width: 100%;
    height: 100vh;
}
.margin-t-0 {
    margin-top: 0;
}
.m-b-1 {
    margin-bottom: 12px;
}
/* Silider styles */
#zodia-slider {
	overflow: hidden;
	position: relative;
}
.swiper-container-zodia {
	width: 100%;
	position: relative;
}
.swiper-slide.zodio {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	min-height: 120px;
}
.swiper-slide.zodio img {
	width: 100%;
	height: 100%;
}
.swiper-slide.zodio h2 {
    font-size: 16px;
    color: #d6d6d6;
}
.slide-zodio-inner {
	width: 100%;
	text-decoration: none;
}
/* Slider arrows */
.zodiac-arrows {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-color: none;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after  {
	color: #cc0066;
}
/* Tabs */
#tab {
	padding-top: 2em;
	padding-bottom: 2em;
}
.nav-tabs {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-tabs .nav-item {
    margin-right: 10px;
    background-color: #d5d5d5;
    border-radius: 2em;
    
}
.nav-tabs .nav-link {
	padding: 10px 15px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f9f9f9;
	text-decoration: none;
	border: none;
	background: none;
    font-size: 18px;
    color: #d10a52;
}

.nav-tabs .nav-link.active {
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 18px;
	background: #d10a52;
	border-radius: 2em;
	color: white;
} 
.tab-content {
	border: none;
	padding: 15px;
	background: none;
	height: 100%;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.avatartab {
    width: 74% !important;
}
.avatartab_desc {
    font-size:1.4rem;
}
#avatar {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #e8234a, #f1b1a2);
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
	text-align: center;
}
#zodia-slider-content {
	overflow: hidden;
}
.close-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
  }
  .line {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }

  .line:first-child {
    transform: rotate(45deg);
  }

  .line:last-child {
    transform: rotate(-45deg);
  }

  .close-icon:hover .line {
    background-color: #ff4c4c;
  }
.tab-pane {
    display: none;
    opacity: 0;
    transform: translateX(+100%);
    transition: all 0.5s ease-out;
}
.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}
.nav-link.active {
    font-weight: bold;
}
#provlepsi {
	color: white;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.inner-zo {
	display: flex;
	gap: 3em;
}
.inner-zo-left,
.inner-zo-right {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.swiper-slide.zodio:hover .cls-1 {
    fill: #cc0066;
}
.swiper-slide-active .cls-1 {
    fill: #cc0066;
}
/* Responsive */
@media (max-width: 1600px) {
    #tab {
        padding: 2em;
    }
    #zodia-page-title {
        padding-left: 2em;
        padding-right: 2em;
    }
    #zodia-slider {
        overflow: hidden;
        position: relative;
        padding-left: 2em;
        padding-right: 2em;
    }
}
@media (max-width: 1398px) { 
    .zodia-slide-inner {
        margin-left: 3em;
        margin-right: 3em;
        overflow: hidden;
    }
}
#zodia-slider {
    padding-left: 0em;
    padding-right: 0em;
}
@media (max-width: 1200px) {
    .zodia-title-big {
        font-size: 2rem;
        line-height: 2rem;
    }
    .zodia-title-small {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .zodia-title-mid {
        font-size: 1.9rem;
        line-height: 2.4rem;
    }
}
@media (max-width: 992px) {
    #trigger-avatar {
        display: none;
    }
    .zodia-left-div {
        width: 100%;
        margin: 0;
        min-width:1000px;
    }
    #avatar {
        position: relative;
    }
    .avatartab {
    width: 100% !important;
}
 .avatartab iframe {
    width: 90vw;
}
    .avactive {
        width:0% !important;
        min-width: 0px;
    }   
}
@media (max-width: 768px) {
    .inner-zo-left,
    .inner-zo-right {
        width: 100%;
    }
    .inner-zo {
        display: flex;
        gap: 3em;
        flex-wrap: wrap;
    }
        .zodia-left-div {
        min-width: 100%;
    }
    .avactive {
        min-width: 0%;
    }
}
@media (max-width: 576px) {
    .zodia-left-div iframe {
    width: 100%;
}
    
}


@media (max-width: 420px) { 
  .zodia-menu-2 {
    width: 360px;
  }
  .item:nth-child(1) {
    transform: rotate(30deg) translateY(-245%) rotate(-30deg);
  }
  .item:nth-child(2) {
    transform: rotate(30deg) translateY(-245%) rotate(-30deg);
  }
  .item:nth-child(3) {
    transform: rotate(60deg) translateY(-245%) rotate(-60deg);
  }
  .item:nth-child(4) {
    transform: rotate(90deg) translateY(-245%) rotate(-90deg);
  }
  .item:nth-child(5) {
    transform: rotate(120deg) translateY(-245%) rotate(-120deg);
  }
  .item:nth-child(6) {
    transform: rotate(150deg) translateY(-245%) rotate(-150deg);
  }
  .item:nth-child(7) {
    transform: rotate(180deg) translateY(-245%) rotate(-180deg);
  }
  .item:nth-child(8) {
    transform: rotate(210deg) translateY(-245%) rotate(-210deg);
  }
  .item:nth-child(9) {
    transform: rotate(240deg) translateY(-245%) rotate(-240deg);
  }
  .item:nth-child(10) {
    transform: rotate(270deg) translateY(-245%) rotate(-270deg);
  }
  .item:nth-child(11) {
    transform: rotate(300deg) translateY(-245%) rotate(-300deg);
  }
  .item:nth-child(12) {
    transform: rotate(330deg) translateY(-245%) rotate(-330deg);
  }
  .item:nth-child(13) {
    transform: rotate(360deg) translateY(-245%) rotate(-360deg);
  }
}

.img-patera {
    width: 70%;
    margin: 0 auto;
}
.gallery-popup img {
    border-radius: 15px;
    box-shadow: 2px 2px 10px #000;
    width: 98%;
}

.zod_swiper{
    width:100%;
    position:relative;
    overflow:hidden;
}
.entry-small.vertical.zod_content{
    width:auto;
}
.swiper-button-prev.zod_prev::after, .swiper-button-next.zod_next::after {
	color: white;
}

#jwplayer_zod {
	min-width: 100% !important;
    width:100%;
	margin: 0px auto 10px !important;
}
#jwplayer_zod_avatar {
    width:90vw !important;
    max-width: 800px;
    margin: 1.5em auto 1.5em!important;
    min-width: 300px!important;
}
