/* Fix styles */

a {
    color: #000000;
}
a:hover {
    text-decoration: none;
}
input {
    border: none;
}
:focus {
    outline: none;
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* Main-color */

.main-color {
    color: #1fd068 !important;
}
.main-color-hvr:hover {
    color: #1fd068 !important;
    transition: 0.3s;
}
.main-color-btn,
.active {
    background-color: #6db665 !important;
    border: unset !important;
}
.main-color-btn:active,
.main-color-click:active {
    background-color: #5da255 !important;
    border-color: #5da255 !important;
}
.main-color-click:active:focus {
    box-shadow: none !important;
}
.secondary-background {
    background-color: #f3f4f5;
}

/* Public Styles */

body {
    direction: rtl;
    text-align: right;
    background-color: #ebebeb;
}
section {
    padding: 10px 0;
}
.flex-parts {
    display: flex;
    align-items: center;
}
.flex-justify {
    justify-content: space-between;
}
.inner-container {
    padding: 10px 0;
}
* ::selection {
    background-color: #6db665;
    color: #ffffff;
}
::-webkit-scrollbar {
    display: block;
    background-color: #f1f1f1;
    width: 15px;
}
::-webkit-scrollbar-thumb {
    background-color: #6db665;
    border-radius: 0px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
p {
    font-size: 16px;
}

@media (max-width:991px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 15px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 14px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
}
@media (max-width:500px) {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 13px;
    }
    h4 {
        font-size: 12px;
    }
    h5 {
        font-size: 12px;
    }
    h6 {
        font-size: 12px;
    }
    p {
        font-size: 12px;
    }
}

/* header styles */

.des {
    display: none;
}
.res {
    display: none;
}
.res .container {
    max-width: 100% !important;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #ebebeb;
    box-shadow: 0px 0px 20px 0px rgba(109, 182, 101, 1);
}
.header-container {
    display: flex;
    align-items: center;
}
header .inner-container {
    padding: 10px 0;
}
.top-head-search {
    width: 665px;
}
.header-logo {
    width: 150px;
}
.header-logo img {
    width: 100%;
}
.product-search {
    width: 500px;
    box-shadow: -7px -7px 17px rgba(255, 255, 255, 0.6),
        7px 7px 17px rgba(70, 70, 70, 0.15);
    border-radius: 10px;
    display: flex;
    color: #848484;
}
.product-search-field {
    background: none;
    width: 100%;
    font-size: 13px;
    padding: 15px;
    color: #848484;
}
.product-search-field::placeholder {
    color: #848484;
}
.product-search > a {
    height: 50px;
    width: 50px;
    box-shadow: -7px -7px 17px rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.product-search > a:active {
    box-shadow: inset -7px -7px 17px rgba(255, 255, 255, 0.6),
        inset 7px 7px 17px rgba(70, 70, 70, 0.15);
}
.shopping-cart {
    color: #585d65;
    border-color: #474c55;
    border-radius: 7px;
}
.shopping-cart:hover {
    background-color: #6db665;
    border-color: #6db665;
}
.fa-shopping-bag {
    margin-right: 7px;
}

/* Social Media Styles */

.social-media {
    width: 200px;
    display: flex;
    align-items: center;
}
.social-media > a {
    height: 40px;
    width: 40px;
    box-shadow: -7px -7px 17px rgba(255, 255, 255, 0.6),
        7px 7px 17px rgba(70, 70, 70, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
}
.fa-twitter {
    color: #23abff;
}
.fa-facebook {
    color: #3e68c0;
}
.fa-instagram {
    color: #ea3145;
}
.fa-whatsapp {
    color: #27ae60;
}
.social-media > a:active {
    box-shadow: inset -7px -7px 17px rgba(255, 255, 255, 0.6),
        inset 7px 7px 17px rgba(70, 70, 70, 0.15);
}

/* section.top-slider Styles */

.top-slider-container {
    display: flex;
    align-items: center;
}
.top-slider .inner-container {
    padding: 20px 0;
}
.top-slider-container .swiper-container {
    width: 700px;
    height: 400px;
    border-radius: 15px;
}
.top-slider-container img {
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    color: #6db665;
}
.swiper-pagination-bullet-active {
    background: #6db665;
}
.top-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    flex-direction: column;
    justify-content: space-between;
}
.top-cards .card {
    overflow: hidden;
    border: unset;
    border-radius: 5px;
    width: fit-content;
}
.top-card-image {
    width: 300px;
}

/* section.product-slider Styles */

.product-price {
    margin: 15px 0;
    font-weight: 700;
    font-size: 15px;
}

.product-slider {
    width: 100%;
    background-color: #6db665;
    padding: 0;
}
.product-slider-container {
    position: relative;
}
.product-slider-image {
    position: relative;
    right: -35px;
    left: auto;
}
.product-slider-image img {
    width: 100%;
}
.product-slider .card a:hover {
    color: unset;
}
.product-slider .card a:hover .btn {
    border-radius: 5px;
}
.product-slider h5 {
    font-size: 20px !important;
}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    background-color: white;
    width: 30px;
    height: 50px;
    border-radius: 5px;
}
.product-slider .swiper-button-next {
    right: -31px;
}
.product-slider .swiper-button-prev {
    left: -31px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 35px;
}
#electric-bicycle {
    background-image: url("../../src/img/product-slider-bg-01.jpg");
    background-position: right;
}
#normal-bicycle {
    background-image: url("../../src/img/product-slider-bg-02.jpg");
    background-position: right;
}
#accessories {
    background-image: url("../../src/img/product-slider-bg-03.jpg");
    background-position: right;
}
.product-slider .btn {
    border-radius: 0 10px;
    transition: 0.3s;
}
.product-slider .container {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.product-slider .swiper-pagination {
    margin: 0 auto;
    padding: 10px;
    width: 150px;
    justify-content: space-around;
    display: flex;
    position: unset;
}
.product-slider .swiper-pagination-bullet,
.product-slider .swiper-pagination-bullet-active {
    background: #ffffff;
}
.product-slider .swiper-container {
    width: 924px;
    height: 100%;
}
.product-slider .swiper-slide {
    width: 18rem !important;
    border-radius: 10px;
}
.product-slider .card {
    width: 100% !important;
    border: unset;
}
.product-slider .card-body {
    padding: 10px;
}
.product-slider ul {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: right;
}
.product-slider ul li {
    font-size: 15px;
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-image: url("../../src/icon/check-solid.png");
}

/* section.category-cards Styles */

.cat-cards {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-cards .card {
    background-color: unset;
    border: none;
    border-radius: unset;
}
.cat-cards .card img {
    width: 100%;
    border-radius: 5px;
}
.cat-cards .card::after, .top-cards .card::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    border: solid 1px rgba(255, 255, 255, 0.00);
    pointer-events: none;
    top: 0px;
    transition: All 1s ease-out;
    -webkit-transition: All 1s ease-out;
    -moz-transition: All 1s ease-out;
    -o-transition: All 1s ease-out;
    left: auto;

}
.cat-cards .card:hover::after, .top-cards .card:hover::after {
    width: calc(100% - 4%);
    height: calc(100% - 4%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 2%;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    transition: All 1s ease-out;
    -webkit-transition: All 1s ease-out;
    -moz-transition: All 1s ease-out;
    -o-transition: All 1s ease-out;
    z-index: 1;
    pointer-events: none;
    transition: All 0.5s ease-out;
    -webkit-transition: All 0.5s ease-out;
    -moz-transition: All 0.5s ease-out;
    -o-transition: All 0.5s ease-out;
}

/* section.features Styles */

.features-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.features-container .inner-container {
    padding: 20px 0;
}
.features-content {
    padding: 0 5px;
}
.features-img {
    width: 90px;
    margin: 0 auto;
}
.features-img img {
    width: 100%;
    margin: 0 auto;
}
.features-title h4 {
    font-size: 13px;
    margin: 5px auto;
}

/* section.chart-product-slider Styles */

.chart-product-slider .swiper-container {
    width: 1110px;
    height: 400px;
    border-radius: 10px;
}
.chart-product-slider a {
    width: 100%;
}
.chart-product-slider a:hover {
    color: unset;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.chart-product-wrapper {
    padding: 20px;
    background-color: #f3f4f5;
}
.chart-product-image {
    width: 555px;
}
.chart-product-image img {
    width: 100%;
}
.chart-product-content {
    width: 100%;
}
.chart-product-content p {
    text-align: right;
    margin-bottom: 0.5rem;
}
.chart-product-slider .progress {
    margin: 0.5rem 20px 0.5rem 0;
    border-radius: 20px;
}
.chart-product-slider .progress-bar {
    background-color: #6db665;
    border-radius: 20px;
}
.chart-product-container {
    width: 100%;
    height: 100%;
    display: flex;
}
.chart-product-container .flex-parts {
    width: 50%;
}

/* section.blog Styles */

.blog-container {
    padding: 10px 20px;
}
.title-container {
    display: flex;
}
.blog h2 {
    margin-bottom: unset;
}
.see-more {
    display: flex;
    align-items: center;
}
.fa-chevron-left {
    margin-right: 5px;
}
.blog-contents .card,
.news-contents .card {
    background-color: #ebebeb;
    overflow: hidden;
    border: unset;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blog-contents .card {
    width: 300px !important;
}
.news-contents .card {
    width: unset !important;
}
.blog .card:last-child {
    margin-bottom: 0px;
}
.blog-contents .content-image {
    width: 300px;
    overflow: hidden;
}
.blog .card-body {
    padding: unset !important;
}
.blog .card-text {
    text-align: center;
    font-size: 15px;
    line-height: 2em;
    margin: 0;
    padding: 15px 10px;
}
.blog h3 {
    transition: 0.3s;
}
.blog-contents a:hover h3, .news-contents a:hover h3 {
    color: #6db665;
    transition: 0.3s;
}
.blog-contents a:hover .content-image img, .news-contents a:hover .content-image img {
    transform: scale(1.1);
}
.contents {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.news-contents .card {
    background-color: #ffffff;
}
.news-card a {
    display: flex;
    flex-wrap: wrap;
    margin: unset;
}
.news-contents .card-img {
    border-radius: 0;
}
.news-contents .content-image {
    height: 140px;
    width: 140px;
    overflow: hidden;
}
.content-image img {
    transition: 0.3s;
}
.news-contents .card-body {
    width: 280px;
}
.news-contents .card-text {
    text-align: right;
}

/* section.customers Styles */

.customers-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.customers h2 {
    text-align: center;
}
.customers-logo {
    width: 90px;
}
.customers-logo img {
    width: 100%;
    opacity: 0.4;
}

/* section.contact-us Styles */

.contact-details-container {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}
.right-col, .left-col {
    display: flex;
    width: 420px;
}
.contact-us .contact-details {
    text-align: center;
    height: max-content;
    width: inherit;
}
.contact-us h5 {
    margin: 5px 0;
    font-weight: bold;
    font-size: 15px;
}
.contact-us .social-media p {
    direction: ltr;
    margin: 5px 0;
    font-size: 14px;
}
.contact-us .social-media {
    padding: 40px 10px;
    width: 420px;
    box-shadow: -7px -7px 17px rgba(255, 255, 255, 0.6), 7px 7px 17px rgba(70, 70, 70, 0.15);
    display: flex;
    justify-content: space-around;
    align-items: unset;
}
.contact-us .social-media a {
    height: 50px;
    width: 50px;
    box-shadow: -7px -7px 17px rgba(255, 255, 255, 0.6), 7px 7px 17px rgba(70, 70, 70, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    margin: 0 auto;
}
.fa-twitter {
    color: #23abff;
}
.fa-facebook {
    color: #3e68c0;
}
.fa-instagram {
    color: #ea3145;
}
.fa-telegram {
    color: #31a8e0;
}
.fa-whatsapp, .fa-phone {
    color: #1fd068;
}
.social-media a:active {
    box-shadow: inset -7px -7px 17px rgba(255, 255, 255, 0.6), inset 7px 7px 17px rgba(70, 70, 70, 0.15);
}
.maps-location {
    border: 2px solid #b4a8a8;
}
.address-location {
    display: flex;
    align-items: center;
}
.maps-location, .address-location {
    width: 420px;
    height: 215px;
}
.address-location p {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.fa-map-marker {
    font-size: 45px;
}
.contact-us-container {
    text-align: center;
    background-color: #fff;
    padding: 40px;
}
.contact-form form {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #b4a8a8;
    background-color: #ebebeb;
    width: 600px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    transition: 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: 0px 0px 10px #6db665;
}
.contact-form textarea {
    resize: none;
}
input[type="submit"] {
    background-color: #25dc9c;
    color: #ffffff;
    width: initial;
    margin: 0 auto;
    font-size: 20px;
    padding: 7px 40px;
}

/* section.about-us Styles */

.about-us-container {
    text-align: center;
    background-color: #fff;
}
.about-us-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top:3.5rem;
}
.about-us-logo {
    width: 500px;
    margin: 0 auto;
}
.about-us img {
    width: 100%;
}
.about-us-detail {
    padding-top:0 !important;
    padding: 40px;
}
.about-us-detail p {
    text-align: justify;
    line-height: 2em;
}

/* section.faq Styles */

.faq-container {
    padding: 40px 10px;
    background-color: #f3f4f5;
}
.faq h1 {
    text-align: center;
}
.faq .card-header {
    padding: 0;
    background-color: #f1f1f1;
}
.faq .btn-link {
    font-weight: 400;
    text-decoration: none;
    width: 100%;
    text-align: right;
    padding: 10px;
}
.faq .btn-link.collapsed {
    color: #000000;
}
.faq .btn-link, .faq .btn-link:hover {
    color: #6db665;
    text-decoration: none;
}

/* Footer Styles */

footer {
    background-color: #e5e5e5;
    box-shadow: inset 0px 10px 5px -5px rgba(119, 119, 119, 0.5);
    width: 100%;
}
footer .social-media {
    border-radius: 5px;
    box-shadow: -7px -7px 17px rgba(255, 255, 255, 0.6),
        7px 7px 17px rgba(70, 70, 70, 0.15);
    justify-content: space-around !important;
}
.footer-container-parts {
    display: flex;
    align-items: center;
}
footer .inner-container {
    padding: 10px 0;
}
.footer-about-us p {
    text-align: justify;
    line-height: 2em;
}
.footer-logo img {
    width: 100%;
}
.footer-nav ul {
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.footer-nav ul li {
    padding: 5px 0;
    margin: 0 5px;
}
.footer-nav a {
    font-size: 15px;
}
.copyright {
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff;
    text-align: center;
}
.copyright p {
    margin: 0;
}

/* Responsive Layout */


@media (min-width: 220px) {
    body {
        padding-top: 135px;
    }
    .product-search-field {
        font-size: 8px;
    }
    .product-search > a {
        font-size: 20px;
    }
    .shopping-cart {
        padding: 7px 5px;
        font-size: 8px;
    }
    .cat-cards .flex-parts {
        padding: 2px;
    }
    .footer-container {
        padding: 20px 0;
    }
    .footer-logo {
        width: 190px;
    }
    .footer-about-us {
        width: 100%;
    }
    footer .social-media {
        width: 190px;
        height: 60px;
    }
    footer .social-media > a {
        height: 35px;
        width: 35px;
        font-size: 20px;
    }
    .footer-container-parts {
        flex-flow: column-reverse;
        justify-content: center;
    }
    .footer-about-us h3 {
        text-align: center;
    }
    .footer-nav {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .footer-nav ul {
        display: block;
    }
    .footer-nav a {
        padding: 5px 0px;
    }
}

@media (min-width: 321px) {
    .product-search-field {
        font-size: 10px;
    }
    .product-search > a {
        font-size: 25px;
    }
    .shopping-cart {
        font-size: 10px;
        padding: 10px;
    }
    .footer-container {
        padding: 40px 0;
    }
    .footer-logo {
        width: 300px;
    }
    footer .social-media {
        width: 300px;
        height: 70px;
    }
    footer .social-media > a {
        height: 50px;
        width: 50px;
        font-size: 25px;
    }
}

@media (min-width: 341px) {
    .cards-container {
        max-width: 340px;
    }
    .cat-cards .card {
        width: 150px;
    }
    .footer-nav a {
        padding: 10px 0px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .features .container {
        max-width: 348px;
    }
}

@media (min-width: 501px) {
    .product-search-field {
        font-size: 13px;
    }
    .shopping-cart {
        font-size: 15px;
    }
    .cards-container {
        max-width: 540px;
    }
    .cat-cards .card {
        width: 225px;
    }
    .cat-cards .flex-parts {
        padding: 5px;
    }
}

@media (min-width: 768px) {
    .cards-container {
        max-width: 720px;
    }
    .cat-cards .card {
        width: 256px;
    }
    .cat-cards .flex-parts {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .news-contents {
        margin-top: 10px;
    }
    .product-slider-image {
        right: 0;
    }
    .product-slider .swiper-button-next, .product-slider .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 131px;
    }
    .des {
        display: block;
    }
    .footer-container-parts {
        flex-flow: unset;
        justify-content: space-between;
    }
    .footer-about-us h3 {
        text-align: right;
    }
    .footer-about-us {
        width: 550px;
    }
    .footer-nav {
        width: 550px;
    }
    .footer-nav ul {
        display: flex;
    }
}

@media (max-width: 1199px) {
    .top-slider-container {
        justify-content: center;
    }
    .top-cards {
        width: 700px;
        height: unset;
        flex-direction: unset;
    }
    .top-cards {
        margin-top: 20px;
    }
    .product-slider .swiper-container {
        width: 744px;
    }
    .product-slider .swiper-slide {
        width: 14.2rem !important;
    }
    .chart-product-slider .swiper-container {
        width: 930px;
        height: 335px;
    }
    .chart-product-image {
        width: 465px;
    }
    .about-us-image {
        width: 930px;
        height: 335px;
    }
}

@media (max-width: 991px) {
    .res {
        display: block;
    }
    .footer-navigation {
        width: 100%;
    }
    .product-slider .container {
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    .product-cat-image {
        width: 130px;
    }
    .product-slider .swiper-pagination {
        display: none;
    }
    .product-slider .swiper-container {
        width: 100%;
        overflow: visible;
    }
    .product-slider .swiper-slide {
        margin-left: 30px;
    }
    .product-slider {
        overflow: auto;
    }
    .chart-product-slider .swiper-container {
        width: 465px;
        height: 670px;
    }
    .chart-product-container {
        flex-wrap: wrap;
    }
    .chart-product-container .flex-parts {
        width: 465px;
    }
    .contact-details-container {
        justify-content: center;
    }
    .left-col {
        flex-direction: column-reverse;
    }
    .address-location {
        height: unset;
    }
    .contact-form form {
        width: 400px;
    }
    .contact-form input, .contact-form textarea {
        width: 400px;
    }
    .about-us-image {
        width: 690px;
        height: 248px;
    }
}

@media (max-width: 767px) {
    .top-slider-container .swiper-container {
        width: 470px;
        height: 270px;
    }
    .top-cards {
        width: 470px;
    }
    .top-card-image {
        width: 230px;
    }
    .about-us-image {
        width: 510px;
        height: 183px;
    }
    .about-us-logo {
        width: 220px;
    }
}

@media (max-width: 540px) {
    .about-us-image {
        width: 100%;
        height: unset;
    }
    .about-us-detail {
        padding: 10px;
    }
    .faq-container {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .top-slider .inner-container {
        padding: 10px 0;
    }
    .top-slider-container .swiper-container {
        width: 300px;
        height: 171px;
        border-radius: 10px;
    }
    .top-cards {
        width: 300px;
        margin-top: 10px;
    }
    .top-card-image {
        width: 140px;
    }
    .cat-cards .card {
        width: 140px;
    }
    .chart-product-slider .swiper-container {
        width: 310px;
        height: 504px;
    }
    .chart-product-image {
        width: 310px;
    }
    .chart-product-wrapper {
        padding: 10px;
    }
    .chart-product-slider .swiper-pagination-bullets {
        bottom: 0;
    }
    .chart-product-slider h3 {
        font-size: 25px;
    }
    .chart-product-content p {
        font-size: 15px;
    }
    .blog-container {
        padding: 10px 10px;
    }
    .see-more {
        font-size: 8px;
    }
    .news-contents .content-image {
        height: 100px;
        width: 100px;
    }
    .news-contents .card-body {
        width: 170px;
    }
    .blog .card-text {
        font-size: 12px;
    }
    .contact-us-container {
        padding: 10px;
    }
    .right-col, .left-col {
        width: 100%;
    }
    .maps-location, .address-location {
        width: 100%;
    }
    .maps-location iframe {
        width: 100%;
    }
    .contact-us .social-media {
        width: 100%;
        flex-wrap: wrap;
    }
    .contact-us .contact-details {
        width: 100%;
        padding: 10px 0;
    }
    .contact-form form {
        width: 100%;
    }
    .contact-form input, .contact-form textarea {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .chart-product-slider .swiper-container {
        width: 190px;
        height: 383px;
    }
    .chart-product-image {
        width: 190px;
    }
    .chart-product-content p {
        font-size: 10px;
    }
    .blog .content-image {
        width: 180px;
    }
    .blog-contents .card {
        width: 180px !important;
    }
    .blog .card-text {
        font-size: 10px;
        padding: 5px;
    }
    .news-contents .content-image {
        height: 50px;
        width: 50px;
    }
    .news-contents .card-body {
        width: 120px;
    }
    .blog .card-text {
        font-size: 7px;
    }
    .about-us-logo {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .cards-container {
        max-width: 220px;
    }
    .top-slider-container .swiper-container {
        width: 200px;
        height: 114px;
    }
    .top-cards {
        width: 200px;
        justify-content: center;
    }
    .top-cards .card {
        margin-bottom: 10px;
    }
    .top-cards .card:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cards-container {
        max-width: 1140px;
    }
    .cat-cards {
        justify-content: space-between;
    }
}
.offset-lg-1{
    margin-left:0 !important;
    margin-right: 8.333333% !important;
}
