header .top {
    background: rgba(32, 32, 32, 1);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

header .logo img {
    height: 40px;
}

header .nav a {
    font-family: var(--bs-font-arsenal);
    font-size: 14px;
}

header .nav a .badge {
    border-radius: 10px 0px 10px 0px;
}

header .nav a .cart {
    background-image: url('../img/cart.svg');
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100%;
}

footer {
    background: #d9d9d931;
    font-family: var(--bs-font-arsenal);
}

footer .menu {
    padding: 3rem;
}

footer .menu .title {
    display: block;
    font-size: 14px;
    opacity: 50%;
}

footer .menu a {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
}

footer hr,
footer .border-end,
footer.border-top {
    border-color: #ccc !important;
    opacity: 100% !important;
}

footer .bottom a {
    padding: 10px;
    display: block;
    font-size: 14px;
    opacity: 50%;
}

footer .bottom a:hover {
    opacity: 100%;
}

footer .bottom .copyright {
    font-size: 14px;
    opacity: 50%;
}

footer .bottom .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .subscribe {
    padding: 3rem;
}

footer .subscribe .title {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

footer .subscribe p {
    font-size: 12px;
    opacity: 50%;
    padding: 1rem 0;
}

footer .subscribe form {
    display: flex;
}

footer .subscribe form input {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    border-bottom: solid 1px #ccc;
}

footer .subscribe .text {
    font-size: 12px;
    padding-top: 0.5rem;
}

.home-follow-us .container {
    text-align: center;
    font-family: var(--bs-font-arsenal);
    padding: 5rem 0;
}

.home-follow-us h2 {
    font-weight: 100 !important;
    padding: 1rem 0;
    line-height: 50px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.home-follow-us .social-text {
    display: block;
    padding: 1rem 0;
}

.home-ai-container {
    background-image: url(../img/ai_bg.png);
    background-position: center 0% bottom;
    background-size: 100%;
    position: relative;
    height: 70vh;

}

.home-ai-container::after {
    content: "";
    position: absolute;
    background-image: url('../img/ai_bg_icon.png');
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    bottom: 0;

}

.home-ai-container .container {
    text-align: center;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.home-ai-container img {
    height: 60px;
    margin-bottom: 3rem;
}

.home-ai-container p {
    font-family: var(--bs-font-arsenal);
    color: rgba(72, 72, 72, 1);
}

.home-ai-container button {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    margin-top: 2rem;
    font-family: var(--bs-font-arsenal);
    transition: all 1s ease-in;

}

.home-ai-container button:hover {
    background: rgba(255, 255, 255, 0.8);

}

.home-product-container,
.home-occasions-container {
    padding: 3rem 0;
}

.home-head img {
    height: 60px;
    margin-right: 8px;
}

.home-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-head h2 {
    font-size: 30px;
    font-weight: 700;
}

.home-head p {
    font-family: var(--bs-font-arsenal);
    font-weight: 400;
    color: rgba(148, 148, 148, 1);
}

.home-product-container .products,
.home-occasions-container .products {
    padding: 1rem 0
}

.home-product-container .products .img,
.home-occasions-container .products .img {
    overflow: hidden;
}

.home-product-container .products img,
.home-occasions-container .products img {
    width: 100%;
    transition: scale 1s ease-out;
}

.home-product-container .products img:hover,
.home-occasions-container .products img:hover {
    scale: 1.1;
}

.home-product-container .products .detail,
.home-occasions-container .products .detail {
    font-family: var(--bs-font-arsenal);
    font-size: 14px;
}

.home-product-container .products .detail .price,
.home-occasions-container .products .detail .price {
    font-weight: bold;
}

.home-product-container .products .detail .bull,
.home-occasions-container .products .detail .bull {
    display: inline-block;
    padding: 0rem 1rem;
}

.home-collarge-container {
    padding: 3rem 0
}

.home-collarge-container h3 {
    font-size: 20px;
    font-weight: 700;
}

.home-collarge-container span {
    font-family: var(--bs-font-arsenal);
    font-size: 14px;
}

.home-collarge-container .img {
    padding: 2rem;
}

.home-collarge-container .img1 .i {
    width: 80%;
}

.home-collarge-container .i {
    display: inline-block;
}

.home-collarge-container .img2 .i {
    width: 100%;
}

.home-collarge-container .img3 .i {
    width: 100%;
    margin-top: 1rem;
}

.home-collarge-container .img4 {
    text-align: right;
}

.home-collarge-container .img4 .i {
    width: 90%;
    margin-top: 1rem;
}

.home-banner-container {
    position: relative;
    height: 100vh;
}

.home-banner2-container {
    position: relative;
    height: 100vh;
}

.home-banner2-container h3 {
    font-size: 20px;
}

.home-banner2-container .btn {
    margin-left: 60vw;
    margin-top: 40vh;
    position: relative;
    z-index: 5;
}

.home-banner2-container .container {
    padding: 5rem 0;
    text-align: center;
}

.home-banner2-container .khulood {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 25%;
    font-size: 250px;
    transform-style: preserve-3d;
    z-index: 1;
}

.home-banner-container::after {
    content: "";
    background-image: url(../img/banner_bg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    height: 80%;
    position: absolute;
    bottom: 0;
    rotate: 0.82deg;
}

.home-banner-container .container {
    padding: 5rem 0;
    text-align: center;
}

.home-banner-container h1 {
    text-align: left;
    font-weight: 700;
}

.home-banner-container .img {
    width: 15vw;
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

.home-banner-container .line1 {
    text-align: right;
    font-family: var(--bs-font-arsenal);
    font-size: 16px;
    margin-top: -40px;
}

.home-top-products .bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/top-product-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}


.home-top-products {
    position: relative;
    height: 100vh;
    overflow: hidden;

}

.home-top-products .top-products {
    position: relative;
    z-index: 2;
    /* transform: translateY(-100vh); */
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 100vh;
}

.home-top-products .top-products .item {
    height: 100vh;
    flex: none;
    position: relative;
    z-index: 3;
    width: 100vw;
}

.home-top-products .top-products .item .item_inner {
    height: 100vh;
    position: relative;
}

.stick {
    left: 0;
}

.home-top-products .logo {
    width: 60px;
    margin-bottom: 2rem;
}

.home-top-products h2 {
    color: white;
    font-weight: 700;
}

.home-top-products p {
    color: rgba(148, 148, 148, 1);
    font-family: var(--bs-font-arsenal);
    padding: 1rem 0;
}

.home-top-products .inner-cont {
    display: flex;
    height: 100vh;
}

.home-top-products .inner-cont .cont {
    width: 50%;
    padding: 4rem;
}

.home-top-products .img {
    height: 100%;
    max-width: 100%;
}

.home-top-products .btn {
    color: white !important;
}


.home-testimonial .text {
    font-family: var(--bs-font-arsenal);
    font-size: 150px;
    line-height: 160px;
}

.home-testimonial .why-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh !important;
    background: rgba(244, 243, 237, 1) !important;
}

.home-testimonial .text span {
    display: block;
}

.home-testimonial .reviews {
    font-family: var(--bs-font-arsenal);
}

.home-testimonial .reviews .review {
    width: 250px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(232, 232, 232, 1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 2rem;
    font-size: 15px;
}

.home-testimonial .reviews .review-left {
    margin-top: 100px;
}

.home-testimonial .reviews .review-center {
    margin-top: 300px;
}

.home-testimonial .reviews .review-right {}

.home-testimonial .reviews .review .stars {
    margin-top: 3rem;
}

.home-testimonial .reviews .review .t {
    line-height: 25px;
}

.home-testimonial .reviews .review .stars .star {
    display: inline-block;
    background-image: url('../img/star.svg');
    height: 12px;
    width: 12px;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-testimonial .reviews .review .stars .star.active {
    background-image: url('../img/star_active.svg');
}

.home-testimonial .reviews .review .profile img {
    width: 38px;
    height: 38px;
}

.home-testimonial .reviews .review .profile {
    font-size: 10px;
}

.home-testimonial .reviews .review .profile .h {
    font-size: 16px;
}

.home-testimonial .reviews .review .profile .i {
    display: block;
}

.char-btn {
    position: relative;
    overflow: hidden;
}

.char {
    display: inline-block;
    position: relative;
}

.char span {
    display: block;
}

.char .out {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-loop {
    overflow: hidden;
    width: 100%;
}

.footer-track {
    display: flex;
    width: max-content;
    align-items: center;
}

.footer-track>* {
    flex-shrink: 0;
    padding-right: 40px;
}

.footer-loop img {
    height: 180px
}

.footer-loop .bull {
    font-size: 80px;
    display: inline-block;
    padding: 0px 2rem;
}