@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
}



html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}



.csmob{
    display: none;
}
.csdes{
    display: block;
}

a {
    text-decoration: none;
}

.container {
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: auto;
}
.header.scroll {
    background-color: #1C011B;
}
.header .header__block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header__block .header__nav ul li {
    padding: 40px 20px;
    box-sizing: border-box;
    display: inline-block;
}
.header .header__block .header__nav ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07px;
    text-transform: uppercase;
}
.header .header__block .header__nav ul li a:hover {
    color: #c20049;
}
.header .header__block .header__nav ul li.active {
    background-color: #c20049;
}
.header .header__block .header__nav ul li.active a:hover {
    color: #fff;
}
.header .header__block .header__nav .close {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    display: none;
    padding-right: 20px;
}
.header .header__block .header__lang ul li {
    box-sizing: border-box;
    display: inline-block;
}
.header .header__block .header__lang ul li:last-child a {
    border-right: 0px;
}

.header .header__block .header__lang ul li.active > a {
    font-weight: 700;
}
.header .header__block .header__lang ul li a {
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07px;
    text-transform: uppercase;
    border-right: 2px solid #fff;
}

.header .header__block .header__menu {
    display: none;
}
.slider {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}

.slider .slider__social {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.slider .slider__social ul li {
    display: inline-block;
    padding: 0px 10px;
    transition: 0.2s all;
}
.slider .slider__social ul li:hover {
    transform: translateY(-3px);
}
.slider::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(
        circle 670px at 50.59% 35.04%,
        rgba(0, 0, 0, 0.44) 0%,
        rgba(20, 0, 29, 0.42) 100%
    );
    z-index: 2;
}
.slider::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 3;
}
.slider .slider__block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4;
}
.slider .slider__block .slider__content h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 60px;
}
.slider .slider__block .slider__content h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.77);
    color: #ffffff;
    font-size: 69px;
    font-weight: 500;
    letter-spacing: -0.35px;
    line-height: 72px;
    max-width: 960px;
}
.slider .slider__block .slider__content h3 span.red {
    color: #c3054c;
}

.slider .slider__block .slider__content a {
    width: 250px;
    height: 50px;
    margin-top: 25px;
    background-color: #e52b71;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.slider .slider__block .slider__content p {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 60px;
}
.slider .slider__block .slider__content p span {
    color: #e52b71;
    padding: 0px 5px;
}
.slider .slider__block .slider__content .agenda__day {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.slider .slider__block .slider__content .agenda__day .agenda__day-text {
    width: 400px;
}
.slider .slider__block .slider__content .agenda__day a {
    width: 228px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ef8726;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 130px;
}

.speakers {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background-color: #c20049;
}
.speakers::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../img/speakers-bg-lines.png");
}
.speakers .speakers__block {
    width: 100%;
    height: 305px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}
.speakers .speakers__block .speakers__item {
    display: flex;
    align-items: center;
    padding: 0px 25px;
    outline: none;
    position: relative;
    height: 295px;
}
.speakers .speakers__block .speakers__item .speaker__avatar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.speakers .speakers__block .speakers__item .speaker__avatar img {
    max-height: 295px;
    max-width: 100%;
}
.speakers .speakers__block .speakers__item .speaker__content {
    box-sizing: border-box;
    padding-left: 250px;
    position: relative;
    z-index: 2;
}
.speakers .speakers__block .speakers__item .speaker__content p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.07px;
    line-height: 17px;
}
.speakers .speakers__block .speakers__item .speaker__content h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 10px;
}
.speakers .speakers__block .speakers__item .speaker__content span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.07px;
    line-height: 13px;
    margin-top: -5px;
    display: block;
}
.speakers .speakers__block .slick-dots {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 12px;
    background-color: #d8d8d8;
    display: flex;
    align-items: stretch;
}
.speakers .speakers__block .slick-dots li {
    list-style: none;
    flex: 1;
    box-sizing: border-box;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    cursor: pointer;
}
.speakers .speakers__block .slick-dots li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.speakers .speakers__block .slick-dots li.slick-active {
    background-color: #ef8726;
    border: 0px;
}
.speakers .speakers__block .slick-dots li button {
    opacity: 0;
}

.about {
    width: 100%;
    height: auto;
    background-color: #080023;
    padding-top: 55px;
    padding-bottom: 30px;
}
.about .about__block {
    width: 100%;
    height: auto;
    text-align: center;
}
.about .innovations__text {
    width: 100%;
    height: auto;
    padding-top: 70px;
    display: flex;
    align-items: center;
}

.about .innovations__text .innovations__image img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.about .innovations__text .innovations__content {
    box-sizing: border-box;
    padding-left: 40px;
    text-align: left !important;
}
.about .innovations__text .innovations__content h4 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.23px;
    line-height: 42px;
    text-transform: uppercase;
}
.about .innovations__text .innovations__content p {
    color: #ffffff;
    /* text-align: left !important; */
    padding: 10px 0px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 30px;
    text-align: justify !important;
}
.about .innovations__extra p {
    color: #ffffff;
    /* text-align: left !important; */
    padding: 10px 0px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 30px;
    text-align: justify !important;
}
.about .about__block h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    padding: 20px 0px;
}
.about .about__block h3 span.red {
    color: #c20049;
}
.about .about__block h3 span.orange {
    color: #ef8726;
}
.about .about__block p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 28px;
    text-align: center;
}
.about .about__block .about__buttons {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 45px;
}
.about .about__block .about__buttons a {
    padding: 10px 55px;
    border: 2px solid #c20049;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px 35px;
}
.about .about__block .about__buttons a:hover {
    background-color: #c20049;
}
.about .about__page .about__page-box-text {
    color: #fff !important;
}

.videos {
    width: 100%;
    height: auto;
    background-color: #080023;
    padding-top: 55px;
    padding-bottom: 30px;
}
.videos .videos__block {
    display: flex;
    width: 100%;
    height: 235px;
}
.videos .videos__block .videos__item {
    width: 200px;
    height: 235px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    background-color: #fff;
    outline: none;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.videos .videos__block .videos__item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 0, 83, 0.43);
    z-index: 2;
}
.videos .videos__block .videos__item img {
    position: relative;
    z-index: 3;
}

.partners {
    width: 100%;
    height: auto;
    background-color: #080023;
    padding-top: 15px;
    padding-bottom: 30px;
}
.partners .partners__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.partners .partners__title h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.partners .partners__title p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 28px;
}
.partners .partners__block {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.partners .partners__block .partners {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    padding: 0px 20px;
}
.partners .partners__block .partners img {
    max-width: 100%;
    max-height: 100%;
}
.partners__item {
    padding: 0px 15px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}
.partners__item img {
    max-width: 100%;
    max-height: 80px;
}
.people {
    width: 100%;
    height: auto;
    background-color: #080023;
    padding: 55px 0px;
    padding-bottom: 0px;
}
.people .people__block {
    width: 100%;
    height: auto;
}
.people .people__block .people__title {
    width: 100%;
    height: auto;
    text-align: center;
}
.people .people__block .people__title h3 {
    color: #c20049;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 24px;
    text-transform: uppercase;
}
.people .people__block .people__title p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 30px;
    padding-top: 20px;
}
.people .people__block .people__list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}
.people .people__block .people__list .people__item {
    width: 20%;
    flex-basis: 20%;
    height: 290px;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 18px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.people .people__block .people__list .people__item::before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.2s background-color;
}
.people .people__block .people__list .people__item:hover::before {
    background-color: rgba(194, 0, 73, 0.53);
}
.people .people__block .people__list .people__item .people__item-text {
    position: relative;
    z-index: 3;
}
.people .people__block .people__list .people__item .people__item-text h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 24px;
    text-transform: uppercase;
}
.people .people__block .people__list .people__item .people__item-text span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.07px;
    line-height: 24px;
}

.events {
    width: 100%;
    height: auto;
    background-color: #080023;
    z-index: 1;
    padding-bottom: 30px;
    position: relative;
}
.events::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/events-bg-lines.png");
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
    opacity: 0.2;
}
.events .events__block {
    position: relative;
    z-index: 3;
    padding: 70px 0px;
}
.events .events__block .people__button {
    width: 100%;
    height: auto;
    text-align: center;
}
.events .events__block .people__button a {
    padding: 10px 55px;
    border: 2px solid #c20049;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px 35px;
}
.events .events__block .people__button a:hover {
    background-color: #c20049;
}
.events .events__block .events__text {
    width: 100%;
    height: auto;
    padding-top: 100px;
    text-align: center;
}
.events .events__block .events__text p {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.13px;
    line-height: 30px;
}
.events .events__block .events__list {
    padding: 130px 0px;
    display: flex;
}
.events .events__block .events__list .events__item {
    flex-basis: 33.33%;
    height: 140px;
    display: flex;
    align-items: center;
    border-right: 3px solid #ff9000;
    padding: 0px 60px;
    box-sizing: border-box;
}
.events .events__block .events__list .events__item:last-child {
    border: 0px;
}
.events .events__block .events__list .events__item h3 {
    font-size: 170px;
    color: #fff;
    font-weight: 500;
    margin-right: 20px;
}
.events .events__block .events__list .events__item .events__content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.events .events__block .events__list .events__item .events__content p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

.sponsors {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 90px 0px;
}
.sponsors .sponsors__block {
    width: 100%;
    height: auto;
}
.sponsors .sponsors__block .sponsors__text {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
}
.sponsors .sponsors__block .sponsors__text h3 {
    color: #c20049;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 24px;
    text-transform: uppercase;
}
.sponsors .sponsors__block .sponsors__text p {
    color: #000000;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 30px;
}
.sponsors .sponsors__block .sponsors__list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
     padding-bottom: 20px;
     border-width: 14px 0 14px 0; /* Set border widths: top, right, bottom, left */
    border-style: solid; /* Apply solid border style */
    border-image-source: linear-gradient(90deg, rgba(110, 192, 92, 0) 0%, #6EC05C 50%, rgba(110, 192, 92, 0) 100%); /* Gradient for the border */
    border-image-slice: 1; /* Ensure the gradient fills the border area */
}
.sponsors .sponsors__block .sponsors__list .sponsors__item {
    flex-basis: 25%;
    height: 90px;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}
.sponsors .sponsors__block .sponsors__list .sponsors__item img {
    max-width: 100%;
    max-height: 100%;
}

.contact {
    width: 100%;
    height: auto;
    background-color: #c20049;
    z-index: 1;
    position: relative;
}
.contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact-bg-lines.png");
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
    opacity: 0.2;
}
.contact .contact__title {
    padding-top: 70px;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 3;
}
.contact .contact__title h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 38px;
}
.contact .contact__block {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
.contact .contact__block .contact__left {
    flex-basis: 60%;
    padding-right: 120px;
    box-sizing: border-box;
}
.contact .contact__block .contact__left h3 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    letter-spacing: -0.19px;
    line-height: 35px;
    text-transform: uppercase;
}
.contact .contact__block .contact__left h4 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -0.17px;
    line-height: 35px;
    padding: 13px 0px;
    margin-bottom: 35px;
}
.contact .contact__block .contact__left a {
    padding: 10px 55px;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
}
.contact .contact__block .contact__left a:hover {
    background-color: #fff;
    color: #c20049;
}
.contact .contact__block .contact__right {
    flex-basis: 40%;
}
.contact .contact__block .contact__right form input,
.contact .contact__block .contact__right form textarea,
.contact .contact__block .contact__right form button {
    width: 100%;
    height: 45px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 8px;
    border: 0px;
    outline: none;
}
.contact .contact__block .contact__right form textarea {
    height: 150px;
}
.contact .contact__block .contact__right form button {
    background-color: #ff9000;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.footer {
    width: 100%;
    height: auto;
    padding-top: 55px;
    padding-bottom: 90px;
    background-color: #080023;
}
.footer .footer__block {
    display: flex;
}
.footer .footer__block .footer__logo {
    flex-basis: 20%;
}
.footer .footer__block .footer__logo p {
    color: #ffffff;
    text-align: left;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: -0.06px;
    line-height: 20px;
    padding-top: 15px;
}
.footer .footer__block .footer__nav {
    flex-basis: 30%;
    padding: 0px 20px;
    padding-left: 50px;
    padding-top: 50px;
}
.footer .footer__block .footer__nav ul li {
    list-style: none;
    padding: 5px 0px;
}
.footer .footer__block .footer__nav ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.07px;
    line-height: 12px;
}
.footer .footer__block .footer__nav ul li a:hover {
    font-weight: 600;
}
.footer .footer__block .footer__join {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer .footer__block .footer__join .footer__join-left {
    text-align: right;
}
.footer .footer__block .footer__join .footer__join-left h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.13px;
}
.footer .footer__block .footer__join .footer__join-left h3 span {
    color: #c20049;
}
.footer .footer__block .footer__join .footer__join-right {
    display: flex;
    align-items: center;
}
.footer .footer__block .footer__join .footer__join-right form {
    width: 320px;
    padding-left: 26px;
}
.footer .footer__block .footer__join .footer__join-right form input,
.footer .footer__block .footer__join .footer__join-right form button {
    width: 320px;
    height: 47px;
    background-color: #fff;
    border: 0px;
    box-sizing: border-box;
    padding: 15px;
    margin: 7.5px 0px;
}
.footer .footer__block .footer__join .footer__join-right form button {
    background-color: #ff9900;
    font-weight: 600;
    color: #fff;
}

.speaker__page {
    width: 100%;
    height: auto;
    background-color: #080023;
    padding: 70px 0px;
}
.speaker__page .speaker__info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.speaker__page .speaker__info .speaker__avatar {
    margin-right: 50px;
}
.speaker__page .speaker__info .speaker__avatar img {
    width: 340px;
    height: 340px;
    object-fit: cover;
}
.speaker__page .speaker__info .speaker__title {
    align-self: flex-end;
}
.speaker__page .speaker__info .speaker__title h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.23px;
    line-height: 42px;
    text-transform: uppercase;
}
.speaker__page .speaker__info .speaker__title p {
    color: #ef8726;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.12px;
    line-height: 24px;
    padding-top: 8px;
}
.speaker__page .speaker__text {
    width: 100%;
    height: auto;
    padding: 45px 0px;
}
.speaker__page .speaker__text p {
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 30px;
}
.speaker__page .speaker__button {
    padding-left: 70px;
    position: relative;
}
.speaker__page .speaker__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}
.speaker__page .speaker__button a {
    color: #ef8726;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.13px;
    text-transform: uppercase;
}

.about__block .speaker__button {
    padding-left: 70px;
    position: relative;
    text-align: left;
}
.about__block .speaker__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 50px;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}
.about__block .speaker__button a {
    color: #ef8726;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.13px;
    /* text-transform: uppercase; */
}

.about__page {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.about__page .about__page-block {
    width: 100%;
    height: 305px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about__page .about__page-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/contact-bg-lines.png");
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
    opacity: 0.2;
}
.about__page .about__page-block h3 {
    text-shadow: 0 12px 11px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.about__page .about__page-block a {
    position: relative;
    z-index: 3;
    padding: 10px 55px;
    border: 2px solid #c20049;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 50px;
}
.about__page .about__page-block a:hover {
    background-color: #c20049;
}
.about__page .about__page-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}
.about__page .about__page-box .about__page-box-text {
    flex-basis: calc(50% - 20px);
}
.about__page .about__page-box .about__page-box-text p {
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 30px;
}
.about__page .about__page-box .about__page-box-image {
    flex-basis: calc(50% - 20px);
    height: 400px;
    display: flex;
    background-color: #c20049;
    align-items: stretch;
    background-size: cover;
}
.about__page .about__page-box.about__page-box-right .about__page-box-text {
    order: 2;
}
.about__page .about__page-box.about__page-box-right .about__page-box-image {
    order: 1;
}

.agenda__page {
    padding-top: 0px;
}
.agenda__page .agenda__page-title {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 90px;
}
.agenda__page .agenda__page-title h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}
.agenda__page .agenda__page-title p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.12px;
}
.agenda__page .agenda__page-title p span {
    color: #e52b71;
}
.agenda__page .agenda__page-title span {
    color: #ef8726;
}
.agenda__page .agenda__page-list {
    width: 100%;
    height: auto;
}
.agenda__page .agenda__page-list .agenda__page-item {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
}
.agenda__page .agenda__page-list .agenda__page-item .agenda__page-item-time {
    min-width: 200px;
    height: auto;
}
.agenda__page
    .agenda__page-list
    .agenda__page-item
    .agenda__page-item-time
    span {
    width: 113px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef8726;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}
.agenda__page .agenda__page-list .agenda__page-item .agenda__page-item-content {
    padding-top: 10px;
}
.agenda__page
    .agenda__page-list
    .agenda__page-item
    .agenda__page-item-content
    h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}
.agenda__page
    .agenda__page-list
    .agenda__page-item
    .agenda__page-item-content
    h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.1px;
}
.agenda__page
    .agenda__page-list
    .agenda__page-item
    .agenda__page-item-content
    a {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 10px 55px;
    border: 2px solid #c20049;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 30px;
}
.agenda__page
    .agenda__page-list
    .agenda__page-item
    .agenda__page-item-content
    a:hover {
    background-color: #c20049;
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 1100px) {
    .header .header__block {
        min-height: 80px;
    }
    .header .header__block .header__nav {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0px;
        padding-top: 10px;
    }
    .header .header__block .header__nav .close {
        display: flex;
    }
    .header .header__block .header__nav ul {
        padding-top: 10px;
    }
    .header .header__block .header__nav ul li {
        width: 100%;
        height: auto;
        padding: 15px;
        margin: 0px;
    }
    .header .header__block .header__nav ul li a {
        color: #000;
        font-size: 16px;
    }
    .header .header__block .header__menu {
        display: block;
    }
    .container {
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .events .events__block .events__list {
        flex-wrap: wrap;
    }
    .events .events__block .events__list .events__item {
        width: 100%;
        border-right: 0px;
        flex-basis: 100%;
        border-bottom: 3px solid #ff9000;
        padding: 100px 0px;
        box-sizing: border-box;
    }
    .events .events__block .events__list .events__item:last-child {
        border: 0px;
    }
}

@media screen and (max-width: 960px) {
    .people .people__block .people__list .people__item {
        flex-basis: 25%;
        width: 25%;
    }
    .events .events__block .events__text p {
        font-size: 18px;
        line-height: 22px;
    }
    .contact .contact__block {
        flex-wrap: wrap;
    }
    .contact .contact__block .contact__left {
        flex-basis: 100%;
        padding: 0px;
    }
    .contact .contact__block .contact__right {
        flex-basis: 100%;
    }
    .footer .footer__block {
        flex-wrap: wrap;
    }
    .footer .footer__block .footer__logo {
        flex-basis: 50%;
    }
    .footer .footer__block .footer__nav {
        flex-basis: 50%;
        box-sizing: border-box;
        padding-top: 0px;
    }
    .footer .footer__block .footer__join {
        flex-basis: 100%;
        justify-content: flex-start;
        padding-top: 40px;
    }
}

@media screen and (max-width: 820px) {
    .people .people__block .people__list .people__item {
        flex-basis: 33.33%;
        width: 33.33%;
    }
}

@media screen and (max-width: 760px) {
    .about__page .about__page-box {
        flex-wrap: wrap;
    }
    .about__page .about__page-box .about__page-box-text {
        flex-basis: 100%;
        padding-top: 30px;
    }
    .about__page .about__page-box .about__page-box-image {
        flex-basis: 100%;
    }
    .slider .slider__block .slider__content .agenda__day {
        flex-wrap: wrap;
    }
    .about .innovations__text {
        flex-wrap: wrap;
    }
    .about .innovations__text .innovations__content {
        flex-basis: 100%;
        padding-top: 50px;
        padding-left: 0px;
    }
    
        .csmob{
            display: block;
        }
        .csdes{
            display: none;
        }
    
}

@media screen and (max-width: 680px) {
    .slider .slider__block .slider__content h5 {
        line-height: 26px;
    }
    .slider .slider__block .slider__content h3 {
        font-size: 42px;
        line-height: 48px;
    }
    .sponsors .sponsors__block .sponsors__list .sponsors__item {
        min-width: 150px;
    }
    .speaker__page .speaker__info {
        flex-wrap: wrap;
    }
    .speaker__page .speaker__info .speaker__avatar {
    }
    .speaker__page .speaker__info .speaker__title {
        padding-top: 30px;
        flex-basis: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .people .people__block .people__list .people__item {
        flex-basis: 50%;
        width: 50%;
    }
    .events .events__block .events__text p {
        font-size: 16px;
        line-height: 20px;
    }
    .footer .footer__block .footer__join {
        flex-wrap: wrap;
    }
    .footer .footer__block .footer__join .footer__join-left {
        width: 100%;
        text-align: center;
    }
    .footer .footer__block .footer__join .footer__join-right {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .footer .footer__block .footer__join .footer__join-right form {
        padding: 0px;
    }

    .agenda__page .agenda__page-list .agenda__page-item {
        flex-wrap: wrap;
    }
    .agenda__page
        .agenda__page-list
        .agenda__page-item
        .agenda__page-item-content {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .speakers .speakers__block .speakers__item .speaker__content {
        padding-left: 160px;
    }
    .people .people__block .people__list .people__item {
        height: 200px;
    }
    .contact .contact__block .contact__left h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .header .header__block .header__logo img {
        max-width: 135px;
    }
}




.main-new{
    background-image: url(../ba/pozadina.svg);
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    box-shadow: 12px -16px 103px 58px rgba(71, 252, 89, 0.64);
    padding: 120px 200px 120px 200px;
}

.radial-button {
   background-image: url("../ba/button.svg");
   background-size: cover;
    background-repeat: no-repeat;
    border: none;
   
    color: black!important; /* Adjust as needed */
    padding: 10px 20px; /* Adjust as needed */
    font-size: 23px; /* Adjust as needed */
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background 0.3s;
    font-weight: 700;
  }



 


  .about-new p{
    color: white;
    font-weight: 500;
    font-size: 19px;
    line-height: 35px;
    padding-top: 80px;
    max-width: 725px;
  }


  .testimonials-new{
    padding-top: 250px;
    margin-bottom: 250px;
  }



  .testimonials-new .testimonials .testimonial img{
    max-width: 400px;
    max-height: 400px;
    margin-left:2.86vw;
    margin-top: 50px;
    box-shadow: 21px 21px 58.8px 0px #47FC59A3;
    margin-bottom: 77px;

  }

  .testimonials-new .testimonials .testimonial{
    display: flex;
  }


  .testimonials-new .testimonials .testimonial p{
    color: white;
    font-size: 1vw;
    max-width: 793px;
    line-height: 35px;
    padding-top: 10vw;
    margin-left: 100px;
    font-weight:500 ;
  }


  .testimonials-new .testimonials .testimonial h5{
    color: white;
    font-size: 19px;
    max-width: 793px;
    line-height: 35px;
    
    margin-left: 100px;
    font-weight:400 ;
  }


  .testimonials .slick-dots .slick-active {
    border: 1px solid #47FC59;
    border-radius: 50%;
    background-color: #47FC59;
    content: '';
    width: 16px;
    height: 16px;
}


.testimonials .slick-dots li:not(.slick-active) {
    border: 1px solid #47FC59;
    border-radius: 50%;
    background-color: #47FC59;
    content: '';
    width: 11px;
    height: 11px;
}


  

.slick-dots li.slick-active button:before {
    opacity: 0!important;
    color: black;
}
.slick-dots li.slick-active button {
    opacity: 0!important;
    color: black;
}
.slick-dots li.slick-active button:before {
    opacity: 0!important;
    color: black;
}
  

.slick-dots li button:before {

    opacity: 0!important;
    color: black;
}
  

.sponzors-new{
    text-align: center;

}

.sponzors-new h1{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 50;
    color: white;
    margin-top: 200px;

}

.sponzors-new h2{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 50;
    color: white;
    margin-bottom: 200px;


}
.partneri-new{
    text-align: center;

}


.podrska-new{
    text-align: center;

}
.podrska-new h1{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 50;
    color: white;
    margin-top: 200px;

}

.podrska-new h2{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 50;
    color: white;
    margin-bottom: 200px;


}
.partneri-new h1{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 50;
    color: white;
    margin-top: 200px;

}

.partneri-new h2{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 50;
    color: white;
    margin-bottom: 200px;


}

.mediji-new{
    text-align: center;

}

.mediji-new h1{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 50;
    color: white;
    margin-top: 200px;
   

}

.mediji-new h2{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 50;
    color: white;
    
}


.new-footer{
    background-color: transparent;
    margin-top: 250px;
    text-align: center;
}


.footer-box{
    display: flex;
    max-width:1600px ;
    height: 265px;
    padding: 150px 80px 150px 80px ;
    margin: auto;
    box-shadow: 26px 69px 44px 0px rgba(71, 252, 89, 0.64);
    background: radial-gradient(circle, 
    #280f48 0%, 
    #220834 19%, 
    #1e0323 42%, 
    #1b001a 67%, 
    #1b0017 100%
);

}

.footer-box:before, .foter-box p:before,.footer-box:after, .foter-box p:after{
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    -ms-box-sizing: unset;
    -o-box-sizing: unset;

    
}

.footer-box p{
    color: white;
    font-size: 24px;
    line-height: 35px;
    width: 30%;
    text-align: left;



}


.footer-box form{
    display: block;
    border: 3px solid #47FC59 ;
    margin-left: 30%;
    box-shadow: 12px 21px 21px 0px rgba(71, 252, 89, 0.64);
    width: 30%;
    padding: 25px;
}
.footer-box form input{
    background: transparent;
    border: none;
    outline: none;
    display: block;
    color: white;
    font-size: 16;
    font-weight: 600;
    margin-top: 1vw;
}

.footer-box form textarea{
    background: transparent;
    border: none;
    outline: none;
    display: block;
    color: white;
    font-size: 16;
    font-weight: 600;
    margin-top: 1vw;

}

.footer-box form input::placeholder {
    color: white;
}
.footer-box form textarea::placeholder {
    color: white;
}


.new-footer img{
    margin-top: 200px;
}


.radial-button2 {
    background-image: url("../ba/button.svg");
    background-size: cover;
     background-repeat: no-repeat;
     border: none;
    
     color: black!important; /* Adjust as needed */
     padding: 10px 20px; /* Adjust as needed */
     font-size: 23px; /* Adjust as needed */
     cursor: pointer;
     text-align: center;
     display: inline-block;
     transition: background 0.3s;
     font-weight: 700;
     margin-bottom: -100px;
   }


.socials-new img{
    margin-left: 1vw;
    margin-right: 1vw;
}

@media screen and (max-width: 800px) {

    .main-new {
        background-image: url(../ba/mobilna.svg);
        background-size: contain;
        background-repeat: repeat-y;
        background-position: top center;
        box-shadow: 12px -16px 103px 58px rgba(71, 252, 89, 0.64);
        padding: 50px 30px 50px 30px;
    }
    .radial-button {
        background-image: url(../ba/button.svg);
        background-size: cover;
        background-repeat: no-repeat;
        border: none;
        color: black !important;
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        transition: background 0.3s;
        font-weight: 700;
    }
    .about-new p {
        color: white;
        font-weight: 500;
        font-size: 19px;
        line-height: 35px;
        padding-top: 80px;
        max-width: 305px;
    }
    .testimonials-new {
        padding-top: 50px;
        margin-bottom: 150px;
    }
    .testimonials-new .testimonials .testimonial img {
        max-width: 173px;
        
        margin-top: 50px;
        max-height: 173px;
        margin-left: auto;
        margin-left:2.86vw;
        
    }
    .testimonials-new .testimonials .testimonial {
        display: block;
    }
    .testimonials-new .testimonials .testimonial p {
        color: white;
        font-size: 13px;
        max-width: 793px;
        line-height: 20px;
        padding-top: 50px;
        margin-left: 0px;
        font-weight: 500;
        text-align: center;
    }
    .testimonials-new .testimonials .testimonial h5 {
        color: white;
        font-size: 13px;
        max-width: 793px;
        line-height: 35px;
        margin-left: 0;
        font-weight: 400;
        text-align: center;
        margin-bottom: 44px;
    }

    .sponzors-new h1 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 15px;
        color: white;
        margin-top: 100px;
    }
    .partneri-new h1 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 15px;
        color: white;
        margin-top: 100px;
    }
    .mediji-new h1 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 15px;
        color: white;
        margin-top: 100px;
    }
    .partneri-new h2 {
        font-family: 'Open Sans';
        font-weight: 800;
        font-size: 20px;
        color: white;
        margin-bottom: 100px;
    }
    .mediji-new h2 {
        font-family: 'Open Sans';
        font-weight: 800;
        font-size: 20px;
        color: white;
    }
    .sponzors-new h2 {
        font-family: 'Open Sans';
        font-weight: 800;
        font-size: 20px;
        color: white;
        margin-bottom: 100px;
    }
    .footer-box {
        display: block;
        max-width: 1600px;
        height: 265px;
        padding: 50px 20px 50px 20px;
        margin: auto;
               box-shadow: 4px 8px 12px 0px rgba(71, 252, 89, 0.64);
        background: radial-gradient(circle, #280f48 0%, #220834 19%, #1e0323 42%, #1b001a 67%, #1b0017 100%);
    }
    .footer-box p {
        color: white;
        font-size: 13px;
        line-height: 20px;
        width: 70%;
        text-align: center;
        margin: auto;
    }
        .footer-box form {
        display: block;
        border: 3px solid #47FC59;
        margin-left: 3%;
        box-shadow: 12px 12px 8px 0px rgba(71, 252, 89, 0.24);
        width: 79%;
        padding: 24px;
        margin-top: 47px;
    }
    .new-footer img {
        margin-top: 55px;
        width: 41%;
    }
    .socials-new img {
        margin-left: 1vw;
        margin-right: 1vw;
        width: 10%;
    }
    .footer-box form textarea {
    background: transparent;
    border: none;
    outline: none;
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 600;
    margin-top: 1vw;
    resize: none;
}
    
    


}
.footer-box:before, .footer-box p:before,.footer-box:after, .footer-box p:after{
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    -ms-box-sizing: unset;
    -o-box-sizing: unset;

    
}