/* Header Css  */
.site-header {
    position: relative;
    width: 100%;
    /* z-index: 99; */
    /* background: var(--body-color); */
}

.site-header::before {
    content: "";
    position: absolute;
    background-image: url(../img/header-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 30px;
    top: 0;
}

.site-header .mobile-header {
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 40px 20px;
    background-color: var(--extra-color-1);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 9999;
}

.header-logo .logo-here {
    object-fit: cover;
    width: 100%;
    max-width: 210px;
}

.head-link {
    gap: 60px;
}

.head-link li:first-child {
    list-style: none;
    padding-left: 0px;
}

span.active-status {
    background: var(--extra-color-1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--primary-regular-font);
    right: -7px;
    top: -8px;
}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0);
    }
}

/* Header Css  */

/* Banner Section Start Here */
.banner-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    /* margin: auto; */
}

.banner_heading {
    /* font-size: 240px; */
    line-height: 180px;
}

.scroll-down-wrapper {
    bottom: 30px;
    z-index: 9999;
}

.scroll-down-wrapper .scrolldown-btn {
    background: #ffffff50;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: var(--body-color);
    font-size: 20px;
}

.ml1 .letter {
    display: inline;
    /* line-height: 1em; */
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
    opacity: 1;
}

/* Banner Section End Here */

/* categories-section Css  */
.categories_fig {
    background: var(--dark-color);
    border-radius: 27px;
}

/* arrivals-section Css  */

.arrivals-slide.slick-slide.slick-current.slick-active {
    transform: scale(1.1);
}

.arrivals-section .arrivals-slide .arrivals-img {
    border: 10px solid transparent;
    background-size: cover;
    border-radius: 50%;
}

.arrivals-slide.slick-slide.slick-current.slick-active .arrivals-img {
    border-color: #EEEEEE;
}

.arrivals-section .slick-track {
    padding-top: 40px;
}

.arrivals-slide {
    margin: 0px 20px;
}

/* arrivals-section Css  */

/* story-section Css  */

.story-section::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 30%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    top: 0;
}

.story-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/story-right-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
    z-index: -1;
    bottom: 110px;
    right: 0;
}

.story_heading::before {
    content: "";
    position: absolute;
    background: var(--secondary-color);
    width: 140px;
    height: 2px;
    bottom: -5px;
    left: -30px;
    border-radius: 20px;
}

/* story-section Css  */

/* deal-section Css  */

.deal-section {
    margin-top: 160px;
}

.deal-text {
    top: -200px;
    left: 320px;
    z-index: -1;
}

.deal-section::after {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    background-color: #b07bb510;
    z-index: -1;
    top: 0;
    right: 0;
}

.timer-wrap {
    background: var(--body-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
}

/* insta-section Css  */

.insta-section {
    background-image: url(../img/insta-bg.png);
}

.insta-icon-wrapper {
    background: #b07bb54f;
    border-radius: 20px;
    top: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .6s cubic-bezier(.92, -.08, 0, 1.06);
}

.insta-wrapper .insta_fig {
    overflow: hidden;
    border-radius: 20px;
}

.insta-wrapper figure:hover .insta-icon-wrapper {
    top: 0;
    opacity: 1;
}

.seller-slide{
    margin: 0px 20px;
}

/* footer Css  */

.site-footer {
    padding: 80px 0px 0px;
}

.footer-lists-heading {
    position: relative;
}

.footer-lists-heading::before {
    content: "";
    position: absolute;
    background-color: var(--body-color);
    width: 40px;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-size: cover;
}

/* footer Css  */