/* body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
} */

details {
    display: flex;
    flex-direction: column;
    margin: 16px;
}

details center {
    display: flex;
    flex-direction: column;
}

summary::marker {
    font-size: 24px;
}

svg {
    font-size: 28px;
    cursor: pointer;
    float: right;
    margin-bottom: 16px;
}

.carousel {
    display: none;
}
.img-with-text {
    width: 74%;
    height: fit-content;
    max-height: fit-content;
}

.img-with-text h2 {
    font-family: 'Libre Baskerville';
    display: inline;
    font-size: 24px;
    margin-bottom: 16px;
}

.img-with-text img {
    width: 50%;
    margin: 0;
    margin-left: 8px;
    float: right;
    border-radius: 10px;
}

.img-text {
    float: right;
    width: 50%;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #808080;
    margin: 0px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.img-with-text p {
    font-family: 'Poppins';
    font-size: 14px;
    margin: 0px;
}
.img-with-text div {
    font-family: 'Poppins';
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    details {
        margin-inline: 8px;
        font-size: 8px;
    }

    svg {
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 8px;
    }

    summary::marker {
        font-size: 16px;
    }
}

/* HEADER */


header {
    display: flex;
    width: 100%;
    background-color: white;
}

body {
    margin: 0px;
}

.hidden-item {
    display: none;
}

.main-header {
    display: flex;
    width: 100%;
    background-color: white;
    box-shadow: 0px 8px 20px lightgrey;
    margin-bottom: 0px;
}

.main-navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-family: 'Poppins';
    background-color: white;
}

.main-navbar .icon {
    display: none;
}

.main-header a {
    all: unset;
}

.image-flex-mobile {
    display: flex;
    width: 20%;
    max-width: 258px;
    margin-left: 1.5%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
}

.header-image-container a img {
    width: 100%;
}

.header-image-container :hover {
    cursor: pointer;
}

.header-links-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
}

.header-links-container-centered {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 4px;
    margin-left: 3%;
    margin-right: auto;

}

.header-links-container-right {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 4px;
    margin-left: auto;
    margin-right: 3%;

}

.navbar-link-mobile-only {
    display: none;
}


.navbar-link {
    display: flex;
    height: fit-content;
    margin-block: auto;
    margin-inline: 24px;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 1120px) {
    .navbar-link {
        display: flex;
        height: fit-content;
        margin-block: auto;
        margin-inline: 16px;
        font-size: 14px;
        text-align: center;
    }
}

.current-navlink {
    display: flex;
    height: fit-content;
    color: #1BA84D;
    margin-block: auto;
    margin-inline: 23px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.navbar-link :hover,
.current-navlink :hover {
    text-decoration: solid underline #1BA84D;
    text-underline-offset: 4px;
    cursor: pointer;
}

.navbar-link-container-mobile,
.navbar-link-mobile {
    display: none;
}

.dropdown {
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: fit-content;
    margin-block: auto;
    margin-inline: 23px;
    font-size: 14px;
}

.dropdown a {
    display: flex;
}

.dropdown-content {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    width: fit-content;
    white-space: nowrap;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    border-radius: 5px;
}

.navbar-link-drop {
    display: block;
    width: fit-content;
    margin-block: 16px;
    margin-inline: 16px;
    text-decoration: none;
}

.navbar-link-drop img {
    margin-block: auto;
    margin-left: 4px;
}

.navbar-link-drop:hover {
    text-decoration: solid underline #1BA84D;
    text-underline-offset: 4px;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: flex;
}


/* HEADER */
@media screen and (max-width: 1000px) {

    .header-links-container,
    .navbar-link,
    .current-navlink {
        display: none;
    }

    .main-navbar a.icon {
        display: block;
        margin-top: auto;
        margin-left: 8px;
        text-align: center;
        height: fit-content;
    }

    a.icon {
        font-size: 12px;
    }

    a.icon img {
        max-height: 24px;
    }

    .navbar-link-container-mobile,
    .navbar-link-mobile,
    .navbar-link-mobile-current {
        display: flex;
    }


    .main-navbar {
        padding-top: 12px;
        padding-bottom: 8px;
        height: max-content;
        background-color: #fff;
    }

    .main-navbar.responsive {
        flex-direction: column;
        height: max-content;
        background-color: #fff;
        position: fixed;
        z-index: 99;
    }

    .image-flex-mobile {
        display: flex;
        width: 100%;
        max-width: unset;
        margin: unset;
    }

    .main-navbar.responsive .navbar-link-container-mobile,
    .main-navbar.responsive .navbar-link-mobile,
    .main-navbar.responsive .navbar-link-mobile-current {
        display: flex;
    }

    .main-navbar.responsive .icon a {
        display: block;
        margin-top: 24px;
        margin-left: -280px;
        text-align: center;
        color: #1BA84D;
        text-align: center;
    }

    .main-navbar.responsive div {
        float: none;
        display: block;
        text-align: left;
    }

    .main-navbar.responsive .image-flex-mobile {
        display: flex;
        width: 100%;
        max-width: unset;
        margin: unset;
    }

    .main-navbar.responsive .header-links-container-centered .dropdown,
    .main-navbar.responsive .dropdown .dropdown-content {
        display: none;
    }

    .header-links-container {
        margin: 0px;
        width: 100%;
        height: 100vh;
        background-color: #EEF5F9;
    }

    .navbar-link-container-mobile {
        margin: 8px;
        margin-block: auto;
        margin-left: auto;
    }

    .navbar-link-mobile,
    .dropdown {
        margin-inline: 4px;
        font-size: 13px;
    }

    .dropdown {
        margin-block: unset;
    }

    .dropdown-content {
        display: none;
        flex-direction: column;
        justify-content: end;
        width: fit-content;
        position: absolute;
        top: 32px;
        right: 0px;
        background-color: white;
        white-space: nowrap;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        border-radius: 5px;
    }

    .dropdown:hover .dropdown-content {
        display: flex;
    }

    .navbar-link-drop {
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin-block: 16px;
        margin-inline: 8px;
        text-decoration: none;
    }

    .navbar-link-drop img {
        margin-block: auto;
        margin-left: 4px;
    }

    .navbar-link-mobile-current {
        color: #1BA84D;
        margin-inline: 4px;
        font-size: 14px;
    }

    .navbar-link-mobile:hover,
    .navbar-link-mobile-current:hover {
        text-decoration: solid underline #1BA84D;
        text-underline-offset: 4px;
    }

    .navbar-link-mobile-only {
        padding-right: 23px;
    }

    .navbar-link-mobile-only img {
        height: 16px;
        float: right;
        padding-block: 14px;
    }

    .header-image-container {
        width: 46%;
        max-width: 144px;
        margin-left: 12px;
        margin-top: 8px;
        margin-right: 16px;
    }

    .header-image-container a img {
        width: 100%;
    }

    .header-links-container-centered {
        float: left;
        display: flex;
        flex-direction: column;
        margin: unset;
    }

    .header-links-container-right {
        float: left;
        display: flex;
        flex-direction: column;
        margin: unset;
        margin-top: 32px;

    }

    .navbar-link,
    .current-navlink {
        font-size: 14px;
        margin-block: 0px;
        margin-left: 0px;
        padding-block: 12px;
        padding-left: 23px;
        width: 100%;
    }

    .main-navbar.responsive .header-links-container-centered,
    .header-links-container-right {
        background-color: #EEF5F9;
        width: 100%;
    }

}

/* BANNER */
.banner-image {
    position: relative;
    width: 100%;
    height: 204px;
}

.banner-image img {
    filter: brightness(50%);
    width: 100%;
    height: 204px;
    object-fit: cover;
}

.banner-image-about {
    position: relative;
    width: 100%;
    height: 204px;
}

.banner-image-about img {
    filter: brightness(50%);
    width: 100%;
    height: 204px;
    object-fit: cover;
}

.banner-image-home {
    position: relative;
    width: 100%;
    height: 503px;
}

.banner-image-home img {
    filter: brightness(50%);
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    color: #ffffff;
    font-family: 'Libre Baskerville';
    font-size: 44px;
    position: absolute;
    bottom: 60px;
    left: 88px;
}

.banner-text-home1 {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    font-family: 'Libre Baskerville';
    font-size: 70px;
    font-style: italic;
    position: absolute;
    bottom: 290px;
    left: 50px;
}

.banner-text-home1 img {
    filter: brightness(100%);
    width: 64px;
    height: 64px;
}

.banner-text-home2 {
    color: #ffffff;
    font-family: 'Libre Baskerville';
    font-size: 70px;
    font-style: italic;
    position: absolute;
    bottom: 210px;
    left: 450px;
}

/* BANNER */
@media screen and (max-width: 1600px) {
    .banner-image {
        position: relative;
        width: 100%;
        height: 204px;
    }

    .banner-image img {
        filter: brightness(50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-image-home {
        position: relative;
        width: 100%;
        height: 420px;
    }

    .banner-image-home img {
        filter: brightness(50%);
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-text {
        color: #ffffff;
        font-family: 'Libre Baskerville';
        font-weight: bold;
        position: absolute;
        bottom: 60px;
        left: 88px;
    }

    .banner-text-home1 {
        display: flex;
        flex-wrap: wrap;
        color: #ffffff;
        font-family: 'Times New Roman', Times, serif;
        font-style: italic;
        position: absolute;
        bottom: 260px;
        left: 50px;
    }

    .banner-text-home1 img {
        filter: brightness(100%);
        width: 64px;
        height: 64px;
    }

    .banner-text-home2 {
        color: #ffffff;
        font-family: 'Times New Roman', Times, serif;
        font-style: italic;
        position: absolute;
        bottom: 180px;
        left: 450px;
    }

}

/* BANNER */
@media screen and (max-width: 1000px) {
    .banner-image {
        position: relative;
        width: 100%;
        height: 128px;
    }

    .banner-image img {
        filter: brightness(50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-image-about {
        position: relative;
        width: 100%;
        height: 188px;
    }

    .banner-image-about img {
        filter: brightness(50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-text {
        color: #ffffff;
        font-family: 'Libre Baskerville';
        font-size: 24px;
        position: absolute;
        bottom: 44px;
        left: 24px;
    }

}

/* PATH */
.directory-path {
    font-size: 14px;
    margin: 12px;
    margin-left: 0px;
    font-family: 'Poppins';
}

.directory-path a {
    text-underline-offset: 2px;
}

.gallery-page-filter-container {
    display: flex;
    flex-direction: column;
    margin-left: auto;

}


.gallery-page-filter {
    border: 1px transparent solid;
    border-bottom: none;
    display: flex;
    padding-inline: 8px;
}

.filter-active {
    background-color: white;
    border: 1px #C7C7C7 solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    z-index: 4;
}

.gallery-page-filter:hover {
    cursor: pointer;
}

.gallery-page-filter img {
    margin-block: auto;
    margin-left: 4px;
    height: 20px;
}

.gallery-page-filter p {
    margin-block: auto;
    font-size: 14px;
}

.painting-filters-toggle {
    width: 15%;
    min-width: 280px;
    flex-direction: column;
    position: absolute;
    margin-top: 21px;
    padding-block: 16px;
    padding-inline: 12px;
    background-color: white;
    border: 1px #C7C7C7 solid;
    border-radius: 5px;
    border-top-right-radius: 0px;
    z-index: 3;
    box-shadow: 4px 12px 8px 4px rgba(0, 0, 0, 0.5);
}

.painting-filters-toggle img {
    float: right;
    margin: 4px;
    margin-left: auto;
    margin-bottom: -16px;
    height: 16px;
    z-index: 5;
    cursor: pointer;
}

.painting-filters-toggle button {
    width: 100%;
    padding: 4px 8px;
    font-family: 'Poppins';
    font-size: 14px;
    color: white;
    background-color: #1BA84D;
    border: none;
    border-radius: 5px;
    outline: none;
    margin-bottom: 8px;
    cursor: pointer;
}

.painting-filters-toggle .clear {
    color: black;
    background-color: white;
    border: 1px solid darkgray;
}

.painting-filter {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.painting-filter h4 {
    color: #5F5F5F;
    font-weight: unset;
    margin: 0px;
    margin-bottom: 8px;
}

.painting-filter-element {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
}

.painting-filter-element input {
    width: 16px;
    /*Desired width*/
    height: 16px;
    /*Desired height*/
    cursor: pointer;
    margin-bottom: auto;
    border-radius: 0px;
}

.painting-filter-element label {
    width: fit-content;
    height: fit-content;
    margin-right: auto;
    cursor: pointer;

}

@media screen and (max-width:1000px) {
    .directory-path {
        font-size: 14px;
        margin: 8px;
        margin-left: 0px;
        font-family: 'Poppins';
    }

    .directory-path a {
        text-underline-offset: 2px;
    }

    .gallery-page-filter img {
        margin-block: auto;
        margin-left: 4px;
        height: 20px;
    }

    .gallery-page-filter p {
        margin-block: auto;
        font-size: 14px;
    }

    .painting-filters-toggle {
        width: 70%;
        min-width: unset;
        max-width: 320px;
        flex-direction: column;
        position: absolute;
        margin-top: 20px;
        padding-block: 16px;
        padding-inline: 12px;
        background-color: white;
        border: 1px #C7C7C7 solid;
        border-radius: 5px;
        border-top-right-radius: 0px;
        z-index: 3;
        box-shadow: 4px 12px 8px 4px rgba(0, 0, 0, 0.5);
    }

    .painting-filters-toggle button {
        width: 100%;
        padding: 8px;
        font-family: 'Poppins';
        font-size: 14px;
        color: white;
        background-color: #1BA84D;
        border: none;
        border-radius: 5px;
        outline: none;
        margin-bottom: 4px 8px;
        cursor: pointer;
    }


}

/* HOME */
.home-page-vertical-divider {
    margin-inline: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home-page-vertical-left-division {
    width: 67%;
    margin-right: 10px;
}

.home-page-vertical-right-division {
    width: 30%;
    margin-left: 10px;
}

.home-about-page-content-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
    font-family: 'Poppins';
}

.home-about-image-container {
    width: 27%;
    height: fit-content;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: -15%;
    text-align: center;
    border: 24px solid #ffffff;
    position: relative;
    z-index: 1;
}

.home-about-image-container img {
    width: 100%;
    float: left;
}

.home-about-bio-container {
    width: 64%;
    margin-top: 24px;
    margin-bottom: auto;
}

.home-about-bio-container1 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.home-about-bio-container1 p br {
    height: 4px;
}

.home-about-bio-container-mobile,
.home-about-bio-text-container-mobile {
    display: none;
}

.home-about-bio-container h2 {
    font-family: 'Libre Baskerville';
    font-size: 24px;
    margin: 0px;
    margin-bottom: 8px;
}

.home-about-bio-container p {
    font-size: 14px;
    margin: 0px;
}

.home-about-bio-container1 p {
    font-size: 14px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.home-about-bio-container p a {
    font-size: 14px;
    margin: 0px;
}

.home-about-bio-container1 p a {
    font-size: 14px;
    margin: 0px;
}

.read-more-decoration {
    justify-content: left;
    width: fit-content;
    margin: 0px;
    margin-left: auto;
}

.read-more-decoration a p {
    font-size: 16px;
    text-align: left;
}

.home-faq-section-container {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
}

.home-faq-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    border-bottom: 1px solid #949494;
}

.home-faq-header h2 {
    margin: 0px;
    margin-bottom: 8px;
    margin-right: auto;
    font-size: 24px;
    font-family: 'Libre Baskerville';
}

.home-faq-header p {
    margin: 0px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 4px;
    font-size: 14px;
    font-family: 'Poppins';

}

.home-faq-container {
    font-family: 'Poppins';
}

.home-faq-container h3 {
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 16px;
}

.home-faq-container p {
    font-size: 14px;
    margin: 0px;
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #949494;
}

.home-blog-section-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.home-blog-section-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.home-blog-section-header h2 {
    margin: 0px;
    margin-right: auto;
    font-size: 24px;
    font-family: 'Libre Baskerville';
}

.home-blog-section-header p {
    margin: 0px;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    font-family: 'Poppins';

}

.home-blogs-container {
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-bottom: 8px;
    font-family: 'Poppins';
    width: 100%;
}

.home-blogs-container a {
    all: unset;
}

.home-blogs-container a:hover {
    cursor: pointer;
}

.home-blogs-child {
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #949494;
}

.home-blogs-child:hover {
    cursor: pointer;
}

.home-blogs-child a {
    all: unset;
}

.home-blog-image {
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    max-height: 620px;
}

.home-blog-image img {
    width: 100%;
    border-radius: 10px;
}

.home-blog-date {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    margin-top: 10px;
}

.home-blog-title {
    margin: 0px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
}

.home-blog-body {
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 63px;
}

.home-gallery-header {
    display: flex;
    flex-wrap: wrap;
}

.home-gallery-header h2 {
    margin: 0px;
    margin-bottom: 8px;
    margin-right: auto;
    font-size: 24px;
    font-family: 'Libre Baskerville';
}

.home-gallery-header p {
    margin: 0px;
    margin-bottom: 4px;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    font-family: 'Poppins';
}

.home-gallery-paintings-container {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins';
    justify-content: space-between;
}

.home-gallery-individual-painting-container {
    margin-inline: 0.5%;
    margin-bottom: 24px;
    padding: 0px;
    text-decoration: none;
    color: black;
    width: 31%;
}

.home-gallery-individual-painting-container a {
    all: unset;
}

.home-gallery-individual-painting-container:hover {
    cursor: pointer;
}

.home-gallery-individual-painting-container:hover .home-gallery-painting-thumbnail img {
    box-shadow: 0px 0px 16px #A9E1FF;
}

.home-gallery-painting-thumbnail {
    width: 100%;
    aspect-ratio: 1/1;
}

.home-gallery-painting-thumbnail img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.home-gallery-painting-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.home-gallery-painting-title .painting-left-title {
    text-align: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.painting-right-ruppee {
    display: flex;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    margin-top: 0.75%;
    margin-right: 2px;
}

.painting-right-text {
    display: flex;
    font-weight: normal;
}

.painting-right-text-full {
    margin-left: auto;
    font-weight: normal;
    color: red;
    text-decoration: line-through;
}

.home-gallery-painting-medium {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.home-gallery-painting-surface {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.home-gallery-painting-size {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.home-gallery-painting-cost {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.latest-painting-container {
    width: 100%;
    font-family: 'Poppins';
}

.latest-painting-container h2 {
    font-family: 'Libre Baskerville';
    margin: 0px;
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 24px;
}

.latest-painting-container a {
    all: unset;
}

.latest-painting-container a:hover {
    cursor: pointer;
}

.latest-painting-thumbnail {
    width: 100%;
}

.latest-painting-thumbnail img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.latest-painting-thumbnail img:hover {
    box-shadow: 0px 0px 16px #A9E1FF;
}

.latest-painting-title {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-top: 8px;
    font-size: 14px;
}

.latest-painting-title .painting-left-title {
    font-weight: bold;
}

.painting-right-text {
    font-weight: normal;
}

.latest-painting-medium {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-block: 4px;
    font-size: 14px;
}

.latest-painting-surface {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-block: 4px;
    font-size: 14px;
}

.latest-painting-size {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    margin-block: 4px;
    font-size: 14px;
}

.home-page-vertical-bottom-division {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 48px;
}

.home-page-vertical-bottom-division h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'Libre Baskerville';
    font-size: 24px;
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins';
    margin-inline: 10%;
    margin-bottom: 32px;
}

.home-testimonial-section-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'Poppins';
}

.home-testimonial-section-container p {
    margin: 0px;
    margin-bottom: 4px;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    font-family: 'Poppins';
}

.home-testimonial-hero {
    background-color: #EEF5F9;
    border-radius: 5px;
    padding-block: 8px;
    padding-inline: 16px;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.home-testimonial-hero-img {
    margin-right: 16px;
    margin-block: 8px;
    width: 25%;
    border-radius: 10px;
    float: left;
}

.home-testimonial-hero-name {
    font-size: 16px;
    margin: 0px;
    margin-top: 8px;

}

.home-testimonial-hero-title {
    font-size: 14px;
    font-weight: 500;
    color: #15171a;
    margin: 0px;
    margin-bottom: 8px;

}

.home-testimonial-hero-text {
    font-size: 16px;
    font-style: italic;
    color: #15171a;
    margin: 0px;
}


.home-testimonial {
    width: 47%;
    margin: 0px;
    margin-right: 24px;
    margin-bottom: 20px;
}

.home-testimonial-img {
    margin-right: 10px;
    margin-left: 0px;
    margin-block: 8px;
    width: 36%;
    border-radius: 10px;
    float: left;
}

.home-testimonial-name {
    font-size: 14px;
    margin: 0px;
    margin-top: 8px;

}

.home-testimonial-title {
    font-size: 14px;
    font-weight: 500;
    color: #15171a;
    margin: 0px;
    margin-bottom: 20px;

}

.home-testimonial-text {
    font-size: 14px;
    font-style: italic;
    color: #15171a;
    margin: 0px;
}

/* HOME */
@media screen and (max-width: 1000px) {
    .banner-image-home {
        position: relative;
        width: 100%;
        height: 188px;
    }

    .banner-image-home img {
        filter: brightness(50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-text-home1 {
        color: #ffffff;
        font-family: 'Libre Baskerville';
        font-size: 24px;
        font-style: italic;
        position: absolute;
        bottom: 60px;
        left: 10px;
    }

    .banner-text-home1 img {
        filter: brightness(100%);
        width: 24px;
        height: 24px;
    }

    .banner-text-home2 {
        color: #ffffff;
        font-family: 'Libre Baskerville';
        font-size: 24px;
        font-style: italic;
        position: absolute;
        bottom: 40px;
        left: 136px;
    }

    .home-page-vertical-divider {
        margin-inline: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .home-page-vertical-left-division {
        width: 100%;
        margin-right: 0px;
    }

    .home-page-vertical-right-division {
        width: 100%;
        margin-left: 0px;
    }

    .home-about-page-content-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 18px;
        font-family: 'Poppins';
    }

    .home-about-image-container {
        width: 30%;
        max-width: 120px;
        height: fit-content;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: -36px;
        margin-left: -8px;
        text-align: center;
        border: solid 8px #ffffff;
        position: relative;
        z-index: 1;
    }

    .home-about-image-container img {
        width: 100%;
        float: left;
    }

    .home-about-bio-container {
        display: none;
        width: 65%;
        margin-top: 4px;
        margin-left: 0px;
    }

    .home-about-bio-container1 {
        display: none;
        width: 100%;
        margin-top: 4px;
        margin-left: 0px;
    }

    .home-about-bio-container-mobile,
    .home-about-bio-text-container-mobile {
        display: inline;
        width: 65%;
        margin-top: 4px;
        margin-left: 0px;
        height: fit-content;
    }

    .home-about-bio-text-container-mobile {
        width: 100%;
    }

    .home-about-bio-container-mobile h2 {
        font-family: 'Libre Baskerville';
        font-weight: unset;
        font-size: 18px;
        margin: 0px;
        margin-bottom: 4px;
    }

    .home-about-bio-container-mobile p {
        margin: 0px;
        font-size: 12px;

    }

    .home-about-bio-text-container-mobile p {
        margin: 0px;
        font-size: 14px;
    }

    .home-about-bio-text-container-mobile p {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-about-bio-container p a {
        font-size: 12px;
        margin: 0px;
    }

    .home-about-bio-container-mobile {
        width: 60%;
        margin-top: 4px;
        margin-left: 0px;
    }

    .home-about-bio-container-mobile h2 {
        font-weight: unset;
        margin-bottom: 4px;
    }

    .read-more-decoration {
        justify-content: right;
        width: fit-content;
        margin: 0px;
        margin-left: auto;
    }

    .read-more-decoration p a {
        font-size: 12px;
        text-align: right;
    }

    .home-faq-section-container {
        margin-bottom: 48px;
        width: 100%;
    }

    .home-faq-header {
        display: flex;
        flex-wrap: wrap;
        margin-top: 28px;
        margin-bottom: 8px;
        border-bottom: 1px solid #949494;
    }

    .home-faq-header h2 {
        margin: 0px;
        margin-bottom: 8px;
        margin-right: auto;
        font-size: 18px;
        font-family: 'Libre Baskerville';
    }

    .home-faq-header p {
        margin: 0px;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: 4px;
        font-size: 12px;
        font-family: 'Poppins';

    }

    .home-faq-container {
        font-family: 'Poppins';
    }

    .home-faq-container h3 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 4px;
    }

    .home-faq-container p {
        font-size: 14px;
        margin: 0px;
        margin-top: auto;
        margin-left: auto;
        padding-bottom: 8px;
        border-bottom: 1px solid #949494;
    }

    .home-blog-section-header {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .home-blog-section-header h2 {
        margin: 0px;
        margin-bottom: 8px;
        margin-right: auto;
        font-size: 18px;
        font-family: 'Libre Baskerville';
    }

    .home-blog-section-header p {
        margin: 0px;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: 4px;
        font-size: 12px;
        font-family: 'Poppins';

    }

    .home-blogs-container {
        margin: 0px;
        margin-bottom: 8px;
        font-family: 'Poppins';
        width: 100%;
    }

    .home-blogs-child {
        margin: 0px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #949494;
    }

    .home-blogs-child:hover {
        cursor: pointer;
    }

    .home-blogs-child a {
        all: unset;
    }

    .home-blog-image {
        justify-content: center;
        width: 100%;
        max-height: none;
    }

    .home-blog-image img {
        width: 100%;
    }

    .home-blog-date {
        color: #808080;
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
        margin-top: 10px;
    }

    .home-blog-title {
        margin: 0px;
        margin-top: 2px;
        font-size: 14px;
        font-weight: bold;
    }

    .home-blog-body {
        display: flex;
        flex-direction: column;
        margin: 0px;
        font-size: 12px;
        max-height: 54px;
        word-wrap: normal;
        text-overflow: ellipsis;
    }

    .home-gallery-header {
        display: flex;
        flex-wrap: wrap;
    }

    .home-gallery-header h2 {
        margin: 0px;
        margin-bottom: 8px;
        margin-right: auto;
        font-size: 18px;
        font-family: 'Libre Baskerville';
    }

    .home-gallery-header p {
        margin: 0px;
        margin-bottom: 4px;
        margin-top: 12px;
        margin-left: auto;
        font-size: 12px;
        font-family: 'Poppins';
    }

    .home-gallery-paintings-container {
        display: flex;
        flex-wrap: wrap;
        margin-inline: -4px;
        font-family: 'Poppins';
    }

    .home-gallery-individual-painting-container {
        margin: 0px 4px;
        margin-bottom: 24px;
        padding: 0px;
        text-decoration: none;
        color: black;
        width: 47%;

    }

    .home-gallery-individual-painting-container a {
        all: unset;
    }

    .home-gallery-individual-painting-container:hover {
        cursor: pointer;
    }

    .home-gallery-painting-thumbnail {
        object-fit: cover;
        width: 100%;
    }

    .home-gallery-painting-thumbnail img {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .home-gallery-painting-title {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 0px;
    }

    .home-gallery-painting-title .painting-left-title {
        text-align: left;
        width: 70%;
    }

    .home-gallery-painting-medium {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .home-gallery-painting-surface {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .home-gallery-painting-size {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .home-gallery-painting-cost {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .painting-right-text {
        justify-content: right;
        text-align: right;
        margin-left: 0px;
        max-width: fit-content;
    }

    .latest-painting-container {
        display: none;
    }

    .home-page-vertical-bottom-division {
        width: 100%;
        margin: 0px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .home-page-vertical-bottom-division h2 {
        margin: 0px;
        margin-bottom: 10px;
        font-size: 18px;
        font-family: 'Libre Baskerville';
    }

    .home-testimonial-section-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        font-family: 'Poppins';
        margin-top: 4px;
    }


    .home-testimonial-hero {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .home-testimonial-hero-img {
        margin-right: 0px;
        margin-block: 8px;
        width: 100%;
        border-radius: 10px;
        float: left;
    }

    .home-testimonial-hero-name {
        font-size: 14px;
        margin: 0px;
        margin-top: 8px;

    }

    .home-testimonial-hero-title {
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
        margin-bottom: 20px;

    }

    .home-testimonial-hero-text {
        font-size: 14px;
        font-style: italic;
        margin: 0px;
    }

    .home-testimonial {
        width: 100%;
        margin: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .home-testimonial-img {
        margin-left: 0px;
        margin-block: 4px;
        width: 30%;
    }

    .home-testimonial-name {
        font-size: 14px;
        margin: 0px;
        margin-top: 4px;

    }

    .home-testimonial-title {
        font-size: 12px;
        font-weight: 500;
        color: #15171a;
        margin: 0px;
        margin-bottom: 4px;

    }

    .home-testimonial-text {
        font-size: 12px;
        font-style: italic;
        color: #15171a;
        margin: 0px;
    }
}


/* ABOUT */
.about-page-container {
    font-family: 'Poppins';
    padding-top: 0px;
    margin-inline: 10%;
}

.about-page-content-container {
    margin-top: 0px;
    margin-bottom: 20px;

}

.about-page-content-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
}

.about-page-content-row1 {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
}

.about-image-container {
    width: 23%;
    height: fit-content;
    margin-right: 2%;
    margin-bottom: 22px;
    text-align: center;
    overflow: hidden;
}

.about-image-container img {
    width: 100%;
}

.bio-mobile-header {
    display: none;
}

.about-bio-container {
    width: 100%;
    margin-right: 24px;
}

.about-bio-container-mobile {
    display: none;
}

.bio-mobile-desc {
    display: none;
}

.about-poem-container {
    width: 24%;
    margin-right: 16px;
}

.about-poem-header {
    margin: 0px;
    font-family: 'Libre Baskerville';
    font-size: 24px;
    margin-bottom: 14px;
    width: 100%;
}

.about-poem-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.about-poem-body img {
    margin-right: 0px;
    width: 44px;
    height: 44px;
}

.about-poem-body p {
    width: 85%;
    margin: 0px;
    padding-top: 8px;
    font-size: 14px;
    font-style: italic;
}

.about-poem-container1 {
    width: 100%;
    text-align: left;
    margin-top: 16px;
}

.about-poem-header1 {
    font-family: 'Libre Baskerville';
    font-size: 24px;
    margin: 0px;
    margin-bottom: 14px;
    width: 100%;
}

.about-poem-body1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.about-poem-body1 img {
    margin-right: 0px;
    width: 32px;
    height: 32px;
}

.about-poem-body1 p {
    font-size: 14px;
    margin: 0px;
    padding-top: 8px;
    width: 80%;
    font-style: italic;
}

.about-blog-container {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    width: 100%;
    font-family: 'Poppins';
}

.about-blog-header {
    margin: 0px;
    margin-bottom: 16px;
    font-family: 'Libre Baskerville';
    font-size: 24px;
    width: 100%;
}

.about-blogs-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.about-blog-container a {
    all: unset;
}

.about-blogs-child-image {
    width: 45%;
    height: fit-content;
    margin-right: 28px;
}

.about-blogs-child-text {
    width: 47%;
}

.about-blogs-child-text-full {
    width: 100%;
}

.about-blog-image {
    width: 100%;
}

.about-blog-image img {
    width: 100%;
    justify-self: right;
    border-radius: 10px;
}

.about-blog-image p {
    margin: 0px;
    font-size: 14px;
    color: #808080;
    text-align: right;
}

.about-blog-date {
    margin: 0px;
    margin-bottom: 4px;
    font-size: 14px;
}

.about-blog-title {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}

.about-blog-body {
    margin: 0px;
    font-size: 14px;
}

/* ABOUT */
@media screen and (max-width: 1000px) {
    .about-image-container {
        justify-self: left;
        width: 30%;
        margin-right: 0px;
        margin-top: -36px;
        margin-left: -8px;
        margin-bottom: 0px;
        text-align: center;
        float: left;
        position: relative;
        z-index: 1;
        border: solid 8px #ffffff;
    }

    .about-page-container {
        font-family: 'Poppins';
        padding: 0px;
        margin-inline: 20px;
    }

    .about-page-container .directory-path {
        display: none;
    }

    .about-page-content-container {
        margin-top: 0px;
        margin-bottom: 54px;

    }

    .about-page-content-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    .about-page-content-row1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;

    }

    .about-image-container img {
        width: 100%;

    }

    .about-bio-container {
        display: none;
        margin-right: 0px;
        width: 100%;
    }

    .about-bio-container-mobile {
        display: block;
        width: 64%;
        margin-block: 4px;
    }

    .bio-mobile-header {
        font-family: 'Libre Baskerville';
        display: inline;
        font-size: 18px;
        font-weight: normal;
        width: 100%;
        height: fit-content;
        margin: 0px;
        margin-right: 0px;
    }

    .bio-mobile-intro {
        display: block;
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        margin: 0px;
        margin-right: 0px;
    }

    .bio-mobile-desc {
        display: block;
        font-size: 14px;
        font-weight: normal;
        width: 100%;
        margin: 0px;
        margin-right: 0px;
    }

    .about-bio-container h2 {
        display: none;
        width: fit-content;
        margin: 0px;
        margin-right: 0px;
    }


    .about-bio-container p {
        font-size: 14px;
        margin: 0px;
        width: 100%;
    }


    .about-poem-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 8px;
    }

    .about-poem-container h2 {
        margin: 0px;
        font-family: 'Libre Baskerville';
        font-size: 18px;
        font-weight: unset;
        margin-bottom: 14px;
    }

    .about-poem-body {
        width: 100%;

    }

    .about-poem-body img {
        margin-right: 0px;
        width: 40px;
        height: 40px;
        margin-left: auto;
    }

    .about-poem-body p {
        margin: 0px;
        padding-top: 8px;
        font-size: 14px;
        font-style: italic;
        width: fit-content;
        margin-right: auto;
    }

    .about-poem-container1 {
        display: none;
    }

    .about-blog-container {
        width: 100%;
        font-family: 'Poppins';
        margin-top: 12px;
    }

    .about-blog-header {
        margin: 0px;
        font-family: 'Libre Baskerville';
        font-size: 18px;
        margin-bottom: 14px;
        width: 100%;
    }

    .about-blogs-child {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 44px;
    }

    .about-blog-container a {
        all: unset;
    }

    .about-blogs-child-image {
        width: 100%;
        height: fit-content;
        margin-right: 0px;
    }

    .about-blogs-child-text {
        width: 100%;
    }

    .about-blog-image {
        width: 100%;
        font-size: 14px;
    }

    .about-blog-image img {
        width: 100%;
        justify-self: right;
    }

    .about-blog-image p {
        margin: 0px;
        font-size: 14px;
        color: #808080;
    }

    .about-blog-date {
        margin: 0px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .about-blog-title {
        margin: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .about-blog-body {
        margin: 0px;
        font-size: 14px;
    }

    .about-page-content-row .about-blog-container {
        display: none;
    }

}


/* ABOUT */
@media screen and (max-width: 600px) {
    .about-image-container {
        justify-self: left;
        width: 30%;
        height: fit-content;
        margin-top: -36px;
        margin-bottom: 0px;
        text-align: center;
        float: left;
        position: relative;
        z-index: 1;
        border: solid 8px #ffffff;
    }


    .about-page-container {
        font-family: 'Poppins';
        padding: 0px;
    }

    .about-page-container .directory-path {
        display: none;
    }

    .about-page-content-container {
        margin-top: 0px;
        margin-bottom: 20px;

    }

    .about-page-content-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin-top: 0px;
    }

    .about-image-container img {
        width: 100%;
    }

    .about-bio-container {
        width: 65%;
        margin-right: 0px;
        width: 100%;
    }

    .bio-mobile-header {
        display: inline;
        font-weight: normal;
        width: fit-content;
        margin: 0px;
        margin-right: 0px;
    }


    .img-with-text h2 {
        display: none;
        font-family: 'Libre Baskerville';
        font-size: 28px;
        margin: 0px;
        margin-bottom: 14px;
    }

    .img-with-text p {
        font-size: 16px;
        margin: 0px;
    }


    .img-with-text {
        width: 100%;
        height: fit-content;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .img-with-text img {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
    }

    .img-text {
        display: inline;
        font-size: 14px;
        font-weight: 600;
        margin: 0px;
        margin-bottom: 8px;
    }


    .about-poem-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-top: 8px;
    }

    .about-poem-container h2 {
        margin: 0px;
        font-weight: unset;
        margin-bottom: 14px;
    }

    .about-poem-body {
        margin-inline: auto;

    }

    .about-poem-body img {
        margin-right: 0px;
        width: 25px;
        height: 25px;
    }

    .about-poem-body p {
        width: 85%;
        margin: 0px;
        padding-top: 8px;
        font-style: italic;
    }

    .about-blog-container {
        width: 100%;
        margin-top: 16px;
    }

    .about-blog-header {
        margin: 0px;
        margin-bottom: 14px;
        width: 100%;
    }

    .about-blogs-child {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 44px;
    }

    .about-blog-container a {
        all: unset;
    }

    .about-blogs-child-image {
        width: 100%;
        height: fit-content;
        margin-right: 0px;
    }

    .about-blogs-child-text {
        width: 100%;
    }

    .about-blog-image {
        width: 100%;
    }

    .about-blog-image img {
        width: 100%;
        justify-self: right;
    }

    .about-blog-image p {
        margin: 0px;
        color: #808080;
    }

    .about-blog-date {
        margin: 0px;
        margin-bottom: 4px;
    }

    .about-blog-title {
        margin: 0px;
        margin-bottom: 8px;
    }

    .about-blog-body {
        margin: 0px;
    }
}

/* BLOG */
.blog-page-container {
    display: flex;
    flex-wrap: wrap;
    margin-inline: 10%;
    justify-content: space-around;
}

.blog-page-vertical-left-division {
    width: 65%;
    margin-right: 10px;
}

.blog-page-vertical-right-division {
    width: 30%;
    margin-left: 10px;
    margin-right: auto;
}

/*BLOG*/
.main-blog-container {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
    margin-right: 0px;
    font-family: 'Poppins';
}

.blog-read-more {
    text-decoration: solid underline;
    font-size: 14px;
    color: #2743FD;
}

.first-blogs-child {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-bottom: 44px;
    background-color: #EEF5F9;
    padding: 20px;
}

.first-blogs-child:hover {
    cursor: pointer;
}

.first-blog-container a {
    all: unset;
}

.first-blogs-child-image {
    width: 50%;
    max-width: 608px;
    height: fit-content;
    margin-right: 20px;
}

.first-blogs-child-text {
    width: 45%;
}

.first-blogs-child-text-full {
    width: 100%;
}

.first-blog-image {
    position: relative;
    width: 100%;
}

.first-blog-image img {
    width: 100%;
    justify-self: right;
    border-radius: 10px;
}

.first-blog-image p {
    margin: 0px;
    font-size: 14px;
    color: #808080;
}

.first-blog-date {
    margin: 0px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #808080;
}

.first-blog-date-top {
    display: none;
    margin: 0px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #808080;
}

.first-blog-title {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}

.first-blog-title-top {
    display: none;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}

.first-blog-body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 63px;
}

.main-blogs-child {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-bottom: 44px;
    padding: 20px;
}

.main-blogs-child:hover {
    cursor: pointer;
}

.main-blog-container a {
    all: unset;
}

.main-blogs-child-image {
    width: 45%;
    max-width: 488px;
    height: fit-content;
    margin-right: 20px;
}

.main-blogs-child-text {
    width: 50%;
}

.main-blogs-child-text-full {
    width: 100%;
}

.main-blog-image {
    position: relative;
    width: 100%;
}

.main-blog-image img {
    width: 100%;
    justify-self: right;
    border-radius: 10px;
}

.main-blog-image p {
    display: none;
    margin: 0px;
    font-size: 16px;
    color: #808080;
}

.main-blog-date {
    margin: 0px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #808080;
}

.main-blog-date-top {
    display: none;
    margin: 0px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #808080;
}

.main-blog-title {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}

.main-blog-title-top {
    display: none;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}

.main-blog-body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 63px;
}

/* BLOG */
@media screen and (max-width: 1000px) {

    .blog-page-container {
        display: flex;
        flex-wrap: wrap;
        margin-inline: 20px;
        justify-content: space-around;
    }

    .blog-page-vertical-left-division {
        width: 100%;
        margin-inline: 0px;
    }

    .blog-page-vertical-right-division {
        display: none;
        width: 30%;
        margin-left: 18px;
    }

    .blog-read-more {
        text-decoration: solid underline;
        font-size: 12px;
        color: #2743FD;
    }

    .first-blogs-child {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: #EEF5F9;
        padding: 12px;
    }

    .first-blogs-child:hover {
        cursor: pointer;
    }

    .first-blog-container a {
        all: unset;
    }

    .first-blogs-child-image {
        width: 100%;
        max-width: 1208px;
        height: fit-content;
        margin-right: 0px;
    }

    .first-blogs-child-text {
        width: 100%;
    }

    .first-blog-image {
        width: 100%;
    }

    .first-blog-image img {
        width: 100%;
        justify-self: right;
    }

    .first-blog-image p {
        margin: 0px;
        font-size: 14px;
    }

    .first-blog-date {
        display: none;
        margin: 0px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .first-blog-date-top {
        display: block;
        margin: 0px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .first-blog-title {
        display: none;
        margin: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .first-blog-title-top {
        display: block;
        margin: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .first-blog-body {
        display: flex;
        flex-direction: column;
        margin: 0px;
        font-size: 14px;
        max-height: 63px;
    }

    .main-blogs-child {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-bottom: 8px;
        padding: 12px;
        margin-left: -8px;
    }

    .main-blogs-child:hover {
        cursor: pointer;
    }

    .main-blog-container a {
        all: unset;
    }

    .main-blogs-child-image {
        width: 100%;
        max-width: 1208px;
        height: fit-content;
        margin-right: 0px;
    }

    .main-blogs-child-text {
        width: 100%;
    }

    .main-blog-image {
        width: 100%;
    }

    .main-blog-image img {
        width: 100%;
        justify-self: right;
    }

    .main-blog-image p {
        margin: 0px;
        font-size: 14px;
    }

    .main-blog-date {
        display: none;
        margin: 0px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .main-blog-date-top {
        display: block;
        margin: 0px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .main-blog-title {
        display: none;
        margin: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .main-blog-title-top {
        display: block;
        margin: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .main-blog-body {
        display: flex;
        flex-direction: column;
        margin: 0px;
        font-size: 14px;
        max-height: 63px;
    }

}

/*BLOG READ PAGE*/

.read-blogs-child {
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    margin-bottom: 44px;
}

.read-blogs-child-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 488px;
    height: fit-content;
    margin-right: 28px;
}

.read-blogs-child-text {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.read-blog-image {
    display: flex;
    width: 100%;
}

.read-blog-image img {
    max-width: 100%;
}

.read-blogs-child p {
    margin: 0px;
    margin-block: 16px;
    font-size: 14px;
}

.read-blog-date {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 14px;
}

.read-blog-title {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 18px;
}

.read-blog-body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    font-size: 14px;
    height: fit-content;
}

.read-blog-body img {
    max-width: 70%;
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .read-blogs-child {
        margin-right: 2%;
        margin-top: 20px;
        margin-bottom: 44px;
    }

    .read-blogs-child-image {
        width: 100%;
        max-width: 488px;
        height: fit-content;
        margin-right: 28px;
    }

    .read-blogs-child-text {
        width: 100%;
    }

    .read-blog-image {
        width: 100%;
    }

    .read-blog-image img {
        width: 100%;
        justify-self: right;
    }

    .read-blog-image p {
        margin: 0px;
        margin-block: 4px;
        font-size: 14px;
    }

    .read-blog-date {
        margin: 0px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .read-blog-title {
        margin: 0px;
        margin-bottom: 8px;
        font-size: 18px;
    }

    .read-blog-body {
        margin: 0px;
        font-size: 14px;
    }

    .read-blog-body img {
        max-width: 100%;
    }
}


/* GALLERY */
.gallery-page-container {
    margin: 0px;
    margin-inline: 10%;
    font-family: 'Poppins';
}

.gallery-paintings-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.gallery-individual-painting-container {
    margin-left: 1%;
    margin-right: 1%;
    padding: 0px;
    margin-block: 16px;
    padding-bottom: 24px;
    text-decoration: none;
    color: black;
    width: 23%;

}

.gallery-painting-image-container {
    position: relative;
}

.painting-sold-red-gallery-image {
    position: absolute;
    bottom: 12px;
    right: 8px;
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    margin-block: auto;
    margin-right: 6px;
    background-color: red;
    border-radius: 100%;
    float: left;
    z-index: 10;
}

.painting-sold-red-gallery {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
    margin-block: auto;
    margin-right: 6px;
    background-color: red;
    border-radius: 100%;
    float: left;
}

.gallery-painting-thumbnail {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;

}

.gallery-individual-painting-container:hover .gallery-painting-thumbnail {
    box-shadow: 0px 0px 16px #A9E1FF;
}

.gallery-painting-title {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.gallery-painting-title .painting-right-text {
    margin-left: auto;
}


.gallery-painting-medium {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.gallery-painting-surface {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.gallery-painting-size {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.gallery-painting-cost {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.painting-left-title {
    text-align: left;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.painting-left-text {
    text-align: left;
    width: 30%;
}

.painting-right-text {
    width: 69%;
    word-wrap: break-word;
    justify-content: right;
    text-align: right;
    margin-left: auto;
    max-width: fit-content;
}

/* GALLERY */
@media screen and (max-width: 1000px) {

    .gallery-page-container {
        padding: 0px;
        margin-inline: 20px;
        font-family: 'Poppins';
    }

    .gallery-painting-thumbnail {
        object-fit: cover;
        width: 100%;
    }

    .gallery-paintings-container {
        display: flex;
        flex-wrap: wrap;
        padding-inline: 0px;
    }

    .gallery-individual-painting-container {
        padding: 0px;
        text-decoration: none;
        color: black;
        width: 31%;
        max-height: fit-content;

    }

    .gallery-painting-title {
        font-size: 12px;
        margin: 0px;
        max-width: 100%;
    }

    .gallery-painting-medium {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .gallery-painting-surface {
        display: none;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .gallery-painting-size {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .gallery-painting-cost {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
    }

    .painting-left-title {
        text-align: left;
        width: 60%;
        margin-block: 2px;
        margin-right: auto;
    }

    .painting-left-text {
        display: none;
    }

    .painting-right-text {
        width: 100%;
        word-wrap: break-word;
        justify-content: right;
        text-align: left;
        margin-left: 0px;
        max-width: fit-content;
    }
}

/* GALLERY */
@media screen and (max-width: 600px) {
    .gallery-page-container {
        padding: 0px;
        font-family: 'Poppins';
    }

    .gallery-painting-thumbnail {
        object-fit: cover;
        width: 100%;
    }

    .gallery-paintings-container {
        display: flex;
        flex-wrap: wrap;
        padding-inline: 0px;
    }

    .gallery-individual-painting-container {
        padding: 0px;
        text-decoration: none;
        color: black;
        width: 47%;

    }

    .gallery-painting-title {
        margin: 0px;
        max-width: 100%;
    }

    .gallery-painting-medium {
        display: flex;
        flex-wrap: wrap;
    }

    .gallery-painting-surface {
        display: none;
        flex-wrap: wrap;
    }

    .gallery-painting-size {
        display: flex;
        flex-wrap: wrap;
    }

    .gallery-painting-cost {
        display: flex;
        flex-wrap: wrap;
    }

    .painting-left-title {
        text-align: left;
        width: 60%;
        margin-right: auto;
    }

    .painting-left-text {
        display: none;
    }

}

/* COMMISSION */
.commission-page-container {
    margin-inline: 10%;
}

.commission-page-divider {
    display: flex;
    flex-wrap: wrap;
}

.commission-page-divider h2 {
    font-size: 24px;
    font-family: 'Libre Baskerville';
    margin-top: 16px;
    margin-bottom: 8px;
}

.commission-page-divider p {
    font-size: 14px;
    font-family: 'Poppins';
}

.commission-page-left {
    width: 47%;
    margin-right: auto;
}

.commission-page-form {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 8px;
}

.commission-name {
    width: 100%;
    height: 48px;
    font-size: 14px;
}

.commission-email {
    width: 100%;
    height: 48px;
    font-size: 14px;
}

.commission-select {
    width: 23%;
    height: 48px;
    padding-inline: 2px;
    padding-block: 1px;
    background-color: #F3F4F3;
    border: 1px solid;
    outline: unset;
    font-size: 14px;
}

.commission-submit {
    font-size: 14px;
    width: 60%;
    height: 44px;
    color: #ffffff;
    background-color: #1BA84D;
    border-radius: 5px;
    border: none;
    outline: none;
}

.commission-phone {
    font-size: 14px;
    width: 73%;
    height: 48px;
    float: right;
}

.commission-page-right {
    width: 47%;
    margin-left: auto;
}

.commission-art-container {
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins';
}

.commission-art-container a {
    all: unset;
}

.commission-art-container a:hover {
    cursor: pointer;
}

.commission-painting-thumbnail {
    width: 100%;

}

.commission-painting-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.commission-painting-title {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-block: 8px;
    font-weight: bold;
}

.commission-painting-medium {
    display: flex;
    flex-wrap: wrap;
    margin-block: 8px;
}

.commission-painting-surface {
    display: flex;
    flex-wrap: wrap;
    margin-block: 8px;
}

.commission-painting-size {
    display: flex;
    flex-wrap: wrap;
    margin-block: 8px;
}

.commission-painting-description {
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .commission-page-container {
        margin-inline: 20px;
    }

    .commission-page-divider {
        display: flex;
        flex-wrap: wrap;
    }

    .commission-page-divider h2 {
        font-size: 18px;
        font-family: 'Libre Baskerville';
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .commission-page-text p {
        font-size: 14px;
        font-family: 'Poppins';
    }

    .commission-page-left {
        width: 100%;
        margin-right: auto;
    }

    .commission-page-form {
        position: relative;
        font-family: 'Poppins';
        font-size: 14px;
    }

    .commission-form {
        width: 100%;
    }

    .commission-name {
        width: 98%;
        height: 32px;
        font-size: 14px;
    }

    .commission-email {
        width: 98%;
        height: 32px;
        font-size: 14px;
    }

    .commission-select {
        width: 25%;
        height: 38px;
        padding-inline: 2px;
        padding-block: 1px;
        background-color: #F3F4F3;
        border: 1px solid #B6B6B6;
        outline: unset;
        font-size: 14px;
    }

    .commission-submit {
        font-size: 12px;
        width: 100%;
        height: 30px;
        color: #ffffff;
        background-color: #1BA84D;
        border-radius: 5px;
    }

    .commission-phone {
        width: 70%;
        height: 32px;
        font-size: 14px;
        float: right;
    }

    .commission-page-right {
        width: 100%;
        margin-left: auto;
    }

    .commission-art-container {
        width: 100%;
        font-family: 'Poppins';
    }

    .commission-art-container a {
        all: unset;
    }

    .commission-painting-thumbnail {
        width: 100%;

    }

    .commission-painting-thumbnail img {
        width: 100%;

    }

    .commission-painting-title {
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        margin-block: 8px;
        font-weight: bold;
    }

    .commission-painting-medium {
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        margin-block: 8px;
    }

    .commission-painting-surface {
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        margin-block: 8px;
    }

    .commission-painting-size {
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        margin-block: 8px;
    }

    .commission-painting-description {
        font-size: 14px;
    }
}

/* SALE */
.sale-page-container {
    width: 100%;
    height: fit-content;
    margin: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.sale-page-timer-row {
    display: flex;
    flex-wrap: wrap;
    padding-block: 20px;
    background-image: linear-gradient(to right, #EC8E62, #DB617F, #9B79EE);
    border-radius: 10px;
}


.sale-page-timer {
    width: 30%;
    height: fit-content;
    margin: 0px;
    padding: 4px;
}

.timer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    margin-block: 16px;
    margin-inline: auto;
    color: white;
    font-size: 44px;
    font-weight: bolder;
    letter-spacing: 2px;
}

.timer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Align horizontal */
    align-items: center;
    /* Align vertical */
    width: 23%;
    aspect-ratio: 1/1;
    border: 2px solid white;
    border-radius: 100%;
    margin-inline: auto;
    text-align: center;
}

.sale-page-timer-units {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px;
    margin-inline: auto;
    margin-block: 16px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.sale-page-days {
    width: 20%;
    margin: 0px;
    margin-inline: auto;
    text-align: center;
}

.sale-page-hour {
    width: 20%;
    margin: 0px;
    margin-inline: auto;
    text-align: center;
}

.sale-page-minute {
    width: 20%;
    margin: 0px;
    margin-inline: auto;
    text-align: center;
}

.sale-page-second {
    width: 20%;
    margin: 0px;
    margin-inline: auto;
    text-align: center;
}

.sale-page-desc {
    height: fit-content;
    width: 65%;
    height: 100%;
    margin-block: auto;
    margin-left: 20px;
}

.sale-page-desc p {
    height: 100%;
    color: white;
    margin: 0px;
    margin-block: auto;
    font-size: 16px;
}

/* SALE */

@media screen and (max-width: 1000px) {
    .sale-page-container {
        width: 100%;
        height: fit-content;
        margin: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .sale-page-timer-row {
        display: flex;
        flex-wrap: wrap;
        padding-block: 0px;
        background-image: linear-gradient(to bottom right, #EC8E62, #DB617F, #9B79EE);
    }


    .sale-page-timer {
        width: 100%;
        height: fit-content;
        margin: 0px;
        padding: 4px;
    }

    .timer {
        width: 100%;
        margin: 0px;
        margin-block: 16px;
        margin-inline: auto;
        color: white;
        font-size: 24px;
        font-weight: bolder;
        letter-spacing: 2px;
        display: flex;
        flex-wrap: wrap;
    }

    .timer div {
        width: 20%;
        aspect-ratio: 1/1;
        border: 2px solid white;
        border-radius: 100%;
        margin-inline: auto;
        text-align: center;
    }

    .sale-page-timer-units {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0px;
        margin-inline: auto;
        margin-top: 16px;
        margin-bottom: 8px;
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

    .sale-page-days {
        width: 20%;
        margin: 0px;
        margin-inline: auto;
        text-align: center;
    }

    .sale-page-hour {
        width: 20%;
        margin: 0px;
        margin-inline: auto;
        text-align: center;
    }

    .sale-page-minute {
        width: 20%;
        margin: 0px;
        margin-inline: auto;
        text-align: center;
    }

    .sale-page-second {
        width: 20%;
        margin: 0px;
        margin-inline: auto;
        text-align: center;
    }

    .sale-page-desc {
        height: fit-content;
        width: 100%;
        height: 100%;
        margin-block: auto;
        margin-left: 20px;
    }

    .sale-page-desc p {
        height: 100%;
        color: white;
        margin: 0px;
        margin-block: 8px;
        font-size: 14px;
    }
}

/* PAINTING */
.painting-page-container {
    font-family: 'Poppins';
    margin: 0px 10%;
}

.painting-page-divider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.painting-page-left-division {
    display: flex;
    flex-direction: row;
    max-width: 65%;
    margin-right: 10px;
}

.painting-min-width {
    min-width: 65%;
    width: 65%;
}

.painting-page-right-division {
    min-width: 23%;
    max-width: 40%;
    margin-left: 10px;
    margin-right: auto;
}

.painting-page-left-thumbnails {
    display: flex;
    flex-direction: column;
    width: 7.5%;
    margin: 0px;
    margin-right: 1.5%;
}

.painting-page-left-thumbnails #painting_image {
    margin-top: 0px;
}

.painting-page-left-thumbnails img {
    cursor: pointer;
    margin-block: 9%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.painting-page-left-thumbnails #painting_image {
    box-shadow: 0px 0px 8px 4px #A9E1FF;
}

.painting-page-left-scroll-mobile {
    display: none;
}

.painting-page-left-painting-not-full {
    max-width: 87%;
}

.painting-page-left-painting {
    max-width: 100%;
}

.painting-page-left-painting img {
    max-width: 100%;
}

.painting-page-left-painting-not-full img {
    width: 100%;
}

.painting-desc-text {
    width: fit-content;
    font-size: 15px;
}

@media screen and (max-width: 3840px) {
    .painting-max-height {
        height: 1740px;
    }
}

@media screen and (max-width: 2560px) {
    .painting-max-height {
        height: 1320px;
    }
}

@media screen and (max-width: 1920px) {
    .painting-max-height {
        height: 960px;
    }
}

@media screen and (max-width: 1600px) {

    .painting-max-height {
        height: 760px;
    }
}

@media screen and (max-width: 1300px) {
    .painting-max-height {
        height: 640px;
    }
}

.painting-page-title {
    font-family: 'Libre Baskerville';
    font-weight: unset;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.painting-page-title h2 {
    font-weight: 500px;
}

.painting-page-medium {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 12px 0px;
}

.painting-page-surface {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 12px 0px;
}

.painting-page-size {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 12px 0px;
}

.painting-page-cost {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 12px 0px;
}


.painting-page-right-sub-division {
    margin-top: 8px;
    margin-bottom: 16px;

}

.painting-page-right-sub-division1 {
    display: flex;
    width: 23%;
    min-width: fit-content;
    max-width: 68px;
    margin-right: 2%;
}

.painting-page-right-sub-division2 {
    width: 74%;
    margin-right: auto;
    font-weight: 600;
}

.painting-page-buy-button {
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: bold;
    min-height: 44px;
    min-width: 300px;
    border: none;
    border-radius: 5px;
    background-color: #1BA84D;
    padding: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.painting-buy-share-buttons {
    display: flex;
    margin-bottom: 16px;
    min-height: 45px;
    min-width: 150px;
}

.painting-share-button {
    display: flex;
    flex-direction: row;
    width: fit-content;
    border: 1px solid black;
    outline: none;
    border-radius: 5px;
    min-height: 40px;
    min-width: 300px;
}


.painting-share-button img {
    margin-block: auto;
    height: 100%;
    max-height: 24px;
    margin-right: 1%;
    margin-left: auto;
}

.painting-share-button div {
    font-size: 14px;
    font-weight: bold;
    margin-block: auto;
    margin-left: 1%;
    margin-right: auto;
}

.painting-share-button:hover {
    cursor: pointer;
}


.painting-share-links-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    backdrop-filter: blur(4px);
}

.painting-share-links {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    min-width: 360px;
    height: fit-content;
    margin: auto;
    padding: 1%;
    background-color: white;
    border-radius: 10px;
    z-index: 101;
    font-family: 'Poppins';
    font-size: 15px;
    box-shadow: 0px 0px 8px 4px #707070;
}

.painting-share-links h3 {
    width: fit-content;
    margin: auto;
    float: left;
    font-family: 'Libre Baskerville';
    font-size: 16px;
}

.painting-share-close {
    max-width: 20px;
    aspect-ratio: 1/1;
    border: none;
    outline: none;
    float: right;
    background-color: white;
    font-family: 'Poppins';
    font-size: 15px;
}

.painting-share-close:hover {
    cursor: pointer;
}

.painting-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 12px;
    margin-bottom: 4px;
}

.painting-links a {
    all: unset;
}

.painting-links a:hover {
    cursor: pointer;
}

.painting-share-thumbs {
    border-radius: 100%;
    outline-offset: 4px;
    width: 100%;
    margin: 0px;
    margin-inline: auto;
}

.img-with-text1 {
    width: 20%;
    height: fit-content;
    max-height: fit-content;
    margin-inline: auto;
}

.img-text1 {
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin: 0px;
    margin-inline: auto;
    margin-bottom: 8px;
    text-decoration: none;
}

.painting-share-link-copy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
}

.painting-share-link {
    cursor: pointer;
    width: 70%;
    height: fit-content;
    margin: 4px;
    margin-inline: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.painting-share-copy {
    width: 20%;
    height: 44px;
    border: none;
    border-radius: 10px;
    outline: none;
    color: white;
    background-color: #1BA84D;
    font-family: 'Poppins';
    font-size: 15 px;
    margin: 4px;
}

.painting-share-copy:hover {
    cursor: pointer;
}

.painting-sold {
    display: flex;
    width: fit-content;
}

.painting-sold-red {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    margin-right: 8px;
    background-color: red;
    margin-block: auto;
    border-radius: 100%;
}


.painting-sold-text {
    width: fit-content;
    height: fit-content;
    margin-block: auto;
}

.painting-unavailable-text {
    width: fit-content;
    height: fit-content;
    margin-block: auto;
}

.painting-unavailable-text h3 {
    font-size: 15px;
    margin: 0px;
}

.painting-sold-text h3 {
    font-size: 15px;
    margin: 0px;
}

.painting-page-buy-button:hover {
    cursor: pointer;
}

.painting-page-bottom-division {
    margin-top: 12px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #FFF6EF;
}

.painting-page-bottom-torn {
    width: 100%;
    margin-bottom: 20px;

}

.painting-page-bottom-torn-mobile {
    display: none;
}

.painting-note {
    font-size: 15px;
    margin-block: 4px;
}

.painting-page-bottom-division h3 {
    font-size: 22px;
    font-family: 'Poppins';
    margin-inline: 20px;
}

.painting-page-left-frames {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 10%;
}

.painting-page-left-frames-short {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-inline: 17%;
}

.painting-page-left-frame1 {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */

}

.painting-page-left-frame1-short {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */

}

.inner-image1 {
    width: 70%;
    margin: 15% auto;
}

.painting-page-left-frame2 {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
}

.painting-page-left-frame2-short {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */

}

.inner-image2 {
    width: 70%;
    margin: 15% auto;
}

.painting-page-left-frame3 {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
}

.painting-page-left-frame3-short {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */

}

.inner-image3 {
    width: 70%;
    margin: 15% auto;
}

.painting-page-left-frame4 {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */
}

.painting-page-left-frame4-short {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: contain;
    /* Resize the background image to cover the entire container */

}

.inner-image4 {
    width: 70%;
    margin: 15% auto;
}


/* PAINTING */
@media screen and (max-width: 1000px) {

    .painting-max-height {
        height: unset;
    }

    .painting-page-container {
        font-size: 14px;
        font-family: 'Poppins';
        margin: 0px 20px;
    }

    .painting-page-divider {
        display: flex;
        flex-direction: column;
    }

    .painting-page-left-division {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .painting-page-left-thumbnails {
        display: none;
    }

    .painting-desc-text {
        font-size: 14px;
    }

    .carousel {
        display: flex;
        width: 100%;
        height: 124px;
        overflow: hidden;
        overflow-x: scroll;
        aspect-ratio: 2.5/1;
    }

    .carousel::-webkit-scrollbar {
        display: none;
    }

    .painting-page-left-thumbnails-mobile-container {
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        width: 100%;
        height: 100%;
    }

    .painting-page-left-thumbnails-mobile {
        display: flex;
        flex-direction: row;
        width: fit-content;
        height: 100%;
    }

    .painting-page-left-thumbnails-mobile #painting_image {
        box-shadow: 0px 0px 4px 4px #A9E1FF;
    }

    .painting-page-left-scroll-mobile {
        display: flex;
        flex-direction: row;
        position: relative;
        width: 100%;
        height: 10px;
        margin: 0px;
        margin-bottom: 4px;
        padding: 0px;
    }

    .painting-page-left-scroll-dots-mobile {
        border: 1px solid grey;
        border-radius: 100%;
        aspect-ratio: 1/1;
        margin-block: auto;
        margin-inline: 2%;
        height: 80%;
    }

    .painting-page-left-thumbnails-mobile #mobile_painting_image {
        box-shadow: 0px 0px 8px 4px #A9E1FF;
    }

    .left-one {
        background-color: gray;
        margin-right: 2%;
        margin-left: auto;
        height: 90%;
    }

    .right-one {
        margin-left: 2%;
        margin-right: auto;
    }

    .painting-page-left-thumbnails-mobile img {
        margin-inline: 0.8%;
        margin-block: 1.6%;
        object-fit: cover;
        aspect-ratio: 1/1;
    }

    .painting-page-left-painting {
        width: 100%;
        max-width: 100%;
        margin-top: 4px;
        margin-inline: auto;
        max-height: unset;

    }

    .painting-page-left-painting img {
        width: 100%;
        max-height: none;
    }


    .painting-page-right-division {
        width: 100%;
        margin-left: 0px;
        max-width: unset;
    }

    .painting-page-right-sub-division {
        margin-bottom: 16px;

    }

    .painting-page-right-sub-division1 {
        width: 16%;
        max-width: unset;
        margin-right: 2%;
    }

    .painting-page-right-sub-division2 {
        margin-right: 0px;
        width: 82%;
    }

    .painting-page-title {
        width: 100%;
        font-family: 'Libre Baskerville';
        font-size: 20px;
        margin: 0px;
        margin-top: 8px;
        word-wrap: break-word;
        font-weight: unset;
    }

    .painting-page-medium {
        justify-content: left;
        margin: 8px 0px;
        font-size: 14px;
    }

    .painting-page-surface {
        justify-content: left;
        margin: 8px 0px;
        font-size: 14px;
    }

    .painting-page-size {
        justify-content: left;
        margin: 8px 0px;
        font-size: 14px;
    }

    .painting-page-cost {
        justify-content: left;
        margin: 8px 0px;
        font-size: 14px;
    }

    .painting-note {
        font-size: 14px;
        margin-block: 4px;
    }

    .painting-page-buy-button {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        width: 100%;
        min-height: 42px;
        min-width: unset;
        font-size: 14px;
        font-family: 'Poppins';
        border: none;
        border-radius: 5px;
        background-color: #1BA84D;
        padding: 2px;
        margin-bottom: 16px;
    }

    .painting-buy-share-buttons {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 16px;
        min-height: 42px;
    }

    .painting-share-button {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0px;
        margin: 0px;
        border: 1px solid black;
        outline: none;
        border-radius: 5px;
        min-height: 40px;
        min-width: unset;
    }


    .painting-share-button img {
        margin-block: auto;
        height: 100%;
        max-height: 20px;
        margin-left: auto;
        margin-right: 1%;
    }

    .painting-share-button div {
        font-size: 14px;
        font-weight: bold;
        margin-block: auto;
        margin-left: 1%;
        margin-right: auto;
    }

    .painting-share-button:hover {
        cursor: pointer;
    }

    .painting-share-links-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        backdrop-filter: blur(4px);
    }

    .painting-share-links {
        position: relative;
        top: 50%;
        left: 0px;
        width: 85%;
        min-width: 0px;
        height: fit-content;
        margin: auto;
        padding: 4%;
        background-color: white;
        border-radius: 5px;
        z-index: 101;
        font-family: 'Poppins';
        font-size: 14px;
    }

    .painting-share-links h3 {
        width: fit-content;
        float: left;
        font-family: 'Libre Baskerville';
        font-size: 14px;
    }

    .painting-share-close {
        max-width: 20px;
        aspect-ratio: 1/1;
        border: none;
        outline: none;
        float: right;
        background-color: white;
        font-family: 'Poppins';
        font-size: 14px;
    }

    .painting-share-close:hover {
        cursor: pointer;
    }

    .painting-links {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    .painting-links a {
        all: unset;
    }

    .painting-links a:hover {
        cursor: pointer;
    }

    .painting-share-thumbs {
        border-radius: 100%;
        outline-offset: 4px;
        width: 80%;
        margin: 0px;
        margin-inline: 8px;
    }

    .img-with-text1 {
        width: 20%;
        height: fit-content;
        max-height: fit-content;
        margin-inline: auto;
    }

    .img-text1 {
        width: fit-content;
        font-size: 14px;
        font-weight: 500;
        color: #808080;
        margin: 0px;
        margin-inline: auto;
        margin-bottom: 8px;
        text-decoration: none;
    }

    .painting-share-link-copy {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 10px;
    }

    .painting-share-link {
        width: 70%;
        height: fit-content;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }

    .painting-share-copy {
        width: 20%;
        height: 36px;
        border: none;
        border-radius: 10px;
        outline: none;
        color: white;
        background-color: #1BA84D;
        font-family: 'Poppins';
        font-size: 15px;
    }

    .painting-share-copy:hover {
        cursor: pointer;
    }

    .painting-sold {
        display: flex;
        flex-wrap: wrap;
        width: fit-content;
    }

    .painting-sold-red {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        aspect-ratio: 1/1;
        background-color: red;
        border-radius: 100%;
    }

    .painting-sold-text {
        width: fit-content;
        height: fit-content;
        margin-block: auto;
    }

    .painting-sold-text h3 {
        font-size: 14px;
        margin: 0px;
    }

    .painting-page-buy-button:hover {
        cursor: pointer;
    }

    .painting-page-bottom-division {
        width: 100%;
    }

    .painting-page-bottom-torn {
        display: none;

    }

    .painting-page-bottom-torn-mobile {
        display: inline;
        width: 100%;
        margin-bottom: 4px;
    }

    .painting-page-left-frames {
        display: flex;
        flex-wrap: wrap;
        margin-inline: 0px;
    }

    .painting-page-left-frames-short {
        display: flex;
        flex-wrap: wrap;
        margin-inline: 0px;
    }

    .painting-page-left-frame1 {
        display: flex;
        flex-wrap: wrap;
        margin: 4px;
        margin-bottom: 16px;
        margin-inline: auto;
        width: 47%;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */

    }

    .painting-page-left-frame1-short {
        display: flex;
        flex-wrap: wrap;
        margin: 4px;
        margin-bottom: 16px;
        margin-inline: auto;
        width: 47%;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */

    }

    .inner-image1 {
        width: 60%;
        margin: 14% auto;
    }

    .painting-page-left-frame2 {
        display: flex;
        flex-wrap: wrap;
        width: 47%;
        margin: 4px;
        margin-bottom: 8px;
        margin-inline: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */
    }

    .painting-page-left-frame2-short {
        display: flex;
        flex-wrap: wrap;
        width: 47%;
        margin: 4px;
        margin-bottom: 8px;
        margin-inline: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */
    }


    .inner-image2 {
        width: 60%;
        margin: 14% auto;
    }

    .painting-page-left-frame3 {
        display: flex;
        flex-wrap: wrap;
        width: 47%;
        margin: 4px;
        margin-bottom: 16px;
        margin-inline: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */
    }

    .painting-page-left-frame3-short {
        display: flex;
        flex-wrap: wrap;
        width: 47%;
        margin: 4px;
        margin-bottom: 8px;
        margin-inline: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */
    }

    .inner-image3 {
        width: 60%;
        margin: 14% auto;
    }

    .painting-page-left-frame4 {
        display: flex;
        flex-wrap: wrap;
        width: 47%;
        margin: 4px;
        margin-bottom: 8px;
        margin-inline: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */
    }

    .painting-page-left-frame4-short {
        display: flex;
        flex-wrap: wrap;
        width: 47%;
        margin: 4px;
        margin-bottom: 8px;
        margin-inline: auto;
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: contain;
        /* Resize the background image to cover the entire container */
    }

    .inner-image4 {
        width: 60%;
        margin: 14% auto;
    }
}



.faq-page-container {
    margin-inline: 10%;
    font-family: 'Poppins';
}

.faq-main-container {
    margin-top: 68px;
    margin-bottom: 128px;
}

.faq-container {
    width: 65%;
    margin-top: 12px;
    border: solid 1px #CAD6F1;
    padding: 18px;
    border-radius: 8px;
}

.faq-container h3 {
    margin: 0px;
    font-size: 16px;
}

.faq-container p {
    margin: 0px;
    margin-top: 4px;
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
    .faq-page-container {
        margin-inline: 20px;
        font-family: 'Poppins';
    }

    .faq-main-container {
        width: 98%;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .faq-container {
        width: 98%;
        margin-top: 12px;
        border: solid 1px #CAD6F1;
        padding: 4px;
        border-radius: 8px;
    }

    .faq-container h3 {
        margin: 0px;
        font-size: 14px;
    }

    .faq-container p {
        margin: 0px;
        margin-top: 4px;
        font-size: 14px;
    }
}

.contact-page-container {
    margin: 8px;
    margin-inline: 10%;
    font-family: 'Poppins';
}

.contact-page-divider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-page-left {
    width: 49%;
}

.contact-page-left h2 {
    color: #1BA84D;
    font-size: 24px;
    font-family: 'Libre Baskerville';
}

.contact-page-left p a {
    all: unset;
}

.contact-page-left p:hover {
    cursor: pointer;
}

.contact-page-left p {
    font-size: 14px;
}

.contact-page-painting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #EEF5F9;
    padding: 16px;
}

.contact-page-painting img {
    width: 37%;
}

.contact-page-painting p {
    width: 60%;
    margin: 0px;
}

.contact-page-painting p:hover {
    cursor: default;
}

.contact-page-right {
    width: 49%;
}

.contact-image {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 4%;
}

.contact-page-left form {
    margin-block: 32px;
}


.contact-page-left label {
    font-size: 14px;
    margin-bottom: 4px;
}

.contact-first-name {
    background-color: #F3F4F3;
    border: 1px solid;
    outline: unset;
    font-size: 14px;
    width: 95%;
    padding-inline: 2%;
    height: 48px;

}

.contact-email {
    background-color: #F3F4F3;
    border: 1px solid;
    outline: unset;
    font-size: 14px;
    width: 95%;
    padding-inline: 2%;
    height: 48px;

}

.contact-message {
    background-color: #F3F4F3;
    border: 1px solid;
    outline: unset;
    padding-inline: 2%;
    font-size: 14px;
    min-width: 95%;
    max-width: 95%;
    min-height: 112px;
    max-height: 420px;

}

.contact-submit {
    font-size: 14px;
    width: 100%;
    height: 44px;
    color: #ffffff;
    background-color: #1BA84D;
    border-radius: 5px;
    border: none;
    outline: none;
}

@media screen and (max-width: 1000px) {
    .contact-page-container {
        margin: 8px;
        margin-inline: 20px;
        font-family: 'Poppins';
    }

    .contact-page-divider {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-page-left {
        width: 100%;
    }

    .contact-page-left h2 {
        color: #1BA84D;
        font-size: 18px;
        font-family: 'Libre Baskerville';
    }

    .contact-page-left p a {
        all: unset;
    }

    .contact-page-left p:hover {
        cursor: pointer;
    }

    .contact-page-left p {
        font-size: 14px;
    }

    .contact-page-right {
        width: 100%;
    }

    .contact-page-right form {
        margin-block: 32px;
    }

    .contact-page-right label {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .contact-first-name {
        background-color: #F3F4F3;
        border: 1px solid #B6B6B6;
        outline: unset;
        font-size: 14px;
        width: 95%;
        height: 27px;

    }

    .contact-email {
        background-color: #F3F4F3;
        border: 1px solid #B6B6B6;
        outline: unset;
        font-size: 14px;
        width: 95%;
        height: 27px;

    }

    .contact-message {
        background-color: #F3F4F3;
        border: 1px solid #B6B6B6;
        outline: unset;
        font-size: 14px;
        min-width: 95%;
        max-width: 95%;
        min-height: 90px;
        max-height: 240px;

    }

    .contact-submit {
        font-size: 12px;
        width: 100%;
        height: 42px;
        color: #ffffff;
        background-color: #1BA84D;
        border-radius: 5px;
        border: none;
        outline: none;
    }
}

.flex-div {
    margin-inline: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.thank-div {
    margin-left: auto;
    height: fit-content;
    justify-content: right;
    width: 30%;
    margin-block: auto;
}

.thank-header {
    width: 70%;
    font-size: 34px;
    font-family: 'Libre Baskerville';
    margin-top: 0px;
    margin-inline: auto;
}

.thank-message {
    width: 70%;
    font-size: 14px;
    font-family: 'Poppins';
    margin-inline: auto;
}

.thank-message a {
    color: #1BA84D;
    text-decoration: none;

}

.thank-image {
    margin-right: auto;
    width: 40%;
    margin-top: 20px;
    margin-left: -10%;
}

.error-div {
    margin-inline: auto;
    height: fit-content;
    justify-content: right;
    width: 35%;
    margin-top: 7%;
    margin-bottom: auto;
}

.error-header {
    color: #1BA84D;
    width: 70%;
    font-size: 34px;
    font-family: 'Libre Baskerville';
    margin-top: 0px;
    margin-left: auto;
}

.error-header1 {
    color: #1BA84D;
    width: 70%;
    font-size: 22px;
    font-family: 'Libre Baskerville';
    margin-top: 0px;
    margin-left: auto;
}

.error-message {
    width: 70%;
    margin-left: auto;
    font-size: 14px;
    font-family: 'Poppins';
}

.error-message a {
    color: #1BA84D;
    text-decoration: none;

}

.error-image {
    margin-right: auto;
    width: 40%;
    margin-block: 7%;
}

.awesome-paintings {
    display: none;
}

@media screen and (max-width: 1000px) {

    .flex-div {
        margin-inline: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .thank-div {
        width: 100%;
        margin-top: 40px;
    }

    .thank-header {
        font-size: 24px;
        color: #1BA84D;
        margin-left: 0px;
        margin-bottom: 8px;
        font-family: 'Libre Baskerville';
    }

    .thank-message {
        font-size: 14px;
        font-family: 'Poppins';
        margin-left: 0px;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .thank-message a {
        color: #1BA84D;
        text-decoration: none;

    }

    .thank-image {
        width: 100%;
        margin-top: 40px;
        margin-left: 0px;
    }

    .error-div {
        margin-inline: auto;
        height: fit-content;
        justify-content: right;
        width: 100%;
        margin-top: 7%;
        margin-bottom: auto;
    }

    .error-header {
        color: #1BA84D;
        width: 100%;
        font-size: 18px;
        font-family: 'Libre Baskerville';
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 8px;
    }

    .error-header1 {
        color: #1BA84D;
        width: 100%;
        font-size: 18px;
        font-family: 'Libre Baskerville';
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 8px;
    }

    .error-message {
        width: 100%;
        font-size: 14px;
        font-family: 'Poppins';
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .error-message a {
        color: #1BA84D;
        text-decoration: none;

    }

    .error-image {
        margin-right: auto;
        width: 100%;
        margin-block: 7%;
    }

    .awesome-paintings {
        font-family: 'Poppins';
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: white;
        background-color: #1BA84D;
        border: #1BA84D;
        border-radius: 5px;
        height: 36px;
        margin-block: 20px;
    }

}

.painting-collection-container {
    width: 100%;
    margin-bottom: 5%;
    margin-inline: auto;
    border-bottom: 1px solid black;
}

.painting-collection-container h2 {
    width: fit-content;
    font-family: 'Libre Baskerville';
    font-size: 24px;
    margin-bottom: 1%;
}

.painting-collection-elements {
    display: flex;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 16px;
}

.painting-collection-image {
    position: relative;
    max-width: 65%;
    margin-left: auto;
    margin-right: 20px;
}

.painting-collection-image a {
    all: unset;
    cursor: pointer;
}

.painting-collection-image img {
    max-width: 100%;
    margin-inline: auto;
}

.marker {
    position: absolute;
    display: flex;
    justify-content: space-around;
    height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    color: #222222;
    box-shadow: 2px 2px 4px 2px #636363;
    aspect-ratio: 1/1;
    margin: 4px;
}


.painting-collection-details {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: auto;
}

.painting-collection-data-container {
    font-size: 14px;
    display: flex;
    width: 85%;
    margin-inline: auto;
    margin-block: 2.5%;
}

.painting-collection-data-container .painting-buy-share-buttons {
    margin-bottom: 0px;
}

.painting-collection-count {
    display: flex;
    height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5%;
    margin-bottom: auto;
    border-radius: 100%;
    border: 1px solid black;
    background-color: white;
    aspect-ratio: 1/1;
}

.painting-collection-count a {
    display: flex;
    all: unset;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.painting-collection-data a {
    all: unset;
    cursor: pointer;
}

.painting-collection-description {
    font-family: 'Poppins';
    font-size: 14px;
    margin-inline: auto;
}

.alt-width {
    min-width: unset;
    width: 100%;
    margin-inline: auto;
}

@media screen and (max-width: 1000px) {
    .alt-width {
        width: 90%;
    }

    .painting-collection-container {
        width: 100%;
    }

    .painting-collection-container h2 {
        font-size: 18px;
    }

    .painting-collection-elements {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
    }

    .painting-collection-image {
        width: 100%;
        max-width: unset;
        margin-inline: 0px;
    }

    .painting-collection-image img {
        width: 100%;
    }

    .painting-collection-details {
        width: 100%;
        font-size: 14px;
        margin-inline: 0px;
    }

    .painting-collection-data-container {
        display: flex;
        width: 100%;
        margin-inline: auto;
        margin-block: 2.5%;
    }

    .painting-collection-count {
        aspect-ratio: 1/1;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        margin-right: 5%;
        margin-bottom: auto;
        border-radius: 100%;
        border: 1px solid black;
        background-color: white;
    }

    .painting-collection-count a {
        all: unset;
        cursor: pointer;
    }

    .painting-collection-data {
        width: 85%;
    }

    .painting-collection-data a {
        all: unset;
        cursor: pointer;
    }

    .painting-collection-description {
        font-size: 14px;
    }

    .marker-0,
    .marker-1,
    .marker-2,
    .marker-3,
    .marker-4,
    .marker-5 {
        position: absolute;
        display: flex;
        justify-content: space-around;
        height: 16px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        border-radius: 100%;
        border: 1px solid black;
        background-color: white;
        aspect-ratio: 1/1;
    }

    .alt-width {
        min-width: unset;
        width: 100%;
        margin-inline: auto;
    }
}

/* FOOTER */
footer {
    font-size: 14px;
    color: #ffffff;
    background-color: #444444;
    font-family: 'Poppins';
    width: 100%;
}

.subscription-form-container {
    color: #ffffff;
    margin-inline: 20px;
    padding-block: 20px;
    margin-bottom: 16px;
}

.subscription-form-container p {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 14px;
}

.subscription-form {
    display: flex;
    width: 40%;
    border-radius: 4px;
    margin-block: 0px;
}

.subscription-form input {
    border: none;
}

.subscription-form input:focus {
    outline: none;
}

.footer-form-text {
    border-radius: 4px;
    width: 70%;
    font-size: 14px;
    padding: 0px;
    padding-left: 12px;
    margin-right: 8px;
}

.footer-form-text::placeholder {
    margin-left: 16px;
    font-size: 16px;
}

.footer-form-button {
    width: 30%;
    height: 44px;
    background-color: #1BA84D;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

.footer-social-media {
    width: 10%;
    display: flex;
    flex-direction: row;
    float: right;
}


.footer-social-media a {
    width: 20%;
}


.footer-social-media-mobile {
    display: none;
}

.footer-details-social {
    width: fit-content;
    display: flex;
    margin: auto;
    vertical-align: middle;
}

.footer-details-social img {
    width: 100%;
}

.footer-details {
    display: flex;
    flex-direction: row;
    margin-inline: 20px;
    border-top: solid 1px #C3C3C3;
}

.footer-image-container {
    width: 15%;
    height: fit-content;
    margin-top: 44px;
    margin-right: auto;
    margin-bottom: auto;
}

.footer-image-container a img {
    width: 100%;
}

.footer-image-container :hover {
    cursor: pointer;
}

.footer-links-container {
    display: flex;
    flex-direction: row;
    width: 34%;
    margin-top: 44px;
    margin-inline: auto;
    margin-bottom: 20px;
}

.footer-links {
    width: 32%;
    height: fit-content;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
}

.footer-links a {
    width: fit-content;
    height: fit-content;
    color: white;
    text-decoration: none;
    margin-bottom: 24px;
}

.footer-links a img {
    max-height: 20px;
}

.footer-links a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-studio-container {
    font-family: 'Libre Baskerville';
    font-size: 14px;
    width: 20%;
    margin-top: 44px;
    margin-left: auto;
    margin-right: 2.5%;
    margin-bottom: 20px;
}

.footer-studio-container p {
    font-family: 'Poppins';
}

.footer-studio-container img {
    width: 40%;
    float: left;
    margin-right: 8px;
}

.footer-image-container-company {
    width: 10%;
    max-width: 144px;
    margin-block: 20px;
}

.footer-image-container-company a img {
    width: 100%;
}

.footer-image-container :hover {
    cursor: pointer;
}

.footer-details-copyright {
    font-size: 14px;
    width: fit-content;
    height: fit-content;
    margin-block: auto;
    margin-left: 30%;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.footer-form-button:hover {
    cursor: pointer;
}

/* FOOTER */
@media screen and (max-width: 1000px) {
    footer {
        font-size: 12px;
        color: #ffffff;
        background-color: #444444;
        font-family: 'Poppins';
        width: 100%;
    }

    .subscription-form-container {
        color: #ffffff;
        margin-inline: 20px;
        padding-block: 20px;
        margin-bottom: 0px;
    }

    .subscription-form-container p {
        margin: 0px;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .subscription-form {
        display: flex;
        width: 100%;
        border-radius: 4px;
        margin-block: 0px;
    }

    .subscription-form input {
        border: none;
    }

    .subscription-form input:focus {
        outline: none;
    }

    .footer-form-text {
        border-radius: 4px;
        width: 70%;
        font-size: 14px;
        padding: 0px;
        padding-left: 8px;
        margin-right: 8px;
    }

    .footer-form-text::placeholder {
        font-size: 14px;
    }

    .footer-form-button {
        width: 30%;
        height: 30px;
        background-color: #1BA84D;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        border-radius: 4px;
    }

    .footer-social-media {
        display: none;
    }

    .footer-social-media-mobile {
        width: 30%;
        display: flex;
        flex-direction: row;
        margin-top: 8px;
        margin-bottom: -8%;
        margin-left: auto;
    }

    .footer-social-media-mobile a {
        width: 20%;
        max-width: 40px;
    }

    .footer-social-media-mobile a img {
        width: 100%;
    }

    .footer-details-social {
        width: fit-content;
        display: flex;
        margin: auto;
        vertical-align: middle;
    }

    .footer-details-social img {
        width: 20px;
    }

    .footer-details {
        display: flex;
        flex-direction: column;
        margin-inline: 20px;
        border-top: none;
    }

    .footer-image-container {
        width: 48%;
        height: fit-content;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
    }

    .footer-image-container a img {
        width: 100%;
    }

    .footer-image-container :hover {
        cursor: pointer;
    }

    .footer-links-container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        margin-top: 4px;
        margin-inline: auto;
        margin-bottom: 16px;
        padding-top: 16px;
        border-top: solid 1px #C3C3C3;
    }

    .footer-links {
        width: fit-content;
        height: fit-content;
        margin-inline: 0px;
        display: flex;
        flex-direction: column;
    }

    .footer-links a {
        width: fit-content;
        height: fit-content;
        color: white;
        text-decoration: none;
        margin-bottom: 16px;
    }

    .footer-links a img {
        max-height: 20px;
    }

    .footer-links a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .footer-studio-container {
        font-size: 12px;
        width: 100%;
        margin-top: 16px;
        margin-inline: 0px;
        margin-bottom: 12px;
        padding-bottom: 0px;
    }

    .footer-studio-container img {
        width: 25%;
        float: left;
        margin-right: 8px;
    }

    .footer-studio-container div {
        font-size: 14px;
    }

    .footer-studio-container div p {
        font-size: 12px;
    }

    .footer-studio-container div,
    .footer-studio-container div p {
        width: 100%;
    }

    .footer-image-container-company {
        width: 100%;
        max-width: none;
        padding-block: 8px;
        margin-block: 0px;
        border-top: solid 1px #C3C3C3;
    }

    .footer-image-container-company a img {
        width: 30%;
        max-width: 128px;
    }

    .footer-image-container :hover {
        cursor: pointer;
    }

    .footer-details-copyright {
        font-size: 12px;
        width: 100%;
        height: fit-content;
        margin-inline: auto;
        margin-bottom: 8px;
        text-align: left;
    }

    .footer-form-button:hover {
        cursor: pointer;
    }

}

.coming-soon {
    display: flex;
    width: 100%;
}

.coming-soon img {
    width: 50%;
    margin-inline: auto;
    margin-block: 16px;
}

@media screen and (max-width: 1000px) {
    .coming-soon {
        margin-block: 10%;
        width: 100%;
    }

    .coming-soon img {
        width: 100%;
    }

    .testimonial-container {
        display: flex;
        flex-wrap: wrap;
        font-family: 'Poppins';
        margin-inline: 20px;
        margin-bottom: 20px;
    }
}

.underlay {
    display: flex;
}

.first-blog-image .overlay {
    width: 20%;
    position: absolute;
    margin: auto;
    top: 30%;
    left: 40%;
}

.main-blog-image .overlay {
    width: 20%;
    position: absolute;
    margin: auto;
    top: 30%;
    left: 40%;
}


/*always bottom*/

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.image-crop-16-9 {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.watch-blog-video {
    display: flex;
    background-color: #EEF5F9;
}

.libre {
    font-family: 'Libre Baskerville';
}



.watch-blog-video iframe {
    aspect-ratio: 16/9;
    width: 98%;
    height: auto;
    margin-block: 1%;
    margin-inline: auto;
}



.display-flex {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .img-with-text h2 {
        display: none;
        font-family: 'Libre Baskerville';
        font-size: 28px;
        margin: 0px;
        margin-bottom: 14px;
    }

    .img-with-text p {
        width: 100%;
        font-size: 16px;
        margin: 0px;
    }


    .img-with-text {
        width: 100%;
        height: fit-content;
        margin-top: 16px;
    }

    .img-with-text img {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
    }

    .img-text {
        display: inline;
        font-size: 14px;
        font-weight: 600;
        margin: 0px;
        margin-bottom: 8px;
    }
}