@font-face {
    font-family: iransns;
    src: url(../font/iransns.ttf);
}

@font-face {
    font-family: yekan;
    src: url(../font/Yekan.ttf);
}

.alert {
    position: fixed;
    top: 0px;
    z-index: 9999999999999999999999999999999999999999999999;
    right: -5000px;
    width: 260px;
    animation: showw 1s ease 1s 1 normal forwards;
    margin-top: 20px;
    border-radius: 10px;
    margin-right: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 80px;
    background-color: rgba(55, 55, 55, 0.871);
}

header .menus .menu .buttom .a_class{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.rating-wrapper {
    display: flex;
    /* align-items: center; */
    width: 90%;
    margin-top: 30px;
    justify-content: flex-start;
    flex-direction: column;

    font-size: 15px;
}
.selects{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.custom-select {
    position: relative;
    width: 200px;
}
.select-box {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.select-box::after {
    content: "";
    font-size: 12px;
}
.options {
    display: none;
    position: absolute;
    margin-top: 5px;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    overflow: auto;
  max-height:200px;
    z-index: 10;
}
.option {
    padding: 10px;
    cursor: pointer;
    
    transition: 0.3s;
}
.option:hover {
    background: #007bff;
    color: white;
}
.custom-select.activez .options {
    display: block;
}
div.star-wrapper {
    font-size: 15px;
    color: #FDD835;
}

div.star-wrapper i {
    cursor: pointer;
    color: #FDD835;

    color: #FDD835;
}
#response {
    margin-top: 20px;
    font-weight: bold;
}
div.star-wrapper i.yellow {
    color: #FDD835;
}

div.star-wrapper i.vote-recorded {
    color: #F57C00;
}

p.v-data {
    background: #ccc;
    color: #FDD835;
    padding: 0.5rem;
}

.closees {
    animation: closees 1s ease 1s 1 normal forwards;
    right: 0px;
}

@keyframes closees {
    0% {
        right: 0px;

    }

    50% {
        right: 30px;

    }

    100% {
        right: -5000px;
    }

}

@keyframes showw {
    0% {
        right: -500px;

    }

    20% {
        right: 30px;
    }

    40% {
        right: 0px;
    }

    60% {
        right: 30px;
    }

    100% {
        right: 0px;
    }

}



.alert .alert_top {
    width: 100%;
    color: rgb(176, 176, 176);
    display: flex;
    align-items: center;

    justify-content: flex-end;
}

.alert .midell {
    width: 100%;
    display: flex;
    height: 12px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.alert .midell h4 {
    margin: 0px;
    margin-right: 5px;
    font-size: 13px;
    color: rgb(255, 0, 0);
}

.alert .midell .bi {
    margin: 0px;
    margin-right: 5px;
    font-size: 13px;
    color: rgb(255, 0, 0);
}

.alert .alert_top .bi {
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;
}

.alert .back {
    width: 99%;
    border-radius: 8px;
    height: 4px;
    position: relative;
    top: 25px;
    animation: back 4s ease 2s 1 normal forwards;
    background-color: rgb(255, 0, 0);
}

@keyframes back {

    0% {
        width: 99%;

    }

    100% {
        width: 0%;

    }


}


@font-face {
    font-family: colak;
    src: url(../font/Colak.ttf);
}

.product .buy .box_con .button_form {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

* {
    font-family: iransns;
    margin: 0px;
    padding: 0px;
}

.product {
    width: 98%;
    margin-top: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    height: auto;
    /* border: 1px solid #fff; */
}

.product .right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.product .right .bottom img {
    user-select: none;
    user-zoom: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    width: 95%;
    margin-top: 20px;
    height: 95%;
    object-fit: contain;
}
.product .right .all_img .box_img:hover{
    scale: 1.1;
}.product .right .all_img .box_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product .right .all_img .box_img{
    width: 23%;
    cursor: pointer;
    margin-left: 5px;
    transition: .3s ease;
    background-color: rgb(113, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-right: 5px;
    border-radius: 15px;
    border-bottom: 3px solid #ff0000;
    height: 100%;
}
.product .right .all_img{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    
    justify-content: space-evenly;
    border-radius: 15px;
    height: 100px;
    /* border: 1px solid #fff; */
}

.product .right .bottom {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .left .title span {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
}

.product .left .title hr {
    width: 98%;
    margin-top: 8px;
    opacity: 0.3;

}

.product .left .star .bi {
    color: rgb(210, 210, 0);
    font-size: 11px;
}

.product .left .star span {
    color: #fff;
    margin-right: 2px;
}

.product .left .star .user_num {
    margin-right: 8px;
    color: #bebebe;
    font-size: 10px;
}

.product .left .star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    margin-top: 20px;
}

.product .left .color span span {
    font-weight: 700;
}

.product .left .color span {
    color: #fff;
}

.product .left .color {
    width: 90%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product .left .title .user {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .left .title .all .bi {
    color: rgb(234, 242, 0);
}

.product .left .title .all .number {
    font-size: 13px;
    margin-right: 3px;
}

.product .left .content .boxop .oper .cont .ses {
    color: #232323;
    font-size: 14px;
}

.product .left .content .boxop .oper .cont .name {
    font-size: 12px;
    color: #838383;
}

.product .left .content .boxop .oper .cont {
    display: flex;
    width: 93%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.product .buy .box_con .top_title span {
    color: #292929e0;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}

.product .buy .box_con .top_title .bi {
    color: #000;
    font-weight: 900;
}

.product .buy .box_con .top_title {
    display: flex;
    width: 90%;
    align-items: center;
    margin-top: 15px;
    justify-content: flex-start;
}

.product .buy .box_con .price .price_io .eco .money span {
    color: #515151;
    font-size: 15px;
}

.product .buy .box_con .price .price_io .eco .money .toman {
    font-size: 12px;
    color: #515151;
    margin-right: 3px;
    font-weight: 700;
}

.product .buy .box_con .price .price_io .eco .money {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .buy .box_con .price .price_io .eco {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product .buy .box_con .price .price_io .dar .cur {
    width: 25px;
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    justify-content: center;
    color: #fff;
    height: 15px;
    background-color: rgb(197, 0, 0);
    border-radius: 10px;
}

.product .buy .box_con .price .price_io .dar span {
    color: #9f9f9f;
    text-decoration: line-through;
    font-size: 11px;
}

.product .buy .box_con .price .price_io .dar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.product .buy .box_con .button:hover {
    box-shadow: none;
}

.product .buy .box_con .sheald .bi {
    margin-left: 3px;
    font-size: 15px;
}

.product .buy .box_con .sheald {
    width: 90%;
    font-size: 12px;
    color: #626262;
    height: 35px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product .buy .box_con .button {
    width: 85%;
    transition: .3s ease;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    /* font-family: yekan; */
    margin-top: 35px;
    background-color: #ef4056;
}

.product .buy .box_con .price .price_io {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* width: 30%; */
    /* border: 1px solid #000; */

}

.product .buy .box_con .price .bi {
    color: #464646;
    font-size: 13px;
}

.product .buy .box_con .price {
    display: flex;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 20px;
    /* border: 1px solid #000000; */
    justify-content: space-between;
}

.product .buy .box_con .sends .one .bi {
    color: red;
    margin-left: 4px;
    font-size: 14px;
}

.product .buy .box_con .sends .day .bi {
    color: red;
    margin-left: 4px;
    font-size: 13px;
}

.product .buy .box_con .sends .day {
    display: flex;
    align-items: center;
    color: #949494;
    font-size: 11px;
    width: 100%;
    justify-content: flex-start;
}

.product .buy .box_con .sends .one {
    display: flex;
    align-items: center;
    color: #949494;
    font-size: 11px;
    width: 100%;
    justify-content: flex-start;
}

.product .buy .box_con .sends {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product .buy .box_con {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #dcdcdc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 350px;
    /* border: 2px solid #c6c6c6d4; */
    border-bottom: 3px solid rgb(235, 1, 1);
    /* border: 1px solid #fff; */
}

.product .buy .box_con .hr {
    margin-top: 20px;
    width: 80%;
    border-radius: 10px;
    opacity: 0.3;
    color: #5c5c5c94;
}

.product .buy .box_con .que .opes {
    font-size: 11px;
    margin-right: 5px;
    color: #7c7c7c;
}

.product .buy .box_con .que .num {
    color: #0c7900;
    font-size: 12px;
}

.product .buy .box_con .que {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: flex-start;
}

.product .buy {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
}

.arrow {

    transform: translate(-50%, -50%);
    transform: rotate(0deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.0vw;
    height: 1.0vw;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.scrolling-wrapper::-webkit-scrollbar {
    height: 5px;
    border-radius: 10px;

}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 50px;
    display: ruby;
    align-items: center;
    white-space: nowrap;
    user-select: none;
    user-zoom: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    width: 90%;
    box-shadow: rgba(186, 186, 186, 0.07) 0px 1px 1px, rgba(163, 163, 163, 0.07) 0px 2px 2px, rgba(153, 153, 153, 0.07) 0px 4px 4px, rgba(192, 192, 192, 0.07) 0px 8px 8px, rgba(173, 173, 173, 0.07) 0px 16px 16px;
    border-radius: 12px;
    background-color: #68686894;
    height: 300px;

}

.scrolling-wrapper .card .top {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolling-wrapper .card .tlt span {
    font-size: 13px;
    color: #fff;
}

.scrolling-wrapper .card .tlt {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolling-wrapper .card img {
    width: 130px;
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    height: 160px;
    object-fit: contain;
}

.scrolling-wrapper .card .btn button:hover {
    box-shadow: none;
}

.scrolling-wrapper .card .btn button {
    width: 90px;
    transition: .3s ease;
    border-radius: 8px;
    height: 30px;
    margin-top: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 3px;
    background-color: #c40000;
}

.scrolling-wrapper .card .price span span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.scrolling-wrapper .card .price span {
    color: red;
    font-size: 15px;
}

.scrolling-wrapper .card .price {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 200px;
    margin-top: 20px;
    height: 90%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ffffff67;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.items {
    width: 90%;
    height: 85px;
    margin-top: 60px;
    border-bottom: 3px solid #dddddd;
    display: flex;
    /* border-radius: 8px; */
    border-top: 0.1px solid #ffffff57;
    align-items: center;
    justify-content: space-evenly;
    /* border: 1px solid #fff; */
}

.items .item .bi {
    margin-left: 7px;
    color: rgb(215, 219, 0);
    font-size: 18px;
}

.items .item {
    color: #e8e8e8;
    width: 20%;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* border: 1px solid #fff; */
}

.hr {
    width: 90%;
    /* margin-top: 50px; */
    opacity: 0.5;
    color: #bababa;
}

.flash {
    width: 90%;
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

.product .left .content .boxop .oper {
    width: 170px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    /* border: 1px solid #fff; */
    height: 70px;
    border-bottom: 3px solid rgb(182, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #d8d8d8;
    margin-bottom: 50px;
}

.product .left .content .boxop {
    width: 95%;
    display: flex;
    align-items: center;

    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 25px;
    height: auto;
    /* border: 1px solid #fff; */
}

.product .left .content .top_con span {
    color: #fff;
    font-weight: 700;
}

.product .left .content .top_con .spa:hover {
    box-shadow: none;
}

.product .left .content .top_con .spa .bi {
    margin-right: 10px;
    transition: .3s ease;
}

.product .left .content .top_con .spa:hover .bi {
    position: relative;
    transition: .2s ease;
    /* right: 15px; */
    transform: translate(-8px, 0px);
}

.product .left .content .top_con .spa {
    background-color: #c8c8c8;
    border-radius: 3px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in;
    width: 180px;
    font-weight: 800;
    color: #2b2b2b;
    cursor: pointer;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.product .left .content .top_con {
    width: 92%;
    margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .left .content {
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    /* border: 1px solid #fff; */
    height: 50%;

}

.product .left .title .all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}

.product .left .title {
    width: 90%;
    flex-direction: column;
    display: flex;
    height: 20px;
    align-items: flex-start;
    margin: 0px;
    justify-content: center;
}

.product .send_card {
    width: 30%;
    height: 100%;
    /* border: 1px solid #fff; */
}

.product .left {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    height: 100%;
    flex-direction: column;
    /* border: 1px solid #fff; */
}

.product .right .top img {
    width: 40%;
    height: 80%;
    object-fit: contain;
}

.product .right .top {
    height: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 98%;
    border-radius: 4px;
    margin-top: 5px;
    color: #fff;
    background-color: #c68484;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .right {
    width: 30%;
    height: 100%;
    /* border: 1px solid #fff; */
}

a {
    /* width: 100%; */
    height: auto;
    text-decoration: none;
}

.search .searchbox a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

::selection {
    color: rgb(255, 255, 255);
    background: rgb(177, 0, 0);
}

.search .result_all {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid #000; */
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}
.product_content:hover{
    box-shadow: rgba(239, 239, 239, 0.25) 0px 54px 55px, rgba(233, 233, 233, 0.12) 0px -12px 30px, rgba(237, 237, 237, 0.12) 0px 4px 6px, rgba(233, 233, 233, 0.17) 0px 12px 13px, rgba(223, 223, 223, 0.09) 0px -3px 5px;
}
.product_content .cons span{
    font-family: colak;
    color: #fff;
    font-size: 23px;
}
.product_content .cons{
    width: 95%;
    margin-top: 15px;

}
.product_content .cone{
    width: 90%;
    padding: 8px;
    color: #bababa;
}
.product_content{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    transition: .2s ease-in;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 50px;
    border-top: 3px solid red;
    min-height: 350px;
    border-bottom: 3px solid red;
    /* border: 1px solid #fff; */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f100;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b00000;
    transition: .2s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8e0000;
}

body {
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    font-family: iransns;
    padding: 0px;
    direction: rtl;
    background-color: rgb(60, 8, 1);
}

header {
    /* border: 1px solid #fff; */
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

header input[type=text] {
    width: 400px;
    height: 35px;
    border-radius: 8px;
    background-color: rgb(177 177 177 / 99%);
    outline: none;
    padding-right: 15px;
    color: #eaeaea;
    border: none;
    /* border: 1px solid #e7e7e7; */
}


.animation_search_down {
    animation: search_down 1s ease normal forwards;
}

.animation_search {
    animation: search 1s ease normal forwards;
}

.animation_search_phone {
    animation: search_phone 1s ease normal forwards;
}

@keyframes search_down {

    0% {
        height: 250px;
    }

    100% {
        height: 0px;
    }

}

@keyframes search_phone {

    0% {
        height: 0px;
    }

    100% {
        height: 100%;
    }

}


@keyframes search {

    0% {
        height: 0px;
    }

    100% {
        height: 250px;
    }

}

header .search .searchbox .result .right img {
    border-radius: 8px;
    width: 50px;
    object-fit: cover;
    height: 50px;
}

header .search .searchbox .result .left span span {
    color: #c8c8c8;
    font-size: 13px;
}

header .search .searchbox .result .left span {
    color: #c8c8c8;
    font-size: 13px;
}

header .search .searchbox .result .left .name {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

header .search .searchbox .result .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-align: right;
}

header .search .searchbox .result .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

header .search .searchbox .result:hover {
    background-color: #3737378b;
}

header .search .searchbox .result {
    display: flex;
    background-color: #5353538b;
    align-items: center;
    padding: 5px;
    justify-content: space-around;
    width: 90%;
    transition: .2s ease;
    height: 65px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 6px;

    margin-bottom: 10px;
}

header .search .searchbox {

    overflow-y: auto;
    width: 414.5px;
    background-color: rgb(176, 176, 176);
    /* backdrop-filter: blur(5px); */
    position: absolute;
    z-index: 999999;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 0px;
    transform: translateY(-6px);
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

header .support .bi {
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-size: 15px;
}

header .support {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 12px;
    height: 40px;
    font-size: 12px;
    display: flex;
    cursor: pointer;
    color: #fff;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    justify-content: center;
    background: #acacac00;
    border: 2.5px solid #acacac;
}

header .menus .menu .top img {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    margin-left: 100px;
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    border-radius: 8px;
}

header .menus .menu .middel a span {
    color: #fff;
}

header .menus .menu .middel a .bi {
    color: #fff;
}

header .menus .menu .buttom .notif_result .bi-caret-left-fill {
    position: absolute;
    left: -10px;
    color: #600000;
    top: 45%;
}

header .menus .menu .buttom .notif_result .not span {
    color: #fff;
    font-size: 13px;
    /* margin-right: 5px; */
}

header .menus .menu .buttom .notif_result .not .date span {
    font-size: 9px;
    color: #ffffff86;
}


 .not .date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .menus .menu .buttom .notif_result .not {
    width: 90%;
    /* height: 40px; */

    margin-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    background-color: #af0000;
    border-radius: 5px;
    border-left: 3px solid red;
    border-right: 3px solid red;
    /* border: 1px solid #fff; */
}

header .menus .menu .buttom .notif_result {
    width: 250px;
    border-radius: 8px;
    left: 235px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: #600000;
    position: absolute;

    border-bottom: 4px solid #af0000;
    height: 200px;
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

header .menus .menu .buttom .notif .cur {
    position: absolute;
    width: 9px;
    border-radius: 50%;
    transform: translate(-40.5px, -10px);
    height: 9px;
    background-color: red;
}

header .menus .menu .buttom .user_info .bi {
    color: #fff;
    font-size: 19px;
}

header .menus .menu .buttom .user_info span {
    color: #fff;
}

header .menus .menu .buttom .notif .bi {
    color: #fff;
    font-size: 19px;
}

header .menus .menu .buttom .notif span {
    color: #fff;
}

header .menus .menu .buttom .notif {
    width: 90%;
    height: 40px;
    cursor: pointer;
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    transition: .3s ease;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    background-color: #000000b5;
}

header .menus .menu .buttom .notif:hover {
    background-color: #000000c4;
}

header .menus .menu .buttom .user_info:hover {
    background-color: #000000c4;
}

header .menus .menu .buttom .user_info {
    width: 90%;
    height: 40px;
    display: flex;
    cursor: pointer;
    transition: .3s ease;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    background-color: #000000b5;
}

header .menus .menu .buttom {
    width: 90%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    /* border: 1px solid #fff; */
}

header .menus .menu .middel a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 8px;

    width: 90%;
    height: 40px;
    justify-content: space-evenly;
    transition: .3s ease;
}

header .menus .menu .middel a:hover {
    background-color: rgba(0, 0, 0, 0.637);
    width: 90%;
    /* margin: 5px; */
}

header .menus .menu .middel {
    margin-top: 50px;
    display: flex;
    width: 90%;
    height: 50%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

header .menus .menu .top {
    width: 90%;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

header .menus .menu .settings {
    margin-top: 10px;
}

.close {
    animation: close 2s ease normal forwards;
}

.active {
    animation: myAnims 2s ease normal forwards;
}

@keyframes close {
    0% {
        left: 0px;

    }

    100% {
        left: -250px;
    }
}

@keyframes myAnims {
    0% {
        left: -250px;

    }

    100% {
        left: 0px;
    }
}

header .menus .menu {

    width: 250px;
    border-radius: 8px;
    background-color: rgb(177, 28, 5);
    height: 100%;
    position: fixed;
    left: -250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}


header .menus {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99999999999999999999;
    display: none;
    cursor: default;
    justify-content: flex-end;
    background-color: #00000079;
    top: 0px;
    left: 0px;
    position: absolute;
}

.animatio_notif {
    animation: notif 1s ease normal forwards;
}

@keyframes notif {

    0% {
        height: 0px;
    }

    100% {
        height: 200px;
    }

}

.animatio_notif_down {
    animation: notifd 1s ease normal forwards;
}

@keyframes notifd {

    0% {
        height: 200px;
    }

    100% {
        height: 0px;
    }

}

header .settings .notifs .results .top {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

header .settings .notifs .results .top .bi {
    color: #bc0000;
}

header .settings .notifs .results .top span {
    color: #af0000;
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
}

header .settings .notifs .results .con span {
    color: #515151;
    font-size: 12px;

}

header .settings .notifs .results .con {
    max-width: 90%;
}

header .settings .notifs .results {
    width: 95%;
    margin-top: 5px;
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 5px;
    margin-right: 8px;
    background-color: #c8c8c8;
    margin-bottom: 5px;
    height: auto;
    /* border: 1px solid #fff; */
}

header .settings .notifs {
    width: 250px;
    overflow: auto;
    /* display: flex; */
    z-index: 9999;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    /* border-bottom: 4px solid #c10000; */
    top: 80px;
    border-radius: 8px;
    background-color: #9e9e9e;
    height: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    /* border: 1px solid #fff; */
}

header .settings {
    width: 40px;
    border-radius: 12px;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    justify-content: center;
    background: #acacac00;
    border: 2.5px solid #acacac;
}

header .settings .bi {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 2px;
}

header .user .img .cur {
    width: 10px;
    border-radius: 50%;
    animation: myAnim 0.8s ease 0s infinite alternate forwards;
    height: 10px;
    border: 3px solid rgb(91, 81, 1);
    transform: translate(-15px, 20px);
    background-color: rgb(0, 219, 0);
}

header .settings .cur {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    border: 3px solid rgb(91, 81, 1);
    transform: translate(9px, -9px);
    z-index: 999999;
    background-color: rgb(219, 0, 0);
}

@keyframes myAnim {

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0.5;
    }
}

header .user .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .user img {
    width: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 50px;
    transform: translate(10px, -5px);
    z-index: -1;
    /* border: 3px solid #e5e5e5; */
    /* border-radius: 50%; */
    object-fit: cover;
}

header .user {
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* border: 2px  solid #fff; */
}

header .user .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: column;
    text-align: left;
}

header .user .content .level {
    font-size: 12px;
    color: rgb(201, 0, 0);



}

header .user .content .name {
    font-size: 13px;
    -webkit-text-stroke: thick;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    color: #fff;
}

.midell img {
    width: 580px;
    height: 530px;
    user-select: none;
    user-zoom: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
footer .left .logo_special a{
     display: flex;
    align-items: center;
    justify-content: center;
}

.midell {
    object-fit: cover;
    /* background: url("img/bO7yqP3.png"),linear-gradient(90deg, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0)); */
    width: 90%;
    height: 500px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    direction: rtl;
    justify-content: flex-end;

}

.midell .inputs_menu {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 350px;
}

.midell .inputs_menu span {
    font-family: colak;
    font-size: 35px;
    color: #ffffff;
}

.midell .inputs_menu .content {
    color: #dcdcdc;
    text-align: center;
    width: 75%;
    height: auto;
}

.midell .inputs_menu .inputs_all {
    width: 50%;
    margin-top: 10px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;

}

.midell .inputs_menu .inputs_all button .bi {
    font-size: 15px;
    position: relative;

    transition: .3s ease;
    top: 3px;
    margin-right: 5px;
}



.midell .inputs_menu .inputs_all button:hover {

    box-shadow: none;
    animation: myAssnim 1s ease normal forwards;
}

@keyframes myAssnim {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(-10px, 0px);
    }
}

.midell .inputs_menu .inputs_all button {
    transition: .1s ease;
    width: 150px;
    animation: myAssnims 1s ease normal forwards;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    height: 45px;
    background: rgb(255, 42, 42);
    color: #fff;
    cursor: pointer;
    position: absolute;
    border: none;

    border-radius: 8px;
}

@keyframes myAssnims {
    0% {
        transform: translate(-10px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.arrow {
    position: relative;
    user-select: none;
    user-zoom: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(0%, -50%); */
    transform: rotate(360deg);
    /* cursor: pointer; */
}

.arrow span {
    display: block;
    width: 1.5vw;
    user-select: none;
    user-zoom: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    height: 1.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.banner {
    width: 90%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgs {
    position: absolute;
    z-index: -1;
    top: 640px;
    right: 150px;
    margin-top: 80px;
    object-fit: cover;
    width: 320px;
    opacity: 0.3;
    height: 250px;
    background: url(img/main-qimg-a0f361b51bb7447bbc6623c33b72a2f1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.middel_banner {
    width: 90%;
    /* margin-top: 50px; */
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    /* border: 1px solid #fff; */
}

.middel_banner .ban img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.middel_banner .ban {
    width: 300px;
    height: 160px;
    margin-top: 10px;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
    border-radius: 12px;
    object-fit: cover;
    transition: .2s ease;
    cursor: pointer;
    /* border: 1px solid #fff; */
}

.middel_banner .ban:hover {
    box-shadow: none;
}

.shop_title {
    width: 90%;
    height: 50px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_title .title .bi {
    margin-left: 5px;

}

.shop_title .title:hover .bi {
    color: #ff0000;
}

.shop_title .title {
    color: #fff;
    cursor: pointer;

    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    font-weight: bold;
    font-size: 22px;
}



.shop_title .category .active {
    color: #ff0000;
}

.shop_title .category .deactive:hover {
    color: #aeaeae;
}

.shop_title .category span {
    cursor: pointer;
    font-weight: bold;

}

.box .card_result .cancel:hover {
    box-shadow: none;
}

.box .card_result .cancel {
    width: 80px;
    height: 30px;
    transition: .3s ease;
    border: none;
    cursor: pointer;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background-color: red;
}



.box .card_result .cul .dash .bi-plus {
    position: relative;
    font-size: 18px;
    right: 1px;
    top: 1px;
}

.box .card_result .cul .plus:hover {
    box-shadow: none;
}

.box .card_result .cul .plus {

    display: flex;
    transition: .3s ease;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 8px;
    width: 30px;
    cursor: pointer;
    height: 30px;
    justify-content: center;
    background-color: rgb(24, 174, 32);
    color: #fff;
}





.box .card_result .cul .dash .bi-dash {
    position: relative;
    font-size: 18px;
    right: 1px;
    top: 1px;
}

.box .card_result .cul .dash:hover {
    box-shadow: none;
}

.box .card_result .cul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.box .card_result .content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.box .bxtn .bi {
    color: #fff;
    position: relative;
    top: 2px;
}

.box .bxtn span {
    color: #fff;
}

.enter button:hover {
    box-shadow: none;
}

.enter button {
    cursor: pointer;
    transition: .3s ease;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    width: 120px;
    height: 32px;
    background-color: rgb(37, 136, 37);
    border: none;
    border-radius: 8px;
    color: #fff;
}

.enter {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.box .bxtn {
    width: 98%;
    height: 30px;
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    margin-top: 8px;
    background-color: rgb(207, 0, 0);
}

.box .card_result span div {
    color: rgb(219, 223, 0);
    margin-left: 2px;
}

.box .card_result span {
    color: #f6f6f6;
    display: flex;
}

.box .card_result .vaz {
    color: rgb(177, 0, 0);
}

.box .card_result .factor {
    color: rgb(219, 223, 0);
}

.box .card_result span span {
    color: rgb(225, 225, 225);
}

.box .card_result .content .tex span {
    color: #fff;
}

.box .card_result .content .tex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box .card_result .image img {
    width: 75px;
    object-fit: contain;
    height: 75px;
}

.box .card_result .cul span {
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
}

.box .card_result .cul .dash {

    display: flex;
    transition: .3s ease;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 8px;
    width: 30px;
    cursor: pointer;
    height: 30px;
    justify-content: center;
    background-color: red;
    color: #fff;
}

.box .card_result {
    width: 96%;
    height: 85px;
    margin-top: 15px;
    border-bottom: 3px solid rgb(189, 0, 0);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #c7c7c7cc;
}

.box {
    border-bottom: 3px solid rgb(189, 0, 0);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 70%;

    overflow: auto;
    background-color: #6969694a;
    backdrop-filter: blur(5px);
    max-height: 350px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 20px;
}

.shop_title .category {
    width: 25%;
    display: flex;
    color: #fff;
    align-items: center;

    justify-content: space-around;
}

.shop_title .category span {
    color: #ffffff;
    position: relative;
    transition: .3s ease;
    text-decoration: none;


}

.shop_title .category span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.shop_title .category .active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #f2f2f2;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.shop_title .category span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.cards img {
    position: absolute;
    width: 30%;
    object-fit: cover;
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    opacity: 0.3;
    height: auto;
}

.cards {
    margin-top: 90px;
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cards .card:hover {
    border: 1px solid rgba(255, 255, 255, 0.54);
}

.cards .card {
    width: 200px;
    /* cursor: pointer; */
    margin: 50px;
    transition: .3s ease;
    border-radius: 8px;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.34);
    border-radius: 16px;
    padding: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.7px);
    -webkit-backdrop-filter: blur(5.7px);
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.imgse .tope .bi{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.imgse .tope{
    width: 95%;
    margin-top: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.imgse .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.imgse .img{
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    object-fit: contain;
    /* border: 1px solid #fff; */
}
.imgse{
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 99999999999999999999999999999999999999;
    position: fixed;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(8px);
    background-color: #000000a2;
}
.cards #premium .imgse {
    user-select: none;
    user-zoom: none;
    opacity: 1;
    width: 150px;
    height: 150px;
    top: -89px;
    right: auto;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    position: absolute;
}

.cards .card .top {
    width: 90%;
    height: 50%;

    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.cards .card .top img {
    opacity: 1;
    position: relative;
    width: 140px;
    height: 150px;
}

.cards .card .con div {
    color: #8e0000;
    font-weight: bold;
}

.cards .card .con {
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    justify-content: center;
    height: auto;
}

.cards .card .con span {
    color: #fff;
    font-size: 13px;
}

.cards .card .btn {
    width: 95%;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-evenly;
}

.cards .card button[type=submit] .bi {
    position: relative;
    top: 2px;
}

.cards .card button[type=submit] {
    width: 40%;
    height: 30px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    cursor: pointer;
    border-radius: 5px;
}

.cards .card .shop {
    width: 35px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    height: 35px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 7px;
    border: none;
    color: #fff;
    background-color: rgb(128, 23, 0);
}

.cards .card .button {
    width: 90%;
    margin-top: 20px;
    height: 2px;

    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    background-color: #8e0000;
    /* border: 1px solid #fff; */
}

.footer img {
    width: 25%;
    opacity: 0.2;
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    height: 90%;
}

.footer {
    width: 90%;
    margin-top: 80px;
    border-radius: 18px;
    margin-bottom: 50px;
    height: 450px;
    background-color: #2e0101;
    border: 1px solid #68686876;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.footer .content {
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.footer .content h1 .ok {
    color: #b00000;
    font-weight: bold;
}

.footer .content h1 {
    color: #ffff;
}

.footer .content .con {
    color: #878787;
    margin-top: 20px;
    font-size: 15px;
}

footer {
    width: 100%;
    margin-top: 50px;
    height: 100px;
    /* border: 1px solid #fff; */
    display: flex;
    background-color: #48000071;
    align-items: center;
    justify-content: space-between;
}
.los .log:hover {
    box-shadow: none;
}

.los .log {
    width: 100px;
    transition: .3s ease;
    cursor: pointer;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    height: 35px;
    border-radius: 8px;
    background-color: rgb(255, 42, 42);
    color: #fff;
}


footer .right .logo img {
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

footer .right .logo span span {
    margin-left: 3px;
    margin-right: 3px;
}

footer .right .logo span span .bi {
    margin-left: 5px;
}

footer .right .logo span {
    color: #fff;
    font-size: 13px;
}

footer .right .logo {
    width: 50%;
    height: 100%;
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

footer .right .social .special .bi {
    font-size: 25px;
    top: 3px;

    color: #dadada;
    position: relative;
}

footer .right .social .special:hover {
    background-color: #dadada;

}

footer .right .social .special:hover .bi {
    color: #690000;

}

footer .right .social .special {
    transition: .3s ease;
    border-radius: 8px;
    width: 45px;
    cursor: pointer;

    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #690000;
    border: 1px solid #96969667;
}

footer .right .social {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: 1px solid #fff; */
}

footer .right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    /* border: 1px solid #fff; */
}

footer .left {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    /* border: 1px solid #fff; */
}

footer .left .text span {
    color: #bababa;
}

footer .left .text span .bi {
    position: relative;
    top: 2px;
    font-size: 20px;
}

footer .left .logo_special {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer .left .logo_special img {
    user-select: none;
    cursor: pointer;
    user-zoom: none;

    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

footer .left .logo_special .enemad {
    filter: drop-shadow(5px 5px 5px #0048ff86);
    width:45px;
}

footer .left .logo_special .samandehi {
    filter: drop-shadow(5px 5px 5px #ffe10086);
}

footer .left .logo_special .zarin {
    filter: drop-shadow(5px 5px 5px #ffe1009a);
}

.middel_banner {
    width: 90%;
    /* margin-top: 50px; */
    height: auto;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    /* border: 1px solid #fff; */
}

.search_phone .bi {
    font-size: 19px;
    color: #fff;
    position: relative;
    top: 3px;
}

.search_phone {
    cursor: pointer;
    /* box-shadow: rgba(150, 150, 150, 0.4) 0px 2px 4px, rgba(122, 122, 122, 0.3) 0px 7px 13px -3px, rgba(134, 134, 134, 0.2) 0px -3px 0px inset; */
    width: 45px;
    border: 2px solid #ffffffb5;
    display: none;
    align-items: center;
    justify-content: center;

    background-color: #9c9c9c00;
    height: 45px;
    border-radius: 50%;
}

.search .close {
    display: none;
}

.search_s {
    display: none;
}

.ttle h3 .bi {
    margin-left: 5px;
}

.ttle h3 {
    color: #fff;
}

.create button .bi {
    margin-left: 5px;
}

.create button:active {
    box-shadow: none;
}

.create button {
    width: 110px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: .3s ease;
    background-color: #980000;
    border-radius: 8px;
    border: none;
    /* border: 1px solid #8b8b8b; */
    cursor: pointer;
    height: 35px;
    color: #fff;
}

.create input[type=text]:hover {
    border: 2px solid #9d9d9da2;
}

.create select:active {
    box-shadow: none;
}

.ticket_list .list .ticket .tick .bi {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.ticket_list .list .ticket .tick span {
    color: #fff;
}

.ticket_list .list .ticket .tick #vaz {
    color: #f7b500;
}

.ticket_list .list .ticket .tick {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
}

.ticket_list .list .ticket {
    width: 95%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 30px;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #9595958e;
}

.ticket_list .list {
    width: 98%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
    height: 350px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    background-color: #2f0000;
    /* margin-bottom: 20px; */
}

.ticket_list .ticket_top span {
    color: #cdcdcd;
}

.ticket_list .ticket_top .top {
    user-select: none;
    user-zoom: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

.ticket_list .ticket_top .top .bi-eye {
    font-size: 20px;
    /* cursor: pointer; */
    /* box-shadow: rgba(245, 0, 0, 0.86) 0px 22px 70px 4px; */
}

.ticket_list .ticket_top {
    margin-top: 10px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #230101;
    justify-content: space-around;
    width: 98%;

}

.ticket_list {
    margin-top: 50px;
    width: 95%;
    /* overflow-y: auto; */
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    border-radius: 12px;
    backdrop-filter: blur(5px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    /* border: 1px solid #68686868; */
    /* max-height: 350px; */
    /* background-color: #2e01018b; */
}

.create select {
    width: 110px;
    height: 35px;
    transition: .3s ease;
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 8px;
    color: #fff;
    background-color: #980000;
}

.create input[type=text] {
    width: 350px;
    transition: .3s ease;
    color: #fff;
    height: 30px;
    border-radius: 5px;
    background-color: #272727;
    padding-right: 10px;
    outline: none;
    border: 2px solid #9d9d9d44;
}

.create {
    margin-top: 50px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ttle {
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


@media screen and (max-width:1100px) {
    .shop_title .category {
        width: 50%;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: space-around;
    }
}

@media screen and (max-width:993px) {
    footer .left {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 100%;
        /* border: 1px solid #fff; */
    }

    footer .right {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 100%;
        /* border: 1px solid #fff; */
    }

    .footer .content {
        width: 90%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .footer {

        flex-direction: column-reverse;
        height: auto;
        align-items: center;
        justify-content: space-around;
    }

    .midell {


        height: auto;

        flex-direction: column-reverse;

    }

    .banner {

        margin-top: 100px;

    }
}

@media screen and (max-width:900px) {
    .imgse .img{
        width: 70%;
    }
    .product .buy .box_con .sends {
        display: none;
    }

    .product .buy .box_con .sheald {
        display: none;
    }

    .product .buy .box_con .price {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product .buy .box_con .que {
        display: none;
    }

    .product .buy .box_con .top_title {
        display: none;
    }

    .product .buy .box_con {
        flex-direction: row-reverse;
        position: fixed;
        border-top-left-radius: 8px;
        bottom: 0px;
        height: 100px;
        border-bottom: none;
        width: 100%;
        height: 90px;
        border-radius: 0px;
        border-top: 3px solid red;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        z-index: 9999999;
        left: 0px;
    }

    .items {
        display: none;
    }

    .product .buy .box_con .hr {
        display: none;
    }

    .product .buy .box_con .price .bi {
        display: none;
    }

    .product .buy .box_con .button {
        margin-top: 0px;
        width: 90%;
        margin-right: 30px;
    }

    .product .buy {
        width: 90%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border: 1px solid #fff; */
    }


    .product .left .content .boxop {
        width: 95%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 25px;
        height: auto;
        /* border: 1px solid #fff; */
    }

    .product .left .content .boxop .oper {
        width: 50%;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        /* border: 1px solid #fff; */
        height: 70px;
        border-bottom: 3px solid rgb(182, 0, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background-color: #d8d8d8;
        margin-bottom: 15px;
    }

    .product {

        flex-direction: column;
        align-items: center;

    }

    .product .left {

        width: 90%;


    }

    .product .right .bottom img {
        user-select: none;
        user-zoom: none;
        -webkit-user-select: none;
        -webkit-user-drag: none;
        width: 50%;
        height: 95%;
        object-fit: contain;
    }

    .ticket_list .list .ticket {
        margin-right: 15px;
    }

    .product .right {
        width: 80%;
        height: 100%;
        /* border: 1px solid #fff; */
    }
}

@media screen and (max-width:840px) {
    .product .right .all_img{
        margin-top: 70px;
        margin-bottom: 50px;

    }
    header #dis {
        display: none;
    }

    .midell .inputs_menu {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: 350px;
    }
}

@media screen and (max-width:740px) {
    .create {
        margin-top: 50px;
        width: 80%;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        height: 150px;
        justify-content: space-around;
    }

    footer {
        height: auto;
        margin-bottom: 130px;
        flex-direction: column-reverse;
    }

    header input[type=text] {
        width: 250px;

    }

    header .search .searchbox {

        width: 265px;

    }

    footer .left {
        margin-bottom: 30px;
        width: 60%;
    }

    footer .right {
        width: 40%;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-around;
        height: 100%;
        /* border: 1px solid #fff; */
    }

    footer .right .logo {
        margin-top: 20px;
    }

    footer .right .social .special {
        margin-left: 5px;
        margin-right: 5px;
    }

    footer .right .social {
        width: 100%;
    }
}

@media screen and (max-width:700px) {

    .box .bxtn span {
        font-size: 13px;
    }

    .box .card_result span {
        font-size: 13px;
    }

    .box {
        width: 90%;
    }

    .box .card_result .close {
        display: none;
    }

    .box .bxtn .close {
        display: none;
    }

}


@media screen and (max-width:660px) {
    .ticket_list .list .ticket .tick {
        width: 100%;
    }

    .ticket_list .ticket_top #close {
        display: none;
    }

    .ticket_list .list .ticket #close {
        display: none;
    }
}

@media screen and (max-width:600px) {
    footer .right .logo {
        margin-top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .midell img {
        width: 300px;
        height: 300px;
        user-select: none;
        user-zoom: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
    }
}

@media screen and (max-width:536px) {
    .search .close .bi {
        cursor: pointer;
    }

    .search .close {
        width: 100%;
        display: flex;
        margin-top: 10px;
        /* margin-bottom: 50px; */
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        color: #fff;
    }

    .search_phone {
        display: flex;
    }



    .search {

        background-color: #2e0101;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        z-index: 999999999;
        display: none;
        align-items: flex-start;
        justify-content: center;
        position: fixed;
    }

    .imgs {
        display: none;
    }

    .banner {
        margin-top: 10px;
    }

    .shop_title .category {
        width: 70%;
    }

    header .search #search_input {
        display: none;
    }

    .search .close .search_s {
        width: 350px;
        display: flex;
    }

    header .search .searchbox {
        /* margin-top: 45px; */
        width: 100%;
        height: 100%;
        display: flex;
    }
}

@media screen and (max-width:470px) {
    .ticket_list .list .ticket {
        margin-right: 10px;
    }

    header .menus .menu .buttom .notif_result {
        width: 200px;
        left: 188px;
    }
}