

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */


#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: Arial, Helvetica, sans-serif; }
* { margin: 0px; padding: 0px; }

/* text selection color */
::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }

/* browser scroller style */
::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }
::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--primary-color); }


@media screen and (-webkit-min-device-pixel-ratio:0) { select { -webkit-appearance: none !important; line-height:28px !important; } }


html{scroll-behavior: smooth;}

body {font-family: "Inter", sans-serif;color: var(--default-color);font-size:var(--base-font-size);position: relative;overflow-x: hidden;}

.app-container {
    overflow-x: hidden;
}

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 {font-family: "Inter", sans-serif;}
h3, .h3, h4, .h4, h5, .h5, h6, .h6{ font-family: "Inter", sans-serif; padding-bottom: 10px;
color: var(--theme-dark); }

h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { /*font-size: var(--base-font-size);*/ }

p {font-weight: 400;line-height: 1.4;padding: 0 0 20px;margin:0px;color: #687087;}





p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

h2,.h2 {
 color: #171717;
 line-height: 1.2;
 font-weight: 700;
 padding: 0 0 15px 0;
 position: relative;
 letter-spacing: -1px;
 }
h2 span,.h2 span { color:var(--primary-color);}

a { text-decoration: none; }

/* header 
------------------------------------*/
header {
    background: #fff;
}

header .logo {}

header .logo img {
    width: 30%;
}


header .menu {}

header .menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
}

header .menu ul li {}

header .menu ul li a {
    color: #000;
    font-size: 20px;
    padding: 24px;
    font-weight: 800;
}



/*banner*/


section.main-banner {
    height: 640px;
    background: url(../images/main-ban.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.main-banner .banner-img {}

section.main-banner .banner-img img {
    width: 100%;
}



/*best seller*/

.bestsellers-section {
    margin: 0;
    padding: 50px 20px;
}

.bestsellers-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bestsellers-section .slick-slide {
    text-align: left;
    padding: 10px;
}

.bestsellers-section .slick-slide img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #00000029;
    padding: 25px;
    box-shadow: 0px 0px 8px 1px #00000029;
}

.bestsellers-section .book-title {
    font-weight: 700;
    margin-top: 24px;
    font-size: 20px;
    color: #171717;
    line-height: 30px;
    white-space: nowrap;       /* Prevents text from wrapping */
    overflow: hidden;          /* Hides overflow */
    text-overflow: ellipsis;   /* Adds "..." at the end */
    max-width: 100%;
}

.bestsellers-section .book-author {
    font-weight: 400;
    margin-top: 8px;
    font-size: 16px;
    color: #171717;
    line-height: 26px;
}

.slick-prev, .slick-next {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    z-index: 10;
}




.slick-prev:before, .slick-next:before {
    color: #000 !important;
    border: 1px solid #0000005e;
    border-radius: 0;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 1px #0000003d;
}

.slick-prev, .slick-next {}

.slick-prev:before {
    content: '\f104' !important;
    font-family: 'FontAwesome' !important;
}

.slick-next:before {
    content: '\f105' !important;
    font-family: 'FontAwesome' !important;
}

.slick-prev {
    left: -60px !important;
}

.slick-next {
    right: -30px !important;
}


.slick-list.draggable {
    padding-right: 120px;
}

.slick-slide {
  margin-right: 10px;
}

.slick-list.draggable .slick-track {
    padding: 20px 0;
}




/*only powells*/


section.bestsellers-section.only-powells {padding-top: 0;}

section.bestsellers-section.only-powells .slick-slide {
    text-align: center;
}

section.bestsellers-section.only-powells .slick-slide img {
    height: auto;
    padding: 0;
    border: unset;
    border-radius: 10px;
    box-shadow: unset;
}


section.bestsellers-section.categories {
    padding: 0px 20px 50px !important;
}

section.bestsellers-section.new-release {padding: 50px 0 0 !important;}


/*CTA*/


section.cta {
    background: url(../images/cta-ban.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0;
}




/*category*/


section.bestsellers-section.categories .slick-slide {
    text-align: center;
    padding: 20px;
}

section.bestsellers-section.categories .slick-slide img {
    height: auto;
    padding: 0;
    border-radius: 100%;
    border: unset;
    box-shadow: unset;
}



section.cta .cta-txt {}

section.cta .cta-txt h2 {
    color: #fff;
    font-size: 52px;
    line-height: 62px;
}

section.cta .cta-txt p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

section.cta .cta-img {
    text-align: end;
}

section.cta .cta-img img {
    width: 100%;
    position: relative;
    right: -150px;
    transform: scale(1.2);
}

section.cta .cta-txt ul {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

section.cta .cta-txt ul li {}

section.cta .cta-txt ul li a {
    color: #fff;
    background: #000;
    padding: 15px 35px;
    border-radius: 10px;
}



/*Events*/



section.bestsellers-section.only-powells.events {}

section.events .events-slider {}

section.events .events-slider .slick-list.draggable {
    padding-right: 250px;
}


section.events .events-slider .slick-slide {
    text-align: left;
}

section.events .events-slider .slick-slide .book-place {
    margin-top: 10px;
    font-weight: 800;
    color: #938a8a;
    font-size: 18px;
}

section.events .events-slider .slick-slide .book-date {
    margin-top: 10px;
}


section.events .txt {
    text-align: center;
    padding-top: 40px;
}

section.events .txt h2 {
    padding-bottom: 15px;
    color: #151414;
    font-size: 20px;
}

section.events .txt p {
    font-size: 18px;
    line-height: 28px;
    color: #151414;
}




/*Stores*/



.stores-section {
  background: #fef6f6;
  padding: 60px 0;
}

.stores-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.stores-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.store-card {
  border-radius: 8px;
  padding: 0;
}

.store-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
}

.store-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #151414;
  font-weight: 800;
}

.store-card p {
  font-size: 16px;
  margin-bottom: 6px;
  color: #151414;
  padding-bottom: 0;
}

.store-card span {
  display: block;
  font-size: 16px;
  color: #777;
  margin-bottom: 8px;
}

.store-card a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #151414;
}

/* ðŸ”½ Responsive */
@media (max-width: 1024px) {
  .stores-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .stores-grid {
    grid-template-columns: 1fr;
  }
}


/*Foooter*/


footer {
    padding: 25px 0;
    background: #000;
}

footer .rights {}

footer .rights p {
    padding-bottom: 0;
    color: #fff;
    font-size: 20px;
}

footer .rights .social {}

footer .social ul {
    display: flex;
    gap: 25px;
    justify-content: end;
    margin-bottom: 0;
}

footer .social {}

footer .social ul li {}

footer .social ul li a {
    color: #fff;
}

footer .social ul li a i {
    font-size: 25px;
}


@media (max-width: 1536px) {
    section.cta .cta-img img {
    right: -60px;
    transform: scale(1.2);
}

section.main-banner {
    height: 500px;
}

}


@media (max-width: 1440px) {
        section.main-banner {
        height: 450px;
    }
}


@media (max-width: 1366px) {
    .bestsellers-section button.slick-prev {
    right: 90px;
    left: unset !important;
    top: -10px;
}

.bestsellers-section button.slick-next {
    top: -10px;
    right: 30px !important;
}


}



@media (max-width: 1280px) {

    section.cta {
    padding: 30px !important;
}

    section.cta .cta-img img {
        right: 0px;
        transform: scale(1.4) !important;
        width: 82% !important;
    }

    header .logo img {
    width: 40%;
}



}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

}



@media (max-width: 1200px) {
        section.cta .cta-img img {
        right: 0px;
        transform: scale(1.2);
        width: 90%;
    }

        section.main-banner {
        height: 400px;
    }


}


@media (max-width: 1170px) {
    
        section.main-banner {
        height: 350px;
    }
    
}



@media (max-width: 991px) {

    header .menu {
    display: none;
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
}

    header .logo img {
        width: 50%;
    }


        .mobile-nav-btn {
        top: 25px;
        right: 2%;
    }


    .mobile-nav-btn span {
    height: 4px;
    width: 40px;
    background-color: #e2231a;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after {
    background-color: #e2231a;
    height: 4px;
    width: 40px;
}

.mobile-nav-btn .lines:before {
    top: 8px;
}

.mobile-nav-btn .lines:after {
    top: -8px;
}

header .col-md-3.btnnn {
    display: none;
}

header .col-md-6.navv {
    display: none;
}


}


@media (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 900px;
    }
}


@media (max-width: 767px) {
    header .logo img {
        width: 15%;
    }


    .bestsellers-section .slick-slide img {
    height: auto;
}

.slick-list.draggable {
    padding-right: 0px;
}

.bestsellers-section .slick-slide {
    text-align: center;
}


section.cta .cta-img {
    display: none;
}

section.cta .cta-txt {
    text-align: center;
}

section.cta .cta-txt ul {
    justify-content: center;
}

section.cta .cta-txt h2 {
    font-size: 38px;
    line-height: 48px;
}

section.events .events-slider .slick-list.draggable {
    padding-right: 0;
}

footer {
    text-align: center;
}

footer .social ul {
    justify-content: center;
    margin-top: 15px;
}


.stores-section h2 {
    text-align: center;
}

.stores-section .store-card {
    margin-bottom: 40px;
    text-align: center;
}

.stores-section {
    padding-bottom: 30px;
}


    section.main-banner {
        height: 310px;
        background-size: cover;
        background-position: right;
    }




}





@media (max-width: 480px) {

        header .logo img {
        width: 23%;
    }

    .bestsellers-section {
    padding: 50px 20px 0;
}

section.cta {
    margin: 0px 0 70px;
}

.bestsellers-section .slick-slide {
    padding: 0;
}

section.events .events-slider .slick-slide {
    text-align: center;
}

footer .rights p {
    font-size: 14px;
}

.bestsellers-section h2 {
    font-size: 19px;
}


}



@media (max-width: 360px) {

    

    
}