:root {
    --main-color: #96131b;
    --second-color: #000;
    --text-color: #1d1d1d;
    --link-color: #1d1d1d;
}

body {
    color: var(--text-color);
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Bebas Neue", serif;
    background: #fff;
    text-transform: uppercase;
}
a{
    text-decoration: none;
    color: var(--link-color);
}
a:hover{
    color: var(--main-color);
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
*{
    transition: all 0.3s ease-out;
}
.placehold{
    padding: 500px 0;
    background: rgba(4, 20, 33,0.05);
}

.main-slider .area{
    width: 100%;
}
.main-slider .slick-slide img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.main-slider .slick-dots{
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main-slider .slick-dots li button:before{
    font-size: 14px;
    color: #fff;
}
.main-slider{
    margin: 0 !important;
}


header{
    width: 100%;
    z-index: 2;
    padding: 40px 0;
    color: var(--text-color);
}
header .container{
    display: flex;
    justify-content: space-between;
}
header.transparent{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
}
header .right-menu{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}
header .top{
    display: flex;
    align-items: center;
    gap: 20px;
}
.logo img{
    height: 100px;
    object-fit: contain;
}
ul.lang{
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.lang li{
    position: relative;
}
ul.lang li a{
    color: #9d9d9c;
}
ul.lang li a:hover{
    color: currentColor;
}
ul.lang li.active a{
    color: currentColor;
}
ul.lang{
    list-style: disc;
}
ul.lang li{
    margin-left: 10px;
}
ul.lang li:first-child{
    list-style: none;
}

header a{
    color: currentColor;
}
header a:hover{
    color: #9d9d9c;
}
ul.menu{
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.menu a{
    font-size: 18px;
}
ul.menu{
    list-style: disc;
}
ul.menu li{
    margin-left: 10px;
}
ul.menu li:first-child{
    list-style: none;
}

section{
    padding: 90px 0;
}
.pt-30{
    padding-top: 30px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
section.main-slider-area{
    padding: 0;
}

.dark{
    background: #000;
}
.dark p{
    color: #fff;
}
section.about p{
    font-size: 20px;
}

.mh-500{
    max-height: 500px;
    object-fit: contain;
}

section.categories{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
}
section.categories .item{
    display: block;
    width: calc((100%/3) - 5px);
    position: relative;
    height: 100%;
}
section.categories .item img{
    object-fit: cover;
    max-height: 990px;
    width: 100%;
}
section.categories .item h3{
    position: absolute;
    left: 60px;
    right: 60px;
    top: 60px;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
section.categories .item i{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: #fff;
}
section.categories .item:hover i,
section.categories .item:hover h3{
    color: var(--main-color);
}

section.products{
    padding: 70px 0;
}
section.products .item{
    padding: 30px;
    text-align: center;
}
section.products .item img{
    margin-bottom: 20px;
}
.slick-next:before,
.slick-prev:before{
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    color: var(--text-color);
    font-size: 30px;
}
.slick-next:before {
  content: "\f101";
}
.slick-prev:before {
  content: "\f100";
}

.f-400{
    font-weight: 400;
}
.f-500{
    font-weight: 500;
}
.f-600{
    font-weight: 600;
}
.f-700{
    font-weight: 700;
}

footer{
    padding: 70px 0;
    background: #000;
    color: #fff;
}
footer a, footer p, footer i{
    color: currentColor;
}

footer p{
    margin-bottom: 5px;
}
footer h4{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
footer ul.social{
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
footer ul.social a{
    font-size: 24px;
}

footer .end{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer ul.lang,
footer ul.menu {
    margin-bottom: 10px;
}
footer ul.lang a{
    font-size: 14px;
    color: #fff;
}
footer ul.menu a{
    font-size: 14px;
}

footer .bottom{
    margin-top: 20px;
    align-items: flex-end;
}

.p-slider .slick-prev, .p-slider .slick-next{
    width: 30px;
}
.p-slider .slick-slide img{
    width: 100%;
}
header .menu-toggle{
    display: none;
}

section.breadcrumb{
    padding: 0;
    margin: 0;
}
section.breadcrumb img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
section.breadcrumb .content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
section.breadcrumb h2{
    font-size: 48px;
}

.history h4{
    font-weight: 400;
    display: flex;
    gap: 15px;
    padding-left: 40px;
}
.history h4 span{
    height: 140px;
    width: 5px;
    background: var(--main-color);
    position: relative;
}
.history h4 span:after{
    content: "";
    width: 25px;
    height: 25px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    border-radius: 100%;
    transform: translateX(-50%);
    left: 50%;
}
.history .item{
    padding: 0 20px;
}
.history h3{
    margin-top: 20px;
    font-weight: 700;
    font-size: 36px;
}
.history .slick-slide:nth-child(even){
    margin-top: 100px;
}
html{
    margin-right: 0 !important;
    overflow: auto !important;
}
section.breadcrumb{
    position: relative;
}
section.breadcrumb h2{
    margin: 0;
}
section.contact h3{
    margin-bottom: 30px;
}
section.contact a{
    color: #6c6c6c;
}
section.contact a:hover{
    color: var(--main-color);
}
section.contact p{
    color: #6c6c6c;
    margin-bottom: 30px;
    font-size: 20px;
}

.product-list .item{
    padding: 40px;
}
.product-list .item img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.product-list .item .content{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}
.filters{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-right: 30px;
}

.p-page h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.c-list{
    margin-bottom: 20px;
}
.c-list label{
    margin-top: 2px;
    display: flex;
    gap: 10px;
}
.c-list a.main{
    color: var(--main-color);
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}
.c-list a.main i {
    font-size: 4px;
}
.c-list a + label {
    margin-top: 5px;
}
.product-img {
    position: relative;
}
.product-img .popup-image{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
}
.p-detail-slider{
    margin-top: 20px;
}
.p-detail-slider .slick-slide{
    margin-left: 10px;
    margin-right: 10px;
}
.p-detail-slider .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
section.product{
    padding-top: 30px;
}
section.product h4{
    font-weight: 600;
    margin-bottom: 30px;
}
section.product h4 + p{
    margin-top: -10px;
}
section.product p{
    font-size: 18px;
}
section.product ul {
    margin-bottom: 50px;
}
section.product ul li{
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
}
section.product ul li strong{
    font-weight: 500;
    width: 50%;
    display: inline-block;
}
section.product .btns{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.add-btn{
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    gap: 20px;
    align-items: center;
    background: transparent;
    border: none;
}
.add-btn img{
    height: 35px;
}
header{
    position: relative;
}
.btn{
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px;
}
.btn-primary{
    background: var(--main-color);
    border: var(--main-color);
}
.btn-primary:hover{
    background: var(--second-color);
    border: var(--second-color);
}
.btn-block{
    display: block;
    width: 100%;
}
.form-group{
    margin-bottom: 20px;
}
section.login .links{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
section.login .links a{
    font-size: 24px;
    font-weight: 600;
}
section.login .links a.active{
    color: var(--main-color);
}
.text-right{
    text-align: right;
}
a.lostPass{
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
    font-weight: 500;
}

.form-control{
    border-radius: 0;
    border-color: var(--text-color);
}
label + .form-control{
    margin-top: 10px;
}
section.login input{
    padding-top: 10px;
    padding-bottom: 10px;
}

section.breadcrumb.half img{
    height: 450px;
}

section.categories .item{
    overflow: hidden;
}

section.categories .item:hover img{
    scale: 1.1;
}
header ul.menu li.close{
    display: none;
}
header ul.menu li:nth-child(2){
    list-style: none;
}
@media(max-width:768px){
    section.login .links{
        margin-top: 50px;
    }
    section.p-page .col-md-3{
        padding-left: 30px;
    }
    .product-list .item{
        padding-top: 0;
    }
    .filters{
        display: none;
    }
    .reverse-m{
        flex-direction: column-reverse;
    }
    ul.menu{
        display: none;
    }
    header{
        padding: 20px 0;
    }
    .main-slider .slick-slide img{
        height: 50vh;
    }
    .main-slider .slick-dots{
        right: 10px;
    }
    section{
        padding: 50px 0;
    }
    section.about p{
        font-size: 16px;
    }
    section.about img{
        margin-top: 20px;
    }
    section.categories .item{
        width: 100%;
    }
    section.categories .item img{
        max-height: 500px;
    }
    section.categories .item h3{
        font-size: 36px;
        text-align: center;
    }
    section.products{
        padding: 35px 0;
    }
    .slick-next{
        right: 0;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next:before, .slick-prev:before{
        font-size: 24px;
    }
    .slick-prev, .slick-next{
        width: 24px;
    }
    footer .end{
        align-items: flex-start;
    }
    footer ul.menu{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        list-style: none;
        gap: 10px;
    }
    ul.lang li:first-child{
        margin-left: 0;
    }
    footer ul.menu li{
        margin: 0;
    }
    header .right-menu{
        gap: 10px;
    }
    header .menu-toggle{
        display: block;
        font-size: 24px;
    }
    header .container{
        align-items: center;
    }
    header ul.menu{
        position: absolute;
        left: 35%;
        right: 0px;
        top: 0;
        bottom: 0;
        height: 100vh;
        background: var(--main-color);
        padding: 15px 30px;
        color: #fff;
        list-style: none;
    }
    header ul.menu li{
        margin: 0;
        margin-bottom: 20px;
    }
    header ul.menu li.close{
        display: block;
        text-align: right;
    }
    section.breadcrumb img{
        height: 50vh;
    }
    section.breadcrumb h2{
        font-size: 24px;
    }
    .mh-500{
        max-height: 300px;
    }
    .history h4{
        font-size: 16px;
    }
    .history h3{
        font-size: 30px;
        margin-left: 5px;
    }
    .popup-gallery a{
        display: block;
        margin-bottom: 20px;
    }
    .p-detail-slider{
        margin-bottom: 20px;
    }
    section.product .btns{
        margin-top: 40px;
    }
    section.product ul{
        margin-bottom: 30px;
    }
}

.user-dashboard-tab__head{
    background: #f7f7f7;
    padding: 1.5rem 0;
    flex-basis:18rem;
    max-width: 18rem;
    margin-right: 3rem;
}

.user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover{
    background: var(--main-color);
    color: #fff;
}

.user-dashboard-tab__head .nav-link{
    display: block;
    padding: 1rem 1.5rem;
    color: var(--text-color);
}

.tab-content {
    width: 100%;
}

.backdrop{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 2;
    display: none;
}
@media(max-width:768px){
    header ul.menu{
        z-index: 3;
    }
}

.p-detail-slider .slick-slide img{
    aspect-ratio: 1;
    object-fit: contain;
}

.product-img img{
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1;
}