@font-face {
    font-family: "Foundersgrotesklight";

    src: url(../fonts/FoundersGrotesk-Light.otf);
}

@font-face {
    font-family: "ALUMNI";

    src: url(../fonts/AlumniSansCollegiateOne-Regular.ttf);
}


@font-face {
    font-family: "MisterDangerous";

    src: url(../fonts/Mister\ Dangerous.ttf);
}

@font-face {
    font-family: "Gothic";
    src: url(../fonts/Franklin\ Gothic\ Condensed.ttf);
}



html {
    scroll-behavior: smooth;
}

body {
    margin: auto;

    background-color: #F3F3F3;
}


#hero-header {
    background-image: url(../images/hero-header.png);
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
}

#biography {
    height: 134vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#biography img {
    width: 39%;
}

#biography h1 {
    font-family: "MisterDangerous";
    font-size: 200px;
    letter-spacing: 19px;
}



#discography {
    display: flex;
   justify-content: center;
    height: 73vh;
}


#nav-bar {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-top: 10px;
    position: fixed;
    width: 100%;
}

ul {
    list-style: none;
}

#nav-list a {
    text-decoration: none;

    font-family: "Gothic";

    color: black;
    letter-spacing: 2px;
}


#nav-list {
    display: flex;
    gap: 71px;
    margin: 0;
    margin-right: 38px;
    align-items: center;
}


#kendrick h1 {
    font-size: 255px;
    font-family: "MisterDangerous";
    margin: auto;
    letter-spacing: 35px;
    position: absolute;
    z-index: -1;
    top: 16%;
    right: 55%;
}

#lamar h1 {
    font-size: 255px;
    font-family: "MisterDangerous";
    margin: auto;
    letter-spacing: 35px;
    position: absolute;
    z-index: -1;
    bottom: 11%;
    right: 0%;
    bottom: 11%;
    right: 0%;
}




#logo-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 0%;
    bottom: 10%;
    position: absolute;
    right: 3%;
    bottom: 69%;
    gap: 14px;
    padding-right: 9px;
}


#kdot-bio {
    height: 94vh;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 100px;
}


h2 {
    text-align: center;
    font-size: 50px;
    font-family: 'MisterDangerous';
    letter-spacing: 10px;
}

#kdot-bio p {
    font-size: 0.9em;
    line-height: 35px;
    text-align: left;
    width: 48%;
    font-family: "Abel", sans-serif;
    letter-spacing: 2px;
}

#kdot-bio img {
    height: 40%;
}


#discography-title {
    text-align: center;
    font-family: "MisterDangerous";
    font-size: 200px;
    letter-spacing: 19px;
}


#kendrick-portrait {
    width: 18%;
}



#listen-now-title {
    text-align: center;
    font-family: "MisterDangerous";
    font-size: 200px;
    letter-spacing: 19px;
}


#illustration-mediaplayer {
    display: flex
;
    justify-content: space-around;
    align-items: center;
    height: 110vh;
    flex-direction: column;
}


#illustration-mediaplayer img {
    width: 31%;
}


#tours {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tour-info {
    padding: 50px;
}

#tours h1 {
    text-align: center;
    font-family: "MisterDangerous";
    font-size: 200px;
    letter-spacing: 19px;
}

#text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1em;
    line-height: 34px;
    text-align: left;
    width: 100%;
    font-family: "Abel", sans-serif;
    letter-spacing: 2px;
    align-items: center;
}



#all-tours {
    width: 80%;
}

.btn {
    height: 50px;
    width: 191px;
    background-color: transparent;
    padding: 0;
}



span {
    font-weight: bold;
    font-family: "Abel", sans-serif;
}




#merch h1 {
    text-align: center;
    font-family: "MisterDangerous";
    font-size: 200px;
    letter-spacing: 19px;
}

#merch {
    text-align: center;
    height: 190vh;
}


.t-shirt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 347px;
    width: 286px;
    border-style: groove;
}

.clothes-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    margin-top: 100px;
}


.hover-image {
    transition: transform .2s;
}


.hover-image:hover {
    transform: scale(1.2);
}

p {
    font-family: "Abel", sans-serif;
}


#kdot-bio span {
    font-family: "MisterDangerous";
    font-size: 88px;
}


.t-shirt p {
    font-size: larger;
}




a {
    text-decoration: none;
    color: black;
}

.find-tickets {
    padding: 15px 52px 15px 52px;
    font-family: "Abel", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.find-tickets:hover {
    color: #e9efff;
}

.btn:hover {
    background-color: #000000;
}

footer {
    height: 39vh;
    text-align: center;
    border-style: groove;
    display: flex;
    flex-direction: column;

    align-items: center;
    gap: 31px;
    justify-content: center;
}




input {
    height: 41px;
    width: 246px;
    border: none;
    border-radius: 3px;
    border-bottom-style: groove;
    background-color: transparent;
    outline: none;
}


footer button {
    height: 38px;
    width: 160px;
    background-color: transparent;
    border-style: groove;
}


#subscribe {
    padding: 11px 42px 11px 42px;
    font-family: "Abel", sans-serif;
}


footer a{font-weight: bold;}



footer p{font-weight: bold;}





/* !!!!!!CAROUSEL CODE!!!!!!! */

* {
    box-sizing: border-box;
}

input[type=radio] {
    display: none;
}

.card {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .4s ease;
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 500px;
    max-height: 430px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cards {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

img {
    border-radius: 10px;
    object-fit: cover;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
    transform: translatex(-40%) scale(.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
    transform: translatex(40%) scale(.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;

    img {
        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
    }
}

.player {
    background-color: #000000;
    border-radius: 8px;
    min-width: 320px;
    padding: 16px 10px;
}

.upper-part {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 36px;
    overflow: hidden;
}

.play-icon {
    margin-right: 10px;
}

.song-info {
    width: calc(100% - 32px);
    display: block;
}

.song-info .title {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-family: "Abel", sans-serif;
}

.sub-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.subtitle,
.time {
    font-size: 12px;
    line-height: 16px;
    color: #c6c5c6;
    font-family: "Abel", sans-serif;
}

.time {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-left: auto;
}

.progress-bar {
    height: 3px;
    width: 100%;
    background-color: #e9efff;
    border-radius: 2px;
    overflow: hidden;
}

.progress {
    display: block;
    position: relative;
    width: 60%;
    height: 100%;
    background-color: #ffb100;
    border-radius: 6px;
}

.info-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    transition: transform .4s ease-in;
}

#item-2:checked~.player #test {
    transform: translateY(0);
}

#item-2:checked~.player #test {
    transform: translateY(-40px);
}

#item-3:checked~.player #test {
    transform: translateY(-80px);
}

svg {
    fill: white;
    stroke: none;
}