@import "/styles/reset.css";
@import "/styles/variables.css";

/* Homepage Header Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.top_lane_top {
    background-color: #000000;
    padding: 0px 10px;
}

.top_lane {
    display: flex;
    background-color: #000000;
    align-items: center;
    padding: 12px 0px;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: center;
}

.top_lane_text {
    display: flex;
    justify-content: center;
    flex-grow: 4;
    gap: 10px;
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    text-align: center;
}

.header_shopnow {
    color: #FAFAFA;
    font-weight: 600;
    line-height: 24px;
}

.top_lane_language {
    display: flex;
    justify-content: center;
}

#languageSelect {
    background-color: black;
    color: #FAFAFA;
    border-color: black;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.homepage_header {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 36px 10px 0px 10px;
    flex-wrap: wrap;
}

.exclusive {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.homepage_menu {
    display: flex;
    gap: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.homepage_menu a {
    text-decoration: none;
    color: #000000;
}

.homepage_header_left {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
}

.header_input {
    width: 250px;
    padding: 7px 12px 7px 20px;
    border-color: transparent;
    background-color: #F5F5F5;
}

.header_input_btn {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 37%;
    top: 15%;
}

.header_account {
    display: flex;
    gap: 15px;
}

.homepage_line {
    width: 100%;
    background-color: #a7a7a7;
    height: 1px;
    margin-top: 25px;
}

.homepage_main {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0px 10px;
    margin-bottom: 60px;
}

.main_sections {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #fff;
    padding-top: 50px;
    border-right-color: #a7a7a7;
    padding-right: 30px;
}

.main_sections li {
    margin-bottom: 12px;
}

ul {
    list-style: none;
}

.list-angle {
    display: flex;
    gap: 51px;
    justify-content: space-between;
}

.main_line {
    width: 1px;
    background-color: #a7a7a7;
    height: 100;
    margin-top: 25px;
}

.swiper {
    max-width: 880px;
    max-height: 340px;
    margin-top: auto;
    margin-right: 0px !important;
    margin-left: 10px !important;
}

.swiper-slide {
    display: flex !important;
    background-color: #000000;
}

.main_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.swiper-apple_logo_text {
    color: #FAFAFA;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap: 20px;
}

.swiper-text {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}

.swiper-shopnow {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.swiper-shopnow-left a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.shopnow-line {
    width: 80px;
    height: 1px;
    background-color: white;
}

.swiper-arrow-right {
    width: 24px;
    height: 24px;
}

.slider-right-img {
    margin-top: 20px;
}

.swiper-slide2 {
    background: #0e0c0c;
}

.slider-woman-with-hat-img {
    width: 500px;
    height: 350px;
}

.slider-play-station-img {
    width: 328px;
    height: 325px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #3674f2 !important;
    opacity: 1 !important;
}

/* Homepage Header End */
/*   Homepage Today Products Start  */

.container-today-products {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.today-header {
    font-family: "Inter", sans-serif;
    display: flex;
    gap: 87px;
    justify-content: space-between;
}

.sales-ctn {
    display: flex;
    gap: 87px;
}

.td-img {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sl-td-img {
    width: 20px;
    height: 40px;
}

.sl-td {
    color: #db4444;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.sl-td- {
    font-size: 36px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.today-timer {
    max-width: 302px;
    display: flex;
    align-items: end;
    margin-bottom: 30px;
    gap: 18px;
}

.today-timer span {
    font-size: 32px;
    font-weight: 700;
}

.today-timer p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.today-timer img {
    margin-bottom: 10px;
}

.btn-ctn {
    display: flex;
    max-width: 100px;
    gap: 8px;
    align-items: end;
    margin-bottom: 30px;
}

.btn-ctn button {
    border: none;
    background: transparent;
}

.btn-ctn img {
    cursor: pointer;
}

.products-sales-card {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 30px;
}

.products-card-hot {
    max-width: 270px;
    object-fit: contain;
}

.card-img {
    mix-blend-mode: multiply;
    width: 190px;
    object-fit: contain;
    height: 180px;
    margin: 0 auto;
}

.products-img-ctn {
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 250px;
    position: relative;
    display: flex;
    background-color: #f5f5f5;
}

.products-img-ctn:hover .bst-add-cart {
    transform: translateY(0px);
}

.card-add {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 270px;
    height: 41px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    transition: all 0.5s;
}

.products-card-hot .products-img-ctn:hover .card-add {
    display: block;
}

.img-icn {
    top: 10px;
    right: 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 40px;
    gap: 20px;
    cursor: pointer;
}

.img-icn img {
    transition: all 0.2s;
    width: 34px;
    height: 34px;
    background-color: white;
    border-radius: 50px;
    padding: 8px;
}

.img-icn img:hover {
    background-color: #db4444;
}

.card-info {
    flex-direction: column;
    display: flex;
    gap: 12px;
    font-family: "Poppins", sans-serif;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.card-price-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-prc- {
    color: #db4444;
}

.card-prc {
    text-decoration: line-through;
    color: grey;
    margin-right: 10px;
}

.card-icn {
    display: flex;
    align-items: center;
    height: 20px;
    gap: 2px;
}

.card-icn- {
    padding-left: 8px;
}

@media (max-width: 1210px) {
    .products-sales-card {
        display: grid;
        grid-template-columns: repeat(2, 270px);
        gap: 30px;
        justify-content: center;
    }
}

@media (max-width: 750px) {
    .today-header {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
    }
}

@media (max-width: 620px) {
    .products-sales-card {
        display: grid;
        grid-template-columns: repeat(1, 270px);
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .today-header .sales-ctn {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sales-ctn .today-timer {
        margin: 0 auto 40px auto;
    }
}

/*   Homepage Today Products End  */

/*--------------------------------------------------------------
# Homepage Browse By Category
--------------------------------------------------------------*/

.homepage-browse-by-category {
    display: flex;
    flex-direction: column;
    max-width: 1170px;
    margin: 0 auto;
    gap: 60px;
}

.homepage-category-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.homepage-category-title-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #DB4444;
}

.homepage-category-title-content {
    display: flex;
    justify-content: space-between;
}

.homepage-title {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
}

.homepage-category-title-content-btn {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.homepage-category-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    width: 46px;
    height: 46px;
}


.homepage-category-content {
    max-width: 1170px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: "Poppins", sans-serif;
    flex-wrap: wrap;
}

.homepage-category-content-cellphone,
.homepage-category-content-computer,
.homepage-category-content-smartwatch,
.homepage-category-content-headphone,
.homepage-category-content-gamepad,
.homepage-category-content-camera {
    border: 1px solid #0000004D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 145px;
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease;
}

.active {
    background-color: #DB4444;
}

.homepage-category-content-camera img {
    width: 56px;
    height: 56px;
}

@media(max-width:900px) {
    .homepage-browse-by-category {
        margin: 0 auto;
    }
}

@media(max-width:456px) {
    .homepage-category-title {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
}

/* BEST SELLING PRODUCT START*/

html {
    scroll-behavior: smooth;
}

.bst-sellng-prdct-container {
    margin: 0 auto;
    /* width will be changed to percentages accordingly to the body */
    max-width: 1170px;
    height: auto;
    font-family: var(--fnt-family-Poppins);
    font-size: var(--fnt-size-s);
    /* 16px */
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.bst__date {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.date__red-box {
    background-color: var(--fnt-clr-secondary);
    width: 20px;
    height: 40px;
    border-radius: 4px;
}

.date__title {
    color: var(--fnt-clr-secondary);
    line-height: 20px;
}

.bst__heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading__title {
    font-family: Inter;
    font-size: var(--fnt-size-md);
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.04em;
}

.heading__btn-view-all {
    width: 20%;
    height: 4rem;
    border-radius: 4px;
    font-family: Poppins;
    font-size: var(--fnt-size-s);
    /* 16px */
    font-weight: 500;
    line-height: 24px;
    background-color: var(--fnt-clr-secondary);
    color: var(--fnt-clr-white);
    cursor: pointer;
    border: none;
}

.bst__prdct-container {
    width: 100%;
}

.bst__prdct-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    width: 100%;
    gap: 12px;
}

.prdct__card {
    display: flex;
    flex-direction: column;
    font-family: var(--fnt-family-Poppins);
    flex: 1 1 23%;
    max-width: 270px;
    gap: 12px;
}

.card__img-container {
    position: relative;
    background-color: var(--fnt-clr-grey);
    height: 270px;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

.card__img-wrapper {
    align-content: center;
}

.card__img__icons__wrapper button {
    border: none;
}

.card__img {
    mix-blend-mode: multiply;
    object-fit: cover;
    max-width: 190px;
    max-height: 180px;
}

.card__img__icons__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    padding: 5px;
}

.--icon-round-border {
    border-radius: 100%;
    padding: 5px;
    background-color: var(--fnt-clr-white);
    width: 34px;
    height: 34px;
    cursor: pointer;
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
}

.--bg-red {
    background-color: var(--fnt-clr-secondary);
}

.--icon-round-border:hover {
    background-color: var(--fnt-clr-secondary);
}

.bst-add-cart {
    position: absolute;
    background-color: var(--fnt-clr-secondary);
    color: #fff;
    transform: translateY(50px);
    border: none;
    bottom: 0;
    cursor: pointer;
    width: 100%;
    height: 41px;
    font-size: 1em;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    transition: all 0.5s;
}

.fade-text {
    transition: opacity 0.5s ease;
    /* Smooth transition for text opacity */
    opacity: 1;
}

.fade-text-out {
    opacity: 0;
    /* Fade out the text */
}

.card__img-container:hover .bst-add-cart {
    transform: translateY(0px);
}

.prdct__card__price-wrapper {
    display: flex;
    gap: 1em;
}

.prdct__card__price {
    color: var(--fnt-clr-secondary);
    font-size: var(--fnt-size-s);
}

.prdct__card__title {
    white-space: nowrap;
    overflow: hidden;
}

.--price-overline {
    opacity: 50%;
    color: var(--fnt-clr-black);
    text-decoration: line-through;
}

.rating-container {
    display: flex;
    justify-content: start;
    gap: 1rem;
    align-items: center;
}

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

.ratng-comments {
    size: 14px;
    opacity: 50%;
}

/* BEST SELLING PRODUCT END*/

/* BEST SELLING PRODUCT MEDIA QUERIES START*/

/* width for main wrapper container will be deleted
once the body is added  */
@media (min-width: 900px) and (max-width: 1199px) {
    .bst-sellng-prdct-container {
        width: 900px;
    }

    .prdct__card {
        max-width: none;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .bst-sellng-prdct-container {
        width: 600px;
    }
}

@media (max-width: 599px) {
    .bst-sellng-prdct-container {
        width: 400px;
        font-size: var(--fnt-size-s);
        /* 16px */
    }

    .bst__prdct-wrapper {
        justify-content: center;
    }

    .prdct__card {
        max-width: none;
        min-width: 200px;
    }

    .heading__title {
        font-size: var(--fnt-size-s-m);
        /* 16px */
    }
}

/* BEST SELLING PRODUCT MEDIA QUERIES END*/

/* NEW ARRIVALS START */

.container-new-arrivals {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.nw-title {}

.title-img {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nw-title-img {
    width: 20px;
    height: 40px;
}

.nw-title-- {
    color: #db4444;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.nw-subtitle-- {
    font-size: 36px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.nw-grid {
    display: grid;
    grid-template-columns: repeat(2, 570px);
    grid-template-rows: repeat(1, 600px);
    gap: 20px;
}

.nw-grid-db {
    display: grid;
    grid-template-columns: repeat(2, 190px);
    grid-template-rows: repeat(2, 284px);
    gap: 32px;
}

.nw-grid-db- {
    display: grid;
    grid-template-columns: repeat(2, 284px);
    gap: 20px;
}

.grid-img-ps {
    max-width: 570px;
    background-size: cover;
    background-color: black;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.grid-img-ps img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ps-img-info {
    margin: 0;
    max-width: 242px;
    position: absolute;
    bottom: 32px;
    left: 32px;
    color: white;
}

.ps-title {
    font-size: 24px;
}

.ps-txt {
    font-size: 14px;
}

.ps-buy {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.grid-img-woman {
    grid-area: 1 / 1 / 2 / 4;
    max-width: 570px;
    background-size: cover;
    background-color: black;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.grid-img-woman img {
    max-width: 432px;
    padding-left: 138px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wm-img-info {
    max-width: 255px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.wm-title {
    font-size: 24px;
}

.wm-txt {
    font-size: 14px;
}

.wm-buy {
    cursor: pointer;
    font-size: 16px;
    color: white;
    text-decoration: underline;
}

.grid-img-speakers {
    height: 284px;
    max-width: 270px;
    background-size: cover;
    background-color: black;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.grid-img-speakers img {
    padding-left: 45px;
    height: auto;
    object-fit: cover;
}

.spkr-img-info {
    max-width: 191px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.spkr-title {
    font-size: 24px;
}

.spkr-txt {
    font-size: 14px;
}

.spkr-buy {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.grid-img-perfume {
    height: 284px;
    max-width: 270px;
    background-size: cover;
    background-color: black;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.grid-img-perfume img {
    padding-left: 45px;
    height: auto;
    object-fit: cover;
}

.prfm-img-info {
    max-width: 191px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.prfm-title {
    font-size: 24px;
}

.prfm-txt {
    font-size: 14px;
}

.prfm-buy {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

@media (max-width: 1210px) {
    .nw-grid {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .nw-grid-db {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .nw-grid-db- {
        display: flex;
        flex-direction: row;
        margin: auto;
    }
}

@media (max-width: 555px) {
    .nw-grid {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .nw-grid-db {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .nw-grid-db- {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
}

/* NEW ARRIVALS END */

/* Homepage Explore Products START*/
.homepage-explore-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-top: 75px;
}

.explore-products-title-and-orange-box {
    max-width: 1320px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.explore-orange-box {
    width: 20px;
    height: 40px;
    background-color: #db4444;
    border: none;
    border-radius: 4px;
}

.explore-title-h2 {
    font-family: "Poppins", sans-serif;
    color: #db4444;
    font-size: clamp(14px, 5vw, 16px);
    font-weight: 600;
    line-height: 20px;
}

.explore-products-title-and-arrow-box {
    max-width: 1320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore-title {
    font-family: "Inter", serif;
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 600;
    line-height: 48px;
}

.explore-products-container {
    max-width: 1320px;
    overflow: hidden;
}

.explore-products-box {
    max-width: 1320px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    grid-template-rows: repeat(2, 350px);
    grid-auto-flow: column;
    gap: 40px;
    transition: transform 0.5s ease;
}

.explore-product {
    width: 300px;
}

.explore-img-and-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #f5f5f5;
    position: relative;
}

.explore-product-img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.explore-wishlist-and-cart-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.wishlist-icon-box {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
    background: white;
    cursor: pointer;
}

.explore-wishlist-icon {
    width: 38px;
    height: 38px;
}

.explore-cart-icon-box {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
    background: white;
}

.explore-product-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.explore-right-arrow,
.explore-left-arrow {
    cursor: pointer;
}

.explore-price-and-rating-box {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 30px;
}

.explore-product-price {
    color: #db4444;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.explore-product-count {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.explore-view-btn {
    margin-top: 60px;
    max-width: 310px;
    padding: 20px 60px;
    border: none;
    border-radius: 4px;
    background-color: #db4444;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #fafafa;
}

@media (max-width: 1352px) {
    .explore-products-box {
        max-width: 980px;
    }
}

@media (max-width: 1012px) {
    .explore-products-box {
        max-width: 640px;
    }
}

@media (max-width: 672px) {
    .explore-products-box {
        max-width: 300px;
    }
}

/* Homepage Explore Products END*/

/* HMPG BOTTOM INFO SECTION START*/

.hmpg-bttm-inf-section {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-around;
    font-family: var(--fnt-family-Poppins);
    flex-wrap: wrap;
    gap: 1rem;
}

.hmpg-bttm-inf__perk {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 300px;
    justify-content: center;

    text-align: center;
}

.perk__icon-wrapper {
    display: flex;
    justify-content: center;
}

.perk__icon-out-border {
    background: #2f2e304f;
    width: 80px;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.perk__icon {
    background-color: black;
    border-radius: 100%;
    padding: 10px;
}

.perk__title {
    font-size: var(--fnt-size-s-m);
    /* 20px */
}

.perk__desc {
    font-size: 14px;
}

/* HMPG BOTTOM INFO SECTION END*/

/* BACK TO TOP BTN START*/

.btn-BackToTop {
    position: fixed;
    cursor: pointer;
    background: #f5f5f5;
    width: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 100%;
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
}

.btn-BackToTop:hover {
    background-color: #aaaaaa63;
    /* Add a dark-grey background on hover */
}

/* BACK TO TOP BTN END */

/* featured-product kodları */

.featured-product {
    margin: 50px auto;
    max-width: 1170px;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 1);
}

.featured-product-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 64px 0 40px 64px;
}

.featured-product-title {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(71, 180, 134, 1);
}

.featured-product-title-2 {
    font-family: "Inter";
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.04em;
    color: rgba(250, 250, 250, 1);
    max-width: 14ch;
    overflow: hidden;
}

.timer-box-item {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feautred-product-timer-box {
    display: flex;
    gap: 24px;
}

.timer-box-item-number {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.timer-box-item-desc {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.buy-now-button {
    background-color: rgba(0, 255, 102, 1);
    color: rgba(250, 250, 250, 1);
    border: none;
    padding: 16px 48px 16px 48px;
    max-width: 172px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}

.img-container {
    position: relative;
    margin: 64px 6%;
    max-width: 600px;
    max-height: 420px;
}

.jbl-img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: relative;
    z-index: 1;
}

.elips {
    background-color: rgba(217, 217, 217, 1);
    opacity: 30%;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 500px;
    margin-left: 20px;
    filter: blur(80px);
}

@media only screen and (max-width: 1350px) {
    .featured-product-title-2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1030px) {
    .featured-product-title-2 {
        font-size: 26px;
    }

    .jbl-img {
        max-width: 50%;
    }

    .elips {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 720px) {
    .featured-product {
        flex-direction: column-reverse;
        padding: 6%;
        align-items: center;
        gap: 30px;
    }

    .featured-product-content {
        margin: 0px;
    }

    .feautred-product-timer-box {
        gap: 14px;
    }

    .img-container {
        margin: auto;
    }

    .jbl-img {
        max-width: none;
        max-height: 280px;
    }
}

/* featured-product kodları */

/* login Footer Start */
body{
    margin: 0;
}

a{
    color: white;
    text-decoration: none;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    margin: 0 auto;
    background-color: #000;
    color: white;
}

.footer-information {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 80px;
    max-width: 1300px;
}

.exclusive {
    font-size: 24px;
    max-width: 250px;
    padding: 20px;
}

.exclusive h4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}

.exclusive p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.exclusive-input {
    position: relative;


}

.exclusive-input input {
    font-size: 16px;
    padding: 12px 0 12px 16px;
    border-radius: 5px;
    border-color: white;
    background-color: #000;
    color: white;
}

.exclusive-input button {
    position: absolute;
    background-color: transparent;
    border-color: transparent;
    top: 20%;
    left: 80%;
}

.support {
    font-size: 20px;
    font-weight: 500;
    max-width: 250px;
    padding: 20px;

}

.support p,
.account p,
.quick-link p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
}

.account {
    font-size: 20px;
    font-weight: 500;
    max-width: 250px;
    padding: 20px 10px 0px 0px;

}

.quick-link {
    font-size: 20px;
    font-weight: 500;
    max-width: 250px;
    padding: 20px;
}


.download-app {
    font-size: 20px;
    font-weight: 500;
    max-width: 250px;
    padding: 20px;
}

.download-app p {
    font-size: 12px;
    padding: 20px 0 10px 0;
}

.code {
    display: flex;
    gap: 5px;
}

.google-app-store {
    display: flex;
    flex-direction: column;

}

.social-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.social-logo img {
    font-size: 10px;
}

.footer-line {
    border: 1px solid rgb(224, 222, 222);
    width: 99%;
    background-color: rgb(159, 158, 158);
    margin-top: 50px;
    
    opacity: 50%;
}

.last-text {

    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 20px 0 10px 0;
    opacity: 50%;
    font-size: 16px;
}

@media(max-width: 1100px) {

    .footer-information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25;
    }

    .exclusive {
        width: 250px;

    }

    .support {
        width: 250px;
    }

    .account {
        width: 250px;
    }

    .quick-link {
        width: 250px;
    }

    .download-app {
        width: 250px;
    }

    .exclusive-input button {
        position: absolute;
        left: 170px;
    }
}
    /* login Footer End */