/* .container img,.loading-screen{top:0;left:0;height:100%;width:100%}.loading-text,.social-icon i{font-size:24px}.fa-bars,.fa-times{cursor:pointer;font-size:30px}body,html{margin:0;padding:0;width:100%;height:100%;background-color:#000;font-family:"Trajan Pro",sans-serif}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw}.loading-screen,.sidebar{display:flex;flex-direction:column}.container img{object-fit:cover;position:absolute;z-index:1}.loading-screen{position:fixed;z-index:9999;background-color:#000;align-items:center;justify-content:center}.fa-bars,.social-icons{position:absolute;right:20px}.dropdown-btn:hover,.loading-bar-back{background-color:#555}.loading-text{color:#fff;margin-bottom:10px}.loading-bar-back{width:300px;height:10px;border-radius:5px;overflow:hidden;margin-bottom:10px}.loading-bar-front{width:0;height:100%;background-color:#fff;border-radius:5px}.counter{font-size:20px;color:#fff}.content-screen{display:none;height:100vh;display:flex;align-items:center;justify-content:center}.fa-bars{top:20px;z-index:10;display:none;color:rgba(201,162,162,.7)}.sidebar{width:350px;height:100%;background-color:rgba(51,51,51,.7);box-shadow:0 4px 8px #000;backdrop-filter:blur(5px);position:fixed;top:0;left:-350px;transition:left .3s ease-in-out;z-index:10;justify-content:flex-start;align-items:center}.menu,.sidebar-header{display:flex;flex-direction:column}.sidebar-header{align-items:center;justify-content:center;color:#fff;padding-bottom:20px}.fa-times{margin-right:-270px}.dropdown-btn,.social-icon{font-size:20px;transition:background-color .3s}.sidebar .logo{display:block;margin:50px 0 20px;width:150px;height:auto}.menu{list-style:none;padding:0;margin:0;text-align:center;justify-content:center;align-items:center}.dropdown-btn,.menu li{padding:10px 0}.dropdown-btn,.menu li a{display:block;text-align:center;text-decoration:none;color:#fff}.menu li a .fa-caret-down{transition:transform .3s;font-size:30px}.menu li a.active .fa-caret-down{transform:rotate(180deg)}#aboutDropdown{visibility:hidden;opacity:0;max-height:0;overflow:auto;transition:.3s;width:100%}#aboutDropdown.show{visibility:visible;opacity:1;max-height:500px}.social-icons{display:flex;bottom:30px;flex-direction:column;justify-content:center;gap:15px;margin-top:auto;align-self:center;padding-bottom:20px;z-index:10000}.click-indicator,.copyright{position:absolute;z-index:5}.social-icon{text-decoration:none;display:inline-flex;justify-content:center;align-items:center;width:30px!important;height:30px!important;border-radius:50%;background-color:#000;color:#fff}.social-icon:hover{background-color:#fff;color:#000}.click-indicator{top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:rgba(255,255,255,.9);animation:1s infinite ripple;pointer-events:none}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:1}100%{transform:translate(-50%,-50%) scale(3);opacity:0}}.okapi+.click-indicator{top:42%;left:48.5%}.kap+.click-indicator{top:35%;left:9%}.hzrmasa+.click-indicator{top:75%;left:48.5%}.skap+.click-indicator{top:42.5%;left:85.7%}.collap+.click-indicator{top:53%;left:58.5%}.collap:hover,.hzrmasa:hover,.kap:hover,.okapi:hover,.skap:hover{filter:brightness(1.6);transition:filter .3s ease-in-out;cursor:pointer}.copyright{bottom:15px;right:20px;color:#fff;font-size:14px;opacity:.7}@media screen and (max-width:768px){.copyright{font-size:10px;right:10px;bottom:10px}}@media screen and (max-width:700px) and (max-height:700px) and (orientation:landscape){.copyright{font-size:10px;bottom:8px;right:10px}}@media only screen and (max-width:768px){body{background:0 0!important}}.ana-gorsel{position:relative;width:100vw;height:auto;max-height:100vh}@media screen and (max-width:932px){.sidebar{width:35vw;left:-80vw;padding:10px;overflow-y:auto}.sidebar-header .logo{width:100px;margin:20px 0 10px}.fa-times{font-size:24px;margin-right:-220px}.menu li a{font-size:24px!important}.dropdown-btn{font-size:16px!important}.social-icon{width:30px;height:30px;font-size:20px}.sidebar-header{padding-bottom:10px}.social-icons{margin-top:20px;flex-wrap:wrap}} */

.container img,
.loading-screen {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.loading-text,
.social-icon i {
    font-size: 24px;
}
.fa-bars,
.fa-times {
    cursor: pointer;
    font-size: 30px;
}
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    font-family: "Trajan Pro", sans-serif;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}
.loading-screen,
.sidebar {
    display: flex;
    flex-direction: column;
}
.container img {
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.loading-screen {
    position: fixed;
    z-index: 9999;
    background-color: #000;
    align-items: center;
    justify-content: center;
}
.fa-bars,
.social-icons {
    position: absolute;
    right: 20px;
}
.dropdown-btn:hover,
.loading-bar-back {
    background-color: #555;
}
.loading-text {
    color: #fff;
    margin-bottom: 10px;
}
.loading-bar-back {
    width: 300px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.loading-bar-front {
    width: 0;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}
.counter {
    font-size: 20px;
    color: #fff;
}
.content-screen {
    display: none;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-bars {
    top: 20px;
    z-index: 10;
    display: none;
    color: rgba(201, 162, 162, 0.7);
}
.sidebar {
    width: 350px;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    box-shadow: 0 4px 8px #000;
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: -350px;
    transition: left 0.3s ease-in-out;
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
}
.menu,
.sidebar-header {
    display: flex;
    flex-direction: column;
}
.sidebar-header {
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 20px;
}
.fa-times {
    margin-right: -270px;
}
.dropdown-btn,
.social-icon {
    font-size: 20px;
    transition: background-color 0.3s;
}
.sidebar .logo {
    display: block;
    margin: 50px 0 20px;
    width: 150px;
    height: auto;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.dropdown-btn,
.menu li {
    padding: 10px 0;
}
.dropdown-btn,
.menu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.menu li a .fa-caret-down {
    transition: transform 0.3s;
    font-size: 30px;
}
.menu li a.active .fa-caret-down {
    transform: rotate(180deg);
}
#aboutDropdown {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: auto;
    transition: 0.3s;
    width: 100%;
}
#aboutDropdown.show {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
}
.social-icons {
    display: flex;
    bottom: 30px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    margin-top: auto;
    align-self: center;
    padding-bottom: 20px;
    z-index: 10000;
}
.click-indicator,
.copyright {
    position: absolute;
    z-index: 5;
}
.social-icon {
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}
.social-icon:hover {
    background-color: #fff;
    color: #000;
}
.click-indicator {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    animation: 1s infinite ripple;
    pointer-events: none;
}
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}
.okapi + .click-indicator {
    top: 42%;
    left: 48.5%;
}
.kap + .click-indicator {
    top: 35%;
    left: 9%;
}
.hzrmasa + .click-indicator {
    top: 75%;
    left: 48.5%;
}
.skap + .click-indicator {
    top: 42.5%;
    left: 85.7%;
}
.collap + .click-indicator {
    top: 53%;
    left: 58.5%;
}
.collap:hover,
.hzrmasa:hover,
.kap:hover,
.okapi:hover,
.skap:hover {
    filter: brightness(1.6);
    transition: filter 0.3s ease-in-out;
    cursor: pointer;
}
.copyright {
    bottom: 15px;
    right: 20px;
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    .copyright {
        font-size: 10px;
        right: 10px;
        bottom: 10px;
    }
}
@media screen and (max-width: 700px) and (max-height: 700px) and (orientation: landscape) {
    .copyright {
        font-size: 10px;
        bottom: 8px;
        right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        background: 0 0 !important;
    }
}
.ana-gorsel {
    position: relative;
    width: 100vw;
    height: auto;
    max-height: 100vh;
}
@media screen and (max-width: 932px) {
    .sidebar {
        width: 35vw;
        left: -80vw;
        padding: 10px;
        overflow-y: auto;
    }
    .sidebar-header .logo {
        width: 100px;
        margin: 20px 0 10px;
    }
    .fa-times {
        font-size: 24px;
        margin-right: -220px;
    }
    .menu li a {
        font-size: 24px !important;
    }
    .dropdown-btn {
        font-size: 16px !important;
    }
    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .sidebar-header {
        padding-bottom: 10px;
    }
    .social-icons {
        margin-top: 20px;
        flex-wrap: wrap;
    }
}
