/*
Theme Name: Booksaw BookStore Template
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Booksaw is specially designed product packaged for Book Store by TemplateJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
/* GENERAL STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --accent-color: #C5A992;
  --secondary-color: #C5A992;
  --dark-color: #2f2f2f;
  --light-color: #F3F2EC;
  --body-text-color: #757575;
  --light-text-color: #afafaf;
  --dark-text-color: #2f2f2f;
  --brown-theme-color: #996633;
  --purple-theme-color: #993399;
  --dark-purple-theme-color: #52297A;
  --blue-theme-color: #1A3E7C;
  --gold-theme-color: #999933;
}

/* Fonts */
:root {
  --body-font: "Raleway", sans-serif;
  --heading-font: "Raleway", sans-serif;
  --secondary-font: "Domine";
}

/* Bootstrap variables */
:root,
[data-bs-theme=light] {
  --heading-font: "Prata", Georgia, serif;
  --heading-font-weight: 400;
  --heading-color: var(--bs-dark);
  --heading-line-height: 1.1;

  --swiper-theme-color: var(--bs-primary);

  --custom-easing: cubic-bezier(.17, .67, .83, .67);

  /* theme colors */
  --bs-body-font-family: "Raleway", arial, sans-serif;
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;

  --bs-primary: #C5A992;
  --bs-primary-dark: #C5A992;
  --bs-secondary: #C5A992;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #949494;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 169, 128, 115;
  --bs-secondary-rgb: 253, 238, 233;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: 169, 128, 115;
}

/*#region ALEX*/
.bg-purple-theme-color {
    background-color: var(--purple-theme-color)
}

.text-purple-theme-color {
    color: var(--purple-theme-color)
}

.text-blue-theme-color {
    color: var(--blue-theme-color)
}

.border-t-light-grey-1 {
    border-top: 1px solid #E1E1E1;
}
.border-b-light-grey-1 {
    border-bottom: 1px solid #E1E1E1;
}

a {
    color: var(--purple-theme-color);
}

.btn.subscribe-button[type='submit'] .btnloader {
    display: none;
}

.btn.subscribe-button[type='submit'] .btnloader .loader {
    font-size: 3px;
    text-indent: -100em;
}

.btn.subscribe-button.loading[type='submit'] .btnloader .loader {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}

.btn.subscribe-button.loading[type='submit'] .text {
    display: none !important;
}

.btn.subscribe-button.loading[type='submit'] .btnloader {
    display: block;
}

/*LOADER*/
.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 5px;
    position: relative;
    text-indent: -1000em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 991px){
    .menu-list {
        position: absolute !important;
        left: 0px;
        overflow: visible;
        margin-top: 15px !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-toggle {
        padding-right: 0px !important;
    }
}

/*#endregion*/

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* spacing */
  --bs-gutter-x: 2.5rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: var(--bs-light);
  --bs-body-color-rgb: 241, 241, 240;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;

  color: var(--bs-gray);
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  background: transparent;
  line-height: normal;
}

body.no-scroll {
  overflow: hidden;
}

a {
    color: var(--purple-theme-color);
    transition: 0.3s color ease-out;
}

a:hover {
  color: #111;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 5px;
  outline: 0;
}

ul li.active a {
  color: #daa556;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

/* image align */
figure.align-right {
  margin: 30px 0 30px 30px;
}

/* Typography */
/*----------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font);
  font-family: var(--secondary-font);
  color: white;
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: #fff;
}

h1,
h2,
h3 {
  margin: 25px 0;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.4;
}

h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 1.4em;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: .83em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: .67em;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

p:empty {
  display: none;
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

code,
kbd,
var {
  font-size: 14px;
}

code {
  background-color: #f9f2f4;
}

abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}

::placeholder {
  color: #999;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/

.align-left {
  float: left;
  text-align: left;
}

.align-right {
  float: right;
  text-align: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**::after,*/
.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/** Text Align
--------------------------------------------------------------*/

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}

.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}

.text-muted {
  color: #777;
}

.text-pri {
  color: #ff9697;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.list-icon i {
  margin-right: 10px;
}

.list-unstyled {
  list-style: none;
}

.txt-fx .letter {
  opacity: 0;
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
a.btn,
input[type="button"]:not(.cky-btn-revisit):not(.cky-btn):not(.cky-show-desc-btn):not(.btn-close):not(.subscribe-button),
input[type="submit"],
input[type="reset"],
input[type="file"],
button:not(.cky-btn-revisit):not(.cky-btn):not(.cky-show-desc-btn):not(.btn-close):not(.subscribe-button) {
    background-image: none;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: black;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}

.light .btn:hover {
  color: #fff;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.325em 1.7em;
  font-size: 0.65em;
}

.btn.btn-medium {
  padding: 0.5em 1.75em;
  font-size: 0.75em;
}

.btn.btn-large {
  padding: 1em 2.5em;
}

.btn.btn-xlarge {
  padding: 1.5em 2.7em;
  font-size: 0.9em;
}

.btn.btn-image {
  background-color: transparent;
  padding: 0;
  max-height: 50px;
}

.btn.btn-image img {
  max-height: 50px;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 4px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  border: 1px solid #fff;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: #121212;
  color: #121212;
}

.btn.btn-outline-dark:hover {
  background: rgba(0, 0, 0, .03);
  background: #121212;
  border-color: #121212;
  color: #fff;
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.btn.btn-outline-light {
  background: transparent;
  border-color: var(--light-text-color);
  color: var(--light-text-color);
}

.btn.btn-outline-light:hover {
  border-color: var(--accent-color);
  color: var(--accent-color) !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}

/* button with line */
.btn-with-line {
  color: #fff;
  position: relative;
}

.btn-with-line:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -66px;
  border-bottom: 2px solid #fff;
  width: 50%;
  z-index: 9;
  transition: 0.3s ease-out;
}

.btn-with-line:hover {
  color: #fff;
}

.btn-with-line:hover:after {
  width: 30%;
  right: -41px;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
  background: var(--accent-color);
  color: #fff;
}

.btn.btn-common:hover {
  background: #151515;
  color: #fff;
}

.btn.btn-accent {
  color: #ffffff;
  background-color: var(--accent-color);
}

.btn.btn-accent:hover {
  color: #ffffff !important;
  background-color: #121212;
}

.btn.btn-gray,
.btn.btn-grey {
  background: #9e9e9e;
  color: #fff;
}

.btn.btn-black {
  background: #121212;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #797979;
}

.btn.btn-white {
  background: #f8f8f8;
  text-shadow: none;
  color: #121212 !important;
}

.btn.btn-white:hover {
  background: var(--accent-color);
  text-shadow: none;
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}


/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/

/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--accent-color);
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #999;
  padding: 10px 30px;
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #f3f2ec;
  --bs-nav-tabs-link-active-bg: transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.bootstrap-tabs .tab-content {
  padding: 20px 0;
}

.bootstrap-tabs .tab-content>.tab-pane {
  display: none;
}

.bootstrap-tabs .tab-content>.active {
  display: block;
}

/*--------------------------------------------------------------
/** 5.2 Accordions
--------------------------------------------------------------*/
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--accent-color);
  /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/* - Button
------------------------------------------------------------- */

button {
  border: none;
  cursor: pointer;
}

.btn-wrap {
  text-transform: capitalize;
}

.btn-wrap a {
  text-decoration: none;
  font-weight: 600;
}

.btn-wrap a:hover {
  color: #74642F;
}

.btn-normal {
  color: #fff;
}

.btn-accent {
  color: #111;
}

.btn-submit {
  background: #fff;
  color: #2f2f2f;
}

.btn-submit:hover {
  background-color: #c5a992;
  color: #fff;
}

.btn-accent-arrow {
  color: #111;
}

.btn-wrap i.icon {
  transition: 0.5s ease-out;
  font-size: 9px;
  padding-left: 10px;
}

.btn-wrap:hover i.icon {
  padding-left: 20px;
}

.btn-subscribe {
  width: 30%;
  color: #111;
  background: transparent;
  margin: 0;
  height: max-content;
}

.btn-subscribe span {
  transition: 0.5s ease-out;
  padding-right: 5px;
  opacity: 1;
}

.btn-subscribe:hover span {
  padding-right: 10px;
  opacity: 0.5;
}

/*--- Image hover Effect
-----------------------------------------------*/
.image-hvr-effect {
  display: flex;
  overflow: hidden;
}

.image-hvr-effect img.post-image {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.image-hvr-effect:hover img.post-image {
  transform: scale(1.1);
}


/*--- Pattern Overlay
-----------------------------------------------*/
.pattern-overlay {
  background-image: url(/images/pattern1.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.leaf-pattern-overlay {
  background-image: url(/images/leaf.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.corner-pattern-overlay {
  background-image: url(/images/pattern2.png);
  background-repeat: no-repeat;
  background-position: top right;
}

/*--- Page Title
-----------------------------------------------*/
.page-title {
  font-size: 4.5em;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 2.5em;
    margin-top: 1em;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* .container{
  padding: 0 !important;
} */
#bg-main{
  background-image: url('/images/Background/main-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* - Main Navigation
------------------------------------------------------------- */
#header {
  background: transparent;
  box-shadow: none;
}

#header #navbar {
  background: transparent;
  box-shadow: none;
}

#header h3 {
  font-size: 22px;
  margin: 0;
}

#header .menu-list a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
}

#header .navbar-toggler {
  background: inherit;
  border: none;

}

#navbar{
  text-align: end;
}
@media screen and (max-width: 768px) {
  #header h3 {
    font-size: 18px;
  } 
  #header a {
    color: black !important;
  }
}
/*----- Main Section
--------------------------------------------------------------*/

#main {
  padding: 170px 0;
  height: 900px;
}

#main h1 {
  font-size: 72px;
  font-weight: bold;
}

    #main p {
        color: white;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.7 !important;
    }

#main button p {
  color: black;
  font-size: 18px;
  font-weight: bold;
}

#main button img {
  height: 12px;
}

@media screen and (max-width: 600px) {
  #main {
    height: 650px;
    background-attachment: scroll;
    padding: 60px 20px;
  }
}

/*----- Featured Books Section
--------------------------------------------------------------*/

#madre-meera {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--brown-theme-color);
}

#madre-meera h2 {
  font-size: 48px;
  font-weight: bold;
  color: white;
}

#madre-meera p {
  font-size: 22px;
  color: white;
  line-height: 1.7 !important;
}
#madre-meera h2.underline-start{
  margin-top: 0;
  position: relative;
}
#madre-meera .underline-start::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: white;  /* Colore del bordo */
  margin: 0;
}


/*----- Chi siamo Section 
--------------------------------------------------------------*/
#chi-siamo {
  background: white;
  padding: 70px 0 100px 0;
}

#chi-siamo h2 {
  text-align: center;
  font-size: 48px;
  color: var(--brown-theme-color);
  padding: 0;
}

    #chi-siamo p {
        text-align: center;
        font-size: 22px;
        color: black;
        padding: 0;
        line-height: 1.7 !important;
    }

#chi-siamo .underline-center::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: var(--brown-theme-color);  /* Colore del bordo */
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*----- Benefici Section
--------------------------------------------------------------*/
#benefici{
  background-color: var(--purple-theme-color);
  padding: 100px 0;
}

#benefici h2{
  font-size: 48px;
  padding: 40px 0;
}

    #benefici p {
        font-size: 22px;
        color: white;
        line-height: 1.7 !important;
    }

#benefici .underline-center::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: white;  /* Colore del bordo */
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #quotation blockquote {
    width: 80%;
  }
}

/*
@media screen and (max-width: 1320px) {
  #quotation blockquote {
      width: 60%;
  }
}
*/
/*----- Comments Section
--------------------------------------------------------------*/
#main-comments {
  background: white;
  padding: 100px 0;
}

    #main-comments h3 {
        font-weight: bold;
        color: var(--purple-theme-color);
        font-size: 28px;
        text-align: center;
        line-height: 1.7 !important;
    }

    #main-comments h4 {
        margin: 80px 0;
        font-family: var(--body-font);
        color: grey;
        font-size: 22px;
        text-align: center;
        line-height: 1.7 !important;
    }

    #main-comments p {
        font-family: var(--secondary-font);
        color: black;
        font-size: 22px;
        text-align: center;
        line-height: 1.7 !important;
    }


/*----- Chi puo partecipare Section
--------------------------------------------------------------*/



#chi-puo-partecipare{
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: var(--blue-theme-color);
}
    #chi-puo-partecipare p {
        line-height: 1.7 !important;
    }

#chi-puo-partecipare h2{
  font-family: var(--secondary-font);
  color: white;
  font-size: 48px;
  text-align: center;
}

#chi-puo-partecipare .underline-center::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: white;  /* Colore del bordo */
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#chi-puo-partecipare p{
  font-family: var(--body-font);
  color: white;
  font-size: 22px;
  text-align: center;
}


/*----- citazioni Section
--------------------------------------------------------------*/

#citazioni{
  background: white;
  padding: 100px 0;
}

#citazioni h3{
  font-family: var(--secondary-font);
  font-weight: bold;
  color: black;
  font-size: 28px;
  text-align: center;
}

    #citazioni p {
        font-family: var(--secondary-font);
        color: black;
        font-size: 22px;
        text-align: center;
        line-height: 1.7 !important;
    }



/*----- Svolgimento Section
--------------------------------------------------------------*/

#svolgimento-incontri{
  background: var(--gold-theme-color);
  padding: 100px 0;
}

#svolgimento-incontri img{
  padding-left: 0px;
}
#svolgimento-incontri h2{
  font-family: var(--secondary-font);
  font-weight: bold;
  color: white;
  font-size: 48px;
}

#svolgimento-incontri .underline-start::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: white;  /* Colore del bordo */
  margin: 0;
}

    #svolgimento-incontri p {
        font-family: var(--secondary-font);
        color: white;
        font-size: 22px;
        font-weight: normal;
        padding: 20px 0;
        line-height: 1.7 !important;
    }
#svolgimento-incontri p.align{
  padding: 30px 24px;
}

/*----- quando-dove-come Section
--------------------------------------------------------------*/

#quando-dove-come{
  background: var(--dark-purple-theme-color);
  padding: 100px 0;
  text-align: center;
}

#quando-dove-come h2{
  font-family: var(--secondary-font);
  font-weight: bold;
  color: white;
  font-size: 48px;
  text-align: center;
}

#quando-dove-come .underline-center::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: white;  /* Colore del bordo */
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

    #quando-dove-come p {
        font-family: var(--secondary-font);
        color: white;
        font-size: 22px;
        font-weight: normal;
        padding: 20px 0;
        text-align: center;
        line-height: 1.7 !important;
    }


/*----- Prossimi Incontri Section
--------------------------------------------------------------*/

#prossimi-incontri{
  background: white;
  padding: 100px 0;
  text-align: center;
}

#prossimi-incontri hr{
  border-top-color : grey !important;
}

#prossimi-incontri h2{
  font-family: var(--secondary-font);
  font-weight: bold;
  color: var(--purple-theme-color);
  font-size: 48px;
  text-align: center;
}
#prossimi-incontri h3{
  font-family: var(--secondary-font);
  font-weight: bold;
  color: black;
  font-size: 32px;
  text-align: start;
}
#prossimi-incontri h4{
  font-family: var(--secondary-font);
  font-weight: bold;
  color: black;
  font-size: 26px;
  text-align: start;
}

#prossimi-incontri .underline-center::after {
  content: '';
  display: block;
  width: 50px;          /* Larghezza del bordo */
  height: 2px;          /* Spessore del bordo */
  background-color: var(--purple-theme-color);  /* Colore del bordo */
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#formModal .underline-center::after {
    content: '';
    display: block;
    width: 50px; /* Larghezza del bordo */
    height: 2px; /* Spessore del bordo */
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#formModal .underline-center.text-blue-theme-color::after {
    background-color: var(--blue-theme-color); /* Colore del bordo */
}

#formModal .underline-center.text-purple-theme-color::after {
    background-color: var(--purple-theme-color); /* Colore del bordo */
}



#prossimi-incontri p {
    font-family: var(--body-font);
    color: black;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
    text-align: start;
    line-height: 1.7 !important;
}

#prossimi-incontri .waiting-list-button{
  font-family: var(--body-font);
  color: var(--blue-theme-color) !important;
  background-color: white !important;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
  text-align: start;
  border: 1px solid var(--blue-theme-color);
  padding: 10px 25px;
  margin: 0;
}
#prossimi-incontri .waiting-list-button:hover{
  background-color: var(--blue-theme-color) !important;
}
#prossimi-incontri .waiting-list-button p{
  color: var(--blue-theme-color);
  padding: 0;
  margin: 0;
  margin-right: 15px;
}
#prossimi-incontri .waiting-list-button:hover p{
  color: white !important;
}
#prossimi-incontri .waiting-list-button img.arrow-default{
  display: block;
}
#prossimi-incontri .waiting-list-button img.arrow-hover{
  display: none;
}
#prossimi-incontri .waiting-list-button:hover img.arrow-default{
  display: none;
}
#prossimi-incontri .waiting-list-button:hover img.arrow-hover{
  display: block;
}








.subscribe-button {
    font-family: var(--body-font);
    background-color: var(--purple-theme-color) !important;
    font-size: 18px;
    font-weight: normal;
    text-align: start;
    padding: 10px 25px;
    margin: 0;
}
.subscribe-button:hover{
  background-color: #842684 !important;
  border: 1px solid var(--purple-theme-color);
}
.subscribe-button p{
  color: white !important;
  padding: 0 !important;
  margin: 0;
  margin-right: 15px;
}

.input-validation-error {
    border: 1px solid var(--bs-red) !important;
}

.field-validation-error{
    color: var(--bs-red);
}

#footer {
    /*padding: 80px 50px 50px 50px;*/
    padding: 50px 50px 50px 50px;
    border-top: 1px solid #f3f3f3;
    -webkit-box-shadow: inset 0px 7px 10px -4px lightgrey inset;
    -moz-box-shadow: inset 0px 7px 10px -4px lightgrey inset;
    box-shadow: 0px 7px 10px -4px lightgrey inset;
}


.social-links ul{
  list-style: none;
  display: flex;
}

.social-links li {
  padding-right: 20px;
}

/* -----------------------------RESPONSIVE---------------------------------- */

/* Desktop grande */
@media screen and (max-width: 1200px) {
  /* 
  h1 {
  }
  h2 {
  }
  h3 {
  }
  h4 {
  }
  p {
  } 
  */
}

/* Tablet orizzontale */
@media screen and (max-width: 992px) {
  h1 {
    font-size: 52px !important;
  }
  h2 {
    font-size: 48px !important;
  }
  h3 {
    font-size: 28px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  p {
    font-size: 18px !important;
  }
  button p {
    font-size: 16px !important;
  }
}

/* Tablet verticale / piccoli laptop */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  p {
    font-size: 16px !important;
  }
}

/* Smartphone */
@media screen and (max-width: 576px) {
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 18px !important;
  }
    h4 {
        font-size: 20px !important;
        line-height: 1.7 !important;
    }
    p {
        font-size: 20px !important;
        line-height: 1.7 !important;
    }
    .is-size-22-mobile {
        font-size: 22px !important;
        line-height: 1.7 !important;
    }
  #prossimi-incontri {
      padding: 60px 0;
  }
  #footer {
      padding-right: 24px;
      padding-left: 24px;
      padding-top: 20px;
      padding-bottom: 20px;
  }
}






/* @media screen and (max-width: 1200px) {

}

@media screen and (max-width: 999px) {

}
@media screen and (max-width: 980px) {

}

@media screen and (max-width: 820px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 575px) {
 
} */