*, 
*:before, 
*:after{
    box-sizing: border-box;
}
html{
    font-size: 16px;
}
body{
    margin: 0;
    padding:0;
    font-family: "Josefin Slab", serif;
    background-color:#000;
    background-image: url(../images/lines.jpg);
    font-weight: 600;
    background-size: contain;
    background-attachment: fixed;
    background-position-y: 20%;
    background-position-y: 9rem;
}
.main-wrapper{
    position: relative;
    z-index: 1;
}
/**** Nav ***/
nav{
    grid-template-columns: 1fr 2fr; /* Two equal columns */
    margin-top:20px;
}
nav .logo img{
    width:88%;
}
nav .links{
    flex-direction: row;
    gap:3rem;
}
nav .links a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    transition:0.3s ease;
    text-transform: uppercase;
}
nav .links a:hover {
    opacity:0.5;
}
nav .hamburger{
    display: none;
}
.full-screen-menu{
    width:100%;
    height:0;
    z-index:-1;
    background-color:rgba(0, 0, 0, 0.738);
    position:fixed;
    top:0;
    overflow: hidden;
    transition:0.5s ease;
}
.full-screen-menu .flex{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 100vh;
    font-size: 3rem;
    gap: 110px;
}
.full-screen-menu .close{
    color: #fff;
    position: absolute;
    right: 6%;
    top: 3%;
    opacity:0;
    font-size: 3rem;
    transition:0.5s ease;
}
.full-screen-menu.opened{
    height:100vh;
    z-index:100;
}


/*** Hero Section ***/

.hero .image{
    position:relative;
    background-image: url(../images/hero-image.png);
    background-size: cover;
    height: 120vh;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero .image .text{
    position:absolute;
    bottom:25%;
    width: 100%;
}
.hero .image h2{
    font-size: 1.5rem;
    font-weight: 700;
    color:#fff;
    margin-top:20px;
}
.hero .color-beige{
    margin-top:2%;
    font-weight: 700;
    font-size: 1.5rem;
}
.hero .content{
    margin: 2% auto;
    width: 80%;
    line-height: 1.5rem;
}
.hero a{
    text-decoration: underline;
    display: inline-block;
    transition:0.3s;
}
.hero a:hover{
    opacity:0.5;
}
.hero .container{
    padding-bottom:8%;
    background-color: #000;
}

/**** Stories ***/
.stories{
    background-color: #fff;
    padding:6% 0;
}
.stories h1{
    font-size: 9rem;
    font-weight: 700;
}
.stories .content{
    width: 80%;
    margin:0 auto;
}
.stories .content .slider{
    margin-bottom:20px;
}
.stories .content .slider .slide{
    background-size: cover;
    background-position: center center;
    height:70vh;
    position:relative;
}
.stories .content .slider .slide .slider-text{
    background-color:#000;
    display: inline-block;
    color:#fff;
    position: absolute;
    padding:2%;
    bottom: 3%;
    right: 1.5%;
}
.stories .content .slider .slide .slider-text h2{
    font-size:1.1rem;
}
.stories .content .slider .slide .slider-text p{
    margin-top:10px;
}
.stories .content .slider .slide1{
    background-image: url(../images/story1.png);
}
.stories .content .slider .slide2{
    background-image: url(../images/story2.png);
}
.stories .content .slider .slide3{
    background-image: url(../images/story3.png);
}
.stories .content .slider .slide4{
    background-image: url(../images/story4.png);
}
.stories .content .slider .slide5{
    background-image: url(../images/story5.png);
}
.stories .content .slider .slide6{
    background-image: url(../images/story6.png);
}
.stories .content .slider .slide7{
    background-image: url(../images/story7.png);
}
.stories .content .slider .slide8{
    background-image: url(../images/story8.png);
}
.controls div img{
    cursor: pointer;
    transition:0.3s ease;
}
.controls div img:hover{
    opacity:0.6;
}
.slick-prev, .slick-next{
    display: none;
}
.controls a{
    color:#000;
    text-decoration: underline;
    transition:0.3s ease;
    font-weight: 700 !important;
    font-size:1.2rem;
}
.controls a:hover{
    opacity:0.6;
}

/**** Discography Outer ****/
.discography-outer{
    background-image: url(../images/discography-bg.png);
    background-size: cover;
    background-position: center center;
    padding:8% 0;
    background-color:#fff;
}
.discography-outer .slider{
    margin-bottom:20px;
}
.discography-outer .slider .slide img{
    margin: 0 auto;
}

/**** Get Updates ***/
.get-updates{
    background-image: url(../images/contact.png);
    background-size: cover;
    padding:8% 0;
}
.get-updates .flex{
    flex-direction: column;
    align-items: end;
    justify-content: end;
}
.get-updates .flex h3{
    font-size:2rem;
    font-weight: 700;
}
.get-updates .flex p{
    color:#000;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: right;
    font-family: "Inter", sans-serif;
}
.get-updates .flex form label{
    font-size: 0;
    display: block;
}
.get-updates .flex form input{
    width: 100%;
    background-color:unset;
    box-shadow: none;
    border:none;
    font-size: 1.1rem;
    border-bottom:3px solid #000;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    margin:30px 0 30px 0;
    padding:10px 5px;
}
.get-updates .flex form input:focus-visible{
    outline:none !important;
}
.get-updates .flex form input::placeholder{
    color:#000;
}
.get-updates .flex form select{
    font-family: "Inter", sans-serif;
    width: 100%;
    background-color:unset;
    box-shadow: none;
    border:none;
    font-size: 1.1rem;
    border-bottom:3px solid #000;
    padding:10px 5px;
    margin:0 0 30px 0;
    text-transform: uppercase;
}
.get-updates .flex form button{
    background-color:#000;
    border-radius:10px;
    color:#fff;
    cursor: pointer;
    padding:10px 20px;
    transition:0.3s ease;
    margin-top:30px;
}
.get-updates .flex form button:hover{
    opacity:0.5;
}
.wrapper{
    background-color: #fff;
    width: 36%;
    display: flex;
    flex-direction: column;
    padding: 48px;
}

/****  footer ****/
footer{
    padding:2% 0;
    background-color: #000;
}
footer .flex{
    gap: 20px;
}
footer .flex a{
    color:#dab160;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    transition:0.3s ease;
}
footer .flex a:hover{
    opacity:0.5;
}
footer .flex p{
    color:#dab160;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
footer .flex img{
    width: 30px;
    margin-top: 15px;
}


/**********/
/********** Biography *******/
/**********/

.bio{
    background-image: url(../images/bio.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.hero-bio{
    padding-bottom:8%;
}
.hero-bio .grid{
    gap:3rem;
}
.hero-bio .container{
    padding-left: 20%;
    padding-right: 20%;
}
.hero-bio h1{
    font-size: 1.3rem;
}
.hero-bio p{
    line-height: 1.3rem;
}
.hero-bio .img1{
    background-image: url(../images/bio1.png);
    background-size: cover;
    background-position: center center;
    height:30vh;
}
.hero-bio .img2{
    background-image: url(../images/bio2.png);
    background-size: cover;
    background-position: center center;
    height:50vh;
}

/**********/
/********** Discography *******/
/**********/

.discography{
    background-image: url(../images/discography-bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #fff;
    height:unset;
}
.discography .logo img{
    filter: grayscale(1) invert(1);
}
.discography header .links a{
    color:#000;
}
.collections{
    gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top:7%;
    padding-bottom:7%;
}
.collections h1{
    font-size:1.7rem;
    font-weight: 700;
    margin-top:3%;
}
.collections h2{
    font-size:1.7rem;
    font-weight: 700;
    margin-top:3%;
}


/**********/
/********** Book *******/
/**********/

.book{
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
    background-attachment: unset;
    height:unset;
}
.book-content{
    padding-left: 20%;
    padding-right: 20%;
    gap:1.5rem;
    padding-top:3%;
    padding-bottom:8%;
}
.book-content a{
    background-color: #3b3b3b;
    color: #dab160;
    font-weight: 700;
    border-radius: 12px;
    display: inline-block;
    padding: 15px 30px;
    transition:0.3s ease;
}
.book-content a:hover{
    opacity:0.6;
}
.book-content h1{
    color:#fff;
    font-size:2.5rem;
}
.book-content em{
    color:#fff;
    font-style: italic;
}


/*** Responsive Queries ****/

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) {
    .hero .image .text {
        position: absolute;
        bottom: 20%;
    }
    .wrapper {
        background-color: #fff;
        width: 44%;
        display: flex;
        flex-direction: column;
        padding: 21px;
    }
    .hero-bio .img2 {
        height: 30vh;
    }
}

@media only screen 
  and (min-device-width: 700px) 
  and (max-device-width: 1000px) 
  and (orientation: portrait) {
    .hero-bio .container {
        padding-left: 8%;
        padding-right: 8%;
    }
    .hero-bio .img2 {
        height: 26vh;
    }
    .collections {
        gap: 3rem;
        grid-template-columns: 2fr 2fr;
    }
    .book-content {
        padding-left: 8%;
        padding-right: 8%;
        gap: 1.5rem;
        padding-top: 13%;
        padding-bottom: 13%;
    }
}


@media only screen
  and (max-device-width: 700px) {
    body {
        background-size: 720px;
    }
    .hero .image h2 {
        font-size: 1.3rem;
        padding: 0 15px;
    }
    .hero .image .text {
        bottom: 12%;
    }
    .hero .container {
        padding-bottom: 18%;
    }
    .stories {
        padding: 15% 0;
    }

    .hero .image {
        position: relative;
        background-image: url(../images/hero-image.png);
        background-size: cover;
        height: 70vh;
    }
    .stories h1 {
        font-size: 5rem;
    }
    .stories .content .slider .slide {
        background-size: cover;
        background-position: center center;
        height: 31vh;
    }
    .stories .content {
        width: 100%;
    }
    .discography-outer {
        padding: 16% 0;
    }
    .get-updates {
        padding: 15% 0;
    }
    .wrapper {
        width: 100%;
        padding: 24px;
    }
    footer .links{
        flex-direction: column;
        text-align: center;
    }
    footer {
        padding: 7% 0;
    }
    .hero-bio {
        padding-bottom: 17%;
        padding-top: 20%;
    }
    .hero-bio .grid {
        gap: 1rem;
    }
    .hero-bio .container {
        padding-left: 8%;
        padding-right: 8%;
    }
    .hero-bio .img1 {
        height: 18vh;
    }
    .hero-bio .img2 {
        height: 18vh;
    }
    .collections {
        gap: 2rem;
        grid-template-columns: 1fr;
    }
    .book-content {
        padding-left: 8%;
        padding-right: 8%;
        gap: 1.5rem;
        padding-top: 13%;
        padding-bottom: 13%;
    }
    .book-content h1 {
        color: #fff;
        font-size: 1.7rem;
    }
    nav .links{
        display: none;
    }
    nav .hamburger{
        display: flex;
        justify-content: end;
    }
    nav .hamburger img {
        width:18%;
    }
}

/* quick links */

.quick-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px; 
  }
  
  .quick-links h4 {
    margin-bottom: 10px;
    color: #a77f30;
  }
  
  .quick-links ul {
    list-style-type: none;
    padding: 0;
  }
  
  .quick-links li {
    margin: 5px 0;
  }
  
  .quick-links a {
    color: #a77f30;
    text-decoration: none;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      text-align: center;
    }
  
    .quick-links {
      margin-top: 20px;
      text-align: center;
      margin-left: 0; 
    }
  }