@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
p{
    color: #111113B2;
}
li{
    color: #111113B2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin';
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

body {
    font-family: 'Poppins' !important;
    overflow-x: hidden;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
    display: none;
}

.mobile-menu .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #c49b63;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 40px;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.mobile-menu .mobile-cross {
    width: 30px;
    height: 30px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #c49b63;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.mobile-menu .nveMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateX(-320px);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/*.mobile-menu .nveMenu h1 {
   color: #000;
   font-weight: 700;
   }*/
.mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
}

.mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
}

.mobile-menu .navlinks li a:hover {
    text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/





/* shash kay  */

/* button {
    background: linear-gradient(to left,#AD1115 50%, #fff 50%);
    background-position: left bottom;
    transition: all .6s ease-out;
    background-size: 200% 100%;
}
button:hover{
  background-position: right bottom;
} */










/* inner scroll side bar  */


/* className::-webkit-scrollbar {
	width: 4px;
} */
/* Track */

/* className::-webkit-scrollbar-track {
	background: #d4d4d4 ;
} */
/* Handle */

/* className::-webkit-scrollbar-thumb {
	background: #790101 ;
} */
/* Handle on hover */

/* className::-webkit-scrollbar-thumb:hover {
	background: #8b8b8b;
}  */
.main-banner {
    background: url(../images/banner-img.png);
    height: 800px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 270px;
}

.main-nav {
    /* background: #0000009c; */
    position: absolute;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
}

.nav ul {
    display: flex;
    gap: 40px;
}

.nav ul li a {
    color: #fff;
}

.main-nav .row {
    align-items: center;
}

.main-banner-content h2 {
    color: #fff;
    /* background: #2C261FB2; */
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 40px;
    font-family: 'Josefin';
}

.main-banner .row {
    justify-content: center;
}

.main-banner-content h2 span {
    color: #C5A157;
    padding: 0 10px 0 0px;
}

.about-container {
    display: flex;
    max-width: 1070px;
    background: white;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: -50px;
    align-items: center;
    /* position: absolute; */
    margin: 0px auto;
}

.image-section {
    flex: 0 0 50%;
    position: relative;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-section {
    flex: 1;
    padding: 60px 60px;
    flex-direction: column;
    justify-content: center;
}

.about-heading {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.2;
}

.about-heading .name {
    color: #c49b63;
}

.about-text {
    color: #333;
    line-height: 29px;
    font-size: 1.05rem;
    margin-bottom: 25px;
}

.about-sec {
    background: #A6C7E1;
    background: linear-gradient(180deg, rgba(166, 199, 225, 1) 50%, rgba(255, 255, 255, 1) 100%);
    position: relative;
}

.quote-item {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.quote-item img {
    width: 130px !IMPORTANT;
    margin: 0 auto;
}

.quote {
    padding: 110px 0 130px 0;
}

.quote-item h5 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 300;
    padding: 40px 0 0 0;
}

.quote-item p {
    padding: 20px 0;
    font-size: 18px;
}

.custom-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-left: 4px solid #d4aa47;
    /* gold color */
    border-bottom: 4px solid #d4aa47;
    transform: rotate(45deg);
}

.custom-arrow.right {
    transform: rotate(-135deg);
}

.custom-arrow {
    width: 24px;
    height: 24px;
    border-left: 5px solid #d4aa47;
    border-bottom: 5px solid #d4aa47;
}

button.owl-prev {
    position: absolute;
    top: 270px;
}

button.owl-next {
    position: absolute;
    right: 0;
    top: 270px;
}

.single-book {
    background: #CCAD6CCC;
    padding: 100px 0;
}

.single-book .row {
    align-items: center;
}

.single-book-content button {
    background: #C5A157;
    border: none;
    color: #fff;
    padding: 18px 22px;
    border-radius: 8px;
}

.single-book-content h4 {
    color: #fff;
    padding: 20px 0;
    font-size: 16px;
}

.single-book-content h2 {
    font-size: 36px;
}

.single-book-content h5 {
    padding: 10px 0;
}

.single-book-content h4 span {
    font-size: 21px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-number {
    font-size: 18px;
    font-weight: 500;
    /* font-weight: bold; */
    color: #000000;
    min-width: 20px;
}

.faq-question h3 {
    flex: 1;
    font-size: 18px;
    margin: 0;
}

/* Arrow Style */
.faq-arrow {
    width: 12px;
    height: 12px;
    border-left: 3px solid #d4aa47;
    border-bottom: 3px solid #d4aa47;
    transform: rotate(-45deg);
    transition: 0.3s;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 40px;
    color: #555;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 300px;
    margin-top: 10px;
}

.faq-item.active .faq-arrow {
    transform: rotate(135deg);
}

.why-choose-sec {
    padding: 100px 0;
}

.why-choose-content h2 {
    font-size: 44px;
    color: #111113;
}

.why-choose-content p {
    padding: 10px 0;
    max-width: 570px;
    color: #111113B2;
}

.faq-sec {
    padding: 17px 0 0 20px;
}

.why-choose-video video {
    border-radius: 20px;
    width: 100%;
    height: 520px;
}

.why-choose-content h2 span {
    color: #C5A157;
}

.why-choose-content {
    padding: 0 20px 0 0px;
}

.read-more-btn {
    border: 1px solid #C5A157;
    background: transparent;
    padding: 10px 20px;
    border-radius: 8px;
    color: #000;
}

.testimonial-item ul {
    display: flex;
    gap: 20px;
    padding: 10px 0 20px 0;
}

.testimonial-sec {
    background: #D6BD89;
    padding: 100px 0;
}

.testimonial-item ul li img {
    width: 70px !important;
    height: 70px;
    border-radius: 100%;
    border: 1px solid;
    object-fit: cover;
}

.testimonial-item {
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px;
    width: 97%;
}

.testimonial-item h3 {
    font-size: 24px;
}

.testimonial-item p {
    padding: 10px 0;
    height: 190px;
}

.testimonial h2 {
    text-align: center;
    padding: 0 0 40px 0;
}

.testimonial-item ul li p {
    padding: 0;
    font-size: 15px;
    height: auto;
}

.testimonial-item ul li span {
    color: #D16655;
}

.blog-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 25px;
    background: #F5F5F5;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-item i {
    color: #c9a961;
}

.card-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.card-footer {
    display: flex;
    gap: 15px;
    background: transparent;
    justify-content: space-between;
    padding: 30px 0;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-primary {
    background: #c9a961;
    color: white;
    flex: 1;
}

.btn-primary:hover {
    background: #b89651;
}

.btn-icon {
    background: #c9a961;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-icon:hover {
    background: #b89651;
}

@media (max-width: 768px) {
    .blog-section {
        grid-template-columns: 1fr;
    }
}

ul.ul {
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px 0;
}

.blogs-sec {
    padding: 100px 0;
}

.custom-btn {
    background: #C5A157;
    color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    font-family: 'josefin';
    border-radius: 8px;
    line-height: 0;
    border: none;
}

footer {
    background: #000;
    padding: 50px 0;
}

.footer-content img {
    width: 250px;
}

.footer-content {
    text-align: center;
    margin: 0 auto;
}

.footer-content ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.footer-content ul li a {
    color: #fff;
}

.footer-content h4 {
    color: #fff;
    padding: 30px 0;
}

.custom-form input {
    padding: 6px 10px;
    border-radius: 8px;
    border: none;
}

.custom-form button {
    line-height: 15px;
}

form.custom-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* width: 30%; */
}

.footer-content p {
    color: #fff;
    padding-top: 50px;
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease;
}

.slide {
    flex: 0 0 20%;
    /* max-width: 20%; */
    height: 420px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}




.archive .container-fluid {
    padding: 0;
}

.archive-content {
    text-align: center;
    padding: 0 0 50px 0;
}

.archive-content p {
    color: #111113B2;
    max-width: 550px;
    margin: 0 auto;
    line-height: 26px;
    padding: 20px 0;
}

.archive-content a {
    border: 1px solid;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
}

.video-thumb {
    /* width:200px; */
    cursor: pointer;
}

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-box {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: black;
}

.video-box video {
    width: 100%;
}

.close-modal {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

/* about */
.bread-crump {
    height: 500px;
    display: flex;
    align-items: center;
    background-image: url(../images/breadcrump-banner.jpg);
    background-size: cover;
    background-position: 50%;
}

.about-page {
    background: transparent;
}

.about-page .about-container {
    margin: 0;
    padding: 70px 0;
    box-shadow: none;
    max-width: max-content;
}

.bread-crump h4 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.bread-crump h1 {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 70px;
    line-height: 120px;
}


.archive-content h3 {
    font-size: 50px;
}

/* Cart Section */
:root {
    --primary-color: #C4A661;
    --dark-color: #2C2C2C;
    --light-bg: #F5F5F5;
}

.cart-section {
    padding: 60px 0;
    background-color: #fff;
}

.cart-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.cart-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cart-item img {
    width: 100%;
    max-width: 120px;
    border-radius: 5px;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-control button {
    width: 35px;
    height: 35px;
    border: 1px solid var(--primary-color);
    background: white;
    color: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.quantity-control button:hover {
    background: var(--primary-color);
    color: white;
}

.quantity-control input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.btn-remove {
    color: #dc3545;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-remove:hover {
    color: #a02622;
}

/* Order Summary */
.order-summary {
    background: var(--light-bg);
    border-radius: 8px;
    padding: 30px;
    position: sticky;
    top: 20px;
}

.order-summary h4 {
    color: var(--dark-color);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 1rem;
}

.summary-row.total {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--primary-color);
    padding-top: 15px;
    border-top: 2px solid #ddd;
}

.btn-primary-custom {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    width: 100%;
}

.btn-primary-custom:hover {
    background-color: #b39555;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(196, 166, 97, 0.3);
}

/* Checkout Form */
.checkout-section {
    padding: 60px 0;
    background-color: var(--light-bg);
}

.checkout-form {
    background: white;
    border-radius: 8px;
    padding: 40px;
}

.checkout-form h3 {
    color: var(--dark-color);
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.form-control,
.form-select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 20px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(196, 166, 97, 0.25);
}

.empty-cart {
    text-align: center;
    padding: 60px 20px;
}

.empty-cart i {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.step-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.step.active .step-number {
    background: var(--primary-color);
    color: white;
}

.step-divider {
    width: 60px;
    height: 2px;
    background: #ddd;
    margin: 20px 10px;
}

.tab-buttons {
    display: flex;
    /* border-bottom:2px solid #ddd; */
    gap: 30px;
    justify-content: center;
}

.tab-btn {
    /* flex:1; */
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    background: #eee;
    /* font-weight:bold; */
}

.tab-btn.active {
    background: #c9a34e;
    color: white;
}

.tab-panel {
    display: none;
    padding: 20px;
    /* background:#f9f9f9; */
}

.tab-panel.active {
    display: block;
}

.cart-icon {
    position: relative;
    color: white;
    font-size: 1.2rem;
    margin-left: 20px;
    cursor: pointer;
}

.cart-badge {
    position: absolute;
    top: -9px;
    left: 20px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
}

button.nav.prev {
    display: none;
}

button.nav.next {
    display: none;
}


.owl-dots {
    display: none;
}

.article .quote {
    padding: 70px 0;
}

/* Contact Section */
.contact-container {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info {
    padding: 2rem 0;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
    font-weight: 400;
}

.contact-info p {
    margin-bottom: 2rem;
    color: #666;
    line-height: 1.8;
}

.info-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f8f8;
    border-left: 3px solid #d4af37;
}

.info-item h3 {
    font-size: 1rem;
    color: #d4af37;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-item p {
    margin: 0;
    color: #333;
}

/* Contact Form */
.contact-form {
    background: #f8f8f8;
    padding: 2.5rem;
    border-radius: 2px;
}

.contact-form h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
    font-weight: 400;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

#contactForm input,
textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 2px;
    /* font-family: 'Georgia', serif; */
    /* font-size: 1rem; */
    /* transition: border-color 0.3s; */
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #d4af37;
}

textarea {
    resize: vertical;
    min-height: 150px;
}

form#contactForm button {
    line-height: 15px;
}

.video_header video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    /* filter: opacity(.6); */
}

.video_header {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55vh;
    width: 100%;
}
.quote-item1 {
    background: #D6BD89;
    color: #fff;
    padding: 20px;
    margin: 10px 0;
}

.quote-item1 h5 {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
}

.quote-item1:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
.quote h3 {
    text-align: center;
    padding: 0 0 40px 0;
    max-width: 600px;
    margin: 0 auto;
    font-size: 31px;
}
.quote-item1 p {
    font-size: 16px;
}
.read-more-btn:hover {
    background: #c5a157;
    color: #fff;
    transition: 0.3s;
}

.custom-btn:hover {
    border: 1px solid #c5a157;
    color: #c5a157;
    background: #fff;
    transition: 0.3s;
}
.about-breadcrump {
    background: none;
}
.main-banner-content {
    text-align: center;
    background: #2C261FB2;
    padding: 20px 0;
}

.main-banner-content p {
    color: #fff;
    padding: 0px 0 20px 0;
}

.main-banner-content a {
    display: inline-block;
    padding: 18px 20px;
    border: 1px solid #C5A157;
}
.content-section ul {
    padding: 0 0px 30px 20px;
}

.content-section ul li {
    list-style: disc;
    padding: 6px 0;
}
.why-choose-content ul li {
    color: #111113B2;
    list-style-type: disc;
    padding: 4px 0;
}

.why-choose-content ul {
    padding: 0 0px 0 50px;
}
.pulpit .row {
    align-items: center;
}
.pulpit {
    padding: 40px 0 100px;
}
.about-the-book {
    padding: 110px 0;
}

.about-the-book-content p {
    padding: 7px 0;
}

.about-the-book-content .faq-sec {
    padding: 11px 0;
}

.about-the-book-content h4 {
    padding: 10px 0;
    font-size: 35px;
}
.about-the-book h2 {
    text-align: center;
    padding: 0 0 80px 0;
}

.about-the-book-content ul li {
    padding: 5px 0;
    list-style-type: disc;
}

.about-the-book-content ul {
    padding: 0 0 0 40px;
}

.about-the-book .row {
    align-items: center;
}

.about-the-book-img {
    text-align: center;
}

.about-the-book-img img {
    height: 610px;
}

.about-the-book-content .faq-sec .faq-item {
    padding: 8px 0;
}

.about-the-book-content h6 {
    color: #c9a34e;
}
.galery-box {
    width: 100%;
    height: 300px;
    padding-bottom: 10px;
}

.custom-slider a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}