:root {
    --nav-color: rgb(177, 201, 202);
    --container-color: rgb(196, 196, 196);
    --nav-color-2: rgb(226, 226, 226);
    --container-color-2: rgb(240, 240, 240);
}

html,
body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

body {
    margin: auto;
    width: 55%;
    background-color: azure;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    flex: 1 auto 1;
}

a {
    text-decoration: none;
    color: black;
}

h1,
h2 {
    margin-top: 0px;
}

nav {
    position: relative;
    height: 100px;
    background-color: var(--nav-color-2);
    display: flex;
    flex-direction: column;
}

body>* {
    width: 100%;
}

#container {
    background-color: var(--container-color-2);
    flex: 1 0 auto;
}

.content {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

footer {
    flex-shrink: 0;
    position: relative;
    display: block;
    height: 100px;
    background-color: var(--nav-color-2);
}

.name {
    display: flex;
    height: 60%;
    text-transform: capitalize;
    align-items: end;
    padding-left: 55px;
    font-size: 30px;
}

.navbar {
    display: flex;
    height: 40%;
    padding: 0px 50px;
    justify-content: space-between;
}

.navbar ul.links,
.social,
.footer-navbar>ul {
    list-style: none;
    display: flex;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    gap: 15px;
    align-items: center;
}

.links li {
    cursor: pointer;
}

.links li a {
    padding: 6px;
}

.links li a:hover,
.active {
    transition: 0.3s all ease-in-out;
    border-radius: 20px;
    background-color: #adadad4f;
}

.links a,
.name a {
    text-decoration: none;
    color: black;
}

.dropdownlink {
    position: relative;
}

.dropdownmenu {
    display: block;
    list-style: none;
    padding: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    visibility: hidden;
    position: absolute;
    transition: 0.05s all ease-in;
    z-index: 99;
}

.dropdownmenu li {
    padding: 5px;
}

.dropdownmenu li a {
    white-space: nowrap;
}

.dropdownlink:hover>.dropdownmenu {
    visibility: visible;
    background-color: var(--nav-color-2);
}

.social {
    font-size: 22px;
    text-decoration: none;
}

.social i {
    color: black;
}

.social i:hover {
    color: rgb(0, 10, 148);
    scale: 1.2;
    transition: 0.2s all ease-in-out;
}

.footer-navbar {
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.banner-video {
    width: 100%;
    height: 450px;
}

.biography-container {
    float: left;
    margin: 0 20px 15px 0;
    border-radius: 4px;
    z-index: 99;
    transition: 0.2s ease all;
    height: 300px;
}

.biography-container:hover:not(:has(p)) {
    transform: scale(1.1);
}

.biography {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

p {
    text-indent: 0px;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.contact a {
    display: inline-block;
    font-size: 18px;
}

.btn {
    background: #c9c9c9;
    border: none;
    z-index: 1;
    width: 200px;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    position: relative;
}

.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, .5),
        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-3:after {
    background-color: #1da1f2;
}

.btn-4:after {
    background: rgb(64, 93, 230);
    background: linear-gradient(90deg, rgba(64, 93, 230, 1) 0%, rgba(88, 81, 219, 1) 10%, rgba(131, 58, 180, 1) 25%, rgba(193, 53, 132, 1) 40%, rgba(225, 48, 108, 1) 60%, rgba(225, 48, 108, 1) 75%, rgba(253, 29, 29, 1) 90%, rgba(245, 96, 64, 1) 100%);
}

.btn-5:after {
    background-color: #ff8800;
}

.btn-6:after {
    background-color: #1877f2;
}

.btn-7:after {
    background-color: #b3b2b2;
}

.btn:hover {
    color: #fff;
}

.btn:hover:after {
    left: 0;
    width: 100%;
}

.btn:active {
    top: 2px;
}

.galeri {
    display: block;
}

.flex-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    margin-bottom: 10px;
}

.img {
    position: relative;
    display: inline-block;
    height: auto;
    background-color: #d4d4d4;
    border-radius: 4px;
    cursor: pointer;
}

.image {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.image2 {
    width: 100%;
    aspect-ratio: 9 / 10;
}

.image3 {
    width: 40%;
    aspect-ratio: 9 / 10;
}

.image4 {
    width: 100%;
}

.img:hover {
    background-color: #dddddd;
}

.album {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.album img {
    width: 250px;
    height: 250px;
    aspect-ratio: 1 / 1;
}

.cover {
    width: 200px !important;
    height: 200px !important;
}

.dinle {
    margin: 10px 0px;
}

.dinle .social {
    margin: 0px;
}

.dinle h3 {
    margin-bottom: 5px;
}

.dinle ul {
    padding-left: 0px; 
    list-style: none; 
    display: flex;
    gap: 10px;
}

.info {
    position: relative;
    width: 100%;
}

.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;
}

.toggle:hover {
    background-color: #e4e4e4;
}

.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);
}

.album-gosterge a {
    color: rgb(71, 71, 71);
    font-family: 'Inter';
}


.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;
}

.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: #e4e4e4;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.toggle:hover .album-gosterge {
    display: inline-block;
    transition-duration: .2s;
    transition-property: transform;
}

.toggle:hover .album-gosterge {
    animation-name: hover;
    animation-duration: 600ms;
    animation-delay: 200ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes hover {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(-6px);
    }
}




.klip {
    position: relative;
    background-color: rgb(168, 168, 168);
    width: 750px;
    height: 230px;
    cursor: pointer;
}

.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%;
}

.lazyload {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.lazyloaded {
    opacity: 1;
}

#my-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

#my-gallery h2 {
    display: block;
    width: 100%;
    padding-top: 20px;
}

#my-gallery a img {
    max-height: 190px;
}

.thumbnail-img {
    max-height: 200px;
}

@media only screen and (max-width: 1550px) {


    body {
        width: 70%;
    }

}


@media only screen and (max-width: 1200px) {


    body {
        width: 80%;
    }

}

@media only screen and (max-width: 1100px) {


    .album-gosterge {
        padding-top: 20px;
        position: relative;
    }

}


@media only screen and (max-width: 950px) {


    body {
        width: 100%;
    }

    .footer-navbar ul {
        flex-wrap: wrap;
    }

}

@media only screen and (max-width: 750px) {

    .name {
        height: 50%;
    }

    nav {
        flex-wrap: wrap;
        min-height: 110px;
        gap: 10px;
    }

    .navbar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .navbar .social {
        display: none;
    }

    .navbar .shown {
        display: none;
    }

}


@media only screen and (max-width: 600px) {
    .album {
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media only screen and (max-width: 500px) {

    .album img {
        margin: auto;
    }

    .navbar {
        padding: 0px 4px;
        justify-content: space-evenly;
    }

    .name {
        padding: 0px;
        justify-content: center;
    }

    .banner-video {
        width: 100%;
        height: 200px;
    }

    .biography-container {
        width: 100%;
        height: auto;
    }

}