body {
    margin: 0;
    padding: 0;
    background: rgb(0, 0, 0);
    color: #fff;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
    font-family: "Inter", sans-serif;
}

html.lenis,
html.lenis body {
    height: auto;
    overflow-x: hidden;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kalnia", serif;
    font-weight: 400;
    font-family: "Ibarra Real Nova", serif;
    font-family: "scotch-display-condensed", sans-serif;

}

.navbar-brand img {
    width: 100px;
}

.nav-item {
    padding: 0 25px;
}

.nav-link,
.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.show {
    color: #fff;
}

.navbar button {
    background: transparent;
    border: none;
    color: #fff;

}

.bg-hero video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

header:hover {
    background: #000;
}

.dropdown-toggle::after {
    content: '\f078';
    font-family: 'fontAwesome';
    border: none;
    font-size: 10px;
    vertical-align: middle;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    padding: 35px 55px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 2px 6px 1px rgba(0, 0, 0, .05);
    background: #000;
    margin: 0;
}

.drop-wrap {
    border-right: 1px solid rgb(23 18 25 / 15%);
    height: 100%;
}

.drop-wrap .dropdown-item {
    padding: 0;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}

.megamenu .dropdown-menu h2 {
    font-size: clamp(1.9666rem, 1.4047rem + 1.8729vw, 2.8094rem);
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
}

.dropdown-menu p {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}

.drop-wrap .dropdown-item {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.best-bx img {
    width: 100%;
    margin-bottom: 15px;
}

.best-bx h5 {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}

.bg-hero {
    height: 100vh;
    overflow: hidden;
}

.sec-pad {
    padding-top: 100px;
    padding-bottom: 60px;
}

.top-heading-text {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    font-family: "Inter", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-heading {
    margin: 10px 0px 0px 0px;
    font-size: 70px;
    line-height: 60px;
    font-weight: normal;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.carousel-content {
    display: flex;
    gap: 60px;
}

.carousel-content .media-container {
    width: 40%;
    position: relative;
}

.carousel-content .text-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.carousel-content .text-content .pagination-title {
    display: none !important;
}

.carousel-content .text-content .title {
    font-size: 70px;
}

.button-wrapper .button {
    padding: 10px 25px;
    background: RGB(255 242 178);
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    border-radius: 50px;
    display: inline-block;
    margin-top: 25px;
    color: #000;
    font-weight: 600;
}

.has-left-wing::after,
.has-right-wing::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 60%;
    background: #b09551;
    display: block;
    top: 20%;
    z-index: -1;
    opacity: 0.2;
    transition: all 3s;
}

.advanced-heading .main-heading {
    margin: 10px 0px 0px 0px;
    font-size: 100px;
    line-height: 100px;
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}

.elementor-icon {
    font-size: 900px;
}

.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    height: 900px;
    transform: rotate(0deg);
}

.elementor-icon-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: none;
}

.logo-img img {
/*     filter: brightness(18.5); */
}

.counter-sec {
    background: url("../images/bg1.webp") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-sec {
    background: url("../images/bg2.webp") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.counter-bx {
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-bx h4 {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}

.counter-bx h3 {
    font-size: 70px;
    line-height: 60px;
    font-variant-numeric: tabular-nums;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.sub-heading-text,
.top-heading-text,
.top-title {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}

.d-line {
    width: 1px;

    height: 200px;
    opacity: 0.5;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);

}
..d-line:last-child{
	display:none
}
.count-outer {
    flex: 1;
}

.testimonial-quote p {
    margin: 10px 0px 0px 0px;
    font-size: 35px;
    font-family: "Ibarra Real Nova", serif;
    font-family: "scotch-display-condensed", sans-serif;

    line-height: 40px;

}

.testimonial-quote {
    /* margin-top: 100px; */
}

.testimonial-quote {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.has-left-wing::after {
    right: auto;
    left: 0;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 100px 0 60px 0;
    padding-bottom: 0;
}

.footer h5 {
    /* text-transform: uppercase; */
    font-size: 24px;
    margin-bottom: 25px;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    /* font-weight: 400; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .social-icons i {
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
}

.footer .social-icons i:hover {
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bootom-copy {
    padding: 90px 0;
    padding-bottom: 25px;
}

.footer .list-unstyled li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ft-logo {
    width: 200px;
}

.bg-hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.bg-hero-text h1 {
    margin: 10px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 25px;
    /* text-transform: uppercase; */
    font-weight: 500;
    /* font-family: "ff-carina"; */
    /* font-family: "the-seasons"; */
    /* font-family: "reina-regular";
    font-family: "reina-display";
    font-family: "reina-small";
    font-family: "cofo-raffine"; */
    font-family: "scotch-display", sans-serif;
    font-family: "scotch-display-condensed", sans-serif;
    /* font-family: "berthold-baskerville-pro", sans-serif; */
    /* font-family: "baskerville-display-pt", serif; */
    /* font-family: "baskerville-poster-pt", serif; */
    /* font-family: "baskerville-bt", sans-serif; */
}

.bg-hero-text p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    width: 70%;
}

.bg-text-left {
    width: 70%;
    padding-bottom: 100px;
}

.bg-light {
    background: #333333 !important;
}

.new-textimonial {
    text-align: center;
    background: #000;
    padding: 50px;
    border: 1px solid #ffffff6b;
}

.new-textimonial p {
    font-size: 20px;
}

.new-textimonial h6 {
    text-transform: none;
    font-family: "Ibarra Real Nova", serif;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    font-family: "Inter", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 25px;
    font-family: "scotch-display-condensed", sans-serif;

}

.testimonial-swiper .swiper-slide .new-textimonial {
    background: #1c1c1c;
}

.testimonial-swiper .swiper-slide-active .new-textimonial {
    background: #000;
}

.collection-swiper .swiper-button-prev,
.collection-swiper .swiper-button-next {
    color: #b79d54;
}

.testimonial-swiper .swiper-pagination {
    top: unset;
    bottom: 0;
}

.testimonial-swiper {
    padding-bottom: 80px;
}

.testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}

.bootom-copy span {
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container-fluid {
    padding: 0 50px;
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

.innerpage-container {
    padding-top: 100px;
}

.contact-box {
    padding: 45px;
    border: 1px solid rgb(178 151 80);
    margin-bottom: 25px;
}

.contact-box h6 {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-align: center;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-bottom h3 {
    margin-bottom: 0;
    text-align: center;
}

.contact-bottom h3 a {
    color: #fff;
    font-size: 1.7rem;
}

.button-wrapper input {
    border: none;
}

.contact-form input.form-control,
.contact-form textarea.form-control, .contact-form select.form-select {
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
    padding: 1em 1em 1em 0;
    display: block;
    background-color: transparent;
    border-bottom: 1px solid rgb(178 151 80);
    color: #fff;

}
.contact-form select.form-select option{
	background:#000000
}
.contact-form input.form-control::placeholder,
.contact-form textarea.form-control::placeholder {
    color: #b3b3b3;
}

.form-control:focus {
    box-shadow: none;
}

.line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #EDD4A3;
    background: linear-gradient(90deg, rgba(237, 212, 163, 0) 0%, rgb(178 151 80) 50%, rgba(237, 212, 163, 0) 100%);
}

.f-line {
    bottom: unset;
    top: 0
}

.post-thumbnail {
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    transform: scale(1);
    transition: transform 3s ease-out 0s;

}

article {
    margin-bottom: 25px;
}

.post-thumbnail img:hover {
    transform: scale(1.1);
    transition: transform 3s ease-out 0s;
}

article .post-content-wrapper {
    background: #231e10;
    padding: 45px 0 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-footer ul,
.entry-header ul,
.entry-meta-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-footer ul li,
.entry-header ul li,
.entry-meta-header ul li {
    display: inline-block;
}

.entry-footer .tags-links a,
.entry-meta-header .cat-links a {
    font-size: 11px;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    font-family: "Inter", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
}

.entry-header {
    margin: 0 0 1.5em 0;
}

article .post-content-wrapper>div:not(.entry-meta) {
    padding: 0 45px 0 45px;
}

.entry-title a {
    color: #fff;
}

.post-content-wrapper .entry-meta {
    font-size: 11px;
    padding: 20px 15px 20px 15px;
    border-top: 1px solid #eee8e3;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-content-wrapper .entry-meta {
    padding: 30px 45px 30px 45px;
}

.post-content-wrapper .entry-meta a {
    color: #fff;
}

.entry-meta-header .cat-links a {
    margin-bottom: 25px;
}

.inner-post .post-content-wrapper {
    border: 1px solid #eee8e3;
    padding-bottom: 45px;
    background: transparent;
}

.sidebar {
    background: #231e10;
    padding: 25px;
}

.sidebar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.sidebar ul li a {
    flex-shrink: 0;
}

.sidebar ul li img {
    width: 85px;
}

.sidebar ul li {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee8e3;
}

.sidebar ul li+li {
    padding-top: 10px;
}

.sidebar ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.sidebar ul li h4 {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.sidebar ul li h4 a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.latest-post {

    text-align: center;
    margin-bottom: 25px;
}

.sidebar time {
    font-size: 11px;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    font-family: "Inter", sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
}

.quotes-about i {
    margin-bottom: 25px;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
}

.quotes-about h3 {}

.promise-card {
    text-align: center;
    padding: 25px;
    background: rgb(35 30 16);
}

.promise-card img {
    width: 75px;
}

.promise-img {
    margin-bottom: 25px;
}

.promise-card p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    font-size: 0.8rem;
}

.promise-card h4 {
    font-size: 30px;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.product-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 25px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.82) 100%);
    width: 100%;
    backdrop-filter: blur(2px);
}

.product-text h3 a {
    color: #000;
}

.product-text p {
    font-size: 0.8rem;
}
.product-card{
    margin-bottom: 25px;
}
.pop-image-wrapper{
/*     margin-bottom: 25px; */
}
.pop-image {
    height: 360px;
    display: block;
}.pop-image img{
	height:100%;
	object-fit:cover
}
.certificate-box{
        padding: 25px;text-align: center;border: 1px solid rgb(178 151 80);height: 100%;  background: #000000de;
}
.certificate-img{
    margin-bottom: 25px;
}
.certificate-img img{
    height: 100px;
}
.certificate-box p{
    margin-bottom: 0;
}
.certificate-box h4{
    font-weight: 500;
    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.quality-box{
    display: flex;gap: 25px;    background: rgb(35 30 16);padding: 25px;height: 100%;
}
.quality-img{
    width: 70px;
    height: 70px;
    padding: 20px;
    border: 1px solid rgb(178 151 80);border-radius: 50%;
    flex-shrink: 0;
}
.quality-box p{
    margin-bottom: 0;font-size: 14px;
}
.product-text p a, .product-text h3 a{color:#fff; width:100%;display:block}.product-text h3 a:hover{text-decoration:underline}.bg-lights-dark{background:rgb(28 28 28)}
#menu-footermenu{
	padding-left:0
}
#menu-footermenu li{
	list-style:none
}
#menu-footermenu li a{
font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;color:#fff
}
.page-link{
	    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgb(239 221 130)!important;border-radius:0!important;
    color: rgb(239 221 130);
}
.page-item.active .page-link, .page-item .page-link:hover{
	background:rgb(239 221 130);color:#000
}
 .search-overlay {
            position: fixed;
            top: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            z-index: 99999;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: all .5s cubic-bezier(.65, .05, .36, 1);
            transition: all .5s cubic-bezier(.65, .05, .36, 1);
        }

        .search-overlay.search-visible {
            -webkit-transform: none;
            transform: none;
        }

        .search-overlay .close-search-overlay {
            position: fixed;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            margin: 0;
            z-index: 99;
            background: rgba(0, 0, 0, .3);
            opacity: 0;
            visibility: hidden;
        }

        .search-overlay.search-visible,
        .search-overlay.search-visible .close-search-overlay {
            opacity: 1;
            visibility: visible;
        }

        .search-overlay .search-overlay--inner {
            position: relative;
            width: 100%;
            background: #000;
            padding: 40px;
            color: #fff;
            right: 0;
            z-index: 9999;
        }

        .search-overlay .container {
            max-width: 750px;
        }

        .search-overlay .close-search {
            position: absolute;
            top: 20px;
            -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
            background: #fff;
            box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            height: 35px;
            width: 35px;
            right: 20px;
            box-sizing: border-box;
            line-height: 35px;
            display: inline-block;
            cursor: pointer;
        }

        .search-overlay .close-search:after,
        .search-overlay .close-search:before {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            content: "";
            position: absolute;
            top: 50%;
            left: calc(50% - 8px);
            display: block;
            height: 1px;
            width: 14px;
            background-color:#000;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .search-overlay .close-search:after {
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .search-overlay .search-top h2 {
            font-size:25px;
           margin-bottom: 35px;
        }

        .search-overlay .search-from {
            margin: auto;
            display: flex;
            position: relative;
        }

        .search-overlay .search-from .search-box {
            text-align: left;
            flex: 1;
        }

        .search-box {
            cursor: pointer;
            text-align: center;
        }

        .search-overlay .search-from .search-box #searchsubmit {
            position: absolute;
            top: 0;
            background: transparent;
            color: #fff;
            text-transform: capitalize;
            font-size: calc(var(--font-size-body, 15px) + 4px);
            font-weight: 700;
            text-align: center;
            border: 0;
            padding: 0;
            height: 45px;
            line-height: 49px;
            right: 0;
        }

        .search-overlay .search-from .search-box #searchsubmit>span {
            display: none;
        }

        .search-overlay .search-from .search-box input[type=text] {
            border: 0;
            padding: 0;
            height: 45px;
            line-height: 45px;
            width: 100%;
            font-size: calc(var(--font-size-body, 15px) + 1px);
            border-bottom: 1px solid #fff;
            margin-bottom: 15px;
            padding-right: 35px;color:#fff;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;background: transparent;
            -o-border-radius: 0;
        } .search-overlay .search-from .search-box input[type=text]:focus{
           border: none;  border-bottom: 1px solid #fff;
           box-shadow: none;outline: none;
}.pop-text{
	width:fit-content;
	    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    background: #000000cf;
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 20px;transition:0.3s ease-in-out;bottom:0%;    z-index: 2;
}.pop-image-wrapper:hover .pop-text{
	bottom:50%;
	 transform: translate(-50%, 50%);
}.pop-image-wrapper::before{
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff24;
    bottom: -100%;
    left: 0;
    z-index: 1;
    border-radius: 30px;
    backdrop-filter: blur(10px);transition:0.3s ease-in-out;
}.pop-image-wrapper:hover::before{
	bottom:0;
}.cms-content h2{
	    font-weight: normal;    background: linear-gradient(116deg, rgb(239 221 130) 0%, rgba(178, 151, 80, 1) 50%, rgba(153, 130, 53, 1) 100%);
    /* font-weight: 400; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}