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

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

@font-face {
    font-family: 'Petrov Sans Book';
    src: url('/assets/fonts/PetrovSans-Book.woff2') format('woff2'),
    url('/assets/fonts/PetrovSans-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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










.tc-top-nav-style6 {
    padding: 15px 0;
    background-color: var(--color-red);
    color: #fff; }
.tc-top-nav-style6 p {
    font-size: 12px;
    text-transform: uppercase; }
.tc-top-nav-style6 .text-slider {
    position: relative;
    overflow: hidden;
    text-align: center; }
.tc-top-nav-style6 .swiper-button-next::after,
.tc-top-nav-style6 .swiper-button-prev::after {
    font-size: 16px;
    color: #fff; }

/* --------------- navbar style6 --------------- */
.tc-navbar-style6 {
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #ffffff83;
}
.tc-navbar-style6 .side_menu_btn {
    font-size: 22px;
    background-color: #ed1c24;
    /* padding: 0px 15px; */
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ed1c24;
    /* background-color: var(--color-brown1); */
    color: #fff;
    border-radius: 50px;
    /* font-size: 20px; */
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tc-navbar-style6 a:hover {
    /* color: #ffffff; */
}
.tc-navbar-style6 .logo img {
    height: 65px;
}
.tc-navbar-style6 .nav-icons a {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px; }
.tc-navbar-style6 .nav-icons a .num {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background-color: var(--color-red);
    -webkit-margin-start: 5px;
    margin-inline-start: 5px; }

/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    background-color: #333333;
    color: #fff;
    padding: 0 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.side_menu_style4.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
.side_menu_style4.show .side_shape {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
.side_menu_style4.show .side_shape2 {
    -webkit-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1; }
.side_menu_style4.show .main_links {
    text-align: center;
    -webkit-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }
.side_menu_style4 .side_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    -webkit-transform: rotate(-60deg) scale(0.5);
    -ms-transform: rotate(-60deg) scale(0.5);
    transform: rotate(-60deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
.side_menu_style4 .side_shape2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    -webkit-transform: rotate(120deg) scale(0.5);
    -ms-transform: rotate(120deg) scale(0.5);
    transform: rotate(120deg) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
.side_menu_style4 .links_group {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block; }
.side_menu_style4 .main_links {
    text-align: center;
    -webkit-transform: scaleX(1.4) scaleY(1.8);
    -ms-transform: scaleX(1.4) scaleY(1.8);
    transform: scaleX(1.4) scaleY(1.8);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
.side_menu_style4 .main_links .main_link {
    font-size: calc(3vw + 15px);
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700; }
.side_menu_style4 .main_links .main_link:hover {
    text-decoration: underline; }
.side_menu_style4 .social_links a {
    font-size: 24px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    border-bottom: 3px solid transparent; }
.side_menu_style4 .social_links a:hover {
    border-color: #000; }
.side_menu_style4 .clss {
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 60px;
    cursor: pointer; }

.side_menu4_overlay {
    position: absolute;
    z-index: 90;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
.side_menu4_overlay.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.side_menu4_overlay2 {
    position: absolute;
    z-index: 80;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
.side_menu4_overlay2.show {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

/* --------------- header style6 --------------- */
.site-main-slider {
    position: relative;
    color: #fff; }
.site-main-slider .floating-contact {
    position: absolute;
    left: 80px;
    bottom: 50px;
    z-index: 30; }
.site-main-slider .arrows {
    position: absolute;
    right: 80px;
    bottom: 50px;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-main-slider .arrows .swiper-button-prev,
.site-main-slider .arrows .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff5;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.site-main-slider .arrows .swiper-button-prev::after,
.site-main-slider .arrows .swiper-button-next::after {
    font-size: 18px;
    color: #000000;
}
.site-main-slider .arrows .swiper-button-prev:hover,
.site-main-slider .arrows .swiper-button-next:hover {
    background-color: #fff; }
.site-main-slider .arrows .swiper-button-prev:hover::after,
.site-main-slider .arrows .swiper-button-next:hover::after {
    color: var(--color-red); }
.site-main-slider .header-slider {
    position: relative;
    overflow: hidden; }
.site-main-slider .header-slider .swiper-slide-active .content .info h2 {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important; }
.site-main-slider .header-slider .slide-card {
    min-height: 100vh;
    height: 900px;
}
.site-main-slider .header-slider .slide-card::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3; }
.site-main-slider .header-slider .slide-card .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.site-main-slider .header-slider .slide-card .content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding-top: 150px;
    align-items: center;
}
.site-main-slider .header-slider .slide-card .content .info h2 {
    font-size: 100px;
    line-height: 140px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: 'Petrov Sans', serif;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.site-main-slider .header-slider .slide-card .content .info h2:nth-last-of-type(1) {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
.site-main-slider .header-slider .slide-card .content .info h2:nth-last-of-type(3) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.site-main-slider .header-slider .slide-card .content .info .sm-txt {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.5px;
    -webkit-margin-start: -150px;
    margin-inline-start: -150px;
}
.site-main-slider .header-slider .slide-card .content .info .float-arrow {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    color: #000;
    margin: 100px auto 0;
}
.site-main-slider .header-slider .slide-card .content .info .float-arrow:hover {
    background-color: var(--color-red);
    color: #fff; }

@media screen and (max-width: 991px) {
    .site-main-slider .header-slider .slide-card .content .info h2 {
        font-size: 40px;
        line-height: 70px;
        }
    .site-main-slider .header-slider .slide-card .content .info .sm-txt {
        font-size: 13px;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin-top: 30px;
        }
    .site-main-slider .floating-contact {
        left: 15px; }
    .site-main-slider .arrows {
        right: 15px; }
    .dropdown-menu {
        padding: 10px 15px !important;
    }
    .category-products .title .line {
        display: none;
    }
    .site-main-slider .header-slider .slide-card .content .info .float-arrow {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
    margin: 50px auto 0;
}
}

/* --------------- about style6 --------------- */
.tc-about-style6 {
    position: relative; }
.tc-about-style6 .float-imgs {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 100%;
    height: 75%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
.tc-about-style6 .float-imgs img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
.tc-about-style6 .float-imgs img:nth-of-type(1) {
    width: 170px;
    height: 150px;
    left: 10%;
    top: 8%; }
.tc-about-style6 .float-imgs img:nth-of-type(2) {
    width: 200px;
    height: 300px;
    right: 0;
    top: 10%; }
.tc-about-style6 .float-imgs img:nth-of-type(3) {
    width: 120px;
    height: 150px;
    right: calc(4% + 200px);
    top: 21%; }
.tc-about-style6 .float-imgs img:nth-of-type(4) {
    width: 350px;
    height: 250px;
    left: 0;
    top: 40%; }
.tc-about-style6 .float-imgs img:nth-of-type(5) {
    width: 270px;
    height: 220px;
    right: calc(5% + 250px);
    bottom: 0; }
.tc-about-style6 .features-items {
    padding: 0 30px; }
.tc-about-style6 .features-items .row .col-lg-3:last-of-type .feat-item::after {
    display: none; }
.tc-about-style6 .features-items .feat-item {
    position: relative;
    text-align: center;
    padding: 50px 20px; }
.tc-about-style6 .features-items .feat-item::after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}
.tc-about-style6 .features-items .feat-item p {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.tc-about-style6 .info {
    position: relative;
    text-align: center;
    padding: 200px 0 250px;
    z-index: 10;
    border-bottom: 1px solid #ccc; }
.tc-about-style6 .info h2 {
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
}

.tc-about-style6 .info h2 strong{
    font-weight: 800;
    color: #ed1c24;
}
.tc-about-style6 .info p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

@media screen and (max-width: 991px) {
    .tc-about-style6 .features-items {
        padding-top: 50px; }
    .tc-about-style6 .features-items .feat-item {
        padding: 15px; }
    .tc-about-style6 .features-items .feat-item::after {
        display: none; }
    .tc-about-style6 .info {
        padding: 50px 0;
        }
    .tc-about-style6 .info h2 {
        font-size: 35px;
        line-height: 50px;
        }
    .tc-about-style6 .float-imgs {
        display: none; } }

/* --------------- featured style6 --------------- */
.tc-featured-style6 {
    position: relative;
    padding: 120px 0; }
.tc-featured-style6 .nav-pills {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F2F1EA;
    padding: 0 15px; }
.tc-featured-style6 .nav-pills .nav-link {
    background-color: transparent;
    color: #999;
    padding: 15px;
    font-weight: 500; }
.tc-featured-style6 .nav-pills .nav-link.active {
    color: #000; }
.tc-featured-style6 .products-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px; }
.tc-featured-style6 .products-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 10px;
    background-color: #A0B3BB;
}
.tc-featured-style6 .products-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-red);
    outline: 1px solid var(--color-red);
    outline-offset: 3px; }
.tc-featured-style6 .products-slider .swiper-button-prev::after,
.tc-featured-style6 .products-slider .swiper-button-next::after {
    font-size: 30px;
    color: #000;
}
.tc-featured-style6 .products-slider .product-card {
    position: relative;
    margin-top: 50px; }
.tc-featured-style6 .products-slider .product-card:hover .img .butn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
.tc-featured-style6 .products-slider .product-card .img {
    position: relative;
    height: 410px; }
.tc-featured-style6 .products-slider .product-card .img .butn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 10;
    text-align: center;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.tc-featured-style6 .products-slider .product-card .img .tags {
    position: absolute;
    top: 10px;
    left: 10px; }
.tc-featured-style6 .products-slider .product-card .img .tags a {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 10px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px; }
.tc-featured-style6 .products-slider .product-card .img .tags a.sold {
    background-color: #000;
    border-color: #000; }

/* --------------- by-style style6 --------------- */
.tc-by-style-style6 .style-slider {
    position: relative;
    overflow: hidden; }
.tc-by-style-style6 .style-slider .swiper-button-prev::after,
.tc-by-style-style6 .style-slider .swiper-button-next::after {
    color: #fff;
    font-size: 30px; }
.tc-by-style-style6 .style-slider .swiper-button-prev {
    left: 2vw; }
.tc-by-style-style6 .style-slider .swiper-button-next {
    right: 2vw; }

.tc-by-style-style6 .slider-card {
    position: relative; }
.tc-by-style-style6 .slider-card .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.tc-by-style-style6 .slider-card .content {
    position: relative;
    z-index: 10;
    padding: 120px 0 0;
    color: #fff; }
.tc-by-style-style6 .slider-card .content .info .tag-title {
    font-size: 65px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 250px;
}
.tc-by-style-style6 .slider-card .content .info .text {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
}
.tc-by-style-style6 .slider-card .content .info .title {
    font-size: 123px;
    line-height: 100px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-top: 130px;
    font-weight: 500;
}
.tc-by-style-style6 .slider-card .content .product-card {
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 40px; }
.tc-by-style-style6 .slider-card .content .product-card:hover .img .butn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
.tc-by-style-style6 .slider-card .content .product-card .img {
    position: relative;
    height: 330px; }
.tc-by-style-style6 .slider-card .content .product-card .img .butn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 10;
    text-align: center;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.tc-by-style-style6 .slider-card .content .product-card .img .tags {
    position: absolute;
    top: 10px;
    left: 10px; }
.tc-by-style-style6 .slider-card .content .product-card .img .tags a {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px 10px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px; }
.tc-by-style-style6 .slider-card .content .product-card .img .tags a.sold {
    background-color: #000;
    border-color: #000; }

@media screen and (max-width: 991px) {
    .tc-by-style-style6 .slider-card .content {
        padding: 80px 0; }
    .tc-by-style-style6 .slider-card .content .info .tag-title {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 50px;
        }
    .tc-by-style-style6 .slider-card .content .info .title {
        font-size: 50px;
        line-height: 100px;
        margin-top: 60px;
        }
    .tc-by-style-style6 .slider-card .content .product-card {
        margin-top: 30px; }
    .tc-by-style-style6 .slider-card .content .product-card .img {
        height: 250px; }
    .tc-by-style-style6 .swiper-button-next,
    .tc-by-style-style6 .swiper-button-prev {
        display: none; }
    .category-products .title {
        display: flex;
        text-align: center;
        align-items: center;
        margin: 10px 0 50px 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

}

/* --------------- categories style6 --------------- */
.tc-categories-style6 {
    position: relative;
    padding: 0 0 100px 0;
    }
.tc-categories-style6 .cat-card {
    display: block;
    position: relative;
    /* text-align: center; */
    border: 1px solid transparent;
    /* margin-top: 30px; */
}

.tc-categories-style6:hover {
    border-color: var(--color-red);
}

.tc-categories-style6 .cat-card:hover {
    /* border-color: var(--color-red); */
    transform: scale(1.08);
}
.tc-categories-style6 .cat-card:hover h6 {
    color: var(--color-red); }
.tc-categories-style6 .cat-card .img {
    height: 250px;
    transition: 0.35s;
}
.tc-categories-style6 .cat-card .img:hover {

}

/* --------------- banners style6 --------------- */
.tc-banners-style6 {
    position: relative; }
.tc-banners-style6 .banners {
    padding-bottom: 120px;
    border-bottom: 1px solid #ccc; }
.tc-banners-style6 .banners .banner-card {
    position: relative;
    display: block; }
.tc-banners-style6 .banners .banner-card:hover .info .float-arrow {
    background-color: var(--color-red);
    color: #fff; }
.tc-banners-style6 .banners .banner-card .img {
    position: relative;
    height: 600px;
}
.tc-banners-style6 .banners .banner-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0009), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #0009, transparent);
    background-image: -o-linear-gradient(bottom, #0009, transparent);
    background-image: linear-gradient(to top, #0009, transparent); }
.tc-banners-style6 .banners .banner-card .info {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff; }
.tc-banners-style6 .banners .banner-card .info h3 {
    font-size: 56px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 500;
}
.tc-banners-style6 .banners .banner-card .info .float-arrow {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@media screen and (max-width: 991px) {
    .tc-banners-style6 .banners .banner-card {
        margin-bottom: 30px; }
    .tc-banners-style6 .banners .banner-card .info {
        padding: 30px; }
    .tc-banners-style6 .banners .banner-card .info h3 {
        font-size: 50px;
        line-height: 60px; }
    .tc-banners-style6 .banners .banner-card .img {
        height: 450px; } }

/* --------------- trade style6 --------------- */
.tc-trade-style6 {
    position: relative;
    padding: 90px 0 180px;
    overflow: hidden; }
.tc-trade-style6 .info {
    text-align: center; }
.tc-trade-style6 .info .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 auto 30px; }
.tc-trade-style6 .info .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px; }
.tc-trade-style6 .info .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%; }
.tc-trade-style6 .info .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: var(--color-red);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); } }

@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); } }
.tc-trade-style6 .info h2 {
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px; }
.tc-trade-style6 .info p {
    font-size: 18px;
    line-height: 30px;
    color: #666; }
.tc-trade-style6 .float-imgs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
.tc-trade-style6 .float-imgs img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
.tc-trade-style6 .float-imgs img:nth-of-type(1) {
    width: 380px;
    height: 300px;
    left: 0;
    top: 3%; }
.tc-trade-style6 .float-imgs img:nth-of-type(2) {
    width: 260px;
    height: 345px;
    right: -100px;
    top: 20%; }
.tc-trade-style6 .float-imgs img:nth-of-type(3) {
    width: 160px;
    height: 210px;
    right: calc(4% + 130px);
    top: 6%; }
.tc-trade-style6 .float-imgs img:nth-of-type(4) {
    width: 250px;
    height: 290px;
    left: 17%;
    bottom: 0; }
.tc-trade-style6 .float-imgs img:nth-of-type(5) {
    width: 220px;
    height: 170px;
    right: calc(2% + 250px);
    bottom: 50px; }

@media screen and (max-width: 991px) {
    .tc-trade-style6 .info h2 {
        font-size: 50px;
        line-height: 60px; }
    .tc-trade-style6 .float-imgs {
        display: none; } }

/* --------------- blog style6 --------------- */
.tc-blog-style6 {
    position: relative;
    background-color: #e7e7e7;
    padding: 120px 0;
}
.tc-blog-style6 * {
    border-color: #C6C4B7 !important; }
.tc-blog-style6 .post-card {
    position: relative; }
.tc-blog-style6 .post-card .img {
    display: block;
    height: 270px; }
.tc-blog-style6 .post-card .info {
    padding-top: 40px; }
.tc-blog-style6 .post-card .info .tags a {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    -webkit-padding-end: 35px;
    padding-inline-end: 35px; }
.tc-blog-style6 .post-card .info .tags a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000; }
.tc-blog-style6 .post-card .info .tags a:last-of-type {
    -webkit-padding-end: 0;
    padding-inline-end: 0; }
.tc-blog-style6 .post-card .info .tags a:last-of-type::after {
    display: none; }

@media screen and (max-width: 991px) {
    .tc-blog-style6 {
        overflow: hidden;
        padding: 60px 0;
        }
    .tc-instagram-style6 .insta-card .img {
     height: 400px!important;
}
}

/* --------------- subscribe style6 --------------- */
.tc-subscribe-style6 {
    position: relative;
    background-color: #E9E8E0; }
.tc-subscribe-style6 .content {
    padding: 120px 0;
    border-top: 1px solid #ccc; }
.tc-subscribe-style6 .content .form {
    text-align: center; }
.tc-subscribe-style6 .content .form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-top: 80px; }
.tc-subscribe-style6 .content .form .form-group .form-control {
    border: 0;
    background-color: transparent; }
.tc-subscribe-style6 .content .form .form-group button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.tc-subscribe-style6 .content .form .form-group button:hover {
    color: var(--color-red); }

/* --------------- instagram style6 --------------- */
.tc-instagram-style6 .insta-card {
    position: relative;
    display: block; }
.tc-instagram-style6 .insta-card::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.tc-instagram-style6 .insta-card:hover::after {
    opacity: 0.4; }
.tc-instagram-style6 .insta-card:hover .icon {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.tc-instagram-style6 .insta-card .img {
    height: 300px;
    }
.tc-instagram-style6 .insta-card .icon {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

@media screen and (max-width: 991px) {
    .tc-instagram-style6 {
        overflow: hidden; } }

/* --------------- footer style6 --------------- */
.tc-footer-style6 {
    padding: 80px 0 50px;
}
.tc-footer-style6 .foot-links {
    text-align: center;
    padding-bottom: 30px;
     padding-top: 30px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.tc-footer-style6 .foot-links a {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 25px 10px;
}
.tc-footer-style6  a:hover {
    color: var(--color-red); }
.tc-footer-style6 .social-links .links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tc-footer-style6 .social-links .links a:hover {
    background-color: var(--color-red);
    color: #fff; }
.tc-footer-style6 .newsletter .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px; }
.tc-footer-style6 .newsletter .form-group .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.tc-footer-style6 .newsletter .form-group input {
    border: 0;
    background-color: transparent;
    text-align: start;
    width: 100%;
    font-size: 14px;
    }
.tc-footer-style6 .newsletter .form-group button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0;
    background-color: transparent; }
.tc-footer-style6 .payment {
    text-align: center;
    margin-top: 80px; }
.tc-footer-style6 .payment img {
    height: 35px; }

@media screen and (max-width: 991px) {
    .tc-footer-style6 .foot-links a {
        margin: 0 15px 10px;
        font-size: 14px;
        } }

.home-style6 {
    /* font-family: 'Petrov Sans-Regular', sans-serif; */
}
.home-style6 .section-title h2 {
    font-size: 40px;
    font-weight: 500;
    /* text-transform: uppercase; */
}
.home-style6 h1, .home-style6 h2, .home-style6 h3, .home-style6 h4, .home-style6 .sub-font {
    font-family: 'Petrov Sans', serif;
}

@media screen and (max-width: 991px) {
    .home-style6 br {
        /* display: none; */
        }
    .home-style6 .fsz-50 {
        font-size: 20px !important;
        line-height: 1.3!important;
        }
.home-style6 .fsz-16 {
        font-size: 14px !important;
        }
    .home-style6 .mt-10{
        margin-top:20px!important;
    }
    .home-style6 .fsz-40 {
        font-size: 25px !important; }
    .home-style6 .mb-90 {
        margin-bottom: 40px !important; }
    .home-style6 .fsz-30 {
        font-size: 18px !important; }
    .home-style6 .section-title h2 {
        font-size: 35px;
        line-height: 60px;
        }
    .home-style6 .butn {
        padding: 12px 15px;
        font-size: 13px;
        }
    .float-social-links {
        display:none;
    }
    .copy p{
    font-size: 15px;
    margin-top: 40px;
    }
    p {
  font-size: 16px;
  line-height: 1.8;
}
}


.f-img{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.copy p{
    font-size: 15px;
}

.df-logo{
    width: 20px;
    fill: #666;
    margin-top: 15px;
}

.font-mon{
    font-family: "Petrov Sans", sans-serif;
}



.tc-navbar-style6 .cir-icon {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-red);
    border-radius: 50px;
    font-size: 17px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tc-navbar-style6 .cir-icon:hover {
    background-color: var(--color-red);
    color: #fff;
}

.txt{
    font-size: 17px;
}



.float-social-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1vw;
    z-index: 20; }
.float-social-links a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00000045;
    font-size: 16px;
    color: #fff;
    margin: 10px; }
.float-social-links a:hover {
    background-color: var(--color-red);
}
.float-icons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1vw;
    z-index: 20; }
.float-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00000045;
    font-size: 16px;
    color: #fff;
    margin: 10px; }
.float-icons a:hover {
    background-color: var(--color-orange1); }


.slide.active {
    animation: grow 4s linear forwards;
    opacity: 1;
}

@keyframes grow {
    0%, 20% {
        transform: scale(1);
    }

    75%, 100% {
        transform: scale(1.15);
    }
}


.controls-container {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 2;
}

.control {
    cursor: pointer;
    opacity: 0.5;
    margin: 6px;
    height: 40px;
    width: 5px;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {

    opacity: 1;
    transform: scale(1.2);
}

.open_search {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 20;
}

.search_block {
    opacity: 0;
    text-align: center;
    height: 0;
    position: absolute;
    top: 127px;
    margin-top: -41px;
    margin-left: -50px;
    &.visible{
        opacity: 1;
        height: auto;
        .search_box {
            opacity: 1;
            top: 0;
            transform: scale(1);
        }
    }
;
}

.search_box {
    background-color: #ed1c24;-
shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
    display: inline-block;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -120px;
    transform: scale(1.05);
    transition: all 0.4s ease 0s;
    z-index: 10;

    .search_input {
        padding-left: 20px;
        border: 3px solid #fff;
        box-sizing: border-box;
        display: inline-block;
        height: 50px;
        line-height: 2;
        min-width: 250px;
        outline: medium none;
        /* padding: 10px 10px 10px 43px; */
        /* width: 320px; */
        transition: all 0.45s ease 0s;
        -webkit-appearance: none;
        border-radius: 0;
    }
    .search_icon {
        background-color: transparent;
        border: medium none;
        color: #111;
        font-size: 16px;
        left: 20px;
        line-height: 1;
        padding: 8px;
        position: absolute;
        top: 24px;
    }
}

::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.s-btn{
    width: 50px;
    display: flex!important;
    justify-content: center;
}


.dropdown-menu {
    max-width: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}
.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
}

.category-products .col-md-4 {
    margin-bottom: 15px;
}
.list-group-item{
    padding-left: 0;
    cursor: pointer;
    margin-bottom: 10px;
    background: none;
    border: none;
    text-align: left;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.list-group-item:hover{
    color:#ed1c24;
}


.list-group-item.active {
    background-color: rgba(255, 0, 0, 0) !important;
    color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}


.category-list {
    background: #f3f3f3;
    padding: 35px;
}


.list-group{
    padding: 10px 30px!important;
}

.category-products .title {
    display: flex;
    align-items: center;
    margin: 10px 0 50px 25px;
    flex-wrap: wrap;
}

.category-products .title h2 {

    margin: 0;

    padding: 0;

    font-size: 21px;

    color: #171d24;

    font-weight: 200;
}

.category-products .title .line {
    width: 100%;
    height: 1px;
    background: rgba(49, 28, 35, .12);
    margin-left: 20px;
    flex: 1;
}

.category-products h6{
    font-size: 17px;
}
.category-products{
    padding: 0 15px;
}

.category-products img:hover{
    transform: scale(1.08);

}

.p-item{
    margin-bottom: 50px;
}

.p-item img{
    padding: 0 20px;
}

.p-item:hover{
    color:#ed1c24;
}

.posts-content{
    margin: 0 0 100px;
}

/* -------------------------------- */

.mr-20 {
    margin-right: 20px !important;
}

.mlr-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.open_search {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: relative;
    z-index: 20;
}

.search_block {
    opacity: 0;
    text-align: center;
    height: 0;
    position: absolute;
    top: 127px;
    margin-top: -41px;
    margin-left: -150px;
    &.visible{
        opacity: 1;
        height: auto;
        .search_box {
            opacity: 1;
            top: 0;
            transform: scale(1);
        }
    }
}

.search_box {
    background-color: #ed1c24;-
shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
    display: inline-block;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -120px;
    transform: scale(1.05);
    transition: all 0.4s ease 0s;
    z-index: 10;

    .search_input {
        padding-left: 20px;
        border: 3px solid #fff;
        box-sizing: border-box;
        display: inline-block;
        height: 60px;
        line-height: 2;
        min-width: 293px;
        outline: medium none;
        /* padding: 10px 10px 10px 43px; */
        /* width: 320px; */
        transition: all 0.45s ease 0s;
        -webkit-appearance: none;
        border-radius: 0;

    }
    .search_icon {
        background-color: transparent;
        border: medium none;
        color: #111;
        font-size: 16px;
        left: 20px;
        line-height: 1;
        padding: 8px;
        position: absolute;
        top: 24px;
    }
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-80 {
    font-size: 80px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

fw-700 {
    font-weight: 600 !important;
}

.mt-100 {
    margin-top: 100px !important;
}


.mtb-100 {
    margin: 100px 0px;
}

.fs-25 {
    font-size: 25px;
}

.social-icons i {
    background-color: transparent;
    padding: 7px;
    border-radius: 60px !important;
    margin-right: 5px;
}

.social-icons i:hover {
    color: red;
}

.bg-form {
    background-color: #f6f6f6 !important;
}

.p-100 {
    padding: 100px 0px;
}

.fs-17 {
    font-size: 17px !important;
}

.form-control{
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgb(104, 104, 104);
}

.form-control:focus{
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.b-radius-24 {
    border-radius: 24px;
}

.b-d-image {
    display: flex;
    width: 1800px;
}

.product-title {
    font-size: 50px;
}

.w-250 {
    width: 250px;
}

.h-400 {
    height: 400px;
}

.shadowProduct {
    transition: box-shadow 0.5s ease;
}

.shadowProduct:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.5s ease;
}

.custom-product-catagory-design{
    padding: 0 0 100px 0px;
}
.custom-product-catagory-design .custom-catagory{
    /* border: 1px solid #ddd !important; */
    background-color: #f9f9f9;
    padding: 10px 0;
}
.custom-catagory .product-detail a h4{
    margin-bottom:0px;
    font-size: 24px;
}
.custom-catagory .product-detail{
    padding: 20px 20px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.custom-catagory .image{
    /* border-bottom: 1px solid #ddd; */
    overflow: hidden;
    margin:10px;
    height: 400px;
}
.custom-catagory .image img{
    transition: 0.3s !important;
    width: 100%;
}
.custom-catagory:hover .image img{
    transform: scale(1.2);
}
.custom-catagory{transition: 0.3s !important;border: 2px solid #ffffff;}
.custom-catagory:hover{
    /* box-shadow: 0 0 10px 0 rgba(0,3,0,.25); */
    /* border: none; */
    border-color: var(--color-red);
}
.custom-catagory .product-detail span{
    transition: 0.3s;
    font-size: 15px;
}
.custom-catagory:hover .product-detail h4{
    color: #ed1c24;
}
.custom-catagory:hover .product-detail{
    transform: rotate3d(360, 0, 0, 360deg);
}

.swiper-container.p {
    width: 100%;
    height: 465px;
}
.swiper-slide.p-img img {
    background-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .category-products .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 992px) {

    .tc-navbar-style6 .logo img {
        height: 60px;
    }

    .jcc {
        justify-content: start;
    }
    .p-3.p-detail{
        padding:0px!important;
    }
    .b-title{
        font-size:15px!important;
    }
    .custom-catagory .image{
    height: auto!important;
    }
     .content{
        padding:0!important;
    }
    .ptb-100 {
    padding: 60px 0px!important;
    }
    .editorContent{
     padding:15px;
    }

}



.butn.contact{
    border-color: #fafafa !important;
    background: #ed1c24;
    color: white !important;
    border: none;
}

.bg-cat-gray {
    background-color: #f9f9f9 !important;
}

.z999 {
    z-index: 9999999 !important;
}

.z999:hover {
    z-index: 9999999 !important;
}

.bottom-line {
    border-bottom: 2px solid red;
}

.ptb-100 {
    padding: 100px 0px;
}

.mt-25 {
    margin-top: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.mtb-100 {
    margin: 100px 0px;
}

center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Roboto', Tahoma, Arial, sans-serif;
line-height: 1.5;
font-size: 13px;
}

form {
    outline: 0;
    float: left;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

form > .textbox {
    outline: 0;
    height: 42px;
    width: 244px;
    line-height: 42px;
    padding: 0 16px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #212121;
    border: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

form > .textbox:focus {
    outline: 0;
    background-color: #FFF;
}

form > .button {
    outline: 0;
    background: none;
    background-color: rgba(38, 50, 56, 0.8);
    float: left;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border: 0;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

form > .button:hover {
    background-color: rgba(0, 150, 136, 0.8);
}

.post-date {
    color: #ed1c24;
    font-size: 16px;
}

.tc-project-style1 .title {
    font-size: 16px;
    font-weight: 600;
}


.accordion .accordion-body table th { min-width: 160px;}


.swiper-container {
    width: 100%;
    height: 500px; /* Ana slider yüksekliği */
}

.thumbs-slider {
    height: 100px; /* Küçük resim slider yüksekliği */
    margin-top: 10px;
}

.thumbs-slider .swiper-slide {
    width: 100px; /* Küçük resimlerin genişliği */
    opacity: 0.4;
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    img{
        border: 1px solid var(--color-red);
    }
}
.main-slider-d{
    overflow: hidden;
}
.swiper-button-next{
    color: white !important;
    z-index: 999 !important;
    padding: 26px  !important;
    background: #d7d7d7 !important;
    border-radius:30px;
    cursor: pointer !important;
}
.swiper-button-prev{
    color: white !important;
    z-index: 999 !important;
    padding: 26px  !important;
    background: #d7d7d7 !important;
    border-radius:30px;
    cursor: pointer !important;
}
.thumb-next{
    width: 6px !important;
    height: 6px !important;
}
.swiper-button-next::after{
    font-size: 26px !important;
}
.swiper-button-prev::after{
    font-size: 26px !important;
}
