@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@200;300;400;500;600;700&display=swap');
/* variable */
:root {      
    --alt-font: "Fahkwang", sans-serif;
    --primary-font: "Geist", sans-serif;
    --base-color:#b64535;
    --white:#f5f2ee;
    --bs-white-rgb: 245, 242, 238;
    --dark-gray: #423a34;
    --bs-tooltip-bg: #423a34;
    --medium-gray:#75716f;
    --very-light-gray: #f5f2ee;
    --light-medium-gray: #ece8e3;
    --extra-medium-gray: #dcd9d6;
}
/* reset */
body { 
    font-size: 16px;
    line-height: 26px;
    background: var(--very-light-gray);
}
/* heading */
h1, .h1 {
    font-size: 4rem;
    line-height: 3.5rem;
}
.h3, h3 {
    font-size: 3rem;
    line-height: 3rem;
}
h5 {
    font-size: 2.1rem;
    line-height: 2.2rem;
}
.fs-100 {
    font-size: 6.25rem;
    line-height: 5.70rem;
}
.on-hover-bw .on-hover-bw-image img  {
    transition: all 450ms cubic-bezier(0,.5,.61,.99);
    object-fit: cover;
    height: 100%;
    width: 100%;

}
.on-hover-bw:hover .on-hover-bw-image img {
    filter: grayscale(100%) contrast(110%) blur(0);
    transform: translate3d(-20px, 0px, 0) scale3d(1.05, 1.05, 1.05);
}
/* header */
header .navbar {
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
}
header .navbar-brand {
    padding: 13px 0;
}
header .navbar-brand img {
    max-height: 52px;
}
header.sticky .disable-fixed .navbar-brand, header.sticky .fixed-header .navbar-brand {
    padding: 20px 0;
}
header .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.header-icon .icon>a>i {
    position:relative;
    top:-2px;
}
.header-icon .icon>a, .header-icon .icon .header-cart>a {
    font-size:16px;
    font-weight: 500;
    padding-left: 20px;
}
.header-icon .icon .header-account>a, .header-icon .icon .header-cart>a, .header-icon .icon .header-language>a {
    padding-left: 20px;
}
.header-cart-icon .cart-count {
    background-color: var(--dark-gray);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 10px;
    border-radius: 6px;
    padding: 40px 0 45px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 30px 0;
}
.navbar .navbar-nav .submenu-content {
    border-top: 0 !important;
}
.navbar .navbar-nav .nav-link::before {
    content: "";
    height: 10px;
    width: 100%;
}
.navbar .navbar-nav .dropdown .nav-link:before,
.header-cart-icon .header-cart::before {
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.header-cart-icon .header-cart .cart-item-list {
    margin-top: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu, .header-cart-icon .header-cart .cart-item-list {
    background: var(--very-light-gray);
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    margin-bottom: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding-bottom: 3px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 6px;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 12px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
}
.btn.btn-medium {
    padding: 15px 28px;
}
.btn.btn-small {
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
}
/* margin */
.mt-minus-90px {
    margin-top: -90px;
}
/* text color */
.text-white-transparent-medium {
    color: rgba(255, 255, 255, 0.2);
}
.text-white-transparent {
    color: rgba(255, 255, 255, 0.8);
}
/* text gradient color */
.text-gradient-medium-grey {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ECECEC 100%);
}
/* background color */
.bg-dark-gray-transparent-light {
    background-color: rgba(12, 12, 12, 0.1);
}
.bg-dark-gray-transparent-medium {
    background-color: rgba(66, 58, 52, 0.6);
}
/* transparent background color */
.bg-gradient-dark-transparent {
    background-image: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.65) 100%);
}
.bg-gradient-bottom-dark-transparent {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.80) 80%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, rgba(34, 30, 27, 0.90) 0%, transparent 100%);
}
.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(180deg, #ece8e3 0%, #f5f2ee 100%);
}
/* opacity */
.opacity-05 {
    opacity: 0.05;
}
/* font size */
.lh-140 {
    line-height: 8.75rem;
}
.lh-200 {
    line-height: 12.5rem;
}
.lh-300 {
    line-height: 18.75rem;
}
/* right */
.right-minus-185px {
    right: -185px;
}
/* tab style 05 */
.tab-style-05 .nav-tabs .nav-item .nav-link{
    width: 100%;
    padding: 26px 0;
    border-bottom: 1px solid var(--extra-medium-gray);
    color: var(--medium-gray);
    margin: 0;
}
.tab-style-05 .nav-tabs .nav-item .nav-link span {
    color: var(--medium-gray);
}
.tab-style-05 .nav-tabs .nav-item .nav-link.active, 
.tab-style-05 .nav-tabs .nav-item .nav-link.show, 
.tab-style-05 .nav-tabs .nav-item .nav-link:hover {
    background-color: transparent;
    color: var(--dark-gray);
    box-shadow: none;
}
.tab-style-05 .nav-tabs .nav-item .nav-link.active span, 
.tab-style-05 .nav-tabs .nav-item .nav-link.show span, 
.tab-style-05 .nav-tabs .nav-item .nav-link:hover span {
    color: var(--dark-gray);
}
.tab-style-05 .nav-tabs .nav-item:last-child {
    border-bottom: none;
}
/* progress bar */
.progress-bar-style-02 .progress {
    height: 10px;
}
.shop-size li>input[type=radio]+label span {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/* lable */
.shop-image .lable.new, .shop-image .lable.hot {
    background-color: var(--dark-gray);
}
.shop-image .lable {
    line-height: 20px;
}
/* tooltip */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--dark-gray);
}
.tooltip.show {
    opacity: 1;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--dark-gray);
    top: -2px;
}
.tooltip .tooltip-inner {
    background-color: var(--dark-gray);
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
}
/* HTML video play */
.video-icon-medium .video-icon {
    width: 65px;
    height: 65px;
}
.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 115px;
    height: 115px;
}
.video-icon-extra-large.video-icon-box .video-icon i {
    margin-left: 5px;
}
/* swiper pagination progress style */
.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray);
}
/* shop sidebar */
.shop-sidebar .shop-filter li .product-cb {
    top: 6px;
}
.shop-sidebar .shop-filter.tag-cloud a {
    padding: 5px 8px;
}
.tag-cloud a {
    margin-right: 4px;
}
/* cart */
.cart-products th {
    background-color: transparent;
}
.cart-products td {
    background-color: transparent;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.063rem;
}
/* interactive banner style 06 */
.interactive-banner-style-06 .interactive-banners-content {
    transform: translateY(calc(100% - 125px));
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    content: "\2726";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    font-size: 18px;
    margin-top: 3px;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
.social-icon-style-06 ul li a>span {
    line-height: 40px;   
}
.social-icon-style-06 ul li a {
    padding: 0 15px;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 17px 30px;
}
/* social media icon */
.extra-large-icon a {
    font-size: 32px;
}
.extra-large-icon li {
    margin: 0 10px;
}
/* footer */
footer .footer-logo img {
    max-height: 44px;
}
footer .newsletter-style-02 input {
    padding-right: 120px !important;
}
.footer-dark, .footer-dark a, .footer-dark p {
    color: rgba(255, 255, 255, 0.40);
    font-weight: 300;
}
.footer-dark a:hover, .footer-light a:hover, .footer-navbar li a:hover {
    color: var(--white);
}
.infowindow p {
    margin-bottom: 10px;
}
footer ul li {
    margin-bottom: 3px;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
    opacity: 0.2;
    font-weight: 300;
}
.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: 300;
}
.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: 300;
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: 300;
}
footer .terms-condition-box .box:before {
    width: 16px;
    height: 16px;
    top: 6px;
    border-radius: 3px;
}
footer .terms-condition-box .box {
    padding-left: 25px;
}
footer .terms-condition-box .box:after {
    left: 6px;
    top: 9px;
    width: 4px;
    height: 7px;
    border-color: var(--white);
    border-width: 0 1px 1px 0;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1359px;
    } 
}
@media (max-width: 1399px) {
    .lh-200 {
        line-height: 10rem;
    }
}
@media (max-width: 1199px) {
    .on-hover-bw:hover .on-hover-bw-image img {
        transform: none;
        filter: inherit;
    }
    .fs-100 {
        font-size: 5rem;
        line-height: 5rem;
    }
    .lh-300 {
        line-height: 15rem;
    }
}
@media (max-width: 991px) {
    header .navbar {
        width: 100%;
        left: 0;
        top: 0;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu {
        padding: 0 15px 15px; 
    }
    .tab-style-05 .nav-tabs>li.nav-item {
        width: 100%;
    }
    .tab-style-05 .nav-tabs>li.nav-item .nav-link {
        padding: 12px 0;
    }
    .lh-200 {
        line-height: 9rem;
    }
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 15px;
    } 
}
@media (max-width: 767px) {
    .header-icon .icon>a, .header-icon .icon .header-cart>a {
        padding-left: 15px;
    }
    .header-icon .icon .header-account>a, 
    .header-icon .icon .header-cart>a, 
    .header-icon .icon .header-language>a {
        padding-left: 15px;
    }
    .fs-100 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

.shop-box {
    padding: 10px 2px;
    background: #fff;
    height: 431px;
}

#cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }
    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }
    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }
    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }
    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
padding: 10px 20px;
border-radius: 5px;
background: #000;
cursor: pointer;
transition: all 0.5s ease;
border: 2px solid #fff;
}
.cookieBtns button:last-child {
background-color: #fff;
color: #666 !important;
}

section.main-content h2, h3, h4 {
    font-size: 19px;
    margin: 0;
}














*{
    font-family: 'Fahkwang' !important; 
}
.heading {
    padding-bottom: 50px;
    text-align: center;
}

.heading figure {
    margin-bottom: 20px;
}
.client-review-style-one .head-review span, .heading span, .heading-style-2, .data span {
    font-size: 18px;
    color: #444;
    font-family: 'Fahkwang' !important; 
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600; 
}
.heading h2, .heading.heading-style-3 h2 span, .data h2 {
    font-size: 60px;
    color: #111;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -15px;
}
.service-style-one .service-data {
    width: 100%;
    margin: auto;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 40px;
}

.service-style-one .service-data:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.service-data i {
    font-size: 90px;
    position: relative;
    z-index: 11;
    line-height: 80px;
    color: #ea2127;
}

.service-style-one .service-data h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 30px;
    position: relative;
    z-index: 11;
}

.service-style-one .service-data h3 a {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.service-style-one .service-data p {
    margin-bottom: 30px;
    position: relative;
    z-index: 11;
}

.service-style-one .service-data .icon, .counter-style-one .counter-data, .theme-btn, .contact-form-2 .info ul.contact li a, .theme-btn i, .gallery-style-one a img, .theme-btn i:after, .blog-post img, .featured-slider-one .owl-nav button, .team-style-one .team-slider-nav button, .core-features button.accordion-button:before, .video-play-btn, .project-post img, .blog-style-one .blog-post .blog-image a, .blog-style-one .blog-post:hover .blog-image a:before, .blog-style-one .blog-post, ul.image-gallery li img, .footer-style-one .footer-p-2 .footer-col form button:before, .footer-style-one .footer-p-3 .footer-col p a, .footer-style-one .footer-p-3 .footer-col a:after, .footer-style-one .footer-p-3 .footer-col a:before, .mobile-nav.desktop-menu .social-medias a:before, .mobile-nav.desktop-menu .social-medias a:after, button.scrollTopStick i, .payment-product-card img, .blog-style-one .blog-post .blog-image figure img, i.flaticon, .desktop-nav .nav-bar ul > li.menu-item-has-children ul.sub-menu, .desktop-nav .nav-bar ul > li ul.sub-menu li a:before, .pricing-plans .price-box .theme-btn:after, .pricing-plans .features, .service-two-box p, .pricing-plans .main-price .price-box, .pricing-plans .main-price .price-box h2, .pricing-plans .main-price .price-box h3, .blog-style-two .blog-item img, .pricing-plans .main-price .price-box > p, .pricing-plans .main-price .price-box .price p, .service-style-two .service-two-box:before, .service-style-two .service-two-box .service-two-icon i, .service-style-two .service-two-box.last a span, .blog-style-two .blog-item:hover a i, .blog-style-two .blog-item:before, .contact-us .c-data ul li a i, .contact-us .c-data ul li a.active:before, .contact-us .c-cards .card.active, .contact-us .c-cards .card, .history-style-one .history-data .details p, .history-style-one .history-data .details a, .history-style-one .history-data a i, .team-style-two .team-social-medias a i, .blog-style-three .blog-posts li, .contact-form-2 .info ul.social-medias li a, .construction-services .services-nav ul li button, .innovation ul li, .service-two-box .theme-shaps, .gym-pagination ul.pagination li a, .group-training-text a, .sidebar .box.recent-posts ul li a, .team-style-2 img, ul.image-gallery li:before, .desktop-nav .nav-bar > ul > li > a:before, .pricing-plans .main-price .price-img img, .what-we-build .wwb-ul li.active h3 a, .what-we-build .wwb-ul li h3 a, .blog-style-two .blog-item h2 a, .what-we-build .wwb-ul li.active:before, .what-we-build .wwb-ul li:before, .project-d-detail i, .what-we-build .wwb-ul li.active figure, .group-training-text h4, .what-we-build .wwb-ul li figure, .certificates .c-slider .owl-nav button, .what-we-build .wwb-ul li.active figure:before, .mobile-nav > ul li.menu-item-has-children.active > ul.sub-menu, ul.image-gallery li a, .category.social-medias ul li a:after, .footer-p-4-left i, .footer-p-4-right i, .team-detail .fav-project .f-p-box .f-p-btn i, .sidebar .box.recent-posts ul li a p, .team-style-one .team-data .team-social-media a:before, .group-text, .blog-style-three .blog-posts .boxx img, .cart-popup, .team-data svg, ul.social-media li a i, .history-data img, .cart-popup .cart-btns a, .blog-style-one .blog-post h2 a, .prj-post img, .preloader, .project-data a, .history-data .details, .core-values ul li img, .featured-slider-one .owl-nav button.owl-prev:before, .team-image img, .featured-slider-one .owl-nav button.owl-next:before, .fitness-studio-img img, .about-how-it-works .plans, .shop-style-one .product h3 a, .service-style-two .service-two-box, .gallery-style-one a:before, .project-data, .team-info h3, .proj-data h3 a, .about-data-left img, .cart .cart-table .c-c .c-data .cr-svg, .team-data:before, .team-detail .team-data .t-tel .data .t-sec a, .shop-style-one.addition .product .btn-hover figure:before, .footer-style-one .footer-p-2 .footer-col ul li p a, .blog-style-three .blog-posts .boxx
Specificity: (0,2,0)
 {
    transition: 0.3s ease-in-out;
}

.service-style-one .service-data .icon, .theme-btn, .featured-slider-one .owl-nav button, .team-style-one .team-slider-nav button:hover, .video-play-btn, .footer-style-one .footer-p-2 .footer-col form button:before, .footer-style-one .footer-p-3 .footer-col a:hover:after, .footer-style-one .footer-p-3 .footer-col a:after, .mobile-nav.desktop-menu .social-medias a:hover:after, .mobile-nav.desktop-menu .social-medias a:after, .desktop-nav .nav-bar ul > li.menu-item-has-children > ul.sub-menu, .pricing-plans .main-price:hover .theme-btn, .certificates .data .extras:before, .form-control:focus, .contact-us .c-data ul li a.active img, .contact-us .c-data ul li a.active:before, .contact-form-one .accordion-button:focus, textarea:focus, ul.social-media li a i, textarea:focus-visible, .gym-pagination ul.pagination li:first-child a:hover, .gym-pagination ul.pagination li:last-child a:hover, .gym-pagination ul.pagination li a:hover, .blog-style-one.blog-style-three .blog-data .blog-date, .category.social-medias ul li a:after, .category.shape.form form input:focus, .pd-quality input:focus, .cart .c-c .c-quality input:focus, .cart .cart-table, .checkout .billing form input:focus, .cart-popup .cart-btns a.checkout, .cart-popup .cart-btns a:hover, .box form input:focus, .featured-slider-one .owl-nav button.owl-prev:before, .featured-slider-one .owl-nav button.owl-next:before, .cart .cart-table .c-c .c-data .cr-svg:hover {
    border-color: #ea2127;
}

.service-style-one .service-data .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: black;
    color: #fff;
    position: relative;
    z-index: 11;
}

.service-style-one .service-data:hover:before {
    transform: scale(1.05);
    opacity: 1;
    background-color: #515151 !important;
}
.service-style-one .service-data .icon i {
    color: #fff;
    font-size: 12px;
}

.service-data:hover h3 a, .service-data:hover p {
    color: #fff;
}


















.heading {
    padding-bottom: 50px;
    text-align: center;
}
.client-review-style-one .head-review span, .heading span, .heading-style-2, .data span {
    font-size: 18px;
    color: #444;
    font-family: var(--theme-found);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    
}
.heading h2, .heading.heading-style-3 h2 span, .data h2 {
    font-size: 60px;
    color: #111;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -15px;
}

.core-values ul {
    flex-wrap: wrap;
}
.core-values ul li {
    border-top: 2px solid #ebebeb;
    padding: 30px 0;
    justify-content: space-between;
}
.core-values ul, .core-values ul li {
    display: flex;
    align-items: center;
    width: 100%;
}
.core-values ul li .data, .core-values ul li .image {
    width: 50%;
}
.core-values ul li .data h3 {
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.core-values ul li:nth-child(odd) .data p {
    padding-right: 60px;
}
.core-values ul li .image {
    padding-right: 30px;
}
.core-values ul li .data, .core-values ul li .image {
    width: 50%;
    border-radius: 20px;
}
.b-img{
    border-radius: 20px !important;
}



.innovation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .innovation ul li {
        padding-left: 20px;
    }
}
.innovation ul li i {
    color: #ea2127;
    font-size: 17px;
    margin-right: 15px;
}
.innovation ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #161616;
}
.innovation ul li {
    display: flex;
    align-items: center;
    width: 33.3333333%;
    height: 80px;
    border: 1px solid #c1c1c1;
    padding-left: 30px;
}



.about-style-one .about-data-left {
    display: flex;
    position: relative;
}

.it-reveal-animation.active {
    clip-path: inset(0 0 0 0);
    transition: 1.5s cubic-bezier(0.5, 0.5, 0, 1);
}
@media (max-width: 1366px) {
    .about-style-one .about-data-left {
        padding-top: 45px;
    }
}





.cta-section .cta-data h2 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 500;
    width: 95%;
    line-height: 100px;
}

.cta-section .cta-data p {
    font-size: 18px;
    width: 72%;
    margin-bottom: 44px;
    margin-top: 6px;
}

section.cta-section{
    background: #000000 !important;
}
a.theme-btn {
    border: 1px solid #ffffff;
    padding: 1rem;
    font-size: 17px;
    color: #ffffff;
    padding-right: 3rem;
    padding-left: 3rem;
}


.view_btn{
    background: #403c3c;
    margin-top: 1rem;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    border-radius: 8px;
}

i.feather.icon-feather-eye.fs-16 {
    margin-right: 0.5rem;
}

.p-name{
        font-size: 20px;
    font-weight: bold;
    color: #000000;

}










.black-btn{
        background:#000;
        color:#fff;
        padding:16px 40px; 
        border-radius:50px;
        font-size:18px;
        font-weight:600;
        cursor:pointer;
        transition:all 0.35s ease;
        box-shadow:0 8px 20px rgba(0,0,0,0.2);
        position:relative;
        overflow:hidden;
        border: 1px solid #c1c1c1;
    }
.n-i{
    border-radius: 20px;
}
    .black-btn:hover{
        background:#111;
        transform:translateY(-4px);
        box-shadow:0 14px 28px rgba(0,0,0,0.35);
    }

    .black-btn::before{
        content:"";
        position:absolute;
        top:0;
        left:-100%;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.15);
        transition:0.5s;
    }

    .black-btn:hover::before{
        left:100%;
    }