body {
    font-family: 'Tajawal', sans-serif;
    background-color: rgb(242, 245, 247);
}

:root {
    --main-color: rgba(69, 33, 7, 1);
    --secondary-color: rgba(49, 94, 104, 1);
}


/* start navbar  */
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(158, 121, 96, 1);
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 300px) {
    .navbar-toggler {
        margin: auto;
    }


}

.navImg {

    height: 70px;
}

.navbar-nav {
    align-items: center;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: -120%;
    overflow: hidden;
    left: 0;
}

.nav-link {
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 500;
    padding: .4rem 1rem;
}

.userIcon {
    width: 30px;
    height: auto;
}

.navbar-toggler:focus {

    box-shadow: 0 0 0 var(--main-color);
}

@media screen and (max-width: 992px) {
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 1px 1px 5px var(--secondary-color);
    }

    .dropdown-item {

        margin: .3rem 0;

    }

    .navbar-nav {
        align-items: start;
    }
}

.navbar-toggler-icon {
    color: var(--main-color);
}


/* end navbar  */


/* header  */

.carousel-item {

    margin-right: 0;
}

.carouselImg {
    width: 100%;
    height: 500px;
    max-height: 620px;
}

@media screen and (max-width: 767px) {
    .carouselImg {
        height: 400px;
    }
}


.carousel-control-next {
    left: 0;
    right: 85%;
    justify-content: center;
}

.carousel-control-prev {
    justify-content: center;
    left: 85%
}

.carouselTitle {
    font-size: 2rem;
    font-weight: bold;
}

.carouselText {
    font-size: 1rem;
    font-weight: 500;
}


/* header  */

/* categories */
.categTitle {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.categoryText {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 500;
}

/* categories */


/* most popular  */
.mostTitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-align: start;
}

.mostHeadIcon {
    color: rgba(219, 226, 229, 1);
    padding: .5rem 1rem;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 25px;
    font-size: 20px;
    border: 0;
    outline: 0;
    right: 10%;
    border-radius: 50%;
}

.mostPrice {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.mostPriceSpan {
    margin: 0 1rem;
}

.mostIcon {
    color: rgba(158, 121, 96, 1);
    width: 24px;
    height: 23px;
}

@media screen and (max-width: 767px) {
    .mostHeadIcon {
        right: 15%;
    }
}

@media screen and (max-width: 450px) {
    .mostHeadIcon {
        padding: .5rem .8rem;
        font-size: 16px;
        right: 10%;
    }
}


/* most popular  */

/* background */
.backgroundSec {
    background-image: url('../imgs/backgroundSec.png');
    min-height: 488px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .backgroundSec {
        background-position-x: right;
    }
}

/* background */

/* discountSec */
.discountSec {
    background-image: url('../imgs/discount.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 442px;
}

.discountTitle {
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 500;
    color: rgba(61, 33, 14, 1);
    margin-bottom: 2rem;
}

.discountBtn {
    background-color: rgba(61, 33, 14, 1);
    border: none;
    outline: none;
    font-size: 24px;
    line-height: 28.8px;
    color: rgba(249, 246, 241, 1);
    border-radius: 10px;
    padding: 23px 35px 23px 35px;
    width: 212px;
    text-align: center;
}

/* discountSec */

/* subscribeSec  */
.subscribeSec {
    background: radial-gradient(rgba(234, 191, 161, 0.48), rgba(69, 33, 7, 0.48));
    min-height: 278px;
    max-height: fit-content;
    padding: 1rem 0;
}

.subscribeText {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.subscribeInput {
    background-color: rgba(255, 255, 255, 1);
    outline: 0;
    color: rgba(1, 7, 37, 1);
    border-radius: 100px;
    min-height: 80px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.subscribeBtn {
    background-color: rgba(61, 33, 14, 1);
    min-height: 64px;
    border-radius: 100px;
    border: none;
    outline: none;
    font-size: 19px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    min-width: 151px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
}

.subscribeInput:focus {
    outline: none;
    box-shadow: 0 0 0 0;
    border: 0;
}

@media screen and (max-width: 450px) {
    .subscribeBtn {
        position: relative;

        transform: translate(-60%, 20%);

    }
}

/* subscribeSec  */

/* footer  */
.footerImgText {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(11, 7, 27, 1);
}

.linkTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(9, 9, 9, 1);
}

.linkText {
    font-size: 16px;
    line-height: 24px;
    color: rgba(124, 124, 124, 1);
    font-weight: 500;
}

.copyRight {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .copyRight {
        flex-direction: column;
        align-items: center;
    }

    .socialText {
        text-align: center;
        font-size: 1rem;
    }
}

.socialText {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: rgba(0, 0, 0, 0.6);
}

.social i {
    width: 22px;
    height: 17.88px;
    color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 400px) {
    .socialText {
        font-size: .8rem;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/*.single-line {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/* footer  */