body {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: var(--font-sans-serif);

}

:root {
    /* Primary Colors */
    --deep-maroon: #4b0d0d;
    /* deep maroon */
    --color-maroon-dark: #2e0606;
    --color-maroon-light: #6a1a1a;

    /* Neutral Colors */
    --color-main-background: #f5f3f1;
    /* main background */
    --color-cards: #ffffff;
    /* cards / sections */
    --color-border: #e5e2df;

    /* Text Colors */
    --color-headings: #1f1f1f;
    /* headings */
    --color-paragraph: #5a5a5a;
    /* paragraph */
    --color-paragraph-light: #ffffff;

    /* Accent */
    --color-accent-light-beige-tone: #d6ccc2;
    /* light beige tone */

    /* Buttons */
    --btn-bg: var(--color-maroon-dark);
    --btn-text: var(--color-paragraph-light);
    --btn-hover: var(--color-headings);

    /* Typography */
    --font-sans-serif: 'Inter', sans-serif;
    --font-serif: 'Playfair Display', serif;
}

nav {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
    padding: 2rem 10rem;
    height: 3rem;
    background: var(--color-cards);
    z-index: 1000;
}

nav img {
    height: 1.2rem;
    flex-shrink: 0;
}

nav img:last-child {
    display: none;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

nav ul li {
    text-transform: capitalize;
    font-family: var(--font-sans-serif);
    font-weight: 200;
}

.container1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.right1 {
    overflow: hidden;
}

.right1 img {
    padding: 3rem 5rem;
    height: 45rem;
}

.left1 {
    overflow: hidden;
    padding: 10rem 5rem;
    /* background: red; */
}

.left1 h3 {
    padding-bottom: 2rem;
    font-size: 4rem;
    font-weight: 300;
    width: 35rem;
}

.left1 p {
    font-size: 1rem;
    font-weight: 300;
    width: 35rem;
}

.left1 button,
.btn button {
    margin: 2rem 0rem;
    height: 3rem;
    width: 20rem;
    border-radius: 2rem;
    background-color: var(--color-maroon-dark);
    border: none;
    color: var(--color-accent-light-beige-tone);
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

.left1 button:hover, .left1 button:active,
.btn button:hover, .btn button:active {
    transform: scale(1.05);
    background-color: var(--color-maroon-light);
}

.all-ex {
    margin: 3rem 5rem;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;

}

.all-ex h4 {
    font-size: 3rem;
    font-weight: 300;
}

.all-ex h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    font-size: 1.3rem;
    font-weight: 300;
}

.btn button {
    width: 15rem;
}

.en-p {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0rem
}

.en-p .box {
    padding: 5rem 5rem;
    display: flex;
    justify-content: center;
    gap: 5rem;
    width: 100%;
    align-items: end;
}

.en-p .box img {
    height: 16rem;
}

.t-area h4 {
    padding-bottom: 1rem;
    font-weight: 300;
}

.t-area h3 {
    padding-bottom: 1rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.t-area p {
    padding-bottom: 1rem;
    font-weight: 200;
    font-size: .9rem;
}

.show {
    width: 100%;
    background: var(--color-maroon-dark);
    color: var(--color-main-background);
    text-align: center;
}

.show h1 {
    padding-top: 4rem;
    font-size: 3rem;
    font-weight: 300;
}

/* .show p{
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
    width: 38rem;
} */
.im {
    /* background: #e5e2df; */
    height: 30rem;
    min-width: auto;
    max-width: auto;
    margin: 3rem 4rem;
    overflow: hidden;

}

.show img {
    height: 30rem;
}

.aaf {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0rem;
    align-items: end;

}

.aaf h1 {
    font-size: 4rem;
    font-weight: 300;
}

.aaf p {
    font-weight: 200;
    font-size: 1.4rem;
    line-height: 2rem;
}

nav ul.nav-menu {
    display: none;
}


.artist-profile {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.img img {
    width: 17rem;
}

.name h3 {
    padding: .5rem 0rem;
    font-weight: 200;
}

.name h4 {
    font-weight: 300;

}

.p-btn {
    text-align: center;
    padding: 1rem 0rem;
}

.e-s-part {
    padding: 4rem 0rem;
    width: 100%;
    background: var(--color-maroon-dark);

}

.e-s-part h1 {
    padding-top: 2rem;
    font-size: 3rem;
    color: var(--color-cards);
    font-weight: 300;
    text-align: center;
}

.e-s-part p {
    padding: 2rem 0rem;
    color: var(--color-cards);
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
}

.e-p-gall {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.p img {
    width: 24rem;
}

.t-book {
    display: flex;
    justify-content: center;
    gap: 12rem;
    align-items: start;
    padding: 4rem 7rem;
}

.t-book h1 {
    font-size: 4rem;
    font-weight: 300;
}

.t-book p {

    font-size: 1.2rem;
    line-height: 3rem;

}

footer {
    background: #210302;
    text-align: center;
    color: var(--color-border);
}

footer h1 {
    text-align: center;
    background: transparent;
}

footer h1 img {
    padding-top: 2rem;
    background: transparent;
    height: 5rem;
}

.l {
    display: flex;
    padding: 1rem 0rem;
    justify-content: center;
    gap: 3rem;
    text-decoration: underline;
}

.s {
    display: flex;
    padding: 2rem 0rem;
    justify-content: center;
    gap: 3rem;
}

footer h4 {
    font-size: 1rem;
    font-weight: 100;
    padding: 2rem 0rem;
}

.ps {
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
}

@media (max-width: 1300px) {
    .container1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1rem 2rem;
    }

    .left1 {
        text-align: center;
    }

    .right1 {
        overflow: hidden;
        height: auto;

        width: 100%;
    }

    .artist-profile {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
    }
    aaf h1{
        text-align: center;
    }
    .aaf p {
    text-align: center;
    font-weight: 200;
    
}

    .aaf {
        display: flex;
        flex-direction: column;
        padding: 2rem 0rem;
        gap: 0;
    }

    .en-p .box {
        padding: 5rem 5rem;
        display: grid;
        text-align: unset;
        align-items: start;
        gap: 5rem;
        width: 100%;
        align-items: end;
    }

    .t-area p {
        width: 20rem;
        padding-bottom: 1rem;
        font-weight: 200;
        font-size: .9rem;
        text-align: start;
    }

    .left1 p {
        font-size: 1rem;
        font-weight: 300;
        width: 25rem;
    }

    .left1 h3 {
        padding-bottom: 2rem;
        font-size: 4rem;
        font-weight: 300;
        width: 30rem;
    }

    .e-p-gall {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4rem;
        align-items: center;
    }

    .t-book {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5rem;
        align-items: center;
        padding: 4rem 7rem;
    }

    nav {
        position: sticky;
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12rem;
        padding: 2rem 10rem;
        height: 3rem;
        background: var(--color-cards);
    }
   
    
    nav ul{
        display: none;
    }
    .right1 img {
        overflow: hidden;
        height: 100vw;
        width: auto;
    }

    .ps {
        width: 29rem;
        text-align: center;
        padding-left: 2rem;
    }
}

@media (max-width: 768px) {
    nav {
        gap: 1rem;
        padding: 1rem;
        height: auto;
        justify-content: center;
    }

    nav img:first-child {
        height: 1rem;
    }

    nav img:last-child {
        height: 1.5rem;
        cursor: pointer;
    }

    .left1 h3 {
        font-size: 2rem;
        width: 100%;
        padding-bottom: 1rem;
    }

    .left1 p {
        font-size: 0.9rem;
        width: 100%;
    }

    .left1 button, .btn button {
        width: 100%;
        height: 2.5rem;
    }

    .en-p .box {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
        align-items: center;
    }

    .en-p .box img {
        height: 12rem;
        width: 100%;
        object-fit: cover;
    }

    .t-area {
        text-align: center;
        width: 100%;
    }

    .t-area p {
        width: 100%;
    }

    .aaf h1 {
        padding-right:3rem ;
        font-size: 2rem;
    }

    .aaf p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .img img {
        width: 100%;
        max-width: 15rem;
    }

    .artist-profile {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .artist {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 0;
    }

    .show h1 {
        font-size: 2rem;
        padding-top: 2rem;
    }

    .im {
        height: 20rem;
        margin: 2rem;
    }

    .show img {
        height: 20rem;
    }

    .p img {
        width: 100%;
        max-width: 20rem;
        height: auto;
    }

    .e-p-gall {
        gap: 1rem;
    }

    .t-book {
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .t-book h1 {
        font-size: 2rem;
    }

    .t-book p {
        font-size: 1rem;
        line-height: 1.8rem;
        text-align: center;
    }

    footer .l {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    footer h1 img {
        height: 3rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    nav {
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem;
    }

   nav ul{
    display: none;
   }
 


    .container1 {
        padding: 0.5rem;
    }

    .left1 {
        padding: 2rem 1rem;
    }

    .left1 h3 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }

    .left1 p {
        font-size: 0.85rem;
    }

    .left1 button, .btn button {
        width: 100%;
        height: 2.25rem;
        font-size: 0.9rem;
        margin: 1rem 0;
    }

    .en-p .box {
        padding: 1.5rem;
        gap: 1rem;
    }

    .en-p .box img {
        height: 10rem;
    }

    .t-area h4 {
        font-size: 0.85rem;
    }

    .t-area h3 {
        font-size: 1.2rem;
    }

    .t-area p {
        font-size: 0.8rem;
    }

    .aaf {
        padding: 1rem 0;
    }

    .aaf h1 {
        font-size: 1.5rem;
    }

    .aaf p {
        font-size: 0.9rem;
    }

    .artist {
        flex: 1 1 100%;
    }

    .img img {
        max-width: 100%;
    }

    .show h1 {
        font-size: 1.5rem;
        padding: 1.5rem 1rem 0 1rem;
    }

    .show {
        padding: 0 1rem;
    }

    .im {
        height: 15rem;
        margin: 1.5rem;
    }

    .show img {
        height: 15rem;
    }

    .ps {
        width: 100%;
        padding: 1rem;
        font-size: 0.9rem;
    }

    .e-s-part {
        padding: 2rem 1rem;
    }

    .e-s-part h1 {
        font-size: 1.5rem;
        padding-top: 1rem;
    }

    .e-s-part p {
        font-size: 0.9rem;
        padding: 1rem 0;
    }

    .p img {
        max-width: 100%;
    }

    .e-p-gall {
        gap: 0.5rem;
    }

    .t-book {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .t-book h1 {
        font-size: 1.5rem;
    }

    .t-book p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    footer h1 img {
        height: 2rem;
        padding-top: 1rem;
    }

    footer h4 {
        font-size: 0.85rem;
        padding: 1rem 0;
    }

    footer {
        padding: 1rem 0.5rem;
    }

    .l, .s {
        gap: 1rem;
    }
}