@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap);

body,
section {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0
}

h3,
p {
    margin: 0
}

.preLoader,
body,
html {
    height: 100%
}

.preLoader,
header {
    position: fixed;
    top: 0
}

.homeSlider.swiper-container .swiper-slide,
.news-imag,
.themeBtn,
body.loading,
figure.photo-imag {
    overflow: hidden
}

.preLoader .bar,
.slideOne h4,
.youtube-img a i {
    background-color: var(--secondary)
}

.footer-bottom,
.menard-bottom p,
.news-wrapp,
.podcast-content,
.product-wrapp {
    text-align: center
}

.bookimg1,
.lool,
.main-imag img,
.opopopop {
    object-fit: cover
}

.lisy,
ul.disc {
    list-style: disc
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #c6a85d;
    --secondary: #d82025
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    overflow-x: hidden !important;
    font-family: Inter, sans-serif
}

section {
    padding: 6rem 0
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #828282
}

h1,
h2,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.navbar-brand,
figure,
form.contact-form .form-group,
ul {
    margin: 0
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
button:hover {
    -webkit-transition: .5s;
    transition: .5s
}

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

body.loading {
    height: 100vh
}

.preLoader {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113
}

.navbar-nav .nav-item .nav-link,
.themeBtn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500
}

.navbar .nav-item.drop-down,
.themeBtn,
.youtube-img {
    position: relative;
    z-index: 1
}

.preLoader .counter {
    color: var(--white);
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 5rem
}

.preLoader .bar {
    height: 20%;
    width: 100vw
}

.themeBtn {
    background-color: var(--primary);
    font-size: .925rem;
    color: var(--white);
    padding: .85rem 2.285rem;
    line-height: normal;
    border-radius: 7px
}

.product-img,
.youtube-img a i,
ul.footer-social li a i {
    display: grid;
    place-items: center
}

.themeBtn.borderBtn {
    background: 0 0;
    border: 1px solid #fff;
    padding: 1.04em 2em
}

header {
    margin: 0 auto;
    width: 100%;
    padding: 1.4375rem 13rem !important;
    display: flex;
    justify-content: center;
    transition: .3s ease-in-out;
    background-color: #f6f5f57d;
    z-index: 111
}

.navbar-brand {
    padding: 0
}

.navbar-nav {
    align-items: center;
    gap: 3.375rem
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--black);
    padding: 0;
    position: relative
}

.navbar .drop-down>a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 5px;
    color: var(--primary)
}

.navbar .drop-down ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 30px rgb(127 137 161 / 25%);
    transition: .3s
}

.navbar .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .drop-down li {
    min-width: 200px;
    position: relative;
    list-style: none
}

.navbar .drop-down ul a {
    padding: .5em 1.125em;
    font-size: 1rem;
    font-weight: 400;
    color: #151515;
    display: block;
    text-transform: uppercase
}

.navbar .drop-down ul a:hover {
    background: var(--primary);
    color: #fff
}

.main-slider {
    height: 920px;
    background: radial-gradient(#f6f5f5, #b9baba)
}

.main-slider-second {
    height: 920px;
    background: #000000e0
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    margin-top: 20px;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem
}

.homeSlider .swiper-button-next,
.homeSlider .swiper-button-prev {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: .3s ease-in-out;
    cursor: pointer
}

.homeSlider .swiper-button-next {
    right: 1rem
}

.homeSlider .swiper-button-prev {
    left: 1rem
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black)
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 .5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: 0 0
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -149px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end
}

.main-slider h1 {
    margin: 0;
    color: var(--black);
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.main-slider p {
    color: #505050;
    font-weight: 400;
    line-height: 1.9;
    margin: .1625rem 0 2.25rem;
    font-size: 1.125rem;
    text-transform: capitalize;
    width: 86%
}

.slideOne h4 {
    font-size: 2.5625rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    width: fit-content;
    padding: .625rem 1.25rem;
    margin: .625rem 0 .859rem
}

.menard-content h3,
.menard-main h4 {
    font-weight: 700;
    color: var(--white)
}

.main-slider p span {
    font-weight: 500;
    color: #3f3f3f
}

.main-imag {
    margin-left: -3rem;
    margin-bottom: -8rem
}

figure.book-imag {
    position: relative;
    margin-left: -3rem
}

.bookimg2 {
    position: absolute;
    right: 7rem;
    top: -4rem
}

.book-content {
    margin-top: 80px;
    margin-left: -2.875rem
}

.book-content h3 {
    font-size: 1.9625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 15px
}

.book-content p {
    font-size: 1.0625rem;
    line-height: 1.9;
    text-transform: capitalize;
    width: 94%
}

.book-content p+p {
    margin: 1.125rem 0 1.75rem;
    width: 96%
}

.book-content p span,
.book-content p strong {
    font-weight: 600
}

.book-sec {
    padding: .3rem 0 3.15rem;
    background: #000
}

.mainHead {
    font-size: 3.125rem;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    line-height: 1.2
}

.menard-main h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.9;
    margin: .3125rem 0 2.1875rem;
    font-family: Inter
}

.menard-sec {
    background: url(../images/menardbg.webp) center/cover fixed;
    padding: 7.0625rem 0 4rem;
    z-index: 1
}

.menard-sec::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(21 21 21 / 93%);
    z-index: -1
}

.menard-content h3 {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: .12rem
}

.menard-content span {
    color: #ccb26f;
    font-weight: 800;
    padding: 0 5px
}

.news-content h4,
.news-content span,
.photo-list li a,
.product-content h3,
.product-content p {
    font-weight: 500;
    text-transform: capitalize
}

.menard-content p {
    text-transform: capitalize;
    color: #b5baba;
    line-height: 1.8125
}

.menard-content+.menard-content {
    margin: 1.75rem 0
}

.menard-bottom p {
    font-size: 1.125rem;
    text-transform: capitalize;
    color: #b5baba
}

.menard-main {
    padding-left: 4.1875rem
}

.menard-sec .row+.row {
    padding-top: 1.875rem
}

.photo-sec .mainHead,
.product-sec .mainHead {
    margin-bottom: 2.5rem
}

.product-img {
    border: 1px solid #c8c8c8;
    height: 400px;
    width: 297px;
    background-color: #f8f8f8;
    border-radius: 7px
}

.about-content .btn-group .themeBtn,
.about-content .btn-group .themeBtn::before,
.news-sec {
    background-color: #151515
}

.news-imag img,
.news-wrapp {
    border-radius: 22px
}

.product-content h3 {
    font-size: 1.125rem;
    color: #1c1c1c;
    line-height: 1.65;
    margin: 1.1375rem 0 2.1875rem
}

.product-sec .col-md-3:nth-child(4) .product-wrapp .product-content h3,
section.product-sec .col-md-3:last-child .product-wrapp .product-content h3 {
    margin: .75rem 0 0
}

.product-content p {
    font-size: .875rem;
    color: #ea1719;
    line-height: 2.3;
    margin-bottom: .625rem
}

.news-sec {
    padding: 4rem 0 2.9rem
}

.news-sec .mainHead {
    margin-bottom: 3.89rem
}

.news-wrapp {
    background-color: #e8e8e8
}

.news-content span {
    font-size: 1rem;
    color: #777;
    margin: 1.4375rem 0 1.0625rem;
    display: block
}

.news-content h4 {
    font-size: 1.375rem;
    color: #151515;
    width: 80%;
    margin: auto
}

.news-content p {
    color: #3f3f3f;
    text-transform: capitalize;
    font-size: 1.0625rem;
    width: 80%;
    margin: 13px auto 1.875rem;
    line-height: 1.9
}

.footer-center h3,
footer h2,
form.contact-form .form-control {
    text-transform: uppercase;
    font-weight: 400
}

.news-content .themeBtn {
    margin-bottom: -3rem
}

.about-sec {
    background: url(../images/aboutimg1.webp) center/cover fixed;
    z-index: 1;
    padding: 6rem 0 8rem
}

.about-sec::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(218 32 38 / 91%);
    z-index: -1
}

.about-content .btn-group {
    gap: 1.875rem;
    margin-top: 3.5rem
}

.youtube-img::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(0 0 0 / 15%);
    z-index: 0;
    border-radius: 20px
}

.youtube-img a {
    position: absolute;
    display: flex;
    justify-content: center;
    inset: 0;
    align-items: center;
    z-index: 1
}

.footer-social,
.photo-list li a {
    align-items: center;
    display: flex
}

.youtube-img a i {
    height: 4.25rem;
    width: 6rem;
    color: var(--white);
    border-radius: 20px;
    font-size: 1.125rem
}

.news-imag:hover img,
.youtube-img a i:hover,
figure.photo-imag:hover img {
    transform: scale(1.09);
    transition: .6s
}

.youtube-sec {
    padding: 6rem 0 5.56rem
}

.photo-sec {
    padding: 0 0 2.25rem
}

.photo-list li a {
    gap: .5rem;
    font-size: .875rem;
    color: #353535
}

.footer-bottom p,
.footer-bottom p a,
.footer-center h3,
footer h2,
ul.footer-list li a {
    color: var(--white)
}

.photo-list li+li {
    border-top: 1px solid #d2d2d2
}

.photo-list li {
    padding: .5625rem 0
}

.photo-content {
    padding: .525rem 0 0
}

.photo-wrapp {
    margin-bottom: 3.75rem
}

section.contact-sec {
    background-color: #353535;
    padding: 4.375rem 0 5rem
}

.contact-sec .mainHead {
    margin-bottom: 2.345rem
}

form.contact-form .form-control {
    height: 4.375rem;
    outline: unset;
    font-size: .875rem;
    color: #7e7c7b;
    border: unset;
    background-color: var(--white);
    border-radius: 7px;
    box-shadow: unset;
    padding-left: 1.875rem
}

form.contact-form .form-control::placeholder {
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #7e7c7b
}

form.contact-form button {
    width: 100%;
    height: 4.375rem;
    padding: 0;
    border: unset
}

footer {
    background-color: #151515;
    padding: 6rem 0 0
}

footer h2 {
    font-size: 27px;
    margin-bottom: 2rem
}

ul.footer-list li a {
    font-size: .875rem;
    font-weight: 400;
    text-transform: capitalize
}

ul.footer-list li+li {
    margin: .625rem 0
}

.footer-social {
    gap: .4895rem;
    margin-top: 2rem
}

ul.footer-social li a i {
    height: 2.625rem;
    width: 2.625rem;
    border-radius: 50px;
    border: 2px solid var(--white);
    color: var(--white)
}

.footer-center {
    background-color: #353535;
    padding: 3rem 0 0;
    margin: 3.75rem 0 0
}

.footer-center h3 {
    font-size: 1.125rem
}

ul.footer-images {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-bottom {
    margin-top: 2.75rem;
    border-top: 1px solid #484848;
    padding: .75rem 0
}

.footer-bottom p a {
    font-weight: 500;
    text-transform: capitalize
}

#mainSlider {
    opacity: 1;
    transition: opacity .3s
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    background-color: var(--black);
    height: 2px;
    bottom: -4px
}

.about-content .btn-group .themeBtn::after,
ul.footer-social li a i:hover {
    background-color: var(--white)
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    transition: .6s
}

.about-content .btn-group .themeBtn:hover,
.social-link a {
    color: var(--black)
}

ul.footer-social li a i:hover {
    color: var(--black);
    transition: .6s
}

.main-slider h1 span,
footer h2 span,
ul.footer-list li a:hover {
    color: var(--secondary)
}

.menard-sec .mainHead {
    font-size: 2.125rem;
    margin-bottom: 1rem
}

.areydnihfn,
.inner-menard-sec::before {
    display: none
}

.inner-menard-sec {
    background-image: none
}

.inner-menard-sec .menard-bottom p,
.inner-menard-sec .menard-content h3,
.inner-menard-sec .menard-content p {
    color: #151515
}

.blog-box,
.inner-product-sec .product-wrapp {
    margin: 1rem 0
}

.speaker-box-content h3 {
    font-size: 36px;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 1rem
}

.speaker-box-content span {
    font-size: 20px;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 1rem;
    display: block
}

.speaker-box-content p {
    font-size: 17px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 1rem
}

.speaker-social {
    justify-content: center
}

.speaker-social li a i {
    border: 2px solid #1c1c1c !important;
    color: #1c1c1c !important
}

.main-slider .slideOne>span {
    font-size: 17px;
    font-weight: 700;
    color: #3f3f3f;
    display: block;
    margin: 1rem 0
}

.main-slider .slideOne>h2 {
    font-size: 46px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem
}

.inner-news-sec {
    background-color: #fff
}

.inner-news-sec .news-wrapp {
    margin-bottom: 5rem
}

.blog-box-content li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    padding: .5rem 0
}

.blog-box-img,
.content h2,
.content h4,
.content p,
.times {
    margin-bottom: 1rem
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: 1px solid var(--primary);
    color: #000;
    padding: 10px;
    outline: 0;
    border-radius: 7px;
    background-color: #c6a85d36;
    margin-bottom: 1rem
}

.form-field label {
    color: #151515;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: .5rem
}

.book-content p,
.coming,
.head-heading {
    color: #fff
}

.form-btn button {
    width: auto !important;
    padding: 1.5rem 2.985rem 1.75rem !important
}

.contact-tabing-btns {
    justify-content: center;
    margin-bottom: 4rem;
    border: none;
    gap: 1rem
}

.contact-tabing-btns li button {
    border: none;
    border-radius: 7px !important;
    background-color: #151515;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 40px
}

.contact-tabing-btns li button.active {
    border: none;
    background-color: var(--primary) !important;
    color: #fff !important;
    position: relative
}

.contact-tabing-btns li button.active::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: -10px;
    left: 50%
}

figure.menard-img.menarda08 img {
    filter: grayscale(1)
}

.homeSlider .ssadsdsd {
    height: 100%
}

.popopo {
    height: 617px
}

.main-heading {
    color: #fff;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px
}

.main-imag img {
    width: 98%
}

.bookimg1 {
    width: 91%;
    margin-top: 49px
}

.head-heading {
    font-size: 31px;
    margin-bottom: -20px
}

.book-imag12 {
    position: relative;
    margin-left: 0
}

.lool {
    width: 88%;
    margin-top: 155px;
    height: px
}

.book-imag332 {
    position: relative;
    margin-right: 2rem
}

.opopopop {
    width: 97%;
    margin-top: 49px
}

.news-content .vddvd {
    margin-bottom: 0;
    transition: .8s
}

.dsdsd {
    width: 92%;
    padding: 10px
}

.axaax {
    max-height: 100%
}

.lpolpo {
    margin-top: 75px !important
}

.podcast-content h3 {
    margin: 1rem 0;
    font-weight: 600
}

.podcast-content .mainHead {
    margin-bottom: 1.5rem
}

.social-link {
    display: flex;
    gap: .5rem
}

.social-link a:hover {
    color: var(--primary)
}

.social-link a i {
    font-size: 1.7rem
}

.social-link2 {
    gap: 1rem
}

.coming {
    font-size: 38px;
    margin-top: 23px;
    margin-left: 50px
}

.dssdfsdfsdf {
    margin: 25px auto 0
}

.sdasdrsacas {
    margin-top: 80px
}

.sdsazds {
    top: 0 !important
}

.open_section p,
.open_sectiondpsdsc p {
    color: #000
}

.sdssfAZ {
    width: 600px;
    height: 500px;
    object-fit: contain
}

.open_sectiondpsdsc {
    background-color: #f7f7f7
}

.blog-box a {
    display: inline-block;
    padding: 10px 18px;
    background: #d82025;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
    box-shadow: 0 4px 10px rgba(216, 32, 37, .4)
}

.numeric,
ul.disc {
    padding-left: 1rem
}

.blog-box a:hover {
    background: #b51a1e;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(216, 32, 37, .5)
}

.blog-box p {
    margin: .7rem 0
}

.blog-box p a {
    color: currentColor;
    font-size: 1.125rem;
    font-weight: 600
}

.numeric li,
ul.disc li {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .7rem
}

.content h3 {
    font-family: Oswald;
    margin-bottom: 1rem
}

.times li {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .7rem
}

.product-img img {
    width: 218px;
    height: 336px
}


.productwrap h5 {
    font-size: 1.125rem;
    font-weight: 400;
}

.productwrap figure {
    text-align: center;
    background: #e2e2e2;
    padding: 35px !important;
    box-shadow: 0 35px 50px -35px rgb(0 0 0 / 50%);
}

.blogwrap figure img {
    height: 200px;
    object-fit: cover;
}


.blogwrap {
    height: 580px !important;
}


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

ul.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.header-social li a {
    color: var(--black);
}

ul.searchinglist li a {
    color: var(--black);
}

.navbar-brand {
    filter: brightness(0.2) !important;
}

header {
    background: transparent !important;
}

/* 
        header{
            height: 80px !important;
        } */



/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Local Font */
/* @font-face {
                     font-family: "Font Name";
                     src: url("../fonts/fontpath.ttf");
                      } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #c6a85d;
    --secondary: #333333;

    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Nunito", sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2 {
    font-family: "Abhaya Libre", serif;
}

h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--secondary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding: 1.04em 2em;
    margin-top: 1rem;
    line-height: normal;
    border-radius: 3px;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid var(--primary);
    padding: 1.04em 2em;
    color: #000;
}

/* mouse animation css  */

/* NAV HEADER CSS */


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

ul.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.header-social li a {
    color: var(--black);
}

ul.searchinglist li a {
    color: var(--black);
}

/* !NAV HEADER CSS */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}

/* !SEARCH BAR CSS */

/* main-section */
.main-section {
    /* background: url(../assets/new-page/mainBnnr.webp) center/cover no-repeat; */
    height: 1000px;
    display: flex;
    align-items: center;
    margin-top: 8rem;
}

.mainwrap h2 {
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 0.8;
}

.mainwrap h4 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #bda392;
    margin: 15px 0;
}

.mainwrap p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
    width: 83%;
    margin-bottom: 2rem;
}

section.main-section .themeBtn {
    font-weight: bold;
}

figure.book_read {
    position: relative;
    padding: 2rem 0;
    display: grid;
    place-content: center;
    margin-left: 10rem;
}

figure.book_read img {}

figure.book_read::before {
    width: 128px;
    height: 128px;
    display: grid;
    place-content: center;
    background: rgb(198 168 93 / 42%);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 40.2%;
    top: 10%;
}

figure.book_read img {
    z-index: 11;
    position: relative;
}

section.main-section .themeBtn:hover {
    background: #fff;
    color: var(--primary);
    font-weight: bold;
}

.arrow_div {
    display: flex;
    gap: 1.1rem;
    align-items: center;
}

.arrow_div img {
    margin-top: 3rem;
}

section.main-section .themeBtn:hover {
    background: #fff;
    color: var(--primary);
    font-weight: bold;
}

/* main-section */

.mainHead {
    color: #333333;
    font-size: 60px !important;
    font-weight: bold;
}

.subHead {
    color: #bda392;
    font-size: 1.125rem;
    font-weight: 300;
}

/* sparked-sec */
section.sparked-section p {
    font-size: 1.125rem;
    font-weight: 300;
    color: #666666;
    line-height: 1.9;
    width: 100%;
}

section.sparked-section .themeBtn {
    margin-top: 2rem;
    border: 1px solid #c6a85d;
    background: transparent;
    color: #000;
    border-radius: 3px;
    padding: 1rem 3.5rem;
    font-size: 1rem;
}

section.sparked-section .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}

section.sparked-section {
    background: #f3f3f3;
}

.sparked-section figure img {
    box-shadow: 0 35px 70px -35px rgb(0 0 0 / 60%);
}

/* sparked-sec */

/* fact-section */
/* .fact-section {
                      background: url(../new-page/factbg.webp) center/cover no-repeat;
                      padding: 1rem 0px;
                    }

                    .fact-wraps .mainHead {
                      font-size: 64px;
                      line-height: 1;
                    }

                    .fact-wraps h3 {
                      font-size: 1.125rem;
                      color: #c6a85d;
                      font-weight: 600;
                      margin-bottom: 0.2rem;
                    }

                    .fact-wraps p {
                      font-size: 1rem;
                      font-weight: 400;
                      color: #666666;
                      line-height: 2;
                      width: 70%;
                    } */



/* .fact-section {
                      background: url(../new-page/factbg.webp) center/cover no-repeat;
                      padding: 1rem 0px;
                    } */

.fact_img {
    position: sticky;
    top: 0;
}

.fact-wraps .mainHead {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.fact-wraps h3 {
    font-size: 1.125rem;
    color: #c6a85d;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.fact-wraps p {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    width: 100%;
}

.fact-wraps {
    padding-right: 8rem;
}


/* fact-section */

/* productsec */
section.product-section .mainHead {
    font-size: 64px;
    margin-bottom: 2.5rem;
    text-align: center;
    text-transform: capitalize;
}

.productwrap figure {
    text-align: center;
    background: #e2e2e2;
    padding: 59px 49px;
    box-shadow: 0 35px 50px -35px rgb(0 0 0 / 50%);
}

.productwrap h3 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Abhaya Libre";
    margin-top: 39px;
}

.productwrap {
    text-align: center;
}

.productwrap h4 {
    font-size: 0.875rem;
    font-weight: 300;
    color: #666666;
    margin-bottom: 24px;
}

.productwrap .themeBtn {
    border: 1px solid #c6a85d;
    background: transparent;
    color: #000;
    border-radius: 3px;
    padding: 1rem 2.5rem;
}

section.product-section {
    background: #f3f3f3;
}

.themeBtn.redbtn {
    background: #d82025;
    border-radius: 3px;
}

.themeBtn.redbtn:hover {
    color: #fff;
    background: #000;
}

.productwrap .themeBtn:hover {
    background: var(--primary);
    color: #fff;
}

/* productsec */

/* mailing-sec */

.mailing-sec {
    background: #353535;
}

.mailwrap {
    text-align: center;
}

.mailwrap .mainHead {
    color: #fff;
    font-size: 70px;
    margin-bottom: 1rem;
}

/* mailing-sec */

/* blog */
section.blog-section {
    background: #f4f4f4;
    padding-bottom: 0rem;
}

.blog-section .themeBtn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.blog-section .themeBtn {
    padding: 1rem 3.5rem;
}

.blogtop {
    text-align: center;
    margin-bottom: 3rem;
}

.blog-cntnt h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    font-family: "Abhaya Libre";
}

.blog-cntnt h5 {
    font-size: 0.875rem;
    font-weight: 300;
    color: #666666;
    margin: 1rem 0 12px 0;
}

.blog-cntnt p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.75;
}

.blogwrap figure img {
    width: 100%;
}

.blogwrap {
    background: #fff;
}

.blog-cntnt {
    padding: 36px 40px 22px 20px;
    height: 345px;
}

/* blog */

/* footer  */
footer {
    background: #22262d;
    position: relative;
    padding-top: 70px;
}

.bgsched {
    background: #d82025;
    border-radius: 10px;
    padding: 75px 70px;
    /* margin-top: -6rem; */
    position: absolute;
    margin-bottom: 4rem;
    box-shadow: 0 35px 65px 0 rgb(188 163 146 / 10%);
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1080px;
}

.schedulewraps {
    text-align: center;
}

.schedulewraps i {
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 30px 34px;
    color: #fff;
    font-size: 1.8rem;
}

.schedulewraps h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 9px 0;
}

.schedulewraps a {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fff;
}

form.footer-form .form-control {
    height: 50px;
    outline: unset;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    backdrop-filter: blur(98px);
    padding: 1rem 0 1rem 30px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #8e8e8e;
    border-radius: 3px;
}

form.footer-form .form-control::placeholder {
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    color: #757575;
}

form.footer-form .form-group button {
    border-radius: 3px;
    margin-top: 1.125rem;
    border: unset;
    padding: 24px 28px;
    height: fit-content;
    width: 100%;
    background: #c6a85d;
    letter-spacing: 3px;
}

a.footerLogo {
    margin-bottom: 6rem;
    display: block;
}

.footerwrap h2 {
    font-size: 2.625rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 23px;
}

.footerwrap p {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 1rem;
    width: 90%;
}

ul.footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul.footer-social li {
    background: rgb(189 173 160 / 60%);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 3px;
}

ul.footer-social li i {
    color: #fff;
}

.copyRight p {
    font-size: 0.875rem;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin: 0;
}

.copyRight {
    background: #000;
    padding: 14px 0;
    margin-top: 60px;
}

ul.footer-social li:hover {
    background: var(--primary);
}

form.footer-form .form-group button:hover {
    background: #fff;
    color: #000;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}

.mailwrap .themeBtn:hover {
    background: #fff;
    color: #000;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #000;
    transition: width 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}


ul.searchinglist li a:hover {
    color: #000;
}

ul.header-social li a:hover {
    color: #000;
}

/* footer  */

.product-might-section {
    padding: 0 0 170px 0;
}

.product-might-section h2 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 80px;
    margin-top: 100px;
}

/* Tabs Sec Start  */

.tabs-sec .batch {
    background-color: #ff5c35;
    padding: 1px 16px 6px 16px;
    height: 30px;
    border: 2px solid #fff;
    position: absolute;
    left: 50.2%;
    z-index: 9;
    top: 9rem;
}

.tabs-sec figure img {
    position: relative;
    width: 100%;
    height: 660px;
}

.tabs-sec .batch p {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.tabs-sec .nav-link {
    border: unset;
    outline: unset;
    padding: 0;
}

.tabs-sec .nav button[aria-selected="true"] {
    background-color: unset;
    border: 2px solid #c6a85d;
    outline: unset;
}

.tabs-sec .nav button {
    padding: 15px 0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 6px;
}

.tabs-sec .nav button img {
    width: 100%;
    height: 10rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: unset;
    border: 1px solid #c6a85d;
    outline: unset;
    border: unset;
}

.tabs-sec {
    background-color: #e2e2e2;
    padding: 120px 0 130px 0;
}

.tabs-sec .right-content h1 {
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
    white-space: nowrap;
}

.tabs-sec .share span {
    font-weight: 500;
    color: #666666;
    font-size: 14px;
    margin-right: 16px;
}

.tabs-sec .share a {
    color: #2c2929;
    font-size: 1.1rem;
    transition: 0.2s;
    margin-right: 1rem;
}

.tabs-sec .share a:hover {
    color: #c5a43a;
}

.tabs-sec .price {
    font-size: 1rem;
    color: #7d879c;
    margin: 10px 0;
}

.tabs-sec .price .new-price {
    color: #c6a85d;
    /* font-weight: 600; */
    font-size: 24px;
    margin: 0 10px;
}

.tabs-sec .price .text-danger {
    color: #d82025 !important;
    font-size: 1rem;
}

.tabs-sec .desc {
    color: #404040;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    /* max-width: 400px; */
}

.tabs-sec .form-select,
::picker(select) {
    appearance: base-select;
    width: 108px;
    background: #f7f7f7;
    border: #eeeeee;
    outline: unset;
    overflow: visible !important;
}

.tabs-sec .form-select>option {
    color: #404040;
}

.tabs-sec .form-select option:checked {
    background-color: #c7c7c7;
}

.tabs-sec label {
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}

.color-swatch-white {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: white;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.color-swatch-dark {
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    background-color: #333;
    display: inline-block;
    cursor: pointer;
}

.add-to-card-btn {
    background-color: #bfa45f;
    border-color: #bfa45f;
    color: white;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
}

.quantity-section {
    display: flex;
    align-items: center;
}

.form-control[type="number"] {
    height: calc(2.25rem + 2px);
}

.tabs-sec button {
    background-color: #c6a85d;
    color: #fff;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 3px;
    border: unset;
    outline: unset;
}

.tabs-sec .form-control {
    height: 44px;
    background: #f7f7f7;
}

.tabs-sec .form-control:focus {
    border: unset;
    outline: unset;
    box-shadow: unset;
}

.tabs-sec .right-content {
    margin: 7rem 0 0 1rem;
}

.tabs-sec .horizantal_tabs {
    margin-top: 5rem;
}

.tabs-sec .horizantal_tabs .nav button[aria-selected="true"] {
    outline: unset;
}

.tabs-sec .horizantal_tabs .nav button {
    padding: 15px 0;
    border-radius: unset;
    background: unset;
    /* margin: 10px; */
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0px 0 7px 0;
}

.tabs-sec .horizantal_tabs .nav button[aria-selected="true"] {
    background-color: unset;
    color: #c6a85d;
    outline: unset;
    border: unset;
    border-bottom: 1px solid #c6a85d;
    border-radius: unset;
    margin: 0;
    padding: 0px 0 7px 0;
}

.tabs-sec .horizantal_tabs .tab-content p {
    font-size: 1rem;
    color: #404040;
}

.tabs-sec .horizantal_tabs ul {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    gap: 2rem;
}

.navbar-brand img {
    filter: brightness(0);
    object-fit: contain;
}

.form-inline {
    gap: 10px;
}

/* modal */


/* Overlay background */
/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
.popup-box {
    background: #fff;
    padding: 25px;
    width: 30%;
    border-radius: 10px;
    text-align: center;
    animation: fadeIn .3s ease-in-out;
    position: relative;
}

.popup-box .themeBtn {
    outline: unset;
    border: unset;
}

/* Form fields */
.popup-box input,
.popup-box textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.popup-box textarea {
    height: 80px;
    resize: none;
}

/* Buttons */
.send-btn {
    width: 100%;
    padding: 10px;
    background: #0366d6;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
}

.send-btn:hover {
    background: #024fa3;
}

.close-btn {
    /* margin-top: 15px; */
    background: transparent;
    color: #000;
    padding: 8px 15px;
    border: none;
    border-radius: 6px;
    position: absolute;
    top: 1%;
    right: 3%;
}

@media (max-width: 575.98px) {
    .mainHead {
        font-size: 24px !important;
    }

}

@media only screen and (max-width: 1920px) and (min-width: 1500px) {
    .container {
        max-width: 1172px;
    }
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 767.98px) {
    .homeSlider.swiper-container .swiper-slide {
        overflow: unset !important;
    }

    .homeSlider.swiper-container {
        overflow: unset !important;
    }
}

@media (max-width: 575.98px) {}

@media (max-width: 320.98px) {}