/* @keyframes scrolling {
    0% {
        transform: translateX(1000px);
    }

    100% {
        transform: translatex(-1000px);
    }
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .tiket img {
        float: left !important;
    }
    .marquee-item {
        font-size: 1.2rem;
    }
    .marquee-dots img {
        width: 20px !important;
        height: 20px !important;
    }
    .marquee-123 {
        flex-basis: 120px;
    }
    
    .marquee-dots {
        flex-basis: 10px;
    }
    
    
    .sosmed-synchro {
        color: #0a32b8;
        list-style-type: none;
        overflow: hidden;
        margin-left: 2.3em;
    }

    .wrap-sign {
        margin-left: 0px;
        display: block;
    }

    section#tikets {
        /* background: url("https://synchronizefestival.com/assets/images/ticketmobile_background.png"); */
        position: relative;
        width: 100%;
        height: 70vh;
        background-size: cover;
    }

    .container-tiket {
        position: absolute;
        top: 33vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        align-content: center;
    }

    .tiket {
        width: 250px;
        padding: 10px;
		margin:auto;
    }

    .tiket img {
        width: 210px;
    }

    .ribbon-top-right {
        right: 27px;
        top: 11px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 520px) {
    .marquee-item {
        font-size: 1.2rem;
    }
    .marquee-dots img {
        width: 20px !important;
        height: 20px !important;
    }
    .marquee-123 {
        flex-basis: 120px;
    }
    
    .marquee-dots {
        flex-basis: 10px;
    }
    .sosmed-synchro {
        color: #0a32b8;
        list-style-type: none;
        overflow: hidden;
        margin-left: 2.3em;
    }

    .wrap-sign {
        margin-left: 100px;
        display: block;
    }

    section#tikets {
        /* background: url("https://synchronizefestival.com/assets/images/ticketmobile_background.png"); */
        position: relative;
        width: 100%;
        height: 100vh;
        background-size: cover;
    }

    .container-tiket {
        position: absolute;
        top: 36vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        align-content: center;
    }

    .tiket {
        width: 310px;
        padding: 10px;
    }

    .tiket img {
        width: 250px;
    }

    .ribbon-top-right {
        right: 27px;
        top: 11px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* @keyframes scrolling {
        0% {
            transform: translateX(1660px);
        }
    
        100% {
            transform: translatex(-1660px);
        }
    } */
    
    /* .marquee-content{
        width: 1660px;
    } */
    .marquee-item {
        font-size: 2.2rem !important;
    }
    .marquee-dots img {
        width: 20px !important;
        height: 20px !important;
    }
    .marquee-123 {
        flex-basis: 120px;
    }
    
    .marquee-dots {
        flex-basis: 10px;
    }
    .sosmed-synchro {
        color: #0a32b8;
        list-style-type: none;
        overflow: hidden;
        margin-left: 2.3em;
    }

    .wrap-sign {
        margin-left: 100px;
        display: block;
    }

    section#tikets {
        /* background: url("https://synchronizefestival.com/assets/images/ticketmobile_background.png"); */
        position: relative;
        width: 100%;
        height: 100vh;
        background-size: cover;
    }

    .container-tiket {
        position: absolute;
        top: 42vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        align-content: center;
    }

    .tiket {
        width: 330px;
        padding: 10px;
    }

    .tiket img {
        width: 320px;
    }

    .ribbon-top-right {
        right: 27px;
        top: 11px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .marquee-item {
        font-size: 1.2rem;
    }
    .marquee-dots img {
        width: 20px !important;
        height: 20px !important;
    }
    .marquee-123 {
        flex-basis: 120px;
    }
    
    .marquee-dots {
        flex-basis: 10px;
    }
    .wrap-sign {
        display: none;
    }

    section#tikets {
        /* background: url("https://synchronizefestival.com/assets/images/ticket_background.png"); */
        position: relative;
        width: 100%;
        height: 700px;
        background-size: contain;
        background-repeat: round;
    }

    .container-tiket {
        position: absolute;
        top: 31%;
        left: 40%;
        display: flex;
        width: 580px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tiket {
        width: 370px;
        padding: 10px;
    }

    .tiket img {
        width: 350px;
    }

    .ribbon-top-right span {
        left: -46px;
        top: 30px;
        transform: rotate(45deg);
    }

    .ribbon-top-right {
        right: 66px;
        top: 13px;
    }

    .ribbon {
        width: 95px;
        height: 95px;
        overflow: hidden;
        position: absolute;
    }

    .tiket img {
        width: 216px;
    }

    .tiket {
        width: 290px;
        padding: 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1441px) {
    body{
        /* max-width: 1340px; */
        margin: auto;
    }
    section#tikets {
        /* background: url("https://synchronizefestival.com/assets/images/ticket_background.png"); */
        position: relative;
        width: 100%;
        height: 850px;
        background-size: contain;
        background-repeat: round;

    }

    .tiket img {
        width: 265px;
    }

    .tiket {
        width: 285px;
        padding: 10px;
    }

    .container-tiket {
        /* width: 1200px; */
    }

    .ribbon-top-right {
        right: 15px;
    }
}