@font-face {
    font-family: 'SS GEO Brain Melt';
    src: url('../fonts/SSGEOBrainMeltRegular.eot');
    src: url('../fonts/SSGEOBrainMeltRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SSGEOBrainMeltRegular.woff2') format('woff2'),
    url('../fonts/SSGEOBrainMeltRegular.woff') format('woff'),
    url('../fonts/SSGEOBrainMeltRegular.ttf') format('truetype'),
    url('../fonts/SSGEOBrainMeltRegular.svg#SSGEOBrainMeltRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.single-sponsorship {
    font-family: "FiraGOBook" !important;
}

body.single-sponsorship h1,
body.single-sponsorship h2,
body.single-sponsorship h3,
body.single-sponsorship h4 {
    font-feature-settings: "case" on;
    font-family: 'SS GEO Brain Melt';
}

body.single-sponsorship p {
    color: black;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

body.single-sponsorship header.header-landing {
    padding: 30px;
}

body.single-sponsorship header.header-landing .navbar {
    background: transparent;
    width: 100%;
    max-width: 1400px;
    position: static;
    margin: 0 auto;
    transform: translateX(0);
}

body.single-sponsorship header.header-landing .header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

body.single-sponsorship header.header-landing .navbar-brand svg {
    width: 200px;
}

body.single-sponsorship header.header-landing .social-icons ul {
    display: flex;
}

body.single-sponsorship header.header-landing .social-icons ul li a {
    border: none;
}

body.single-sponsorship footer {
    background: #9e2233;
}

body.single-sponsorship .footer-primary {
    background:transparent
}

body.single-sponsorship footer .flexitm {
    justify-content: flex-start;
}

body.single-sponsorship footer .flexitm svg {
    max-width: 200px;
}

body.single-sponsorship footer  .text-right .flexitm {
    justify-content: flex-end;
}

body.single-sponsorship footer  .social li svg {
    width: 40px;
}

body.single-sponsorship .hero {
    position: relative;
    padding: 0;
    min-height: 600px;
}

body.single-sponsorship .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

body.single-sponsorship .hero .container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 3;
    text-align: center;
}

body.single-sponsorship .hero .container h1 {
    font-size: 80px;
    color: white;
    line-height: 1;
    margin-bottom: 40px;
}

body.single-sponsorship .hero .container .location-date {
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: white;
    gap: 20px;
    align-items: center;
    font-feature-settings: "case" on;
    font-weight: bold;
    margin-bottom: 40px;
}

body.single-sponsorship .hero .container .location-year {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
    font-family: 'SS GEO Brain Melt';
}

body.single-sponsorship .hero .container .location-year span {
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    /*     font-family: "FiraGOBold" !important; */
}

body.single-sponsorship section.navigation-items {
    background: #7f4b54;
    padding: 60px 0 150px;
    position: relative;
}

body.single-sponsorship section.navigation-items svg {
    position: absolute;
    bottom: -50px;
    z-index: 2;
    height: 100px;
    width: 100%;
    object-fit: cover;
}

body.single-sponsorship section.navigation-items svg .cls-1 {
    fill: #ed8e48;
}

body.single-sponsorship section.navigation-items .container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    text-align: center;
    justify-content: center;
}

body.single-sponsorship section.navigation-items .container ul li {
    width: calc(25% - 50px);
}

body.single-sponsorship section.navigation-items .container ul li a {
    color: white;
    font-size: 25px;
    font-family: "FiraGOBook" !important;
    font-feature-settings: "case" on;
    font-weight: 700;
    line-height: 1;
}

body.single-sponsorship section.navigation-items .container ul li a span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    font-feature-settings: "case" off;
}

body.single-sponsorship section.about-fest .about-image .svg-icon svg .cls-1 {
    fill: #4e0e47;
}

body.single-sponsorship section.about-fest .about-text {

}

body.single-sponsorship section.about-fest .about-text h2 {
    font-size: 70px;
    font-weight: 700;
    color: #4b0d44;
    line-height: 1;
    margin-bottom: 30px;
}

body.single-sponsorship section.about-fest.mission-fest {
    padding-top: 0;
}

body.single-sponsorship section.about-fest.mission-fest .about-text {
    margin-top: 0;
    text-align: right;
}

body.single-sponsorship section.fest-concept {
    color: white;
    padding: 20px 0 200px;
}

body.single-sponsorship section.fest-concept h2 {
    color: white;
    font-size: 70px;
}

body.single-sponsorship section.fest-concept .fest-concept-text {
    margin-top: 50px;
}

body.single-sponsorship section.fest-concept .fest-concept-text p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

body.single-sponsorship section.fest-concept .quote {
    display: block;
    font-size: 20px;
    font-style: italic;
    background: #7e202b;
    text-align: right;
    padding: 3px 10px;
    border-radius: 0 5px 5px 0;
}

body.single-sponsorship section.why-festival {
    background: #9e2233;
    background-blend-mode: soft-light;
    position: relative;
    color: white;
    padding: 150px 0 100px;
}

body.single-sponsorship section.why-festival .why-festival-title {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 700px;
    max-width: 100%;
    top: -200px;
    left: 50%;
    transform: translatex(-50%);
    height: 100px;
}

body.single-sponsorship section.why-festival .why-festival-title svg {
    height: 100%;
    width: 400px;
}

body.single-sponsorship section.why-festival .why-festival-title h2 {
    color: white;
    font-size: 120px;
}

body.single-sponsorship section.why-festival .why-festival-text p {
    color: white;
}

body.single-sponsorship .separator-svg {
    padding: 0;
}
body.single-sponsorship .participants{
    padding-bottom: 0;
}
body.single-sponsorship .participants > .container {
    margin-bottom: 40px;
}

body.single-sponsorship .participants h2 {
    color: #8e313e;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

body.single-sponsorship .participants h3 {
    color: #8e313e;
    font-size: 40px;
    font-family: "FiraGOBook" !important;
    font-weight: 300;
    line-height: 1;
}

body.single-sponsorship .participants-item-data {
    padding: 40px 0;
    position: relative;
    color: white;
}

body.single-sponsorship .participants-item-data .participants-sub-title {
    color: white;
    font-size: 20px;
    margin-bottom: 40px;
}

body.single-sponsorship .participants-item-data svg {
    position: absolute;
    width: 80px;
    right: 40px;
    bottom: 40px;
}

body.single-sponsorship .participants-item-data .participants-items ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    align-items: center;
    font-feature-settings: "case" on;
}

body.single-sponsorship .participants-item-data .participants-items ul li img {
    max-width: 40px;
    height: auto;
    margin-right: 20px;
}

body.single-sponsorship section.stats {
    padding-bottom: 0;
}

body.single-sponsorship section.stats .stats-title h2 {
    font-size: 130px;
    text-align: center;
    font-weight: bold;
    height: 130px;
    margin-bottom: -60px;
    color: #8e313e;
    line-height: 1;
}

body.single-sponsorship section.stats-text {
    padding: 20px 0 80px;
    text-align: center;
    background: #1d1d1b;
    color: white;
}

body.single-sponsorship section.stats-text p {
    color: white;
    margin: 0;
    font-feature-settings: "case" on;
    font-weight: 500;
}

body.single-sponsorship section.offer {
    padding-bottom: 40px;
}

body.single-sponsorship section.offer.offer-reverse {
    padding-top: 20px;
}

body.single-sponsorship section.offer.offer-reverse .offer-title-container {
    flex-direction: row-reverse;
}

body.single-sponsorship section.offer.offer-reverse .offer-info-text {
    text-align: right;
}

body.single-sponsorship section.offer.offer-reverse .offer-info-text ul li {
    margin-left: 0;
    margin-right: 30px;
}

body.single-sponsorship section.offer.offer-reverse .offer-info-text ul li:after {
    right: -30px;
    left: auto;
}

body.single-sponsorship section.offer.offer-reverse .offer-only-content {
    text-align: left;
}

body.single-sponsorship section.offer.offer-reverse .offer-only-content ul li {
    margin-right: 0;

}

body.single-sponsorship section.offer.offer-reverse .offer-only-content ul li:after {
    right: auto;
    left: -30px;
}

body.single-sponsorship section.offer h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

body.single-sponsorship section.offer ul li {
    font-size: 17px;
    position: relative;
    margin-bottom: 15px;
   
}



body.single-sponsorship section.offer .offer-only-content {
    text-align: right;
}

body.single-sponsorship section.offer .offer-only-content ul li {
    margin-left: 0;
    margin-right: 30px;
}

body.single-sponsorship section.offer .offer-only-content ul li:after {
    left: auto;
    right: -30px;
}

body.single-sponsorship section.offer .offer-content-with-title .offer-title-container {
    display: flex;
    background: #7f4b54;
    padding: 10px 40px;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}

body.single-sponsorship section.offer .offer-content-with-title .offer-title-container h2 {
    color: white;
    font-size: 60px;
}

body.single-sponsorship section.offer .offer-content-with-title .offer-title-container svg {
    max-height: 80px;
    margin-left: 40px;
}
body.single-sponsorship section.offer.offer-reverse .offer-content-with-title .offer-title-container svg {
    margin-left:0;
    width: 60px;
}


body.single-sponsorship section.offer .offer-info-text h3:first-child {
    margin-top: 0;
}
body.single-sponsorship section.sponsorship-block{
    padding-top: 30px;
}
body.single-sponsorship section.sponsorship-block .sponsorship-title {
    display: flex;
    justify-content: space-between;
}

body.single-sponsorship section.sponsorship-block .sponsorship-title h2 {
    font-size: 60px;
    color: #8e313e;
}

body.single-sponsorship section.sponsorship-block .sponsorship-title svg {
    max-width: 50px;
}

body.single-sponsorship section.sponsorship-block .image-gallery-container {
    width: 100%;
    background: #dbdbdb;
    padding: 20px;
    border-radius: 20px;
}

body.single-sponsorship section.sponsorship-block .image-gallery-container .image-gallery-items {
    display: flex;
    gap: 10px;
}

body.single-sponsorship section.sponsorship-block .image-gallery-container .image-gallery-items .image-gallery-item {
    border-radius: 5px;
    flex: 1;
    height: 400px;
}

body.single-sponsorship section.sponsorship-block .image-gallery-container .image-gallery-items .image-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

body.single-sponsorship section.sponsorship-block .image-gallery-tags {
    padding: 100px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

body.single-sponsorship section.sponsorship-block .image-gallery-tags span {
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: #8e313e;
    color: white;
    font-feature-settings: "case" on;
    font-size: 30px;
    line-height: 1;
}
body.sponsorship-template-single-sponsorship-2025 .about-fest h2 {
    display: flex;
}
body.sponsorship-template-single-sponsorship-2025 .about-fest h2 svg {
    height: 100%;
    transform: translatey(-20px);
}
body.sponsorship-template-single-sponsorship-2025 section.why-festival .why-festival-title {
    gap: 40px;
}
body.sponsorship-template-single-sponsorship-2025 section.why-festival .why-festival-title h2 {
    font-size: 100px;
}
body.sponsorship-template-single-sponsorship-2025 .why-festival {
    background: radial-gradient(50% 50% at 50% 50%, #A53D3C 0%, #832245 100%) !important;
}
body.sponsorship-template-single-sponsorship-2025 .participants .participants-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
body.sponsorship-template-single-sponsorship-2025 .participants .participants-title .participants-svg-icon svg {
    max-height: 130px;
    width: auto;
}
body.sponsorship-template-single-sponsorship-2025 .participants-item-data .participants-sub-title {
    text-align: center;
    font-feature-settings: "case" off;
    font-size: 26px;
}
body.sponsorship-template-single-sponsorship-2025 .participants-item-data .participants-items ul li {
/*     text-align: center; */
/*     justify-content: center; */
/*     font-feature-settings: "case" off; */
}
body.sponsorship-template-single-sponsorship-2025 .guests {
    margin-bottom: 100px;
}
body.sponsorship-template-single-sponsorship-2025 section.offer .offer-content-with-title .offer-title-container {
    background-color: transparent;
}
body.sponsorship-template-single-sponsorship-2025 section.offer .offer-content-with-title .offer-title-container h2 {
    color: #902C42;
}
body.sponsorship-template-single-sponsorship-2025 section.offer.offer-reverse .offer-content-with-title .offer-title-container svg {
    max-height: 80px;
    width: 100%;
    margin-right: 20px;
}
body.sponsorship-template-single-sponsorship-2025 section.offer h3 {
    color: #902C42;
    font-feature-settings: "case" off;
    font-size: 17px;
    line-height: 1.2;
}
body.single-sponsorship section.sponsorship-block .image-gallery-tags span {
    background: linear-gradient(90deg, #9E2233 0%, #F48953 100%);
    font-feature-settings: "case" off;
    font-size: 24px;
}
body.single-sponsorship section.sponsorship-block .image-gallery-tags {
    padding: 40px 0;
    justify-content: space-evenly;
}
body.sponsorship-template-single-sponsorship-2025 .header-container .social-icons ul {
    display: flex;
    gap: 20px;
}
body.sponsorship-template-single-sponsorship-2025 .separator-svg svg {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    body.single-sponsorship .hero .container h1 {
        font-size: 42px;
    }
    body.single-sponsorship .hero .container .location-date {
        font-size: 20px;
    }
    body.single-sponsorship .hero .container .location-year span {
        font-size: 40px;
    }
    body.single-sponsorship section.navigation-items .container ul li {
        width: auto;
    }
    body.single-sponsorship section.navigation-items {
        padding: 40px 0 60px;
    }
    body.single-sponsorship section.navigation-items .container ul li a {
        font-size: 20px;
    }
    body.single-sponsorship section.about-fest .about-text h2 {
        font-size: 30px;
    }
    body.single-sponsorship section.about-fest .about-text {
        margin-top: 0;
    }
    body.single-sponsorship section.fest-concept h2 {
        font-size: 30px;
    }
    body.single-sponsorship section.why-festival .why-festival-title h2 {
        font-size: 60px;
    }
    body.single-sponsorship section.why-festival .why-festival-title svg {
        max-width: 197px;
    }
    body.single-sponsorship .separator-svg {
        padding-bottom: 30px;
    }
    body.single-sponsorship .participants h2 {
        font-size: 30px;
    }
    body.single-sponsorship .participants h3 {
        font-size: 20px;
    }
    body.single-sponsorship .participants {
        padding: 30px 0;
    }
    body.single-sponsorship section.stats {
        padding-top: 30px;
    }
    body.single-sponsorship section.stats .stats-title h2 {
        font-size: 40px;
    }
    body.single-sponsorship section.why-festival {
        padding: 100px 0 30px;
    }
    body.single-sponsorship section.why-festival .why-festival-title {
        top: -150px;
    }
    body.single-sponsorship section.offer .offer-info-text h3:first-child {
        margin-top: 20px;
    }
    body.single-sponsorship section.offer .offer-content-with-title .offer-title-container h2 {
        font-size: 30px;
    }
    body.single-sponsorship section.offer img {
        width: 100%;
        height: auto;
    }
    body.single-sponsorship section.offer .col-md-4 {
        order: 2;
    }
    body.single-sponsorship section.offer .col-md-8 {
        order: 1;
    }
    body.single-sponsorship section.offer .offer-content-with-title .offer-title-container {
        flex-direction: row;
        padding: 10px 20px;
    }
    body.single-sponsorship section.offer.offer-reverse .offer-info .row {
        flex-direction: column-reverse;
    }
    body.single-sponsorship section.offer h3 {
        text-align: left;
        margin-left: 0;
        font-size: 18px;
    }
    body.single-sponsorship section.offer ul li {
        text-align: left;
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: 16px;
    }
    body.single-sponsorship section.offer ul li:after {
        right: auto !important;
        left: -30px !important;
    }
    body.single-sponsorship section.sponsorship-block .image-gallery-tags span {
        font-size: 20px;
    }
    body.single-sponsorship section.sponsorship-block .image-gallery-container .image-gallery-items .image-gallery-item {
        height: auto;
        flex: auto;
    }
    body.single-sponsorship section.sponsorship-block .sponsorship-title h2 {
        font-size: 30px;
    }
    body.single-sponsorship section.sponsorship-block .image-gallery-tags {
        padding: 30px 0 0;
        gap: 20px 10px;
    }

    body.single-sponsorship header.header-landing {
        padding:0;
        padding-top:20px

    }

    body.single-sponsorship header.header-landing .navbar-brand svg {
        width:150px
    }

    body.single-sponsorship header.header-landing .social-icons ul li a {
        width: 25px !important;
    }
    body.single-sponsorship header.header-landing {
        height:auto;
    }

    body.single-sponsorship .hero {
        min-height:500px;
    }

    body.single-sponsorship p {
        font-size:16px;
    }

    body.single-sponsorship section.about-fest.mission-fest .about-text {
        margin-top:20px;
    }

    body.single-sponsorship section.fest-concept .fest-concept-text {
        margin-top:30px
    }

    body.single-sponsorship section.fest-concept {
        padding-bottom:150px;
    }

    body.single-sponsorship section.why-festival .why-festival-title {
        flex-direction:column;
        margin-bottom:100px
    }
    body.single-sponsorship section.why-festival .why-festival-title h2 {
        font-size:40px
    }

    body.single-sponsorship .participants-item-data .participants-items ul li {
        font-size:16px
    }
    body.single-sponsorship .participants-item-data .participants-items ul li img {
        max-width: 26px;
    }

    body.single-sponsorship .participants-item-data svg {
        width:60px;
        bottom: 10px;
        right: 20px;
    }

    body.single-sponsorship section.sponsorship-block .sponsorship-title {
        margin-bottom:20px;
    }

    body.single-sponsorship section.sponsorship-block .sponsorship-title svg {
        max-width:40px
    }
    body.single-sponsorship footer .text-right .flexitm {
        justify-content:center;
        margin-top:20px
    }

    body.single-sponsorship footer .social li svg {
        width:25px;
    }
	body.sponsorship-template-single-sponsorship-2025 .separator-svg svg {
    max-width: 100%;
}
body.sponsorship-template-single-sponsorship-2025 .guests {
    margin-bottom: 0;
}
	body.sponsorship-template-single-sponsorship-2025 .separator-svg{
		max-width:100%;
		overflow:hidden;
		
	}
	body.sponsorship-template-single-sponsorship-2025 .participants .participants-title .participants-svg-icon svg{
		    max-height: 10000px;
    width: 100%;
	}
}

/*# sourceMappingURL=landing-sporsorship.css.map */