/* #volume-container,.custom-button{position:fixed;z-index:100001;display:flex}@media screen and (min-width:1000px) and (max-width:1024px){body{margin:0;padding:0;background-image:url('senin-resmin.jpg');background-size:cover;background-repeat:no-repeat;background-position:center center;height:100vh;width:100%}}@media screen and (max-width:1200px){#content-screen,body,html{overflow-x:auto!important;overflow-y:hidden!important}body,html{height:100%;width:100%;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}#content-screen{width:200vw;display:block}#background-container{width:200vw!important;height:auto!important;background-size:contain;background-repeat:no-repeat;background-position:center;overflow:visible!important}.anagorsel{width:100%;height:auto}}@media screen and (max-width:768px){#background-container{width:310vw!important}}.custom-button{align-items:center;padding:20px;border-radius:12px;background:rgba(130,130,130,.532);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);cursor:pointer;transition:.3s;height:15px;width:auto}.button-image{width:40px;height:40px;border-radius:10px;margin-right:10px;object-fit:contain}.dots{color:#fff;font-size:1rem;font-weight:500}.play-icon{position:absolute;top:-15px;right:-15px;width:20px;padding:5px;border:2px solid #fff;height:20px;border-radius:50%;background-color:#919191;display:flex;justify-content:center;align-items:center}.replay-button,.skip-button{bottom:20px;left:20px}@media (max-width:768px){.custom-button{padding:6px 10px;height:40px;border-radius:8px}.button-image{width:24px;height:24px;margin-right:6px}.dots{font-size:.75rem}.play-icon{width:20px;height:20px;padding:3px;top:-13px;right:-13px}}#volume-container{top:50px;right:7px;align-items:center;gap:10px}#volume-icon{cursor:pointer;width:42px;height:42px;fill:rgba(201,162,162,0.7)}#volume-slider{display:none;-webkit-appearance:none;width:100px;height:4px;background:rgba(201,162,162,.7);border-radius:4px;outline:0;cursor:pointer}#volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#c9a2a2;cursor:pointer;border:1px solid #fff;box-shadow:0 0 4px rgba(201,162,162,.6)}#volume-container:hover #volume-slider{display:inline-block} */


#volume-container,
.custom-button {
    position: fixed;
    z-index: 100001;
    display: flex;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
    body {
        margin: 0;
        padding: 0;
        background-image: url("senin-resmin.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100vh;
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    #content-screen,
    body,
    html {
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
    body,
    html {
        height: 100%;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
    }
    #content-screen {
        width: 200vw;
        display: block;
    }
    #background-container {
        width: 200vw !important;
        height: auto !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        overflow: visible !important;
    }
    .anagorsel {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    #background-container {
        width: 310vw !important;
    }
}
.custom-button {
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background: rgba(130, 130, 130, 0.532);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: 0.3s;
    height: 15px;
    width: auto;
}
.button-image {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    object-fit: contain;
}
.dots {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
.play-icon {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 20px;
    padding: 5px;
    border: 2px solid #fff;
    height: 20px;
    border-radius: 50%;
    background-color: #919191;
    display: flex;
    justify-content: center;
    align-items: center;
}
.replay-button,
.skip-button {
    bottom: 20px;
    left: 20px;
}
@media (max-width: 768px) {
    .custom-button {
        padding: 6px 10px;
        height: 40px;
        border-radius: 8px;
    }
    .button-image {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
    .dots {
        font-size: 0.75rem;
    }
    .play-icon {
        width: 20px;
        height: 20px;
        padding: 3px;
        top: -13px;
        right: -13px;
    }
}
#volume-container {
    top: 50px;
    right: 7px;
    align-items: center;
    gap: 10px;
}
#volume-icon {
    cursor: pointer;
    width: 42px;
    height: 42px;
    fill: rgba(201, 162, 162, 0.7);
}
#volume-slider {
    display: none;
    -webkit-appearance: none;
    width: 100px;
    height: 4px;
    background: rgba(201, 162, 162, 0.7);
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}
#volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c9a2a2;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(201, 162, 162, 0.6);
}
#volume-container:hover #volume-slider {
    display: inline-block;
}
