@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1, .favicon {
    display: none;
}

/* Utils */


/* naslovi */

h3 {
    padding: 55px 0;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

h4 {
    padding: 55px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

h5 {
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.uptitle {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
    color: rgba(51, 51, 51, 0.267);
    text-shadow: 1px 1px 3px #333;
}

input,
textarea,
button,
select,
a, img, span, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Navigation */

.desktop__navigation {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(18, 15, 32, 0.9);
    z-index: 10;
}

.desktop__navigation__inner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.desktop__navigation img {
    width: 80%;
}


/* Navigation - links */

.nav__links {
    margin-top: 25px;
}

.nav__links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0.5rem;
}

.nav__links a:hover {
    color: rgba(255, 255, 255, 0.5);
}


/*Navigation - Social media links */

.nav__social {
    margin-top: 25px;
}

.nav__social a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px;
}


/* Mobile navigation */

.mobile__navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(18, 15, 32, 0.9);
    z-index: 10;
    display: none;
}

.mobile__navigation__inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile__navigation__inner img {
    width: 80%;
}

.mobile__navigation__inner i {
    color: #fff;
    font-size: 20px;
}

.mobile__navigation__links {
    position: fixed;
    top: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(18, 15, 32, 0.9);
    z-index: -1;
    transition: top 1s ease;
}

.mobile__navigation__links a {
    width: 100%;
    height: 10%;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.mobile__navigation__links a:first-child {
    margin-top: 25%;
}

.open {
    top: 0;
}


#hamburger_menu {
    width: 30px;
    height: 15px;
    position: relative;
    padding: 15px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#hamburger_menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

div #hamburger_menu:hover {
    background: transparent;
}

#hamburger_menu span:nth-child(1) {
    top: 0px;
}

#hamburger_menu span:nth-child(2),
#hamburger_menu span:nth-child(3) {
    top: 10px;
}

#hamburger_menu span:nth-child(4) {
    top: 20px;
}

#hamburger_menu.change span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#hamburger_menu.change span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger_menu.change span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger_menu.change span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}


/* Hero image */

.main__image {
    background-image: url("img/gallery/dal.webp");
    background-size: contain;
    background-color: #120f20;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-height: 1200px;
    height: 100vh;
    z-index: 1;
}


/* Biography */

.bio {
    position: relative;
    width: 100%;
    background: #fff;
    padding-bottom: 100px;
    background-image: url("img/gallery/hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.bio__inner {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 14px;
    color: #fff;
}

.bio__inner p {
    text-align: justify;
}


.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(18, 15, 32, 0.9), rgb(18, 15, 32));
    z-index: 0;
}


/* Discography */

.discography {
    width: 100%;
    background: #120f20;
    padding-bottom: 100px;
}

.discography__inner {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.discography__inner .tab img {
    border-radius: 10px;
}

.discography__title {
    position: relative;
    z-index: 1;
}

.discography__inner .uptitle {
    top: 40px;
}

.tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
}

.tab img {
    width: 33.3%;
    padding: 5px;
    height: auto;
}

/* Style the tab content */

.tabcontent,
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: justify;
    margin-top: 50px;
}

.album .songs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    row-gap: 10px;
}

.songs__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
}

.songs__inner__links a {
    color: #ccc;
    font-size: 20px;
    margin: 0 5px;
}


/* Icons */

.facebook:hover {
    color: #4267B2;
}

.instagram:hover {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.youtube:hover {
    color: #FF0000;
}

.spotify:hover {
    color: #1DB954;
}

.deezer:hover {
    color: transparent;
    background: linear-gradient(45deg, #ff0000, #ffed00, #ff0092, #c2ff00, #00c7f2, #c1f1fc, #ebffac, #ffc2e5, #ffaaaa);
    background: -webkit-linear-gradient(45deg, #ff0000, #ffed00, #ff0092, #c2ff00, #00c7f2, #c1f1fc);
    background-clip: text;
    -webkit-background-clip: text;
}

.apple:hover {
    color: #555555;
}

.codely:hover {
    color: #750003;
}


/* Gallery */

.gallery {
    width: 100%;
    background: linear-gradient(#120f20, #111);
    padding-bottom: 100px;
}

.gallery__inner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
}

.gallery__inner2 {
    position: relative;
}

.gallery h3 {
    position: relative;
    z-index: 1;
}

.gallery .uptitle {
    top: 35px;
}

.gallery__inner .item {
    width: 24.5%;
}

.gallery__inner .item img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.item__flex {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}


/* Video */

.video {
    position: relative;
    width: 100%;
    background: linear-gradient(#111, #1d214c);
}

.video__inner2 {
    position: relative;
}

.video .uptitle {
    top: 35px;
    left: 49.5%;
}

.video h3 {
    position: relative;
    z-index: 1;
}

.video__inner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
}

.video__item {
    position: relative;
    width: 24.5%;
}

.video__inner img {
    border-radius: 5px;
    width: 100%;
}

.video__item .overlay {
    width: 100%;
    background: rgba(17, 17, 17, 0.502);
    position: absolute;
    border-radius: 5px;
    bottom: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.video__item p {
    position: absolute;
    padding-top: 5px;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* footer */

#contact {
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: linear-gradient(#1d214c, #111);
    color: #fff;
}

.contact__inner {
    position: relative;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 150px 0;
}

.contact__inner h3 {
    position: relative;
    z-index: 1;
}

.contact__inner .uptitle {
    top: 40px;
}

.contact__mail a {
    color: #fff;
    text-decoration: none;
}

.contact__links {
    padding: 30px 0px;
}

.contact__links a,
.contact__copyrights a {
    text-decoration: none;
    padding: 0 5px;
    color: #fff;
}


/* Modal */

.modal__window {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1rem;
    background-color: rgba(18, 15, 32, 0.9);
    color: #ffffff;
    display: none;
}

.close {
    margin-bottom: 25px;
}

.close-modal span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    right: 5%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-content {
    width: 100%;
}

.modal-content img {
    position: absolute;
    max-height: 85%;
    max-width: 95%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal__window button {
    background-color: transparent;
    color: #ffffff;
    border: none;
    outline: none;
}

.close-modal {
    outline: none;
}

.preloader {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(18, 15, 32, 0.9);
    display: block;
    text-align: center;
}

.preloader__inner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.preloader img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: rotation 5s infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#more_load {
    display: none;
}

#more_info {
    text-transform: uppercase;
    text-align: center;
    padding: 0.7rem 1rem;
    background-color: transparent;
    outline: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    transition: all 1s ease;
}


#more_info:hover {
    background-color: rgba(18, 15, 32, 1);
    transform: scale(1.02);
}


/* Media query */

@media only screen and (max-width: 1200px) {
    
    .video__item,
    .gallery__inner .item {
        width: 24.4%;
    }

}

@media only screen and (max-width: 992px) {

    .desktop__navigation {
        display: none;
    }
    .mobile__navigation {
        display: block;
    }
    .gallery__inner,
    .video__inner,
    .discography__inner,
    .contact__inner,
    .bio__inner {
        width: 90%;
    }
    .video__item,
    .gallery__inner .item {
        width: 32.8%;
    }
    #lastItem {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .gallery__inner .item,
    .video__item {
        width: 49.4%;
    }
    .album img {
        width: 100%;
    }
    .album {
        flex-wrap: wrap;
        width: 100%;
    }
    .album .songs {
        width: 100%;
    }
    #lastItem {
        display: block;
    }
    .songs__inner {
        text-align: center;
    }
    .songs__inner p {
        padding-bottom: 10px;
    }

}

@media only screen and (max-width: 600px) {
    .mobile__navigation__links a:first-child {
        margin-top: 50%;
    }
    .contact__inner i {
        font-size: 25px;
    }
    .gallery__inner .item,
    .video__item {
        width: 100%;
    }
    h3 {
        font-size: 35px;
    }
    .uptitle {
        font-size: 40px;
    }

    .songs__inner {
        flex-direction: column;
        text-align: center;
    }

}

@media only screen and (max-height: 500px) {
    .mobile__navigation__links a:first-child {
        margin-top: 20%;
    }
}

@media only screen and (max-height: 300px) {
    .mobile__navigation__links a:first-child {
        margin-top: 10%;
    }
}

@media only screen and (min-height: 2000px) {
.main__image {
    background-image: url("./dal2.webp");
}
}