* {
    margin: 0px;
    padding: 0px;
    font-weight: Regular;
    font-family: font;
    outline: none;
}

* a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

* select:focus {
    border: 0px;
    color: #001F24;
}

@font-face {
    font-family: 'font';
    src: url('font/AradVF.ttf') format('truetype'),
}

input::-webkit-input-placeholder {
    color: #dadada;
    opacity: 50%;
}

input::-moz-placeholder {
    color: #dadada;
    opacity: 50%;
}

::-webkit-scrollbar {
    width: 0px;
}

.scroll-stage {
    position: fixed;
    inset: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.scroll-wrapper {
    position: absolute;
    width: 100%;
    height: 400vh;
}

.scene {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.scene.active {
    opacity: 1;
    pointer-events: auto;
}

.img-bac-1 {
    position: absolute;
    top: -150px;
    left: -150px;
    width: 500px;
    animation: liveop 2s infinite;
}

.img-bac-2 {
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 350px;
    animation: liveop 4s infinite;
}

.img-bac-3 {
    position: absolute;
    top: 150px;
    right: -150px;
    width: 350px;
    z-index: 3;
    opacity: 20%;
    animation: liveop-2 5s infinite;
}

.img-bac-4 {
    position: absolute;
    top: 350px;
    left: -200px;
    width: 350px;
    z-index: 3;
    opacity: 20%;
    animation: liveop-2 6s infinite;
}

.img-bac-5 {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 350px;
    z-index: 3;
    opacity: 50%;
    animation: liveop-2 7s infinite;
}

.bac {
    background-color: #232323b2;
    backdrop-filter: blur(30px);
    height: 100vh;
    z-index: 2;
    top: 0;
}

.all {
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    width: 92%;
    padding: 4%;
    z-index: 5;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
}









body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
    background-color: #000000;
    display: flex;
    position: relative;
}

.img-bac {
    z-index: 1;
    position: absolute;
    width: 520px;
}

.select-loc {
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border: none;
    border-radius: 25px;
    width: 150px;
    height: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    backdrop-filter: blur(30px);
}

.back-box {
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border: none;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    backdrop-filter: blur(30px);
}
.back-box img{
    width: 45px;
}
.title-app {
    font-weight: bold;
    color: #ffffff;
    margin-top: 30px;
    font-size: 40px;
    line-height: 40px;
    text-shadow: #00000020 0px 2px 0px;
    margin-left: auto;
}


.info-app {
    color: #ffffff;
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
    text-shadow: #00000020 0px 2px 0px;
    margin-left: auto;
}

.search-box {
    margin-top: 10px;
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 30;
}

.search-bu {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border-radius: 15px 5px 5px 5px;
    border: none;
    flex-shrink: 0;
    margin-right: 5px;
    backdrop-filter: blur(30px);
}

.search-bu img {
    filter: invert(100);
    width: 30px;
}

.input-txt {
    width: 100%;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF20;
    color: #ffffff;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border-radius: 5px 15px 5px 5px;
    border: none;
    text-indent: 15px;
    backdrop-filter: blur(30px);
}

.ads-box {
    width: 100%;
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border-radius: 5px 5px 15px 15px;
    margin-top: 10px;
    backdrop-filter: blur(30px);
}

.line {
    width: 100%;
    max-width: 900px;
    height: 2px;
    margin-top: 10px;
    background-color: #FFFFFF20;
    border-radius: 100px;
}

.select-box-all {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
#states_div{
    width: 100%;
}
.select-box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 130px;
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border-radius: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
    backdrop-filter: blur(30px);
}
.select-box img {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    border-radius: 15%;
}

.select-box p {
    text-align: center;
    margin: 5px 5px 0px 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
}
.select-box-2 {
    width: 100%;
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border-radius: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(30px);
    border: none;
}
.select-box-2 img {
    margin: 5px 5px 0px 5px;
    width: 110px;
    border-radius: 10px;
}
.select-box-loc {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF20;
    box-shadow: inset #ffffff20 2px 2px 2px;
    border-radius: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(30px);
    border: none;
    text-indent: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}
.title-box{
    text-align: right;
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}

.info-box{
    text-align: right;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
}




@keyframes liveop {
    0% {
        opacity: 100%;
    }
    50% {
        opacity: 80%;
    }
    100% {
        opacity: 100%;
    }
}
@keyframes liveop-2 {
    0% {
        opacity: 10%;
    }
    50% {
        opacity: 20%;
    }
    100% {
        opacity: 10%;
    }
}





@keyframes tc_slider {
    0% {
        margin-top: 0;
    }

    31% {
        margin-top: 0;
    }

    36% {
        margin-top: -200px;
    }

    64% {
        margin-top: -200px;
    }

    69% {
        margin-top: -200px;
    }

    97% {
        margin-top: -200px;
    }
}

.tcSlider {
    width: 100%;
    max-width: 900px;
    height: 200px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #000;
    overflow: hidden;
    border-radius: 5px 5px 15px 15px;
}

.slider {
    animation: tc_slider 15s infinite;
}

.slider_img {
    float: right;
    width: 100%;
    max-width: 900px;
    height: 200px;
    background-position: center center;
    background-size: cover;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #00000090;
    backdrop-filter: blur(30px);
}
