.sin-related-cat .tab-pane {
    box-shadow: 1px 5px 25px #00000017;
    border-radius: 20px;
}
.sin-swiper-full .category-name {
    display: none;
}
.sin-related-cat .list-buttons {
    margin-bottom: 5px;
}

.sin-related-cat h3 {
    font-size: 35px ! Important;
    line-height: 60px;
}

@media (max-width: 767px) {
    .table-product-list td.name-col,
    .table-product-list td.price-col {
        display: flex;
        align-items: center;
        text-align: center;
        width: 100%;
        top: 25px;
        position: relative;
        margin: 5px;
        flex-direction: column;
    }
  .table-product-list .category-name {
    display: none;
}
  figure.image.image-style-align-left.image_resized {
    float: none;
    width: 100% ! Important;
    margin: 0;
    height: auto;
}
}
p a {
    display: inline-table;
    margin-left: 5px !important;
}
.breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
.breadcrumbs ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    scrollbar-width: none; 
  -ms-overflow-style: none;  
}
.breadcrumbs li {
    margin-left: 10px;
    flex: 0 0 auto;
}

.container.sin-category-container p ,li {
    line-height: 30px ! Important;
    font-size: 18px ! Important;
    text-align: justify !important;
    color: #505050 !important;
}
.table table {
    margin: 20px 0px;
}
.table-bordered td, .table-bordered th {
    padding: 0px!important;
}
.table td, .table th {
    padding: 15px;
}
table.table.table-bordered.table-product-list {
    margin-bottom: 0px;
}
.products-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.product-item-wrapper {
    flex: 0 0 48%; 
  border: none;
    -webkit-box-shadow: 0px 6px 13px -6px rgba(45, 54, 93, 0.3);
    -moz-box-shadow: 0px 6px 13px -6px rgba(45, 54, 93, 0.3);
    box-shadow: 0px 6px 13px -6px rgba(45, 54, 93, 0.3);
    border-radius: 15px;
}

@media (max-width: 991px) {
    .product-item-wrapper {
        flex: 0 0 100%;
    }
}

.product-item-wrapper table {
    width: 100%;
}
.text-truncate {
    white-space: normal;
}
i.fi.fi-rr-shopping-cart.me-1 {
    color: #ffffff;
}
.card-product .card-info .d-flex.flex-column.flex-lg-row.align-items-center {
    order: 4;
    display: flex
;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}
.card-product .card-info .rating {
    display: none !important;
}
.tab-conten a, .tab-content a *
 {
    color: #c82626 !important;
}
.table table {
    width: 100% !important;
}
table thead tr {
    background: #e9e9e9 !important;
}
div#product-quick-view-modal .box-category-product {
    display: none;
}
img[alt="baner-hamrah2"] {
    width: 100% !important;
    border-radius: 20px !important;
}
blockquote {
  margin: 16px 0;
  padding-right: 16px;   
  border-right: 5px solid #ccc; 
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
ol {
    list-style: auto !important;
}
ol p {
    margin-right: 5px !important;
}
ol li {
    margin-right: 20px;
}
/*****************************MOBILE-QUERY*****************************/
@media only screen and (max-width: 600px) {
  .table table {
    width: 155% !important;
}
  .list-ticks li {
    font-size: 15px!important;
  width: 50%!Important;
}
  .breadcrumbs.wow.animate__.animate__fadeIn.animated {
    display: none;
}
  .breadcrumbs.wow.animate__.animate__fadeIn.animated {
    display: none;
}
  .container.product-details {
    margin-top: -40px;
}
  .container.product-details .box-categories-link.mt-30 {
    display: none;
}
   figure.table {
    margin: auto!important;
    overflow: scroll;
    width: 100% ! Important;
     display:block!Important;
     
}
  .bb-customer-page .js-base-form .btn,
  .bb-customer-page .bb-profile-content a,
  .bb-customer-page .bb-profile-content .btn {
    width: 100% !important;
    padding: 10px !important;
	}
  .auth-card .col-6:has(label) {
    width: 100% !important;
	}
  .auth-card .col-6:has(.form-check) {
    width: 100% !important;
	}
  #page-auth .mt-3.text-center:has(.ms-1) {
    font-size: 13px !important;
	}
  .bb-customer-page .alert .text-primary {
    display: block !important;
    width: 100% !important;
    text-align: center;
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
	}
  span.price-regular {
    display: block !important;
    width: 100%;
    font-size: 16px !important;
	}
  .card-product .card-info .d-flex.align-items-center.mb-20 {
    left: 5px !important;
    transform: translateY(-15px) !important;
  }
  .single-product .border-bottom {
    padding: 0 !important;
    margin-top: 0 !important;
	}
  .box-quantity {
    flex-direction: column;
    gap: 15px;
	}
  .box-price {
    display: grid !important;
	}
  .sin-everything {
    display: none !important;
	}
  .header .font-lg.icon-list.search-post {
    position: absolute !important;
    width: 45%;
    text-align: right;
	}
  .header-right {
    position: absolute;
    display: flex;
    justify-content: center;
    right: 5%;
	}
    .me-1.d-inline-block.box-search-top.search-btn {
      width: 185px;
      display: flex !important;
      padding: 5px !important;
  }

  .me-1.d-inline-block.box-search-top.search-btn:after {
      content: 'جستجوی محصولات';
      color: var(--primary-color);
      margin-top: 4px;
      margin-right: 40px;
      margin-bottom: 3px;
  }
}
/*****************************END-MOBILE-QUERY*****************************/

/*****************************DESKTOP-QUERY*****************************/
@media only screen and (min-width: 1000px) {
  .text-muted {
    max-width: 1300px;
    margin: auto;
}
  .list-ticks li {
    font-size: 20px!important;
  width: 50%!Important;
}
  .sin-related-cat .box-tab-32 {
    padding: 15px 65px;
}
    figure.table {
    display: flex;
    justify-content: center;
    margin: auto;
      width: 100% ! Important;
}
  /*  .sin-category-container {
     max-width: 100vw !important;
  }*/
  #page-home .box-swiper.pager-style-2 img {
    height: 140px;
	}
  .single-product .align-items-center {
    flex-direction: row !important;
	}
  .header-nav li:has(a[title="باتری خودرو"])>.sub-menu {
    width: 770px !important;
    left: unset !important;
    right: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
	}
.header-nav li:has(a[title="باتری خودرو"]) .sub-menu li {
    flex: 1 30%;
	}
  .table td:has(p:nth-child(5)) {
    column-count: 2;
  }
}
/*****************************END-DESKTOP-QUERY*****************************/

.sin-category-container .text-muted table p {
	padding: 5px 0 !Important;
}
.table td,
.table tr {
  height: fit-content !important;
}
.table td {
  column-count: 1;
  vertical-align: middle !important;
}
/*.table tr td:not(:last-child) {
    border-left: 1px solid #b3b3b3 !important;
}*/
.ae-anno-announcement-wrapper {
    position: fixed;
    top: 0;
    z-index: 999;
}
header:not(header.sticky-bar),
header.header.sticky-bar.stick {
    margin-top: 35px !important;
}
/*.table td * {
    background: unset !important;
}*/
.table td {
    border: unset !important;
}
.table tr:nth-child(even) {
    background: #e9e9e9;
}
/*.table tr:nth-child(odd) {
    background: #ffe7bb57;
}*/
#product-category-507 .row.mt-50:has(.card-product),
#product-category-514 .row.mt-50:has(.card-product){
    display: none !important;
}
.sin-category-container a.add-to-cart {
    color: #fff !important;
}
.sin-category-container .quick-view * {
    color: #333 !important;
}
.sin-category-container>div>.text-muted {
    display: none !important;
}
.box-swiper.pager-style-2 img {
    border: 6px solid #ffe7bb !important;
    padding: 5px;
  	border-radius: 15px;
    object-fit: contain;
}
.box-swiper .swiper-container {
    height: 100%;
    padding-bottom: 35px;
    position: relative;
}
.box-radius-bottom {
    background: #ffe7bbb0 !important;
}
.sin-everything h1 {
    font-size: 40px;
}
.image_resized img {
    height: fit-content !important;
}
#page-auth .mt-3.text-center .ms-1 {
    color: var(--primary-color);
    font-weight: 900 !important;
}
#page-auth .mt-3.text-center:has(.ms-1) {
    background: #000 !important;
    padding: 15px;
    border-radius: 10px;
    color: #fff !important;
}
.single-product .price {
    color: var(--primary-color) !important;
}
.slider-nav-thumbnails.slick-initialized.slick-slider {
    display: none !important;
}
.product-details .mb-50 {
    margin-bottom: 20px !important;
}
.product-details .box-price {
    margin: 0 !important;
}
.product-details .attribute-swatches-wrapper * {
    margin: unset !important;
}
.product-details .anchor-link {
    float: left;
}
.product-details h1 {
    float: right;
}
.card-product .card-info .price {
    width: auto!important;
}
.card-product .price {
    height: 50px !important;
    display: flex !important;
    align-content: center !important;
    flex-wrap: wrap !important;
}
.card-product {
    padding-bottom: 0 !important;
}
.card-product .card-info {
    display: flex;
    flex-direction: column;
}
.card-product .card-info .mb-1 {
    order: 1;
    width: fit-content !important;
}

.card-product .card-info>a {
    order: 3;
    margin-top: 5px !important;
}

.card-product .card-info .d-flex.align-items-center.mb-20 {
    order: 2;
    width: fit-content;
    position: absolute;
    left: 30px;
}


.swiper-wrapper .card-offer-style-3 .card-info {
    padding: 0 30px !important;
}
.header .main-menu li:nth-child(3) ul {
	display: flex !important;
    flex-direction: column-reverse;
}
figure.image.image-style-align-left.image_resized .image_resized {
    object-fit: contain;
}
figure.image.image-style-align-left.image_resized {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
.header .main-header .header-left .header-right {
    padding: 0px 40px !important;
}
.about {
    border-radius: 0 !important;
    background-color: #e7ebee;
}
p.font-md.color-grey-500.mb-30.text.bannerDesc {
    color: white !important;
}
a.btn.btn-default.mb-15.pl-10.font-sm-bold.hover-up.action.bannerAction {
    background-color: white;
}
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}

.button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.phone-button {
    width: 50px;
    height: 50px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 24px;
    transition: transform 0.2s, background-color 0.3s;
}

.phone-button i {
    color: white;
}

.phone-button:hover {
    background-color: #218838;
    transform: scale(1.1);
}

.phone-label {
    background: white;
    color: #333;
    width: 90px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    white-space: nowrap;
}

/* ایجاد فلش کوچک که به دکمه تلفن اشاره می‌کند */
.phone-label::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
} 

span.d-inline-block.me-1.search-show-map {
    width: 100%;
    margin: auto;
    text-align: center;
    border: 1px solid #198754;
    border-radius: 10px;
    font-size: 14px !important;
    padding: 10px;
    color: #198754;
}
.swiper-slide .card-product {
    padding: 0px !important;
}
.sin-category-container .text-muted a,
.sin-category-container .text-muted a *{
    color: #ed1d26;
}
.sin-category-container .text-muted h1, .sin-category-container .text-muted h2, .sin-category-container .text-muted h3, .sin-category-container .text-muted h4, .sin-category-container .text-muted h5, .sin-category-container .text-muted h6 {
    font-size: 20px;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 13px;
}
.sin-category-container .content-detail a {
    color: #c82626;
}
.sin-category-container .content-detail h1, .sin-category-container .content-detail h2, .sin-category-container .content-detail h3, .sin-category-container .content-detail h4, .sin-category-container .content-detail h5, .sin-category-container .content-detail h6 {
    font-size: 20px;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 13px;
}

.menu-list {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .menu-list {
        flex-direction: column-reverse;
    }
}

.card-product.card-product-list .card-image {
    margin-left: 15px!important;
}
.auth-card__banner, .card-img, .card-img-bottom, .card-img-top {
    width: 40%;
    margin: auto;
}
.card-product .card-info .price .text-price .price-regular {
    font-size: 18px;
    line-height: 40px;
}
.card-product .card-info .price {
    max-width: 100%!important;
}
.search-btn {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: #fff;
    flex-shrink: 0;
    min-width: 80px;
    padding: 10px;
    text-align: center;
}
@media only screen and (max-width:1024px) {
.table-responsive .table {
    width: max-content !important;
}
}
.tab-content h2 {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0000000a;
}
/*.header-right .d-none {
    display: none !important;
}*/
.banner-1, .banner-image, .ae-anno-announcement__text, .bannerDesc, .headerLogoImg, .bannerAction, .top-bar, .header-nav {
    transform: unset!important;
    opacity: 1!important;
}
a.btn.btn-default.mb-15.pl-10.font-sm-bold.hover-up.action.bannerAction.loaded {
    background-color: white;
}
@media only screen and (min-width: 1400px) {
    .box-video .image-1 {
        top: -155px!important;
        min-width: 300px;
        max-width: unset;
    }
}
p.font-md.color-grey-500.mb-30.text.bannerDesc.loaded {
    color: white !important;
}
.imageTop a .box-image {
    border-radius: 300px !important;
    background: linear-gradient(0deg, rgb(137 7 6) 40%, rgba(248, 249, 251, 1) 100%)!important;
}
@media only screen and (min-width: 1100px) {
    .mainTxt {
        width: fit-content;
        background: linear-gradient(45deg, #9f1d1c 50%, #ffffff73 100%)!important;
        padding: 10px;
        border-radius: 20px;
    }
}
.banner-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 2rem;
    bottom: 0;
    background: url(https://ariatech.online/wp-content/uploads/large-triangles.svg)!important;
    background-size: cover!important;
    padding-inline: 10px;
    opacity: 1;
    z-index: 2;
}
.ae-anno-announcement__items {
    justify-content: center !important;
}
.text {
    color: #113261 !important;
    text-align: justify;
}

.backgroundAbout {
    position: absolute;
    left: -5rem;
    z-index: 0;
    height: 80%;
    top: 20px;
    width: 100%;
    object-fit: contain;
}

.mainAbout {
    position: relative;
    z-index: 10;
    right: 0;
}

.social {
    text-align: center;
}

.bg-gray {
    background-color: #e7ebee;
}

.list-buttons li a {
    background: transparent !important;
    color: rgb(237, 29, 38) !important;
    border: 1px solid rgb(237, 29, 38) !important;
}

.list-buttons li a.active,
.list-buttons li a:hover {
    background: rgb(237, 29, 38) !important;
    color: white !important;
}

.header .main-menu li ul li ul {
    right: 100%;
    left: unset;
}

.card-offer-style-3.cardFlow .card-product {
    border: none;
}

@media only screen and (min-width: 1100px) {
    .margin-right-10 {
        margin-right: 20rem;
    }
}

.titleSlider h3 {
    color: #c0c7d1;
    font-size: 24px;
}

.titleSlider {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.text-right.titleSlider::before {
    content: "";
    width: 10%;
    height: 10px;
    background: #ed1d24;
    display: block;
}

.brands {
    background-color: #c0c7d1;
    padding: 20px;
    padding-top: 120px;
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brands::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(http://hamrahbatri.test/assets/plus.svg);
    background-repeat: space;
    padding-inline: 10px;
    border-radius: 2rem;
    background-size: 350px 80px;
    opacity: 0.3;
    z-index: 1;
}

.brands::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 2rem;
    bottom: 0;
    background: linear-gradient(90deg, #b3bbc7 15%, #b3bbc700 100%);
    padding-inline: 10px;
    opacity: 1;
    z-index: 2;
}

.children {
    background: linear-gradient(0deg, #c0c7d1 50%, #ffffff73 100%);
    border-radius: 20px;
    padding: 29px;
    padding-top: 17px;
    padding-bottom: 33px;
    position: relative;
    z-index: 3;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.parentBrand {
    color: white;
    font-weight: 600;
    font-size: 40px;
    position: absolute;
    top: 30px;
    width: 100%;
    right: 0;
    text-align: center;
    z-index: 3;
}

.childrenItem {
    color: white;
    padding: 3px;
    padding-inline: 10px;
    border-radius: 100px;
    border: 2px solid white;
    transition: all;
}

.bannerSwiperSlide {
    height: 300px;
}

.hover-brand-child:hover {
    background: #ed1d24;
    color: white;
    border: 2px solid #ed1d24;
}

.header-logo img {
    max-height: 68px;
}

.row.container.steps {
    margin: 0 auto;
}

.menu-footer {
    display: none;
    /* Hide by default */
}

.menu-footer.show {
    display: block;
    /* Show when toggled */
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .menu-footer {
        display: block;
        /* Always show on large screens */
    }

    .menu-toggle {
        display: none;
        /* Hide toggle button on large screens */
    }

    .border-bottom {
        border-bottom: none !important;
    }
}

.bannerAction svg {
    background: #ed1d24;
    color: white !important;
    fill: white !important;
    width: 50px;
    height: 20px;
    border-radius: 100px;
}

@media (max-width: 992px) {
    .section.section.mb-90.banner {
        margin-bottom: 0 !important;
    }
}

.banner-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(http://hamrahbatri.test/assets/plus.svg);
    background-repeat: space;
    padding-inline: 10px;
    border-radius: 2rem;
    background-size: 350px 80px;
    /* Adjust this size to control the image and gap */

    opacity: 0.3;
    /* Adjust this to control the opacity of the image */
    z-index: 1;
}

.banner-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 2rem;
    bottom: 0;
    background: linear-gradient(90deg, #b3bbc7 70%, #b3bbc700 100%);
    padding-inline: 10px;
    opacity: 1;
    /* Adjust this to control the opacity of the image */
    z-index: 2;
}

.banner-1 {
    position: relative;
    background-color: #b3bbc7;
    margin: 2rem;
    border-radius: 2rem;
    padding-inline: 8rem;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 1rem;
}

.banner-1 > * {
    position: relative;
    z-index: 3;
}

.color-brand-1 div {
    display: block !important;
    color: white !important;
}

.bannerDesc {
    border-block: 1px solid #ffffff91;
    width: fit-content;
    padding-block: 0.5rem;
}

@media (max-width: 1100px) {
    .banner-1 {
        margin: 8px;
        margin-bottom: 3rem;
        padding: 1rem;
    }

    .mainTxt {
        width: 100%;
        text-align: center;
    }

    .bannerDesc {
        width: 100%;
        text-align: center;
    }

    .motor {
        display: block !important;
        top: 0;
    }

    .row.align-items-center.mt-50.hidden {
        display: none;
    }

    .bannerAction {
        width: 100%;
    }

    .color-brand-1 {
        color: #113261 !important;
    }
}

.banner-1,
.banner-image,
.ae-anno-announcement__text,
.bannerDesc,
.headerLogoImg,
.bannerAction,
.top-bar,
.header-nav {
    opacity: 0;
    transform: translateY(10px);
    /* Slight upward shift */
    transition:
        opacity 1s ease,
        transform 1s ease;
}

/* When the image has loaded */
.banner-1.loaded,
.banner-image.loaded,
.ae-anno-announcement__text.loaded,
.bannerDesc.loaded,
.headerLogoImg.loaded,
.bannerAction.loaded,
.top-bar.loaded,
.header-nav.loaded {
    opacity: 1;
    transform: translateY(0);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #505050 !important;
}
* {
    font-family: iranbakh !important;
}

.items {
    position: relative;
}

.imageTop {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.imageTop a .box-image {
    border-radius: 300px !important;
    background: linear-gradient(
        0deg,
        rgba(255, 243, 240, 0.2) 40%,
        rgba(248, 249, 251, 1) 100%
    );
}

.descriptionCard {
    color: #b3bbc7;
    text-align: center;
}

.titleCard {
    font-weight: 600 !important;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 35px;
    border-bottom: 0px !important;
    color: #2d365d !important;
}
.card-image .box-image img {
    max-height: 3rem;
}
.seprator {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 3px;
    width: 20px;
    border-radius: 200px;
    background-color: #e7ebee;
    margin-inline: auto;
    display: block;
}

.title-h2 {
    text-align: right;
    font-size: 18px;
    position: relative;
    z-index: 8;
    width: fit-content;
    background: white;
    padding-left: 10px;
}

.line {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardFlow {
    border: none;
    -webkit-box-shadow: 0px 6px 13px -6px rgba(45, 54, 93, 0.3);
    -moz-box-shadow: 0px 6px 13px -6px rgba(45, 54, 93, 0.3);
    box-shadow: 0px 6px 13px -6px rgba(45, 54, 93, 0.3);
    border-radius: 15px;
}

.cardFlow .card-head {
    background-color: transparent !important;
    margin: 0 auto;
    justify-content: center;
}

.cardFlow .card-head .card-title .color-brand-1 {
    color: #2d365d !important;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
}

.cardFlow .card-head .card-title {
    position: relative;
}

.cardFlow .card-head .card-title::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    height: 5px;
    background: #e7ebee;
    right: 33%;
    width: 35px;
    border-radius: 100px;
}

.line::after {
    content: "";
    background: #f5f3fc;
    height: 1px;
    width: 100%;
    z-index: 1;
}

.title-h2::before {
    position: absolute;
    height: 1px;
    width: 100%;
}

.hiddenNav .box-button-slider-bottom {
    display: none !important;
}

.box-video {
    max-width: unset;
}

.box-video > img {
    width: 100%;
}

@media only screen and (min-width: 1100px) {
    .color-brand-1 div {
        display: block !important;
        color: white !important;
    }

    .boxBanner {
        width: fit-content;
        padding: 1rem;
        background: linear-gradient(45deg, #b3bbc7 50%, #ffffff30 100%);
        border-radius: 20px;
    }

    .textBanner {
        padding-right: 6rem;
    }

    .desc {
        color: #323450;
        border-top: 1px solid #bec5d0;
        border-bottom: 1px solid #bec5d0;
        width: fit-content;
        padding-block: 0.5rem;
    }

    .banner-2 {
        background: none !important;
    }

    .btn btn-default font-sm-bold hover-up {
        background-color: #ed1c27;
        padding-inline: 1rem;
        height: 20px;
        border-radius: 20px;
        color: white !important;
    }

    .hidden {
        display: none;
    }

    .buttons {
        position: absolute;
        top: -10rem;
        width: 100%;
        right: 0;
        padding: 0 3rem;
    }

    .buttons .card-small {
        background: white;
    }

    .relative {
        position: relative;
    }

    .color-brand-1 {
        color: #323450 !important;
    }

    .hidden {
        display: none;
    }

    /* .container {
        padding-inline: 2rem;
    } */

    .items {
        background: linear-gradient(
            30deg,
            rgba(248, 249, 251, 1) 70%,
            rgba(255, 243, 240, 0.2) 100%
        );
        cursor: pointer;
        border: none;
    }

    .text {
        color: #212341;
    }

    .bannerDesc {
        border-block: 1px solid #ffffff91;
        width: fit-content;
        padding-block: 0.5rem;
    }

    .motor {
        position: relative;
        top: 6rem;
    }

    .mainTxt {
        width: fit-content;
        background: linear-gradient(45deg, #b3bbc7 50%, #ffffff73 100%);
        padding: 10px;
        border-radius: 20px;
    }
}

.body {
    overflow-x: hidden;
}

.bannerTitle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 18;
    color: #ffffff !important;
    font-weight: 400;
    height: 100%;
    width: 100%;
    text-align: right;
    padding: 0.7rem;
    font-size: 20px;
    max-width: 138px;
    text-align: center;
}

.relative {
    position: relative;
    overflow: hidden;
}

* {
    word-break: break-word;
}

.bannerTitle h2 {
    color: #ffffff !important;
}

.box-video .image-1 {
    top: -90px;
    max-width: 200px;
}

.box-video > img {
    opacity: 0;
}

.banner {
    background-color: #2d365d;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .box-video .image-1 {
        left: 0;
    }

    .bannerTitle {
        font-size: 28px;
        max-width: 240px;
        padding: 1.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .wrapperBanner {
        position: relative;
        top: -75px;
    }

    .bannerTitle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 18;
        color: #ffffff !important;
        font-weight: 400;
        height: 100%;
        width: 100%;
        text-align: right;
        padding: 2rem;
        font-weight: 700;
    }

    .box-video .image-1 {
        top: -70px;
        min-width: 300px;
    }

    .bannerTitle h2 {
        color: #ffffff !important;
    }
}

.header .main-menu li a {
    color: #212341 !important;
}

@media only screen and (min-width: 1400px) {
    .wrapperBanner {
        position: relative;
        top: 0px;
    }

    .bannerTitle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 18;
        color: #ffffff !important;
        height: 100%;
        width: 100%;
        text-align: right;
        padding: 3rem;
        min-width: 300px;
        max-width: unset;
        font-size: 40px;
        font-weight: 700;
    }

    .box-video .image-1 {
        top: -70px;
        min-width: 300px;
        max-width: unset;
    }

    .box-video > img {
        opacity: 1;
    }

    .bannerTitle h2 {
        color: #ffffff !important;
    }

    .banner {
        background-color: transparent;
    }
}

.about {
    border-radius: 0 !important;
}
.categories .box-tab-32 {
    padding: 0;
    background: transparent;
}
.box-video.banner-mid.mt-70 >img {
    rotate: 180deg;
}
.motor picture{
  width:100%
}
.motor img{
  width:100%
}
.box-notify-me .inner-notify-me .btn-brand-1{
  right:unset !important;
  left:10px!important
}
.chaty-channel-list {
    width: fit-content;
    position: fixed;
    z-index: 1000;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.parentBrand {
    font-size: 25px;
}