@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');*/
@import url(animate.css);
@import url('bootstrap-select.min.css');
@import url('icomoon.css');
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.min.css');
@import url(owl.css);
@import url(owl.theme.default.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(flaticon.css);
/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);
/*** jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../plugins/revolution/css/settings.css);
@import url(../plugins/revolution/css/layers.css);
@import url(../plugins/revolution/css/navigation.css);

:root {
    --heading-color: #333333;
    --primary-color: #6B2C32;
    --accent-color: #D9C7B3;
    --secondry-color: #e5d7ca;
    --background-color: #f8f5f1;
    --background-color-2: #f2f2f2;
    --contrast-color: #ffffff;
    --body-bg-color: #fef9f2;
}

/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    /*letter-spacing: 1px;*/

}

a,
a:hover {
    color: #6B2C32;
}

.preview_image {
    display: none;
}

.picture {
    width: 150px;
    aspect-ratio: 16/9;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    border: 2px dashed currentcolor;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
}

.picture:hover {
    color: #777;
    background: #ccc;
}

.picture:active {
    border-color: turquoise;
    color: turquoise;
    background: #eee;
}

.picture:focus {
    color: #777;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
    max-width: 100%;
}

body {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    font-family: "Lato", sans-serif !important;
    overflow-x: hidden;
    background: var(--body-bg-color) !important;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    font-family: "Playfair Display", serif !important;
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

/*
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
*/
.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

.new-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

i {
    font-style: normal;
}

ul,
li {
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.btn-one {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--primary-color) !important;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 34px;
    border-radius: 6px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    letter-spacing: 1px;
}

.btn-one:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #6B2C32;
    border-radius: 6px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all 500ms linear;
    transition-delay: 0.2s;
    z-index: -1;
}

.btn-one:hover:before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.btn-one:hover {
    color: #ffffff;
    border: 1px solid #6B2C32 !important;
    outline: none;
}

.btn-two {
    position: relative;
    display: inline-block;
    padding: 18px 34px;
    background: transparent;
    color: #28231e;
    font-size: 18px;
    /* line-height: 20px; */
    font-weight: 600;
    border: 1px solid #6B2C32;
    text-transform: uppercase;
    border-radius: 6px;
    font-family: Lato, sans-serif;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    letter-spacing: 1px;
}

.btn-two:hover {
    color: #ffffff;
    border: 1px solid #6B2C32;
    background: #6B2C32;
}

.dashboard-head .btn-two {
    padding: .375rem .75rem;
    font-size: 0.7rem;
    border-radius: .25rem;
}

.shop-btn {
    position: relative;
    display: inline-block;
    padding: 24px 45px 22px;
    background: #0b59d9;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    letter-spacing: 1px;
}

.shop-btn:hover {
    color: #f8f8f8;
    background: #1d2633;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar-expand-lg .navbar-collapse .navbar-nav {
    display: contents;
}

.fa-chevron-down {
    font-size: 12px;
    -webkit-text-stroke: 0.01px;
}

.header-top-right-style2 img {
    max-width: 16px;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 20px;
}

.sec-title p {
    color: #6B2C32;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    margin: 0px 0 30px;
}

.testimonial-style1-box .text-white {
    margin-bottom: 10px !important
}

.Collectibles p {
    margin: 0 !important;
}

.sec-title.clr-white p {
    color: #bbbbbb;
}

.sec-title .big-title {
    position: relative;
    display: block;
    padding: 6px 0 0;
}

.sec-title .big-title h1 {
    color: #333;
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    text-transform: capitalize;
}

.sec-title.clr-white .big-title h1 {
    color: #ffffff;
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-two::before {
    background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

/*___ owl Nav Dot Style _____*/
.owl-nav-style-one {}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 50px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 0 0px;
    padding: 0;
    border: 1px solid #d1d1d1;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #333;
}

.owl-nav-style-two {}

.owl-nav-style-two .owl-controls {}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}

.owl-carousel.style1 .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 2px solid #d9d9d9;
    line-height: 56px;
    margin: 0 7.5px;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 0%;
    text-align: center;
}

.owl-carousel.style1 .owl-nav [class*="owl-"] span:before {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    transition: all 700ms ease 200ms;
}

.owl-carousel.style1 .owl-nav [class*="owl-"] .icon-arrow:before {
    transform: rotate(180deg);
    display: inline-block;
}

.owl-carousel.style1 .owl-nav [class*="owl-"]:hover span:before {
    color: #131313;
}

.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
    background: #fec727;
    border-color: #fec727;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-bottom: 55px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    line-height: 10px;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #acacac;
    border: 0px solid #4c4c4c;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #333;
}

.all-banner-slide.owl-carousel .owl-nav,
.blog-carousel-style2.owl-carousel .owl-nav {
    display: none;
}

.zigzag-slider.owl-carousel .owl-nav .owl-prev,
.zigzag-slider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 39px;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 40%;
}

.zigzag-slider.owl-carousel .owl-nav .owl-prev {
    left: 5%;
}

.zigzag-slider.owl-carousel .owl-nav .owl-next {
    right: 5%;
}

.zigzag-slider.owl-carousel .owl-nav .owl-prev i,
.zigzag-slider.owl-carousel .owl-nav .owl-next i {
    font-size: 13px;
    color: #fff;
}

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
    box-shadow: 0px 2px 10px 3px #f6f6f6;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #ffffff;
    padding-left: 40px;
    padding-right: 70px;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn h4 {
    color: #131313;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    font-family: 'icomoon';
    position: absolute;
    content: "\e9ac";
    top: 23px;
    right: 40px;
    color: #b5b5b5;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
    background: #005299;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #ffffff;
}

.accordion-box .accordion .accord-btn.active:after {
    color: #4eaaf9;
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    padding-top: 26px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 35px;
    display: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    margin: 0;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

/*
.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;
}
*/

/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border: 2px solid #333;
    background: #ffffff;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
    line-height: 53px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    z-index: 999999999;
}

.scroll-top span {}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top.style2 {
    position: static;
    width: 70px;
    height: 100px;
    border-radius: 0;
    background: #0b59d9;
    border: none;
    text-align: center;
    animation: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.scroll-top.style2:hover {
    background: #074dbe;
}

.scroll-top.style2:after {
    display: none;
}

.scroll-top.style2 span:before {
    color: #ffffff;
    font-size: 20px;
}

.scroll-top.style2 .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 4px 0 0;
}

.scroll-top.style2.s3 {
    position: absolute;
    top: -30px;
    right: 30px;
    bottom: auto;
    border-radius: 5px;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

/* Post pagination styles */
.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}

.post-pagination.style2 li a {
    border-radius: 0;
}

/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one.bg1 {
    /* background-color: rgba(217, 199, 179, 0.90); */
    border-radius: 0px;
}

.overlay-style-one.bg2 {
    /* background-color: rgba(255, 255, 255, 0.70); */
}

.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, 0.90);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
    margin: 5px 0 15px 0;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 18px;
    color: #ffba00;
}

.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: none;
    color: #959595;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    transition: all 500ms ease;
}

.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #6B2C32;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #333;
}

/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}

/*** 
============================================
	Hidden Sidebar style
============================================
***/
.hidden-bar {
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background: #160f0a;
    z-index: 9999999999;
    transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
    transition-delay: 300ms;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 40px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.hidden-bar .hidden-bar-closer button span:before {
    font-size: 30px;
    line-height: 30px;
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #ffffff;
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 30px 10px 30px 30px;
}

.hidden-bar .logo {
    padding: 0px 0px 30px;
}

.hidden-bar .logo a {
    display: inline-block;
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

.hiddenbar-about-us {
    position: relative;
    display: block;
}

.hiddenbar-about-us h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 18px;
}

.hiddenbar-about-us .text {
    display: block;
}

.hiddenbar-about-us .text p {
    color: #ffffff;
    margin: 0;
}

.hidden-bar .contact-info-box {
    position: relative;
    display: block;
    padding-top: 36px;
}

.hidden-bar .contact-info-box h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 23px;
}

.hidden-bar .contact-info-box ul {
    position: relative;
    display: block;
}

.hidden-bar .contact-info-box ul li {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}

.hidden-bar .contact-info-box ul li:last-child {
    margin-bottom: 0;
}

.hidden-bar .contact-info-box ul li h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 11px;
}

.hidden-bar .contact-info-box ul li p {
    color: #838383;
    margin: 0;
}

.hidden-bar .newsletter-form-box {
    position: relative;
    display: block;
    padding-top: 26px;
    padding-right: 20px;
}

.hidden-bar .newsletter-form-box h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 24px;
}

.hidden-bar .newsletter-form-box form {
    position: relative;
    display: block;
}

.hidden-bar .newsletter-form-box form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    color: #8b8b8b;
    font-size: 15px;
    padding: 0 20px;
    padding-right: 60px;
    transition: all 500ms ease;
}

.hidden-bar .newsletter-form-box form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 50px;
    text-align: center;
}

.hidden-bar .newsletter-form-box form button:before {
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 12px;
    width: 2px;
    background: #eeeeee;
    content: "";
}

.hidden-bar .newsletter-form-box form button i {
    position: relative;
    top: 2px;
    color: #160f0a;
    font-size: 20px;
    line-height: 20px;
}

.hidden-bar .copy-right-text {
    position: relative;
    display: block;
    padding-top: 44px;
}

.hidden-bar .copy-right-text p {
    color: #ffffff;
    margin: 0;
}

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 17px 0;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .logo a img {
    max-width: 80px;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 26px 0px 24px;
}

.header-top {
    position: relative;
    display: block;
    padding: 10px 0;
    background: rgba(102, 104, 106, 0.90);
}

.header-top .outer-box {
    position: relative;
    display: block;
}

.header-top-left {
    position: relative;
    display: block;
    width: 50%;
}

.header-top-left ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-top-left ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    line-height: 30px;
}

.header-top-left ul li:last-child {
    margin-right: 0;
}

.header-top-left ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-top-left ul li a:hover {
    color: #333;
}

.header-top-right {
    position: relative;
    display: block;
    width: 50%;
}

.header-top-right .phone-num {
    position: relative;
    display: block;
    text-align: right;
}

.header-top-right .phone-num a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-top-right .phone-num a:hover {
    color: #333;
}

.header-upper {
    position: relative;
    display: block;
}

.header-upper .outer-box {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.70);
    padding: 0 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header-upper-left {
    position: relative;
    display: block;
}

.header-upper-left .logo {
    position: relative;
    display: block;
    padding: 27px 0;
}

.header-upper-left .logo a {
    position: relative;
    display: inline-block;
}

.header-upper-left .logo a img {
    width: auto;
}

.header-upper-right {
    position: relative;
    display: block;
}

.main-menu {
    b position: relative;
    display: block;
    float: left;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 34px 0px 36px;
    transition: all 500ms ease;
    opacity: 1;
    font-family: "Cinzel", serif;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: var(--accent-color);
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #333;
    content: "";
    transform: scaleX(0);
    transition: all 500ms ease;
}

.main-menu .navigation>li:hover a:before,
.main-menu .navigation>li.current>a:before {
    transform: scaleX(1.0);
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 270px;
    padding: 10px 0;
    display: none;
    border-radius: 0;
    z-index: 100;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: Lato, sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: var(--accent-color);
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: 22px 0;
    content: "";
    width: 5px;
    height: 5px;
    background: var(--primary-color);
    border-radius: 0%;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
    transform: scale(1.0);
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 10px 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0%;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: Lato, sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #333;
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: 22px 0;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 0%;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1;
    transform: scale(1.0);
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #242a30;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.navbar-header {
    display: none;
}

.menu-right-content {
    position: relative;
    float: right;
    margin-left: 40px;
}

.header-top-left-style2.text-center em {
    font-style: normal;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* 
.banner-text {
    width: 62%;
} */

.single-banner-slide .desk-slide,
.inner-page-banner .desk-slide {
    width: 100%;
}

.mob-slide {
    display: none;
}

.single-banner-slide .mob-slide,
.inner-page-banner .mob-slide {
    display: none;
}

.single-banner-slide h2 {
    position: relative;
    color: #333;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px !important;
}

/*
.single-banner-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	width: 100%;
	height: 100%;
}
*/
.single-banner-slide p {
    color: #6B2C32;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
}

.owl-dots {
    display: none !important;
}

.banner-text .btn-one {
    font-size: 20px;
    padding: 23px 34px;
}

/*** 
=============================================
    Welcome Area Css      
=============================================
***/
.intro-area {
    position: relative;
    display: block;
}

.intro-box {
    position: relative;
    display: block;
    background: #333;
    padding: 67px 65px 70px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.intro-box .inner-content {
    position: relative;
    display: inline-block;
    max-width: 650px;
    width: 100%;
}

.intro-box .inner-content h3 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: underline;
    font-family: Lato, sans-serif;
}

.intro-box .inner-content p {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 25px 0 50px;
}

.intro-box a {}

.plan-your-visit {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.50);
    top: -80px;
    right: 0;
    bottom: 0;
    max-width: 370px;
    width: 100%;
    padding: 26px 50px 0;
    border-bottom-right-radius: 20px;
    z-index: 10;
}

.plan-your-visit h2 {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.plan-your-visit h2 a {
    position: relative;
    display: block;
    float: right;
    color: #ffffff;
}

.plan-your-visit ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80px;
}

.plan-your-visit ul li {
    position: relative;
    display: block;
    padding-left: 80px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.20);
    padding-bottom: 40px;
    margin-bottom: 48px;
}

.plan-your-visit ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.plan-your-visit ul li .icon-holder {
    position: absolute;
    top: 0;
    left: 1px;
    color: #949494;
    font-size: 50px;
}

.plan-your-visit ul li .title-holder {
    position: relative;
    display: block;
}

.plan-your-visit ul li .title-holder h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 17px;
}

.plan-your-visit ul li .title-holder p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

/*** 
=============================================
    Exhibitions Area Css      
=============================================
***/
.exhibitions-area {
    position: relative;
    display: block;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 30px 50px 30px !important;
}

.exhibitions-area p {
    margin-top: 0 !important;
}

.exhibitions-area.home-services-sec {
    padding: 80px;
}

.single-exhibition-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.single-exhibition-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    height: 550px;
    object-fit: cover;
    object-position: center center;
}

.single-exhibition-box.home-page-serv .img-holder {
    height: 550px;
}

.exhibitions-area.products-page.products_list_page .single-exhibition-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.exhibitions-area.products-page.gallery-page .single-exhibition-box .img-holder {
    width: 100%;
    height: 550px;
}

.img-badge {
    position: absolute;
    bottom: 4%;
    right: 3%;
    margin: 0 auto;
    background: var(--accent-color);
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-table;
    z-index: 6;
}

.single-exhibition-box:hover .img-badge {
    opacity: 0;
}

.single-exhibition-box .img-holder img {
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    border-radius: 0px;
    object-fit: cover;
}

.single-exhibition-box:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-exhibition-box:hover .img-holder .overlay-style-one {
    opacity: 1;
    border-radius: 10px;
}

.single-exhibition-box .img-holder .overlay-style-one .zoom-button {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transform: translateY(-100px);
    transition: all 500ms ease 900ms;
    opacity: 0;
    border-radius: 0px;
}

.small-img-holder {
    max-width: 120px;
    max-height: 100px;
    margin: 0 15px 0 0;
}

.small-img-holder img {
    width: 100%;
    max-width: 120px;
    max-height: 100px;
    object-fit: cover;
}

.single-exhibition-box:hover .img-holder .overlay-style-one .zoom-button {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.8s ease-in-out 0.7s;
}

.single-exhibition-box .img-holder .overlay-style-one .zoom-button a i {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    color: #333;
    font-size: 20px;
    line-height: 50px;
}

.single-exhibition-box .text-holder {
    position: relative;
    display: block;
    padding-top: 32px;
}

.pair-prod.row .single-exhibition-box .text-holder {
    padding-top: 0;
    padding-left: 10px;
}

.pair-prod.row .single-exhibition-box .text-holder h4 a {
    font-size: 14px;
    line-height: 24px;
}

.single-exhibition-box .text-holder span {
    color: #4f4f4f;
    font-size: 13px;
}

.single-exhibition-box .text-holder h2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 5px;
    transition: all 700ms linear;
    transition-delay: 0.3s;
}

.single-exhibition-box .text-holder h2 a {
    color: #fff;
}

.single-exhibition-box .text-holder p {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.single-exhibition-box .text-holder .button {
    position: relative;
    display: block;
    z-index: 1;
}

.single-exhibition-box .text-holder .button .inner {
    position: relative;
    display: inline-block;
}

.single-exhibition-box .text-holder .button .inner .btn-one {
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #ffffff82 !important;
    color: #fff;
    line-height: 16px;
    font-weight: 600;
    padding: 22px 34px;
    letter-spacing: 1px;
}

.single-exhibition-box .text-holder .button .inner .btn-one:before {
    display: none;
}

.single-exhibition-box:hover .text-holder .button .inner .btn-one {
    color: #6B2C32;
    border: 1px solid #6B2C32 !important;
    background: var(--accent-color);
}

.single-exhibition-box.style4 {
    margin-bottom: 20px;
}

.pair-sec .single-exhibition-box.style4 .img-badge {
    padding: 4px;
}

.pair-sec .single-exhibition-box.style4 .img-badge h6 {
    font-size: 10px;
    font-weight: 700;
}

.pair-sec .single-exhibition-box.style4 .img-holder .overlay-style-one .zoom-button a i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
}

.single-exhibition-box.style4 .text-holder h4,
.single-exhibition-box.style4 .text-holder h4 a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin: 12px 0 6px;
    color: #333;
    font-family: "Lato", sans-serif !important;
    text-transform: uppercase;
}

.single-exhibition-box.style4 .text-holder p {
    margin: 0 0 20px;
}

.single-exhibition-box .text-holder .bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-exhibition-box .text-holder .bottom .review-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-exhibition-box .text-holder .bottom .review-box ul {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.single-exhibition-box .text-holder .bottom .review-box ul li {
    float: none;
    margin: 0 0 0 1px;
}

.single-exhibition-box .text-holder .bottom .review-box ul li i {
    color: #6B2C32;
    font-size: 13px;
}

.single-exhibition-box .text-holder .bottom .value {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.exhibitions-page .view-more-button {
    position: relative;
    display: block;
    padding-top: 50px;
}

.exhibitions-page .view-more-button a {
    color: #ffffff;
    border: 1px solid #333;
    background: #333;
    padding: 20px 48px 19px;
}

.exhibitions-page .view-more-button a:hover {
    background: #06080a;
}

.gallery-add-btn {
    padding: 0 0 50px 0;
}

.gallery-add-btn a img {
    max-width: 160px;
}

/*** 
=============================================
    Product Page Css      
=============================================
***/


.product-head h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 12px;
}

.product-head p {
    font-size: 18px;
    font-weight: 400;
}

.product-filter-title {
    padding: 0 0 20px;
}

.product-filter-title a h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif !important;
}

.product-filter-title a h5 i {
    font-weight: 200;
    font-size: 12px;
    margin-left: 6px;
}

.product-filter {
    max-width: 300px;
}

.product-filter .toggle-content ul li input[type=checkbox] {
    accent-color: #7f2634;
    border: 1px solid #7f2634;
}

.product-filter-title .dropdown-item.active,
.product-filter-title .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: none !important;
}

.product-filter-title .dropdown-menu {
    padding: 12px;
}

.product-filter-title .dropdown-item {
    padding: .25rem 0.2rem !important;
    text-transform: uppercase;
    font-size: 15px;
}

.product-head {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    display: flex;
    justify-content: center;
}

.product-head ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 20px 15px;
    margin: 0;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.product-head ul li {
    flex: 0 0 auto;
    margin-right: 30px;
    scroll-snap-align: start;
}

.product-head::-webkit-scrollbar {
    display: none;
}

.product-head ul li .prod-thumb .thumb-img {
    width: 65px;
    height: 65px;
    line-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #6b2c32;
    padding: 4px;
    margin: 0 auto;
}

.product-head ul li .prod-thumb .thumb-img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.product-head ul li .prod-thumb h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: Lato, sans-serif !important;
    margin: 10px 0;
    text-transform: uppercase;
}

.Cost_range {
    margin: 0 0 30px;
    padding: 0px;
    border-radius: 0px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 35px;
    font-size: 12px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    font-size: 12px;
    align-items: center;
}

.price-input .field span {
    font-size: 16px;
}

#RETURN h6 {
    font-family: "Lato", sans-serif !important;
    font-size: 15px !important;
    font-weight: normal !important;
}






.modal-right .modal-dialog {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    width: 320px;
    left: auto !important;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.modal-right .modal-content {
    height: 100vh;
    border-radius: 0.3rem 0 0 0.3rem;
}

.modal-right.show .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}

.sort-btn,
#prod-data-filter {
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif !important;
    text-transform: uppercase;
    color: #333;
}

.sort-btn i,
#prod-data-filter i {
    font-weight: lighter
}










.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 12px;
    margin-left: 12px;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.field input[type="number"]::-webkit-outer-spin-button,
.field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #6b2c32;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #6b2c32;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-input input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #6b2c32;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.toggled-on .toggle-content {
    display: block;
    padding: 20px 0;
}

.toggled-off,
.toggled-on {
    border-radius: 0px;
    padding: 15px 0;
    width: 100%;
    margin: 15px 0;
    font-family: "Lato", sans-serif !important;
}

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

.toggle-content ul li {
    display: block;
    padding: 10px;
    font-size: 13px;
}

.toggle-content ul li label {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
    text-transform: capitalize;
}

.toggled-on .fa-angle-down {
    display: none;
}

.toggle-title {
    cursor: pointer;
    position: relative;
    padding: 0 0 0px 10px;
}

.toggled-on .toggle-title {
    border-bottom: 1px solid #b7a693;
    padding: 0 0 12px 10px;
}

.toggle-title h4 {
    font-size: 16px;
    font-weight: 500;

    font-family: "Lato", sans-serif !important;
    text-transform: uppercase;
}

.toggle-title i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.toggled-off .toggle-content {
    display: none;
}

.toggled-off .fa-angle-up {
    display: none;
}

.price-block {
    padding: 0px;
    font-weight: 600;
    display: flex;
}

.money {
    font-weight: 600;
    font-size: 18px;
    display: flex;
}

.pro__policy {
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 0 15px;
}

.description-block {
    border-bottom: 1px solid #d9c7b3;
    padding: 20px 0 30px;
}

.description-block h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 12px;

}

.description-block p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: Lato, sans-serif;
}

.btn-box {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    /*    border-bottom: 1px solid #eee;*/
}

.product__det__section .btn-box {
    margin: 5px 0 0 !important;
}

.col-md-2.col-2.sm-cart-btn {
    width: 100%;
    max-width: 60px !important;
    padding: 0 10px 0 0;
}

.col-md-8.col-8.lg-cart-btn {
    width: 100%;
    padding: 0 !important;
}

.btn-box .btn-one,
.btn-box .btn-two {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
}

.prod-grid-sec {
    padding: 60px 0;
}

.artisan {
    text-align: center;
}

.artisan img {
    width: 100%;
    max-width: 60px;
    border: 1px solid #7b7b7b;
    border-style: dashed;
    padding: 5px;
    border-radius: 50%;
}

.artisan p {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.small__details {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
}

.small__details .det-sm em {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}

.small__details .det-sm {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d9c7b3;
}

.small__details .det-sm em {
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
}

.pair-sec {
    padding: 30px;
    background: var(--background-color);
    margin: 40px 0 0;
}

.pair-sec.description-block,
.square.description-block {
    border: none
}

.pair-sec .single-exhibition-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.pair-sec .single-exhibition-box .img-holder {
    width: 95%;
    margin-right: 25px;
}

.pair-sec .single-exhibition-box .text-holder {
    width: 70%;
}

.img-badge h6 {
    font-size: 12px;
    font-weight: 700;
}

.pair-sec .single-exhibition-box .img-holder .overlay-style-one .zoom-button a i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}

/*** 
=============================================
    ARTIST PAGE     
=============================================
***/
.artist-pg-1 {
    margin: -65px 0 0;
}

.artist-work-pic {
    overflow: hidden;
    object-fit: cover;
}

.artist-work-pic img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.inner-page-banner .desk-slide,
.inner-page-banner .desk-slide img,
.artist-banner.inner-page-banner .desk-slide,
.artist-banner.inner-page-banner .desk-slide img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.inner-page-banner .desk-slide,
.inner-page-banner .desk-slide img {
    height: auto !important;
    max-height: 600px !important;
}

.artist-persona {
    display: flex;
    align-items: center;
}

.artist-name h2 {
    font-size: 45px;
    margin: 0 0 10px;
}

.artist-name p {
    font-size: 20px;
}

.artist-thumb {
    width: 450px;
    height: 450px;
    line-height: 450px;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden;
}

.artist-thumb img {
    width: 450px;
    height: 450px;
    line-height: 450px;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden;
}

.about-artist {
    margin-top: 0;
    background: none;
    padding: 0;
}

.vend-profile {
    background: #fff;
    border-radius: 10px;
}

.vend-profile .about-artist {
    background: #fff;
}

.artist-search-sec {
    padding: 20px 0 0;
}

.search-container {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.artist-search-bar {
    position: relative;
}

.artist-search-bar input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
    position: relative;
}

.artist-search-bar input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.artist-search-bar input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.artist-search-bar input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.artist-search-bar .search-icon {
    position: absolute;
    float: right;
    font-size: 20px;
    top: 12px;
    right: 12px;
}

/*** 
=============================================
    Events Area Css      
=============================================
***/
.events-area {
    position: relative;
    display: block;
    padding: 120px 0 110px;
    background-color: #f5f5f5;
    background: url(../images/pattern/pattern-bg1.png) #f5f5f5;
    background-repeat: repeat;
}

.single-event-box {
    position: relative;
    display: block;
}

.single-event-box .img-holder {
    position: relative;
    display: block;
}

.single-event-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 30px;
}

.single-event-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
}

.single-event-box:hover .img-holder .inner img {
    transform: scale(1.2) rotate(1deg);
}

.single-event-box:hover .img-holder .overlay-style-one {
    opacity: 1;
}

.single-event-box .img-holder .date-box {
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    background: rgb(127 38 52 / 75%);
    border-top-right-radius: 15px;
    padding: 19px 15px 19px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 2;
}

.single-event-box:hover .img-holder .date-box {
    background: rgba(247, 247, 247, 0.80);
}

.single-event-box .img-holder .date-box .left {
    color: #fbfbfb;
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    transition: all 700ms ease 100ms;
}

.single-event-box:hover .img-holder .date-box .left {
    color: #333;
}

.single-event-box .img-holder .date-box .left,
.single-event-box .img-holder .date-box .right {
    display: table-cell;
    vertical-align: middle;
}

.single-event-box .img-holder .date-box .right {
    padding-left: 7px;
}

.single-event-box .img-holder .date-box .right h6 {
    color: #fbfbfb;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0;
    transition: all 700ms ease 100ms;
}

.single-event-box:hover .img-holder .date-box .right h6 {
    color: #333;
}

.single-event-box .img-holder .date-box .right h3 {
    color: #fbfbfb;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 700ms ease 400ms;
}

.single-event-box:hover .img-holder .date-box .right h3 {
    color: #333;
}

.single-event-box .title-holder {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -70px;
    z-index: 1;
}

.single-event-box .title-holder .inner {
    position: relative;
    display: block;
    background: url(../images/pattern/pattern-bg1.png) #ffffff;
    background-repeat: repeat;
    padding: 34px 50px 34px;
    border-top-right-radius: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-event-box:hover .title-holder .inner {
    background: url(../images/pattern/pattern-bg1.png) #333;
}

.single-event-box .title-holder .inner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    -webkit-box-shadow: 0px 5px 8px 3px #ebebeb;
    box-shadow: 0px 5px 8px 3px #ebebeb;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-event-box:hover .title-holder .inner:before {
    box-shadow: none;
}

.single-event-box .title-holder .inner span {
    color: #333;
    font-size: 16px;
    transition: all 700ms ease 100ms;
}

.single-event-box:hover .title-holder .inner span {
    color: #ffffff;
}

.single-event-box .title-holder .inner h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin: 10px 0 0;
}

.single-event-box .title-holder .inner h3 a {
    color: #333;
    transition: all 700ms ease 300ms;
}

.single-event-box:hover .title-holder .inner h3 a {
    color: #ffffff;
}

.single-event-box .title-holder .inner h3 i {
    position: relative;
    top: 3px;
    float: right;
    transition: all 700ms ease 300ms;
}

.single-event-box:hover .title-holder .inner h3 i {
    color: #ffffff;
}

.single-event-box .title-holder .bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
}

.single-event-box .title-holder .bottom .text {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}

.single-event-box .title-holder .bottom .button {}

.single-event-box .title-holder .bottom .button a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.event-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.event-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    top: -90px;
    right: 5px;
}

/*** 
=============================================
    Art Area Css      
=============================================
***/
.art-area {
    position: relative;
    display: block;
    padding: 120px 0 70px;
    background-attachment: fixed;
    background: url(../images/pattern/pattern-bg2.png) #333;
    background-repeat: repeat;
}

.art-area .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
}

.art-area .top .view-more-button {
    margin-top: 28px;
}

.art-area .top .view-more-button .btn-one {
    font-size: 18px;
    line-height: 16px;
    padding: 20px 39px 22px;
}

.art-area .sec-title p {
    color: #777777;
}

.art-area .sec-title .big-title h1 {
    color: #ffffff;
}

.art-container {
    padding-left: 25px;
    padding-right: 25px;
}

.art-area .row {
    margin-left: -25px;
    margin-right: -25px;
}

.art-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

.single-art-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-art-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 13px;
}

.single-art-box .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-art-box:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-art-box .img-holder .overlay-content {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(47, 56, 64, 0.90);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-art-box:hover .img-holder .overlay-content {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-art-box .img-holder .overlay-content .title {
    position: absolute;
    top: 30px;
    left: 40px;
    transform: translateY(-100px);
    transition: all 1000ms ease 700ms;
    opacity: 0;
}

.single-art-box:hover .img-holder .overlay-content .title {
    transform: translateY(0px);
    opacity: 1;
}

.single-art-box .img-holder .overlay-content .title h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
}

.single-art-box .img-holder .overlay-content .title h3 a {
    color: #ffffff;
}

.single-art-box .img-holder .overlay-content .readmore-button {
    position: absolute;
    bottom: 30px;
    right: 40px;
    transform: translateY(100px);
    transition: all 1000ms ease 700ms;
    opacity: 0;
}

.single-art-box:hover .img-holder .overlay-content .readmore-button {
    opacity: 1;
    transform: translateY(0px);
}

.single-art-box .img-holder .overlay-content .readmore-button a {
    color: #ffffff;
    font-size: 18px;
    font-family: "Playfair Display", serif;
}

/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 60px;
}

.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

.single-fact-counter .icon {
    position: relative;
    display: block;
    height: 75px;
}

.single-fact-counter .icon img {
    width: auto;
}

.single-fact-counter .count-box {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 37px;
}

.single-fact-counter .count-box h1 {
    color: #333;
    font-size: 60px;
    line-height: 50px;
    font-weight: 400;
}

.single-fact-counter .title {
    position: relative;
    display: block;
}

.single-fact-counter .title h3 {
    color: #333;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}

/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    position: relative;
    display: block;
    background: url(../images/pattern/pattern-bg1.png) #f5f5f5;
    background-repeat: repeat;
    padding-top: 120px;
    padding-bottom: 70px;
}

.latest-blog-title {
    position: relative;
    display: block;
}

.latest-blog-title .sec-title {
    padding-bottom: 34px;
}

.latest-blog-title .text {
    position: relative;
    display: block;
}

.latest-blog-title .text p {
    margin: 0 0 35px;
}

.latest-blog-title .text a {
    color: #333;
    font-size: 24px;
    text-decoration: underline;
    font-family: "Playfair Display", serif;
}

.single-blog-post {
    position: relative;
    display: block;
}

.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.single-blog-post .img-holder img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.0);
}

.single-blog-post:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-blog-post:hover .overlay-style-one {
    opacity: 1;
}

.single-blog-post .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 26px 30px 27px;
    margin-right: 40px;
    margin-top: -60px;
    z-index: 2;
}

.single-blog-post .text-holder:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.single-blog-post .text-holder:after {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0px 5px 8px 3px #ebebeb;
    box-shadow: 5px 7px 12px 1px #ebebeb;
    content: "";
    z-index: -2;
}

.single-blog-post .text-holder .post-date {
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.single-blog-post .text-holder .post-date span {
    font-weight: 500;
    font-size: 12px;
    color: #696969;
}

.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 14px;
}

.single-blog-post .text-holder .blog-title a {
    color: #333;
    font-weight: 500;
    transition: all 500ms ease;
}

.single-blog-post .text-holder .blog-title a:hover {
    color: #333;
}

.single-blog-post .text-holder .text {
    font-size: 15px;
    line-height: 20px;
}

.single-blog-post .text-holder .button-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 11px;
}

.single-blog-post .text-holder .button-box a {
    color: #6B2C32;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post .text-holder .button-box a:hover {
    color: var(--accent-color);
}

.blog-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    right: auto;
    margin: 0;
    left: -400px;
    bottom: 108px;
}

/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 77px 0;
    z-index: 10;
}

.subscribe-title {
    position: relative;
    display: block;
}

.subscribe-title h1 {
    color: #333;
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    margin: 0 0 22px;
}

.subscribe-title span {}

.subscribe-area .subscribe-box {
    position: relative;
    display: block;
    margin: 23px 0;
}

.subscribe-area .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-area .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 60px;
    padding: 0 40px;
    padding-right: 180px;
    border-radius: 30px;
    font-family: Lato, sans-serif;
    transition: all 500ms ease;
}

.subscribe-area .subscribe-form input::-webkit-input-placeholder {
    color: #777777;
}

.subscribe-area .subscribe-form input:-moz-placeholder {
    color: #777777;
}

.subscribe-area .subscribe-form input::-moz-placeholder {
    color: #777777;
}

.subscribe-area .subscribe-form input:-ms-input-placeholder {
    color: #777777;
}

.subscribe-area .subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    background: #333;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-family: "Playfair Display", serif;
    transition: all 300ms ease 100ms;
}

.subscribe-area .subscribe-form input[type="email"]:focus {
    color: #ffffff;
    border: 1px solid #333;
    background: #333;
}

.subscribe-area .subscribe-form input[type="email"]:focus+button,
.subscribe-area .subscribe-form button:hover {
    color: #fff;
    background: #161a1f;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 0px;
    background: url(../images/pattern/pattern-bg4.png) #ffffff;
    z-index: 1;
}

.footer {
    position: relative;
    display: block;
    padding: 0 0 25px;
    ;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -2px;
    padding-bottom: 20px;
    color: #333;
}

.single-footer-widget .title h3 {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .footer-logo {
    position: relative;
    display: block;
}

.single-footer-widget .footer-logo a {
    display: inline-block;
}

.single-footer-widget .social-links {
    position: relative;
    display: block;
}

.single-footer-widget .social-links li {
    position: relative;
    display: block;
    line-height: 20px;
    margin-bottom: 27px;
}

.single-footer-widget .social-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .social-links li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .social-links li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f101";
    font-family: FontAwesome;
    color: #333;
    font-size: 16px;
}

.single-footer-widget .social-links li a:hover {
    color: #333;
}

.single-footer-widget .contact-us {
    position: relative;
    display: block;
    margin-top: -5px;
}

.single-footer-widget .contact-us p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 39px;
}

.single-footer-widget .contact-us .phone-num {
    position: relative;
    display: block;
}

.single-footer-widget .contact-us .phone-num a {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.single-footer-widget.opening-hours-box {
    margin-left: -50px;
}

.single-footer-widget .opening-hours {
    position: relative;
    display: block;
    margin-top: -5px;
}

.single-footer-widget .opening-hours p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.single-footer-widget .quick-links {
    position: relative;
    display: block;
}

.single-footer-widget .quick-links li {
    position: relative;
    display: block;
    line-height: 17px;
    margin-bottom: 14px;
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .quick-links li a {
    position: relative;
    display: block;
    padding-left: 18px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .quick-links li a:hover {
    color: #6B2C32;
}

.footer-bottom {
    position: relative;
    display: block;
    padding-top: 95px;
}

.footer-bottom .outer-box {
    position: relative;
    background: #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 55px 35px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footer-bottom-left {
    position: relative;
    display: block;
}

.footer-bottom-left .text {
    position: relative;
    display: block;
}

.footer-bottom-left .text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.footer-bottom-left .text p a {
    color: #ffffff;
}

.footer-bottom-right .copyright-text {}

.footer-bottom-right .copyright-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

/*** 
=============================================
    Main Header Style2 Css
=============================================
***/
.main-header-style2 {}

.header-upper-style2 {}

.header-upper-left-style2 {
    position: relative;
    display: block;
    text-align: center;
    width: 20%;
    background: rgba(21, 14, 9, 0.80);
}

.header-upper-left-style2 .logo {
    position: relative;
    display: block;
    padding: 27px 0;
}

.header-upper-left-style2 .logo a {
    position: relative;
    display: inline-block;
}

.header-upper-left-style2 .logo a img {
    width: auto;
}

.header-upper-midlle-style2 {
    position: relative;
    display: block;
    width: 75%;
    background: rgba(255, 255, 255, 0.10);
}

.header-upper-midlle-style2 .nav-outer {
    position: relative;
    display: block;
    padding-left: 60px;
}

.main-menu.style2 .navigation>li {
    margin-right: 0px;
}

.main-menu.style2 .navigation>li>a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 34px 0px 36px;
    font-family: Lato, sans-serif;
    padding-right: 51px;
    margin-right: 50px;
}

.main-menu.style2 .navigation>li:hover>a,
.main-menu.style2 .navigation>li.current>a {
    color: #ffffff;
}

.main-menu.style2 .navigation>li:last-child>a {
    padding-right: 0;
    margin-right: 0;
}

.main-menu .navigation>li>a:before {
    display: none;
}

.main-menu.style2 .navigation>li>a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #ffffff;
    content: "";
    margin: 42px 0;
}

.main-menu.style2 .navigation>li>a:last-child:after {
    display: none;
}

.menu-right-content-style2 {
    position: relative;
    float: right;
    padding-right: 50px;
}

.menu-right-content-style2 .user-icon-holder {
    position: relative;
    display: block;
    float: left;
}

.menu-right-content-style2 .user-icon-holder a {
    position: relative;
    display: inline-block;
    margin: 35px 0;
}

.menu-right-content-style2 .user-icon-holder a span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.cart-box-style1 {
    position: relative;
    display: inline-block;
}

.cart-box-style1 a {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.cart-box-style1 a img:before {
    position: relative;
    display: block;
    text-align: center;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 28px;
    transition: all 500ms ease;
}

.cart-box-style1 a:hover span:before {
    color: #fec727;
}

.cart-box-style1 a span.number {
    position: absolute;
    top: -3px;
    right: -9px;
    width: 17px;
    height: 17px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-family: Lato, sans-serif;
}

.header-upper-right-style2 {
    position: relative;
    display: block;
    width: 5%;
    height: 100px;
    background: rgba(21, 14, 9, 0.80);
}

.header-upper-right-style2 a.nav-toggler {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 39px 32px;
}

.header-upper-right-style2 a.nav-toggler .decor1 {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    background: #ffffff;
}

.header-upper-right-style2 a.nav-toggler .decor2 {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    margin: 6px 0 7px;
}

.header-upper-right-style2 a.nav-toggler .decor3 {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
}

/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
    position: relative;
    display: block;
    margin-top: -100px;
    z-index: 10;
}

.main-slider.style2 .slide-content .title {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Lato, sans-serif;
}

.main-slider.style2 .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: none;
    font-family: "Playfair Display", serif;
}

.main-slider.style2 .slide-content .btn-box a {
    padding: 19px 35px 19px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    font-family: Lato, sans-serif;
}

/*** 
=====================================================
	Main Slider Style3 style
=====================================================
***/
.main-slider.style3 {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider.style3 .slide-content .title {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Lato, sans-serif;
}

.main-slider.style3 .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    text-transform: none;
    font-family: Lato, sans-serif;
    text-align: left;
}

.main-slider.style3 .slide-content .btn-box a {
    padding: 19px 35px 19px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    font-family: Lato, sans-serif;
}

.tp-parallax-wrap {
    bottom: 30% !important;
    left: 18% !important;
}

.museum-opening-hours-box {
    position: absolute;
    left: 0;
    bottom: 22px;
    right: 0;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.museum-opening-hours-box .inner {
    position: relative;
    display: block;
    padding-left: 50px;
}

.museum-opening-hours-box .inner .icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.museum-opening-hours-box .inner .icon span:before {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
}

.museum-opening-hours-box .inner .title {
    position: relative;
    display: block;
}

.museum-opening-hours-box .inner .title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 18px;
}

.museum-opening-hours-box .inner .title span {
    color: #bbbbbb;
}

/*** 
=====================================
	Main slider Style4 Css
=====================================
***/
.main-slider.style4 {
    margin-top: -145px;
}

.main-slider.style4 .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.6em;
    font-weight: 400;
    text-transform: none;
    font-family: "Playfair Display", serif;
}

.main-slider.style4 .slide-content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 400;
    text-transform: none;
    font-family: Lato, sans-serif;
}

.main-slider.style4 .slide-content .btn-box a {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 39px 20px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    font-family: "Playfair Display", serif;
}

/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.contact-info-area {
    position: relative;
    display: block;
}

.contact-info-holder {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../images/pattern/pattern-bg5.png) #ffffff;
    background-repeat: repeat;
    padding: 70px 70px 70px;
    padding-right: 0;
    border-radius: 15px;
    margin-top: -150px;
    z-index: 10;
}

.contact-info-holder:before {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0px;
    content: "";
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 0px 6px 10px 2px #dddddd;
    box-shadow: 0px 6px 10px 0px #dddddd;
    background: transparent;
}

.contact-info-holder li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.contact-info-holder li h3 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    margin: -4px 0 16px;
}

.contact-info-holder li p {
    margin: 0 0 25px;
}

.contact-info-holder li a {
    border: 1px solid #7a5439 !important;
    background: transparent;
    color: #7a5439;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 34px 12px;
    font-family: Lato, sans-serif;
}

.contact-info-holder li a:before {
    display: none;
}

.contact-info-holder li a:hover {
    color: #333;
    border-color: #ffffff;
    background: #ffffff;
}

/*--------------------------------------------------------------
# Onfocus Section
--------------------------------------------------------------*/
.onfocus {
    padding: 0 0 120px;
}

.onfocus .content {
    background: linear-gradient(color-mix(in srgb, var(--primary-color), transparent 90%), color-mix(in srgb, var(--primary-color), transparent 75%)), url("../images/art/1.webp") center center;
    background-size: cover;
    padding: 40px;
}

@media (min-width: 768px) {
    .onfocus .content {
        padding: 80px;
    }

}

.onfocus .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin: 0 0 30px;
}

.onfocus .content h4 {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
}

/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    padding: 60px 0 0;
}

.about-style1-left-content {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 20px;
}

.about-style1-left-content .img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-style1-left-content .img-box img {
    width: 100%;
}

.about-style1-content {
    position: relative;
    display: block;
    padding-top: 40px;
}

.about-style1-content .sec-title {
    padding-bottom: 30px;
}

.about-style1-content .inner-content {
    position: relative;
    display: block;
}

.about-style1-content .inner-content h3 {
    color: #160f0a;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: justify;
}

.about-style1-content .inner-content .text {
    position: relative;
    display: block;
    margin: 15px 0 0;
    font-weight: 600;
    text-align: justify;
}

.about-style1-content .inner-content .bottom-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.about-style1-content .inner-content .bottom-box .button {
    width: 200px;
}

.about-style1-content .inner-content .bottom-box .button a {
    color: #160f0a;
    font-size: 18px;
    background: transparent;
    border: 2px solid #d2d1d0 !important;
    line-height: 18px;
    font-family: Lato, sans-serif;
    padding: 20px 38px 19px;
}

.about-style1-content .inner-content .bottom-box .button a:before {
    display: none;
}

.about-style1-content .inner-content .bottom-box .button a:hover {
    color: #ffffff;
    border-color: #160f0a !important;
    background: #160f0a;
}

.about-style1-content .inner-content .bottom-box .button,
.about-style1-content .inner-content .bottom-box .phone-number {
    display: table-cell;
    vertical-align: middle;
}

.about-style1-content .inner-content .bottom-box .phone-number {
    position: relative;
}

.about-style1-content .inner-content .bottom-box .phone-number .icon {
    width: 80px;
}

.about-style1-content .inner-content .bottom-box .phone-number .icon span:before {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #160f0a;
    border-radius: 50%;
    color: #160f0a;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
}

.about-style1-content .inner-content .bottom-box .phone-number .icon,
.about-style1-content .inner-content .bottom-box .phone-number .title {
    display: table-cell;
    vertical-align: middle;
}

.about-style1-content .inner-content .bottom-box .phone-number .title span {
    color: #1e1713;
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.about-style1-content .inner-content .bottom-box .phone-number .title h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 5px 0 0;
    font-family: Lato, sans-serif;
}

.about-style1-content .inner-content .bottom-box .phone-number .title h1 a {
    color: #777777;
}

.about-style1-content .sec-title .big-title h1 {
    font-size: 48px;
    line-height: 52px;
}

.highlight-text {
    padding: 80px;
    background: var(--background-color-2);
}

.highlight-text h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin: 0 0 30px;
}

.membership-page {
    padding: 60px 0;
}

.fix-botm {
    position: fixed;
    bottom: 0%;
    z-index: 2;
    left: 0;
    right: 0;
}

.apply-btn {
    display: flex;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}

/*** 
=============================================
    Featured Area Css
=============================================
***/
.featured-area {
    position: relative;
    display: block;
}

.featured-box {
    position: relative;
    background: #160f0a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.featured-box .title-box {
    position: relative;
    display: block;
    padding-top: 105px;
    padding-left: 70px;
    max-width: 370px;
    width: 100%;
}

.featured-box .title-box .sec-title {
    padding-bottom: 0;
}

.featured-box .title-box .sec-title p {
    color: #777777;
}

.featured-box .title-box .sec-title .big-title h1 {
    color: #ffffff;
}

.featured-items {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    padding: 60px 0;
    z-index: 1;
}

.featured-items:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -20000px;
    content: "";
    z-index: -1;
    background: url(../images/pattern/pattern-bg1.png) var(--background-color);
    background-repeat: repeat;
}

.featured-items ul {
    position: relative;
    display: block;
    padding-left: 60px;
}

.featured-items ul li {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.featured-items ul li:last-child {
    margin-bottom: 0;
}

.featured-items ul li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.featured-items ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f101";
    font-family: FontAwesome;
}

.featured-items ul li a:hover {
    color: #1e1713;
    font-weight: 700;
}

.member-sec {
    padding: 80px 0;
    background: var(--background-color-2);
}

.vision-2 .content-section {
    padding: 40px 0;
}

.vision-2 .cta-box {
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.vision-2 .cta-box h1 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 600;
}

.vision-2 .cta-box .about-1 ul {
    list-style: none;
    padding: 0;
}

.vision-2 .cta-box .about-1 p {
    color: #333;
    font-size: 16px;
}

.vision-sec .sec-title {
    padding-bottom: 8px;
}

.vision-sec .sec-title .big-title h1 {
    font-size: 32px;
}

.vision-sec {
    padding: 60px 0 0;
}

.vision-sec.how-apply {
    padding: 60px 0;
}

.about-1 ol {
    padding-left: 30px;
}

.about-1 ul {
    list-style: square;
    padding-left: 30px;
}

.about-1.no-bullet ul {
    list-style: none;
    padding-left: 0px;
}

.about-1 ol li,
.about-1 ul li,
.about-1.plan-detail ol li,
.about-1.plan-detail ul li {
    color: #333;
    font-weight: 400;
    padding: 0 0 12px 0;
}

.about-1.benefit-list strong {
    display: block;
}

.about-1.benefit-list h6 {
    font-size: 18px;

    text-align: left;
    margin: 15px 0 30px 30px;
}

.vision {
    background: var(--accent-color);
    padding: 6px 7px 26px;
}

.vision h3 a {
    color: #6B2C32;
}

.vision.member-plan {
    background: none;
    padding: 0;
}

.plan-detail {
    background: var(--accent-color);
    padding: 20px;
    height: 100%;
}

.about-1 p {
    text-align: center;
}

.about-1.plan-detail .sec-title {
    height: 150px;
    border-bottom: 1px dotted #ffffff;
    margin: 0 0 20px;
}

.about-1.plan-detail .sec-title p {
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    padding: 10px 0;
}

.zoom {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.zoom img {
    transition-duration: 2s;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.about-style1-area .zoom img {
    margin: 0;
    width: 100%;
}

.zoom img:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    z-index: 0;
}

/*** 
=============================================
    Events Style2 Area Css
=============================================
***/
.events-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.events-style2-area .top {
    position: relative;
    display: block;
    overflow: hidden;
}

.events-style2-area .top .sec-title {
    padding-bottom: 72px;
}

.events-style2-area .top .see-all-events-button {
    position: relative;
    display: block;
    margin-top: 65px;
}

.events-style2-area .top .see-all-events-button a {
    color: #28231e;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.events-style2-area .top .see-all-events-button a i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.single-event-box-style2 {
    position: relative;
    display: block;
}

.single-event-box-style2 .marbtm60 {
    margin-bottom: 60px;
}

.single-event-box-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-event-box-style2 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-event-box-style2 .img-holder:hover img {
    transform: scale(1.2) rotate(1deg);
}

.single-event-box-style2 .img-holder:hover .overlay-style-one {
    opacity: 1;
}

.single-event-box-style2 .text-holder {
    position: relative;
    display: block;
    padding-top: 36px;
}

.single-event-box-style2 .text-holder.pd-left-30 {
    padding-left: 30px;
}

.single-event-box-style2 .text-holder.pd-right-30 {
    padding-right: 30px;
}

.single-event-box-style2 .text-holder span {
    color: #777777;
    font-size: 16px;
    text-transform: uppercase;
}

.single-event-box-style2 .text-holder h2 {
    color: #28231e;
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    margin: 18px 0 28px;
}

.single-event-box-style2 .text-holder p {
    margin: 0 0 39px;
}

.single-event-box-style2 .text-holder .button {
    position: relative;
    display: block;
}

.single-event-box-style2 .text-holder .button a {}

.single-event-box-style2 .text-holder .button a.marlft {
    margin-left: 15px;
}

.event-carousel-style2 {
    padding: 0 100px;
}

.event-carousel-style2.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.event-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}

.event-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 155px;
    left: 0;
}

.event-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    bottom: 155px;
    margin: 0px;
}

/*** 
=============================================
    Art Style2 Area Css
=============================================
***/
.art-style2-area {
    position: relative;
    display: block;
    background: #160f0a;
    padding: 120px 0 120px;
}

.art-style2-area .sec-title {}

.art-style2-area .sec-title p {
    color: #777777;
}

.art-style2-area .sec-title .big-title h1 {
    color: #ffffff;
}

.art-container-style2 {
    max-width: 1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.single-art-box-style2 {
    position: relative;
    display: block;
}

.masonry-item:nth-child(2),
.masonry-item:nth-child(4),
.masonry-item:nth-child(6) {
    float: left;
    margin-top: 80px;
}

/*
.masonry-item .single-art-box-style2 {
    position: absolute!important;
    display: block;
    bottom: 0!important;
}
*/
.single-art-box-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-art-box-style2 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-art-box-style2:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-art-box-style2 .img-holder .overlay-content {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    overflow: hidden;
    background-color: #6b2c32b8;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    transform-origin: middle;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.single-art-box-style2:hover .img-holder .overlay-content {
    opacity: 1;
    transform: scaleY(1.0);
}

.single-art-box-style2 .text-holder {
    position: relative;
    display: block;
    padding: 46px 0 43px;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
}

.single-art-box-style2 .text-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}

.single-art-box-style2 .text-holder h3 a {
    color: #ffffff;
}

.single-art-box-style2 .text-holder span {
    color: #6b2c32;
    font-size: 14px;
    line-height: 12px;
}

.art-carousel {}

.art-carousel .owl-stage-outer {
    width: 100%;
}

.art-carousel .owl-item {
    box-sizing: border-box;
}

.art-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 70px;
}

.art-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}

.art-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 210px;
    left: -30px;
}

.art-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 210px;
    right: -30px;
    margin: 0px;
}

.art-container-style2 .view-more-button a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 19px 48px 19px;
}

.art-container-style2 .view-more-button a:hover {
    color: #333;
    border-color: #ffffff;
    background: #ffffff;
}

/*** 
=============================================
    Latest Blog Area White Bg Css
=============================================
***/
.latest-blog-area.white-bg {
    background-image: none;
    background-color: #ffffff;
}

/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    padding: 0;
    /*    background: url(../images/pattern/pattern-bg1.png) #ffffff;*/
    background-repeat: repeat;
}

.partner-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 470px;
    background: #ffffff;
    content: "";
}

.partner-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
}

.single-partner-logo-box {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
}

.single-partner-logo-box a img {
    max-width: 180px;
}

.single-partner-logo-box a h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    font-family: "Lato", sans-serif !important;
}

.testimonial-style1-box {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

.testimonial-style1-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #6B2C32cc;
    z-index: -1;
}

.view-more-testi a {
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #ffffff82 !important;
    color: #fff;
    line-height: 16px;
    font-weight: 600;
    padding: 22px 34px;
    letter-spacing: 1px;
}

.view-more-testi a:hover {
    background-color: #fff;
    color: #6B2C32;
    border: 1px solid #6B2C32;
}

.art-carousel {
    position: relative;
}

.art-carousel .owl-stage-outer::before {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 0px;
    background-image: url(../images/quote-left.webp);
    min-width: 60px;
    height: 130px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.art-carousel .owl-stage-outer::after {
    position: absolute;
    content: "";
    top: -52px;
    right: 0px;
    background-image: url(../images/quote-right.webp);
    min-width: 60px;
    height: 130px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

/*
.quote-testi.left{
	position: absolute;
	bottom: 0;
	left: 0;
}
.quote-testi.left img{
max-width: 140px;
}
.quote-testi.right{
	position: absolute;
	top: 0;
	right: 0;
}
.quote-testi.right img{
max-width: 140px;
}
*/
.testimonial-style1-box .top {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.testimonial-style1-box .top .title {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.testimonial-style1-box .top .title h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 70px;
    font-weight: 400;
}

.testimonial-style1-box .top .text {
    position: relative;
}

.testimonial-style1-box .top .text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    margin: 0;
}

.testimonial-style1-box .botton {
    position: relative;
    display: block;
    padding: 0 200px 70px;
}

.testimonial-style1-box .botton .testimonial-box {
    position: relative;
    display: block;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
}

.testi-div-bg {
    padding: 50px 30px 30px;
    background: #fff;
    /* height: 430px; */
    border-radius: 14px;
    margin: 20px;
}

.single-testimonial-style1 .title-box {
    margin: 0 0 20px;
}

.single-testimonial-style1 .title-box h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6b2c32 !important;
}

.client-info .read-mor-link {
    float: right;
    margin: 30px 0 0;
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 
.single-testimonial-style1 .text {
    color: #333;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 14rem;
    line-height: 2rem;
} */

.art-container-style2 {}

.single-testimonial-style1 .client-info {
    position: relative;
    display: block;
}

.single-testimonial-style1 .client-info .image-box {
    width: 70px;
}

.single-testimonial-style1 .client-info .image-box img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonial-style1 .client-info .image-box,
.single-testimonial-style1 .client-info .title-box {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonial-style1 .client-info .title-box {
    position: relative;
    padding-left: 0;
}

.single-testimonial-style1 .client-info .title-box h3 {
    color: #160f0a;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.single-testimonial-style1 .client-info .title-box span {}

.testimonial-carousel.owl-carousel.owl-theme.owl-nav-style-one {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

.testimonial-carousel.owl-carousel.owl-theme.owl-nav-style-one:before {
    position: absolute;
    left: -130px;
    bottom: 0;
    right: -130px;
    height: 204px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    content: "";
    z-index: -1;
}

.testimonial-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-bottom: 40px;
}

.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    bottom: 124px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 38px;
}

.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    bottom: 124px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 38px;
    margin: 0;
}

.read-more-btn {
    display: flex;
    justify-content: flex-end;
}













/*** 
=============================================
    Subscribe Area Pattern Bg Css
=============================================
***/
.subscribe-area.pattern-bg {
    background: url(../images/pattern/pattern-bg5.png) #f2f2f2;
}

.subscribe-title.style2 h1 {
    color: #160f0a;
}

.subscribe-area.pattern-bg .subscribe-form button {
    background: #160f0a;
}

/*** 
=============================================
    Footer Style2 Area Css
=============================================
***/
.footer-style2-area {
    position: relative;
    display: block;
    background: #160f0a;
    padding-top: 120px;
    padding-bottom: 0px;
    z-index: 1;
}

.footer-style2-area .layer-outer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: .30;
    z-index: -1;
}

.single-footer-widget.clr-white .title h3 {
    color: #ffffff;
}

.single-footer-widget.clr-white .text {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 52px 0 0;
}

.single-footer-widget.clr-white .social-links li a {
    color: #ffffff;
}

.single-footer-widget.clr-white .social-links li a:hover {
    color: #777777;
}

.single-footer-widget.clr-white .social-links li a:before {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget.clr-white .social-links li a:hover:before {
    color: #777777;
}

.single-footer-widget.clr-white .contact-us p {
    color: #ffffff;
}

.single-footer-widget.clr-white .contact-us .phone-num a {
    color: #ffffff;
}

.single-footer-widget.clr-white .opening-hours p {
    color: #ffffff;
}

.single-footer-widget.follow-sociallinks-widget-box {
    margin-top: 45px;
    margin-left: -50px;
}

.single-footer-widget.follow-sociallinks-widget-box .footer-social-links {
    margin-top: 3px;
}

.single-footer-widget.clr-white .quick-links li a {
    color: #ffffff;
}

.single-footer-widget.clr-white .quick-links li a:hover {
    color: #777777;
}

.single-footer-widget.clr-white .quick-links li a:before {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget.clr-white .quick-links li a:hover:before {
    color: #777777;
}

.footer-bottom-style2 {
    position: relative;
    display: block;
    padding-top: 95px;
}

.footer-bottom-style2 .copyright-text {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 16px 0 14px;
}

.footer-bottom-style2 .copyright-text p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

/*** 
=============================================
    Main Header Style3 Area Css
=============================================
***/
.main-header-style3 {
    position: relative;
    display: block;
    background: #ffffff;
}

.header-top-style2 {
    position: relative;
    display: block;
    padding: 0;
    background: none !important;
}

.header-top-style2 .outer-box {
    position: relative;
}

.header-top-left-style2 {
    position: relative;
    display: block;
}

.header-top-left-style2 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-top-left-style2 ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 15px;
}

.header-top-left-style2 ul li:last-child {
    padding: 0;
    margin: 0;
}

.header-top-left-style2 ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #989898;
    content: "";
    margin: 9px 0;
}

.header-top-left-style2 ul li:last-child:before {
    display: none;
}

.header-top-left-style2 ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-top-left-style2 ul li a:hover {
    color: #989898;
}

.header-top-right-style2 {
    position: relative;
    display: block;
    display: flex;
    justify-content: end;
    column-gap: 10px;
}

.header-top-right-style2 .login-register-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid #333;
    transition: all 500ms ease;
}

.header-top-right-style2 .login-register-box a i {
    color: var(--primary-color);
    font-size: 16px;
}

.header-top-right-style2 .login-register-box .icon-holder span:before {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}

.header-top-right-style2 .login-register-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-top-right-style2 .login-register-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 5px;
}

.header-top-right-style2 .login-register-box ul li:last-child {
    padding-right: 0;
}

.header-top-right-style2 .login-register-box ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-top-right-style2 .login-register-box ul li a:hover {
    color: #989898;
}

.header-upper-style3 {
    position: relative;
    display: block;
}

.header-upper-style3 .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
}

.header-upper-left-style3 {
    position: relative;
    display: block;
}

.header-upper-left-style3 .logo {
    position: relative;
    display: block;
    padding: 7px 0;
}

.header-upper-left-style3 .logo a {
    position: relative;
    display: inline-block;
}

.header-upper-left-style3 .logo a img {
    max-width: 100px;
}

.header-upper-right-style3 {
    position: relative;
    display: block;
}

.menu-right-content-style3 {
    position: relative;
    display: block;
    float: right;
}

.main-menu.style3 .navigation>li>a {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 25px 0;
    transition: all 500ms ease;
    opacity: 1;
    font-family: "Cinzel", serif;
}

.main-menu.style3 .navigation>li:hover>a,
.main-menu.style3 .navigation>li.current>a {
    color: #d9c7b3;
}

.buy-ticket-button {
    position: relative;
    display: inline-block;
}

.buy-ticket-button a {
    position: relative;
    display: inline-block;
    color: #6B2C32;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 0 0 15px;
}

.buy-ticket-button a:hover {
    color: #333;
}

/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    padding: 0px 0 0px;
}

.about-style1-content.style2 {
    padding-top: 120px;
    padding-right: 120px;
    padding-left: 100px;
}

.about-style1-content.style2 .pattern-bg {
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 400px;
    background: url(../images/pattern/pattern-bg4.png) #ffffff;
}

.about-style2-image-box {
    position: relative;
    margin-top: -100px;
    z-index: 100;
}

.visit-plan-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    padding: 25px 30px 26px;
    background: #ffffff;
    -webkit-box-shadow: 0px -4px 8px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -4px 8px 2px rgba(0, 0, 0, 0.5);
}

.visit-plan-box .left {
    position: relative;
    display: block;
    float: left;
}

.visit-plan-box .left .icon {
    width: 70px;
}

.visit-plan-box .left .icon span:before {
    position: relative;
    top: 2px;
    color: #160f0a;
    font-size: 45px;
    line-height: 45px;
}

.visit-plan-box .left .icon,
.visit-plan-box .left .title {
    display: table-cell;
    vertical-align: middle;
}

.visit-plan-box .left .title h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-family: Lato, sans-serif;
}

.visit-plan-box .right {
    position: relative;
    display: block;
    float: right;
    margin: 10px 0 3px;
}

.visit-plan-box .right a {
    position: relative;
    display: inline-block;
}

.visit-plan-box .right a span:before {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 30px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.visit-plan-box .right a:hover span:before {
    color: #383f47;
}

.about-style2-image-box img {
    position: relative;
    max-width: none;
    float: left;
}

.about-style2-image-box .text-box {
    position: absolute;
    top: 217px;
    left: 50px;
    max-width: 270px;
    width: 100%;
}

.about-style2-image-box .text-box h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 42px;
}

.about-style2-image-box .text-box p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}

.get-directions {
    position: absolute;
    left: 0;
    bottom: 380px;
    padding-left: 60px;
}

.get-directions:before {
    position: absolute;
    top: 0;
    left: -100px;
    bottom: 0;
    width: 130px;
    height: 1px;
    background: #777777;
    content: "";
    margin: 8px 0;
}

.get-directions p {
    color: #777777;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}

/*** 
=============================================
    Exhibitions Style2 Area Css
=============================================
***/
.exhibitions-style2-area {
    position: relative;
    display: block;
    margin-top: -250px;
}

.exhibitions-style2-area .layer-outer {
    position: absolute;
    left: 0;
    bottom: 0px;
    max-width: 600px;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

.exhibitions-style2-area .view-all-button {
    position: absolute;
    left: 70px;
    bottom: 34px;
    z-index: 10;
}

.exhibitions-style2-area .view-all-button a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: "Playfair Display", serif;
}

.single-exhibition-box-style2 {
    position: relative;
    display: block;
    z-index: 10;
}

.single-exhibition-box-style2 .img-holder {
    position: relative;
    display: block;
}

.single-exhibition-box-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-exhibition-box-style2 .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
}

.single-exhibition-box-style2:hover .img-holder .inner img {
    transform: scale(1.2) rotate(1deg);
}

.single-exhibition-box-style2 .img-holder .overlay-content {
    position: absolute;
    bottom: -100px;
    right: 0;
    max-width: 530px;
    width: 100%;
    background: url(../images/pattern/pattern-bg1.png) #333;
    background-repeat: repeat;
    padding: 66px 60px 62px;
    z-index: 1;
}

.single-exhibition-box-style2 .img-holder .overlay-content h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 23px;
}

.single-exhibition-box-style2 .img-holder .overlay-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    margin: 0 0 18px;
}

.single-exhibition-box-style2 .img-holder .overlay-content p {
    color: #bbbbbb;
    margin: 0 0 31px;
}

.single-exhibition-box-style2 .img-holder .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
    text-decoration: underline;
}

.exhibitions-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 100px;
}

.exhibitions-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    left: 300px;
    bottom: 50px;
    text-align: left;
}

/*** 
=============================================
    Events Style3 Area Css
=============================================
***/
.events-style3-area {
    position: relative;
    display: block;
    padding: 120px 0 70px;
}

.events-style3-area .top {
    position: relative;
    display: block;
}

.events-style3-area .top .sec-title {
    padding-bottom: 72px;
}

.events-style3-area .top .see-all-events-button {
    position: relative;
    display: block;
    margin-top: 65px;
}

.events-style3-area .top .see-all-events-button a {
    color: #28231e;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.events-style3-area .top .see-all-events-button a i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.single-event-box-style3 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-event-box-style3 .title-holder {
    position: relative;
    display: block;
    text-align: right;
    margin-right: 30px;
    padding: 37px 0 0;
}

.single-event-box-style3 .title-holder span {
    color: #777777;
    font-weight: 500;
}

.single-event-box-style3 .title-holder h2 {
    font-size: 30px;
    line-height: 54px;
    font-weight: 400;
    margin: 10px 0 11px;
}

.single-event-box-style3 .title-holder h2 a {
    color: #333;
}

.single-event-box-style3 .title-holder p {
    color: #777777;
    font-size: 14px;
    margin: 0 0 22px;
}

.single-event-box-style3 .title-holder .button {
    position: relative;
    display: block;
}

.single-event-box-style3 .title-holder .button a {}

.single-event-box-style3 .img-holder {
    position: relative;
    display: block;
    padding-right: 40px;
    padding-bottom: 40px;
}

.single-event-box-style3 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-event-box-style3 .img-holder:before {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 20px;
    background: url(../images/pattern/pattern-bg6.png);
    background-repeat: repeat;
    content: "";
}

.single-event-box-style3 .img-holder:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 20px;
    height: 20px;
    background: url(../images/pattern/pattern-bg6.png);
    background-repeat: repeat;
    content: "";
}

.single-event-box-style3 .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
}

.single-event-box-style3:hover .img-holder .inner img {
    transform: scale(1.2) rotate(1deg);
}

.single-event-box-style3:hover .img-holder .overlay-style-one {
    opacity: 1;
}

.single-event-box-style3 .date-holder {
    position: relative;
    display: block;
    width: 170px;
    height: 300px;
}

.single-event-box-style3 .date-holder .inner {
    position: absolute;
    left: 0;
    bottom: -6px;
}

.single-event-box-style3 .date-holder .inner h1 {
    color: #333;
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.single-event-box-style3 .date-holder .inner h1 span {
    position: relative;
    top: 0px;
    right: -5px;
    color: #777777;
    font-size: 18px;
}

.single-event-box-style3 .date-holder .inner h3 {
    color: #777777;
    font-size: 24px;
    font-weight: 400;
    margin: 18px 0 0;
}

/*** 
=============================================
    Testimonial Area Css
=============================================
***/
.testimonial-area {
    position: relative;
    display: block;
    z-index: 10;
}

.single-testimonial-style2 {
    position: relative;
    display: block;
}

.single-testimonial-style2 .top {
    position: relative;
    display: block;
    padding-left: 180px;
    min-height: 180px;
}

.single-testimonial-style2 .top .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    padding-right: 20px;
    padding-bottom: 20px;
    z-index: 1;
}

.single-testimonial-style2 .top .img-box:before {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 40px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    content: "";
    z-index: -1;
}

.single-testimonial-style2 .title-box {
    position: relative;
    display: block;
    padding-top: 37px;
    padding-left: 70px;
}

.single-testimonial-style2 .title-box span {
    color: #9acafa;
    font-size: 18px;
}

.single-testimonial-style2 .title-box h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 12px 0 46px;
}

.single-testimonial-style2 .title-box .review-box {}

.single-testimonial-style2 .text {
    position: relative;
    display: block;
    max-width: 750px;
    width: 100%;
    padding-top: 60px;
}

.single-testimonial-style2 .text p {
    color: #ffffff;
    font-size: 24px;
    line-height: 48px;
    margin: 0;
}

.testimonial-carousel-style2 {
    padding: 120px 100px 104px;
    padding-right: 130px;
}

.testimonial-carousel-style2:before {
    position: absolute;
    top: 0;
    left: -5000px;
    bottom: 0;
    right: 0;
    background: url(../images/pattern/pattern-bg4.png) #333;
    content: "";
}

.testimonial-carousel-style2.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0;
}

.testimonial-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    display: block;
    margin: 15px 0px;
}

/*** 
=============================================
    Art Style3 Area Css
=============================================
***/
.art-style3-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.art-style3-area.bg-dark {
    background-color: #1c1c1c !important;
}

.art-style3-area .single-art-box-style2 .text-holder h3 a {
    color: #fff;
    transition: all 900ms linear;
    transition-delay: 0.4s;
}

.art-style3-area .single-art-box-style2:hover .text-holder h3 a {
    color: #333;
}

.art-style3-area .single-art-box-style2 .text-holder {
    position: relative;
    display: block;
    padding: 46px 0 43px;
    text-align: center;
    border-bottom: 2px solid rgba(47, 56, 64, 0.20);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.art-style3-area .single-art-box-style2:hover .text-holder {
    -webkit-box-shadow: 0px 5px 10px 2px #e2e2e2;
    box-shadow: 0px 5px 10px 2px #e2e2e2;
}

.art-style3-area .single-art-box-style2 .text-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: -2px;
    right: 0px;
    overflow: hidden;
    background-color: #ffffff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    content: "";
    transform-origin: middle;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.art-style3-area .single-art-box-style2:hover .text-holder:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.art-style3-area .art-container-style2 .view-more-button a {
    color: #ffffff;
    border: 1px solid #333;
    background: #6B2C32;
    padding: 19px 48px 19px;
}

.art-style3-area .art-container-style2 .view-more-button a:hover {
    background: #333;
}

.testi-paddy {
    padding: 30px 30px 50px 30px;
}

/*** 
=============================================
    Latest Blog Style3 Area Css
=============================================
***/
.latest-blog-style3-area {
    position: relative;
    display: block;
    padding: 50px 30px !important;
    background: #ffffff;
}

.latest-blog-style3-area .top {}

.latest-blog-style3-area .top .sec-title {
    padding-bottom: 15px;
}

.latest-blog-style3-area .top .view-more-button {
    position: relative;
    display: block;
    margin-top: 0px;
}

.single-blog-post.style3 .text-holder .border-botton {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #6B2C32;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transform: scaleY(0);
}

.single-blog-post.style3:hover .text-holder .border-botton {
    transform: scaleY(1.0);
}

.single-blog-post.style3 .text-holder .blog-title {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-carousel-style2.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 20px;
}

.blog-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}

.blog-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 250px;
    left: -110px;
}

.blog-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 250px;
    right: -110px;
    margin: 0px;
}

/*** 
=============================================
    Partner Style2 Area Css
=============================================
***/
.partner-style2-area {
    position: relative;
    display: block;
    background: url(../images/pattern/pattern-bg1.png) #333;
    background-repeat: repeat;
    padding-top: 120px;
    padding-bottom: 0px;
}

.partner-style2-area .sec-title {
    padding-bottom: 60px;
}

.partner-style2-area .single-partner-logo-box a img {
    opacity: .50;
}

.partner-style2-area .single-partner-logo-box:hover a img {
    opacity: 1.0;
}

/*** 
=============================================
    Subscribe Area style3 Css
=============================================
***/
.subscribe-area.style3 {
    position: relative;
    display: block;
    padding: 80px 0;
}

.welcome-content {
    position: relative;
    display: block;
    padding-top: 110px;
}

.welcome-content .sec-title {
    padding-bottom: 52px;
}

.welcome-content .subscribe-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 0 51px;
}

.welcome-content form {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-content ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.welcome-content ul li:last-child {
    margin-right: 0;
}

.welcome-content ul li input {
    position: relative;
    display: inline-block;
    top: 2px;
    padding-right: 5px;
}

.welcome-content ul li span {
    color: #777777;
    font-size: 12px;
}

.welcome-content .text {
    position: relative;
    display: block;
    color: #777777;
    font-size: 15px;
    margin-top: 41px;
}

.welcome-content .text a {
    color: #333;
    font-weight: 700;
}

.welcome-image-box {
    position: relative;
    display: block;
}

.welcome-image-box img {
    max-width: none;
    float: left;
}

/*** 
=====================================
	Footer Style3 Area Css
=====================================
***/
.footer-style3-area {
    position: relative;
    display: block;
    padding: 60px 0 0px;
    background: #fff;
}

/*

.footer-style3-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
}
*/

.single-footer-widget-style2 {
    position: relative;
    display: block;
}

.single-footer-widget-style2 .our-company-info .title h3 {
    color: #333;
    font-size: 14px;
    font-weight: 400;

}

.single-footer-widget-style2 .our-company-info .footer-logo {
    position: relative;
    display: flex;
    justify-content: center;
}

.single-footer-widget-style2 .our-company-info .footer-logo a {
    display: inline-block;
}

.single-footer-widget-style2 .our-company-info .footer-logo a img {
    max-width: 150px;
}

.single-footer-widget-style2 .our-company-info .text {
    position: relative;
    display: block;
}

.single-footer-widget-style2 .our-company-info .text p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.single-footer-widget-style2 .our-company-info ul {
    position: relative;
    display: block;
    margin: 8px 0 0px;
}

.single-footer-widget-style2 .our-company-info ul li {
    position: relative;
    display: flex;
    padding: 0 6px 19px;
    align-items: center;
}

.single-footer-widget-style2 .our-company-info ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget-style2 .our-company-info ul li .icon {
    position: absolute;
    top: -3px;
    ;
    left: 0;
}

.single-footer-widget-style2 .our-company-info ul li .icon span:before {
    color: #333;
    font-size: 14px;
}

.single-footer-widget-style2 .our-company-info ul li .title {
    position: relative;
    display: block;
    padding-left: 25px;
}

.single-footer-widget-style2 .our-company-info ul li .title h5 {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;

}

.single-footer-widget-style2 .our-company-info ul li .title h5 a {
    color: #333;
}

.single-footer-widget-style2 .our-company-info ul li .title h5 a:hover {
    color: #6B2C32;
}

.single-footer-widget-style2 .our-company-info ul li .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.single-footer-widget-style2 .our-company-info ul li .title h3 a {
    color: #ffffff;
}

.single-footer-widget-style2 .our-company-info .text .contact-button {}

.single-footer-widget-style2 .our-company-info .text .contact-button a {
    color: #ffffff;
    border-color: #ffffff;
    padding: 14px 38px 13px;
}

.single-footer-widget-style2 .footer-map-holder {
    position: relative;
    display: block;
    padding-right: 70px;
}

.single-footer-widget-style2 .footer-map-holder .map-canvas {
    position: relative;
    width: 100%;
    height: 420px;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.single-footer-widget-style2 .footer-map-holder .address-box {
    position: absolute;
    top: 30px;
    right: 0;
    width: 270px;
    background: #ffffff;
    box-shadow: -7px 0px 5px 0px rgba(219, 219, 219, 0.5);
    padding: 37px 30px 30px;
}

.single-footer-widget-style2 .footer-map-holder .address-box h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 11px;
}

.single-footer-widget-style2 .footer-map-holder .address-box p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.single-footer-widget-style2 .footer-social-links {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.single-footer-widget-style2 .footer-social-links .title {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.single-footer-widget-style2 .footer-social-links .social-links-style1 {
    position: relative;
    display: inline-block;
}

.footer-bottom-style3 {
    position: relative;
    display: block;
    padding: 0px 0 0;
    margin: 0px 0 0;
    border-top: 1px solid #434343cc;
}

.footer-bottom-style3 .copyright-text {
    position: relative;
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.10);
    padding: 26px 0 25px;
}

.footer-bottom-style3 .copyright-text p {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.footer-bottom-style3 .copyright-text p a {
    color: #6B2C32;
}

/*** 
=====================================
	Main Header Style4 Css
=====================================
***/
.main-header-style4 {
    position: relative;
    display: block;
    background: transparent;
}

.header-top-style3 {
    position: relative;
    display: block;
}

.header-top-style3 .outer-box {
    position: relative;
    display: block;
    padding: 14px 0;
}

.header-top-left-style3 {
    position: relative;
    display: block;
}

.header-top-left-style3 .login-register-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 30px;
}

.header-top-left-style3 .login-register-box .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
}

.header-top-left-style3 .login-register-box .icon-holder span:before {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}

.header-top-left-style3 .login-register-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-top-left-style3 .login-register-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 5px;
}

.header-top-left-style3 .login-register-box ul li:last-child {
    padding-right: 0;
}

.header-top-left-style3 .login-register-box ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-top-left-style3 .login-register-box ul li a:hover {
    color: #6B2C32;
}

.header-top-right-style3 {
    position: relative;
    display: block;
}

.header-top-right-style3 .header-social-links {}

.header-upper-style4 {
    position: relative;
    display: block;
    background: transparent;
}

.header-upper-style4 .outer-box {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 15px;
    background: #ffffff;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.header-upper-left-style4 {
    position: relative;
    display: block;
}

.header-upper-left-style4 .logo {
    position: relative;
    display: block;
    padding: 17px 0;
}

.header-upper-left-style4 .logo a {
    position: relative;
    display: inline-block;
}

.header-upper-left-style4 .logo a img {
    width: auto;
}

.header-upper-right-style4 {
    position: relative;
    display: block;
}

.main-menu.style4 .navigation>li {
    margin-right: 0px;
}

.main-menu.style4 .navigation>li>a {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding: 24px 20px 26px;
    transition: all 500ms ease;
    opacity: 1;
    z-index: 1;
    font-family: Lato, sans-serif;
}

.main-menu.style4 .navigation>li:hover>a,
.main-menu.style4 .navigation>li.current>a {
    color: #ffffff;
}

.main-menu.style4 .navigation>li>a:after {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    right: 0;
    background: #6B2C32;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transform: scaleY(0);
}

.main-menu.style4 .navigation>li:hover>a:after,
.main-menu.style4 .navigation>li.current>a:after {
    transform: scaleY(1.0);
}

.menu-right-content-style4 {
    position: relative;
    display: block;
    float: right;
}

.menu-right-content-style4 .buy-ticket-button {
    position: relative;
    display: inline-block;
    float: right;
    padding: 15px 0;
}

.menu-right-content-style4 .buy-ticket-button a {
    position: relative;
    display: inline-block;
    background: #333;
    padding: 0 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    font-family: Lato, sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.menu-right-content-style4 .buy-ticket-button a:hover {
    background: #6B2C32;
}

/*** 
=====================================
	Contact Us Area Css
=====================================
***/
.contact-us-area {
    position: relative;
    display: block;
    padding: 35px 0;
    background: #6B2C32;
}

.contact-us-area .left-content {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
}

.contact-us-area .left-content p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.contact-us-area .right-content {
    position: absolute;
    top: 0;
    left: 400px;
    bottom: 0;
    right: 0;
    min-height: 120px;
    z-index: 2;
    padding: 23px 42px 20px;
    padding-right: 0;
}

.contact-us-area .right-content:before {
    position: absolute;
    top: -55px;
    left: 0;
    bottom: -30px;
    right: -20000px;
    background: url(../images/pattern/pattern-bg1.png) #333;
    background-repeat: repeat;
    content: "";
    z-index: -1;
    transform: skewX(-30deg);
}

.contact-us-area .right-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.contact-us-area .right-content ul li {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 100px;
}

.contact-us-area .right-content ul li:last-child {
    margin-right: 0;
}

.contact-us-area .right-content ul li h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 17px;
}

.contact-us-area .right-content ul li p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.contact-us-area .right-content ul li p a {
    color: #ffffff;
}

/*** 
=====================================
	Homepage About
=====================================
***/
.about-home {
    padding: 120px 0;
    position: relative;
}

.about-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5d7ca;
    opacity: 70%;
}

.about-two__image {
    margin-top: 50px;
    position: relative;
    left: 100px;
}

.about-two__image::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background-image: url("../images/about/about-dot-2.png");
    background-repeat: no-repeat;
    right: -70px;
    top: -70px;
}

.about-two__sclupture {
    position: absolute;
    bottom: -100px;
    left: 50px;
    z-index: 10;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.about-two__image>img {
    box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
    z-index: 10;
    position: relative;
}

/*** 
=====================================
	About Style3 Area Css
=====================================
***/
.about-style3-area {
    position: relative;
    display: block;
    padding-bottom: 110px;
}

.about-style1-content.style3 {
    padding: 0;
}

.about-style1-content.style3.right-content {
    margin-top: -8px;
    margin-right: 50px;
}

.about-style1-content.style3 .inner-content h3 {
    margin: 0;
}

.about-style1-content.style3 .inner-content .bottom-box .button a {
    color: #160f0a;
    border: 2px solid #6B2C32 !important;
}

.about-style1-content.style3 .inner-content .bottom-box .button a:hover {
    background: #6B2C32;
}

.about-style1-content.style3 .inner-content .bottom-box .phone-number .title span {
    color: #6B2C32;
}

/*** 
=====================================
	Exhibitions Style3 Area Css
=====================================
***/
.exhibitions-style3-area {
    position: relative;
    display: block;
    padding: 0 0 190px;
    background: transparent;
    z-index: 1000;
}

.single-exhibition-box-style3 {
    position: relative;
    display: block;
}

.single-exhibition-box-style3 .img-holder {
    position: relative;
    display: block;
}

.single-exhibition-box-style3 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-exhibition-box-style3 .img-holder img {
    width: 100%;
    transform: scale(1.0);
}

.single-exhibition-box-style3:hover .img-holder img {
    transform: scale(1.2) rotate(1deg);
}

.single-exhibition-box-style3:hover .img-holder .overlay-style-one {
    opacity: 1;
}

.single-exhibition-box-style3 .text-box {
    position: absolute;
    left: 25px;
    bottom: -80px;
    right: 25px;
    background: #ffffff;
    border-radius: 7px;
    text-align: center;
    display: block;
    padding: 21px 25px 20px;
    box-shadow: 0px 0px 5px 0px rgba(237, 237, 237, 0.7);
    transition: all 700ms linear;
    transition-delay: 0.2s;
    z-index: 2;
}

.single-exhibition-box-style3:hover .text-box {
    box-shadow: none;
}

.single-exhibition-box-style3 .text-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #6B2C32;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    border-radius: 7px;
    transform-origin: middle;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.single-exhibition-box-style3:hover .text-box:before {
    opacity: 1;
    transform: scaleX(1.0);
}

.single-exhibition-box-style3 .text-box span {
    color: #6B2C32;
    font-size: 14px;
    transition: all 700ms ease 100ms;
}

.single-exhibition-box-style3:hover .text-box span {
    color: #333;
}

.single-exhibition-box-style3 .text-box h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 1px 0 13px;
}

.single-exhibition-box-style3 .text-box h3 a {
    color: #333;
    transition: all 700ms ease 300ms;
}

.single-exhibition-box-style3:hover .text-box h3 a {
    color: #fefefe;
}

.single-exhibition-box-style3 .text-box p {
    color: #777777;
    font-size: 14px;
    margin: 0;
    transition: all 700ms ease 500ms;
}

.single-exhibition-box-style3:hover .text-box p {
    color: #333;
}

.exhibitions-carousel-style2.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 100px;
}

.exhibitions-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    right: auto;
    margin: 0;
    left: 0;
    bottom: -140px;
}

/*** 
=====================================
	Fact Testimonial Area
=====================================
***/
.fact-testimonial-area {
    position: relative;
    display: block;
}

.fact-counter-box {
    position: relative;
    display: block;
    padding: 120px 0 110px;
    z-index: 10;
}

.fact-counter-box .fact-counter-bg {
    position: absolute;
    top: 0;
    left: -375px;
    bottom: 0;
    right: -330px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.fact-counter-box .fact-counter-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    content: "";
}

.fact-counter-box ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fact-counter-box ul:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/icon/divider.png);
    background-repeat: no-repeat;
    content: "";
    background-position: -45% 30%;
}

.fact-counter-box ul li {
    position: relative;
    display: block;
    width: 50%;
}

.fact-counter-box ul li:nth-child(1) {
    margin-bottom: 100px;
}

.fact-counter-box ul li:nth-child(2) {
    margin-bottom: 100px;
}

.single-fact-counter-style2 {
    position: relative;
    display: block;
}

.single-fact-counter-style2 .icon {
    position: relative;
    display: block;
    height: 75px;
}

.single-fact-counter-style2 .icon img {
    width: auto;
}

.single-fact-counter-style2 .count-box {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 37px;
}

.single-fact-counter-style2 .count-box h1 {
    color: #ffba00;
    font-size: 60px;
    line-height: 50px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.single-fact-counter-style2 .title {
    position: relative;
    display: block;
}

.single-fact-counter-style2 .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}

.testimonial-box-holder {
    position: relative;
    display: block;
    padding-top: 50px;
    z-index: 100;
}

.testimonial-box-holder .sec-title {
    position: relative;
    display: block;
    z-index: 10;
    padding-left: 100px;
    padding-bottom: 83px;
}

.testimonial-box-holder .sec-title:before {
    position: absolute;
    left: 180px;
    bottom: -66px;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.10);
    line-height: 140px;
}

.testimonial-box-holder .testimonial-carousel-style2 {
    padding: 0;
    padding-left: 100px;
    padding-bottom: 120px;
}

.testimonial-box-holder .testimonial-box-holder-bg {
    position: absolute;
    top: -480px;
    left: 0;
    bottom: 0;
    right: -375px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.testimonial-box-holder .testimonial-box-holder-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern/pattern-bg1.png) #333;
    opacity: .95;
    content: "";
}

.testimonial-box-holder .testimonial-carousel-style2:before {
    display: none;
}

.testimonial-box-holder .single-testimonial-style2 .title-box span {
    color: #bbbbbb;
}

.testimonial-box-holder .single-testimonial-style2 .text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}

.testimonial-carousel-style2.style3.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 0;
}

.testimonial-carousel-style2.style3.owl-carousel.owl-theme .owl-dots {
    position: relative;
    margin-top: 60px !important;
    line-height: 14px;
    text-align: left;
}

.testimonial-carousel-style2.style3.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.30);
    border: 0px solid #4c4c4c;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.testimonial-carousel-style2.style3.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.testimonial-carousel-style2.style3.owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.99);
}

/*** 
=====================================
	subscribe area Style4 Css
=====================================
***/
.subscribe-area.style4 {
    position: relative;
    display: block;
    padding: 200px 0 190px;
}

.subscribe-area.style4 .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.welcome-content.style2 {
    position: relative;
    display: block;
    padding-top: 0px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.welcome-content.style2 .subscribe-box {
    margin: 0 auto 51px;
}

.welcome-content.style2 ul li {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin: 0 15px;
}

/*** 
=============================================
    Art Style4 Area Css
=============================================
***/
.art-style4-area {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    z-index: 1;
}

.art-style4-area .sec-title {
    padding-bottom: 40px;
}

.art-style4-area .sec-title .text {
    position: relative;
    display: block;
    padding-top: 25px;
}

.art-style4-area .single-art-box-style2 .text-holder {
    padding: 48px 0 45px;
    border-bottom: 2px solid rgba(47, 56, 64, 0.20);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.art-style4-area .single-art-box-style2:hover .text-holder {
    -webkit-box-shadow: 0px 5px 10px 2px #e2e2e2;
    box-shadow: 0px 5px 10px 2px #e2e2e2;
}

.art-style4-area .single-art-box-style2 .text-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: -2px;
    right: 0px;
    overflow: hidden;
    background-color: #ffffff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    content: "";
    transform-origin: middle;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.art-style4-area .single-art-box-style2:hover .text-holder:before {
    opacity: 1;
    transform: scaleY(1.0);
}

.art-style4-area .single-art-box-style2 .text-holder h3 a {
    color: #333;
}

.art-carousel-style2.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-right: -375px;
}

.art-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    right: auto;
    margin: 0;
    left: -400px;
    bottom: 240px;
}

/*** 
=============================================
    Partner Style3 Area Css
=============================================
***/
.partner-style3-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 0px;
}

.partner-style3-area .layer-outer {
    position: absolute;
    top: -190px;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/pattern/pattern-bg7.png) #f5f5f5;
}

.partner-style3-area .sec-title {
    padding-bottom: 60px;
}

.partner-style3-area .single-partner-logo-box a img {
    padding: 0 30px 0px;
}

.handmade-icons-sec .partner-box {
    display: flex;
    justify-content: center;
}

/*
.partner-style3-area .single-partner-logo-box:hover a img {
    opacity: 1.0;
}
*/
/*** 
=============================================
    Latest Blog Style4 Area Css
=============================================
***/
.latest-blog-style4-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #ffffff;
}

.latest-blog-style4-area .sec-title {
    padding-bottom: 62px;
}

.single-blog-post-style2 {
    position: relative;
    display: block;
    z-index: 1;
}

.single-blog-post-style2 .img-holder {
    position: relative;
    display: block;
}

.single-blog-post-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-post-style2 .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
}

.single-blog-post-style2:hover .img-holder .inner img {
    transform: scale(1.2) rotate(1deg);
}

.single-blog-post-style2:hover .overlay-style-one {
    opacity: 1;
}

.single-blog-post-style2 .title-holder {
    position: absolute;
    left: 25px;
    bottom: -145px;
    right: 25px;
    background: #ffffff;
    text-align: center;
    display: block;
    padding: 31px 10px 30px;
    z-index: 2;
}

.single-blog-post-style2 .title-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #6B2C32;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    content: "";
    transform-origin: middle;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.single-blog-post-style2:hover .title-holder:before {
    opacity: 1;
    transform: scaleX(1.0);
}

.single-blog-post-style2 .title-holder:after {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 8px 8px 2px rgba(237, 237, 237, 0.7);
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style2 .title-holder .meta-info {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.single-blog-post-style2 .title-holder .meta-info li {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    line-height: 30px;
}

.single-blog-post-style2 .title-holder .meta-info li:before {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 1px;
    height: 14px;
    background: #777777;
    content: "";
    margin: 8px 0;
}

.single-blog-post-style2 .title-holder .meta-info li:last-child:before {
    display: none;
}

.single-blog-post-style2 .title-holder .meta-info li a {
    color: #777777;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style2 .title-holder .meta-info li a:hover {
    color: #333;
}

.single-blog-post-style2:hover .title-holder .meta-info li a {
    color: #333;
}

.single-blog-post-style2 .title-holder h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.single-blog-post-style2 .title-holder h3 a {
    color: #333;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-post-style2 .title-holder h3 a:hover {
    color: #333;
}

.latest-blog-style4-area .view-more-button {
    position: relative;
    display: block;
    padding-top: 45px;
}

.blog-carousel-style3 {
    padding: 0 100px;
}

.blog-carousel-style4 .owl-nav {
    display: none;
}

.blog-carousel-style4 {
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
    background: red;
    display: flex !important;
    justify-content: center;
}

.blog-carousel-style4 .owl-stage-outer.owl-height {
    display: flex !important;
    justify-content: center;
}

.blog-carousel-style4 ul li a {
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif !important;
    text-transform: uppercase;
    color: #333;
}

.blog-carousel-style4 .owl-stage-outer owl-height {
    height: auto
}

.blog-carousel-style3.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 180px;
}

.blog-carousel-style3.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: -1;
}

.blog-carousel-style3.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 250px;
    left: 0px;
}

.blog-carousel-style3.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover {
    color: #ffffff;
    border-color: #333;
    background: #333;
}

.blog-carousel-style3.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 250px;
    right: 0px;
    margin: 0px;
}

.blog-carousel-style3.owl-nav-style-one.owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: #333;
    background: #333;
}

/*** 
=============================================
    Footer Style4 Area Css
=============================================
***/
.footer-style4-area {
    position: relative;
    display: block;
    background: #333;
    padding-top: 120px;
    padding-bottom: 0px;
    z-index: 1;
}

.footer-style4-area .layer-outer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 0px;
    opacity: 1;
    z-index: -1;
}

.single-footer-widget-style3 .title {
    position: relative;
    display: block;
    margin-top: -2px;
    padding-bottom: 56px;
}

.single-footer-widget-style3 .title h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-footer-widget-style3 .our-contact-info-box {}

.single-footer-widget-style3 .our-contact-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 64px;
}

.single-footer-widget-style3 .our-contact-info-box .footer-logo a {
    display: inline-block;
}

.single-footer-widget-style3 .our-contact-info-box ul {
    position: relative;
    display: block;
}

.single-footer-widget-style3 .our-contact-info-box ul li {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 32px;
}

.single-footer-widget-style3 .our-contact-info-box ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget-style3 .our-contact-info-box ul li .icon {
    position: absolute;
    top: 15px;
    left: 0;
}

.single-footer-widget-style3 .our-contact-info-box ul li .icon span:before {
    color: #bbbbbb;
    font-size: 45px;
}

.single-footer-widget-style3 .our-contact-info-box ul li .title-holder {
    position: relative;
    display: block;
}

.single-footer-widget-style3 .our-contact-info-box ul li .title-holder h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.single-footer-widget-style3 .our-contact-info-box ul li .title-holder h5 a {
    color: #ffffff;
}

.single-footer-widget-style3 .touch-form-box {
    position: relative;
    display: block;
}

.single-footer-widget-style3 .touch-form-box form {
    position: relative;
    display: block;
}

.single-footer-widget-style3 .touch-form-box form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.single-footer-widget-style3 .touch-form-box form input[type="text"],
.single-footer-widget-style3 .touch-form-box form input[type="email"],
.single-footer-widget-style3 .touch-form-box form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
    height: 50px;
    color: #999999;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
}

.single-footer-widget-style3 .touch-form-box form textarea {
    height: 120px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-footer-widget-style3 .touch-form-box form input[type="text"]:focus {
    color: #6B2C32;
    border-color: #6B2C32;
}

.single-footer-widget-style3 .touch-form-box form input[type="email"]:focus {
    color: #6B2C32;
    border-color: #6B2C32;
}

.single-footer-widget-style3 .touch-form-box form textarea:focus {
    color: #6B2C32;
    border-color: #6B2C32;
}

.single-footer-widget-style3 .touch-form-box form input[type="text"]::-webkit-input-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="text"]:-moz-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="text"]::-moz-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="text"]:-ms-input-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="email"]::-webkit-input-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="email"]:-moz-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="email"]::-moz-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form input[type="email"]:-ms-input-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form textarea::-webkit-input-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form textarea:-moz-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form textarea::-moz-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form textarea:-ms-input-placeholder {
    color: #333;
}

.single-footer-widget-style3 .touch-form-box form button {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    background: #6B2C32;
    color: #333;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    border-radius: 7px;
    margin-top: 20px;
    font-family: "Playfair Display", serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget-style3 .touch-form-box form button:hover {
    color: #333;
    background: #f3b318;
}

.footer-bottom-style4 {
    position: relative;
    display: block;
    padding: 30px 0;
    margin-top: 110px;
    background: #6B2C32;
}

.footer-bottom-style4 .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom-style4 .copyright-text {
    position: relative;
    display: block;
}

.footer-bottom-style4 .copyright-text p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

.footer-bottom-style4 .footer-social-links {}

.footer-bottom-style4 .footer-social-links .social-links-style1 li {
    margin-right: 20px;
}

.footer-bottom-style4 .footer-social-links .social-links-style1 li:last-child {
    margin-right: 0px;
}

.footer-bottom-style4 .footer-social-links .social-links-style1 li a i {
    color: #333;
    border: 1px solid #333;
}

.footer-bottom-style4 .footer-social-links .social-links-style1 li a:hover i {
    color: #ffffff;
    background: #333;
}

.Home_Service .img-holder {
    height: 450px !important;
}

.testi-div-bg {
    min-height: 335px;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 60px;
    margin-top: -140px;
    z-index: 10;
}

.Memmbership {
    margin-top: 0;
    padding: 180px 0 50px;
}

.breadcrumb-area .btn-two {
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #ffffff;
    margin-left: 10px;
}

.breadcrumb-area .btn-two:hover {
    border: 1px solid #6b2c32;
}

.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0 60px;
}

.breadcrumb-area .title {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 450px;
    width: 100%;
}

.breadcrumb-area .title h1 {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 8px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: end;
}

.breadcrumb-area .title p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: 300;
    text-align: end;
}

/*** 
=====================================
	Featured Area Style2 Css
=====================================
***/
.featured-area.style2 {
    padding-bottom: 120px;
}

.featured-area.style2 .featured-box {
    position: relative;
    background: #6B2C32;
}

.testimonial-box-holder.style2 .testimonial-box-holder-bg {
    top: -120px;
    left: 0;
    bottom: 0;
    right: -375px;
}

.testimonial-box-holder.style2 .single-testimonial-style2 .top .img-box:before {
    border: 2px solid #6B2C32;
}

/*** 
=====================================
	Footer style2 Area Chnage Bg Style Css
=====================================
***/
.footer-style2-area.chnage-bg-style {
    background: #333;
}

.footer-style2-area.chnage-bg-style .layer-outer-bg {
    opacity: 1.0;
}

/*** 
=====================================
	Gallery Area Css
=====================================
***/
.gallery-area {
    position: relative;
    display: block;
    padding: 116px 0 0px;
    background: #ffffff;
}

.gallery-area .single-art-box-style2 .text-holder h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 5px;
}

.filters {
    position: relative;
    display: block;
    margin-bottom: 90px;
}

.filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.filters li {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 30px;
    cursor: pointer;
    transition: all 300ms ease;
    font-family: "Playfair Display", serif;
}

.filters .filter.active,
.filters .filter:hover {
    color: #6B2C32;
}

.single-art-box-style2.marbtm50 {
    margin-bottom: 50px;
}

.single-art-box-style2 .img-holder .overlay-content .zoom-button {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transform: translateY(-100px);
    transition: all 500ms ease 900ms;
    opacity: 0;
}

.single-art-box-style2:hover .img-holder .overlay-content .zoom-button {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.8s ease-in-out 0.7s;
}

.single-art-box-style2 .img-holder .overlay-content .zoom-button a i {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
    color: #333;
    font-size: 20px;
    line-height: 50px;
}

.gallery-area .single-art-box-style2 .text-holder h3 a {
    color: #333;
    transition: all 900ms linear;
    transition-delay: 0.4s;
}

.gallery-area .single-art-box-style2:hover .text-holder h3 a {}

.gallery-area .single-art-box-style2 .text-holder {
    position: relative;
    display: block;
    padding: 12px 0;
    text-align: center;
    border-bottom: 2px solid #d5d7d8;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.gallery-area .single-art-box-style2:hover .text-holder {
    -webkit-box-shadow: 0px 5px 10px 2px #f4f4f4;
    box-shadow: 0px 5px 10px 2px #f4f4f4;
}

.gallery-area .single-art-box-style2 .text-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: -2px;
    right: 0px;
    overflow: hidden;
    background-color: #ffffff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 1;
    content: "";
    transform-origin: middle;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.gallery-area .single-art-box-style2:hover .text-holder:before {
    opacity: 1;
    transform: scaleX(1.0);
}

.gallery-area .view-more-button {
    position: relative;
    display: block;
    padding-top: 30px;
}

.gallery-area .view-more-button a {
    color: #ffffff;
    border: 1px solid #6b2c32;
    background: #6b2c32;
    padding: 20px 48px 19px;
}

.gallery-area .view-more-button a:hover {
    background: var(--accent-color);
}

/*** 
=====================================
	Event Two
=====================================
***/
.event-two .sec-title .big-title h1 {
    margin: 0 0 30px;
}

.event-two {
    padding: 80px 0;
    position: relative;
}

.event-two__sculpture {
    position: absolute;
    top: -120px;
    right: 3%;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.event-two__image {
    display: inline-block;
}

.event-two__image-inner {
    height: 400px;
    object-fit: cover;
    overflow: hidden;
}

.event-two__image::before {
    content: '';
    width: 250px;
    height: 202px;
    background-image: url(../images/events/event-2-dot-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -75px;
}

.event-two__single:nth-child(odd) .event-two__image::before {
    left: auto;
    right: -75px;
}

.event-two__single+.event-two__single {
    margin-top: 70px;
}

.event-two__single+.event-two__single+.event-two__single {
    margin-top: 70px;
}

.event-two__image img {
    position: relative;
    z-index: 1;
}

.event-two__content .block-title p {
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.event-two__content .block-title h3 {
    font-size: 30px;
    margin: 0px 0 20px;
}

.event-two__content>p {
    margin: 0 0 40px;
    color: #848484;
}

.event-two__content .block-title.event-two__title h6 {
    font-size: 18px;
    margin: 10px 0;

    color: var(--primary-color);
}

/*** 
=====================================
	Events Style3 Area pdbottom0 
=====================================
***/
.events-style3-area.pdbottom0 {
    padding-bottom: 0;
}

/*** 
=====================================
	Events single Area Css 
=====================================
***/
.events-single-area {
    position: relative;
    display: block;
    padding: 60px 0;
}

.events-single-image-box {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.events-single-image-box img {
    width: 100%;
}

.events-single-text-box {
    position: relative;
    display: block;
}

.events-single-text-box h2 {
    color: #333;
    font-size: 30px;
    line-height: 54px;
    font-weight: 400;
    margin: -15px 0 26px;
}

.events-single-text-box h6 {
    font-size: 18px;
    margin: 10px 0;

    color: var(--primary-color);
}

.events-single-text-box p {}

.events-single-info-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px;
    margin: 40px 0;
}

.events-single-info-box .events-info {
    position: relative;
    display: inline-block;
}

.events-single-info-box .events-info li {
    position: relative;
    display: inline-table;
    margin-bottom: 22px;
    margin-right: 15px;
    width: 48%;
}

.events-single-info-box .events-info li:last-child {
    margin-bottom: 0;
}

.events-single-info-box .events-info li p {
    color: #333;
    font-weight: 700;
    margin: 0 0 2px;
}

.events-single-info-box .events-info li span {
    color: #777777;
}

.events-single-info-box .social-links {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 33px 0 0;
}

.events-single-info-box .social-links p {
    position: relative;
    display: inline-block;
    float: left;
    color: #333;
    font-weight: 700;
    margin: 0;
    margin-right: 20px;
}

.events-single-info-box .social-links .sociallinks-style-two {
    position: relative;
    display: inline-block;
    float: left;
}

.events-single-map-box {
    position: relative;
    display: block;
    margin: 44px 0 70px;
}

.events-single-map-box .map-canvas {
    position: relative;
    max-width: 970px;
    width: 100%;
    height: 370px;
}

.single-events-detais-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-events-detais-box h3 {
    color: #333;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.single-events-detais-box ul {
    position: relative;
    display: block;
    padding-top: 27px;
}

.single-events-detais-box ul li {
    position: relative;
    display: block;
    padding-left: 160px;
    font-size: 14px;
    margin-bottom: 5px;
}

.single-events-detais-box ul li:last-child {
    margin-bottom: 0;
}

.single-events-detais-box ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 160px;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-events-detais-box ul li a {
    color: #777777;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-events-detais-box ul li a:hover {
    color: #6B2C32;
}

.project-single-prev-next-button {
    position: relative;
    display: block;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    padding: 25px 0 118px;
    margin-top: 10px;
}

.project-single-prev-next-button .button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.project-single-prev-next-button .button a {
    position: relative;
    display: inline-block;
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Lato, sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-single-prev-next-button .button a.prev i {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-right: 20px;
}

.project-single-prev-next-button .button a.next i {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-left: 20px;
}

.project-single-prev-next-button .button a:hover {
    color: #333;
}

/*** 
=====================================
    Art Page Css 
=====================================
***/
.art-area.art-page {
    padding: 120px 0 0px;
    background-image: none;
    background-color: #ffffff;
}

.art-area.art-page .sec-title {
    padding-bottom: 62px;
}

.art-area.art-page .sec-title p {
    color: #777777;
}

.art-area.art-page .sec-title .big-title h1 {
    color: #333;
}

.art-area.art-page .filters {
    position: relative;
    display: block;
    margin-top: 64px;
    margin-bottom: 0;
}

.art-area.art-page .filters li {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-right: 40px;
}

.art-area.art-page .filters li:last-child {
    margin-right: 0;
}

.art-area.art-page .filters .filter.active,
.art-area.art-page .filters .filter:hover {
    color: #6B2C32;
}

.single-art-box .img-holder .overlay-content .meta-box {
    position: absolute;
    bottom: 30px;
    right: 40px;
    transform: translateY(100px);
    transition: all 1000ms ease 700ms;
    opacity: 0;
}

.single-art-box:hover .img-holder .overlay-content .meta-box {
    opacity: 1;
    transform: translateY(0px);
}

.single-art-box .img-holder .overlay-content .meta-box ul {
    position: relative;
    display: block;
}

.single-art-box .img-holder .overlay-content .meta-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.single-art-box .img-holder .overlay-content .meta-box ul li:last-child {
    margin-right: 0;
}

.single-art-box .img-holder .overlay-content .meta-box ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-art-box .img-holder .overlay-content .meta-box ul li a i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 8px;
    font-size: 16px;
}

.single-art-box .img-holder .overlay-content .meta-box ul li a:hover {
    color: #6B2C32;
}

.art-area.art-page .view-more-button {
    position: relative;
    display: block;
    padding-top: 30px;
}

.art-area.art-page .view-more-button a {
    color: #ffffff;
    border: 1px solid #333;
    background: #333;
    padding: 19px 48px 19px;
}

.art-area.art-page .view-more-button a:hover {
    background: #333;
}

/*** 
=============================================
    Blog Page Css
=============================================
***/
.latest-blog-style3-area.blog-page {
    padding: 120px 0 0px;
    background: #ffffff;
}

.latest-blog-style3-area.blog-page .single-blog-post.style3 {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.latest-blog-style3-area.blog-page .single-blog-post.style3:hover .text-holder .blog-title {
    font-weight: 400;
}

.styled-pagination {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    height: 50px;
    margin: 20px auto 0;
    z-index: 1;
}

.styled-pagination:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e1e1e1;
    content: "";
    z-index: -1;
    border-radius: 30px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 30px;
    color: #bbbbbb;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: "Playfair Display", serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #333;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    color: #bbbbbb;
    font-size: 18px;
    line-height: 50px;
}

.styled-pagination li.prev {
    float: left;
}

.styled-pagination li.next {
    float: right;
}

.styled-pagination li.count {
    line-height: 17px;
    margin: 16px 0;
}

.styled-pagination li.count a:before {
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    right: 0;
    border-left: 1px solid #bbbbbb;
    content: "";
    z-index: -1;
}

.styled-pagination li.count.last a {
    border-right: 1px solid #bbbbbb;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
    background-color: #6B2C32;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0;
}

.blog-single-area .blog-post {
    position: relative;
    display: block;
}

.blog-details-content {
    position: relative;
    display: block;
}

.blog-details-content .img-holder {
    position: relative;
    display: block;
    height: 600px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.blog-details-content .img-holder img {
    width: 100%;
}

.blog-details-content .img-holder p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
    margin: 15px 0 0;
}

.blog-details-content .text-holder {
    position: relative;
    display: block;
    padding: 31px 0 24px;
}

.blog-details-content .text-holder .meta-info {
    position: relative;
    display: block;
    margin-left: -18px;
    margin-bottom: 9px;
}

.ul-text {
    margin: 25px 0 10px;
}

.blog-details-content .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 30px;
}

.blog-details-content .text-holder .meta-info li:before {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 1px;
    height: 14px;
    background: #777777;
    content: "";
    margin: 8px 0;
}

.blog-details-content .text-holder .meta-info li:last-child:before {
    display: none;
}

.blog-details-content .text-holder .meta-info li a {
    color: #777777;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-details-content .text-holder .meta-info li a:hover {
    color: #333;
}

.blog-details-content .text-holder .blog-title {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.blog-details-content .text-holder .text {
    position: relative;
    display: block;
    padding-top: 30px;
}

.blog-details-content .text-holder .text p.mar-bottom {
    margin-bottom: 22px;
}

.blog-details-content .bottom-image-box {
    position: relative;
    display: block;
}

.blog-details-content .bottom-image-box .single-image-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details-content .bottom-image-box .single-image-box img {
    width: 100%;
}

.blog-details-content .bottom-image-box .text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.blog-details-content .bottom-image-box .text p {
    margin: 0;
}

.blog-details-content .bottom-text-box {
    position: relative;
    display: block;
    padding-top: 32px;
}

.blog-details-content .bottom-text-box p {
    margin: 0 0 12px;
}

.blog-single-area .tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 0px;
    border-top: 1px solid #e1e1e1;
}

.blog-list {
    margin: 20px 0;
    padding-left: 20px;
}

.blog-list li {
    padding: 0 0 16px;
}

.blog-single-area .tag-box .tag {
    position: relative;
    display: block;
}

.blog-single-area .tag-box .tag p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.blog-single-area .tag-box .tag p span {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 6px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}

.blog-single-area .tag-box .right {
    position: relative;
    display: block;
}

.blog-single-area .tag-box .right p {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 6px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}

.blog-single-area .tag-box .right .sociallinks-style-two li {}

.blog-single-area .tag-box .right .sociallinks-style-two li a i {
    color: #333;
}

.blog-single-area .tag-box .right .sociallinks-style-two li a:hover i {
    color: #6B2C32;
}

.blog-single-area .inner-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 62px;
    padding-bottom: 21px;
}

.blog-single-area .inner-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 41px;
}

.blog-single-area .inner-comment-box .title h3 {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.blog-single-area .inner-comment-box .single-comment-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    min-height: 100px;
    padding-left: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.blog-single-area .inner-comment-box .single-comment-box.marleft100 {
    margin-left: 100px;
}

.blog-single-area .inner-comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

.blog-single-area .inner-comment-box .single-comment-box .img-holder img {
    width: 100%;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder {
    position: relative;
    margin-left: 30px;
    min-height: 100px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name {}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name h3 {
    color: #333;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name h3 span.date {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 22px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name h3 span.date:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 2px;
    width: 2px;
    background: #333;
    content: "";
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .reply-button a {
    color: #6B2C32;
    font-size: 16px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    transition: all 500ms ease;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-top: 17px;
}

.blog-single-area .inner-comment-box .single-comment-box .text-holder .text p {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 41px;
}

.add-comment-box .title h3 {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.add-comment-box #add-comment-form {}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    padding: 0 40px;
    width: 100%;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.add-comment-box #add-comment-form textarea {
    height: 185px;
    padding: 15px 40px;
    margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #6B2C32;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #6B2C32;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #6B2C32;
}

.add-comment-box #add-comment-form button {
    color: #ffffff;
    background: #6B2C32;
    padding: 21px 40px 23px;
}

.add-comment-box #add-comment-form button:hover {}

#blog-area .sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    margin-top: -4px;
    padding-bottom: 23px;
    margin-bottom: 50px;
}

.sidebar-wrapper .single-sidebar .title h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-sidebar .categories {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -8px;
}

.single-sidebar .categories li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.single-sidebar .categories li:last-child {
    margin-bottom: 0;
}

.single-sidebar .categories li a {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #777777;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .categories li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 20px;
}

.single-sidebar .categories li a:hover {
    color: #6B2C32;
}

.single-sidebar .recent-post {
    position: relative;
    display: block;
}

.single-recent-post {
    position: relative;
    display: flex;
    align-items: start;
    margin: 0 0 20px;
}

.single-sidebar .single-recent-post .img-holder {
    position: relative;
    display: block;
    max-width: 110px;
    overflow: hidden;
}

.single-sidebar .single-recent-post .img-holder img {
    width: 100%;
    transition: all 0.4s ease-in-out 0.5s;
    transform: scale(1.0, 1.0);
}

.single-sidebar .single-recent-post:hover .img-holder img {
    transition-delay: 0s;
    transform: scale(1.2, 1.2);
}

.single-sidebar .single-recent-post:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
}

.single-sidebar .single-recent-post .title-holder {
    position: relative;
    display: block;
    padding-left: 22px;
}

.single-sidebar .single-recent-post .title-holder p {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.single-sidebar .single-recent-post .title-holder h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.single-recent-post .title-holder h3 a {
    color: #333;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-recent-post .title-holder h3 a:hover {
    color: #6B2C32;
}

.recent-post-carousel {}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 40px;
}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    height: 40px;
}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-nav:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #e1e1e1;
    content: "";
    z-index: -1;
    margin: 19px 0;
}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: auto;
    left: 25px;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    background: #ffffff;
}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover {
    color: #6B2C32;
    border-color: #6B2C32;
}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: auto;
    right: 25px;
    bottom: 0;
    margin: 0px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    background: #ffffff;
}

.recent-post-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next:hover {
    color: #6B2C32;
    border-color: #6B2C32;
}

.single-sidebar .archives {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -8px;
}

.single-sidebar .archives li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.single-sidebar .archives li:last-child {
    margin-bottom: 0;
}

.single-sidebar .archives li a {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #777777;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .archives li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 20px;
}

.single-sidebar .archives li a:hover {
    color: #6B2C32;
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px 20px;
}

.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 25px 3px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 20px;
}

.single-sidebar .popular-tag li a:hover {
    color: #ffffff;
    border-color: #6B2C32;
    background: #6B2C32;
}

/*** 
=============================================
    Buy Tickets Area style
=============================================
***/
.buy-tickets-area {
    position: relative;
    display: block;
    padding: 60px 0;
}

.rating-review-sec {
    padding: 60px 0 0;
}

.rating-review-sec .card {
    background: none !important;
}

.pro-detail {
    position: relative;
    display: block;
    padding: 0px 0 60px;
}

.buy-tickets-content .sec-title {
    padding-bottom: 76px;
}

.visit-day-select {
    position: relative;
    display: block;
    margin: 20px 0 0;
}

.visit-day-select h3 {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 51px;
}

.visit-day-tab .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}

.visit-day-tab .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}

.visit-day-tab .tabs-content .tab .tab-para {
    padding: 30px 0 0;
}

.visit-day-tab .tabs-content .tab .tab-para p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.visit-day-tab .tabs-content .tab.active-tab {
    display: block;
}

.visit-day-select .tab-btns {
    position: relative;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.visit-day-select .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    border-left: 2px solid #333;
}

.visit-day-select .tab-btns li:first-child {
    border: none;
}

.visit-day-select .tab-btns li:last-child {}

.visit-day-select .tab-btns li span {
    position: relative;
    display: block;
    background: #d9c7b3;
    padding: 7px 15px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.1s ease-out;
    font-family: "Playfair Display", serif;
}

.visit-day-select .tab-btns li:hover span,
.visit-day-select .tab-btns li.active-btn span {
    color: #ffffff;
    background: #62282e;
}

.visit-day-select h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 56px 0 17px;
}

.visit-day-select p {
    margin: 0 0 22px;
}

.visit-day-select span {
    color: #6B2C32;
    font-size: 18px;
    font-weight: 500;
}

.select-tickets-box {
    position: relative;
    display: block;
    width: 100%;
}

.select-tickets-box h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.select-tickets-box ul {
    position: relative;
    display: block;
    padding-top: 43px;
}

.select-tickets-box ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.select-tickets-box ul li:last-child {
    margin-bottom: 0;
}

.select-tickets-box ul li .left {}

.select-tickets-box ul li .left h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: Lato, sans-serif;
}

.select-tickets-box ul li.free .left h4 {
    color: #bbbbbb;
}

.select-tickets-box ul li .left p {
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    margin: 9px 0 0;
}

.select-tickets-box ul li.free .left p {
    color: #bbbbbb;
}

.select-tickets-box .input-box {
    position: relative;
    display: flex;
}

.select-tickets-box .input-box span {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    margin-right: 30px;
}

.select-tickets-box ul li.free .input-box span {
    color: #bbbbbb;
}

.select-tickets-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 110px;
    height: 50px;
}

.select-tickets-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 50px;
    flex: none;
    height: 50px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ededed;
    outline: none;
    margin: 0 auto;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.select-tickets-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

.select-tickets-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #333;
    cursor: pointer;
    height: 50px;
    width: 30px;
    margin: 0;
    padding: 0;
}

.select-tickets-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    float: right;
    border-left: none;
}

.select-tickets-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    float: left;
    border-right: none;
}

.select-tickets-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f067";
    color: #333;
    font-size: 12px;
    padding: 0;
    line-height: 50px;
}

.select-tickets-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f068";
    color: #333;
    font-size: 12px;
    padding: 0;
    line-height: 50px;
}

.tickets-Payment-box {
    position: relative;
    display: block;
}

.tickets-Payment-box h3 {
    color: #333;
    font-size: 25px;
    line-height: 38px;
    font-weight: 800;
    margin: 0 0 10px;
}

.tickets-Payment-box .select-tickets-box {
    max-width: 100%;
    padding-top: 5px;
}

.tickets-Payment-box .select-tickets-box ul {
    position: relative;
    display: block;
    padding-top: 0;
}

.order-total {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 23px;
}

.order-total .left {}

.order-total .left p {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
    font-family: "Playfair Display", serif;
}

.order-total .right {}

.order-total .right p {
    color: #333;
    font-size: 24px;
    margin: 0;
}

.payment-button {
    position: relative;
    display: block;
    margin-top: 43px;
}

.payment-button a {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 7px;
    padding: 21px 0px 23px;
}

.payment-button a.btn-one:before {
    display: none;
}

.payment-button a:hover {
    background: #040506;
}

.tickets-Payment-box .bottom-text {
    position: relative;
    display: block;
    padding-top: 41px;
}

.tickets-Payment-box .bottom-text p {
    margin: 0;
}

.tickets-Payment-box .bottom-text p a {
    color: #6b2c32;
    font-weight: 700;
}

figure.zoom {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    width: auto;
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 10px;
    height: 750px;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity 5s;
    display: block;
    width: auto;
}

.btn-box .btn-two {
    padding: 12px 0px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 6px;
}

.prod-img-grid {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.prod-img-grid.with-dim {
    padding: 30px;
    padding-left: 0;
    border: 1px solid #222;
    border-left: none;
    position: relative;
    z-index: 0
}

.top-dim {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 2;
    background: #fff;
}

.bottom-dim {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 2;
    background: #fff;
}

.right-dim {
    position: absolute;
    top: 45%;
    right: 0;
    margin: auto;
    transform: rotate(-90deg);
}

.artist-box-pic {
    display: block;
    margin-right: 20px;
}

.artist-box-pic img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0;
    float: none;
}

.artist-det-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.artist-det-box .artist-location {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px 0;
    font-family: Lato, sans-serif;
}

.artist-det-box a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.artist-para {
    margin: 25px 0 0;
}

.artist-para h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

.artist-para p {
    font-size: 14px;
    font-weight: 500;
}

.artist-badge {
    display: flex;
    align-items: center;
}

.artist-badge h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 10px;
}

.artist-badge i {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.work-link a {
    font-size: 14px;
    text-decoration: underline;
    color: var(--primary-color);
}



.video-card {
    position: relative;
}

.video-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0
}

.video-icon {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    z-index: 2
}

.video-icon i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.video {
    width: 420px;
    height: 315px;
    display: none;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.video-wrapper {
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.contact-form-area {
    position: relative;
    display: block;
    padding: 110px 0px 120px;
    background-color: #ffffff;
}

.contact-form-area .sec-title {
    padding-bottom: 60px;
}

.contact-form-area .sec-title .big-title {
    padding: 0 0 16px;
}

.contact-form-area .sec-title p {
    color: #777777;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    margin: 0;
}

.contact-form {
    position: relative;
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 25px;
    border-radius: 30px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 150px;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px;
    border-radius: 15px;
}

.contact-form form input[type="text"]:focus {
    color: #333;
    border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
    color: #333;
    border-color: #d4d4d4;
}

.contact-form form textarea:focus {
    color: #333;
    border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #777777;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #777777;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #777777;
}

.contact-form form button {
    position: relative;
    display: inline-block;
    background: #1b1e25;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Lato, sans-serif;
    padding: 22px 40px 22px;
    border-radius: 30px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.contact-form form button:hover {
    background: #333;
}

/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
}

.contactpage-company-info-box {
    position: relative;
    display: block;
}

.contactpage-company-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 47px;
}

.contactpage-company-info-box .footer-logo a {
    display: inline-block;
}

.contactpage-company-info-box .text {
    position: relative;
    display: block;
}

.contactpage-company-info-box .text p {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

.contactpage-company-info-box ul {
    position: relative;
    display: block;
    margin: 24px 0 50px;
}

.contactpage-company-info-box ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    margin-bottom: 30px;
}

.contactpage-company-info-box ul li:last-child {
    margin-bottom: 0;
}

.contactpage-company-info-box ul li .icon {
    position: absolute;
    top: 2px;
    left: 0;
}

.contactpage-company-info-box ul li .icon span:before {
    color: #333;
    font-size: 20px;
}

.contactpage-company-info-box ul li .title {
    position: relative;
    display: block;
}

.contactpage-company-info-box ul li .title h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.contactpage-company-info-box ul li .title h5 a {
    color: #777777;
}

.contactpage-company-info-box ul li .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}

.contactpage-company-info-box ul li .title h3 a {
    color: #777777;
}

.contactpage-company-info-box .social-links {
    position: relative;
    display: block;
    overflow: hidden;
}

.contactpage-company-info-box .social-links .title-follow {
    position: relative;
    display: inline-block;
    float: left;
    color: #333;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

.contactpage-company-info-box .social-links .social-links-style1 {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    margin-left: 20px;
}

.contactpage-company-info-box .social-links .social-links-style1 li {
    margin-bottom: 0;
    padding: 0;
}

.contactpage-company-info-box .social-links .social-links-style1 li a i {
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
}

.contactpage-company-info-box .social-links .social-links-style1 li a:hover i {
    color: #6B2C32;
    border-color: #6B2C32;
    background: transparent;
}

.google-map-area .map-outer {
    position: relative;
    display: block;
    padding-right: 70px;
}

.google-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 600px;
}

.google-map-area .map-outer .address-box {
    position: absolute;
    top: 30px;
    right: 0;
    width: 270px;
    background: #ffffff;
    box-shadow: 0px 4px 15px 2px rgba(219, 219, 219, 0.5);
    padding: 37px 30px 30px;
}

.google-map-area .map-outer .address-box h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 11px;
}

.google-map-area .map-outer .address-box p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #333 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

/* - Venu Section */
.venu-section {
    padding: 80px 0 0;
}

.venu-section .row {
    margin-left: -10px;
    margin-right: -10px;
}

.no-padding {
    padding: 0;
}

.venu-section .venu-box {
    /*    width: 20%;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.venu-section .venu-image-block {
    position: relative;
    border-radius: 0;
}

.top-type-row {
    margin-top: -50px;
}

.venu-image-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0));
}

.venu-section .venu-image-block img {
    border-radius: 0px;
    width: 100%;
}

.venu-section .venu-content {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: start;
    bottom: 0%;
    padding: 50px 30px 30px 30px;
    z-index: 1;
}

.venu-section .venu-content h5 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.72px;
    line-height: 42px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Lato", sans-serif !important;
    width: 45%;
}

/*------------------------------------------------------ CONTENT SECTION ------------------------------------------------------*/
.content-section {
    width: 100%;
    display: block;
    padding: 80px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.content-section .container {
    position: relative;
    z-index: 1;
}

.content-section .container-fluid {
    position: relative;
    z-index: 1;
}

.bottom-white {
    position: relative;
}

.bottom-white:before {
    content: "";
    width: 100%;
    height: 140px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottom-white:before .container {
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
    padding: 120px 0;
}

.pricing .pricing-item {
    background-color: #ffffff;
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid color-mix(in srgb, var(--primary-color), transparent 90%);
    border-radius: 10px;
    overflow: hidden;
}

.pricing .pricing-header {
    /*  background: linear-gradient(rgb(147 71 83 / 53%), rgb(145 67 80)), url(../img/pricing-bg.jpg) center center;*/
    background: #6B2C32;
    background-size: cover;
    text-align: center;
    padding: 32px;
    margin: -60px -40px 0;
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 50px;
    color: var(--contrast-color);
}

.pricing h4 {
    font-size: 40px;
    color: var(--contrast-color);
    font-weight: 400;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: color-mix(in srgb, var(--contrast-color), transparent 20%);
    font-size: 24px;
    padding: 0 10px;
}

.pricing ul {
    padding: 30px 0;
    list-style: none;
    color: color-mix(in srgb, var(--primary-color), transparent 30%);
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.pricing ul i {
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 20px;
    line-height: 0;
    display: inline-block;
}

.pricing ul .na {
    color: color-mix(in srgb, var(--primary-color), transparent 60%);
}

.pricing ul .na i {
    color: color-mix(in srgb, var(--primary-color), transparent 60%);
    font-size: 24px;
    padding-left: 4px;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--primary-color);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid var(--primary-color);
}

.pricing .buy-btn:hover {
    background: var(--primary-color);
    color: var(--contrast-color);
    border-color: var(--primary-color);
}

.pricing .featured {
    border-color: var(--primary-color);
}

.pricing .featured .pricing-header {
    /*  background: linear-gradient(color-mix(in srgb, var(--primary-color), transparent 10%), color-mix(in srgb, var(--primary-color), transparent 20%)), url("../img/pricing-bg.jpg") center center;*/
    background: #6B2C32;
}

.pricing .featured .buy-btn {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--contrast-color);
}

/*-------------------------------------------------- VIDEO BG --------------------------------------------------*/
.video-bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.video-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #D9C7B3;
    z-index: 1;
    opacity: 0.85;
}

.video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*------------------------------------------------------- CTA BOX -------------------------------------------------------*/
.cta-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    padding-right: 30px;
}

.cta-box .sec-title p {
    color: #6B2C32;
}

.cta-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 3px;
    color: #6b2c32;
    text-transform: uppercase;
}

.cta-box h2 {
    width: 100%;
    display: block;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 60px;
    color: #333;
    text-transform: capitalize;
    margin: 0;
}

.cta-box p {
    color: #333;
}

.cta-box h2 strong {
    font-weight: 600;
}

.view-more-button {
    margin: 20px 0 0;
}

.view-more-button .btn-two {
    border: 1px solid #6B2C32;
}

.video-sec-pic {
    width: 100%;
    height: 100%;
    max-height: 450px;
    overflow: hidden;
    object-fit: cover;
    padding: 0;
}

.video-sec-pic img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    object-fit: cover;
}

.cta-box .sec-title p {
    margin: 0px 0 10px;
}

/*------------------------------------------------------- Artists Section -------------------------------------------------------*/
.artist {
    padding: 80px 0;
    position: relative;
}

.artist-box {
    background-color: transparent;
    padding: 20px;
}

.artist-box img {
    width: 100%;
}

.artist-box h4 {
    font-size: 18px;
    margin: 5px 0 0;
    text-align: center;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    margin: 0 0 120px;
}

.about .our-story {
    padding: 40px;
    background-color: var(--background-color-2);
}

.about .our-story h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: color-mix(in srgb, #222, transparent 10%);
    margin: 0 0 15px;
}

.about .our-story h3 a {
    color: var(--primary-color)
}

.about .our-story p:last-child {
    margin-bottom: 0;
}

.about .apply-btn a {
    background: none;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.about .about-img {
    min-height: 400px;
    position: relative;
}

@media (min-width: 992px) {
    .about .about-img {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 600px;
    }
}

.about .about-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/*--------------------------------------------------------------
# LOGIN SIGNUP PAGE
--------------------------------------------------------------*/
.authentication-header {
    background: transparent;
    box-shadow: none;
    padding: 100px 0 0;
}

.authentication-header img {
    width: 100%;
    max-width: 200px;
}

.login-form .card-body h3 {
    font-size: 20px;
    margin: 0 0 30px !important;
}

.modal-footer {
    display: flex;
    align-items: center;
}

.login-form .card-body p,
.modal-footer p {
    font-size: 13px;
    color: #333;
    margin: 0
}

.form-check-label {
    font-size: 13px;
}

.close {
    padding: 1rem !important;
    border-radius: 2px !important;
}

.close:hover {
    background: #d9c7b3 !important;
}

#modal-help-desk .close {
    background: #6b2c32 !important;
    z-index: 9 !important;
    color: #fff !important;
    opacity: 1;
    margin: 0;
}

.form-check-input {
    margin-top: .5rem !important;
}

.product-filter-title .form-check-input {
    display: none;
}

.product-filter-title .form-check {
    padding-left: 0;
}

.form-check.form-check-inline .form-check-input {
    margin-top: 0 !important;
}

.modal-footer a {
    font-size: 13px;
}

.card {
    margin-bottom: 1.5rem;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    color: inherit;
}

.card .card-body {
    padding: 15px;
}

.modal-footer p:last-child {
    margin-bottom: 0;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0 0 3px;
}

.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 12px !important;
    text-transform: none;
    min-height: 40px;
    padding: 5px 12px;
    background-color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 5px;
    height: 40px;
    transition: all 0.5s;
}

.text-primary {
    color: #6B2C32 !important;
    opacity: 1;
}

.fs-14 {
    font-size: 0.8rem !important;
}

.footer-copyright {
    background: #D9C7B3;
    padding: 15px 0;
}

/*--------------------------------------------------------------
# Registeration-form
--------------------------------------------------------------*/
.register-form {
    padding: 80px 0;
}

.register-form .card-body {
    padding: 25px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 10px;
}

.register-form .form-sample h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 30px;
}

.register-form .buy-btn {
    display: inline-block;
    padding: 12px 80px;
    border-radius: 6px;
    color: var(--contrast-color);
    background: var(--primary-color);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid var(--primary-color);
    text-align: center;
}

.register-form .buy-btn:hover {
    background: var(--contrast-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.nav-pills .nav-link {
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 80px;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
}

.card-header {
    background-color: var(--contrast-color);
}

.btn-link {
    color: var(--primary-color);
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.7rem;
    line-height: 1.2;
    border-radius: .25rem;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(128 38 53 / 47%);
}

.btn-primary:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: var(--background-color);
    border-top: 1px solid var(--primary-color);
}

.register-form .form-control {
    font-size: 13px;
}

.artist-form textarea.form-control {
    height: 40px;
}

.artist-form input[type=checkbox],
.artist-form input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 13px !important;
    margin: -5px -21px 0 !important;
    padding: 0 !important;
}

.artist-form .dash-contact p a {
    color: #333
}

.artist-form .dash-contact p strong {
    margin-right: 12px;
    color: var(--primary-color);
}

/*--------------------------------------------------------------
# IMAGE DROPDOWN
--------------------------------------------------------------*/
.header-top-style2 .dropdown {
    position: static;
}

.header-top-style2 .dropdown button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.header-top-style2 .dropdown button i {
    color: #6b2c32;
    font-size: 20px;
    line-height: 30px;
}

.header-top-style2 .dropdown ul {
    position: absolute;
    left: 0%;
    right: 0;
    margin: 0 auto;
    padding: 20px 5px;
    background: #fff;
    transform-origin: top;
    /* transform: perspective(1000px) rotateX(-90deg); */
    transition: 0.5s;
    z-index: 1;
    width: 100%;
    border-radius: 0px;
    max-width: 1730px;
}

/*
.header-top-style2 .dropdown ul.active {
    transform: perspective(1000px) rotateX(0deg);
}
*/

.header-top-style2 .dropdown ul li {
    list-style: none;
}

.header-top-style2 .dropdown ul li a {
    display: block;
    padding: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-decoration: none;
    /* background: var(--accent-color); */
    border-bottom: none;
    /*    transition: 0.5s;*/
}

.header-top-style2 .dropdown ul li a:hover {
    color: #fff;
}

.mega-menu.mega-menu--multiLevel {
    /*    padding: 0;*/
}

.mega-menu.mega-menu--multiLevel li {
    width: 100%;
}

/*--------------------------------------------------------------
# FULL SCREEN SEARCH BAR
--------------------------------------------------------------*/
.close {
    position: absolute;
    top: 6px;
    right: 1rem;
    background: none;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 0.5rem 1.25rem;
    background: #6b2c32 !important;
    border-radius: 4px;
    outline: none;
    z-index: 2;
    opacity: 1;
}

#modal-register-popup .close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
}

.modal-header .close {
    padding: 0.3rem 0.6rem !important;
    margin: 0;
    right: 1.7rem;
    font-size: 12px;
    line-height: 17px;
}

.close:hover {
    background: #D62839;
}

.header-top-right-style2 {
    position: relative;
}

.search-box.search-elem {
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    /*    background: #FFFCF3;*/
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.inner_search {
    position: absolute;
    right: 0;
}

.search-box.search-elem .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-search .search-box.search-elem .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: none;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    padding: 8px 6px;
    background: #6b2c32;
    font-size: 1rem;
    color: white;
    font-size: 12px;
    border-radius: 3px;
}

.search-open .close {
    position: absolute;
    top: 0px;
    right: -1rem;
    padding: 0.3rem !important;
    font-size: 12px;
    background: #d9c7b3 !important;
    color: #333 !important;
}

.search-box.search-elem button.submit[disabled] {
    background: #6b2c32;
    color: #ffffff;
}

.search-box.search-elem input[type=text] {
    padding: 0px 0 0px 12px;
    font-size: 14px;
    width: 300px;
    font-weight: 300;
    border: none;
    border: none;
    transition: border 0.3s;
    border-radius: 0;
    background: #ffffff;
    margin: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #6b2c32;
    box-shadow: none;
}

/*
.search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 1.2rem;
    font-size: 18px;
    font-weight: 300;
    color: #999;
    transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
    top: 0px;
    color: white;
    font-size: 1rem;
}
*/
.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.new-search {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
}

.new-search i {
    color: #6b2c32;
    font-size: 14px;
    line-height: 31px;
}

.new-search:hover {
    color: #222;
}

.new-search:hover i {
    color: #222;
}

/*--------------------------------------------------------------
# ZIGZAG SLIDER
--------------------------------------------------------------*/
.best-sellers {
    padding: 80px 0;
    /*    background: #e5d7ca;*/
}

.zigzag-slider .item {
    position: relative;
    z-index: 0;
    margin: 15px 0 15px 0;
}

.zigzag-slider .item.three-fourth {
    padding: 80px 0
}

.zigzag-slider .item .best-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #660000;
    background: linear-gradient(180deg, rgba(102, 0, 0, 0) 0%, rgba(59, 0, 0, 0.75) 100%);
    border-radius: 6px;
}

.zigzag-slider .item.three-fourth .best-text {
    bottom: 10%;
}

.zigzag-slider .item .best-text {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
    visibility: hidden;
}

.zigzag-slider .item .best-text h4 {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px;
}

.zigzag-slider .item .best-text p {
    display: block;
    width: 100%;
    text-align: left;
    color: #eee;
    -webkit-transition: 500ms;
    transition: 500ms;
    font-size: 16px;
    line-height: 22px;
}

.zigzag-slider .item img,
.zigzag-slider .item.active img {
    filter: none;
    position: relative;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    border-radius: 0px;
}

.zigzag-slider .item:hover img {
    filter: none;
}

.zigzag-slider .item:hover .best-text {
    opacity: 1;
    visibility: visible;
    padding: 35px;
    z-index: 2;
}

.zigzag-slider .item {
    padding: 0px;
    transition: transform 0.4s ease;
}

.zigzag-slider .item img {
    width: 100%;
    display: block;
}

.zigzag-slider .owl-item:nth-child(odd) .item {
    transform: translateY(-20px);
}

.zigzag-slider .owl-item:nth-child(even) .item {
    transform: translateY(20px);
    margin: 80px 0;
}

.zigzag-slider .item h4 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Lato", sans-serif !important;
    margin-top: 10px;
    padding-left: 10px;
}

.collapse.show .list-group {
    background: #fcf9ef;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 15px;
}

.best-about p {
    text-align: justify;
}

/*--------------------------------------------------------------
# Popup Form
--------------------------------------------------------------*/
.modal-header {
    padding: 0;
    border: none;
}

#exampleModalProductcheck .modal-header {
    padding: 10px 20px;
    border: none;
}

.modal-dialog {
    max-width: 500px;
    margin: 3rem auto;
}

#exampleModalProductcheck .modal-dialog {
    max-width: 1200px;
    margin: 3rem auto;
}

.otp-input input {
    border: 2px solid #EBECED;
    margin: 0 10px;
}

.otp-input input.active {
    border: 2px solid #ef4a6c !important;
}

.password-strength span {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    margin-right: 10px;
    border-radius: 5px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

/*------------------------------------------------------- Artists Section -------------------------------------------------------*/
.artist.homepage {
    position: relative;
    text-align: center;
    padding: 0;
}

.artist.homepage p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.artist-bg-home {
    padding: 40px 0;
    background: #fef9f2;
}

.artist-box {
    background-color: transparent;
    padding: 20px;
}

/*
.artist-box:hover {
    background-color: #6B2C32;
    padding: 20px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
*/
.single-banner-slide .mob-slide,
.inner-page-banner .mob-slide {
    width: 100%;
    height: 100%;
}

.artist-list-banner .single-banner-slide p {
    color: #333;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
}

.partner-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.partner-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


.artist-box h4 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
    font-family: "Lato", sans-serif !important;
}

/*
.artist-box:hover h4 {
    color: #fff
}
*/
#preview-container {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}

.upload-element {
    margin: 0 0 10px;
}

.upload-element label {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    margin: 0;
}

.picture {
    background: #fff;
    width: 100%;
    height: 70px;
    border: none;
}

.picture:hover {
    background: #f4f4f4;
}

#preview-container img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

/* ****************sumo select********* */
.multiselect {
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 15px;
    position: relative;
    outline: none;
    width: 80%;
    height: 35px;
    font-size: 12px;
    padding: 10px;
    background: #fff;
}

#optionOne,
#optionTwo {
    width: 100%;
    height: 16px;
}

.mslabel {
    display: inline-block;
    width: 150px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 18px;
    outline: none;
}

.mstogglebtn {
    display: inline-block;
    float: right;
    width: 16px;
    text-align: center;
    outline: none;
}

.mslist {
    position: absolute;
    height: 0px;
    overflow: hidden;
    /* background: #fff;
    padding: 30px 0 0;*/
    width: 100%;
    top: 36px;
    left: 0;
}

.multiselect>.mstogglebtn:focus~*:last-child,
.multiselect>.mslist:last-child:hover,
.multiselect>*:last-child:focus,
.multiselect:focus-within .mslist {
    height: 100px;
    pointer-events: auto;
    overflow-y: scroll;
}

.msitem {
    position: relative;
    transition: background 400ms;
    background: #fff;
    padding: 10px;
}

.msitem:hover {
    background: #eee;
}

.msitem label {
    position: absolute;
    border-bottom: none;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: contents !important;
    align-items: center !important;
    font-weight: 500 !important;
    font-size: 12px;
}

.msitem:first-child label {
    border: none;
}

.msitem:last-child label {
    border-bottom: 0px;
}

.multiselect>*:not(:last-child):focus,
.mstogglebtn:focus,
.mslabel:focus,
.multiselect:focus {
    pointer-events: none;
    /* Causes second click to close */
}

/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/
.cart .cart-items {
    background-color: var(--surface-color);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cart .cart-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 50%));
    border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-items .cart-header {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.cart .cart-items .cart-header h5 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cart .cart-items .cart-item {
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
}

.cart .cart-items .cart-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.cart .cart-items .cart-item .product-info .product-image {
    width: 5.5rem;
    height: 5.5rem;
    min-width: 5.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-right: 1.25rem;
    background-color: var(--surface-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .cart .cart-items .cart-item .product-info .product-image {
        width: 4.5rem;
        height: 4.5rem;
        min-width: 4.5rem;
    }
}

.cart .cart-items .cart-item .product-info .product-details {
    flex: 1;
}

.cart .cart-items .cart-item .product-info .product-details .product-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    color: var(--heading-color);
    transition: color 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .product-title:hover {
    color: var(--accent-color);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-radius: 0.375rem;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.cart .cart-items .cart-item .product-info .product-details .remove-item {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.8125rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #dc3545;
    transition: width 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover {
    color: #dc3545;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover::after {
    width: 100%;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover i {
    transform: translateX(-2px);
}

.cart .cart-items .cart-item .price-tag .current-price {
    font-weight: 600;
    color: var(--heading-color);
    font-size: 1.05rem;
}

.cart .cart-items .cart-item .price-tag .original-price {
    text-decoration: line-through;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.cart .cart-items .cart-item .quantity-selector {
    display: inline-flex;
    align-items: center;
    border-radius: 2rem;
    overflow: hidden;
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.cart .cart-items .cart-item .quantity-selector:hover {
    border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn {
    background: none;
    border: none;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: -1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover {
    color: var(--accent-color);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover::before {
    transform: scale(1);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:active {
    transform: scale(0.95);
}

.cart .cart-items .cart-item .quantity-selector .quantity-input {
    width: 2.5rem;
    text-align: center;
    border: none;
    font-size: 0.9375rem;
    color: var(--heading-color);
    font-weight: 600;
    padding: 0.25rem 0;
    background-color: transparent;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input:focus {
    outline: none;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-inner-spin-button,
.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart .cart-items .cart-item .item-total {
    font-weight: 700;
    color: var(--heading-color);
    font-size: 1.125rem;
}

.cart .cart-items .cart-item .item-total span {
    position: relative;
    display: inline-block;
}

.cart .cart-items .cart-item .item-total span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    border-radius: 1px;
}

@media (max-width: 767.98px) {
    .cart .cart-items .cart-item {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
}

.cart .cart-items .cart-actions {
    padding-top: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.cart .cart-items .cart-actions .coupon-form .input-group {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.03);
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control {
    border-right: none;
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: 0.875rem;
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
    padding-left: 1.25rem;
    border-radius: 2rem 0 0 2rem;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: none;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.cart .cart-items .cart-actions .coupon-form .input-group .btn {
    border-radius: 0 2rem 2rem 0;
    font-size: 0.875rem;
    padding-right: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cart .cart-items .cart-actions .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.3s ease;
    border-radius: 2rem;
}

.cart .cart-items .cart-actions .btn i {
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-actions .btn:hover i {
    transform: rotate(15deg);
}

.cart .cart-summary {
    background-color: var(--surface-color);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: sticky;
    top: 6.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cart .cart-summary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.25rem;
    background: linear-gradient(90deg, color-mix(in srgb, var(--accent-color), transparent 50%), var(--accent-color));
    border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-summary .summary-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
}

.cart .cart-summary .summary-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 3rem;
    height: 2px;
    background-color: var(--accent-color);
    border-radius: 1px;
}

.cart .cart-summary .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    position: relative;
}

.cart .cart-summary .summary-item.discount {
    color: #28a745;
}

.cart .cart-summary .summary-item.discount .summary-value {
    background-color: rgba(40, 167, 69, 0.1);
}

.cart .cart-summary .summary-item .summary-label {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.cart .cart-summary .summary-item .summary-value {
    font-weight: 600;
    color: var(--heading-color);
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    transition: transform 0.3s ease;
}

.cart .cart-summary .summary-item .summary-value:hover {
    transform: translateX(-3px);
}

.cart .cart-summary .summary-item .shipping-options {
    width: 100%;
    padding: 0 1rem 1rem 1rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check {
    margin-bottom: 0.75rem;
    padding-left: 2rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check:last-child {
    margin-bottom: 0;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.125rem;
    margin-left: -2rem;
    background-color: var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    transition: all 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color), transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color), transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label {
    font-size: 0.875rem;
    color: var(--default-color);
    transition: color 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label:hover {
    color: var(--accent-color);
}

.cart .cart-summary .summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.75rem 0;
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, color-mix(in srgb, var(--accent-color), transparent 95%), color-mix(in srgb, var(--background-color), transparent 95%));
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.cart .cart-summary .summary-total .summary-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--heading-color);
}

.cart .cart-summary .summary-total .summary-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--heading-color);
    position: relative;
}

.cart .cart-summary .summary-total .summary-value::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    border-radius: 1px;
}

.cart .cart-summary .checkout-button {
    margin-bottom: 1rem;
}

.cart .cart-summary .checkout-button .btn {
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cart .cart-summary .checkout-button .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 30%));
    z-index: -1;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
}

.cart .cart-summary .checkout-button .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .cart-summary .checkout-button .btn:hover::before {
    transform: translateX(0);
}

.cart .cart-summary .checkout-button .btn:hover i {
    transform: translateX(0.25rem);
}

.cart .cart-summary .checkout-button .btn i {
    transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping {
    margin-bottom: 1.5rem;
}

.cart .cart-summary .continue-shopping .btn-link {
    color: var(--accent-color);
    text-decoration: none;
    font-size: 0.9375rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    transition: all 0.3s ease;
    border-radius: 2rem;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.cart .cart-summary .continue-shopping .btn-link i {
    transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping .btn-link:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.cart .cart-summary .continue-shopping .btn-link:hover i {
    transform: translateX(-0.25rem);
}

.cart .cart-summary .payment-methods {
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding-top: 1.25rem;
}

.cart .cart-summary .payment-methods .payment-title {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 0.75rem;
    text-align: center;
}

.cart .cart-summary .payment-methods .payment-icons {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.cart .cart-summary .payment-methods .payment-icons i {
    font-size: 1.5rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    transition: all 0.3s ease;
}

.cart .cart-summary .payment-methods .payment-icons i:hover {
    color: var(--accent-color);
    transform: translateY(-3px);
}

.cart .btn-accent {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.cart .btn-accent:hover,
.cart .btn-accent:focus,
.cart .btn-accent:active {
    color: var(--contrast-color);
    background-color: color-mix(in srgb, var(--accent-color), #000 15%);
    border-color: color-mix(in srgb, var(--accent-color), #000 15%);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-accent:active {
    transform: translateY(0);
}

.cart .btn-outline-accent {
    color: var(--accent-color);
    border-color: var(--accent-color);
    background-color: transparent;
}

.cart .btn-outline-accent:hover,
.cart .btn-outline-accent:focus,
.cart .btn-outline-accent:active {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-accent:active {
    transform: translateY(0);
}

.cart .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
}

.cart .btn-outline-danger:hover,
.cart .btn-outline-danger:focus,
.cart .btn-outline-danger:active {
    color: var(--contrast-color);
    background-color: #dc3545;
    border-color: #dc3545;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-danger:active {
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .cart .cart-summary {
        position: static;
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {

    .cart .cart-items,
    .cart .cart-summary {
        padding: 1.5rem;
    }
}



/*--------------------------------------------------------------
# Order Checkout
--------------------------------------------------------------*/
.address-selection {
    display: block;
}

.btn-one.add-address {
    margin: 0 0 20px;
}

.address-card {
    display: flex;
    align-items: flex-start;
    border: 2px solid #d9c7b3;
    background: #d9c7b3;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.address-card input[type="radio"] {
    margin-right: 12px;
    transform: scale(1.2);
    cursor: pointer;
    accent-color: #7f2634;
}

.address-card:hover {
    border-color: #7f2634;
}


.address-card input[type="radio"]:checked+.card-content {
    border-left: none;
    padding-left: 10px;
}

.address-card .card-content h4 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px;
}

.address-card .card-content {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# New Search
--------------------------------------------------------------*/
.my-hidden-element {
    display: none;
    position: relative;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.hidden-sec {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0;
}

.hidden-sec form {
    width: 100%;
    display: contents;
}

.my-hidden-element.active {
    display: block;
}

.hidden-searchbar {
    width: 85%;
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
}

.trending-div {
    padding: 20px 20px;
}

.trending-div h4 {
    font-size: 16px;
    margin: 0 0 20px;
}

.trending-div ul {
    list-style: none;
    margin: 10px 0;
}

.trending-div ul li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.trending-div ul li a {
    font-size: 12px;
    padding: 4px 6px;
    background: #f9f6f2;
    border: 1px solid #f9f6f2;
    border-radius: 4px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
}

.trending-div ul li a:hover {
    color: #ffffff;
    border: 1px solid #6B2C32;
    background: #6B2C32;
    outline: none;
}

.submit.searchData {
    display: inline-block;
    background: transparent;
    color: #28231e;
    font-size: 14px;
    /* /* line-height: 16px; * */
    font-weight: 600;
    padding: 0 20px;
    height: 60px;
    border: 1px solid #6B2C32;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: Lato, sans-serif;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    letter-spacing: 1px;
}

input.hidden-searchbar::placeholder {
    color: #E3E3E3
}

/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/
.cart .cart-items {
    background-color: var(--surface-color);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cart .cart-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 50%));
    border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-items .cart-header {
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.cart .cart-items .cart-header h5 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--heading-color);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cart .cart-items .cart-item {
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
}

.cart .cart-items .cart-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.cart .cart-items .cart-item .product-info .product-image {
    width: 5.5rem;
    height: 5.5rem;
    min-width: 5.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-right: 1.25rem;
    background-color: var(--surface-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .cart .cart-items .cart-item .product-info .product-image {
        width: 4.5rem;
        height: 4.5rem;
        min-width: 4.5rem;
    }
}

.cart .cart-items .cart-item .product-info .product-details {
    flex: 1;
}

.cart .cart-items .cart-item .product-info .product-details .product-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    color: var(--heading-color);
    transition: color 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .product-title:hover {
    color: var(--accent-color);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-radius: 0.375rem;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.cart .cart-items .cart-item .product-info .product-details .remove-item {
    border: none;
    font-size: 0.8125rem;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 4px 6px;
    background: #d9c7b3;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 15px;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #dc3545;
    transition: width 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover {
    color: #6b2c32;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover::after {
    width: 100%;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item i {
    font-size: 0.875rem;
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover i {
    transform: translateX(-2px);
}

.cart .cart-items .cart-item .price-tag .current-price {
    font-weight: 600;
    color: var(--heading-color);
    font-size: 1.05rem;
}

.cart .cart-items .cart-item .price-tag .original-price {
    text-decoration: line-through;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.cart .cart-items .cart-item .quantity-selector {
    display: inline-flex;
    align-items: center;
    border-radius: 2rem;
    overflow: hidden;
    background: color-mix(in srgb, var(--background-color), transparent 50%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.cart .cart-items .cart-item .quantity-selector:hover {
    border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn {
    background: none;
    border: none;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: -1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover {
    color: var(--accent-color);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover::before {
    transform: scale(1);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:active {
    transform: scale(0.95);
}

.cart .cart-items .cart-item .quantity-selector .quantity-input {
    width: 2.5rem;
    text-align: center;
    border: none;
    font-size: 0.9375rem;
    color: var(--heading-color);
    font-weight: 600;
    padding: 0.25rem 0;
    background-color: transparent;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input:focus {
    outline: none;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-inner-spin-button,
.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart .cart-items .cart-item .item-total {
    font-weight: 700;
    color: var(--heading-color);
    font-size: 1.125rem;
}

.cart .cart-items .cart-item .item-total span {
    position: relative;
    display: inline-block;
}

.cart .cart-items .cart-item .item-total span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    border-radius: 1px;
}

@media (max-width: 767.98px) {
    .cart .cart-items .cart-item {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
}

.cart .cart-items .cart-actions {
    padding-top: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.cart .cart-items .cart-actions .coupon-form .input-group {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.03);
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control {
    border-right: none;
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: 0.875rem;
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
    padding-left: 1.25rem;
    border-radius: 2rem 0 0 2rem;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: none;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.cart .cart-items .cart-actions .coupon-form .input-group .btn {
    border-radius: 0 2rem 2rem 0;
    font-size: 0.875rem;
    padding-right: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cart .cart-items .cart-actions .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.3s ease;
    border-radius: 2rem;
}

.cart .cart-items .cart-actions .btn i {
    transition: transform 0.3s ease;
}

.cart .cart-items .cart-actions .btn:hover i {
    transform: rotate(15deg);
}

.cart .cart-summary {
    background-color: var(--surface-color);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: sticky;
    top: 6.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cart .cart-summary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.25rem;
    background: linear-gradient(90deg, color-mix(in srgb, var(--accent-color), transparent 50%), var(--accent-color));
    border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-summary .summary-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
}

.cart .cart-summary .summary-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 3rem;
    height: 2px;
    background-color: var(--accent-color);
    border-radius: 1px;
}

.cart .cart-summary .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    position: relative;
}

.cart .cart-summary .summary-item.discount {
    color: #28a745;
}

.cart .cart-summary .summary-item.discount .summary-value {
    background-color: rgba(40, 167, 69, 0.1);
}

.cart .cart-summary .summary-item .summary-label {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.cart .cart-summary .summary-item .summary-value {
    font-weight: 600;
    color: var(--heading-color);
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    transition: transform 0.3s ease;
}

.cart .cart-summary .summary-item .summary-value:hover {
    transform: translateX(-3px);
}

.cart .cart-summary .summary-item .shipping-options {
    width: 100%;
    padding: 0 1rem 1rem 1rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check {
    margin-bottom: 0.75rem;
    padding-left: 2rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check:last-child {
    margin-bottom: 0;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.125rem;
    margin-left: -2rem;
    background-color: var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
    transition: all 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color), transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:focus {
    box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--accent-color), transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label {
    font-size: 0.875rem;
    color: var(--default-color);
    transition: color 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label:hover {
    color: var(--accent-color);
}

.cart .cart-summary .summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.75rem 0;
    padding: 0;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, color-mix(in srgb, var(--accent-color), transparent 95%), color-mix(in srgb, var(--background-color), transparent 95%));
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.cart .cart-summary .summary-total .summary-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--heading-color);
}

.cart .cart-summary .summary-total .summary-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--heading-color);
    position: relative;
}

.cart .cart-summary .summary-total .summary-value::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    border-radius: 1px;
}

.cart .cart-summary .checkout-button {
    margin-bottom: 1rem;
}

.cart .cart-summary .checkout-button .btn {
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cart .cart-summary .checkout-button .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 30%));
    z-index: -1;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
}

.cart .cart-summary .checkout-button .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .cart-summary .checkout-button .btn:hover::before {
    transform: translateX(0);
}

.cart .cart-summary .checkout-button .btn:hover i {
    transform: translateX(0.25rem);
}

.cart .cart-summary .checkout-button .btn i {
    transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping {
    margin-bottom: 1.5rem;
}

.cart .cart-summary .continue-shopping .btn-link {
    color: var(--accent-color);
    text-decoration: none;
    font-size: 0.9375rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    transition: all 0.3s ease;
    border-radius: 2rem;
    background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.cart .cart-summary .continue-shopping .btn-link i {
    transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping .btn-link:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.cart .cart-summary .continue-shopping .btn-link:hover i {
    transform: translateX(-0.25rem);
}

.cart .cart-summary .payment-methods {
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding-top: 1.25rem;
}

.cart .cart-summary .payment-methods .payment-title {
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 0.75rem;
    text-align: center;
}

.cart .cart-summary .payment-methods .payment-icons {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.cart .cart-summary .payment-methods .payment-icons i {
    font-size: 1.5rem;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    transition: all 0.3s ease;
}

.cart .cart-summary .payment-methods .payment-icons i:hover {
    color: var(--accent-color);
    transform: translateY(-3px);
}

.cart .btn-accent {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.cart .btn-accent:hover,
.cart .btn-accent:focus,
.cart .btn-accent:active {
    color: var(--contrast-color);
    background-color: color-mix(in srgb, var(--accent-color), #000 15%);
    border-color: color-mix(in srgb, var(--accent-color), #000 15%);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-accent:active {
    transform: translateY(0);
}

.cart .btn-outline-accent {
    color: var(--accent-color);
    border-color: var(--accent-color);
    background-color: transparent;
}

.cart .btn-outline-accent:hover,
.cart .btn-outline-accent:focus,
.cart .btn-outline-accent:active {
    color: var(--contrast-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-accent:active {
    transform: translateY(0);
}

.cart .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
}

.cart .btn-outline-danger:hover,
.cart .btn-outline-danger:focus,
.cart .btn-outline-danger:active {
    color: var(--contrast-color);
    background-color: #dc3545;
    border-color: #dc3545;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.sq_img {
    border-radius: 0 !important;
}

.cart .btn-outline-danger:active {
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .cart .cart-summary {
        position: static;
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {

    .cart .cart-items,
    .cart .cart-summary {
        padding: 0rem;
    }
}

.main-header.main-header-style3 .navbar {
    background: #fff;
    padding: 20px 0;
    /*    box-shadow: 1px 3px 4px 0 #adadad33;*/
}

.main-header.main-header-style3 .navbar-brand {
    max-width: 195px;
    padding-left: 15px;
}

/*
.main-header.main-header-style3 .navbar-light .navbar-nav .nav-link {
    color: #1ebdc2;
}

.main-header.main-header-style3 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}
*/
.main-header.main-header-style3 .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.main-header.main-header-style3 .navbar-light .navbar-nav .nav-link {
    position: relative;
    display: block;
    color: #333;
    font-size: 13.5px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 0 40px;
    transition: all 500ms ease;
    letter-spacing: 1px;
    opacity: 1;
    /*    font-family: "Cinzel", serif;*/
}

.main-header.main-header-style3 .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    transition: 0.3s;
    color: var(--accent-color);
}

.main-header.main-header-style3 .navbar-light .navbar-nav .nav-link:after {
    border: none !important;
}

.main-header.main-header-style3 .dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background: none !important;
}

.main-header.main-header-style3 .sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.main-header.main-header-style3 .dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
    padding: 0;
}

.main-header.main-header-style3 .dropdown-item.active,
.dropdown-item:active {
    text-decoration: underline;
}

.main-header.main-header-style3 .navbar-toggler {
    outline: none !important;
    border: none;
    padding: .25rem 0rem;
}

.main-header.main-header-style3 .navbar-tog {
    color: #1ebdc2;
}

.main-header.main-header-style3 .megamenu-li {
    position: static;
}

.main-header.main-header-style3 .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.megamenu h6,
.megamenu h6 a {
    margin: 0px;
    font-weight: 600;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 12px;
}

.megamenu {
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    border: none;
    padding-top: 0;
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    z-index: 1000;
}

.megamenu.show {
    display: block !important;
}

/* --------------------------------------------------------------
SHIPPING
-------------------------------------------------------------- */
.shipping {
    padding: 60px 0;
}

.pro-detail-accordion .accordion-head i {
    font-size: 16px;
    line-height: 26px;
    font-weight: lighter;
    float: right;
    color: #222;
}

.ship-img {
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
}

.ship-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
}

.pro-detail-accordion .accordion-head>.collapsed>i:before {
    content: "\f067";
}

.pro-detail-accordion .card {
    border: none;
    border-bottom: none;
    border-radius: 0;
    margin: 0;
}

.pro-detail-accordion .card-header {
    background-color: transparent;
    border-bottom: 1px solid #d1d1d1;
    border-radius: none;
    padding: 15px 35px;
}

.pro-detail-accordion .card-header:first-child {
    border-radius: 0;
    margin: 0;
}

.pro-detail-accordion .collapse.show {
    padding: 0 20px 10px;
}

.page-linking {
    background: #D9C7B3;
    padding: 60px 0;
    text-align: center;
}

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

.p-links ul li {
    display: inline;
    padding: 10px 40px;
    border-right: 1px solid #bfa387;
}

.p-links ul li:last-of-type {
    border: none;
}

.p-links ul li a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.p-links ul li a:hover {
    color: #6B2C32;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

#refunds,
#return,
#c-faq,
#cancellation,
#delivery {
    padding: 60px 0;
}

/* --------------------------------------------------------------
FOUNDER
-------------------------------------------------------------- */
.foun-main-img {
    height: 400px;
    overflow: hidden;
    object-fit: cover;
}

.foun-main-img img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
}

.founder-text-1 {
    background: var(--accent-color);
    padding: 80px 0;
}

.story-image-box img {
    width: 100%;
    max-width: 800px;
}

.botm-abt {
    position: relative;
    padding: 30px 0;
}

.botm-abt::before {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background: var(--primary-color);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.botm-abt::after {
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.botm-abt em {
    font-size: 25px;
    line-height: 35px;
}

.founder-text-1 h1 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 600;
    text-align: left;
}

.founder-text-1 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    text-align: left;
}

.founder-text-2 {
    padding: 80px 0;
}

.founder-text-2 h2 {
    color: #333;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
}

.founder-text-2 p {
    text-align: center;
}

.founder-text-2 ul {
    /*			padding: 0;*/
    margin: 0 0 30px;
    font-weight: 600;
}

.founder-text-2 ul li {
    font-weight: 400;
    padding: 9px 0 0 0;
}

.founder-text-center {
    background: var(--accent-color);
    padding: 80px;
    position: relative;
    text-align: end;
    margin: 80px 0 0;
}

.founder-text-center h2 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
}

.founder-text-center p {
    color: #fff;
    text-align: center;
}

.founder-text p {
    text-align: left;
}

.founder-text ul {
    list-style: square;
    padding-left: 20px;
    margin: 12px 0 40px 0;
}

.founder-text h5 {
    font-size: 18px;
    line-height: 28px;
}

.founder-bottom {
    margin: 80px 0 0;
    text-align: center;
    padding: 40px;
    background: #d9c7b3;
}

.founder-bottom h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bolder;
    color: #333;
    text-align: center;
    width: 60%;
    margin: auto;
}

/* --------------------------------------------------------------
SHAMBHALA ABOUT US PAGE
-------------------------------------------------------------- */
.about-new-sec {
    padding: 80px 0;
}

.about-new-border {
    background: #fff;
    padding: 60px 60px 60px 60px;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.read-more-para {
    text-align: left !important;
}

.about-read {
    display: block;
    float: right;
    padding-top: 20px;
    text-transform: uppercase;
}

.about-new-second-sec {
    padding: 80px 0 10px 0;
}

.about-new-sec h5 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif !important;
}

.about-new-text h2 {
    font-size: 35px !important;
    line-height: 48px;
}

.about-new-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-new-img img {
    width: 100%;
    /*background: #fff;*/
}

.founder-new-sec {
    padding: 0px 0 0;
}

.team-name {
    text-align: center;
    padding: 30px 0 0;
}

.team-name h4 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 30px;
}

.team-name p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: justify !important;
}

.team-name p.text-center {
    text-align: center !important;
}

.read-more {
    font-size: 14px;
}

.creative-team,
.about-new-img {
    letter-spacing: 0 !important;
}

/*
.our-story-sec {
    padding: 80px 0;
}

.about-style1-content.style2 {
    padding: 0px;
}

.about-style1-content .sec-title .big-title h1 {
    font-size: 35px;
    line-height: 45px;
}

.s-story-sec {
    padding: 80px 0;
}

.about-style1-content .inner-content h3 {
    color: #414141;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: justify;
}

.s-story-text {
    height: 100%;
}

.s-story-text-2 {
    background: var(--accent-color);
    padding: 60px;
    height: 100%;
}

.s-story-text p:last-of-type,
.s-story-text-2 p:last-of-type {
    margin: 0;
}

.s-story-text-2 h4 {
    color: #fff;
    margin: 80px 0 12px;
}

.s-story-text-2 h5 {
    color: #fff;
}

.s-story-text-2 p {
    color: #ddd;
}
*/

/* --------------------------------------------------------------
FOOTER SOCIAL ICONS
-------------------------------------------------------------- */
.icon-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 6px;
    transition: all 0.3s ease;
    color: white;
    font-size: 11px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook,
.twitter,
.google,
.youtube,
.linkedin,
.youtube {
    background: #6B2C32;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

/* --------------------------------------------------------------
POP-UP
-------------------------------------------------------------- */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 100px auto;
    padding: 40px;
    background: var(--accent-color);
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    padding: 0 5px !important;
}

.upload-f.form-control {
    min-height: 60px;
}

.popup .close:hover {
    color: var(--accent-color);
}

.popup .content {
    max-height: 30%;
}

input::file-selector-button {
    /* Basic styling */
    background-color: var(--accent-color);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.popup-bottom {
    margin: 25px 0 0;
    text-align: center;
}

.popup-bottom button {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    background-color: var(--primary-color);
    cursor: pointer;
}

#notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f44336;
    /* default red */
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

a.badge-warning {
    margin: 0 10px 0 0;
}

a.badge-warning i {
    font-size: 14px !important;
}

.artist-req-table .action-btn-grp {
    width: 100%;
    display: flex;
    gap: 3px;
}

.artist-req-table .action-btn-grp a,
.badge-warning {
    border: 1px solid #6B2C32;
}

.artist-req-table .action-btn-grp a:hover,
.badge-warning:hover {
    background-color: transparent !important;
    border: 1px solid #6B2C32;
    color: #6B2C32;
}

.produ__img {
    position: relative;
}

.prod-count {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    border-radius: 50%;
    background-color: #6B2C32;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-count span {
    font-weight: 600;
    color: #fff;
    font-size: 11px;
}

.produ__img h5 {
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
}

/*.dropdown-menu.show {*/
/*    min-width: 175px;*/
/*}*/
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
    font-size: 12px;
}

.single-exhibition-box.style4 {
    min-width: 240px !important;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.empty_cart {
    text-align: center;
    padding: 20vh 0;
}

.empty_cart h3 {
    padding: 20px 0;
    font-size: 30px;
}

.direct_cart_add {
    padding-right: 0;
    background: #fff;
    padding: 40px;
}

.direct_cart_add .input-box {
    margin: 0 0 15px;
}

.direct_cart_add h3 {
    padding-left: 15px;
}

.D-checout {
    padding: 40px 0 80px 0;
}

.D-checout .product-head {
    padding-bottom: 50px;
}

.New_select {
    position: relative;
    display: inline-flex;
}

.New_select .quantity-btn {
    width: 30px !important;
    height: 30px;
    display: inline-block;
    background: transparent;
    border: 1px solid #6b2c32;
    border-radius: 6px;
    align-items: center;
}

.New_select .quantity-input {
    width: 50px !important;
    height: 30px;
    display: inline-block;
    background: transparent;
    border: none;
    border-radius: 0px;
    align-items: center;
    text-align: center;
}

.cart_item_d {
    background: #fff;
    padding: 15px;
    width: 100%;
    float: left;
}

.message.text-danger {
    font-size: 11px;
}

.btn.btn-secondary.user-login {
    color: #333;
    background-color: #d9c7b3;
    border-color: #d9c7b3;
    font-weight: bolder;
}

.cart-gift {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    padding: 0 15px;
}

.del-prod {
    display: inline-block;
    padding: 3px 14px;
    font-size: 11px;
    line-height: 23px;
    color: #333;
    background-color: #d9c7b3;
    border-color: #d9c7b3;
    font-weight: bolder;
    margin: 0 0 0 20px;
    border-radius: 4px;
}

.del-prod i {
    font-size: 16px;
    line-height: 23px;

}

.Subtotal,
#tax-row,
#gift-wrapping-row,
#shipping {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.gift-wrap,
.wrap-value {
    font-size: 12px;
}

#total {
    padding: 10px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#total h5,
#grand-total {
    font-size: 20px;
    font-weight: 900;
    font-family: "Lato", sans-serif !important;
}

#rzp-pay-now {
    height: 50px;
    font-size: 15px;
    width: 250px;
}

.continue-btn {
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #6B2C32;
    color: #6B2C32;
    line-height: 25px;
    font-weight: 600;
    padding: 6px 12px;
    letter-spacing: 1px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 0 0 20px;
}

.pay-now .Order_btn,
.pay-now a.continue-btn {
    width: auto;
    border-radius: 6px;
    font-size: 14px;

}

.pay-now {
    margin: 50px auto 0 !important;
    display: flex;
    justify-content: end;
}

.continue-shopping {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.Order_btn {
    background: #6b2c32;
    color: #fff;
    padding: 10px 25px;
}

.product-head h6 {
    font-weight: bold;
    font-size: 30px;
    padding-top: 45px;
}

.pro-detail-accordion p,
.pro-detail-accordion ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

.prod-radio-img {
    position: relative;
}

.deleteImage,
.uploadImage {
    position: absolute;
    top: 5%;
    right: 8%;
    background: #6b2c32;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deleteImage i,
.uploadImage i {
    color: #fff;
    font-size: 10px;
}



.deleteImageTemp,
.uploadImage {
    position: absolute;
    top: 5%;
    right: 8%;
    background: #6b2c32;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deleteImageTemp i,
.uploadImage i {
    color: #fff;
    font-size: 10px;
}

.blog-details-content ul {
    padding-left: 25px;
    padding-top: 10px;
}

.blog-details-content ul li,
.blog-details-content p,
.blog-details-content span {
    padding-bottom: 12px;
    font-size: 16px !important;
    line-height: 21px !important;
    font-family: "Lato", sans-serif !important;
}

.blog-details-content p {
    margin: 0px;
}

.blog-details-content h1 {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 10px;
}

.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 10px;
}

.rating-bar0 {
    padding: 0 15px;
}

.rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #6b2c32;
    color: #fff;
}

.rating-box h2 {
    color: #fff;
}

.rating-label {
    font-weight: bold;
}

/* Rating bar width */
.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}

/* Individual bars */
.bar-5 {
    width: 70%;
    height: 13px;
    background-color: #6b2c32;
    border-radius: 20px;

}

.bar-4 {
    width: 30%;
    height: 13px;
    background-color: #6b2c32;
    border-radius: 20px;

}

.bar-3 {
    width: 20%;
    height: 13px;
    background-color: #6b2c32;
    border-radius: 20px;

}

.bar-2 {
    width: 10%;
    height: 13px;
    background-color: #6b2c32;
    border-radius: 20px;

}

.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #6b2c32;
    border-radius: 20px;

}

td {
    padding-bottom: 10px;
}

.open-rating {
    background: #6b2c32 !important;
    color: #fff;
}

.open-rating:hover {
    background: #744348 !important;
    color: #fff;
    border: 1px solid #fff;
}

.star-active {
    color: #6b2c32;
    margin-top: 10px;
    margin-bottom: 10px;
}

.star-active:hover {
    color: #6b2c32;
    cursor: pointer;
}

.star-inactive {
    color: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blue-text {
    color: #0091EA;
}

.content {
    font-size: 14px !important;
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 30px;
}

.PRO_COM_IMG {
    padding-left: 75px;
}

.pic {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.vote {
    cursor: pointer;
}

.read_mor a {
    font-size: 11px;
    font-weight: bolder;
    background: var(--primary-color);
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 3px;
}

.read_mor a:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.product__det__section .carousel-control-next,
.product__det__section .carousel-control-prev {
    top: -23%;
}

.product__det__section .carousel-indicators {
    width: 100%;
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-indicators li {
    width: 100%;
    height: auto;
    text-indent: 0;
}

.product__det__section .carousel-indicators .item.active {
    background: transparent;
}

.product__det__section .carousel-indicators .item.active img {
    opacity: 0.7;
}

.prod__det__pic {
    height: 650px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 12px;
    object-position: center center;

}

.prod__det__pic img {
    width: 100%;
    height: 650px;
    object-fit: contain;
    overflow: hidden;
    border-radius: 12px;
    object-position: top center;
}

.prod__thumb {
    height: 120px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.prod__thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.prod__video__pic {
    position: relative;
    height: 550px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
}

.prod__video__pic img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 12px;
}

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 0.9rem;
    font-weight: 100;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f068";
}

.accordion.prod__accord #headingOne,
.accordion.prod__accord #headingTwo,
.accordion.prod__accord #headingThree,
.accordion.prod__accord #headingFour {
    border-bottom: 1px solid #d1d1d1;
}

.accordion.prod__accord .card {
    border-bottom: 1px solid #d1d1d1 !important;
    margin-bottom: 0;
}

.collapsible-link {
    font-family: 'Open Sans';
}

.collapsible-link.btn-link:hover {
    text-decoration: none;
}

.card-header {
    padding: .75rem 0rem;
}

.card.rating-count .rating-label {
    font-size: 11px;
    font-weight: normal
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    font-size: 12px;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    line-height: 25px !important;
}

.select2-selection.select2-selection--single {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 25px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    font-size: 12px;
    line-height: 25px !important;
    color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5b5b5b !important;
}

.selectpicker.art-select.factSelect .bootstrap-select .dropdown-menu.inner,
.bootstrap-select .dropdown-menu.inner,
.selectpicker.art-select.factSelect .dropdown-menu.show {
    position: absolute !important;
    top: 40px !important;
    left: 0 !important;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 100% !important;
    max-width: 220px !important;
    max-height: 350px !important;
    overflow-y: scroll !important;
    z-index: 1 !important;
}

.bootstrap-select.show-tick .dropdown-menu.show {
    position: absolute !important;
    top: 60px !important;
    left: 0 !important;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 100% !important;
    max-width: 220px !important;
}

/*
.dropdown-menu.show {
    display: block;
    min-width: 65%;
    float: left;
}
*/
.selectpicker input {
    height: 60px !important;
}

.bs-searchbox {
    height: 300px !important;
    /*	overflow-y: scroll!important;*/
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 90px !important;
    padding-left: 90px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.dashboard-page .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}





/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/


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

@media (max-width: 1442px) {
    /*
	    .venue-grid > .col-md-4 {
        height: 400px;
    }
    .venue-grid > .col-md-6 {
        height: 563px;
    }
*/

}

@media (max-width: 1367px) {
    .about-two__sclupture {
        bottom: -200px;
        left: 250px;
    }

    .art-style3-area,
    .best-sellers,
    .venu-section,
    .exhibitions-area,
    .event-two,
    .content-section,
    .artist,
    .latest-blog-style3-area,
    .about-home,
    .footer-style3-area {
        padding: 0px 15px;
    }

    .exhibitions-area.products-page.gallery-page .single-exhibition-box .img-holder {
        height: 450px;
    }

    .Home_vendor.content-section {
        padding: 50px !important;
    }

    .event-two,
    .footer-style3-area {
        padding: 50px 0 !important;
    }

    .artist-box h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .sec-title .big-title h1,
    .cta-box h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .testimonial-style1-box .top {
        padding: 0;
        margin: 0;
    }

    .testi-div-bg {
        padding: 40px 20px 20px;
        /* height: 475px; */
    }

    .about-style1-content {
        padding-top: 50px;
    }

    .partner-style3-area {
        padding-top: 80px;
    }

    .partner-box {
        padding-bottom: 0;
    }

    .footer-bottom-style3 {
        padding-top: 30px;
    }

    .about-two__image {
        margin-top: 0;
        position: relative;
        left: 40px;
    }

    .rev_slider.fullwidthabanner.revslider-initialised.tp-simpleresponsive.rev_redraw_on_blurfocus {
        height: 650px !important;
    }

    .main-slider.style3 .slide-content .big-title {
        font-size: 55px !important;
        line-height: 60px !important;
    }

    .zigzag-slider .item:hover .best-text {
        padding: 20px;
    }

    .zigzag-slider .item .best-text p {
        font-size: 14px;
        line-height: 19px;
    }

    .zigzag-slider .item .best-text h4 {
        font-size: 25px;
        margin: 0 0 8px;
    }

    .single-banner-slide h2 {
        font-size: 37px;
        line-height: 47px;
    }

    .single-banner-slide p {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-text .btn-one {
        font-size: 18px;
        padding: 20px 30px;
    }

    .venue-grid>.col-md-6 {
        height: 563px;
    }

    .venue-grid>.col-md-4 {
        height: 465px;
    }

    .product-head ul li .prod-thumb h5 {
        font-size: 12px;
        line-height: 17px;
    }

    .product-head ul li {
        margin: 5px 20px !important;
    }
}

small.text-danger {
    font-size: 16px;
}

.exhibitions-area.products-page,
.products-page.gallery-page {
    padding: 30px 0 !important;
}

.hidetesting {
    margin-bottom: 5px !important;
}

.hidetesting a {
    font-size: 12px !important;
}

.Special_listing .img-holder {
    height: 550px !important;
}

.row>.Special_listing:nth-child(odd) {
    padding-right: 50px !important;
}

.row>.Special_listing:nth-child(even) {
    padding-left: 50px !important;
}


@media screen and (max-width: 767px) {
    .popup {
        width: 70%;
    }

    .inner_search {
        position: absolute;
        left: 0;
    }

    .search-box.search-elem input[type=text] {
        width: auto;
    }

    .search-box.search-elem button.submit {
        top: 0px;
        left: -5px;
        padding: 9px 25px;
        width: 55px;
    }

    .search-box.search-elem label.placeholder {
        top: 9px;
        left: 6rem;
        font-size: 18px;
    }

    .D-checout .product-head {
        padding-bottom: 20px;
    }

    .debug-covered .product-image img {
        max-width: 60px !important;
    }

    .debug-covered .flex-grow-1.px-3 {
        padding: 0 !important;
    }

    .debug-covered .d-flex.justify-content-between.align-items-center {
        display: inline-block !important;
    }

    .debug-covered .text-end {
        padding: 12px 0px 0 15px;
        line-height: 18px;
        font-size: 12px;
    }

    .produ__img h5 {
        padding: 0 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .direct_cart_add .form-check-input {
        margin-top: 0 !important;
    }

}

@media only screen and (max-width: 1645px) {
    .artist-profile {
        padding: 20px 20px !important;
        margin: 15px 0 0 !important;
    }

    .dropdown .dropdown-toggle:after {
        font-size: 14px !important;
        color: #777 !important;

    }
}

.artist-next-pre {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    justify-content: space-between;
}

.pre,
.next {
    padding: 0 0px
}

.pre a i,
.next a i {
    font-size: 24px;
}