@font-face {
    font-family: "Russo One";
    src: url("../fonts/russo-one/RussoOne-Regular.ttf");
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-VariableFont_opsz,wght.ttf");
}

html {
    --custom-yellow: #F8D93E;
    --custom-grey: #D9D9D9;
    padding-right: 0;
    margin-right: 0;
}

body {
    font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Russo One";
}


/* navigation section */

.custom-yellow-bg {
    background-color: var(--custom-yellow);
}

/* .icons-box {
    padding: 10px;
} */
.my-yellow-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.icons-calendar {
    width: fit-content;
    max-width: 4rem;
    height: auto;
    padding-right: 1rem;
}

.icons-location {
    width: 2.5rem;
    height: auto;
    padding-right: 0.3rem;

}

.icons-yellow {

    align-self: center;
}

.align-title-center {
    display: flex;
    align-items: center;
}

.pill-text {
    font-size: 1.2rem;
}

.text-yellow {
    color: var(--custom-yellow);
}


.ticket-button {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .pill-text {
        font-size: 1rem;
    }

    .md-justify {
        justify-content: flex-start;
    }
}




@media (max-width:767px) {
    .ticket-button {
        font-size: 0.5rem;
        padding: 5px 5px 5px 5px;

    }

    .sm\:mt-20 {
        margin-top: 20px;
    }

    .sm\:text-10 {
        font-size: 0.8rem;
    }

    .icons-calendar{
        width: 20%;
    }

    .my-yellow-box {
        display: flex;
        flex-direction: row !important;
       width: 300px;

    }
    .md\:mb-20{
        margin-bottom: 20px;
    }

    .icons-location{
        width: 2rem;
    }

    .md-align-center{
        text-align: center;
        align-items: center;
        margin-top: 0;
    }

}

@media (max-width: 576px) {
    .sm\:mb-20 {
        margin-bottom: 20px;
    }

    .sm\:ptb-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sm\:justify-center {
        align-items: center;
        justify-content: center !important;
        text-align: center;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
    }

    button {
        justify-self: center;
    }


}


/* What we do section */

.what-we-do .title {
    margin-bottom: 50px;

}

/* === WHY TO ATTEND – black icons panel === */
.what-we-do .attend-panel {
    background: #000;
    border-radius: 28px;
    padding: 20px 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 72px;
    max-width: 880px;
    margin: 0 auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.what-we-do .attend-panel .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.what-we-do .attend-panel .icon-item img {
    width: 84px;
    height: 84px;
    object-fit: contain;
    margin-bottom: 12px;
}

.what-we-do .attend-panel .hi {
    margin: 6px 0 2px;
    font-weight: 800;
    letter-spacing: .02em;
    font-size: 18px;
    line-height: 1.25;
    color: #FFC801 !important;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.what-we-do .attend-panel .desc {
    margin: 0;
    color: #fff;
    opacity: .9;
    font-size: 14px;
    line-height: 1.35;
}

.what-we-do .attend-panel .desc::before {
    content: "—";
    display: block;
    color: white;
    opacity: .6;
    margin: 6px 0;
    line-height: 1;
}

@media (max-width: 992px) {
    .what-we-do .attend-panel {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 36px;
        gap: 30px 42px;
        max-width: 640px;
    }
}

@media (max-width: 576px) {
    .what-we-do .attend-panel {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        gap: 22px 0;
        max-width: 420px;
    }
}

.what-we-do {
    margin-bottom: 100px;
}




/* Program section */

.program .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 200px;
    column-gap: 50px;

}

.program .card {
    border: 1px solid var(--custom-yellow);
    border-radius: 25px;
    padding: 40px;
    background-color: var(--custom-yellow);
    /*min-height: 500px;*/
}

.program .card p{
    margin-bottom:0;
}

.program .title {
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.program .heading {
    text-transform: uppercase;
    margin-bottom: 100px;
}

.program .card-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*max-width: 80%;*/
    color: black;
    line-height: 1.5rem;
    height: 70%;
    font-weight: light;
}


@media (max-width: 992px) {

    .program .card {
        max-width: 40%;
        padding: 30px;
    }

    .program .main {
        /* grid-template-columns: repeat(2, 1fr); */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .program .heading {
        margin-bottom: 0rem;
        margin-left: 50px;
    }

    .program .card-cont {
        max-width: 95%;
    }

}

@media (max-width: 776px) {
    .program .main {
        display: flex;
        flex-direction: column;
    }

    .program .heading {
        margin-bottom: 2.5rem;
        margin-left: 0;
    }

    .program .card {
        min-height: fit-content;
        max-width: fit-content;
        padding-bottom: 20px;
    }

}


@media (max-width: 576px) {
    .program .main {
        display: flex;
        flex-direction: column;
    }

    .program .heading {
        margin-bottom: 2.5rem;
        margin-left: 0;
    }

    .program .card {
        min-height: fit-content;
        max-width: fit-content;
        padding-bottom: 20px;
    }

}

/* Carousel secttion */

@media (max-width: 567px) {
    .carousel {
        margin-bottom: 3rem;
    }
}

/* Speakers section */

.speakers {
    margin-bottom: 50px;
}


/* Partners section */

.partners .heading {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.partners .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid black; */
    width: 100%;
    min-height: 200px;
}

.partners .title {
    color: white;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.partners .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    background-color: black;
    color: white;
    gap: 100px 80px;
    padding: 50px 0 35px 0;
}

.partners .icon-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.partners .icon img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.partners .par p {
    font-size: 1rem;

}

.partners .desc {
    text-align: center;
}

.partners .par {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 80%;
}

.partners .icon {
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners .desc::before {
    content: "-";
    display: block;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.partners .hi {
    color: var(--custom-yellow);
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.partners .partner-bg {
    background-color: black;
    width: 100%;
}

.partners .par-image {
    text-align: center;
}

.partners .par-link {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}


@media (max-width: 576px) {
    .partners .content {
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        justify-content: start;
        align-items: center;
        gap: 0;
    }

    .partners .icon-panel {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .partners .icon {
        margin-top: 20px;
    }

    .partners .par {
        margin: 20px auto;
        height: fit-content;

    }

    .partners .icon-panel {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .partners .par {
        align-items: center;
    }
}

/* Gallery section */

.gallery {
    background-color: var(--custom-yellow);
}

.gallery .title {
    text-transform: uppercase;
    color: black;
    margin-bottom: 40px;
}

.gallery .par {
    color: black;
    max-width: 48%;
    line-height: 1.2rem;
    font-weight: 300;
}

.gallery .text-set {
    padding-top: 40px;
    margin-bottom: 60px;
}

.gallery .par-bold {
    font-weight: 800;
}

@media (max-width: 1200px) {
    .gallery .my-custom {
        height: 40%;
    }
}

@media (max-width: 576px) {
    .gallery .par {
        max-width: 100%;
    }

    .gallery {
        padding-top: 0px;
    }
}

/* Parties section */

.parties .parties-bg {
    background-color: var(--custom-grey);
    /*background-image:url("../images/demo/events-hub/vzorek.jpg");
    background-size:100%;*/
    padding-bottom: 100px;
}

.parties .ticket {
    display: flex;
    color: black;
    width: 90%;
    height: 100px;
    justify-content: space-around;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 100px;
    margin-bottom: 35px;
}

.parties .date-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    border-right: 5px solid var(--custom-grey);
    min-width: 20%;
    width: max-content;
    font-weight: 900;
    color: black;
    font-size: large;
}
.nobold{
    font-weight: normal;
}

.parties small {
    font-size: 0.8rem;
}


.parties .ticket-middle-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    min-height: 100%;
    border-right: 5px solid var(--custom-grey);
    min-width: 30%;
    padding-left: 20px;
}

.parties .ticket-middle-item>p {
    font-weight: 800;
    font-size: x-large;
}

.parties .ticket-item {
    /* border: 1px solid black; */
    width: fit-content;
    /* min-height: 200px; */
    text-align: center;

}

.parties .ticket-location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    min-width: 50%;
    min-height: 100%;
    padding-left: 20px;
    font-weight: normal;
    font-size: large;
}

.parties .par {
    margin-bottom: 10px;
}

.parties a {
    color: black;
    text-decoration: underline;
}
.nounderline{
    text-decoration:none !important;
}

.parties .ticket-set {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 992px) {
    .parties .date-time {
        font-size: medium;
        font-weight: 700;
    }

    .parties .ticket-middle-item>p {
        font-weight: 700;
        font-size: medium;
    }
}


@media (max-width: 576px) {
    .parties .ticket {
        /* display: flex; */
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: fit-content;
    }

    .parties .date-time {
        border: none;
        margin: 10px 0 5px 0;
        font-size: medium;
        text-align: center;
        align-items: center;
    }

    .parties .ticket-middle-item>p {
        font-size: medium;

    }

    .parties .text-start {
        text-align: center;
    }

    .parties .ticket-middle-item {
        text-align: center;
        align-items: center;
        padding: 0;
        border: none;
        justify-content: center;
        margin: 5px 0 5px 0;
    }

    .parties a {
        text-wrap: wrap;
        font-size: small;
    }

    .parties .ticket-location {
        margin: 10px 0 10px 0;
        font-size: medium;
        align-items: center;
        justify-content: center;
        max-width: 80%;
        padding: 0;

    }

    .parties .title {
        margin-bottom: 0px;
    }

    .parties {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .parties .par {
        margin-bottom: 2px;
    }
}

/* section countdown */

.cd .count-bg {
    background-color: #000;
    padding: 0;
}

.cd .count-block {
    padding: 50px 0 50px 0;
}

.cd .count-text {
    color: var(--custom-yellow);
    font-size: 8rem;
}

.cd .cd-label {
    color: white;
    font-size: 1rem;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}

/* Labels of countdown */
.cd .countdown-period {
    color: white;
    opacity: 1;
    font-size: 1rem;
    font-weight: lighter;
}

.cd .title {
    color: var(--custom-yellow);
}

@media (max-width: 992px) {
    .cd .count-text {
        font-size: 4rem;
    }
}

@media (max-width: 576px) {
    .cd .count-text {
        font-size: 4rem;
    }

    .cd {
        margin-bottom: 0;
    }
}

/* faq section */

.faq {
    margin-top: 100px;
}

.faq .title {
    align-self: flex-start;
}

.faq h4 {
    font-family: "Inter";
}
.accordion-collapse p a{
    text-decoration:underline;
}

@media (max-width: 992px) {
    .faq {
        margin-top: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 1200px) {
    .faq {
        margin-top: 10px;
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .faq {
        padding-top: 0;
        margin-top: 0;
    }
}


/* contact section */

.contact {
    /*background: linear-gradient(to bottom, #FFFFFF 0% 38%, #BEBDE0 38% 100%);*/
    background:black;
    padding-top: 100px;
}

.contact .get-a-ticket {
    font-size: 2rem;
}

.contact .title {
    text-transform: uppercase;
    line-height: 1.5;
}

.contact .sub-button {
    background-color: var(--custom-yellow);
    border: none;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
}

.contact .spec {
    margin-top: 8.5rem;
    line-height: 2rem;
}

.contact .bold {
    font-weight: bold;
}

.contact .light {
    font-weight: lighter;
}

@media (max-width: 1024px){
    .contact .spec{
        margin-left: 3rem;
    }
}

@media (max-width: 992px) {
    .contact .title {
        font-size: 3rem !important;
    }

    .contact {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1200px) {
    .contact .title {
        font-size: 4rem;
    }

    .contact .spec {
        max-width: 90%;
    }
}


@media (max-width: 576px) {
    .contact {
        padding-top: 0;
    }

    .contact .spec{
        margin-left: 0;
    }

    .contact .title {
        font-size: 2rem;
    }

    .contact .pic {
        visibility: hidden;
        height: 0;
        width: 0;
        margin: 0;
        padding: 0;
    }

    .sm\:box-reduce {
        max-height: fit-content;
        margin-top: 20px;
        padding: 10px;
    }

    .contact .spec {
        margin: 0;
        font-size: 1rem;
    }

    .contact {
        background: linear-gradient(to bottom, #FFFFFF 0% 23%, #BEBDE0 23% 100%);
    }

    .contact .heading {
        width: 100%;
        text-align: center;
    }
}

/* pricing section */

.pricing .my-card-yellow {
    background-color: var(--custom-yellow);
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
    height: 500px;
    width: 350px;
}

.pricing .my-card-black {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
    height: 500px;
    width: 350px;

}

.pricing .title {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 0;
    text-wrap: wrap;
}

.pricing .title-black {
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 0;
}

.pricing .price {
    font-weight: bolder;
    color: white;
    font-family: Arial, Helvetica, sans-serif
}

.pricing .price-black {
    font-weight: bolder;
    color: black;
    font-family: Arial, Helvetica, sans-serif
}

.pricing .price-pill {
    background-color: black;
    width: 50%;
}

.pricing .price-pill-black {
    background-color: var(--custom-yellow);
    width: 50%;
}

.pricing .crossed-out-price {
    text-decoration: line-through;

    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.pricing .par {
    margin: 80px 20px 80px 10px;
    width: 60%;

}

.pricing .mail-link {
    color: var(--custom-yellow);
}

.pricing .price-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 992px) {
    .pricing .price-cont {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 100px;
    }

    .pricing {
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .pricing .my-card-yellow {
        width: 18rem;
    }

    .pricing .my-card-black {
        width: 18rem;
    }
}

@media (max-width: 576px) {
    .pricing .price-cont {
        flex-direction: column;
        align-items: center;
    }

    .pricing .my-card-black {
        margin-bottom: 30px;
    }

    .pricing .my-card-yellow {
        margin-bottom: 30px;
    }

    .pricing .heading {
        margin-left: 0;
    }
}



/* gamedevs section */

.gamedevs {
    margin-top: 150px;
    margin-bottom: 150px;
}

.gamedevs .title {
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    font-weight: 800;
}

.gamedevs .soc-icons {
    width: auto;
    height: 50%;
    margin-right: 20px;
}

.gamedevs .icon-panel {
    height: 100px;

}

.gamedevs .content-box {
    display: flex;
    flex-direction: column;
    /* height: 500px; */
    height: fit-content;
    justify-content: space-between;
}

.gamedevs .web-link {
    color: black;
    text-decoration: underline;
    font-weight: bold;

}

@media(max-width: 992px) {
    .gamedevs .soc-icons {
        height: 70%;
    }

    .gamedevs .content-box{
        align-items: start;
    }

    .gamedevs .md\:text-start{
        text-align: start;
    }

    .gamedevs .content-box{
        align-items: center;
    }
}

@media (max-width: 768px){
    .gamedevs .soc-icons {
        height: 30px;
    }

    .gamedevs .icon-panel{
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .gamedevs {
        margin-top: 0;
        margin-bottom: 30px;
        height: 100%;
    }

    .gamedevs .content-box {
        justify-content: space-evenly;
        height: 100%;
        align-items: center;
    }

    .gamedevs .title {
        margin-bottom: 50px;
        font-size: 40px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
    }

    .gamedevs .par {
        margin-bottom: 40px;
    }

    .gamedevs .web-link {
        margin-bottom: 1000px;
    }

    .gamedevs .web-link-wrapper {
        margin-bottom: 40px;
    }

    .gamedevs .soc-icons {
        height: 50px;
        width: 50px;
    }

    .gamedevs .icon-panel {
        height: 100px;
    }
}

/* people section */

.people {
    background-color: black;
    padding: 80px 0 80px 0;
}

.people .title {
    color: white;
    text-transform: uppercase;
    margin-bottom: 100px;

}

.people .photo-cont {
    display: flex;
    flex-direction: column;
}

.people .people-cont {
    display: flex;
    justify-content: space-between;

}

.people .photo-mb {
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .people .people-cont {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 50px;
        column-gap: 30px;
    }

    .people .title {
        text-align: center;
    } 
}


@media (max-width:576px) {
    .people {
        padding: 50px 0 50px 0;
    }

    .people .people-cont {
        text-align: center;
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .people .photo-cont {
        width: 80%;
        margin-bottom: 40px;
    }

    .people .title {
        margin-bottom: 50px;
        margin-left: 0;
    }

    .people .photo-mb {
        margin-bottom: 20px;
    }
}

/* plan section */

.plan {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* 1) turning off violet line */
.module-roadmap .one-roadmap-bar,
.module-roadmap .vertical-line {
    display: none !important;
}

/* conatiner with whole line */
.module-roadmap .one-roadmap-inner {
    position: relative;
}

/* yellow line across whole cont */
.module-roadmap .one-roadmap-inner::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 18px;
    bottom: 25px;
    width: 4px;
    background: var(--custom-yellow);
    border-radius: 4px;
}

/* push item to the right so the dot fits the right place */
.module-roadmap .one-roadmap-item {
    position: relative;
    padding-left: 30px;
}

/* yellow dot next to every componenet */
.module-roadmap .one-roadmap-item::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.5rem;
    width: 12px;
    height: 12px;
    background: var(--custom-yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #000;
    /* volitelné: černý „kroužek“ kolem jako na maketě */
}

/* right circle markers (possibility to change to color)  */
.module-roadmap .one-roadmap-mark {
    border-color: black !important;
    color: black;
    background-color: white;
    opacity: 1 !important;
}

.module-roadmap .checked {
    background-color: var(--custom-yellow) !important;
}

.plan .top-title {
    margin-bottom: 40px;
}



@media (max-width: 576px) {
    .plan .title {
        font-size: 0.9rem;
        max-width: 90%;
        margin-right: 0;
    }

}

/* subscribe section */

.subscribe {
    background-color: var(--custom-yellow);
}

.subscribe .title {
    font-size: 2rem;
    font-weight: lighter;
}

.subscribe .but-color {
    background-color: black;
    color: var(--custom-yellow);
    border: none;
}

.subscribe .but-color:hover {
    background-color: var(--custom-yellow);
    color: black;
    border: 1px solid black;
}

.subscribe .sub-button {
    border-radius: 50px;
    min-width: 100px;
    color: white;
    width: 400px;
    height: 60px;
    justify-self: center;
    margin: 10px 0 10px 0;
    background-color: black;
    border: 1px solid black !important;
}

.subscribe .sub-button:hover {
    background-color: var(--custom-yellow);
    color: black;
}

.hov-bol:hover {
    font-weight: bold;
}

@media (max-width: 576px) {
    .subscribe .sub-button {
        width: 80%;
    }
}

/* footer section */

footer .bg-black {
    background-color: black;
}

footer .my-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

footer .foot-icon {
    stroke: white;
    width: 2.5rem;

}

footer .icons {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-self: center;
    width: 65%;
}