@font-face {
    font-family: 'Inter18';
    src: url('fonts/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter24';
    src: url('fonts/Inter_24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter28';
    src: url('fonts/Inter_28pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterDisplay';
    src: url('fonts/InterDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Inter18', sans-serif;
    overflow-x: clip;
    background-color: #FCFCFC;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

* {
    box-sizing: border-box;
    text-wrap: pretty;
}

a:hover {
    text-decoration: none;
}


a {
    display: inline-block;
}

img {
    max-width: 100%;
}

/* partner slider */

.partners-carousel,
.partners-carousel .slick-list {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}

.partners-carousel .slick-track {
    display: flex !important;
    align-items: center;
}

.partners-carousel .slick-slide {
    text-align: center;
    padding: 0 10px;
}

.home_partners_box .row {
    align-items: center;
    text-align: center;
}

.partners-carousel .slick-slide img {
    max-width: 140px;
}

.opis p {
    color: #667085;
    font-size: 15px
}

.home_partners_box>.row {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.home_partners_box .row a {
    min-height: 120px;
    display: flex;
    margin: auto;
}

.home_partners_box .row .img-fluid {
    max-width: 250px;
    margin: auto;
}

/* menu.........................................*/
.navbar {
    padding: 16px 0;
    position: absolute;
    z-index: 99999;
    /*background-color: #fff!important;*/
    background-color: transparent !important;
    /*border-bottom: 1px solid #EAECF0;*/
}

.header_row {
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.header_col_logo {
    padding-left: 0;
}

.collapse {
    justify-content: end;
    -webkit-justify-content: flex-end;
    border-right: 1px solid #fff;
    margin-right: 5px;
}


.navbar-nav li a span {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    color: #fff;
}

/*dodaci*/
.header_wrapper_right {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
    -webkit-column-gap: 12px;
    align-items: center;
    -webkit-align-items: center;
}

.header_login_button span,
.header_register_button span {
    /*font-family: Inter;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 8px 18px;
    color: #344054;
    border-radius: 6px;
    border: 1px solid #EAECF0;
    display: block;
}

.header_register_button span {
    color: #fff;
    background-color: #175CD3;
    border: unset;
}

/* .......................................menu */
.header_social_icon_a {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    position: relative;
}

.header_social_icon_a:after {
    content: url(images/facebook.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: 1;*/
}

.header_social_instagram:after {
    content: url(images/instagram.svg);
}

.header_social_youtube:after {
    content: url(images/youtube.svg);
}

.header_social_linkedin:after {
    content: url(images/linkedin.svg);
}

.header_social_media_wrapper .widget {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.dropdown-toggle::after {
    color: #fff !important;
}

.collapse {
    padding-right: 10px;
}

.dropdown-menu {
    min-width: max-content;
    left: 15px;
}

.dropdown-item {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    border-radius: .25rem;
    background-color: #e9ecef;
}

section {
    padding: 96px 0;
}

a:hover {
    color: inherit;
    text-decoration: unset;
    cursor: pointer;
}

.bolded_text {
    font-weight: 700;
    color: #101828;
}

strong {
    font-weight: 700;
    color: #101828;
}

.faq_section strong {
    color: #667085;
}

.faq_section a {
    color: #667085;
    text-decoration: underline;
}

.faq_section a:hover {
    color: #101828;
}

/*home hero section  ----------------------------------------------------*/
.home_hero_section {
    padding-top: 290px;
    padding-top: 390px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    position: relative;
}

.home_hero_section_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    /*background: #00000033;*/
    opacity: 20%;
}

.home_hero_container {
    position: relative;
    /* da se naslov ne bi zatamnio zajedno sa overlay-om*/
}

.home_supertitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 10px 12px;
    background: #0A0A0A;
    backdrop-filter: blur(24px);
    border-radius: 12px;
    margin-bottom: 8px;
    display: flex;
    display: -webkit-flex;
    width: max-content;
    border: 3px solid #FFFFFF;
    box-shadow: 0 5px 15px 0 #19213D1C;
}

.home_supertitle_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.36px;
}


#countdownHero .timer {
    /*font-family: Inter;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    margin-bottom: 0;
    margin-left: 5px;
}

.home_hero_content_div {
    max-width: 600px;
}

.home_h1 {
    /*font-family: Inter Display;*/
    font-family: 'InterDisplay', sans-serif;
    font-weight: 700;
    font-size: 68px;
    line-height: 82px;
    margin-bottom: 36px;
    color: #fff;
}

.home_hero_button_div {
    padding: 6px 6px 6px 16px;
    box-shadow: 0 3px 8px 0 #00000029;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 36px;
    margin-bottom: 8px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: end;
    -webkit-justify-content: flex-end;
    margin-right: 24px;
    border: 1px solid #FFFFFF5C;
    background: #0000005C;
    backdrop-filter: blur(16px);
}

.home_hero_button {
    border: 1px solid #EAECF0;
    box-shadow: 0 4px 4px 0 #00000040;
    background-color: #fff;
    border-radius: 36px;
    padding: 4px 4px 4px 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    -webkit-column-gap: 8px;
    justify-content: end;
    -webkit-justify-content: flex-end;
    width: max-content;
}

.home_hero_button_text {
    /*font-family: Inter;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #101828;
    ;
}

.home_hero_button_arrow_circle {
    width: 32px;
    height: 32px;
    border-radius: 36px;
    background: #B53C2B;
    display: inline-block;
    position: relative;
}

.home_arrow_right_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_hero_button_date {
    margin-left: 8px;
    margin-right: 24px;
}

.green_light_icon {
    border-radius: 50%;
}

.home_hero_button_date_wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.home_arrow_right_icon {
    transition: left .3s ease-in-out;
}

.home_hero_button:hover .home_arrow_right_icon {
    left: calc(50% + 3px);
}

.home_hero_section_image_slider {
    width: 100%;
    /*height: 960px;*/
    position: relative;
}

.home_hero_section_image_slide {
    width: 100%;
    /*height: 960px;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_hero_section_image_slider,
.home_hero_section_image_slide {
    height: 800px;
}

.home_hero_section_image_slider .slick-prev,
.home_hero_section_image_slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    z-index: 99;
}

.home_hero_section_image_slider .slick-prev,
.home_hero_section_image_slider .slick-next {
    left: 30px;
    left: 20px;
    height: 56px !important;
    width: 34px !important;
    border: none !important;
    background-color: inherit !important;
    color: transparent !important;
    /*position: relative;*/
}

.home_hero_section_image_slider .slick-next {
    left: unset;
    right: 30px;
    right: 20px;
}

.home_hero_section_image_slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    display: -webkit-flex;
    bottom: 50px;
}

.home_hero_section_image_slider .slick-prev:before,
.home_hero_section_image_slider .slick-next:before {
    content: "";
    background: url(images/home_slider_arrow_prev_new.svg);
    background-repeat: no-repeat !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    height: 100% !important;
    width: 100% !important;
}

.home_hero_section_image_slider .slick-next:before {
    background: url(images/home_slider_arrow_next_new.svg);
}

.home_hero_section_image_slider .slick-dots li {
    height: 12px !important;
    width: 12px !important;
    margin: 10px !important;
}


.home_hero_section_image_slider .slick-dots li button {
    background: #fff !important;
    color: transparent !important;
    border: unset !important;
    border-radius: 50% !important;
    height: 12px;
    width: unset;
    max-width: 12px;
    padding: 6px;
}

.home_hero_section_image_slider .slick-dots {
    list-style-type: none !important;
    padding-left: 0 !important;
    z-index: 99;
}

.home_hero_section_image_slider .slick-dots .slick-active button {
    background: #d1d4d7 !important;
}

.home_hero_section_image_slider .slick-dots button:hover {
    background: #d1d4d7 !important;
}

.home_hero_section_new .home_hero_section_overlay {
    opacity: 2%;
}

.home_hero_section_new {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.home_hero_container_new {
    position: absolute;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
}

.home_event_section {
    position: relative;
    padding-top: 40px;
}

.home_event_section::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 55px;
    background: #FCFCFC;
    border-radius: 36px 36px 0 0;
}

.home_event_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
}

.home_h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #101828;
    margin-bottom: 20px;
    text-align: center;
}

.home_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #667085;
    margin-bottom: 64px;
}

.home_event_box {
    border: 6px solid #FFFFFF;
    box-shadow: 0 5px 15px 0 #19213D1C;
    border-radius: 24px;
    margin-top: 64px;
    background-color: #fff;
}

.home_event_box_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
}

.home_event_box_second .home_event_box_image {
    border-radius: 20px 0 0 20px;
}

.home_event_box_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 36px;
    padding-right: 0;
    color: #667085;
}

.home_conference_section {
    position: relative;
    padding-top: 0;
}

.home_conference_section::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 55px;
    background: #FCFCFC;
    border-radius: 36px 36px 0 0;
}

.home_conference_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
}

.home_conference_box {
    border: 6px solid #FFFFFF;
    box-shadow: 0 5px 15px 0 #19213D1C;
    border-radius: 24px;
    margin-top: 0;
    background-color: #fff;
}

.home_conference_box_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
}

.home_conference_box_second .home_conference_box_image {
    border-radius: 20px 0 0 20px;
}

.home_conference_box_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 36px;
    padding-right: 0;
    color: #667085;
}

.home_event_box_second .home_event_box_text {
    padding-right: 36px;
    padding-left: 0;
}

/*home countdown section  ------------------------------------------*/
.home_countdown_section {
    padding: 0;
}

#countdown {
    text-align: center;
    background: black;
    color: white;
    padding: 96px 0;
    border-radius: 36px;
    position: relative;
    /*z-index: 2;*/
}

.home_countdown_wrapper {
    border: 6px solid #FFFFFF;
    border-radius: 36px;
    box-shadow: 0 5px 15px 0 #19213D1C;
    position: relative;
}

.timer {
    font-size: 40px;
    font-weight: bold;
}

.home_countdown_button {
    margin: auto;
}

.home_countdown_section h2 {
    color: #fff;
    margin-bottom: 64px;
}

.timer {
    /*font-family: Inter;*/
    font-weight: 500;
    font-size: 96px;
    line-height: 68px;
    margin-bottom: 96px;
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
}

#months,
#days,
#hours,
#minutes {
    position: relative;
}

#months::after,
#days::after,
#hours::after,
#minutes::after {
    content: "Months";
    display: block;
    /*font-size: 14px;*/
    color: #FFFFFFAD;
    text-align: center;
    margin-top: 4px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
}

#days::after {
    content: "Days";
}

#hours::after {
    content: "Hours";
}

#minutes::after {
    content: "Minutes";
}

#countdown:before {
    content: "";
    background: url(images/timer_bg_vector.png);
    position: absolute;
    background-size: cover;
    width: 100%;
    z-index: 1;
    background-position: center;
    height: 466px;
    bottom: 0;
    left: 0;
    /*transform: translate(-50%, -50%);*/
    border-bottom-left-radius: 36px;
    max-height: 100%;
    border-radius: 36px;
    max-height: 100%;
    max-width: 100%;
}

#countdown:after {
    content: "";
    background: url(images/timer_bg_elipsa.png);
    position: absolute;
    background-size: cover;
    width: 483px;
    z-index: 1;
    background-position: center;
    height: 483px;
    top: 0;
    right: 0;
    /*transform: translate(-50%, -50%);*/
    border-top-right-radius: 36px;
    max-height: 100%;
    max-width: 100%;
}

#countdown .home_h2,
#countdown .timer,
#countdown .home_countdown_button {
    position: relative;
    z-index: 2;
}

#months.meseci::after,
#days.dani::after,
#hours.sati::after,
#minutes.minuti::after {
    content: "Meseci";
    display: block;
    /*font-size: 14px;*/
    color: #FFFFFFAD;
    text-align: center;
    margin-top: 4px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
}

#days.dani::after {
    content: "Dani";
}

#hours.sati::after {
    content: "Sati";
}

#minutes.minuti::after {
    content: "Minuti";
}

.home_partners_text {
    max-width: 768px;
    margin: auto;
    margin-bottom: 44px;
}

.home_partners_box {
    width: max-content;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    gap: 32px;
    -webkit-column-gap: 32px;
}

.home_partners_box {
    position: relative;
    max-width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.home_partner_logo_a {
    /*width: max-content;*/
    margin: auto;
    display: block;
}

.home_partners_box:after {
    content: "";
    background: url(images/partners_background_dots.png);
    position: absolute;
    background-size: cover;
    width: 500px;
    z-index: -1;
    background-position: center;
    height: 500px;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_partner_logo {
    max-height: 52px;
    transition: all .3s ease-in-out;
    margin: auto;
    display: block;
}

.home_partner_logo_a:hover .home_partner_logo {
    transform: scale(1.03);
}


/*sections separator  ------------------------------------------*/
.sections_separator_wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    gap: 16px;
    -webkit-column-gap: 16px;
}

.separator_gradient_line {
    height: 2px;
    background: linear-gradient(270deg, #EAECF0 0%, rgba(234, 236, 240, 0) 100%);
    width: 50%;
}

.separator_gradient_line_right {
    background: linear-gradient(90deg, #EAECF0 0%, rgba(234, 236, 240, 0.952496) 4.75%, rgba(234, 236, 240, 0) 100%);
}

.home_highlights_boxes_wrapper {
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 36px;
    margin-bottom: 36px;
    margin-top: 64px;
}

.home_highlights_box {
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #EAECF0;
    box-shadow: 0 5px 15px 0 #19213D1C;
}

.home_highlights_box_text,
.home_highlights_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #667085;
}

.home_highlights_box_icon {
    margin-bottom: 24px;
}

/*home video section  ------------------------------------------*/
.home_video_section {
    background-color: #0A0A0A;
}

.home_video_div {
    border-radius: 36px;
    margin: auto;
    border: 6px solid #313131;
    position: relative;
    z-index: 2;
    width: max-content;
    height: 500px;
}

.home_video_border_div {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.36) 0%, rgba(153, 153, 153, 0) 100%);
    border-radius: 30px;
    padding: 1px;
    height: 100%;
    width: 100%;
}

.home_video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.home_video_section {
    position: relative;
}

.home_video_section:before {
    content: "";
    background: url(images/video_bg_vector.png);
    position: absolute;
    background-size: cover;
    width: 1434px;
    z-index: 1;
    background-position: center;
    height: 466px;
    bottom: 0;
    left: 0;
    /*transform: translate(-50%, -50%);*/
    max-height: 100%;
    max-width: 100%;
}

.home_video_section:after {
    content: "";
    background: url(images/video_bg_elipsa.png);
    position: absolute;
    background-size: cover;
    width: 620px;
    z-index: 1;
    background-position: center;
    height: 620px;
    top: 0;
    right: 0;
    /*transform: translate(-50%, -50%);*/
    max-height: 100%;
    max-width: 100%;
}


/*home buy tickets section  ------------------------------------------*/
.home_buy_tickets_box {
    background: #0A0A0A;
    padding: 96px 68px;
    border-radius: 24px;
    border: 1px solid #fff;
    /*border-image-source: linear-gradient(180deg, rgba(234, 236, 240, 0.16) 0%, rgba(234, 236, 240, 0) 100%);*/
    text-align: center;
}

.home_buy_tickets_box h2 {
    color: #fff;
}

.home_buy_tickets_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 68px;
    color: #fff;
}

.home_buy_tickets_button {
    margin: auto;
}

.home_buy_tickets_box {
    position: relative;
}

.home_buy_tickets_box:before {
    content: "";
    background: url(images/buy_tickets_elipsa_dole_levo.png);
    position: absolute;
    background-size: cover;
    width: 484px;
    z-index: 1;
    background-position: center;
    height: 393px;
    bottom: 0;
    left: 0;
    /*transform: translate(-50%, -50%);*/
    border-bottom-left-radius: 24px;
    max-height: 100%;
    max-width: 100%;
}

.home_buy_tickets_box:after {
    content: "";
    background: url(images/buy_tickets_elipsa_gore_desno.png);
    position: absolute;
    background-size: cover;
    width: 483px;
    z-index: 1;
    background-position: center;
    height: 393px;
    top: 0;
    right: 0;
    /*transform: translate(-50%, -50%);*/
    border-top-right-radius: 24px;
    max-height: 100%;
    max-width: 100%;
}

.home_buy_tickets_box .home_h2,
.home_buy_tickets_box .home_buy_tickets_text,
.home_buy_tickets_box .home_buy_tickets_button {
    position: relative;
    z-index: 2;
}

.home_buy_tickets_section {
    background-color: #0A0A0A;
    padding: 48px 0 48px;
    border-radius: 36px 36px 0 0;

    position: relative;
    bottom: -1px;
}


.home_buy_tickets_box_border_div {
    background: linear-gradient(180deg, rgba(234, 236, 240, 0.16) 0%, rgba(234, 236, 240, 0) 100%);
    padding: 1px;
    border-radius: 24px;
}

.home_buy_tickets_box {
    border: unset;
    border-radius: 24px;
}

.tickets_box:hover {
    /*opacity: 0.8;*/
    box-shadow: 0 4px 16px 0 #666666;
}

/*home sneak peek section  ------------------------------------------*/
.home_sneak_peek_section h2 {
    margin-bottom: 64px;
}

.gallery_row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.gallery_row a {
    position: relative;
}

.gallery_image_hover_overlay {
    background: #0000005C;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery_row a:hover .gallery_image_hover_overlay {
    opacity: 1;
}

.gallery_image_hover_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_sneak_peek_image_div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 184px;
    ;
}

.home_buy_tickets_text a {
    color: #fff;
    text-decoration: underline;
}

.home_buy_tickets_text a:hover {
    color: #FFFFFFAD;
}


/*FAQ section  ------------------------------------------*/
.faq_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #667085;
    max-width: 770px;
    margin: auto;
    margin-bottom: 32px;
}

.faq_accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    background-color: transparent;
    padding: 24px 40px 16px 0;
    position: relative;
    border: unset;
    /*font-family: 'Inter-Regular', san-serif;*/
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #101828;
    margin-bottom: 0;
}

.faq_circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1.5px;
    background-color: #5925DC;
    transition: transform .3s ease-in-out;
}

.faq_circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 10px;
    height: 1.5px;
    background-color: #5925DC;
    transition: transform .3s ease-in-out;
}

.faq_row .active .faq_circle:after {
    content: "";
    width: 10px;
    height: 1.5px;
    background-color: #5925DC;
    transition: transform .3s ease-in-out;
}

.faq_panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    max-width: 100%;
    line-height: 24px;
    color: #667085;
    padding-right: 50px;
}

.faq_row {
    max-width: 770px;
    margin: auto auto 62px;
}

.faq_accordion_single_wrapper {
    padding: 0;
    border-bottom: 1px solid #D0D5DD;
    width: 100%;
    padding-bottom: 16px;
}

.faq_panel p:last-child {
    margin-bottom: 4px;
}


.faq_line {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 16px 0;
}

.faq_panel {
    max-height: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    margin-bottom: 0;
    transition: max-height 0.3s ease-out, top 0.3s ease-out, margin-bottom 0.3s ease-out;
}

.faq_accordion.active+.faq_panel {
    position: relative;
    transition: max-height 0.3s ease-out, top 0.3s ease-out, margin-bottom 0.3s ease-out;
}

.faq_accordion .faq_circle {
    position: absolute;
    right: 0;
    top: 28px;
    width: 20px;
    height: 20px;
    border: 2px solid #5925DC;
    border-radius: 50%;
}

.faq_schedule_a_call_border_div {
    background: linear-gradient(180deg, rgba(208, 213, 221, 0.62) 0%, rgba(255, 255, 255, 0.62) 100%);
    padding: 4px;
    border-radius: 16px;
}

.faq_schedule_a_call {
    background: #fff;
    padding: 40px 32px;
    border-radius: 12px;
    text-align: center;
}

.faq_schedule_a_call_images_div {
    margin: 0 auto 32px;
    width: 120px;
}

.faq_schedule_a_call_button_border_div {
    display: inline-flex;
    border: 1px solid #5925DC;
    border-radius: 4px;
    background: linear-gradient(180deg, #9B8AFB 0%, #5925DC 100%);
    box-shadow: 0 1px 2px 0 #1018280D;
    position: relative;
}

.faq_schedule_a_call_button {
    background: linear-gradient(182.94deg, #7A5AF8 2.51%, #5925DC 88.83%);
    color: #fff;
    margin: 1px;
    border-radius: 4px;
    padding: 12px 16px;
    /*font-family: 'Inter-Regular', san-serif;*/
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
}

.faq_schedule_a_call_button:hover {
    color: #fff !important;
    background: #5925DC;
}

.faq_schedule_a_call_title {
    /*font-family: 'Inter-Regular', san-serif;*/
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #101828;
    margin-bottom: 8px;
}

.faq_schedule_a_call_text {
    /*font-family: 'Inter-Regular', san-serif;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #667085;
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .faq_section:after {
        height: 650px;
    }

    .faq_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq_row {
        margin: auto auto 50px;
    }

    .faq_section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .faq_text {
        font-size: 20px;
        line-height: 32px;
        margin: 0 auto 48px;
    }
}


@media only screen and (max-width: 575px) {
    .faq_section:after {
        height: 400px;
    }

    .faq_row {
        margin: auto auto 36px;
    }

    .faq_section h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .faq_text {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 36px;
    }
}


/*  faq dodatak  -----------------------------*/
.faq_accordion_single_wrapper {
    border: 1px solid #E1E4ED;
    padding: 16px 16px 16px 16px;
    border-radius: 6px;
    margin-bottom: 24px;
    box-shadow: 0 0.5px 2px 0 #19213D1A;
    transition: all .3s ease-in-out;
}

.faq_accordion .faq_circle {
    top: 1px;
}

.faq_accordion .faq_circle {
    border: unset;
}

.faq_panel {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #667085;
    margin-bottom: 0 !important;
}


.faq_accordion {
    margin-bottom: 0;
    transition: margin-bottom .3s ease-in-out;
}

.faq_accordion.active {
    margin-bottom: 11px;
    transition: margin-bottom .3s ease-in-out;
}

.faq_panel .bolded_text {
    color: #667085;
}

.faq_row {
    margin-bottom: 0;
}

.faq_row .active .faq_circle:after {
    /*transform: unset!important;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.faq_circle:before,
.faq_circle:after,
.faq_row .active .faq_circle:before,
.faq_row .active .faq_circle:after {
    width: 12px;
    height: 1px;
    background-color: #6D758F;
    /*transition: transform .3s ease-in-out;*/
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}


.faq_accordion .faq_circle {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
}

.faq_accordion.active .faq_circle {
    transform: rotate(45deg);
    transition: transform .3s ease-in-out;
}

.faq_accordion_single_wrapper.active {
    box-shadow: 0 1px 4px 0 #4E9FFF33;
    border: 1px solid #B4B9C9;
    transition: all .3s ease-in-out;
}

.faq_accordion {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #101828;
    padding: 0;
}

/*home buy contact section  ------------------------------------------*/
.home_contact_section h2 {
    margin-bottom: 40px;
}

.home_contact_boxes_wrapper {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}

.home_contact_box {
    background: #F1F3F7;
    border-radius: 16px;
    padding: 6px;
}

.home_contact_box iframe {
    border-radius: 16px;
}

.home_contact_box_images {
    display: grid;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.home_contact_box_image_div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_contact_box_image_div:first-child {
    border-top-left-radius: 16px;
}

.home_contact_box_image_div:nth-child(2) {
    border-top-right-radius: 16px;
}

.home_contact_box_image_div:nth-child(3) {
    border-bottom-left-radius: 16px;
}

.home_contact_box_image_div:nth-child(4) {
    border-bottom-right-radius: 16px;
}

.home_contact_data_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.home_contact_data_div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    left: -5px;
}

.home_contact_data_div:nth-child(2) {
    border-left: 1px solid #EAECF0;
    border-right: 1px solid #EAECF0;
    justify-content: center;
    -webkit-justify-content: center;
}

.home_contact_data_div:nth-child(3) {
    justify-content: end;
    -webkit-justify-content: flex-end;
}

.home_contact_data_icon {
    margin-right: 10px;
}

.home_contact_data_name {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
}

.home_contact_data {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    min-width: max-content;
    margin-bottom: 0;
}

.home_contact_section a:hover {
    text-decoration: underline;
}

/*footer --------------------------------------------------*/
.footer_section {
    padding: 96px 0 36px;
    background-color: #0A0A0A;
}

.footer_content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: start;
    -webkit-align-items: flex-start;
    margin-bottom: 36px;
}

.footer_content_right {
    display: flex;
    display: -webkit-flex;
    gap: 96px;
    -webkit-column-gap: 96px;
}

.footer_right_item {
    display: block;
}

.footer_bottom_part,
.footer_politics {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.footer_right_title {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.footer_right_item {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #FFFFFFAD;
}

.footer_content_right .footer_right_item {
    margin-bottom: 8px;
}

.footer_logo {
    margin-bottom: 16px;
}

.footer_contact_name {
    /*font-family: Inter;*/
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;

}

.footer_politics {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #FFFFFFAD;
}

.footer_privacy_policy {
    margin-right: 5px;
}

.footer_terms {
    margin-left: 5px;
}

.footer_socials .footer_right_item {
    position: relative;
    padding-right: 16px;
    width: max-content;
}

.footer_socials .footer_right_item:after {
    content: "";
    background: url(images/footer_social_arrow.svg);
    position: absolute;
    background-size: contain;
    width: 8px;
    z-index: 1;
    background-position: center;
    height: 9px;
    top: 50%;
    top: calc(50% + 1px);
    right: 0;
    transform: translateY(-50%);
}

.footer_content_right .footer_right_item:hover {
    color: #FFFFFFAD;
}

.footer_contact_number:hover {
    color: #FFFFFFAD;
}

.footer_section a:hover {
    /*color: #fff;*/
    text-decoration: underline;
}

.widget,
.widget .menu {
    list-style: none !important;
    padding-left: 0 !important;
}

.footer_politics .widget {
    display: flex;
    display: -webkit-flex;
}

.footer_section h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.footer_section .widget .menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2%;
    color: #FFFFFFAD;
}

/*  TICKETS PAGE -----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.hero_section_full_width {
    padding-top: 187px;
    padding-bottom: 115px;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 75px;
}

.hero_content_div_full_width {
    max-width: 100%;
    text-align: center;
}

.hero_section_full_width .home_hero_button_div {
    margin-right: 0;
}

.tickets_boxes_wrapper {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 236, 240, 1);
    box-shadow: 0 5px 15px 0 rgba(25, 33, 61, 0.11);
    border-radius: 20px;
    /*padding: 36px;*/
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.ticket_box_div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 72px;
    -webkit-column-gap: 72px;
    padding: 36px;
}

.tickets_box_image {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    width: 426px;
    min-width: 426px;
    max-width: 426px;
    box-shadow: 0 5px 15px 0 #19213D1C;
    border-radius: 20px;
}

.ticket_box_text_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    color: #101828;
    margin-bottom: 8px;
}

.ticket_box_text_item_div {
    display: flex;
    display: -webkit-flex;
    align-items: start;
    -webkit-align-items: flex-start;
    margin-bottom: 8px;
}

.ticket_box_text_item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -2%;
    color: #101828;
    margin-left: 4px;
}

.ticket_box_div_wrapper {
    border-bottom: 1px solid rgba(234, 236, 240, 1);
}

.tickets_box {
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

/*  CONTACT PAGE -----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.page-template-pagetemplate-contact #nav-icon1 span,
.page-template-default #nav-icon1 span,
.error404 #nav-icon1 span {
    background-color: #101828;
}

.page-template-pagetemplate-contact nav.mobile_menu_bg_dark #nav-icon1 span,
.page-template-default nav.mobile_menu_bg_dark #nav-icon1 span,
.error404 nav.mobile_menu_bg_dark #nav-icon1 span {
    background-color: #fff;
}

.contact_section {
    padding-top: 168px;
}

.contact_section_h1 {
    /*font-family: Inter;*/
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    color: #101828;
    margin-bottom: 16px;
}

.contact_section_content_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
}

.contact_data_div {
    justify-content: start !important;
    -webkit-justify-content: flex-start !important;
    margin-bottom: 20px;
}

.contact_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    margin-bottom: 24px;
}

.contact_form_div {
    position: relative;
}

.contact_form_div:after {
    content: "";
    background: url(images/contact_form_dots.png);
    position: absolute;
    background-size: cover;
    width: 1145px;
    z-index: 1;
    background-position: center;
    height: 554px;
    /*top: 0;*/
    /*right: 0;*/
    top: 46%;
    left: 20%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 36px;
    z-index: -1;
}

.contact_section a:hover {
    text-decoration: underline;
}

.contact_form_button:hover {
    box-shadow: 0 1px 12px 0 #666666 !important;
}


/*  MODERATOR PAGE -------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.moderator-content {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.moderator-content.even .moderator-left {
    order: 2;
}

.moderator-content.even .moderator-right {
    order: 1;
}

.moderator-left {
    width: 100%;
    max-width: 40%;
}

.moderator-left h3 {
    color: #101828;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    text-align: left;
}

.moderator-right {
    width: 100%;
    max-width: 55%;
}

.slider-wrapper {
    background: #F1F3F7;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.image-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    display: flex;
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 500px;
    margin: auto;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

@media screen and (max-width: 915px) {
    .moderator-content {
        flex-direction: column;
    }

    .moderator-content .moderator-left {
        max-width: 100%;
    }

    .moderator-content.even .moderator-left {
        order: 1;
        margin-bottom: 30px;
    }

    .moderator-content .moderator-right {
        max-width: 100%;
    }

    .moderator-content.even .moderator-right {
        order: 2;
    }
}

/*  APPLICATION PAGE -------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.application_box {
    text-align: center;
}

.application_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #667085;
    /*max-width: 710px;*/
    max-width: 1000px;
    margin: auto;
}

.application_boxes_wrapper {
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
    margin-top: 64px;
}

.application_box {
    /*min-height: 800px;*/
    min-height: max-content;
}

.application_box_right {
    background-color: #FAFAFA;
    border: 6px solid #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 5px 15px 0 #19213D1C;
}

.application_box_image_wrapper {
    max-height: 650px;
}

.application_button_box {
    background-color: #0A0A0A;
    border: 3px solid #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 #00000029;
    height: 125px;
    margin: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    gap: 12px
}

.application_button_box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.application_button_div {
    background: linear-gradient(180deg, #E3E3E3 0%, #FFFFFF 100%);
    padding: 1px;
    border-radius: 10px;
    box-shadow: 0 4px 6px 0 #0000001F;
}

.application_button {
    background: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
    border-radius: 10px;
    /*font-family: Inter;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 8px 8px 14px;
    color: #101828;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    /*display: inline-block;*/
}

.application_button_icon {
    margin-left: 4px;
    width: 20px !important;
}

.application_button:hover .application_button_icon {
    content: url('images/application_button_icon_red.svg');
}

/*  SPEAKERS PAGE -------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------*/
.speakers_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 36px;
}

.speakers_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 768px;
    margin: auto;
    margin-bottom: 64px;
    color: #667085;
}

.speakers_box_image_div {
    border: 6px solid #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 4px 16px 0 #19213D29;
    height: 320px;
    height: 416px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}

.speakers_box_image_div:hover {
    box-shadow: 0 4px 16px 0 #666666;
}

.speaker_title_small {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #B53C2B;
    margin-bottom: 2px;
}

.speaker_name {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 4px;
}

.speaker_description {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 22px;
}

.speakers_box_image_div {
    position: relative;
    cursor: pointer;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.speaker_box_hover_text {
    display: block;
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #000000DB;
    padding: 34px 24px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.speakers_box_image_div:hover .speaker_box_hover_text {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.speakers_row {
    row-gap: 36px;
}

.speaker_microphone_icon_border_div {
    background: linear-gradient(180deg, #EAECF0 0%, rgba(234, 236, 240, 0) 100%);
    /*padding: 1px;*/
    border-radius: 12px;
    margin: 14px;
    width: max-content;
}

.speaker_microphone_icon_div {
    background: linear-gradient(360deg, #FAFAFA 0%, #FFFFFF 100%);
    box-shadow: 0 2px 8px 0 #0000001F;
    border-radius: 10px;
    position: relative;
    width: max-content;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4px 8px 4px 4px;
    margin: 1px;
}

.speakers_box_bottom_part_bg_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 0 0 20px 20px;
}

.speakers_box_bottom_part_bg_dots {
    height: 100%;
    background-color: rgba(10, 10, 10, 0.84);
    border-radius: 0 0 20px 20px;
    padding: 16px 24px;
    text-align: center;
    position: relative;
}

.speakers_box_bottom_part_bg_dots:before {
    content: "";
    background: url(images/speakers_box_bottom_part_dots_image.png);
    position: absolute;
    background-size: cover;
    background-position: center;
    max-height: 100%;
    max-width: 100%;
    width: 1434px;
    height: 2466px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 0 0 20px 20px;
}


.speakers_box_bottom_part_bg_dots:after {
    content: "";
    background: url(images/speaker_box_bottom_part_ellipse.png);
    position: absolute;
    background-size: cover;
    background-position: center;
    max-height: 100%;
    max-width: 100%;
    width: 352px;
    height: 260px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 0 0 20px 20px;
}

.speakers_box_bottom_part_bg_img .speaker_name,
.speakers_box_bottom_part_bg_img .speaker_description {
    position: relative;
    z-index: 2;
}


/*home_speakers_section ------------------------------------------*/
.home_speakers_h2,
.home_speakers_text {
    text-align: left;
}

.home_speakers_text {
    max-width: 610px;
    margin-left: 0;
}

.home_speakers_container {
    position: relative;
}


.home_speakers_button_div {
    position: absolute;
    top: 0;
    right: 15px;
    display: inline-block;
}

.home_application_button:hover .home_application_button_icon {
    content: url('images/button_arrow_red.svg');
}


/*home_game_section ------------------------------------------*/
.home_game_section {
    padding: 0;
}

.home_game_box {
    background-color: #0A0A0A;
    border: 6px solid #FFFFFF;
    box-shadow: 0 5px 15px 0 #19213D1C;
    border-radius: 36px;
    padding: 90px 30px;
    text-align: center;
}

.home_game_h2 {
    color: #FFFFFF;
}

.home_game_text {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 710px;
    margin: auto;
    margin-bottom: 28px;
}

.home_game_button_div {
    width: max-content;
    margin: auto;
    margin-bottom: 68px;
}


/*contact form ---------------------------------------------------------*/
.contact_form_wrapper {
    border: 6px solid #FFFFFF;
    box-shadow: 0 1px 4px 0 #19213D14, 0 5px 15px 0 #19213D1C;
    border-radius: 24px;
    padding: 32px;
    background-color: #FAFAFA;
}

form .contact_form_div_inside .form_name_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}

.field_name {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin-bottom: 8px;
}

form .contact_form_div_inside label input,
form .contact_form_div_inside label textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #F1F3F7 !important;
    box-shadow: 0 1px 4px 0 #19213D14 !important;
    border-radius: 6px !important;
    padding: 18px 16px;
}

::placeholder {
    /*font-family: Inter;*/
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #667085 !important;
}

.form_name_div,
.form_tel_div,
.form_text_div {
    margin-bottom: 16px;
}

.contact_form_button {
    /*font-family: Inter;*/
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    padding: 8px 14px;
    background-color: #fff;
    width: max-content;
    border-radius: 10px;
    margin-top: 0;

    border: 1px solid #F1F3F7 !important;
    box-shadow: 0 1px 4px 0 #1921;
}

.contact_form_button:hover {
    background-color: #fff;
    color: #101828;
}

label {
    width: 100%;
}


/*modal with application form -------------------------------------*/
/* Overlay pozadina modala */
#modalOverlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    background: #0000005C;
    background: #00000099;

    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
}

/* Sama modalna kutija */
.modalPopup {
    width: 90%;
    position: relative;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
    transform: translateY(-20px);
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
    background: #FAFAFA;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 1px 4px 0px #19213D14, 0px 5px 15px 0px #19213D1C;
    border-radius: 24px;
    padding: 32px;
    max-width: 523px;
}

/* Naslov modala */
.modalTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #101828;
    margin-bottom: 16px;
    text-align: left;
}

/* X dugme za zatvaranje */
.modalClose {
    position: absolute;
    /*top: 10px;*/
    /*right: 15px;*/
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #555;
    transition: color 0.2s;
    top: 25px;
    right: 25px;
}

.modalClose:hover {
    color: #000;
}

/* Centriranje forme unutar modala */
.modalContent {
    text-align: center;
}

/* Stilizacija forme unutar modala */
.wpcf7-form input,
.wpcf7-form select {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Dugme za slanje forme */
.wpcf7-form input[type="submit"] {
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background: #333;
}

.application_form_div_inside {
    text-align: left;
}

form .application_form_div_inside label input,
form .application_form_div_inside label textarea,
form .application_form_div_inside label select {
    background-color: #FFFFFF !important;
    border: 1px solid #F1F3F7 !important;
    box-shadow: 0 1px 4px 0 #19213D14 !important;
    border-radius: 6px !important;
    padding: 18px 16px;
}

form .application_form_div_inside label select {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;

    padding: 5px 10px;
}

form .application_form_div_inside label {
    width: 100%;
    margin-bottom: 24px;
}

form .application_form_div_inside .form_name_div {
    margin-bottom: 0;
}

.application_form_grid_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;

}

.wpcf7 input[type="file"] {
    position: relative;
}

.photograph_label input {
    padding: 3px 16px !important;
}

.modalContent form .submit_button:hover {
    box-shadow: 0 1px 12px 0 #666666 !important;
}


/*  PROGRAM PAGE -------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.program_text {
    text-align: center;
}

.program_box_title {
    /*font-family: Inter;*/
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #101828;
    margin-bottom: 20px;
    text-align: center;
}

.program_box_text_item {
    margin-bottom: 8px;
}

.program_text {
    max-width: 710px;
    margin: auto;
}

.program_boxes_wrapper {
    margin-bottom: 0;
}

/*  SINGLE SPEAKER PAGE ------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.single_speaker_image {
    min-height: 500px;
    /*border-radius: 20px;*/
    border-radius: 24px;

    background-position: center top !important;
}

.single_speaker_image_box {
    padding: 0;
}

.single_speaker_biography {
    /*max-width: 710px;*/
    max-width: 80%;
    margin: auto;
}

.single_speaker_content,
.program_box_content {
    /*font-family: Inter;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #667085;
}

.single_speaker_position {
    width: 100%;
    margin-bottom: 50px;
}

.single_speaker_boxes_wrapper {
    margin-top: 0;
    margin-bottom: 48px;
}

.single_speaker_program {
    text-align: center;
}

.single_speaker_program_box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.single_speaker_program h2 {
    margin-bottom: 8px;
}

.single_speaker_position {
    font-size: 20px;
}

.single_speaker_program {
    width: 100%;
}

.single_speaker_position {
    margin-bottom: 0;
}

.single_speaker_program hr {
    margin: 36px 0;
}

.single_speaker_content a {
    color: #667085;
    text-decoration: underline;
}

.single_speaker_content a:hover {
    color: #101828;
}


/*  DEFAULT PAGE TEMPLATE ----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.default_page_template_content_wrapper {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #667085;
    max-width: 710px;
    margin: auto;
}

.page-template-page-review .default_page_template_content_wrapper {
    max-width: 100%;
}

.page-template-page-review .default_page_template_content_wrapper a {
    text-decoration: none;
    margin: 0 auto 0;
    display: block;
}

.page-template-page-review .default_page_template_content_wrapper a:hover {
    text-decoration: none;
}

.page-template-page-review .sections_separator {
    margin: 40px auto;
}

.page-template-page-review .contact_form_wrapper {
    max-width: 640px;
    margin: auto;
}

.page-template-page-review .default_page_template_content_wrapper a {
    text-decoration: none;
    margin: 0 auto 0;
    display: block;
}

.page-template-page-review .default_page_template_content_wrapper a:hover {
    text-decoration: none;
}

.default_page_template_h1 {
    text-align: center;
    margin-bottom: 36px;
    color: #101828;
}

.default_page_template_content_wrapper a {
    color: #667085;
    text-decoration: underline;
}

.default_page_template_content_wrapper a:hover {
    color: #101828;
    text-decoration: underline;
}

/*  404 ----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.section_404_container {
    text-align: center;
}

.section_404_container a {
    color: #667085;
    text-decoration: underline;
}

.section_404_container a:hover {
    color: #101828;
    text-decoration: underline;
}


/*  WHERE TO STAY (hotels) ---------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.hotel_box {
    border: 6px solid #FFFFFF;
    box-shadow: 0 5px 15px 0 #19213D1C;
    border-radius: 24px;
    margin-top: 64px;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.hotel_box_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 36px;
    /*padding-right: 0;*/
    color: #667085;
}

.hotel_box_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
    position: relative
}

.hotel_box_1 .hotel_box_image:after {
    content: '';
    background-image: url('https://dealdoneserbia.com/wp-content/uploads/2025/11/pngegg-scaled.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat
}

.hotel_box_2 .hotel_box_image {
    border-radius: 20px 0 0 20px;
}

.hotel_box_text a {
    color: #667085;
    text-decoration: underline;
}

.hotel_box_text a:hover {
    color: #101828;
}


.default_page_template_section,
.section_404 {
    padding-top: 168px;
}


/**************************************************************************************************/
/*          R      E       S       P       O       N       S       I       V       E              */
/**************************************************************************************************/


@media only screen and (min-width: 992px) {
    .container.home_hero_container_new {
        padding-left: 50px;
    }
}


@media only screen and (min-width: 1500px) {
    .home_hero_section {
        padding-bottom: 250px;
    }

    .home_hero_section {
        background-position: center center;
    }
}


@media only screen and (min-width: 1400px) {
    .container {
        min-width: 1344px;
        padding-left: 0;
        padding-right: 0;
    }

    .home_event_container {
        min-width: 976px;
        max-width: 976px;
    }

    .hotels_container {
        max-width: 1344px;
    }

    .home_highlights_container,
    .home_contact_container,
    .home_sneak_peek_container,
    .tickets_container,
    .contact_container,
    .application_container,
    .speakers_container,
    .default_page_template_container,
    .section_404_container {
        min-width: 1104px;
        max-width: 1104px;
    }

    .home_partners_container {
        min-width: 970px;
        min-width: 970px;
    }

}

@media only screen and (max-width: 1199px) {
    .gallery_row {
        grid-template-columns: repeat(4, 1fr);
    }

    .application_button_box {
        height: 100px;
    }

    .contact_section_content_wrapper {
        grid-column-gap: 24px;
    }

    .contact_text {
        padding-right: 15px;
    }

    .contact_section {
        padding-top: 130px;
    }

    .program_section,
    .home_event_section.hotels_section {
        padding-top: 60px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .home_hero_section_image_slider,
    .home_hero_section_image_slide {
        height: 780px;
    }

    .ticket_box_div {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 36px;
        -webkit-column-gap: 36px;
        align-items: start;
        -webkit-align-items: flex-start;

        max-width: 600px;
        margin: auto;
    }

    .ticket_box_image {
        order: 1;
    }

    .ticket_box_text {
        order: 2;
    }
}


@media only screen and (min-width: 992px) {

    .page-template-pagetemplate-contact .navbar-nav li a span,
    .page-template-default .navbar-nav li a span,
    .error404 .navbar-nav li a span,
    .page-template-page-review .navbar-nav li a span {
        color: #101828;
    }

    .page-template-pagetemplate-contact .collapse,
    .page-template-default .collapse,
    .error404 .collapse,
    .page-template-page-review .collapse {
        border-right: 1px solid #101828;
    }

    .page-template-pagetemplate-contact .dropdown-toggle::after,
    .page-template-default .dropdown-toggle::after,
    .error404 .dropdown-toggle::after,
    .page-template-page-review .dropdown-toggle::after {
        color: #101828 !important;
    }
}


@media only screen and (max-width: 991px) {
    .hotel_box_image {
        height: 400px;
        border-radius: 20px 20px 0 0 !important;
    }

    .hotel_box_1 .hotel_box_image {
        order: 1;
    }

    .hotel_box_1 .hotel_box_text {
        order: 2;
    }

    .hotel_box_text {
        padding: 16px 16px 0;
    }

    .hotel_box {
        margin-top: 24px;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    #nav-icon1 {
        width: 25px;
        height: 35px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #ffffff;
        border-radius: unset;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 9px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 27px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        /*left: -60px;*/
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .navbar-toggler {
        margin-left: 15px;
        padding: 0;
        border: unset !important;
        border-color: unset !important;
    }


    .timer {
        font-size: 70px;
    }


    .application_button_box {
        height: 80px;
    }

    .program_boxes_wrapper {
        grid-template-columns: 1fr;
    }

    .contact_section_content_wrapper {
        grid-template-columns: 1fr;
    }

    .home_video {
        width: 100%;
        height: auto;
    }

    .home_video_border_div {
        height: 366px;
        width: 100%;

        height: auto;
        display: flex;
        display: -webkit-flex;
    }

    .home_video_div {
        height: 380px;
        width: 100%;

        height: auto;
    }

    .speakers_wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .home_contact_data_wrapper {
        grid-template-columns: 1fr;
    }

    .home_contact_data_div:nth-child(2) {
        border: unset;
        justify-content: start;
        -webkit-justify-content: flex-start;
    }

    .home_contact_data_div:nth-child(3) {
        justify-content: start;
        -webkit-justify-content: flex-start;
    }

    section,
    #countdown {
        padding: 60px 0;
    }

    .home_game_box,
    .home_buy_tickets_box {
        padding: 60px 30px;
    }

    .home_event_section {
        padding-top: 0;
    }

    .home_event_box_text {
        padding: 16px;
        padding-right: 0;
    }

    .home_event_box_second .home_event_box_text {
        padding-right: 16px;
    }

    .home_contact_boxes_wrapper {
        grid-column-gap: 16px;
    }

    .speakers_box_image_div {
        height: 400px;
    }

    .hero_section_full_width .home_h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .contact_text {
        max-width: 500px;
    }

    .contact_section {
        padding-top: 100px;
    }

    .home_buy_tickets_text {
        margin-bottom: 60px;
    }

    .single_speaker_boxes_wrapper {
        margin-bottom: 36px;
    }

    .default_page_template_section {
        padding-top: 100px;
    }

    .single_speaker_biography {
        max-width: 100%;
    }

    .header_row {
        padding: 0 15px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;

    }

    .header_container {
        position: relative;
    }

    .header_social_hamburger_wrapper {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        position: absolute;
        right: 15px;
        top: 4px;
    }

    .collapse {
        justify-content: unset;
        -webkit-justify-content: unset;
        border-right: unset;
        margin-right: unset;
    }

    .mobile_menu_bg_dark {
        background-color: #000000cc !important;
    }

    .navbar-light .navbar-nav .nav-link:first-child {
        padding-top: 20px;
    }

    /*... premesteno iz 767    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    .pll-parent-menu-item .dropdown-toggle {
        display: none;
    }

    .dropdown-menu.show,
    .dropdown-menu {
        display: flex;
        display: -webkit-flex;
        width: max-content;
        left: 10px;
        top: 15px !important;
        position: relative !important;
    }

    #bs-example-navbar-collapse-1 {
        padding-bottom: 20px;
    }

    .home_hero_section_image_slider .slick-prev {
        left: 10px;
    }

    .home_hero_section_image_slider .slick-next {
        right: 10px;
    }
}

@media only screen and (max-width: 820px) {

    .home_hero_section_image_slider .slick-prev,
    .home_hero_section_image_slider .slick-next {
        display: none !important;
    }
}


@media only screen and (max-width: 768px) {
    .speakers_wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 24px;
        grid-row-gap: 36px;
    }

    .home_speakers_button_div {
        top: unset;
        bottom: -70px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .home_speakers_section {
        padding-bottom: 144px;
    }

    .contact_section_content_wrapper {
        grid-template-columns: 1fr;
    }

    .home_speakers_h2,
    .home_speakers_text {
        text-align: center;
    }

    .home_speakers_text {
        margin-left: auto;
    }

    .hero_section_full_width {
        padding-bottom: 60px;
    }

    .speakers_box_image_div {
        height: 550px;
    }

    .speakers_box_bottom_part_bg_img {
        height: 35%;
    }

    .home_partners_box .row .img-fluid {
        max-width: 200px;
    }

    .opis p {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {

    .home_event_box {
        grid-template-columns: 1fr;
    }

    .home_event_box_image {
        height: 300px;
        order: 1;
        border-radius: 20px 20px 0 0 !important;
    }

    .home_event_box_text {
        order: 2;
        padding: 16px !important;
    }

    .home_conference_box {
        grid-template-columns: 1fr;
    }

    .home_conference_box_image {
        height: 300px;
        order: 1;
        border-radius: 20px 20px 0 0 !important;
    }

    .home_conference_box_text {
        order: 2;
        padding: 16px !important;
    }

    .timer {
        font-size: 54px;
    }

    .home_partners_box {
        grid-template-columns: repeat(4, 1fr);
    }

    .home_partners_box:after {
        top: 60%;
    }

    .home_highlights_boxes_wrapper {
        grid-template-columns: 1fr;
    }

    .gallery_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .home_contact_boxes_wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 36px;
    }

    .home_contact_box_image_div {
        height: 200px;
    }

    .footer_content_right {
        gap: 36px;
        -webkit-column-gap: 36px;
    }

    .home_sneak_peek_gallery_div {
        padding: 0 15px;
    }

    .application_boxes_wrapper {
        grid-template-columns: 1fr;
    }

    .application_button_box {
        height: 100px;
        margin-bottom: 15px;
    }

    .speakers_box_image_div {
        /*height: 350px;*/
    }

    .home_h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .home_text,
    .speakers_text {
        margin-bottom: 24px;
    }

    .home_event_box {
        margin-top: 24px;
    }

    .home_partners_text {
        margin-bottom: 48px;
    }

    .home_highlights_boxes_wrapper {
        margin-top: 48px;
    }

    .home_contact_box_image_div {
        height: 160px;
    }

    .home_contact_box_map {
        height: 350px;
    }

    .home_contact_box_map iframe {
        height: 338px;
    }

    .home_countdown_section h2,
    .home_contact_section h2 {
        margin-bottom: 24px;
    }

    .timer {
        margin-bottom: 75px;
    }

    .footer_section {
        padding-top: 60px;
    }

    /*.tickets_boxes_wrapper,*/
    .application_boxes_wrapper,
    .program_boxes_wrapper {
        margin-top: 24px;
    }

    .hotel_box_image {
        height: 400px;
        border-radius: 20px 20px 0 0 !important;
    }

    .hotel_box_1 .hotel_box_image {
        order: 1;
    }

    .hotel_box_1 .hotel_box_text {
        order: 2;
    }

    .hotel_box_text {
        padding: 16px 16px 0;
    }

    .hotel_box {
        margin-top: 24px;
    }

    .single_speaker_boxes_wrapper {
        margin-top: 0;
    }

    .home_hero_section_image_slider,
    .home_hero_section_image_slide {
        height: 700px;
    }

    .tickets_box_image {
        height: auto;
        min-height: auto;
        max-height: max-content;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .header_social_icon_a {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 575px) {

    .timer {
        font-size: 36px;
    }

    #months::after,
    #days::after,
    #hours::after,
    #minutes::after {
        font-size: 16px;
    }

    .home_h1 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 36px;
    }


    .footer_content,
    .footer_bottom_part {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 36px;
        -webkit-column-gap: 36px;
    }

    .footer_content_right {
        gap: unset;
        -webkit-column-gap: unset;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .footer_bottom_part {
        gap: 5px;
        -webkit-column-gap: 5px;
    }

    .home_hero_button_div {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 10px;
        -webkit-column-gap: 10px;
        padding: 16px;

        padding: 24px 32px;
        border-radius: 16px;
    }

    .home_hero_button_div .home_hero_button {
        /*width: 100%;*/
        justify-content: center;
        -webkit-justify-content: center;
    }

    .home_hero_button_date {
        margin-right: 0;
    }

    .application_button_box {
        margin-left: 10px;
        margin-right: 10px;
    }

    .home_partners_box {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 36px;
        -webkit-column-gap: 36px;
    }

    h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .home_hero_section .home_hero_button {
        /*width: 100%;*/
    }

    .home_supertitle,
    .home_hero_button_div {
        margin-left: auto;
        margin-right: auto;
    }

    .home_hero_content_div {
        text-align: center;
    }

    section,
    #countdown {
        padding: 48px 0;
    }

    .home_hero_section {
        padding-bottom: 100px;
    }

    .hero_section_full_width {
        padding-top: 250px;
        padding-bottom: 48px;
    }

    .home_game_box,
    .home_buy_tickets_box {
        padding: 48px 20px;
    }

    .footer_section {
        padding-top: 48px;
    }

    .home_buy_tickets_text {
        margin-bottom: 48px;
    }

    .hero_section_full_width .home_h1 {
        font-size: 38px;
        line-height: 50px;
        font-size: 36px;
        line-height: 44px;
    }

    form .contact_form_div_inside .form_name_div,
    .application_form_grid_wrapper {
        grid-template-columns: 1fr;
    }

    .contact_form_wrapper {
        padding: 16px;
    }

    form .contact_form_div_inside .fname_label {
        margin-bottom: 24px;
    }

    #modalOverlay {
        padding-top: 150px;
        padding-bottom: 150px;
        overflow: auto;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .modalPopup {
        padding: 16px;
        top: 100px;
        top: 50px;
    }

    .modalTitle {
        font-size: 20px !important;
        margin-bottom: 24px;
    }

    .modalClose {
        top: 16px;
        right: 16px;
    }

    .hotel_box_image {
        height: 280px;
    }

    .single_speaker_image {
        min-height: 350px;
    }

    .single_speaker_position {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 36px;
    }

    .single_speaker_program_box .program_box_title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .section_404 {
        padding-top: 100px;
    }

    .footer_section h2,
    .footer_right_title,
    .footer_contact_name {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .speakers_box_image_div {
        height: 450px;
        height: 400px;
    }

    .speakers_box_bottom_part_bg_img {
        height: 40%;
        height: 35%;
    }

    .footer_content_right {
        display: block;
    }

    .footer_section .widget .menu a,
    .footer_right_item {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .footer_socials .footer_right_item {
        width: max-content;
    }

    .footer_content_right ul {
        margin-bottom: 24px;
    }

    .footer_contact_name {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .footer_copyright,
    .footer_politics a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .footer_section {
        padding-bottom: 16px;
    }

    .footer_content {
        gap: 24px;
        -webkit-column-gap: 24px;
    }


    .home_hero_container_new {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: max-content;
    }

    .ticket_box_div {
        gap: 24px;
        -webkit-column-gap: 24px;
    }

    .ticket_box_div {
        padding: 24px;
    }

    .tickets_box_image {
        border-radius: 15px;
    }

    .tickets_box {
        border-radius: 20px;
    }
}


.home_hero_section_new .home_hero_section_overlay {
    /*opacity: 4%;*/
    opacity: 2%;
}


.cky-btn.cky-btn-customize,
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}


/*------  modal - tickets --------------------------------------------------------------*/
#modalOverlay_tiskets {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;

    background: #00000099;
}

.modalPopup_tiskets {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    background-color: unset;
    padding: 0;
}

.modalContent_tiskets {
    padding: 40px 20px;
    text-align: center;
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
    /*background-color: #fff;*/
    border-radius: 10px;
    background-color: #FCFCFC;
    padding: 0;
}

.modaltitle_tiskets {
    font-size: 24px;
    color: rgb(52, 64, 84);
    margin-bottom: 40px;
    /*margin-top: 40px;*/
}

.buttonStyle_tiskets {
    background-color: rgba(26, 26, 26, 1);
    color: white !important;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: unset;
    border-radius: 10px;
    border: unset;
}

.buttonStyle_tiskets:hover {
    background: rgb(89, 88, 88) !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.modalLogo_tiskets {
    width: 150px;
}

ul.logos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home_partners_section.accreditation_partners {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .modalLogo_tiskets {
        width: 130px;
    }

    .modaltitle_tiskets {
        font-size: 20px;
    }
}

.modalLogo_tiskets {
    /*margin-bottom: 30px;*/
}

.modalContent_tiskets hr {
    margin: 0 0 30px;
}

.modalLogo_tiskets_div {
    background: #000;
    padding: 40px 20px;
}

.modaltitle_tiskets_div {
    padding: 40px 20px;
}

@media only screen and (max-width: 575px) {
    #modalOverlay_tiskets h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}

.tickets_section_text {
    text-align: left;
    max-width: max-content;
    margin: auto;
    margin-bottom: 50px;
}

.tickets_section {
    padding-bottom: 0;
}

.ticket_box_text_note {
    color: #B53C2B;
}


/*Newsletter ---------------------------------------------------------*/
.tnp-subscription {
    margin: 0 !important;
}

.tnp-subscription input,
#mauticform_wrapper_newsletterforma .mauticform-input {
    border: 1px solid #E1E4ED !important;
    padding: 8px !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    box-shadow: 0 0.5px 2px 0 #19213D1A !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 280px !important;
}

.tnp-subscription input:active,
.tnp-subscription input:focus,
.tnp-subscription input:focus-within,
.tnp-subscription input:focus-visible,
.tnp-subscription input:target {
    outline: none !important;
}

.tnp-subscription label {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: -2% !important;
    color: #FFFFFFAD !important;
}

.tnp-subscription .tnp-field input[type="submit"],
#mauticform_wrapper_newsletterforma .mauticform-button {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #101828 !important;
    padding: 8px 14px !important;
    background-color: #fff !important;
    width: max-content !important;
    border-radius: 10px !important;
    margin-top: 0 !important;
    border: 1px solid #F1F3F7 !important;
    /*box-shadow: 0 1px 6px 0 rgba(255, 255, 255, 0.5)!important;*/
    transition: .3s ease-in-out !important;
    /*margin-bottom: 0!important;*/
}

.tnp-subscription .tnp-field input[type="submit"]:hover,
#mauticform_wrapper_newsletterforma .mauticform-button:hover {
    /*box-shadow: 0 1px 6px 0 rgba(255, 255, 255, 0.5)!important;*/
    color: #fff !important;
    /*background-color: #101828!important;*/
    background-color: transparent !important;
}

.footer_content_left {
    display: flex;
    display: -webkit-flex;
    gap: 96px;
    -webkit-column-gap: 96px;
}

.tnp-subscription form,
#mauticform_wrapper_newsletterforma .mauticform-page-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: end;
    gap: 8px;
    -webkit-column-gap: 8px;
}

#mauticform_wrapper_newsletterforma .mauticform-page-wrapper {
    align-items: flex-start;
    display: flex !important;
}

#mauticform_wrapper_newsletterforma .mauticform-email {
    margin-bottom: 0;
}

#mauticform_wrapper_newsletterforma .mauticform-input {
    line-height: normal;
    margin-bottom: 4px !important;
}

#mauticform_wrapper_newsletterforma .mauticform-innerform .mauticform-label {
    display: none;
}

@media only screen and (max-width: 1500px) {

    .footer_content_left,
    .footer_content_right {
        gap: 48px;
        -webkit-column-gap: 48px;
    }

    .footer_content_right {
        justify-content: end;
        -webkit-justify-content: flex-end;
    }

}

@media only screen and (max-width: 1199px) {

    .footer_content_left,
    .footer_content_right {
        width: 100%;
    }

    .footer_content_right {
        display: flex;
        display: -webkit-flex;
    }

    .tnp-subscription form,
    #mauticform_wrapper_newsletterforma .mauticform-page-wrapper {
        display: block !important;
    }

}

@media only screen and (max-width: 991px) {
    .footer_content {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 36px;
        -webkit-column-gap: 36px;
    }

    .footer_content_left {
        gap: 48px;
        -webkit-column-gap: 48px;
    }

    .footer_content_right {
        gap: 96px;
        -webkit-column-gap: 96px;
    }

    .footer_content_right {
        justify-content: start;
        -webkit-justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {

    .footer_content_left,
    .footer_content_right {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 36px;
        -webkit-column-gap: 36px;
    }

    .footer_content_right ul {
        margin-bottom: 0;
    }

    .footer_content_left,
    .footer_content_right {
        display: block;
    }

    .footer_content_right ul {
        margin-bottom: 28px;
    }

    .footer_content {
        gap: 26px;
        -webkit-column-gap: 26px;
    }

    .footer_logo_wrapper {
        margin-bottom: 36px;
    }
}


.header_logo {
    min-width: 100%;
    height: 36px;
}


.tnp-email::placeholder {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #667085 !important;
}


.tnp-email::-webkit-input-placeholder {
    color: #667085 !important;
}

.tnp-email:-moz-placeholder {
    color: #667085 !important;
}

.tnp-email::-moz-placeholder {
    color: #667085 !important;
}

.tnp-email:-ms-input-placeholder {
    color: #667085 !important;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 0 !important;
}

.home_contact_data {
    margin-bottom: 0;
}

.home_highlights_box_text.program_box_text h4 {
    line-height: 24px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.home_highlights_box_text.program_box_text ul {
    margin-bottom: 0px !important;
}

.lai-topic-block {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    font-size: 16px;
}

.lai-topic-meta {
    padding-top: 10px;
}

.lai-topic-meta__item {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 20px;
}

.lai-topic-meta__item .lai-icon {
    width: 14px;
    height: 14px;
}

.lai-topic-slot,
.lai-topic-stage {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
}


@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .home_partners_container {
        min-width: 900px;
        max-width: 900px;
    }
}

.home_partner_logo_a:nth-child(2) .home_partner_logo,
.home_partner_logo_a:nth-child(5) .home_partner_logo {
    max-height: 90px !important;
}

.home_partner_logo_a:nth-child(4) .home_partner_logo {
    max-height: 70px !important;
}

.lai-speech-table th {
    font-size: 14px;
    padding: 5px;
}

.lai-speech-table td {
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
}