
.banner {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    box-shadow: 0px 0px 50px -5px rgba(255, 255, 255, 0.2);
}

.banner iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.sitehakkinda {
    display: block;
}

.sitehakkinda h1,
h5 {
    display: inline-block;
}

.sitehakkinda>h4 {
    font-size: 15px;
    margin: 0px;
    margin-bottom: 6px;
}

.sitehakkinda p,
.siteozellikleri p {
    text-indent: 0px;
    color: var(--text-color-2-2);
}

.siteozellikleri .ozellik:nth-child(odd) {
    flex-direction: row-reverse;
}

.site {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site h4 {
    margin-right: 5px;
}

.isim h5 {
    font-size: 14px;
    border-radius: 20px;
    margin-left: 10px;
    padding: 2px 5px;
    height: fit-content;
}

.isim h5[class=online] {
    background-color: rgba(0, 128, 0, 0.644);
}

.isim h5[class=offline] {
    background-color: rgba(128, 0, 0, 0.644);
}

.isim {
    display: flex;
    align-items: center;
}

.siteozellikleri {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}

.ozellik {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ozellik>* {
    flex: 1;
}

.siteozellikleri>p {
    text-align: center;
}

.lazyload-demo img {
    width: 250px;
    height: 250px;
}

.fade-in-out {
    border-radius: 6px;
    animation: fade 5s infinite;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.album {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    background-color: #e4e4e4;
    border-radius: 6px;
    text-align: left;
}

.album img {
    width: 250px;
    height: 250px;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
}

.cover {
    width: 200px !important;
    height: 200px !important;
}

.dinle {
    margin: 10px 0px;
}

.dinle .social {
    margin: 0px;
}

.social i {
    color: #3a3a3a;
    font-size: 20px;
}

.dinle h3 {
    margin-bottom: 5px;
}

.dinle ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
}

.info {
    position: relative;
    width: 100%;
}

.info h2 {
    color: #3a3a3a;
}

.info h4 {
    color: #525252;
    margin: 0px;
}

.info h2 {
    margin-bottom: 4px;
}

.info h3 {
    margin: 2px 0px;
    color: #3a3a3a;
}

.info p {
    margin: 10px 0px;
    text-indent: 0px;
}

.toggle {
    cursor: pointer;
    transition: all 200ms ease-in-out;
    user-select: none;
    border-radius: 6px;
}

.toggle:hover {
    background-color: #d1d1d1;
}

.expander {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 500ms;
}

.expander-content {
    min-height: 0;
    transition: visibility 500ms;
    visibility: hidden;
}

.expander.expanded {
    grid-template-rows: 1fr;
}

.expander.expanded .expander-content {
    visibility: visible;
}

.album-gosterge {
    position: absolute;
    font-weight: bold !important;
    bottom: 8px;
    color: rgb(71, 71, 71);
    animation-name: hover;
    animation-duration: 400ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.album-gosterge a {
    color: rgb(71, 71, 71);
}

.accordion {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 0px;
    cursor: pointer;
    transition: background-color 0.2s linear;
    font-size: 1.1rem;
    font-weight: bolder;
    user-select: none;
    color: #3a3a3a;
}

.accordion:after {
    position: relative;
    font-family: FontAwesome;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
    right: 15px;
}

.accordion.is-open:after {
    content: "\f106";
}

.accordion:hover,
.accordion.is-open {
    background-color: #d1d1d1;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

@keyframes hover {

    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(-6px);
    }
}

.album-collapse {
    background-color: #e4e4e4;
    border-radius: 6px;
}

.klip {
    position: relative;
    background-color: rgb(168, 168, 168);
    width: 100%;
    min-width: 200px;
    height: 230px;
    cursor: pointer;
    border-radius: 6px 0px 0px 6px;
    overflow: hidden;
}

.klip i {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 28px;
}

.album .klip iframe {
    display: none;
    z-index: 98;
    width: 100%;
    height: 100%;
}




.pswp__custom-caption {
    background: rgba(63, 63, 63, 0.267);
    font-size: 16px;
    color: #fff;
    /*width: calc(100% - 32px);*/
    max-width: 400px;
    padding: 12px 8px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
}

.pswp__custom-caption a {
    color: #fff;
}

.hidden-caption-content {
    display: none;
}

#my-gallery img {
    height: 180px;
}

.butonlar {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.btn {
    display: inline-block;
    background: #c9c9c9;
    border: none;
    z-index: 1;
    width: 200px;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    color: #3a3a3a;
}

.btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.301),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-1:after {
    background-color: #1db954;
}

.btn-2:after {
    background-color: #ff0000;
}

.btn:hover {
    color: #fff;
}

.btn:hover:after {
    left: 0;
    width: 100%;
}

.renkler {
    display: flex;
    flex-direction: row;
    height: 120px;
    background-color: #ffffff00;
    transform: skewX(20deg);
    margin-left: 50px;
}

.renkler div {
    display: flex;
    flex: 1;
    height: 100%;
    background-position: center;
    transition: flex 0.8s ease;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: crosshair;
}

.renkler div:hover {
    flex: 5;
}

.renk {
    position: absolute;
    opacity: 0;
    transform: skewX(-20deg);
    color:#525252;
}

.renkler div:hover>.renk {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.renkler div:not(:hover)>.renk{
    transition: opacity .2s ease-in-out;
}

.renk1 {
    background-color: #000000;
    border-radius: 6px 0px 0px 6px;
}

.renk2 {
    background-color: rgb(196, 196, 196);
}

.renk3 {
    background-color: rgb(226, 226, 226);
}

.renk4 {
    background-color: rgb(240, 240, 240);
}

.renk5 {
    background-color: rgb(177, 201, 202);
}

.renk6 {
    background-color: rgb(240, 255, 255);
    border-radius: 0px 6px 6px 0px;
}

@media only screen and (max-width: 1250px) {

    .album {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .album .info {
        padding: 10px;
    }

    .album-gosterge {
        padding-top: 20px;
        position: relative;
    }
}

@media only screen and (max-width: 900px) {

    .banner {
        height: 250px;
    }

    .spotify {
        width: 100%;
    }

    .siteozellikleri > .ozellik:nth-child(2) {
        display: inline-block;
        text-align: center;
    }

    .siteozellikleri > .ozellik:nth-child(2) p{
        text-align: center;
    }

    .renkler {
        flex-direction: row;
        margin-left: 0px;
        width: 100%;
    }
    
    .siteozellikleri .ozellik:nth-child(odd), .ozellik:nth-child(even){
        flex-direction: column;
    }
}

@media only screen and (max-width: 500px) {
    .cover {
        width: auto;
    }

    .pswp-gallery a img {
        max-width: 100%;
    }
}