@font-face {
    font-family: 'RalewayItalic';
    src: url('../fonts/Raleway-Italic-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'RalewayVariable';
    src: url('../fonts/Raleway-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'BasiliaT';
    src: url('../fonts/BasiliaT-Regu.otf');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

img {
    width: 100%;
    height: 100%;
}

/* footer */
footer {
    position: relative;
}
.newsletter {
    background-image: url("/wp-content/uploads/2023/07/newsletter.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 50px;
}
.newsletter-wrapper {
    padding: 20px;
    text-align: center;
    color: #fff;
}
#input_1_1::placeholder {
    color: #fff;
}
footer {
    background-color: #1E0B4A;
}
.social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 30px 0 50px 0;
}
.first-nl-text {
    font-size: 24px;
}
.second-nl-text {
    font-size: 40px;
    font-weight: bold;
    font-family: 'RalewayVariable';
}
#gform_submit_button_1 {
    color: #fff;
    padding: 10px 30px;
    background-color: #EA3379;
    border-radius: 30px;
    box-shadow: 5px 5px 15px #EA3379CB;
    font-size: 24px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}
#gform_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#input_1_1 {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    opacity: 0.66;
}
::placeholder {
    color: #fff;
    opacity: 0.66;
}
.footer-menu .menu-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 250px;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
}
.footer-menu .menu-header ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
/* header */
.mobile-banner {
    display: none;
}
header {
    background: linear-gradient(#210b4a, 60%, transparent);
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.header-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding-left: 0;
}
#menu-main-menu li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.main-home-wrapper {
    margin-top: -15%;
    z-index: 1;
    position: relative;
}
.page-text-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(-5%, -50%);
    left: 11%;
}
.page-text-wrapper p {
    color: #fff;
    font-size: 22px;
}
.page-text-wrapper h1 {
    color: #fff;
    font-size: 75px;
}
.home-tabs {
    padding-bottom: 50px !important;
}.content-home {
    padding-bottom: 0 !important;
 }
/* timer */
.timer-wrapper {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
}
.first-time {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.second-time {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.third-time {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fourth-time {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#days, #hours, #minutes, #seconds {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.first-time span {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}
.second-time span {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}
.third-time span {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
}
.fourth-time span {
     text-transform: uppercase;
     font-weight: 100;
    font-size: 15px;
 }

/*.second-time p {*/
/*    left: 43%;*/
/*}*/
/*.second-time span {*/
/*    left: 26%;*/
/*}*/
/*.third-time p {*/
/*    left: 37%;*/
/*}*/
/*.third-time span {*/
/*    left: 21%;*/
/*}*/
/*.fourth-time p {*/
/*    left: 36%;*/
/*}*/
/*.fourth-time span {*/
/*    left: 20%;*/
/*}*/
.divTimerOffer {
    text-align: center;
    position: relative;
}
.flex-wrapper-timer {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
}
/* predavaci */
.teachers-wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
.teachers-wrapper p {
    color: #3B1D82;
    font-size: 45px;
    font-weight: bold;
}
.images-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
    gap: 30px;
    flex-wrap: wrap;
}
.image-text {
    text-align: center;
}
.name-surname {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
}
.name-text {
    color: #888888;
    font-size: 20px;
}

/* purple section */
.left-right-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.content-right {
    position: relative;
}
.purple-text-wrapper {
    position: absolute;
    top: 50%;
    width: 80%;
    transform: translate(-10%, -50%);
    left: 20%;
}
.purple-text-wrapper h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.purple-text-wrapper h2 {
    font-size: 30px;
    color: #fff;
}
.purple-text-wrapper p {
    color: #fff;
    font-size: 16px;
}
/* partners */
.partners-logos {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 50px;
}
/* tickets */
.tickets-banner {
    position: relative;
}
.heading-buy {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.heading-buy p {
    color: #fff;
    font-size: 45px;
    font-family: 'RalewayVariable';
    font-weight: bold;
}
/* kupi kontizacije */
.kupi-wrapper {
    margin-top: -15%;
    position: relative;
}
.title {
    position: absolute;
    color: #fff;
    font-size: 45px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'RalewayVariable';
    font-weight: bold;
}

#menu-main-menu li:last-child,
#menu-main-menu li:nth-last-child(1) {
    background-color: #00c1c1;
    padding: 10px 30px;
    border-radius: 30px;
}

.tickets-main-wrapper {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.single-wrapper-tickets {
    position: relative;
}
.absolute-wrapper-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
}
.first {
    color: #3B1D82;
    font-size: 23px;
    font-family: 'RalewayVariable';
    font-weight: bold;
}
.second {
    color: #3B1D82;
    font-size: 49px;
    font-family: 'Roboto';
    font-weight: bold;
}
.pink {
    color: #EA337A;
    font-size: 9px;
    text-transform: uppercase;
}
.number {
    color: #EA337A;
    font-size: 13px;
}
.pink-absolute {
    position: relative;
}
.pink-absolute span {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
}
/* kontakt */
.location-mail-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.single-wrapper-contact {
    width: 50%;
    text-align: center;
}
.single-wrapper-contact img {
    width: 10%;
}
.contact-title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
.contact-title p {
    color: #3B1D82;
    font-size: 45px;
    font-family: 'RalewayVariable';
    font-weight: bold;
}
.heading-icon {
    color: #3B1D82;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: bold;
}
.info-field {
    color: #222222;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 100;
}
.fas.fa-angle-up {
    color: #fff;
    background-color: #EA3379;
    border-radius: 50%;
    padding: 10px 15px;
}
.to-the-top {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 99999;
}
.scrollToTop {
    display: none;
    transition: all .5s
}
.contact-form {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 150px;
}
#gform_fields_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#field_2_1, #field_2_3, #field_2_4, #field_2_5 {
    width: 48%;
}
#field_2_6 {
    width: 100%;
}
#gform_submit_button_2 {
    margin: 0 auto;
    color: #fff;
    padding: 10px 50px;
    box-shadow: 5px 5px 15px #EA3379CB;
    border-radius: 30px;
    background-color: #EA3379;
    border: none;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
}
input[type=text] {
    border: 1px solid rgba(59, 29, 130, 0.2);
}
#input_2_1, #input_2_3, #input_2_4, #input_2_5 {
    height: 43px;
}
#input_2_6 {
    height: 150px;
}
input::placeholder {
    color: rgba(34, 34, 34, 0.5);
    display: block;
    font-size: 16px;
    padding-left: 20px;
}

/* agenda */

.tabs ul li.activeTab {
    background: #D42E5F;
    padding: 10px 25px;
    transition: all 1s;
}
.tabs ul li.activeTab a {
    color: #fff;
}
.tab-content{
    display: none;
    padding: 50px 0 100px 0;
}
.tabs-wrapper {
    padding-bottom: 150px;
    margin: 0 auto;
    width: 80%;
    display: none !important;
}
.tabs ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}
.tabs ul li {
    list-style: none;
    width: 150px;
    text-align: center;
    background-color: #F1F0F4;
    color: #222222;
    font-size: 38px;
    font-family: 'RalewayVariable';
    padding: 10px 25px;
    font-weight: bold;
}
.tabs ul li a {
    color: #222222;
    text-decoration: none;
}
.tabs ul li a span {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 100;
}
.right-field-wrapper img {
    width: 200px;
}
.right-field-wrapper {
    width: 85%;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    gap: 50px;
    padding-left: 50px;
    border: 1px dotted #C9C9C9;
}
.left-field-wrapper {
    width: 15%;
    background-color: #BF2756;
    color: #fff;
    height: 100%;
    position: relative;
}
.second-div {
    background-color: #D42E5E;
}
.center-div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.center-div p {
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 20px;
}
.purple-heading {
    color: #3B1D82;
    font-size: 26px;
    font-weight: bold;
}
.right-div-text {
    padding-right: 10px;
}
.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
}


/* RESPONSIVE */

@media screen and (max-width: 1550px) {
    .timer-wrapper {
        bottom: 15%;
    }
    .page-text-wrapper h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1450px) {
    .kupi-wrapper {
        height: 950px;
    }
}

@media screen and (max-width: 1350px) {
    .tickets-main-wrapper {
        width: 80%;
    }
}

/*@media screen and (max-width: 1250px) {*/
/*    .tickets-banner {*/
/*        height: 950px;*/
/*    }*/
/*    .tickets-banner img {*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

@media screen and (max-width: 1150px) {
    .page-text-wrapper h1 {
        font-size: 50px;
    }
    .page-text-wrapper p {
        font-size: 20px;
    }
    .timer-wrapper {
        bottom: 5%;
    }
    .tickets-main-wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 996px) {
    /* mob menu burger */
    #ani-2 .icon-bar {
        position: absolute;
        height: 2px;
        margin-left: 10px;
        background-color: #B4B4B4;
        width: 26px;
        display: block;
        border-radius: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .top-bar {
        top: 0;
    }
    .bottom-bar {
        top: 14px;
        width: 10px;
    }
    .middle-bar {
        width: 18px;
        top: 7px;
        opacity: 1;
        left: 0;
    }
    .bottom-bar {
        top: 14px;
    }
    .mobile-menu.mobile-menu-test.menu_btn {
        position: absolute;
        right: 20%;
        top: 40%;
        transform: translate(-50%, -50%);
        z-index: 99999;
    }
    .menu-main {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        background: #222;
        height: 100%;
        z-index: 9999;
    }
    .menu-main ul {
        flex-direction: column;
        row-gap: 20px;
        padding-top: 30%;
    }
    .menu-main ul li a {
        font-size: 20px;
    }
    .menu-main.active-mob {
        left: 0;
    }
    #ani-2.open .icon-bar.top-bar {
        top: 10px;
        animation: rotatedown 0.2s forwards;
        animation-delay: 0.20s;
        transform: rotate(-45deg);
    }
    #ani-2.open .icon-bar.middle-bar {
        opacity: 0;
        width: 0;
    }
    #ani-2.open .icon-bar.bottom-bar {
        top: 10px;
        width: 26px;
        animation: rotateup 0.2s forwards;
        animation-delay: 0.20s;
        transform: rotate(45deg);
    }
    .sub-menu {
        display: block;
        position: relative;
        background-color: transparent;
        min-width: unset;
    }
    .sub-menu {
        padding: 0 !important;
        margin: 0 !important;
    }
    #menu-item-292, #menu-item-215 {
        text-align: center;
    }
    .menu-main ul li a {
        font-size: 18px;
    }
    .menu-main ul {
        row-gap: 10px;
        padding-top: 0;
        margin-top: 30%;
    }
    /* end mob menu */
    .newsletter {
        width: 90%;
    }
    .first-nl-text {
        font-size: 20px;
    }
    .second-nl-text {
        font-size: 30px;
    }
    #gform_submit_button_1 {
        padding: 5px 15px;
        font-size: 20px;
    }
    .center-div p {
        font-size: 18px;
    }
    .left-field-wrapper {
        width: 30%;
    }
    .right-field-wrapper img {
        width: 300px;
    }
    .location-mail-wrapper {
        width: 80%;
    }
    .contact-form {
        width: 80%;
    }
}

@media screen and (max-width: 910px) {
    .tickets-banner {
        height: 1800px;
    }
    .tickets-main-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .heading-buy p {
        text-align: center;
    }
    .heading-buy {
        width: 100%;
        top: 5%;
    }
    .kupi-wrapper {
        height: 1800px;
        margin-top: -30%;
    }
    .kupi-wrapper img {
        object-fit: cover;
    }
    .landing-tickets {
        top: 100%;
    }
    .title {
        width: 100%;
    }
    .title p {
        font-size: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 860px) {
    .page-text-wrapper h1 {
        font-size: 40px;
    }

    .page-text-wrapper p {
        font-size: 18px;
    }

    .timer-wrapper {
        bottom: 5%;
    }

    .main-home-wrapper {
        margin-top: -17%;
    }

    .divTimerOffer {
        height: 100px;
    }

    .left-right-section {
        flex-direction: column;
    }

    .content-left img {
        margin-bottom: -5px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }

    .main-home-wrapper {
        margin-top: -40%;
    }

    .page-text-wrapper {
        top: 40%;
    }
    .timer-wrapper {
        bottom: 20%;
    }
    .flex-wrapper-timer {
        display: grid;
        grid-template-columns: repeat(2,2fr);
        gap: 30px;
    }
    .images-wrapper {
        padding-bottom: 100px;
    }
    .teachers-wrapper {
        padding: 0;
    }
    .flex-wrapper {
        flex-direction: column;
        height: auto;
    }
    .left-field-wrapper {
        width: 90%;
        height: 100px;
    }
    .right-field-wrapper {
        width: 90%;
        padding: 0;
        gap: 0;
    }
    .right-field-wrapper img {
        display: none;
    }
    .right-div-text {
        padding: 5%;
    }
    .center-div {
        width: 90%;
    }
    .tabs-wrapper {
        width: 90%;
    }
    #field_2_1, #field_2_3, #field_2_4, #field_2_5 {
        width: 100%;
    }
    .location-mail-wrapper {
        width: 90%;
    }
    .info-field {
        font-size: 16px;
    }
    .heading-icon {
        font-size: 22px;
    }
    .single-wrapper-contact img {
        width: 15%;
    }
}

@media screen and (max-width: 510px) {
    .timer-wrapper {
        bottom: 5%;
    }
    .logo img {
        width: 70%;
    }
    .teachers-wrapper p {
        font-size: 40px;
    }
    .purple-text-wrapper h4 {
        font-size: 16px;
    }
    .purple-text-wrapper h2 {
        font-size: 22px;
    }
    .tabs ul li {
        font-size: 22px;
    }
    .tabs ul li a span {
        font-size: 18px;
    }
    .first-nl-text {
        font-size: 14px;
    }
    #gform_submit_button_1 {
        font-size: 14px;
    }
    .contact-title p {
        font-size: 36px;
    }
    #gform_submit_button_2 {
        font-size: 18px;
    }
    .location-mail-wrapper {
        flex-direction: column;
    }
    .single-wrapper-contact img {
        width: 20%;
    }
    .heading-buy p {
        font-size: 40px;
    }
    .title p {
        font-size: 36px;
    }
    .landing-tickets {
        top: 130%;
    }
}

/*Izmene po fazama*/

.sponsor-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 200px 0;
}

.sponsor-wrapper-home {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

.sponsor-wrapper h3,
.sponsor-wrapper-home h3 {
    color: #3B1D82;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.sponsor-image {
    width: 80%;
    margin: 0 auto;
}

.sponsor-slider .owl-stage-outer,
.sponsor-slider-home .owl-stage-outer{
    padding: 30px 0;
}

.teachers-btn {
    text-align: center;
    padding-bottom: 250px;
}

.teachers-btn a {
    text-decoration: none;
    color: #fff;
    background-color: #3B1D82;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 25px;
}

.images-wrapper {
    padding-bottom: 100px;
}

.teachers {
    padding-bottom: 150px;
}

.sections-holder-background {
    position: relative;
    width: 100%;
}

.sections-holder-background img {
    width: 100%;
    height: 1500px;
    object-fit: cover;
}

.sections-holder {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.first-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.first-section-left {
    width: 45%;
    border-right: 2px solid #fff;
}

.first-section-left img {
    width: 100% !important;
    height: 100% !important;
}

.first-section-right {
    width: 55%;
    padding: 30px;
}

.first-section-right h1 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.first-section-right h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.second-section-wrapper {
    padding: 30px 0;
    border: 2px solid #fff;
    border-top: none;
}

.second-section-wrapper p {
    padding: 15px 30px;
    margin: 0;
    line-height: 1.4;
    color: #fff;
}

.third-section-wrapper {
    display: flex;
    border: 2px solid #fff;
    border-top: none;
    margin-bottom: 100px;
}

.third-section-left {
    width: 30%;
    border-right: 2px solid #fff;
    padding: 30px;
}

.third-section-left h4 {
    font-size: 22px;
    letter-spacing: 1.1px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.third-section-left h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1.1px;
    font-weight: 500;
}

.third-section-right {
    width: 70%;
    padding: 30px;
}

.third-section-right h2 {
    font-size: 32px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.images-wrapper h3 {
    color: #3B1D82;
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 100px;
}

.list-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 150px;
    gap: 30px;
    flex-wrap: wrap;
}

.list-block {
    text-align: center;
}

.list-block a {
    text-decoration: none;
}

.number {
    font-size: 18px;
}

.pink {
    font-size: 14px;
}

.title {
    position: static;
    color: #3B1D82;
    font-size: 45px;
    font-weight: bold;
    transform: none;
    text-align: center;
}
.teachers-wrapper , .images-wrapper {
    display: none !important;
}


.ticket-form {
    background-image: url('/wp-content/uploads/2023/08/kupibaner.png');
    background-repeat: no-repeat;
    background-size: cover;

    width: 70%;
    margin: 0 auto;
    margin-bottom: 200px;
    padding: 90px;
    border-radius: 50px;
}

.ticket-form .gfield_label,
.ticket-form .gform-field-label {
    color: #fff;
    font-family: 'RalewayVariable';
    font-size: 20px !important;
    margin-bottom: 8px;
}
.gallery {
    width: 100%;
    margin: 0;
    padding: 0;
}
.comic-content.row {
    width:80%;
    margin: 0 auto !important;
    row-gap: 25px;
}

.page-template-template-galerija .comic-content.row {
    padding-bottom: 150px;
}
.load-more-wrapper {
        justify-content: center;
        display: flex;
}

.social-content {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    cursor: pointer;
    overflow: hidden;
}
.comic-content .col-12:nth-child(n+4) {
    display: none;
}


.social-photo {
    width: 100%;
    height: 400px;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: .4s;
}
.gallery li {
    display: none;
    float: left;
    list-style: none;
    margin-right: 10px;
}
.more a {
    color: inherit;
    text-decoration: none;

}

.more {
    color: #fff;
    padding: 10px 30px;
    background-color: #EA3379;
    border-radius: 30px;
    box-shadow: 5px 5px 15px #EA3379CB;
    font-size: 24px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}
.more, .less {
    background-color: #EA3379;
    box-shadow: 5px 5px 15px #EA3379CB;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block !important;
    font-size: 14px;
    margin-block:15px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    border-radius: 30px;
    font-weight: bold;
}

.single_slika {
    max-height: 400px;
}
.ticket-form fieldset {
    margin-top: 30px !important;
}

.ticket-form #field_3_7 {
    margin-top: 0 !important;
}

.ticket-form #input_3_3,
.ticket-form #input_3_38 {
    display: flex;
    gap: 20px;
}

.ticket-form .gfield h3 {
    font-size: 20px !important;
    color: #fff;
}

.ticket-form .gfield p {
    font-size: 18px !important;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.ticket-form #field_3_39 {
    margin: 20px 0;
}

.ticket-form a {
    color: #00c1c1;
}

.gform_button.button {
    background-color: #00c1c1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #00c1c1;
    font-size: 18px;
}

#input_3_1 {
    text-align: center;
}

.ticket-form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: normal;
}

.ticket-form #field_3_1 label,
.ticket-form #field_3_3 legend,
.ticket-form #field_3_17 legend,
.ticket-form #field_3_18 label {
    font-weight: 700;
}


.tickets-main-wrapper {
    top: 55%;
}

.single-wrapper-tickets img {
    height: 550px !important;
    width: 280px !important;
}

.absolute-wrapper-text {
    width: 90%;
}

.first {
    margin: 0;
    margin-bottom: 20px;
}

.second {
    margin: 20px 0;
}

.pink-absolute {
    width: 50%;
    margin: 0 auto;
}

.pink-absolute img {
    width: 100% !important;
    height: 100% !important;
}

#gform_confirmation_message_3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.gform_heading,
#gform_3_validation_container {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_required {
    font-size: 30px !important;
}

.pink,
.number {
    color: #91167D;
}

.logotips-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 200px;
    margin-top: 50px;
    gap: 50px;
}

.logotips-image {
    width: 50%;
}

.logotips-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logotips-text {
    width: 40%;
}

.logotips-text p {
    line-height: 1.5;
}



@media (max-width: 1500px) {
    .tickets-main-wrapper {
        width: 70%;
    }
    .tickets-banner img {
        height: 800px;
    }
}

@media (max-width: 1400px) {
    .sections-holder {
        width: 80%;
    }
    .first-section-right h1 {
        font-size: 52px;
    }
    .first-section-right h3 {
        font-size: 18px;
    }
    .third-section-right h2 {
        font-size: 28px;
    }
    .logotips-text {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    .tickets-main-wrapper {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .sections-holder-background img {
        height: 1300px;
    }
}

@media (max-width: 1150px) {
    .tickets-main-wrapper {
        width: 90%;
    }
    .number {
        font-size: 16px;
        margin: 15px 0;
    }
    .logotips-wrapper {
        width: 95%;
        gap: 30px;
    }
    .logotips-image img {
        height: 150px;
    }
}

@media (max-width: 1024px) {
    .social-photo {
        height: 200px;
    }
    .single_slika {
        max-height: 200px;
    }
    .sections-holder {
        width: 90%;
    }
    .third-section-left h2 {
        font-size: 24px;
    }
    .logotips-image {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .second {
        font-size: 40px;
    }
    .single-wrapper-tickets img {
        width: 250px !important;
    }
    .purple-text-wrapper h4,
    .purple-text-wrapper h2 {
        margin: 10px 0;
    }
}

@media (max-width: 910px) {
    .tickets-banner {
        height: 1800px;
    }
    .tickets-banner img {
        height: 100%;
    }
    .tickets-main-wrapper {
        top: 53%;
    }
    .single-wrapper-tickets img {
        height: 500px !important;
    }
    .pink-absolute img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 860px) {
    .logotips-wrapper {
        flex-wrap: wrap;
        gap: 50px;
        margin-bottom: 150px;
    }
    .logotips-image {
        width: 100%;
    }
    .logotips-image img {
        height: 100%;
    }
    .logotips-text {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .sections-holder-background img {
        height: 1700px;
    }
    .first-section-wrapper,
    .third-section-wrapper {
        display: block;
    }
    .first-section-left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff;
        display: flex;
        justify-content: center;
    }
    .first-section-left img {
        width: 80% !important;
    }
    .first-section-right {
        width: 100%;
        padding: 0;
    }
    .first-section-right h1 {
        font-size: 30px;
        padding: 30px 0 0 30px;
    }
    .first-section-right h3 {
        padding: 0 0 30px 30px;
    }
    .third-section-left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 0;
    }
    .third-section-left h4 {
        padding: 30px 0 0 30px;
    }
    .third-section-left h2 {
        padding: 0 0 30px 30px;
    }
    .third-section-left h2:first-of-type {
        padding-bottom: 0;
    }
    .third-section-right {
        width: 100%;
        padding: 0;
    }
    .third-section-right h2 {
        padding: 30px 0 30px 30px;
    }
    .third-section-right h2 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .partner-block-image img {
        width: 150px;
        height: 100px;
    }
    .sections-holder-background img {
        height: 1600px;
    }
    .second-section-wrapper {
        padding: 15px 0;
    }
    .second-section-wrapper p {
        padding: 10px 30px;
    }
}

@media (max-width: 510px) {
    .partner-block-wrapper h3 {
        font-size: 25px;
    }
    .teachers-btn a {
        padding: 10px 30px;
        font-size: 20px;
    }
    .landing-tickets {
        top: 105%;
    }
    .sponsor-wrapper h3,
    .sponsor-wrapper-home h3 {
        font-size: 40px;
    }
    .logotips-wrapper {
        margin-top: 20px;
        margin-bottom: 120px;
        gap: 30px;
    }
}

/* kotizacije */
.first-time,
.second-time,
.third-time,
.fourth-time {
    top: 45%;
}
.single-wrapper-tickets img {
    height: 600px !important;
}
.first,
.pink,
.number {
    margin: 10px 0;
}
.second {
    margin: 15px 0;
    font-size: 48px;
}
.pink-absolute a {
    display: block;
    position: relative;
}
.pink-absolute img {
    width: 100%;
    height: 100% !important;
}
.kupi-text {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
@media (max-width: 910px) {
    .tickets-banner img {
        height: 2100px;
    }
    .tickets-main-wrapper {
        top: 60%;
    }
    .comic-content.row {
        margin-top: 350px !important;
    }
}

/* Woocomerce */

.woocommerce-checkout .container {
    margin-bottom: 200px !important;
}


/* Banks footer logo */

.bank_wrapper {
    text-align: center;
}
.bank {
    background: #fff;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 !important;
}
.bank li {
    display: inline-block!important;
    margin: 10px!important;
    vertical-align: middle;
}
.bank li img {
    max-height: 30px;
    max-width: 165px;
    display: block;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}

.footer-menu .menu-header .menu .cart-customlocation {
    display: none !important;
}

.header-wrapper .menu-pages .menu-header .menu .menu-item-949,
.header-wrapper .menu-pages .menu-header .menu .menu-item-950 {
    display: none !important;
}



/* izmene 31.07 */
.woocommerce-shop .content-area {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 0 200px 0;
}
header.woocommerce-products-header {
    background: transparent;
}
.woocommerce-shop .content-area ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.woocommerce-shop .content-area ul.products li.product {
    width: 33% !important;
    margin: 0 !important;
    text-align: center;
}
.woocommerce-shop .content-area ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
}
.woocommerce-shop .content-area ul.products li.product .added_to_cart {
    padding-left: 20px;
    color: #3B1D82;
}
.woocommerce-cart .container {
    padding: 50px 0 200px 0;
}
.woocommerce-cart .wc-block-cart-items span,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block h2,
.woocommerce-cart .wc-block-components-product-name {
    font-size: 20px;
}
.woocommerce-cart .wc-block-cart__submit-container a.wc-block-components-button {
    text-decoration: none;
}
.woocommerce-cart .wc-block-components-button__text {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 20px;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #e9e6ed;
}
.woocommerce-checkout .container {
    padding-top: 50px;
}
.woocommerce-checkout #customer_details {
    padding-top: 30px;
}
.woocommerce-cart .wc-block-cart-item__remove-link {
    font-size: 16px !important;
}
.woocommerce-checkout .wc_payment_method.payment_method_vpossia label {
    display: flex;
}
.woocommerce-checkout .wc_payment_method.payment_method_vpossia {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-checkout .wc_payment_method.payment_method_vpossia label img {
    width: 150px;
    height: 35px;
}
.woocommerce-checkout .woocommerce form .form-row {
    margin-bottom: 10px;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    margin: 20px 0;
}
.woocommerce-checkout ul#shipping_method li {
    margin: 0 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-bottom: 20px !important;
}

@media (max-width: 1400px) {
    .woocommerce-shop .content-area {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .woocommerce-shop .content-area {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .woocommerce-shop .content-area {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .woocommerce-shop .content-area {
        max-width: 540px;
    }
    header.woocommerce-products-header h1 {
        font-size: 30px;
    }
    .woocommerce-shop .content-area ul.products li.product {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .woocommerce-shop .content-area {
        width: 100%;
        max-width: unset;
        padding: 50px 15px 150px 15px;
    }
    .woocommerce-cart .container {
        width: 100%;
        max-width: unset;
        padding: 50px 15px 100px 15px;
    }
}


/* 11.09 */
.teachers-wrapper {
    display: block !important;
}
.images-wrapper {
    display: flex !important;
}
.teachers-btn {
    padding-bottom: 100px;
}
.name-surname {
    font-size: 26px;
}
.footer-info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 250px;
    gap: 100px;
}
.footer-info h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-info h2,
.footer-info p,
.footer-info a {
    color: #fff;
}
.footer-menu .menu-header ul {
    padding-top: 0;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 768px) {
    .footer-info-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .footer-info-wrapper .footer-menu {
        order: 1;
    }
    .footer-info-wrapper .footer-info {
        order: 2;
        text-align: center;
    }
}


/* table agenda */
.agenda-table-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.agenda-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
}
.agenda-table-wrapper .header-row td {
    background: #b000b5;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 33.33%;
}
.agenda-table-wrapper td {
    border: 1px solid #ccc;
    padding: 15px;
    vertical-align: middle;
}
.agenda-table-wrapper td.table-red {
    color: rgb(202, 28, 107);
    font-weight: bold;
}

@media (max-width: 1400px) {
    .agenda-table-wrapper {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .agenda-table-wrapper {
        max-width: 960px;
    }
}
@media (max-width: 992px) {
    .agenda-table-wrapper {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .agenda-table-wrapper {
        max-width: 540px;
    }
}
@media (max-width: 600px) {
    .agenda-table-wrapper {
        max-width: 95%;
    }
    .agenda-table-wrapper td {
        padding: 10px;
        font-size: 13px;
    }
}

/* politika privatnosi, uslovi */
.page-id-1185 .container,
.page-id-1202 .container {
    padding-bottom: 200px;
}
.page-id-1185 h1,
.page-id-1202 h1 {
    color: #3B1D82;
    font-size: 45px;
    font-weight: bold;
    padding: 50px 0;
}
@media (max-width: 510px) {
    .page-id-1185 h1,
    .page-id-1202 h1 {
        font-size: 40px;
        padding: 30px 0;
    }
    .page-id-1185 p,
    .page-id-1202 p {
        font-size: 16px;
    }
}