:root {
    --talks-primary-color: #e68c2c;
}
a {
    cursor: pointer;
    transition: 0.3s all;
    text-decoration: none;
}
.talks-top-container {

}
.countdown-container {
    display:flex;
    gap:120px;
    justify-content: center;
    padding-bottom:50px;
}
.countdown-single {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:25px;
    flex-direction: column;
}
.talks-container-1 {
    background:#1E1E1E;
    padding-bottom:50px;
}
.talks-top-container img{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: block;
}
.talks-white-32px {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
}
.talks-white-24px {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.talks-white-16px {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}
.talks-grey-14px {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.71);
}
.talks-teal-40px {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: var(--talks-primary-color);
}
.talks-btn-primary {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: white;
    padding:18px 12px;
    background: var(--talks-primary-color);
    border-radius: 41px;
    border:0;
    outline:none;
    cursor:pointer;
    transition:0.3s all;
}
.talks-btn-primary:hover {
    opacity:0.7;
    transition:0.3s all;
}
.talks-container-2 {
    display: flex;
    margin-bottom:20px;
}
.talks-container-2 img {
    display:block;
    width:50%;
}
.countdown-top-text {
    width:95%;
    display:block;
    margin: 0 auto;
    max-width:650px;
    margin-bottom:60px;
}
@media screen and (max-width: 750px) {
    .countdown-container {
        gap:50px;
        color:white;
    }
    .countdown-top-text {
        margin-bottom:20px;
    }
    .talks-container-2 {
        flex-direction: column;
    }
    .talks-container-2 img {
        width:100%;
    }
}
@media screen and (max-width: 480px) {
    .countdown-container {
        gap:25px;
        zoom:0.8;
    }
}
.like-filter
{
    filter: sepia(56%) saturate(3769%) hue-rotate(13deg) brightness(101%) contrast(104%);
    transition:0.3s all;
}

.login-red-text {
    color: red;
    text-shadow: 1px 1px #00000061;
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
    display: block;
}
@media screen and (max-width: 550px) {
    .login-red-text {
        color: red;
        text-shadow: 1px 1px #00000061;
        font-size: 14px;
        font-weight: 600;
        padding-top: 10px;
        display: block;
        line-height: 17px;
    }
}

.header-betting {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #080808;
    border: 1px solid var(--talks-primary-color);
    padding: 8px 30px;
    display: flex;
    gap: 33px;
    justify-content: center;
    align-items: center;
}

.header-betting img {
    max-width: 223px;
    width: 100%;
}

.btn-primary {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: #D0FF01;
    padding: 15px 30px;
    text-decoration: none;
    transition:0.3s all;
}
.btn-primary:disabled {
    background: #323e00;
    cursor:no-drop;
    color:grey;
    transition:0.3s all;
}
.btn-primary:disabled:hover {
    background: #323e00;
    cursor:crosshair;
    color:grey;
    transition:0.3s all;
}

div {
    font-family: 'Inter';
    font-style: normal;
}

.talks-login-modal-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.modal-background {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
}

.talks-login-modal {
    background: #393939;
    width: 100%;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    box-sizing: border-box;
    top: 15%;
}

.talks-login-modal img {
    display: block;
    width: 100%;
    max-width: 156px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.talks-login-modal p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin-block: 0;
}

.talks-login-modal label {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-right: auto;
}

.talks-login-modal input {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #030303;
    border: 1px solid #171717;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    max-width: 700px;
    width: 100%;
    box-sizing: border-box;
}

.talks-login-modal input::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.talks-login-modal button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    border: 0;
    padding: 15px 30px;
    margin-top: 80px;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


a:hover {
    opacity: 0.7;
    transition: 0.3s all;
}

.header-logo-container {

}


.success-container {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 800px;
    margin-top: -85px;
    background-size: 100%;
}

.success-container-inner {
    display: flex;
    max-width: 802px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-top: -80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-container-inner img {
    width: 130px;
}

.success-container-inner h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    margin-block-end: 0;
    margin-block-start: 3rem;
}

.success-container-inner p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #8D8D8D;
}

.success-container-inner a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--talks-primary-color);
    background:#000000;
    border:1px solid var(--talks-primary-color);
    border-radius: 41px;
    padding: 15px 20px;
    margin-top: 60px;
}

.utm-top-container {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)),
        /* bottom, image */
        url(../images/background_3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 55px;
}

.utm-top-container-inner {
    display: flex;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    gap: 90px;
    padding-top: 13rem;
    box-sizing: border-box;
    padding-bottom: 10rem;
    margin-top: -135px;
}

.temp-photo {
    max-width: 710px;
    width: 100%;
    margin: auto;
}

.time-left {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #D0FF01;
}

.date-time {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.utm-top-container-inner h1 {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    font-size: 81px;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    text-shadow: 0px 11px 27px #000000;
}

.utm-top-container-inner h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 30px;
    max-width: 510px;
}

.header-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: white;
    background: var(--talks-primary-color);
    border: 1px solid var(--talks-primary-color);
    border-radius: 41px;
    padding: 15px 20px;
}


.header-buy img {
    width: 14px;
}

.header-lang {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.header-lang img {
    width: 24px;
}

.container-buy {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #080808;
    background: #D0FF01;
    box-shadow: 0px 7px 42px rgba(0, 15, 147, 0.44);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 20px 30px;
    width: 200px;
}

.container-buy img {
    width: 19px;
}

.container-tickets {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #D0FF01;
    border: 1px solid #D0FF01;
    filter: drop-shadow(0px 7px 42px rgba(0, 15, 147, 0.44));
    padding: 20px 30px;
    width: 200px;
}

.header-tickets {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: #D0FF01;
    padding: 15px 30px;
    text-decoration: none;
}

.cookies-container {
    background: linear-gradient(92.82deg, rgba(39, 41, 44, 0.58) -1.83%, rgba(29, 30, 32, 0.82) 102.67%);
    border: 1px solid rgba(135, 135, 135, 0.05);
    backdrop-filter: blur(11px);
    padding: 20px 35px;
    max-width: 340px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    gap: 15px;
}

.cookies-container p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C0C0C0;
    padding-right: 5px;
}

.cookies-container button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: #D0FF01;
    padding: 15px 30px;
    text-decoration: none;
}

button {
    transition: 0.3s all;
}

button:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.3s all;
}

.header-section {
    padding-top: 15px;
    padding-bottom: 70px;
    height: 80px;
    position: sticky;
    display: block;
    top: 0;
    box-sizing: border-box;
    z-index: 9;
    transition: 0.3s all;
    background: rgba(19, 19, 19, 0.42);
    box-shadow: 0px 29px 39px rgba(0, 0, 0, 0.01);
}

.header-logo {
    width: 100%;
    max-width:90px;
}

.scrolled {
    background: #000000d9 !important;
    box-shadow: 1px 1px 8px 0px var(--talks-primary-color) !important;
}

.header-section-2 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header-items {
    display: flex;
    gap: 12px;
    margin-left: auto;
    margin-right: 36px;
}

.header-items-2 {
    display: flex;
    gap: 12px;
}

.spin {
    transform: rotate(90deg);
}

.footer {
    display: block;
    max-width: 1505px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.footer-1 {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    vertical-align: top;
    margin-top: 20px;
}

.footer-1 img {
    width: 100;
    max-width: 188px;
}

.footer-1 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C0C0C0;
}

.footer-2 {
    display: inline-block;
    width: 100%;
    max-width: 210px;
    vertical-align: top;
    padding-left: 70px;
    padding-right: 90px;
}

.footer-2 div {
    display: flex;
    gap: 14px;
}

.footer-2 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-fb {
    width: 58px;
    height: 58px;
    border: 1px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-fb img {
    width: 10px;
}

.footer-tiktok {
    width: 58px;
    height: 58px;
    border: 1px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-tiktok img {
    width: 20px;
    filter: invert(100%);

}

.footer-ig {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D0FF01;
}

.footer-ig img {
    width: 17px;
}


.footer-3 {
    display: inline-block;
    width: 100%;
    max-width: 155px;
    vertical-align: top;
    padding-right: 65px;
}

.footer-3 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.footer-3 a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #8D8D8D;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}

.footer-4 {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    height: 263px;
    background: transparent;
}

.footer-4 a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.footer-4 a img
{
    width:100%;
}


@media screen and (max-width: 1560px) {
    .footer-4 {
        display: inline-block;
        width: 100%;
        max-width: 250px;
        height: 153px;
    }
}




@media screen and (max-width: 1550px) {
    .footer {
        display: block;
        max-width: 1350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
        width: 95%;
    }
}

@media screen and (max-width: 850px) {
    .talks-login-modal-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 95%;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
    }

    .talks-login-modal input {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .talks-login-modal button {
        margin-top: 20px;
    }

    .talks-login-modal p {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 28px;
        text-align: center;
        box-sizing: border-box;
        margin-block-end: 10px;
        margin-block-start: 15px;
    }

    .talks-login-modal img {
        display: block;
        width: 100%;
        max-width: 156px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .small-banners {
        display: flex;
        gap: 48px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .success-container-inner {
        display: flex;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        margin-top: -80px;
        background: #131313;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;
    }

    .footer-1 {
        display: block;
        padding: 0;
    }

    .footer-3 {
        display: block;
        padding: 0;
    }

    .footer-4 {
        display: block;
        width: 100%;
        max-width: 400px;
        height: 263px;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .footer-2 {
        display: block;
        width: 100%;
        max-width: 210px;
        vertical-align: top;
        padding: 0;
    }
}

@media screen and (max-width: 1250px) {
    .talks-login-modal {
        width: 97%;
        max-width: 1200px;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #393939;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 99;
        box-sizing: border-box;
        top: 5%;
    }
}

@media screen and (max-width: 1350px) {
    .utm-top-container {
        background-size: 200%;
        background-position-x: -3%;
        background-position-y: 20%;
    }

    .header-section-2 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .utm-top-container-inner {
        display: flex;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        gap: 30px;
        padding-top: 7rem;
        box-sizing: border-box;
        padding-bottom: 10rem;
        margin-top: -80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .utm-top-container-1 {
        width: 100%;
    }

    .utm-top-container-2 {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 1005px) {
    .header-items {
        display: flex;
        gap: 8px;
        margin-left: auto;
        margin-right: 10px;
    }

    .header-items-2 {
        gap: 8px;
    }

    .header-betting img {
        max-width: 140px;
        width: 100%;
    }

    .header-buy {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        padding: 9px 9px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        gap: 3px;
        margin-left:8px;
    }

    .header-buy img {
        width: 11px;
    }

    .header-lang {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 17px;
        text-align: center;
        color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 9px 7px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .header-lang img {
        width: 17px;
    }

    .header-tickets {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
        color: #000000;
        background: #D0FF01;
        padding: 9px 9px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-logo-container {

    }

    .header-section {
        padding-top: 15px;
        padding-bottom: 71px;
        height: 47px;
        position: sticky;
        display: block;
        top: 0;
        box-sizing: border-box;
        z-index: 9;
        transition: 0.3s all;
        background: rgba(19, 19, 19, 0.42);
        box-shadow: 0px 29px 39px rgb(0 0 0 / 1%);
    }
}

@media screen and (max-width: 640px) {
    .header-betting {
        display: none;
    }
}

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


    .cookies-container {
        width: 95%;
        max-width: 95%;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
    }

    .utm-top-container-inner h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .container-buy {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #080808;
        background: #D0FF01;
        box-shadow: 0px 7px 42px rgb(0 15 147 / 44%);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 15px 25px;
        width: auto;
    }

    .container-tickets {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #D0FF01;
        border: 1px solid #D0FF01;
        filter: drop-shadow(0px 7px 42px rgba(0, 15, 147, 0.44));
        padding: 15px 25px;
        width: auto;
    }

    .container-buy img {
        width: 15px;
    }


    .big-banner {
        max-width: 532px;
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 85px;
    }

    .small-banners img {
        width: 95%;
        max-width: 120px;
    }

}
