body {
    margin: 0px;
    padding: 0px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

a {
    text-decoration: none;
}

a:active,
a:focus,
a:target,
a:visited {
    box-shadow: none !important;
}

.pad-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-color-secondary {
    color: #777;
    margin-bottom: 10px;
}

.sec-heading {
    color: #0A1608;
    font-size: 32px;
}

.sec-sub-heading {
    color: #333;
    font-size: 22px;
}

.title-color {
    color: #0A1608;
}

/* =-=-=-=-=-=-=-=-=-Header-=-=-=-=-=-=-=-=-=-= */
.header-bottom {
    padding: 20px 0;
    background-image: url(../img/header-bg.png);
    background-size: cover;
}

/*Logo*/
.header-logo {
    display: flex;
}

.header-logo a {
    display: block;
    color: #0A1608;
    font-size: 35px;
}

.header-logo a img {
    width: 100%;
    max-width: 170px;
}

/*Main Menu*/
.main-menu {
    color: #252525;
}

nav.main-menu li a {
    color: #0A1608;
}

.main-menu>ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.main-menu>ul>li+li {
    margin-left: 40px;
}

.main-menu>ul>li>a {
    display: block;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 0;
    position: relative;
    font-size: 20px;
}

.main-menu>ul>li:hover>.sub-menu,
.main-menu>ul>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header-toggle {
    margin-left: 20px;
}

/* Mobile Menu  */


.offcanvas {
    width: 320px;
    z-index: 1060;
}

.offcanvas-title {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.offcanvas-header .mobile-logo {
    max-width: 180px;
}

.offcanvas-header .btn-close:hover,
.offcanvas-header .btn-close:active,
.offcanvas-header .btn-close:focus,
.offcanvas-header .btn-close {
    box-shadow: none;
    outline: none;
}

.offcanvas-body {
    padding: 0;
}

.offcanvas-menu ul {
    padding: 0px;
}

.offcanvas-menu ul li.mega-menu-img img {
    width: 100%;
}

.offcanvas-menu {
    padding-bottom: 30px;
}

.offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 1;
}

.offcanvas-menu ul li .mobile-menu-expand {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 21px;
    cursor: pointer;
}

.offcanvas-menu ul li .mobile-menu-expand::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #383838;
    top: 7px;
    left: 2px;
}

.offcanvas-menu ul li .mobile-menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 12px;
    background-color: #383838;
    left: 7px;
    bottom: 2px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.offcanvas-menu ul li.active-expand>.mobile-menu-expand::after {
    height: 0;
}

.offcanvas-menu ul li a {
    display: block;
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 20px;
    padding-right: 50px;
    line-height: 30px;
    text-transform: capitalize;
    border-top: 1px solid #ebebeb;
    text-decoration: none;
}

.offcanvas-menu ul li ul li a {
    padding-left: 10%;
}

.offcanvas-menu ul li ul li ul li a {
    padding-left: 14%;
}

/* =-=-=-=-=-=-=- painting-card=-=-=-=-=-=-=-= */
.painting-card .img-box {
    box-shadow: none
}

.painting-card .img-box img {
    object-fit: contain;
    height: 283px;
}

.painting-card .content {
    padding: 15px 10px;
}

.painting-card .content .title {
    font-size: 32px;
}

.dimension-and-date {
    display: flex;
}

.dimention>img,
.date img {
    width: 18px;
    margin-right: 5px;
}

.dimention p,
.date p {
    margin: 0;
}

.dimention,
.date {
    display: flex;
    align-items: center;
}

.painting-card .content a.btn img {
    width: 16px;
    transition: 0.4s;
}

.painting-card .content a.btn {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.painting-card .content a.btn:hover img {
    transform: translateX(10px);
}

/* =-=-=-=-=-=-=- detail-painting =-=-=-=-=-=-=-= */
.detail-img-box {
    box-shadow: 0 0 20px 0 #a5a5a5;
}

/* =-=-=-=-=-=-=-=- footer -=-=-=-=-=-=-= */
footer {
    background-image: url(../img/blurred-background.jpg);
    background-position: center;
    background-size: cover;
}

.f-logo img {
    width: 100%;
    max-width: 240px;
}
.f-logo a {
    display: block;
        color: #0A1608;
        font-size: 35px;
}

.f-menu li a {
    color: #777;
}

.f-menu li:last-child {
    margin-bottom: 0;
}

.f-menu li {
    margin-bottom: 8px;
}

.f-menu li a {
    margin-left: 8px;
    transition: 0.4s;
}

.f-menu li a:hover {
    color: #0A1608;
}

.f-menu li img {
    width: 100%;
    max-width: 14px;
}

.f-social ul li a {
    font-size: 22px;
    color: #777;
    transition: 0.4s;
}

.f-social ul {
    display: flex;
    gap: 26px;
}

.f-social ul li a:hover {
    color: #0A1608;
}

.f-border {
    border-top: 1px solid #a5a5a5;
    padding-top: 13px;
}

/* =-=-=-=-=-=-=- contact page =-=-=-=-=-=-=-= */
form#contactForm .form-floating {
    position: relative;
}

form#contactForm .form-control {
    border: none;
    border-bottom: 1px solid #989898;
    border-radius: 0;
    padding: 10px 10px 10px 65px;
}

form#contactForm .form-control::placeholder {
    font-size: 18px;
    color: #3a3a3a;
}

form#contactForm .form-floating img {
    position: absolute;
    top: 18px;
    left: 15px;
}

form#contactForm .half-input:first-child {
    padding-right: 25px;
}

form#contactForm .half-input {
    display: inline-block;
    width: 100%;
    max-width: 49.8%;
    vertical-align: top;
}

form#contactForm .form-control:active,
form#contactForm .form-control:focus,
form#contactForm .form-control:target,
form#contactForm .form-control:visited {
    box-shadow: none;
}

form#contactForm button#submitContact {
    background-color: #222;
    border: none;
    opacity: 1;
    border-radius: 0;
    padding: 14px 32px;
    transition: 0.4s;
}

form#contactForm button#submitContact:hover {
    background-color: #c2b7b8;
}

form#contactForm a#submitButton:active,
form#contactForm a#submitButton:focus,
form#contactForm a#submitButton:target,
form#contactForm a#submitButton:visited {
    box-shadow: none;
}

.invalid-msg {
    background: #9D0F0F;
    padding: 4px 8px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
    border-radius: 2px;
    display: flex;
    align-items: baseline;
}

.success-msg {
    background: #008000;
    padding: 4px 8px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0;
    border-radius: 2px;
    display: flex;
    align-items: baseline;
}
#book-detail .sec-heading {
    font-size: 40px;
}
.product-slider .inner {
    padding: 5px 10px 0 0;
}
.product-slider .inner img{
    border: 2px solid #b5b5b5;
    padding: 5px;
}
.product-slider .price{
    font-size: 25px;
}
.product-slider .slick-track {
    margin-left: unset;
}
button.book-btn {
    background-color: #222;
    border: none;
    opacity: 1;
    border-radius: 0;
    padding: 12px 40px;
    transition: 0.4s;
}
button.book-btn:hover {
    background-color: #c2b7b8;
}
.slideshow.slick-dotted.slick-slider {
    margin-bottom: -7px !important;
}

.slideshow .slick-slide img {
    display: block;
    object-fit: contain;
    height: 283px;
    /* height: 100%; */
}

.slideshow .slick-next {
    right: 2px !important;
    background-color: #fff !important;
    border-radius: 28px;
    height: 25px !important;
    width: 25px !important;
    opacity: 0.8 !important;
    box-shadow: 0 0 10px 0 #d4d4d4;
}

.slideshow .slick-next:before {
    content: '\f054' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    filter: opacity(0.8);
    font-size: 16px !important;
    color: #000 !important;
    opacity: 1 !important;
    position: relative;
    left: 1px;
    top: -1px;
}

.slideshow .slick-prev {
    left: 2px !important;
    background-color: #fff !important;
    border-radius: 28px;
    height: 25px !important;
    width: 25px !important;
    z-index: 1;
    opacity: 0.8 !important;
    box-shadow: 0 0 10px 0 #d4d4d4;
}

.slideshow .slick-prev:before {
    content: '\f053' !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    filter: opacity(0.8);
    font-size: 16px !important;
    color: #000 !important;
    opacity: 1 !important;
    position: relative;
    right: 1px;
    top: -1px;
}

.slideshow .slick-dots {
    bottom: 20px !important;
}

.slideshow .slick-dots li {
    width: 5px !important;
    height: 10px !important;
}

.slideshow .slick-dots li button {
    width: 5px !important;
    height: 0px !important;
    padding: 0 !important;
    /* border: 1px solid #eaeaea !important; */
    border-radius: 30px;
    box-shadow: 0px 4px 10px 4px #504f4f;
}

.slideshow .slick-dots li button:before {
    font-size: 24px !important;
    width: 5px !important;
    height: 0px !important;
    line-height: 0 !important;
    left: 0px !important;
    top: 4px !important;
}

.slideshow .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
}

#painting-detail .slick-slide img {
    height: 650px;
    /* height: 100%; */
}
.ebook-btn {
    background-color: #222;
    border: none;
    color: #fff !important;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 40px;
    transition: 0.3s;
    cursor: pointer;
}
.abook-btn {
    font-size: 22px;
    font-weight: 400;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    cursor: pointer;
    border: none;
}
.mofibo-btn {
    background-color: #FFD0C2;
    color: #FF501C !important;
}
.bookbeat-btn {
    background-color: #F5E9FF;
    color: #CD96FF !important;
}
.audiobook-btn {
    background-color: #FFEBDE;
    color: #F27522 !important;
}
.spotify-btn {
    background-color: #E9FAEF;
    color: #1ED760 !important;
}
.abook-btn img {
    width: 25px;
    vertical-align: sub;
}
.audio-book-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 13px;
}
.abook-btn:hover{
    transform: translate(0px, 3px);
}
.ebook-btn:hover {
    transform: translate(0px, 3px);
}