.swiper-button-next {
    right: 82% !important;
}

.swiper-button-prev {
    right: 14% !important;
}

/*////////////////////////////////////////////////////////!*box-one*!//////////////////////////////////////////////////////*/


.box-one swiper-container::part(pagination) {
    bottom: 17% !important;
    right: 20% !important;
    width: max-content;


}

.box-one swiper-container::part(bullet) {
    width: 20px !important;
    height: 8px !important;
    background-color: #868686 !important;
    opacity: 1 !important;
    border-radius: 10px !important;

}

.box-one swiper-container::part(bullet-active) {
    background-color: #ffffff !important;
    width: 80px !important;
    border-radius: 10px !important;
    height: 8px !important;


}

.box-one swiper-container::part(button-next),
swiper-container::part(button-prev) {
    color: white !important;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    filter: brightness(0) invert(1) !important;
    right: 11% !important;
    top: 82% !important;
    padding: 10px !important;
}

.box-one swiper-container::part(button-next) {
    right: 15% !important;
}

.box-one .swiper-container::part(button-next)::after,
.swiper-container::part(button-prev)::after {
    font-size: 20px !important;
    font-weight: bold !important;
}

.boxes {
    height: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: justify;
    z-index: 11;
}

.content h2 {
    font-family: Dana;
    font-size: 36px;
    font-weight: bolder;
}

.content p {
    max-width: 50%;
    line-height: 30px;
    font-size: 16px;
}

.see-more {
    background-color: #f8572c;
    color: white;
    width: 120px;
    height: 35px;
    border-radius: 10px;
    font-size: 16px;
}

.botm-box {
    position: relative;
    z-index: 7;
    top: -50px;
}

span.arrow-btn {
    display: none !important;
    position: fixed;
    bottom: 19%;
    left: 0;
    right: 4%;
    background-color: #1f1f1fb3;
    z-index: 8;
    height: 100px;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0 18px;
    font-size: 26px;
    color: white;
    border-radius: 25.4px;
    border: 1px solid #fdecec29;
}

span.arrow-btn img {
    width: 16px;
    height: 40px;
    object-fit: cover;
    filter: invert(1);
}

swiper-container::part(button-prev),
swiper-container::part(button-next) {
    color: #007BFF !important;
    font-size: 24px !important;
}

swiper-container::part(button-prev):hover,
swiper-container::part(button-next):hover {
    color: #0056b3 !important;
}

/*////////////////////////////////////////////////////////!*box-one*!//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////!*box-tow*!//////////////////////////////////////////////////////*/


.content-tow h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.item-box-tow {
    height: 230px;
    position: relative;
    z-index: 7;
    border-radius: 45px;
}

.back-w {
    background-color: #d8d8d8;
    transform: rotate(2deg);
    position: relative;
}

.back-w .back-org {

    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(-2deg);
}

.back-org {
    background-color: #f8572c;
}

.box-right-tow {
    margin-top: -23%;
}

.box-qustion {
    background-color: #1f1f1f;
    color: white;
    padding: 20px;
    border-radius: 15px;
    height: 320px;
    justify-content: space-around;
}

h3.c-org {
    color: #f8572c;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
}

.box-qustion p {

    font-size: 14px;
    text-align: justify;
    line-height: 25px;

}

.mt {
    margin-top: -3% !important;
}

/*.box-tow .px {*/
/*    padding: 0 8% !important;*/
/*}*/

/*////////////////////////////////////////////////////////!*box-tow*!//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////!*box-tree*!//////////////////////////////////////////////////////*/
.back-blk {
    background-color: #1f1f1f;
    border-radius: 45px;
    padding: 50px 0 !important;
    color: white;
}

.more a {
    color: white;
}

.nav-tree {
    position: relative;
}

.nav-tree::before {
    content: "";
    position: absolute;
    background-color: #f8572c;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: auto;
    height: 2px;
    width: 90%;
    z-index: 7;
}

.b-tree {
    position: relative;
    z-index: 7;
    padding: 0 10px;
    background-color: #1f1f1f;
}

.h3.b-tree {
    font-size: 27px;
    font-weight: 700;
}


.box-trey .box-content-tree ul {
    padding: 10px 15px 0px 0;
    color: #7b7b7b;
    list-style: disc;
    font-size: 14px;
    line-height: 25px;
    border-top: 1px solid #e2e2e2;
    height: 150px;
}

.box-tree li {
    font-family: dana;
    font-weight: 500;
    text-align: right;
}

.btn-sabt {
    height: 35px;
    background-color: #f8572c;
    width: max-content;
    padding: 0 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 10px;
}

.btn-sabt a {
    color: white;
}

.box-trey .box-tree {
    padding: 15px;
    height: 300px;
    background-color: white;
    border-radius: 25px;
    color: black;
}

.box-trey .box-content-tree h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-wrap: nowrap;
    position: relative;
}

.box-trey .content-tree {
    width: 50%;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.box-trey .content-img {
    width: 50% !important;
}

.box-trey .content-img img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: contain;
}

.name_english .en-font- {
    white-space: nowrap;
    font-size: 40px;
    width: 35px;
    /* height: 140px; */
    writing-mode: vertical-rl;
    color: #5a5a5a78;
    /* margin-top: 110px; */
    font-weight: bold;
    /* vertical-align: top; */
    /* margin-bottom: auto; */
    text-align: center;
}


/*! CSS Used from: https://samin3d.com/base_theme/samin_theme/css/styledavari.css?id=10 */
.box_product_search {
    width: 100%;
    background-color: #202020;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    height: 100%;
    cursor: pointer;
    background-image: url("../../samin_2025/image/home/123.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    box-shadow: 0px 0px 2px 0px;
    position: relative;
}

.box_product_search::after {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 91%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.name_english {

    z-index: 1;
}

.box_product_search:hover .image_product_search {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.btn_order_search:hover {
    background-color: #f4533b !important;
    border-color: #ed533b;
}

.btn_order_search:hover a {
    color: white;
}

.image_product_search {
    width: 100%;
    object-fit: contain;
    height: 300px;
    position: relative;
    z-index: 2;
}

.button_buy.mt-5 {
    position: relative;
    z-index: 1;
}

.title_box_product {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f65534;
    color: #2f82b7;
    height: 52px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.attributes_printers {
    position: relative;
    z-index: 1;
}

.title_box_product a {
    color: #f65534;
}

.title_box_product a h3 {
    font-size: 18px;
    line-height: 32px;
}

.item_adjective {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
}

.name_english .en-font- {
    white-space: nowrap;
    font-size: 40px;
    width: 35px;
    writing-mode: vertical-rl;
    color: #5a5a5a;
    font-weight: bold;
    text-align: center;
}

.btn_order_search {
    padding: 7px 20px;
    background-color: transparent !important;
    border: 1px solid white;
    margin-top: 5px;
}

.btn_order_search a {
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 20px;
}

.item_adjective .adjective_key i {
    margin-left: 2px;
}


/*////////////////////////////////////////////////////////!*box-tree*!//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////!*box-fore*!//////////////////////////////////////////////////////*/
.c-org {
    color: #f8572c;
}

.box-content-fore h2 {
    font-size: 35px;
    font-weight: 700;
}

p.title {
    font-size: 18px;
    font-weight: 600;
}

.box-content-fore p {
    line-height: 30px;
    text-align: justify;
}

.box-img-fore img {
    margin-top: -16%;
    width: 100%;
    height: 315px;
    object-fit: contain;
}

/*////////////////////////////////////////////////////////!*box-fore*!//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////!*box-five*!//////////////////////////////////////////////////////*/
/* کل container اندیکاتورها */
.scrollmagic-indicators {
    display: none !important;
}

/* اگر خواستی فقط start/end رو مخفی کنی */
.scrollmagic-indicator-start,
.scrollmagic-indicator-end {
    display: none !important;
}

/* اگر هم تریگر (خط وسط) ظاهر می‌شه */
.scrollmagic-indicator-trigger {
    display: none !important;
}


.box-five {
    position: relative;
}

.box-five .content-img img {
    height: 400px;
    object-fit: cover;
}

.boxing-five-top {
    top: -1px;
    position: absolute;
    transform: rotateX(-180deg);
    left: 0;
    right: 0;
}

.title-five h2 {
    font-size: 28px;
}

.boxing-five-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}


.box-five.back-blk {
    border-radius: 0;
}

.title-five {
    text-align: center;
    padding-top: 80px;
}

.mySwiper_fiv {
    height: max-content;
    /*border: 3px solid #f8572c;*/
    border-radius: 45px;

}

.boxing-slider .box-tree {
    width: 100%;
    position: relative;
    border: 3px solid #f8572c;
    border-radius: 45px;
    background-color: white;
}

img.btm-slider {
    right: 0;
    bottom: -30px;
    position: absolute;
    z-index: 7;
}

.boxing-slider .box-content-tree ul {
    border: unset;
    color: black;
    font-size: 20px;
    text-align: right;
    list-style: none;
    font-weight: 700;
    padding-right: 50px;

}

.boxing-slider .box-content-tree ul li {
    position: relative;
    line-height: 35px;
    font-size: 18px;
    font-family: Dana;
    font-weight: 500;
    padding-right: 20px;
}

.boxing-slider .box-content-tree ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #f8572c;
    border-radius: 3px;
}

.boxing-slider {
    margin: 80px 0;
}

.boxing-five {
    background-image: url("../../samin_2025/image/home/back-five.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


/*magic*/
section.banner {
    inset: 100px auto auto 0px;
}

.content-p3 {
    padding: 45px !important;
}

.portal {
    height: 300px;
    position: relative;
    max-width: 454px;
    margin: 0 auto
}

.portal-item {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 15px;
    /*box-shadow: 1px -1px 5px 0 rgba(26, 26, 67, .05), 12px 20px 125px -25px rgba(50, 50, 93, .5), 18px 20px 75px -37.5px rgba(0, 0, 0, .6);*/
    -webkit-transform-origin: center bottom;
    box-shadow: 1px -1px 5px 0 rgb(26 26 67 / 5%), 12px 20px 125px -25px rgb(50 50 93 / 8%), 18px 20px 75px -37.5px rgb(0 0 0 / 22%);
    transform-origin: center bottom;
    -webkit-transition: all .9s cubic-bezier(.83, .02, .13, 1);
    -moz-transition: all .9s cubic-bezier(.83, .02, .13, 1);
    -ms-transition: all .9s cubic-bezier(.83, .02, .13, 1);
    -o-transition: all .9s cubic-bezier(.83, .02, .13, 1);
    transition: all .9s cubic-bezier(.83, .02, .13, 1);
    /*transform: translate(35%, -80%) scale(.55) perspective(2000px) rotateY(-33deg) rotateX(12deg) rotate(-10deg);*/
    transform: translate(-35%, -80%) scale(.55) perspective(2000px) rotateY(-33deg) rotateX(-12deg) rotate(-10deg);

    z-index: 2;
    opacity: 0
}

.portal-item img {
    display: block;
    border-radius: 15px;
    max-width: 100%;
}

.portal-item:nth-child(5) {
    /*transform: translate(-20%, -20%) scale(.4) perspective(2000px) rotateY(-33deg) rotateX(-90deg);*/
    transform: translate(20%, -20%) scale(.4) perspective(2000px) rotateY(33deg) rotateX(-90deg);
    z-index: 6;
    opacity: 0
}

.portal-item:nth-child(4) {
    /*transform: translate(0, -50%) scale(1) perspective(2000px) rotateY(-33deg) rotateX(12deg);*/
    transform: translate(0, -50%) scale(1) perspective(2000px) rotateY(33deg) rotateX(12deg);
    z-index: 5;
    opacity: 1
}

.portal-item:nth-child(3) {
    /*transform: translate(10%, -55%) scale(.85) perspective(2000px) rotateY(-33deg) rotateX(12deg);*/
    transform: translate(-10%, -55%) scale(.85) perspective(2000px) rotateY(33deg) rotateX(12deg);
    z-index: 4;
    opacity: 1
}

.portal-item:nth-child(2) {
    /*transform: translate(20%, -60%) scale(.7) perspective(2000px) rotateY(-33deg) rotateX(12deg);*/
    transform: translate(-20%, -60%) scale(.7) perspective(2000px) rotateY(33deg) rotateX(12deg);
    z-index: 3;
    opacity: 1
}

.sample-toy- {
    padding-bottom: 110px;
}

.section-video {
    padding-top: 110px;
}

.content-center- {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.text-box2 {
    top: 300px;
}

.text-part-box {
    opacity: 0;
    /*-webkit-transform: scale(0.9);*/
    /*-moz-transform: scale(0.9);*/
    /*-ms-transform: scale(0.9);*/
    /*-o-transform: scale(0.9);*/
    /*transform: scale(0.9);*/
    /*-webkit-transition: all 1s ease-in-out;*/
    /*-moz-transition: all 1s ease-in-out;*/
    /*-ms-transition: all 1s ease-in-out;*/
    /*-o-transition: all 1s ease-in-out;*/
    /*transition: all 1s ease-in-out;*/
    position: absolute;
}

.text-part-box.active-part-t {
    opacity: 1;
    /*-webkit-transform: none;*/
    /*-moz-transform: none;*/
    /*-ms-transform: none;*/
    /*-o-transform: none;*/
    /*transform: none;*/

}

.content-p2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    /*height: 0%;*/
    /*overflow: hidden;*/
    /*transform: scale(2.5, 0);*/
    /*opacity: 0;*/
    /*transform: scale(0);*/
    justify-content: flex-end;
}

.content-p1 {
    top: 40%;
    /*transform: translateY(-50%);*/
    width: 100%;
    /*opacity: 0;*/
    position: absolute;
}

.zap {
    transition: transform 0.3s ease-out;
}

.hero .container {
    /*position: relative;*/
}

.link-blue-more {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 4px;
    background: #477c9e;
    color: #ffffff;
}

.img-atr img {
    max-width: 100%;
    border-radius: 4px;
}

.title-atr-toy {
    color: #ff8c00;
}

.img-at-part img {
    width: 100%;
    /* height: 100%; */
    height: 100%;
    position: relative;
    z-index: 2;
    display: none;
}

.img-at-part {
    /*height: 170px;*/
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid #d3d3d3;
    box-shadow: 14px 17px 26px -10px #a6a6a6;

    z-index: 2;
    background: #fff;
    position: relative;
}

.big-img-center {
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 20px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-bottom: 7px solid #19cfad;
    border-left: 7px solid #477c9e;
    border-top: 7px solid #ff8c00;
    border-right: 7px solid #8bc34a;
    z-index: 3;
    background-color: #fff;
}

.big-img-center img {
    width: 100%;
    height: 100%;
    /* margin-top: 500px; */
    position: absolute;
    bottom: 100%;

}

.big-img-center img.active {
    bottom: 0%;
}

.main-box-at-img {
    width: 500px;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;

}

.imgat {
    width: 50%;
    height: 50%;
    padding: 30px;
}

.imgat-1::before {
    content: "";
    width: 70px;
    top: 14px;
    height: 70px;
    position: absolute;
    right: 30px;
    background: #ff8c00;
    z-index: 1;
    border-radius: 4px;
}

.imgat-2::before {
    content: "";
    width: 70px;
    top: 14px;
    height: 70px;
    position: absolute;
    left: 30px;
    background: #477c9e;
    z-index: 1;
    border-radius: 4px;
}

.imgat-3::before {
    content: "";
    width: 70px;
    bottom: 14px;
    height: 70px;
    position: absolute;
    left: 30px;
    background: #19cfad;
    z-index: 1;
    border-radius: 4px;
}

.imgat-4::before {
    content: "";
    width: 70px;
    bottom: 14px;
    height: 70px;
    position: absolute;
    right: 30px;
    background: #8bc34a;
    z-index: 1;
    border-radius: 4px;

}

.title-li-atr {
    color: #7f7f7f;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-size: 17px;
}

.Attributes-toy {
    padding-top: 50px;
    height: 100vh;
}

.text-at {
    position: absolute;
    bottom: -50px;
    opacity: 0;
}

.text-at-1 {
    /*bottom: 50px;*/
    opacity: 1;
    position: relative;
}

.box-text- {
    min-height: 200px;
}

.img-p1- img {
    max-width: 100%;
}

.content-center-p1 {

}

.text-content3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content-center-p1 h1, .main-part2 h1, .main-part3 h1 {
    font-size: 30px;
    color: #ff8c00;
}

.main-part2, .main-part3 {
    opacity: 0;
}

.main-part1 {
    position: relative;
    z-index: 3;
    top: 5%;
}

.main-part2 {
    z-index: 2;
}

.main-part3 {
    z-index: 1;
}

.main-part2, .main-part3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5%;
}

.play-svg {
    display: inline-block;
    width: 150px;
    height: 150px;
    /* line-height: 132px; */
    border-radius: 50%;
    border: 1px dashed #a2a2a2;
    text-align: center;
    padding: 35px;
    margin-bottom: 10px;
}

.play-svg img {
    max-width: 100%;
    margin: auto;
}

.section-video .text-black- {
    font-size: 27px;
    color: #ff8c00;
}

.f2-img, .f3-img, .f4-img {
    opacity: 0;
    position: absolute;
}

.main-p2-img img {
    max-width: 100%;
}

.text-left- {
    text-align: left;
}

.text-black- {
    font-size: 27px;
    color: #ff8c00;
}

.section-video p {
    text-align: justify;
}

.main-box-at-img img {
    max-width: 100%;
}

.text-box p {
    padding: 0px 50px;
}

/*magic*/

/*////////////////////////////////////////////////////////!*box-five*!//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
.box-six {
    height: 300px;
}

.brand {
    padding: 30px 100px;
}

.brand img {
    object-fit: contain;
    height: 80px;
}

.box-six .back-blk {
    margin-top: -4%;
}

.panel {
    height: 100%;
    width: 100%;
}

.panel.green {
    margin-bottom: 400px
}

/*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////!*box-seven*!//////////////////////////////////////////////////////*/
.box-seven .box-tree {
    padding: 15px !important;
    justify-content: center !important;
    width: 100%;
    align-items: center !important;
    border-radius: 20px !important;
    background-color: white;
}

.box-seven .box-tree h3 {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    color: black;
    line-height: 32px;
    height: 35px;
}

.content-img img {
    width: 100%;
    height: 250px;

    border-radius: 20px;
}

.box-seven .content-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.box-seven {
    padding: 0;
}

.box-seven .content-img {
    width: 100% !important;
}

/*////////////////////////////////////////////////////////!*box-seven*!//////////////////////////////////////////////////////*/

@media (max-width: 1270px) {


    .text-box p {
        padding: 0px 5px;

    }

}

@media (max-width: 992px) {
    .app {
        display: flex !important;
    }

    .scrollmagic-pin-spacer {
        display: none !important;
    }

    /*////////////////////////////////////////////////////////!*box-one*!//////////////////////////////////////////////////////*/
    .box-one .img-slider {
        position: relative;
    }

    .box-one .img-slider::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 59%);
        top: 0;
        left: 0;
        z-index: 1;
    }

    .box-one swiper-container.mySwiper_one .img-slider {
        height: 550px;
    }

    swiper-container::part(pagination) {
        display: none;
    }

    .box-one swiper-container::part(button-next),
    swiper-container::part(button-prev) {
        display: none;
    }

    .botm-box {
        position: relative;

        margin-top: -3%;
        margin-bottom: 30px;
    }

    .botm-box {
        top: -13px;
    }

    /*////////////////////////////////////////////////////////!*box-one*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-tow*!//////////////////////////////////////////////////////*/
    .content-tow h1 {
        padding: 5px 0 10px 0;
    }

    .item-box-tow {
        height: 313px;
    }

    .box-right-tow {
        margin-top: -5%;
    }

    .box-right-tow img {
        height: 55px;
    }

    .box-qustion img {
        height: 85px;
        object-fit: contain;
    }

    .box-qustion {
        height: auto;
    }

    .box-qustion {
        gap: 15px;
    }

    .content-tow h1 {
        font-size: 20px;
    }

    /*////////////////////////////////////////////////////////!*box-tow*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-tree*!//////////////////////////////////////////////////////*/
    .box-trey {

        padding: 0 !important;
    }

    .box-trey .row {
        margin: 0 !important;
        padding: 5px !important;
    }

    .box-trey .back-blk {
        border-radius: unset;
    }

    .box-tree {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .box-content-tree h3 {
        font-size: 16px;
        text-wrap: wrap !important;
    }

    .box-trey .box-content-tree ul {
        height: 295px;
    }

    .box-content-tree h3 span {
        display: none;
    }

    i.fa-regular.fa-eye {
        display: none;
    }

    .nav-tree::before {
        display: none;
    }

    .h3.b-tree {
        font-size: 22px;
    }

    .content-img img {
        height: 150px;
    }

    .box-tree {
        padding: 10px 25px !important;
        border-radius: 25px;
    }

    .box-trey {
        margin-top: 100px !important;
    }

    .content-tree {
        width: 100%;
    }

    /*////////////////////////////////////////////////////////!*box-tree*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-fore*!//////////////////////////////////////////////////////*/
    .box-img-fore img {
        height: 200px;
        margin: 15px;
    }

    .footer .back-blk {
        padding: 55px 15px 0 !important;
    }

    .box-l-fooer .mx {
        padding: 0 !important;
    }

    .box-l-fooer {
        margin-top: 15px;
    }

    .copy-rigt {
        margin-top: 30px;
    }

    .enamad img {
        height: 80px;
        object-fit: contain;
    }

    .box-content-fore h2 {
        line-height: 50px;
        font-size: 35px;
        font-weight: 700;
        text-align: right;
        display: flex;
        justify-content: start;
        padding: 0 20px;
    }

    .box-fore .mx {
        padding: 0 !IMPORTANT;
    }

    .box-fore .row {
        padding: 0 !important;
    }

    .box-fore .back-blk {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .box-content-fore p.samin-d {
        text-align: justify;
    }

    /*////////////////////////////////////////////////////////!*box-fore*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-five*!//////////////////////////////////////////////////////*/
    .boxing-five {
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat
    }

    .title-five h1 {
        line-height: 45px;
        display: flex;
        justify-content: center;
    }

    .boxing-slider .box-content-tree ul li {
        font-size: 16px;
        line-height: 30px;

    }

    .m-org {
        padding: 0 !important;
    }

    .title-five {
        padding-top: 20px;
    }

    .boxing-slider {
        margin-bottom: 40px;
        height: 100%;
    }


    .boxing-slider .box-tree {
        padding: 20px;
        height: max-content;
    }

    .box-five .swiper-slide {
        height: max-content !important;
    }

    .boxing-slider .box-content-tree ul li::before {
        top: 10px;
    }

    img.btm-slider {
        height: 61px;
        width: max-content;
        bottom: 0;
    }

    .box-five .box-tree {
        justify-content: start !important;
    }

    li.mb-app {
        margin-bottom: 50px;
    }

    .box-five .content-img img {
        height: 280px;
        width: 100%;
        object-fit: cover !important;
        border-radius: 45px;
    }

    .boxing-five .content-img {
        width: 100% !important;
    }

    /*magic*/
    .content-center-p1 h1, .main-part2 h1, .main-part3 h1 {
        font-size: 20px;
        line-height: 30px;
        text-align: right;
    }

    .title-change- {
        font-size: 15px;
    }

    .lead {
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
        padding: 0px !important;
    }

    .btn-box a {
        font-size: 14px;
        padding: 10px 15px;
    }

    .hero {
        height: auto;
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .main-part2, .main-part3, .content-p1, .text-part-box, .content-p2 {
        position: relative;
        opacity: 1;
        transform: unset;
        height: auto;
        top: unset;
        bottom: unset;
    }

    .content-p2 .text-box1 {
        padding-top: 20px;
    }

    .text-box2 h1 {
        display: none;
    }

    .main-part1, .main-part2 {
        padding-bottom: 60px;
    }

    .content-center-p1 {
        text-align: right;
    }

    .content-p1, .content-p2 {
        width: unset;
        padding-right: 0px;
        padding-left: 0px;
        justify-content: unset;
    }

    .text-box2 {
        display: none;
    }

    .Attributes-toy {
        height: auto;
    }

    .section-at-mobile .accordion .card-header a {
        color: #7f7f7f;
        padding-right: 15px;
        line-height: 35px;
        display: flex;
    }

    .section-at-mobile .bac-card-gray {
        background: #ffffff;
        border: 1px solid #DDB !important;
        padding: 0px 10px;
        border-radius: 10px;
    }

    .bac-card-gray img {
        max-width: 100%;
    }

    .f2-img, .f3-img, .f4-img {
        position: relative;
        opacity: 1;
    }

    .text-black-, .section-files .title-sec-file, .Attributes-toy h2 {
        font-size: 20px !important;
        color: #ff8c00;
    }


    /*magic*/
    /*////////////////////////////////////////////////////////!*box-five*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
    .box-six .back-blk {
        border-radius: unset;
        width: 100%;
    }

    .box-six .row {
        padding: 0 !important;
        margin: unset;
    }

    .brand {
        padding: 0;
    }

    .box-six {
        padding: 0 !important;
        height: 200px;
    }

    /*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-seven*!//////////////////////////////////////////////////////*/
    .box-seven .row {
        padding: 0 !important;
    }

    .box-seven {
        padding: 0 !important;
    }

    .box-seven .back-blk {
        border-radius: 0;
    }

    .box-seven .nav-tree {
        margin-bottom: 30px;
    }

    .box-seven .more {
        display: none;
    }

    .box-seven .content-img img {
        height: 150px;
    }


    /*////////////////////////////////////////////////////////!*box-seven*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*footer*!//////////////////////////////////////////////////////*/
    .img-footer img {
        height: 60px;
    }

    .content-top p {
        max-width: 80%;
    }

    .moble {
        flex-direction: column-reverse;
    }

    .mega-footer-r ul {
        padding: 0 !important;
    }

    .clum {
        flex-direction: column;
    }

    .copy-rigt h4 {
        font-size: 14px;
    }

    .social {
        justify-content: center;
    }

    /*////////////////////////////////////////////////////////!*footer*!//////////////////////////////////////////////////////*/


}

@media (max-width: 768px) {
    .demo#section-slides .panel, .demo#section-wipes .panel {
        top: 0 !important;
    }

    /*////////////////////////////////////////////////////////!*box-one*!//////////////////////////////////////////////////////*/
    .content h2 {
        font-size: 22px !important;
    }

    span.arrow-btn {
        bottom: 110px;
    }

    span.arrow-btn img {
        width: 15px;
        height: 31px;
    }

    .btn-sabt {
        width: 100%;
        margin: 15px 0;
    }

    .btn-sabt a {
        width: 100%;
        text-align: center;
    }

    /*////////////////////////////////////////////////////////!*box-one*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
    .brand img {
        height: 50px;
    }

    /*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
    .box-seven .box-tree h3 {
        font-size: 13px;
    }

    /*////////////////////////////////////////////////////////!*box-six*!//////////////////////////////////////////////////////*/
    /*////////////////////////////////////////////////////////!*box-five*!//////////////////////////////////////////////////////*/
    .padding-toy-page {
        padding-top: 100px;
    }

    /*////////////////////////////////////////////////////////!*box-five*!//////////////////////////////////////////////////////*/

}

@media (max-width: 576px) {
    .image_product_search {
        height: 250px;
    }

    .name_english .en-font- {
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0;
    }

    .box_product_search .col-sm-6 {
        padding: 0;
    }

    .box_product_search .col-sm-6:first-child {
        position: relative;
    }
}

@media (max-width: 400px) {
    .image_product_search {
        height: 150px;
    }

    .name_english .en-font- {
        font-size: 30px;
    }
}


@media (min-width: 992px) {
    .content p{
        max-width: 83%;
    }
    .descs1500{
        max-width: 65% !important;
    }

    .content{
        top: 91px;
    }

    .contents1500{
        top: 30px !important;
    }
}


@media (min-width: 992px) and (max-width: 1600px) {



    .box-tree img{
        transform: scale(1.04);
    }
    .box-tree .main-img-content {
        overflow-y:hidden ;
    }


    .box-five .content-img img{
        height: 326px;
        transform: scale(1.6);
    }
    .box-five .content-img{
        overflow: hidden;
    }
}

@media (min-width: 1600px) {

    .content p{
        max-width: 60%;
    }
    .content{
        top: 120px;
    }

    .contents1500{
        top: 30px !important;
    }
}
