@font-face {
    font-family: 'Alvi Nastaleeq';
    src: url('fonts/AlviNastaleeqRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Alvi Nastaleeq', serif;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider {
    width: 100%;
    margin: auto;
}
.product {
    text-align: center;
    padding: 10px;
}
.product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.featuredProductCard {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.featuredProductCard:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.featuredProductCardImg {
    width: 135px;
    height: 200px
}
.slick-track {
    padding-bottom: 5px;
}
.slick-dots li button:before {
    font-size: 11px;
}
.product h2 {
    font-size: 18px;
    margin: 10px 0px 5px 0px
}
.product .amountOrigional {
    font-family: 'Jameel Noori Nastaleeq', 'Alvi Nastaleeq', 'noto nastaliq urdu';
    color: #777;
    font-weight: bold;
    font-size: 0.857em;
}
.price {
    padding: 0px 15px;
}
.product .amountSale {
    color: #565656;
    font-weight: bold;
    font-size: 0.857em;
}
.add-to-cart-btn {
    color: #383838;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.3px;
    margin-top: 20px !important;
}
.slider-container {
    position: relative;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: rgb(61, 61, 61);
    width: 30px;
    height: 30px;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.slick-prev {
    left: 10px;
    transform: translateY(-50%) translateX(0px);
}
.slick-next {
    right: 10px;
    transform: translateY(-50%) translateX(0px);
}
.slider-container:hover .slick-prev,
.slider-container:hover .slick-next {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.slider-container:hover .slick-prev {
    transform: translateY(-50%) translateX(-30px);
}
.slider-container:hover .slick-next {
    transform: translateY(-50%) translateX(30px);
}
.slick-prev:hover,
.slick-next:hover {
    transform: scale(1.1);
}
.envo-extra-elementor-button-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    object-fit: cover;
}
.left-image img {
    transform: translate(-50%, -50%) rotate(-30deg);
}
.right-image img {
    transform: translate(-50%, -50%) rotate(30deg);
}
.parallelogram-left {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    transform: skew(-17deg) rotate(0deg) translate(0%, 0%) !important;
    transform-origin: top left;
    z-index: -1;
}
.parallelogram-left img {
    transform: skew(15deg) rotate(0deg) translate(-23%, -50%) !important;
}
.parallelogram-right {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    transform: skew(-14deg) translate(10%, 0%) !important;
    z-index: -1;
}
.parallelogram-right img {
    transform: skew(16deg) rotate(8deg) translate(-46%, -50%) !important;
}
.center-parallelogram {
    transform: skew(-14deg);
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 20px 80px 10px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.center-parallelogram .center-text {
    width: 100%;
    box-sizing: border-box;
    transform: skew(14deg);
}
.iconContainerMain{
    margin-right: 1rem;
}
.icon {
    width: 35px;
    height: 50px;
    fill: #4E4E4E;
}
.envo-extra-heading-title {
    position: relative;
    line-height: 1.2;
    margin: 5px 0;
    z-index: 2;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #2C2C2C;
}
.shoppingCard {
    background-color: #FCD3D1;
    background-image: url(../ShoppingBagIcon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.deliveryCard {
    background-color: #BBEAB3;
    background-image: url(../DeliveryIcon.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.subSoppingCard {
    padding: 20px 0px;
}
.subDeliveryCard {
    padding: 20px 0px;
    margin: 0px 120px 0px 14px;
}
.PShoppingCard {
    padding: 0px 10px 0px 0px;
}
.PDeliveryCard {
    padding: 0px 0px 0px 10px;
}
.ShoppingDeliveryCard{
    margin-top: 3rem;
}
hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.container1 {
    height: 75vh !important;
}
.iconHeading {
    font-size: 19px;
    font-weight: 700;
}
.featuredBannerText {
    font-size: 70px;
    font-weight: 900;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: -3px 0px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: center;
}
.featuredBannerMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #D5A3BC;
    background-image: url(../featured-banner-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 85% auto;
}
.featuredBannerMore {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
}
.featuredBannerspan {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.envo-extra-elementor-button-media {
    color: #efefef;
    min-width: 7px;
    margin-left: 5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.featuredBannerOff {
    animation-name: slideInRight;
    position: absolute;
    --align-self: stretch;
    left: -10px;
    rotate: -35deg;
    text-align: center;
    width: auto;
    max-width: auto;
    top: 0px;
}
.featuredBannerBody {
    margin: 0px 0px 0px 0px;
    padding: 3px 15px 3px 15px;
    --e-transform-rotateZ: -36deg;
    background-color: #E70000;
}
.featuredBannerBody .featuredBannerText {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.featuredProductMainContainer{
    margin-top: 3rem !important;
}
.featuredProductMain {
    --background-overlay: '';
    background-image: url(../featured-products-bg.png);
    background-position: 5% 3%;
    background-repeat: no-repeat;
    background-size: auto;
    --background-transition: 0.3s;
}
.FeaturedProductTitle {
    font-size: 46px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
}
.FeaturedProductTitle1 {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}
.FeaturedProductSubTitle {
    font-size: 24px;
    font-weight: 400;
    color: #5A5A5A;
}
.FeaturedDividerMain {
    display: flex;
    justify-content: flex-start;
}
.FeaturedDividerMain1 {
    display: flex;
    justify-content: flex-start;
}
.FeaturedDividerBody {
    display: flex;
    align-items: center;
}
.FeaturedDivider {
    position: relative;
    width: 100px;
    height: 1px;
    background-color: #FF0000;
}
.FeaturedDivider-separator {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.FeaturedDivider1 {
    position: relative;
    width: 100px;
    height: 1px;
    background-color: #000000;
}
.FeaturedMainText {
    text-align: end;
}
.bannerContainerMain {
    position: relative;
    background-image: url(../banner-container-pg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh !important;
    overflow: hidden;
}
.bannerContainerMain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.7) 0%, rgba(255, 0, 0, 0) 100%);
    z-index: 0;
}
.bannerContainerMain>* {
    position: relative;
    z-index: 1;
}
.bannerContainerRightText {
    font-size: 1.5rem;
}
.animated-text {
    font-size: 2.5rem !important;
}
.elementor-heading-title {
    font-size: 1.6rem;
}
.elementor-element.elementor-element-0f97e84.elementor-widget.elementor-widget-heading {
    margin-top: -4%;
}
.text-slider {
    position: relative;
    max-width: 600px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.animated-text {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    animation: fadeInOut 9s infinite;
    color: #FFFFFF;
    font-size: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@keyframes fadeInOut {
    0%,
    100% {
        opacity: 0;
    }
    10%,
    30% {
        opacity: 1;
    }
    40%,
    60% {
        opacity: 0;
    }
}
.animated-text:nth-child(1) {
    animation-delay: 0s;
}
.animated-text:nth-child(2) {
    animation-delay: 3s;
}
.animated-text:nth-child(3) {
    animation-delay: 6s;
}
.newProductBannerMain {
    background-image: url(../new-products-banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.newProductBannerMain::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.329);
    z-index: 1;
}
.newProductBannerMain>* {
    position: relative;
    z-index: 2;
    color: #000;
}
.newSaleMore{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.5);
}
.newProductContent {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.newProductContentTitle {
    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: -3px 0px 0px rgba(0, 0, 0, 0.3);
    padding: 0px 10px 0px 10px;
}
.saleProductMain {
    background-image: url(../sale-products-banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.saleProductMain::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.329);
    z-index: 1;
}
.saleProductMain>* {
    position: relative;
    z-index: 2;
    color: #000;
}
.newProductTitleLink {
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    color: #000000;
    text-align: end;
}
.newProductSubTitle {
    font-size: 24px;
    font-weight: 400;
    color: #5A5A5A;
}
.FeaturedProductTitle1 {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}
.newDividerMain {
    display: flex;
    justify-content: flex-end;
}
.newDividerBody {
    display: flex;
    align-items: center;
}
.newDivider {
    position: relative;
    width: 80px;
    height: 1px;
    background-color: #FF0000;
}
.newDivider-separator {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}
.newProductImg {
    width: 50px !important;
    height: 75px !important;
}
.newProductMain {
    padding: 0px !important;
}
.newProductTitle {
    font-size: 1.25rem;
    text-align: start;
    color: #ff3131;
}
.newProductTitleMain {
    text-align: start;
}
.newProductMain a {
    text-decoration: none;
}
.price-container del,
.price-container ins {
    text-decoration-color: black;
}
.contactContainerMain {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #404040;
}
.addressContainerIcon {
    width: 50px;
}
.addressContainerIcon i {
    font-size: 24px;
}
.addressContainerTitle {
    font-size: 46px;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
}
.addressContainerDevider {
    width: 100%;
    border-color: red;
}
.addressContainerNameMain h3 {
    font-size: 20px;
    font-weight: bold;
}
.addressContainerNameMain p {
    font-size: 16px;
}
.addressContainerSocialIcon {
    fill: white;
    width: 17px;
}
.addressContainerSocialBody a {
    width: 17px;
}
.addressContainerSocialBody {
    width: 2.5rem;
    padding: .7rem;
}
.addressContainerSocialBodyFb {
    background-color: #3b5998;
    margin: 5px !important;
}
.addressContainerSocialBodyWtsApp {
    background-color: #25d366;
    margin: 5px !important;
}
.addressContainerSocialBodyMail {
    background-color: #ea4335;
    margin: 5px !important;
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .display-3 {
        font-size: 2.2rem !important;
    }
    .lead {
        font-size: .9rem !important;
    }
    .container1 {
        height: 30vh !important;
    }
    .parallelogram-left {
        transform: skew(-11deg) rotate(0deg) translate(0%, 0%) !important;
    }
    .center-parallelogram {
        padding: 20px 0px 10px 0px !important;
    }
    .parallelogram-right {
        transform: skew(-11deg) translate(10%, 0%) !important;
    }
    .parallelogram-left img {
        transform: skew(9deg) rotate(0deg) translate(-23%, -50%) !important;
    }
    .parallelogram-right img {
        transform: skew(11deg) rotate(8deg) translate(-45%, -50%) !important;
    }
    .col-3.mb-4.d-flex.align-items-start.justify-content-center.fade-in.show {
        padding: 10px !important;
    }
    .icon {
        width: 18px !important;
        height: 32px !important;
    }
    .iconContainerMain{
        margin-right: .2rem !important;
    }
    .iconHeading {
        font-size: 15px !important;
    }
    .ShoppingDeliveryCard {
        margin-top: 1rem !important;
    }
    .shoppingCard {
        background-size: 23% !important;
        padding-right: 20% !important;
    }
    .deliveryCard {
        background-size: 23% !important;
    }
    .subDeliveryCard {
        padding: 14px 0px;
        margin: 0px 31px 0px 3px;
    }
    .envo-extra-heading-title {
        font-size: .8rem !important;
    }
    .featuredBannerOff {
        left: 0px !important;
        rotate: -38deg !important;
    }
    .featuredBannerBody {
        padding: 0px 0px 0px 0px !important;
    }
    .featuredBannerText .text-center{
        font-size: 22px !important;
    }
    .FeaturedProductTitle {
        font-size: 22px !important;
    }
    .FeaturedProductSubTitle {
        font-size: 18px !important;
    }
    .FeaturedProductTitle1 {
        font-size: 16px !important;
    }
    .FeaturedDivider {
        width: 70px !important;
    }
    .FeaturedDivider1 {
        width: 75px !important;
    }
    .featuredProductMainContainer {
        margin-top: 1rem !important;
    }
    .featuredProductCardImg {
        width: 160px !important;
        height: 160px !important;
    }
    .price {
        padding: 0px !important;
    }
    .animated-text {
        font-size: .8rem !important;
    }
    .elementor-heading-title {
        font-size: .6rem !important;
        margin-top: -18px !important;
    }
    .elementor-widget-container.p-4 {
        padding-right: 0px !important;
    }
    .bannerContainerRightText {
        font-size: 0.5rem !important;
    }
    .text-slider {
        height: 50px !important;
    }
    .newProductContentTitle {
        font-size: 29px !important;
    }
    .newProductBannerCol1 {
        padding-left: 0px !important;
    }
    .bannerContainerMain {
        height: 35vh !important;
    }
    .newProductBannerCol{
        margin-top: 2rem !important;
    }
    .map-container{
        height: 50vh !important;
    }
    .newProductImg {
        min-width: 40px !important;
        min-height: 56px !important;
    }
    .newProductTitleMain {
        padding-left: 6% !important;
    }
    .newProductBannerCol2{
        padding-right: 0px !important;
    }
    .slick-dots li {
        width: 0px !important;
        height: 20px !important;
        margin: 2px 12px !important;
    }
    .featuredProductMain .row .col-3 {
        padding-right: 0px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .display-3 {
        font-size: 2.2rem !important;
    }
    .lead {
        font-size: .9rem !important;
    }
    .container1 {
        height: 60vh !important;
    }
    .parallelogram-left {
        transform: skew(-11deg) rotate(0deg) translate(0%, 0%) !important;
    }
    .parallelogram-right {
        transform: skew(-11deg) translate(10%, 0%) !important;
    }
    .parallelogram-left img {
        transform: skew(9deg) rotate(0deg) translate(-23%, -50%) !important;
    }
    .parallelogram-right img {
        transform: skew(11deg) rotate(8deg) translate(-45%, -50%) !important;
    }
    .icon {
        width: 24px !important;
    }
    .iconContainerMain{
        margin-right: .5rem !important;
    }
    .iconHeading {
        font-size: 15px !important;
    }
    .ShoppingDeliveryCard {
        margin-top: 1rem !important;
    }
    .shoppingCard {
        background-size: 23% !important;
        padding-right: 12% !important;
    }
    .deliveryCard {
        background-size: 23% !important;
    }
    .subDeliveryCard {
        padding: 14px 0px;
        margin: 0px 49px 0px 7px;
    }
    .envo-extra-heading-title {
        font-size: .8rem !important;
    }
    .featuredBannerText .text-center{
        font-size: 28px !important;
    }
    .FeaturedProductTitle {
        font-size: 28px !important;
    }
    .FeaturedProductSubTitle {
        font-size: 18px !important;
    }
    .FeaturedProductTitle1 {
        font-size: 16px !important;
    }
    .FeaturedDivider {
        width: 70px !important;
    }
    .FeaturedDivider1 {
        width: 75px !important;
    }
    .featuredProductMainContainer {
        margin-top: 1rem !important;
    }
    .featuredProductCardImg {
        width: 118px !important;
        height: 123px !important;
    }
    .price {
        padding: 0px !important;
    }
    .animated-text {
        font-size: 1rem !important;
    }
    .elementor-heading-title {
        font-size: .6rem !important;
        margin-top: -18px !important;
    }
    .bannerContainerRightText {
        font-size: 0.6rem !important;
    }
    .text-slider {
        height: 50px !important;
    }
    .bannerContainerMain {
        height: 35vh !important;
    }
    .newProductBannerCol{
        margin-top: 2rem !important;
    }
    .map-container{
        height: 50vh !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .featuredProductCardImg {
        width: 100px !important;
        height: 130px !important;
    }
    .parallelogram-left img {
        transform: skew(15deg) rotate(0deg) translate(-9%, -50%) !important;
    }
    .display-3 {
        font-size: 3rem !important;
    }
    .lead {
        font-size: 1rem !important;
    }
    .iconHeading {
        font-size: 16px !important;
    }
    .icon {
        width: 25px !important;
    }
    .deliveryCard {
        background-size: 33% !important;
    }
    .shoppingCard {
        background-size: 33% !important;
        padding-right: 22% !important;
    }
    .subDeliveryCard {
        padding: 13px 0px !important;
        margin: 0px 85px 0px 14px !important;
    }
    .envo-extra-heading-title {
        font-size: 1rem !important;
    }
    .featuredBannerText .text-center{
        font-size: 44px !important;
    }
    .animated-text {
        font-size: 1.4rem !important;
    }
    .text-slider {
        height: 55px !important;
    }
    .elementor-heading-title {
        font-size: .9rem !important;
    }
    .bannerContainerRightText {
        font-size: 0.9rem !important;
    }
    .bannerContainerMain {
        height: 48vh !important;
    }
    .newProductContentTitle {
        font-size: 32px !important;
    }
    .newProductImg {
        width: 40px !important;
        height: 56px !important;
    }
    .newProductTitleMain {
        margin-left: 3% !important;
    }
    .product .amountOrigional {
        font-size: 0.8rem !important;
    }
    .product .amountSale {
        font-size: .8rem !important;
    }
    .product h2 {
        font-size: 15px !important;
        margin-bottom: -5px !important;
    }
    .newProductBannerCol-3{
        margin: 0px !important;
        padding: 0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
    .shoppingCard {
        padding-right: 20% !important;
    }
    .featuredProductCardImg {
        width: 160px !important;
        height: 240px !important;
    }
    .featuredBannerText .text-center {
        font-size: 51px !important;
    }
    .featuredBannerText .text-center {
        font-size: 51px !important;
    }
    .bannerContainerRightText {
        font-size: 1.1rem !important;
    }
    .animated-text {
        font-size: 1.8rem !important;
    }
    .text-slider {
        height: 68px !important;
    }
    .elementor-heading-title {
        font-size: 1.2rem;
    }
    .bannerContainerMain {
        height: 60vh !important;
    }
    .newProductContentTitle {
        font-size: 49px !important;
    }
    .newProductTitleMain {
        margin-left: 2% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
    .shoppingCard {
        padding-right: 20% !important;
    }
    .featuredProductCardImg {
        width: 107px;
        height: 180px;
    }
    .featuredBannerText .text-center {
        font-size: 51px !important;
    }
    .bannerContainerRightText {
        font-size: 1.1rem !important;
    }
    .animated-text {
        font-size: 1.8rem !important;
    }
    .text-slider {
        height: 68px !important;
    }
    .elementor-heading-title {
        font-size: 1.2rem;
    }
    .bannerContainerMain {
        height: 60vh !important;
    }
    .newProductContentTitle {
        font-size: 49px !important;
    }
    .newProductTitleMain {
        margin-left: 2% !important;
    }
}