/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --prim: #f9f9f9;
    --second: #fe9f1c;
    --second2: #1420334d;
    --third: #2f2f2f;
    --black: #333333;
}

@font-face {
    font-family: "Araboto-Black";
    src: local("Araboto-Black"), url("/fonts/Araboto_Font_Family/Araboto\ Black\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Bold";
    src: local("Araboto-Bold"), url("/fonts/Araboto_Font_Family/Araboto\ Bold\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Light";
    src: local("Araboto-Light"), url("/fonts/Araboto_Font_Family/Araboto\ Light\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Medium";
    src: local("Araboto-Medium"), url("/fonts/Araboto_Font_Family/Araboto\ Medium\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Normal";
    src: local("Araboto-Normal"), url("/fonts/Araboto_Font_Family/Araboto\ Normal\ 400.ttf") format("truetype");
}

@font-face {
    font-family: "Araboto-Thin";
    src: local("Araboto-Thin"), url("/fonts/Araboto_Font_Family/Araboto\ Thin\ 400.ttf") format("truetype");
}

body {
    overflow: auto !important;
    background-color: #fff;
    /*  */
}

body * {
    font-family: "Araboto-Normal", "Poppins";
    color: var(--third);
    /*  */
}

[dir="ltr"] body * {
    font-family: "Poppins", "Araboto-Normal" !important;
}

a {
    color: var(--third);
    text-decoration: none;
}

a:hover {
    color: var(--second);
    text-decoration: none;
}

[dir="ltr"] .BNOffers-btn-primary {
    font-weight: 600;
}

.BNOffers-btn-primary {
    width: max-content;
    position: relative;
    display: block;
    background: linear-gradient(180deg, #fb2325 0%, #fdaf43 100%);
    border-radius: 16px;
    font-size: 18px;
    color: #fff;
    border: 1px solid var(--second);
    padding: 20px 50px;
    transition: 0.2s;
    overflow: hidden;
    text-align: center;
    margin-inline: auto;
}

.BNOffers-btn-primary:hover {
    color: var(--second) !important;
    background: #fff !important;
    border: 1px solid var(--second);
}


/*//////////////////*/

p {
    font-size: 16px;
    color: var(--third);
}

b {
    font-weight: unset;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    inset-inline-end: 45px;
    bottom: 25px;
    z-index: 996;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 50px;
    transition: all 0.2s;
}

.back-to-top:hover {
    bottom: 35px;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 120px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.5);
}

#header.header-transparent {
    background: #ffffff4d;
    backdrop-filter: blur(1px);
}

#header.header-scrolled {
    background: rgba(255, 255, 255, 0.479);
    backdrop-filter: blur(5px);
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 90px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation
*/

.navbar .dropdown-toggle::after {
    position: absolute;
    inset-inline-start: 110px;
    content: "\f282";
    border: 0;
    font-family: bootstrap-icons !important;
    top: 12px;
    margin: 0;
    padding: 0;
}

.navbar .dropdown-toggle::before {
    content: "";
    display: block;
    width: 29px;
    height: 22px;
    background-image: url("/img/flag-ar.png");
    background-size: cover;
    position: absolute;
    top: 13px;
    inset-inline-start: 12px;
}

[dir="ltr"] .navbar .dropdown-btn {
    min-width: 147px;
    margin: 0;
}

.navbar .dropdown-menu {
    width: 120px;
    border: 0;
    box-shadow: 0 0 10px #666666;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
}

.navbar {
    padding: 0;
    height: 120px;
    background-color: transparent;
    padding-top: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    align-items: start;
    padding-top: 10px;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    font-family: "Araboto-Medium";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px 7px 0px;
    margin-inline-end: 20px;
    font-size: 18px;
    color: #4f4f4f;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
    font-weight: 400;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar a:focus,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    background: linear-gradient(180deg, #fb2325 0%, #fdaf43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.navbar a::after {
    content: "";
    height: 2px;
    width: 0;
    background: linear-gradient(180deg, #fb2325 0%, #fdaf43 100%);
    transition: 0.2s;
    position: absolute;
    bottom: 0;
    border-radius: 2px;
}

.navbar .logo a::after,
.navbar .dropdown-menu a::after {
    width: 0px !important;
}

.navbar a:hover::after,
.navbar a:focus::after,
.navbar .active::after,
.navbar .active:focus::after,
.navbar li:hover>a::after {
    width: 60px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .social-links .dropdown ul a {
    padding: 0px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
    box-shadow: none;
    border-radius: 5px;
    margin: 10px;
    width: calc(100% - 20px);
    box-shadow: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
    /*background-color: #f5f5f5 !important;*/
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.navbar .social-links {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.navbar .social-links a {
    transition: 0.3s;
    padding: 0;
    border-radius: 25px;
}

.navbar .social-links a:hover {
    box-shadow: 0 0 10px #0000003a;
}

.navbar .dropdown-btn {
    background-color: transparent;
    border-radius: 100px;
    border: 1px solid #0663a9;
    color: var(--black);
    font-size: 14px;
    padding: 10px !important;
    min-width: 137px;
    height: 48px;
    margin-inline-end: 30px;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation
*/

.mobile-nav-toggle {
    color: var(--third);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.categories {
    background-color: #1b1d21;
    padding: 20px 0;
    top: 120px;
    position: absolute;
    z-index: 11;
    width: 100%;
}

.categories .categories-list {
    display: flex;
    list-style: none;
    gap: 35px;
    margin-bottom: 0;
    align-items: center;
}

.categories .categories-list-item a {
    color: #fff;
    font-size: 17px;
    transition: 0.2s;
}

.categories .categories-list-item a:hover,
.categories .categories-list-item a.active {
    color: var(--second);
}

.mobile-lang {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.mobile-lang li {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--black);
    padding: 10px 25px;
    border-radius: 10px;
    margin-block: 10px;
    align-items: center;
}

.mobile-lang li a {
    display: block;
    font-size: 18px;
    color: var(--black);
    font-weight: 800 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    width: max-content;
}

.mobile-lang li a::after {
    content: none !important;
}

.mobile-lang li img {
    width: 50px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    /* .navbar ul {
        display: none;
    }*/
    #header {
        background: rgba(255, 255, 255, 0.3) !important;
        backdrop-filter: blur(5px) !important;
    }
    #header .logo img {
        height: 82px;
    }
    #header .logo {
        position: relative;
        inset-inline-start: calc(50% - 50px);
    }
    .navbar-nav .nav-link {
        padding-bottom: 10px;
        width: 100%;
    }
    .offcanvas-logo img {
        max-height: 80px;
    }
    .navbar-toggler {
        border: 0;
    }
    .navbar-toggler-icon {
        filter: drop-shadow(0px 1000px 0 #000);
        transform: translateY(-1000px);
    }
    .offcanvas-header .btn-close {
        margin: 0;
        position: absolute;
        padding: 20px;
        inset-inline-start: 20px;
        top: 20px;
    }
    .offcanvas-logo {
        margin: auto !important;
    }
    .navbar a,
    .navbar a:focus,
    .categories .categories-list-item a {
        font-size: 14px !important;
    }
    .navbar .social-links {
        flex-wrap: wrap;
    }
    .navbar .social-links a,
    .navbar .dropdown-btn {
        padding: 0;
        margin: 0 !important;
    }
    .navbar .dropdown-btn {
        width: 210px;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
    left: px;
    padding: 0 50px 0 0;
    border-radius: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--third);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#home {
    padding-top: 180px;
    padding-bottom: 60px;
    background-image: url("/img/hero/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

[dir="rtl"] #home {
    background-image: url("/img/hero/background_rtl.png");
}

#home .hero-images {
    display: flex;
    gap: 0;
    align-items: center;
}

#home .img1 {
    position: relative;
    max-width: 56%;
    z-index: 1;
    /* animation: imageflow-hero1 2.5s infinite alternate-reverse;*/
}

#home .img2 {
    max-width: 48%;
    margin-inline-start: -5%;
    z-index: 0;
    margin-top: -5px;
    /* animation: imageflow-hero2 2.5s infinite alternate-reverse;*/
}

[dir='rtl'] #home .img2 {
    margin-top: -5px;
}


/*
@keyframes imageflow-hero1 {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

@keyframes imageflow-hero2 {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}
*/

@keyframes fadeinphoto {
    0% {
        transform: scale(0.95);
        top: 0px;
    }
    100% {
        transform: scale(1);
        top: 30px;
    }
}

#home .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    position: relative;
    padding-top: 40px;
}

[dir="ltr"] #home h1 {
    font-weight: 600;
}

#home h1 {
    font-family: "Araboto-Bold", "Poppins";
    color: var(--black);
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 160%;
    margin-bottom: 50px;
}

#home h1 .big {
    font-size: 80px;
    font-weight: 800;
    color: var(--second);
}

#home p {
    color: var(--third);
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 50px;
    max-width: 706px;
}

#home .social-links {
    width: max-content;
    gap: 25px;
    display: flex;
}

#home .social-links a {
    transition: 0.3s;
    display: block;
    border-radius: 50%;
}

#home .social-links a:hover {
    box-shadow: 0 0 10px #9e9e9e;
}

.download {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

.download p {
    font-size: 18px;
    margin-bottom: 0 !important;
}

.download img {
    max-width: 227px;
}

.download-link img {
    border-radius: 12px;
    transition: 0.2s;
}

.download-link:hover img {
    box-shadow: 0 0 15px #818181cb;
    transform: scale(1.05);
}

#home .carousel-control-prev,
#home .carousel-control-next {
    width: 10%;
}

#home .carousel-control-next-icon,
#home .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#home .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ef6603;
}

#home .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
}


/*--------------------------------------------------------------
# features Section
--------------------------------------------------------------*/

#features .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#features .item:hover .image {
    filter: drop-shadow(0px 1000px 0 #fdaf43);
    transform: translateY(-1000px);
}

#features .item:hover .title {
    color: var(--second);
}

#features .item .image {
    position: relative;
    width: 70%;
    max-width: 80px;
    overflow: hidden;
}

#features .item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#features .item .title {
    font-family: "Araboto-Medium", "Poppins";
    font-size: 24px;
    color: var(--third);
    font-weight: 400;
    min-width: max-content;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.news-ticker-container {
    padding-top: 25px !important;
    background: linear-gradient(180deg, #fb2325 0%, #fdaf43 100%);
    overflow: hidden;
    position: relative;
    min-height: 100px;
    margin-bottom: 0px;
}

.news-ticker-content {
    white-space: nowrap;
    display: flex;
    animation: marquee 20s linear infinite;
    /* Adjust duration for speed */
}

[dir="rtl"] .news-ticker-content {
    animation: marquee_ar 20s linear infinite;
}

.news-ticker-content p {
    color: #fff;
    font-size: 32px;
    display: inline;
}

.news-ticker-content span {
    padding: 0 15px;
    /* Spacing between news items */
    line-height: 30px;
    /* Match container height */
}

.news-ticker-content p svg {
    margin-top: -15px;
    margin-inline: 10px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee_ar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


/* Optional: Pause on hover */

.news-ticker-content:hover {
    animation-play-state: paused;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 25px;
}

.section-title h3 {
    font-family: "Araboto-Medium", "Poppins";
    font-size: 48px;
    font-weight: 400;
    padding: 0;
    line-height: 160%;
    margin: 0;
    color: var(--black);
    margin-bottom: 20px;
}

[dir="ltr"] .section-title h3 {
    font-weight: 600;
}

.section-title p {
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #484848;
}

#design_section .section-title p,
#stores .section-title p {
    max-width: 720px;
    margin-inline: auto;
}


/*--------------------------------------------------------------
# offers
--------------------------------------------------------------*/

#offers {
    background-color: #f4f4f4;
    padding-block: 100px 150px;
}

section:target {
    scroll-margin-top: 120px;
    overflow: clip !important;
}

#offers .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.offer-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.02);
    border-radius: 16px;
}

.offer-card:hover .image img {
    transform: scale(1.2);
}

.offer-card .image {
    width: 100%;
    aspect-ratio: 263/220;
    border-radius: 13.2px;
    overflow: hidden;
}

.offer-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.offer-card .category {
    background: #f4f4f4;
    border-radius: 6.6px;
    padding: 8px;
    font-size: 16px;
    color: #2f2f2f;
    width: max-content;
    margin-bottom: 0;
}

.offer-card .title {
    font-family: "Araboto-Medium", "Poppins";
    font-size: 23px;
    color: #2f2f2f;
    margin-bottom: 0;
}

.offer-card .description {
    font-size: 19px;
    color: #2f2f2f;
    margin-bottom: 0;
}

.offer-card .location {
    font-size: 19px;
    color: #2f2f2f;
    margin-bottom: 0;
}

.offer-card .offer-price {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

.offer-card .price {
    font-size: 19px;
    color: #fb2325;
    margin-bottom: 0;
}

.offer-card .old-price {
    font-size: 13.2571px;
    text-decoration-line: line-through;
    color: #787878;
    margin-bottom: 0;
}

.offer-card .offer-badge {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background-image: url("/img/icons/shape2.png");
    background-size: cover;
    z-index: 11;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 125px;
    height: 109px;
}

.offer-card .offer-badge p {
    margin-bottom: 0;
    color: #fff;
    font-size: 19.8px;
}

.offer-card .offer-badge p:first-child {
    transform: rotate(319deg);
    top: -35px;
    right: 22px;
    position: relative;
}

.offer-card .offer-badge p:last-child {
    transform: rotate(319deg);
}


/*
#offers .swiper-wrapper {
    overflow: hidden;
    max-width: 1200px;
}

#offers .swiper-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*/

.somewrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-block: 50px;
}

#offers .swiper-container {
    overflow: hidden;
    max-width: 90%;
}

.offers .swiper-button-prev,
.offers .swiper-button-next {
    position: relative !important;
    inset: auto !important;
}

.offers .nav-tabs {
    border: 0;
    justify-content: space-between;
}

.offers .nav-tabs .nav-link {
    border: 0;
    display: flex;
    gap: 10px;
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    align-items: center;
}

.offers .nav-tabs .nav-link p {
    margin-bottom: 0;
    font-size: 18px;
    color: #2f2f2f;
}

.offers .nav-tabs .nav-link img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.offers .nav-tabs .nav-link.active,
.offers .nav-tabs .nav-link:hover {
    background-color: var(--second);
}

.offers .nav-tabs .nav-link.active p,
.offers .nav-tabs .nav-link:hover p {
    color: #fff;
}

.offers .nav-tabs .nav-link.active img,
.offers .nav-tabs .nav-link:hover img {
    filter: drop-shadow(0px 1000px 0 #fff);
    transform: translateY(-1000px);
}


/*--------------------------------------------------------------
# stores
--------------------------------------------------------------*/

#stores .section-title {
    text-align: center;
    margin-bottom: 50px;
}

#stores .row {
    row-gap: 25px;
    justify-content: center;
}

.store-card {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23.94px;
    background-color: #fff;
    border: 1.65411px solid #f4f4f4;
    box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
}

.store-card .card-image {
    width: 122px;
    height: 122px;
    overflow: hidden;
    border-radius: 50%;
}

.store-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-card .card-text .title {
    font-size: 22px;
    color: #2f2f2f;
    text-align: center;
}

.store-card .store-rating {
    display: flex;
    direction: ltr;
    gap: 10px;
    pointer-events: none;
    flex-wrap: wrap;
}

.store-card .store-rating p {
    font-size: 14px;
    color: #787878;
    margin: 0;
}

.store-card .backgrounImg {
    position: absolute;
    inset: 0;
    top: 100%;
    transition: 0.2s;
}

.store-card .backgrounImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-card:hover .backgrounImg {
    top: 0;
    z-index: 0;
    filter: brightness(0.5);
}

.store-card .card-image,
.store-card .card-text,
.store-card a {
    z-index: 1;
}

.store-card .arrow2,
.store-card .arrow1 {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.store-card .arrow2 img,
.store-card .arrow1 img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.store-card .arrow2 {
    display: none;
}

.store-card:hover .arrow1 {
    display: none;
}

.store-card:hover .arrow2 {
    display: block;
}

.store-card:hover .card-text .title,
.store-card:hover .store-rating p {
    color: #fff;
}

.store-card:hover .rating-item-icon {
    background-color: #fff;
}

.rating-item-label.active .rating-item-icon {
    background-color: var(--second);
}

.store-card:hover .shape3 {
    filter: drop-shadow(0px 1000px 0 #fff);
    transform: translateY(-1000px);
}


/*
[dir='ltr'] .swiper-button-next,
[dir='ltr'] .swiper-button-prev {
    transform: scaleX(-1);
}*/


/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

#services {
    background-image: url("/img/services/background.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
}

#services .section-title {
    text-align: center;
    margin-bottom: 25px;
}

.card-style-1 {
    position: relative;
    margin: 0;
    /* 0 0 0 35px*/
    width: 100%;
    padding: 100px 10px 0;
}

.card-style-1:hover .card-image {
    top: 30px;
}

.card-style-1 .card-image {
    position: absolute;
    top: 40px;
    margin-inline: auto;
    z-index: 1;
    width: 40%;
    max-width: 127px;
    aspect-ratio: 127 / 127;
    border-radius: 100%;
    overflow: hidden;
    transition: 0.3s;
    left: 0;
    right: 0;
}

.card-style-1 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-style-1 .card-text {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 8px;
    padding-top: 75px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    row-gap: 15px;
    transition: 0.3s;
}

.card-style-1 .card-text .title {
    font-family: "Araboto-Medium", "Poppins";
    text-align: center;
    font-size: 26px;
    color: #1c1c1c;
}

.card-style-1 .card-text .desc {
    text-align: center;
    font-size: 18px;
    color: #4f4f4f;
}


/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

#about {
    padding-top: 0;
}

#about .col1 {
    padding-inline-end: 60px;
}

#about .main_image {
    width: 80%;
    aspect-ratio: 497/1048;
    margin-inline: auto;
    overflow: hidden;
}

#about .main_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
    object-position: center;
}

#about .main_image {
    animation: imageflow 2.5s infinite alternate-reverse;
}

@keyframes imageflow {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}

#about .items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px;
}

#about .items .item {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

#about .items .image {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 100%;
}

#about .items .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#about .items .content h4 {
    font-family: "Araboto-Medium", "Poppins";
    font-size: 21px;
    color: #1c1c1c;
}

#about .items .content p {
    font-size: 16px;
    color: #4f4f4f;
    max-width: 556px;
}

#design_section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

#design_section .image {
    width: 100%;
    aspect-ratio: 353 / 750;
    overflow: hidden;
    border-radius: 25px;
}

#design_section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#design_section .row,
#testimonials .row {
    overflow: hidden;
}

#design_section .swiper-wrapper {
    padding-block: 50px 0;
}

#design_section .swiper-wrapper .swiper-slide {
    transform: scale(0.8);
    margin-top: -50px;
}


/*--------------------------------------------------------------
# reviews
--------------------------------------------------------------*/

#testimonials {}

#testimonials .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.reviews-slider {
    padding-bottom: 50px;
}

.reviews-slider .swiper-wrapper {
    /*overflow: hidden;*/
}


/*.reviews-slider .swiper-button-next,
.reviews-slider.swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}

.reviews-slider .swiper-button-prev,
.reviews-slider.swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;

}*/

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    color: var(--second) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fffbef;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 25px;
    color: var(--second);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--second);
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
    color: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid var(--black);
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination-flex {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.reviews-container {
    position: relative;
    overflow: hidden;
}

.swiper-pagination {
    width: max-content !important;
    position: relative;
}

.swiper-pagination-bullet-active {
    background-color: var(--second);
    border: 1px solid transparent;
}

.card-style-3 {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 25px 20px;
}

.card-style-3 .user {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    justify-content: start;
}

.card-style-3 .user .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 100%;
    overflow: hidden;
}

.card-style-3 .user .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-style-3 .user .title {
    font-size: 28px;
    color: var(--black);
    font-family: "Araboto-Medium", "Poppins";
}

.card-style-3 .description {
    text-align: start;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 25px;
}

.card-style-3 .rateing-user {
    display: flex;
    gap: 15px;
    pointer-events: none;
    flex-direction: row-reverse;
}

.card-style-3 .rateing-user .rate-val {
    font-size: 14px;
    color: var(--third);
    font-weight: 600;
}

#download {
    position: relative;
    padding-block: 200px 180px !important;
}

#download .container {
    position: relative;
}

#download .section-title h3 {
    font-family: "Araboto-Bold", "Poppins";
}

#download .section-title p {
    color: #787878;
}

#download .card {
    background-image: url("/img/download/background.png");
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
    background-color: #eaedf2;
    padding: 80px 40px;
    border-radius: 40px;
    border: 0;
    position: unset;
}

#download .card {
    z-index: 1;
}

#download .card .img1 {
    position: absolute;
    inset-inline-start: -60px;
    bottom: -180px;
    z-index: 1;
    object-fit: contain;
    height: 800px;
}

[dir="ltr"] #download .card .img1 {
    inset-inline-start: 0px;
}

#download .download {
    margin-bottom: 0;
}

#download .card .img1 {
    animation: imageflow 2.5s infinite alternate-reverse;
}


/*--------------------------------------------------------------
# hero animation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #1b1d21;
    color: #fff;
    font-size: 14px;
    text-align: start;
    padding: 60px 0 30px;
    box-shadow: 0 0 20px #0000001a;
}

.logo-footer {
    margin-bottom: 20px;
    max-height: 94px;
}

#footer .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 306px;
}

#footer .footer-links {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#footer .footer-links a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding-inline-end: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    position: relative;
    width: max-content;
}

#footer .footer-links a b {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

#footer .footer-links a::after {
    content: "\f284";
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 800;
    color: var(--second);
    transition: 0.2s;
    position: absolute;
    top: 0;
    inset-inline-end: -15px;
    border-radius: 2px;
    font-family: "bootstrap-icons" !important;
}

[dir="ltr"] #footer .footer-links a::after {
    transform: scaleX(-1);
}

#footer .footer-links a:hover::after {
    inset-inline-end: -20px;
}

#footer .footer-links.footer-contact a::after {
    content: none;
}

#footer .footer-links.footer-contact a:hover,
#footer .footer-links.footer-contact a:hover b {
    color: var(--second);
}

#footer p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

#footer h5 {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-inline-end: 10px;
    font-family: "Araboto-Medium";
    margin-bottom: 35px;
}

#footer h5::after {
    position: absolute;
    display: block;
    content: "";
    width: 38px;
    height: 7px;
    background-image: url("/img/icons/shape1.svg");
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -20px;
}

#footer .copyright p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
}

#footer .copyright a {
    color: #fff;
}

#footer .copyright a:hover {
    color: var(--second);
}

#footer .container {
    position: relative;
}

#footer .social-links {
    display: flex;
    gap: 20px;
    justify-content: start;
}

[dir="rtl"] #footer .social-links {
    justify-content: end;
}

#footer .social-links a {
    transition: 0.3s;
}

#footer .social-links a:hover {
    transform: scale(1.2);
}

.back-to-top img {
    max-width: 55px;
}

.pages-hero {
    width: 100%;
    aspect-ratio: 1864/498;
    background-image: url("/img/contact/background_rtl.png");
    background-position: top;
    background-size: cover;
}

.pages-hero .container {
    height: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages-hero .container .content {
    padding-top: 5%;
}

.pages-hero .container .content .section-title h3 {
    font-family: "Araboto-Bold", "Poppins";
    font-size: 50px;
    text-align: center;
}

.pages-hero .container .content .section-title .links {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.pages-hero .container .content .section-title .links a,
.pages-hero .container .content .section-title .links p,
.pages-hero .container .content .section-title .links i {
    font-size: 24px;
    color: #787878;
}

.pages-hero .container .content .section-title .links a:hover {
    color: var(--second);
}

.pages-hero .container .content .section-title .links p {
    font-weight: 600;
}

.contact-form {
    padding: 120px 0;
}

.contact-form .contact-container {
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 10px !important;
    max-width: 1196px;
    margin-inline: auto;
}

.contact-info {
    background-image: url("/img/contact/info.png");
    background-size: cover;
    background-position: left bottom;
    border-radius: 10px;
    height: 100%;
    padding: 40px;
    background-repeat: no-repeat;
}

.contact-info h3 {
    font-family: "Araboto-Medium", "Poppins";
    font-size: 28px;
    color: #fff;
}

.contact-info p {
    font-size: 18px;
    color: #c9c9c9;
}

.contact-info .contact-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-block: 50px;
}

.contact-info .contact-links a,
.contact-info .contact-links a b {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info .social-links {
    display: flex;
    justify-content: start;
    gap: 15px;
}

.contact-info .social-links a {
    transition: 0.3s;
}

.contact-info .social-links a:hover {
    transform: scale(1.2);
}

.contact-container .form-section {
    padding: 35px 20px;
}

.contact-container .form-section .input-container {
    margin-bottom: 20px;
}

.contact-container .form-section .input-container label,
.contact-container .form-section .input-container input,
.contact-container .form-section .input-container textarea {
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
}

.contact-container .form-section .input-container input,
.contact-container .form-section .input-container textarea {
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #8d8d8d;
}

.contact-container .form-section .input-container:hover label,
.contact-container .form-section .input-container:hover input,
.contact-container .form-section .input-container:hover textarea {
    color: #2f2f2f;
}

.contact-container .form-section .input-container:hover input,
.contact-container .form-section .input-container:hover textarea {
    border-bottom-color: #2f2f2f;
}

.contact-container .form-section .btn-submit {
    padding: 15px 48px;
    min-width: 189px;
    background: #fdaf43;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: 0;
    transition: 0.2s;
    margin-top: 20px;
}

.contact-container .form-section .btn-submit span {
    color: #fff;
    font-size: 16px;
}

.contact-container .form-section .btn-submit:hover {
    transform: scale(1.1);
}

@media (max-width: 1600px) {
    #home .container {
        padding-top: 45px;
    }
    .section-title h3 {
        font-size: 40px;
    }
    .section-title p {
        font-size: 18px;
    }
    #home h1 {
        font-size: 40px;
    }
    #home h1 .big {
        font-size: 60px;
    }
    #home p {
        font-size: 18px;
    }
    .back-to-top {
        inset-inline-end: 10px;
        bottom: 15px;
    }
    .back-to-top img {
        max-width: 35px;
    }
}

@media (max-width: 1400px) {
    .pages-hero {
        min-height: 400px;
    }
    .pages-hero .container .content .section-title h3 {
        font-size: 35px;
    }
    .pages-hero .container .content .section-title .links a,
    .pages-hero .container .content .section-title .links p,
    .pages-hero .container .content .section-title .links i {
        font-size: 18px;
    }
    #features .item .image {
        width: 50%;
    }
    #features .item .title {
        font-size: 20px;
    }
    .section-title h3 {
        font-size: 36px;
    }
    .section-title p {
        font-size: 16px;
    }
    #home h1 {
        font-size: 38px;
    }
    #home h1 .big {
        font-size: 60px;
    }
    .download img {
        max-width: 180px;
    }
    .news-ticker-content p {
        font-size: 26px;
    }
    .news-ticker-container svg {
        height: 40px;
    }
    .news-ticker-container {
        min-height: 85px;
        padding-top: 20px !important;
    }
    #about .items .content h4 {
        font-size: 18px;
    }
    #about .items .content p,
    .card-style-3 .description {
        font-size: 14px;
    }
    .card-style-1 .card-text .title,
    .card-style-3 .user .title {
        font-size: 18px;
    }
    .card-style-1 .card-text .desc {
        font-size: 14px;
    }
    .card-style-3 {
        padding: 20px;
    }
    .reviews-container {
        padding-inline: 30px;
    }
    .reviews-slider .swiper-button-prev,
    .reviews-slider.swiper-rtl .swiper-button-next {
        left: -20px;
    }
    .reviews-slider .swiper-button-next,
    .reviews-slider.swiper-rtl .swiper-button-prev {
        right: -20px;
    }
    #download .card .img1 {
        max-width: 340px;
    }
    #download {
        padding-block: 120px 100px !important;
    }
    #services {
        min-height: 800px;
    }
    .back-to-top {
        inset-inline-end: 15px;
        bottom: 15px;
    }
    .back-to-top img {
        max-width: 40px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 45%;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }
    .navbar a,
    .navbar a:focus,
    .categories .categories-list-item a {
        font-size: 15px;
        margin-inline-end: 10px;
    }
    .navbar .social-links {
        gap: 10px;
    }
    .navbar .social-links a img {
        width: 40px;
        height: 40px;
    }
    .navbar .dropdown-btn {
        height: 40px;
        padding: 5px !important;
    }
    .navbar .dropdown-toggle::before {
        width: 22px;
        aspect-ratio: 29 / 22;
        height: auto;
        top: 11px;
    }
    .navbar .dropdown-btn {
        min-width: 127px;
        margin-inline-end: 15px;
    }
    .navbar .dropdown-toggle::after {
        inset-inline-start: 100px;
        top: 10px;
    }
    .logo-footer {
        max-width: 70%;
    }
    .offers .nav-tabs {
        row-gap: 25px;
    }
    .offers .nav-tabs .nav-link p {
        font-size: 16px;
    }
    .offers .nav-tabs .nav-link img {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1550px;
        padding-inline: 50px !important;
    }
}

[dir="ltr"] #download .section-title p,
[dir="ltr"] #download .section-title h3 {
    max-width: 770px;
}

[dir="ltr"] .navbar .dropdown {
    order: 4;
}

@media (min-width: 1200px) {
    #design_section .swiper-wrapper .swiper-slide-next+div {
        transform: scale(1);
        background-image: url("/img/design/Body.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #design_section .swiper-wrapper .swiper-slide-next+div .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #design_section .swiper-wrapper .swiper-slide-next+div .image img {
        border-radius: 25px;
        width: 90%;
        aspect-ratio: 353 / 750;
        height: auto;
    }
}

@media (max-width: 1300px) {}

@media (max-width: 1200px) {
    #design_section .swiper-wrapper .swiper-slide-next {
        transform: scale(1);
        background-image: url("/img/design/Body.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #design_section .swiper-wrapper .swiper-slide-next .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #design_section .swiper-wrapper .swiper-slide-next .image img {
        border-radius: 25px;
        width: 90%;
        aspect-ratio: 353 / 750;
        height: auto;
    }
    .offers .nav-tabs {
        justify-content: center;
        gap: 20px;
    }
    [dir="ltr"] #download .section-title p,
    [dir="ltr"] #download .section-title h3 {
        max-width: 550px;
    }
    .store-card .card-text .title {
        font-size: 18px;
    }
    /* .store-card .card-image {
        width: 80px;
        height: 80px;
    }
    .store-card .store-rating {
        justify-content: center;
    }*/
    .store-card .store-rating {
        justify-content: center;
    }
    #features .item .image {
        width: 50%;
    }
    #home .container {
        display: block;
        padding-top: 100px;
    }
    .hero-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .section-title h3 {
        font-size: 26px;
    }
    .section-title p {
        font-size: 14px;
    }
    #about .items .content h4,
    .download p,
    #features .item .title {
        font-size: 16px;
    }
    #about .items .image {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .download img {
        max-width: 120px;
    }
    #services .row {
        justify-content: center;
    }
    .card-style-1 .card-text .title,
    .card-style-3 .user .title {
        font-size: 16px;
    }
    #footer h5,
    #footer .copyright p {
        font-size: 14px;
    }
    .logo-footer {
        max-width: 70%;
    }
    .navbar a,
    .navbar a:focus,
    #footer .footer-links a {
        font-size: 12px;
    }
    .categories .categories-list-item a {
        font-size: 14px;
    }
    #download {
        padding-block: 130px 100px !important;
    }
    #offers .swiper-container {
        max-width: 80%;
    }
}

@media (max-width: 992px) {
    [dir="ltr"] #ex1 {
        margin-top: 20px;
    }
    #home .hero-images {
        justify-content: center;
    }
    #footer .footer-links.section2 a::after {
        inset-inline-end: auto;
        inset-inline-start: 130px;
    }
    .contact-container .form-section .btn-submit {
        margin-inline: auto;
        display: block;
    }
    .contact-info h3 {
        font-size: 24px;
    }
    .contact-info p {
        font-size: 16px;
    }
    #download .card .img1 {
        position: absolute;
        bottom: auto;
        top: -250px;
        height: 409px;
    }
    .card-style-3 .rateing-user {
        flex-wrap: wrap;
        gap: 5px;
    }
    .somewrapper {
        gap: 10px;
    }
    .features .row {
        row-gap: 25px;
        justify-content: center;
    }
    .categories {
        display: none;
    }
    #home .container {
        padding-top: 20px;
    }
    #footer .footer-links a {
        font-size: 14px;
        padding-inline-end: 20px;
    }
    .offcanvas-header {
        display: flex;
        flex-direction: row-reverse;
        padding-bottom: 0;
    }
    .navbar ul:not(.dropdown-menu) {
        padding: 10px 20px 10px 20px !important;
        display: flex;
        row-gap: 10px;
    }
    .navbar .dropdown-toggle::after {
        inset-inline-start: 180px;
    }
    .navbar .social-links .dropdown {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 4;
    }
    .navbar .dropdown-btn {
        position: relative;
    }
    .navbar .dropdown:hover>ul {
        inset-inline: auto;
    }
    .navbar .social-links .dropdown ul a:hover,
    .navbar .social-links .dropdown ul .active:hover,
    .navbar .social-links .dropdown ul li:hover>a {
        margin-inline: 10px !important;
    }
    .offcanvas {
        height: 100vh;
        background-image: url("/img/hero/background_rtl.png");
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover;
        background-color: rgb(206 206 206);
        background-blend-mode: overlay;
    }
    .navbar .social-links {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .navbar .social-links a {
        transition: 0.3s;
        padding: 10px;
        border-radius: 25px;
    }
    .navbar .social-links a:hover {
        background-color: #fff;
        box-shadow: 0 0 10px #00000086;
    }
    .navbar .email {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .navbar .email p {
        margin-bottom: 0;
    }
    #footer .social-links {
        position: relative;
        inset: auto;
        margin-inline: auto;
        justify-content: center;
        margin-bottom: 20px;
    }
    #download .card {
        padding-top: 150px;
    }
    [dir="ltr"] #download {
        padding-block: 260px 100px !important;
    }
    #download {
        padding-block: 220px 100px !important;
    }
    .section-title h3 {
        font-size: 24px;
    }
    .section-title p,
    .BNOffers-btn-primary {
        font-size: 14px;
    }
    .BNOffers-btn-primary {
        padding: 10px 20px 12px;
        border-radius: 7px;
    }
    #download .card {
        padding-inline: 20px;
    }
    #download .download {
        justify-content: center;
    }
    .reviews-slider .swiper-pagination {
        display: none;
    }
    .reviews-slider .swiper-button-next,
    .reviews-slider.swiper-rtl .swiper-button-prev {
        right: 35%;
        top: 95%;
        background: #f5f5f5;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
    .reviews-slider .swiper-button-prev,
    .reviews-slider.swiper-rtl .swiper-button-next {
        left: 35%;
        top: 95%;
        background: #f5f5f5;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }
    .card-style-1 .card-text .title {
        font-size: 16px;
    }
    .card-style-3 .user .title {
        font-size: 14px;
    }
    #about .col1 {
        margin-bottom: 70px;
        padding-inline: 10px;
    }
    #home {
        min-height: auto;
        background-position: right top;
    }
    .offer-card .title {
        font-size: 18px;
    }
    .offer-card p,
    .offer-card h4 {
        font-size: 14px !important;
    }
    .offer-card .old-price {
        font-size: 10px;
    }
    #footer .row {
        row-gap: 20px;
    }
}

@media (max-width: 767px) {
    #home .img2 {
        margin-inline-start: -6%;
    }
    .download-link img {
        border-radius: 7px;
    }
    .pages-hero .container .content .section-title h3 {
        font-size: 25px;
    }
    .pages-hero .container .content .section-title .links a,
    .pages-hero .container .content .section-title .links p,
    .pages-hero .container .content .section-title .links i {
        font-size: 14px;
    }
    #about .main_image {
        width: 70%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }
    .swiper-button-prev i,
    .swiper-button-next i {
        font-size: 18px;
    }
    .offer-card .title {
        font-size: 16px;
    }
    #about .items .image {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .logo-footer {
        max-width: 127px;
        margin-bottom: 35px;
    }
    #footer .footer-links {
        margin-bottom: 25px;
    }
    [dir="ltr"] #download {
        padding-block: 260px 100px !important;
    }
    #download {
        padding-block: 220px 100px !important;
    }
    .download {
        flex-wrap: wrap;
    }
    .download p {
        width: 100%;
    }
    #about .items .content h4,
    .download p,
    #features .item .title {
        font-size: 14px;
    }
    #about .items .content p {
        font-size: 12px;
    }
    .hero-header {
        justify-content: start;
        text-align: start;
        align-items: start;
    }
    #home h1 {
        font-size: 29px;
    }
    #home h1 .big {
        font-size: 51px;
    }
    #home p {
        font-size: 14px;
    }
    #home p,
    #home .download {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    #footer .footer-links.section2 a::after {
        inset-inline-end: auto;
        inset-inline-start: 100px;
    }
    .pages-hero .container .content {
        padding-top: 100px;
    }
    .pages-hero {
        min-height: 350px;
    }
    .contact-form {
        padding: 80px 0;
    }
    .contact-info h3 {
        font-size: 18px;
    }
    .contact-info p {
        font-size: 14px;
    }
    #design_section .image {
        border-radius: 15px;
    }
    #design_section .swiper-wrapper .swiper-slide-next .image img {
        border-radius: 7px;
    }
    #design_section .section-title {
        margin-bottom: 20px;
    }
    .swiper-pagination-flex {
        margin-top: 30px;
    }
    .store-card .card-image {
        width: 60px;
        height: 60px;
    }
    .store-card {
        padding: 7px;
        gap: 10px;
    }
    .store-card .card-text .title {
        font-size: 14px;
    }
    .store-card .store-rating p {
        font-size: 10px;
    }
    .store-card .store-rating {
        flex-wrap: wrap;
    }
    .stores .row-cols-2>* {
        padding: 5px;
    }
    .offer-card .title,
    #footer .description {
        font-size: 14px;
    }
    #footer .footer-links a {
        font-size: 12px;
    }
    #home h1 {
        font-size: 25px;
    }
    #home .bg-prim {
        margin: auto;
    }
    [dir="ltr"] #download .section-title h3 {
        font-size: 22px;
    }
}

@media (max-width: 410px) {
    .offers .nav-tabs .nav-link {
        padding: 10px;
        border-radius: 7px;
    }
    .offers .nav-tabs .nav-link p {
        font-size: 14px;
    }
    .offers .nav-tabs .nav-link img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 340px) {
    #home h1 .big {
        font-size: 41px;
    }
    .stores .row-cols-2>* {
        padding: 2px;
    }
}


/**********************************************************************************/