:root {
    --c4: #f99d1c;
    --c5: #f99d1b;
    --c1: #0aa391;
    --c2: #ececec;
    --c3: #950A0E;
    --subtitle: #7f7f7f;
    --c6: #FCAF17;
    --c7: #E2DFDF; /*for banner gray login */
    --c8: #151f16;
    --c-light-gray: #9c9c9c;
    /*--c4: #495966;*/
}

@font-face {
    font-family: "vaziri-bold";
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Vazir-Bold.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: "Vazirmatn";
    font-style: normal;
    font-display: swap;
    src:
    url('/fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
    url('/fonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
}

.sample_farsi_digits {
    font-feature-settings: "ss01";
}

html, body {
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    /*overflow-x: hidden;*/
    font-feature-settings: "ss01" on;
}

input, select, textarea {
    touch-action: manipulation;
}

.up-line {
    border: solid 2px var(--c1);
}

.pre-line {
    white-space: pre-line;
}

.stick-head.animate {
    transition: all 0.5s ease-in-out;
    transform: translateY(10px);
    opacity: 1;
}

.stick-head {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    transition: bottom 0.3s ease;
    z-index: 55;
}

.customnav {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    margin: 0;
}

.customnav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    max-height: 500px;
    z-index: 1000;
}

ul.customnav .submenu {
    position: absolute;
    right: 0;
    background: white;
    padding: 1.5rem;
    width: 100%;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 4px 2px #00000026;
    transition: 0.5s;
    z-index: 999;
    display: none;
    top: 100%;
}
.div-sub-menu {
    padding-right: 0;
}
ul.customnav li.submenu-item:hover .submenu {
    transition: 0.5s;
    display: flex;
}

.menuGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    list-style: none;
    padding: 0;
}
ul.menuGrid li strong {
    font-size: 0.8rem;
}

.menuBox {
    position: relative;
    min-height: 18rem;
    /*padding: 1rem;*/
    background-image: url('/images/acc7.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.75rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.75rem;
    z-index: 1;
}

.texts {
    position: relative;
    z-index: 2;
}

.menuBox h6 {
    text-align: center;
    color: #444;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    padding: 0.6rem;
    border-radius: 5px;
}

.nav-link {
    font-family: 'Vazirmatn' !important;
    font-size: 0.83rem;
}

.texts {
    position: absolute;
    bottom: 1rem;
    text-align: center;
}

.texts .title {
    font-weight: 700;
    font-size: 1rem !important;
    word-spacing: -2px;
}

ul.customnav li.nav-item {
    /*padding-bottom: 1.5rem !important;*/
    /*padding-top: 1rem;*/
    padding: 1.5rem;
}


ul.customnav li.nav-item a {
    word-spacing: -3px;
    font-size: 1.06rem;
    position: relative;
}
.chevron-down-menu {
    color: var(--c1);
}

.submenu li a {
    display: flex;
    flex-direction: column;
}

.submenu li a {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    width: 95%;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    transition: 0.5s;
    padding-right: 2rem;
    text-align: right;
}

.submenu li:hover a {
    background: #f5f5f5;
    transition: 0.5s;
}

.submenu li a:before {
    content: "";
    position: absolute;
    right: 1rem;
    width: 2px;
    height: 50%;
    background: var(--c1);
    top: 50%;
    transform: translateY(-50%);
}

.sliderSwiper .swiper-slide {
    padding: 0 1rem;
}
.span-child-menu {
    color: #7f7f7f;
    font-size: 0.9rem !important;
}
.cart-menu iconify-icon, .user-menu iconify-icon {
    color: var(--c1);
    font-size: 1.5rem;
}
.cart-menu .badge-danger {
    position: absolute;
    left: -12px;
    margin-bottom: 1rem;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: rgba(200,50,0,0.6);
    color: white;

}

body {
    color: #1A1A1A;
    margin: 0;
    font-family: 'Vazirmatn';
    font-size: 1rem ;
    text-decoration: none;
    background-color: rgb(237, 237, 237);
    line-height: 1.5rem;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazirmatn';
    /*line-height: 1.5rem;*/
    font-weight: 900;
    word-spacing: -1px;
    color: #1A1A1A;
}


a {
    color: #1da390;;
    text-decoration: none;
}

p {
    /*text-align: justify !important;*/
    font-family: 'Vazirmatn';
    font-size: 1.1rem;
    word-spacing: -3px;
}

.navbar {
    padding: 1rem;
    border-radius: 1rem;
}

.header {
    padding: 0;
    position: fixed;
    top: 1.5rem;
    left: calc(50vw - 570px);
    z-index: 1000;
    transition: all 0.5s ease;
}
.first-div-header {
    min-height: 100px;
}

.header.sticky {
    top: 0;
    left: 0;
    max-width: 100%;
}

@media (min-width: 1400px) {
    .header {
        left: calc(50vw - 666px);
    }
}

.stick-head {
    display: none;
}

.stick-head.active {
    display: block;
}
.title-child-fw {
    font-weight: 600;
}

.text-justify {
    text-align: justify;
}

.btn-1 {
    background: var(--c1);
    color: white !important;
    min-width: 9rem;
    display: inline-block;
    text-align: center;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 1.2rem;
    transition: 0.5s;
    align-self: flex-start;
}

.btn-1:hover {
    background-color: var(--c2);
    color: black !important;
    transition: 0.5s;
}

.btn-2 {
    background: var(--c2);
    color: #444 !important;
    min-width: 8rem;
    display: inline-block;
    text-align: center;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: 1.2rem;
    transition: 0.5s;
}

.btn-2:hover {
    transition: 0.5s;
    background-color: var(--c1);
    color: white !important;
}

.title {
    color: #1A1A1A;
    /*font-size: clamp(1rem, 2.2vw, 2.2rem) !important;*/
    font-size: 2.18rem /*35px*/ !important;
    /*font-size: 0.8rem !important;*/
}

.subtitle {
    color: var(--subtitle);
    line-height: 3rem;
    /*font-size: clamp(1rem, 1.4vw, 1.4rem) !important;*/
    font-size: 1.12rem /*18px*/ !important;
}

.s1 .sliderSwiper .row {
    background-color: white;
    border-radius: 40px;
}

.s1 .sliderSwiper .swiper-slide-prev,
.s1 .sliderSwiper .swiper-slide-next {
    opacity: 0.4;
}

.s1 .sliderSwiper .swiper-slide-prev .row,
.s1 .sliderSwiper .swiper-slide-next .row {
    background-color: white;
    border-radius: 40px;
    padding: 0px 8rem !important;
    height: 57vh;
}

.img1-s1 {
    margin-top: -3rem;
}

.img2-s1 {
    position: absolute;
    left: 0;
    bottom: -4rem;
}
.swiper .swiper-slide {
    overflow: visible !important;
}
.div-matn-s1 {

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 310px;
        padding-right: 5rem!important;

}
.img1-s2 {
    top: -276px;
    left: -109px;
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
}

.s2 .card-deck img {
    border: solid 1px #efefef;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}


.card-header2 {
    background-color: white;
    border: none;
}

.card-footer {
    background-color: white;
    border: none;
}


.s2 .swiper {
    height: auto;
}

.s2 .swiper-wrapper {
    position: static;
}

.s2 .card-deck .title {

    font-weight: 600;
    font-size: 1.3rem !important;
    /*min-height: 70px;*/
    /*font-size: clamp(0.9rem, 1.2vw, 1.2rem) !important;*/
}
.s2 .card-deck span {

    font-weight: 500;
    font-size: 1.1rem !important;
    /*min-height: 70px;*/
    /*font-size: clamp(0.9rem, 1.2vw, 1.2rem) !important;*/
}

.div-p-s2 {
    min-height: 5.75rem; /*92px*/
}
.div-p-s2 p {
    /*text-align: justify;*/
    /*font-size: 0.93rem;*/
}
.swiper-slide-product {
    border-radius: 0.75rem;
}

.card-deck {
    /*box-shadow: 0px 0px 6px 2px #00000040;*/
    /*transition: all 0.3s cubic-bezier(.25, .8, .25, 1);*/
    background: white;
    border-radius: 0.75rem;
    transition: 0.5s;
}

.card-deck:hover {
    box-shadow: 0px 0px 14px 5px #00000040;
    transition: 0.5s;
}

.s2 .card-deck .btn-2 {
    width: 100%;
    text-align: right;
    position: relative;
    padding: 1rem;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
}

.icon-chevron-left-product {
    color: var(--c1);
    font-size: 2rem !important;
    width: 1em;
    height: 1em;
}


.s2 .card-deck:hover .btn-2 {
    background-color: var(--c1);
    color: white !important;
    transition: 0.5s;
}

.s2 .card-deck:hover .icon-chevron-left-product {
    transition: 0.5s;
    color: white;
}

.s2 .swiper-button-prev {
    position: absolute;
    top: 60%;
    right: calc(100% + 2rem);
    width: 60px;
    height: 60px;
    background-color: var(--c1);
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-60%);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .s2 .swiper-button-prev {
       display: none !important;
    }
}

.s2 .swiper-button-next{
    position: absolute;
    top: 60%;
    left: calc(100% + 2rem) !important;
    width: 60px;
    height: 60px;
    background-color: var(--c1);
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-60%);
    right: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.next-customer {
    background-color: #c7c7c7 !important;
}
.prev-customer {
    background-color: #c7c7c7 !important;
}

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

.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.s3 {
    background-color: var(--c1);
}

.icon-s3 {
    padding: 1rem;
    transition: .3s all linear;
}

.icon-s3:hover {
    transform: scale(1.05);
    transition: .3s all linear;
}


.rate-left-s2 span {
    color: #fff;
    text-align: right;
    font-weight: bold;
    font-size: 1.2rem;
}

.rate-left-s2 p {
    color: #FFF;
    text-align: right;
    /*font-size: 1rem;*/
    font-style: normal;
    font-weight: bolder;
    /*line-height: 211.022%;*/
    font-size: clamp(1rem, 2.2vw, 2.2rem) !important;
}
.num-rate-s2 {
    color: #FFF;
    text-align: right;
    /*font-size: 1rem;*/
    font-style: normal;
    font-weight: bolder;
    /*line-height: 211.022%;*/
    font-size: clamp(1rem, 2.2vw, 2.2rem) !important;
}
.rate-left-s2 {
    text-align: right;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
}


.s5 .btn-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    transition: 0.5s;
    align-self: flex-start;
}
.div-matn-s5 p {
    width: 75%;
}
.div-matn-s5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 310px;
    padding-right: 5rem!important;
}

.div-matn-s5 h4,
.div-matn-s5 p,
.div-matn-s5 a {
    margin: 0;
}
.bg-image-s5 {
    background-image: url('/images/laptophand.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 400px;

}
.icon-chevron-left-course {
    color: white;
    font-size: 2rem !important;
    width: 1em;
    height: 1em;
}
.circle {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 60px;
    height: 60px;
    background-color: orange;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.circle-right {
    position: absolute;
    top: 50%;
    right: -3%;
    width: 60px;
    height: 60px;
    background-color: orange;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.lh {
    line-height: 170%;
}

.round-s4 {
    border-radius: 3%;
    height: 100%;
}

.video-p {
    bottom: 70px;
    right: 170px;
}
.btn-gray {
    transition: 0.5s;
}

.btn-gray:hover {
    background-color: var(--c2);
    transition: 0.5s;
}
video#video {
    filter: brightness(0.7);
}

.play {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 130px !important;
    height: 130px !important;
    cursor: pointer;
}

.play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.butn-s4 {
    right: 60%;
    top: 90%;

}
section.s4 {
    margin-bottom: 5rem;
}

.btn-s4 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding:  1rem;
    text-decoration: none;
    color: #333;
}
.h-s4 h6{
    font-size: 1.3rem !important;
    color: var(--c1);
}
.h-s4 .p-s4 {
    color: var(--c1);
}
.s4 .row {
    display: flex;
    align-items: stretch;
}

.s4 .col-lg-4,
.s4 .col-lg-8 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.s4 .col-lg-4 {
    justify-content: space-between;
}
.bg-s5 {
    background-color: rgb(219, 215, 215);
}

.matn-s5 {
    /* right: 55%;
    top: 30%; */
}

.matn-s5 > p {
    font-size: 15px;
}

.butn-s5 {
    padding: 1rem;
    background-color: rgb(255, 166, 2);
    color: #FFF;
    transition: color 0.3s ease;
}


.butn-s5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #e74c3c, #3498db);
    transition: transform 0.3s ease;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: -1;
}

.butn-s5:hover::before {
    transform: scaleY(1);
}

.butn-s5:hover {
    background-color: white;
    color: orange;
}

.butn-s5 bi.bi-chevron-left {

    color: #FFF;
}

.butn-s5:hover .bi.bi-chevron-left {

    color: orange;

}

.row-s6 {
    background-color: rgb(219, 215, 215);
}

.swiper-pagination-bullet {
    background-color: white !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--c1) !important;
}

/* span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "⦿";
    color: var(--mainColor);
} */
.s22 {
    padding-bottom: 4rem;
}

span.swiper-pagination-bullet {
    padding: 0.4rem;
}

.a-new {
   align-self: flex-end;
}

.a-new i {
    color: var(--c1);
    font-size: 1.2rem;
    margin-right: 0.2rem;
    font-weight: bold;
}

.card-new {
    background: white;
    border-radius: 0.75rem;
    transition: 0.5s;
    /*background-color: white;*/
    /*border-radius: 10px;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
}
.s6 .swiper-slide {
    display: flex;
    align-items: stretch;
    height: 310px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p-s6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}


.card-new img {
    border-radius: 0.75rem;
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-height: 223px;
}

/*.c-l-12 {*/
/*    flex: 1;*/
/*}*/

.card-new .col-12.col-md-6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-overflow: ellipsis;
}
.card-new .title {
    font-size: clamp(1rem, 1.2vw, 1.2rem) !important;
}


.s7 {
    background-color: #f5f5f5;
    padding-top: 51px;
}

.bg-image-s7 {
    background-image: url('/images/layer-116.png'), url('/images/layer-115.png');
    background-position-y: top;
    background-position-x: left;
    background-repeat: no-repeat, repeat-x;
    /*padding: 50px 0;*/
    padding-top: 110px;
    /*width: 100%;*/
}

.bg-image-s7-2 {
    background-image: url('/images/layer-116.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
}

@media (max-width: 1540px) {
    .bg-image-s7 {
        background-position-x: calc(50vw - 780px);
    }

}

@media (max-width: 1025px) {
    .bg-image-s7 {
        background-image: url('/images/layer-115.png');
        padding-top: 0;
    }

}


footer .title {
    color: #686666;
    font-size: clamp(1rem, 2.2vw, 1.2rem) !important;
}

.text-s7 {
    text-align: justify;
}
.div-matn-s7 {
    margin: 4rem 0;
    height: 310px;
}
.div-matn-s7 span {
    word-spacing: -3px;
    font-size: 1.2rem;
    padding-top: 1rem;
}
.div-matn-s7 h3 {
    font-size: 2.3rem !important;
    margin-top: 0.9rem;
}
.s8, .s6 {
    background-color: #f5f5f5;
}

.customer-img {
    height: 172px;
    width: 172px;
    margin-bottom: 3rem;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.customer-img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.customer-swiper {
    border-radius: 10px;
}

.orang-box-footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    /* margin: 0;
     position: absolute; */
    padding: 0.7rem;
    /* top: 50%;
    left: 2%;
    width:70%; */
    background-color: var(--c1);
    color: white;
    /*font-size: large;*/
    /* border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%); */
}

.orang-box-footer p {
    font-size: 1rem;
    /*font-weight: bold;*/
}

footer {
    background-color: white;
}

.footer {
    padding-top: 3rem;
}

.social-media {
    gap: 0.3rem;
    font-size: 1rem;
}

.social-media a {
    /*background: #f1f1f1;*/
    /*padding: 4px 10px 1px 10px;*/
    /*border-radius: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.social-media a i.bi {
    font-size: 1.1rem;
    color: #a1a1a1;
}

.footer-text {

    font-size: 0.9rem;
    text-align: justify;
    padding: 1rem 0;
}

.ul-footer {
    list-style-type: none;
    padding: 0;
}

ul.ul-footer li {
    position: relative;
    padding-right: 1.5rem;
    margin-bottom: 0.5rem;
    /*position: relative;*/
    /*line-height: 1.5;*/
    /*padding-right: 1rem;*/
    /*text-align: right;*/
    /*text-indent: 0;*/
    /*direction: rtl;*/
}
.ul-footer .footer-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #a1a1a1;
    font-size: 1rem;
}
/*ul.ul-footer li::before {*/
/*    margin-left: 0.5rem;*/
/*    content: '\f053';*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 600;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0.8rem;*/
/*    transform: translateY(-50%);*/
/*    color: #a1a1a1;*/
/*    font-size: 0.9rem;*/
/*}*/

.p-footer-dec p {
    margin-top: 1rem;
    font-size: 1rem;
}
.p-footer-dec h6 {
    color: var(--c1);
}
.info-contact li a {
    font-size: 1rem !important;
    transition: 0.5s;
}

.info-contact li a:hover{
    color: var(--c1) !important;
    transition: 0.5s;
}
.hover-email {
    font-size: 1rem !important;
    transition: 0.5s;
    color: #686666;
}

.hover-email:hover {
    color: var(--c1) !important;
    transition: 0.5s;

}
.hover-access:hover {
      color: var(--c1) !important;
      transition: 0.5s;

  }
.hover-access a, .ul-footer li, .p-footer-dec p{
    font-size: 1rem !important;
    color: #686666 !important;
}
iconify-icon {
    font-size: 1.5rem;
    color: #a1a1a1;
}

#scroll-btn {
    background-color: #eee;
    border-radius: 50%;
    border: 0;
    bottom: 30px;
    color: #4c4c4c;
    cursor: pointer;
    /* display: none; */
    outline: medium none;
    position: fixed;
    left: 15px;
    z-index: 99;
    padding: 16px 24px;
    font-size: 17px;
    transition: 0.4s ease;
    font-weight: 500;



}


.b-hidden {
    opacity: 0;
}


.icon-s3 {
    display: flex;
    gap:10px;
    align-items: center;
}

.rate-left-s2 {
    display: flex;
    flex-direction: column;
    align-items: start;
}


.separator {
    width: 2px;
    height: 80px;
    background-color: var(--c1);
}

img {
    flex-shrink: 0;
}
.footer-enamad .img1 {
    width: 40%;
}
.footer-enamad .img2 {
    width: 35%;
}


.social-media a:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}
/****** svg *********/
.bi-chevron-left {
    color: orange;
    font-size: 20px;
    text-shadow: 1px 1px 0 currentColor,
    -1px -1px 0 currentColor,
    1px -1px 0 currentColor,
    -1px 1px 0 currentColor;
}

.bi {
    color: orange;
}

.news-ticker {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    position: relative;
    height: 40px;
}

.news-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
}

.news-item {
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}


@media (min-width: 320px) and (max-width: 1024px) {
    ul.customnav.p-0.gap-5 {
        display: none !important;
    }
    .s7 {
        background: #e3e3e3 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .s7 {
        background: #e3e3e3 !important;
    }
    ul.customnav.p-0.gap-5 {
        display: none !important;
    }
    .orang-box-footer {

        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0.7rem;
        background-color: var(--c1);
        color: white;
        text-align: center;
    }

    .s6 .swiper-slide {
        height: auto !important;
    }
    .card-new .col-12.col-md-6 {
        flex: none !important;
    }
    .div-matn-s7 {
        margin-top: 0;
    }
    .title {
        font-size: 1.2rem !important;
    }
    p {
        font-size: 0.9rem;
    }
    a {
        font-size: 1rem;
    }
    .div-matn-s1 {
         height: auto;
         padding-right:0rem !important;
    }
    .s1 .sliderSwiper .row {
        border-radius: 10px;
    }
    .btn-1 {
        padding: 15px 30px;
        border-radius: 5px;
        font-size: 0.9rem;
    }
    .btn-2 {
        padding: 15px 30px;
        border-radius: 5px;
        font-size: 0.9rem;
    }
    .parent-video-s4 {
        padding: 0;
    }
    .play img {
        width: 70%;
        height: 90%;
    }
    .play {
        left: 42%;
    }
    .div-matn-s5 {
        /*align-items: center;*/
        /*text-align: center;*/
        justify-content: space-evenly;
        height: 300px;
         padding-right: 1.5rem !important;
    }
    .subtitle {
        font-size: 1rem /*18px*/ !important;
    }
    .social-media {
        gap: 1.3rem;
    }
    .sliderSwiper .swiper-slide {
         padding: 0;
    }
    .s22 {
         padding-bottom: 0;
    }
    .card-deck {
         border-radius: 0;
    }
    .div-matn-s7 h3 {
        font-size: 1.2rem !important;
    }
    .div-matn-s7 span {
        font-size: 1rem;
    }

    .bg-image-s7-2 {
        min-height: 320px;
    }
    .row.align-items-center.px-5.py-4.flex-column-reverse.flex-lg-row{
        border-radius: 10px;
        margin-top: 5rem;
    }
    .customer-swiper {
        text-align: center;
    }
    .s1 .sliderSwiper .swiper-slide-prev .row, .s1 .sliderSwiper .swiper-slide-next .row {
        height: 23vh;
    }

}

@media (min-width: 1530px) {
    .s1 .sliderSwiper .swiper-slide-prev .row, .s1 .sliderSwiper .swiper-slide-next .row {
        height: 57vh;
    }
}

@media (max-width: 1530px) {
    .s1 .sliderSwiper .swiper-slide-prev .row, .s1 .sliderSwiper .swiper-slide-next .row {
        height: 0vh;
    }
    .s1 .sliderSwiper .row {
        border-radius: 10px;
    }
    .btn-1 {
        padding: 15px 30px;
        border-radius: 5px;
        font-size: 0.9rem;
    }
    .btn-2 {
        padding: 15px 30px;
        border-radius: 5px;
        font-size: 0.9rem;
    }
    .title {
        font-size: 1.2rem !important;
    }
    p {
        font-size: 0.9rem;
    }
    a {
        font-size: 1rem;
    }
}
/********************************* shop **********************************/
.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    border-radius: 5px;
    width: 80%;
}

.img-category {
    filter: brightness(0.6);
}

.btn-cart-product {
    width: 200px;
    height: auto;
    color: white;
    background-color: var(--c1);
    transition: 0.5s;
}
.cart-text {
    font-weight: 700;
}
.cart-icon {
    display: none;
    font-size: 0.2rem;
}
.btn-cart-product:hover {
    background-color: var(--c4);
    color: white;
    transition: 0.5s;
}

.btn-cart-product:hover .cart-icon{
    display: block!important;
    transition: 0.5s;

}
.btn-cart-product:hover .cart-text {
    display: none!important;
    transition: 0.5s;
}


.quantity-box {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.quantity-input {
    width: 50px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: var(--c4);
}
.qua-btn-negative {
    border-radius: 0 38% 38% 0 ;
}
.qua-btn-positive {
    border-radius: 38% 0 0 38% ;
}


.img-cart-product {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 5px;
}

/* Hamburger button and mobile view */
.fa-solid, .fas {
    font-size: 1.5rem;
}
.logo-mobile {
    display: none;
}
.hamburger-menu {
    max-height: 0;
    overflow: scroll;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.hamburger-menu.show-menu {
    max-height: 90vh;
}
.hamburger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hamburger-menu ul li {
    padding: 10px;
}

.hamburger-menu ul ul {
    padding-left: 20px;
}

.d-lg-none #hamburger-menu {
    display: block;
}

.hamburger-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
#userDropdown::after {
    display: none !important;
}

.hamburger-menu .menu-item-with-children.open .submenu {
    max-height: 90vh;
}
li.cart-item {
    margin-bottom: 1rem;
}
.cart-count {
    background-color: var(--c1);
    color: white;
    border-radius: 50%;
    padding: 1px 8px;
    font-size: 0.9rem;
}
@media (max-width: 1400px) {
    .submenu li a {
         padding: 0;
         margin-bottom: 0;
        font-size: 0.9rem !important;
    }

    .parent-logo-mobile {
        text-align: -webkit-center;
    }
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    .customnav {
        display: none !important;
    }

    /*.btn-toggle-menu {*/
    /*    display: block;*/
    /*}*/

    /*.hamburger-menu {*/
    /*    display: none;
    /*}*/

    /* Enabling the hamburger menu when open */
    .hamburger-menu.active {
        display: block;
    }

    .show-menu {
        display: block !important;
    }
    .header {
        left: auto;
        top:0;
    }
    .first-div-header {
        min-height: 18px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .submenu li a:before {
        content: none;

    }
    .first-div-header header {
        border-radius: 0 !important;
    }

}
@media (max-width: 1400px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .d-lg-none {
        display: block !important;
    }

    .d-lg-9-none {
        display: none !important;
    }
    .header>.container>.row {
        justify-content: space-between;
    }
}

@media (min-resolution: 120dpi) {
    html {
        font-size: 90%;
    }
}

@media (min-resolution: 240dpi) {
    html {
        font-size: 85%;
    }
}

/*@media (max-width: 1400px) and (min-width: 1024px) {*/
/*    .customnav {*/
/*        display: block !important;*/
/*    }*/
/*}*/
/*@media (max-width: 1400px) and (min-width: 994px) {*/
/*    .header {*/
/*        left: auto;*/
/*        top:0;*/
/*    }*/
/*}*/
.date-box {
    position: absolute;
    bottom: 1rem;
    left: -0.3rem;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    /*padding: 10px 0;*/
    text-align: center;
    width: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .date-box {
        left: 0.9rem;
    }
}
.date-box .day {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    padding-top: 10px;
    margin-bottom: 5px;
}

.date-box .month-year {
    font-size: 0.9rem;
    /*color: #666;*/
    color: #FFFFFF;
    margin-top: -5px;
    padding-bottom: 10px;
    background-color: var(--c1);
    border-radius: 0 0 8px 8px;
}
