
@font-face {
    font-family: myFirstFont;
    src: url(/font/FontsFree-Net-ir_sans.ttf);
}

body {
    font-family: myFirstFont;
}

.header-main{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.header-main-left-side-sub1-search-input{
    font-size: 14px;
    border: none;
    background: none;
    /*width: 280px;*/
    outline: none;
}
.header-main-left-side-sub1-search-button{
    border: none;
    background:none;
}

.header-main-right-side{

}
.header-main-left-side-sub1-search{
    display: flex;
    background: #F1F2F4;
    border-radius: 8px 8px 8px 8px;
    border: none;
    outline: none;
    /*width: 320px;*/
    height: 30px;
    padding: 8px;
    direction: rtl;
    justify-content: space-between;
}

.header-main-right-side-sub1{
    list-style-type: none;
    display: flex;
    gap:10px;
    align-items: flex-end;

}
.header-main-left-side-sub1{
    flex-grow: 1;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: flex-end;
}
.cutoff-text{
    --max-lines : 20;
    --line-height:1.4;
    height: 1100px;
    overflow: hidden;
    border-radius: 15px;
    line-height: var(--line-height);
    position: relative;
}
.cutoff-text:has(+ .expand-btn:not(:checked))::before{
    font-family: myFirstFont;
    content: "";
    position: absolute;
    height: 100px;
    width:100%;
    bottom: 0px;
    margin-left: -60px;
    pointer-events: none;
    background: linear-gradient(to bottom , transparent,white);
    /*background: red;*/
}
.expand-btn{
    font-family: myFirstFont;
    background-color: #5835E2;
    color: white;
    position: relative;
    appearance: none;
    border: 1px solid black;
    padding: 0.5em;
    border-radius: 0.25em;
    cursor: pointer;
    z-index: 12;
    top: -70px;
    left: 55px;

}
.expand-btn:hover{
    background: #53409e;
}

.expand-btn:before{
    content: "مطالعه بیشتر";
}

.expand-btn:checked::before{
    content: "کوچک کردن";
}
.cutoff-text:has(+ .expand-btn:checked){
    flex-grow: 1;
    height: auto;
}


.productarticle{
    background: #241339;
    border-radius: 20px;
    height: 124px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    width: 81.26%;
    margin-left: 9.37%;

}
.productartimg1{
    position: absolute;
    width: 1000px !important;
    bottom: 0px;
    right:0px !important;
    z-index: 10;
}
.productartimg2{
    position: absolute;
    width: 600px !important;
    top: -20px;
    left:0% !important;
    z-index: 10; 
}
.productarticle p{
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 52px;
    text-align: right;
    color: #FFFFFF;
    background-position: center center;
    margin: 34px auto auto auto !important;
    justify-content: center;
    align-items: center;
    display:flex; 
}

@media (max-width: 1920px) {
    .productarticle{
        background: #241339;
        border-radius: 20px;
        height: 124px;
        overflow: hidden;
        position: relative;
        margin-top: 120px;
        width: 81.26%;
        margin-left: 9.37%;

    }
}
@media (max-width: 1024px) {
    .productarticle{
        background: #241339;
        border-radius: 20px;
        height: 124px;
        overflow: hidden;
        position: relative;
        margin-top: 50px;
        width: 81.26%;
        margin-left: 9.37%;

    }
    .productarticle p{
        font-style: normal;
        font-weight: 800;
        font-size: 25px;
        line-height: 52px;
        text-align: right;
        color: #FFFFFF;
        background-position: center center;
        margin: 34px auto auto auto !important;
        justify-content: center;
        align-items: center;
        display:flex;
    }
}
@media (max-width: 630px) {
    .productarticle p{
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 52px;
        text-align: right;
        color: #FFFFFF;
        background-position: center center;
        margin: 34px auto auto auto !important;
        justify-content: center;
        align-items: center;
        display:flex;
    }
}
@media (max-width: 400px) {
    .productarticle p{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 52px;
        text-align: right;
        color: #FFFFFF;
        background-position: center center;
        margin: 34px auto auto auto !important;
        justify-content: center;
        align-items: center;
        display:flex;
    }
}

.product-main {
    display: flex;
    margin: -5px auto;
    width: 81.26%;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.product-right-side{
    width: 81.26%;

}

.product-left-side{
    width: 371px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    direction: rtl;

}

.product-right-side-main{
    margin-left: 20px;
    margin-top: 25px;
    padding: 50px 50px 95px 50px;
    background-color: white;
    border-radius: 20px;

}
.product-right-side-main-title{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: right;
    color: #211037;
}
.product-right-side-main-img{
    max-width: 600px;
    width: 80%;
    background-position: center center;
    margin: 39px auto 25px auto !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
.product-left-side-info{
    display: flex;
    flex-direction: column;
    gap:35px;
    background-color: white;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 25px;
    margin-top: 25px;
}
.product-left-side-tag-title ,
.product-left-side-sharing-title ,
.product-left-side-info-title{
    background: #211037;
    border-radius: 7px;
    width: 127px;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 15px;
    background-position: center center;
    margin: auto auto 30px auto !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
.product-left-side-info-p{
    width: 100%;
    display: block;
    height: 40px;
}
.product-left-side-sharing{
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    padding: 25px;
    margin-top: 20px;
}
.product-left-side-sharing-button{
    background: #F5F4FF;
    border-radius: 100%;
    width: 25px !important;
    height: 25px !important;
    padding: 13px 13px 8px 13px;
    display: inline-flex;
    margin: 0px ;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.product-left-side-tags{
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    padding: 25 20 25 20;
    margin-bottom: 40px;
    margin-top: 20px;
    flex-grow: 1;

}


.productmaindiv1{
    background: #FFFFFF;

}

.productmaindiv1 h3{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    font-family: myFirstFont;
    text-align: right;
    color: #211037; 
    margin-top: -20px;
}

.productmaindiv1 img{
    width: 600px;
    background-position: center center;
    margin: 39px auto 25px auto !important;
    justify-content: center;
    align-items: center;
    display:flex; 
}
.productmaindiv1 button{
    background: #5835E2;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    font-family: myFirstFont;
    text-align: center;
    color: #FFFFFF;
    width:174px;
    padding: 9px;
    border: none;

}
.product-warning{
    background: #FFFFFF;
    /*box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);*/
    border-radius: 15px;
    padding: 20 50;
    margin: -20px auto 20;
    direction: rtl;
}

.productmain2{
    width: 81.26%;
    margin: -20px auto auto auto;

}
.productmaindiv2{
    background: #FFFFFF;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 50px;
    margin-bottom: 50px;
}

.Thumbnail-grid-container {
    direction: rtl;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;

}

.description-content-main{
    direction: rtl;
    line-height: 2.5;
    text-align: justify;
    font-size: 15px;
}

.description-content-title{
    direction: rtl;
    margin-top: 40px;
    font-size: 17px;
    font-weight: 600;
}

.popup_item {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: none;
    text-align: center;
}

.popup_item a {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.popup_item img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
}

.mySlides {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySlides3 {
    display: flex;
    align-items: center;
}

.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    /* top: 40%; */
    width: auto;
    padding: 16px;
    /* margin-top: -50px; */
    color: #fcfcfc;
    font-weight: bold;
    font-size: 45px;
    border-radius: 3px 0 0 3px;
    user-select: none;
    -webkit-user-select: none;
    opacity: 0.6;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

/* Position the "next button" to the right */
.prev {
    left: 0;
}

.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    opacity: 1;
    color: #ffffff;
}

/* Container for image text */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.productmaindiv2 h3{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: right;
    color: #211037; 
    margin-top: -20px;
}

.productsidebardiv1 video{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}
.productsidebardiv1{
    margin-bottom: 20px; 
}

.productsidebardiv2{
    background: #FFFFFF;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 25px;
    margin-top: 0px;
}
.productsidebardiv2 h2{
    background: #211037;
    border-radius: 7px;
    width: 127px;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 15px;
    background-position: center center;
    margin: auto auto 30px auto !important;
    justify-content: center;
    align-items: center;
    display:flex; 
}
.productsidebardiv2 p{
    width: 100%;
    display: block;
    height: 40px;
}
.productsidebardiv2span1{
    float: right;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    margin-right: 30px;
    color: rgba(33, 16, 55, 0.9);
    direction: rtl;
}
.productsidebardiv2span1 svg{
    position: absolute;
    right: -30px;
}
.productsidebardiv2span2{
    font-weight: 500;
    font-size: 16px;
    /*line-height: 24px;*/
    color: rgba(33, 16, 55, 0.9);
}
.productsidebardiv2span3{

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: rgba(33, 16, 55, 0.9);
}
.price-alert{
    background: #F6F6F6;
    border: 2px dashed #EEEEEE;
    border-radius: 6px;
    padding: 15px 6px 15px 6px !important;
}

.product-left-side-info-item-div{
    display: flex;
    align-items: center;
    gap: 10px;
    text-wrap: nowrap;
}


.product-left-side-info-item > span {
    text-align: end;

}

.productsidebardiv2btn1{
    cursor: pointer;
    font-family: myFirstFont;
    display: flow;
    flex-grow: 1;
    background: #5835E2;
    border-radius: 5px;
    /*width: 100%;*/
    padding: 10 0;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}
.productsidebardiv2btn1:hover{
    background: #53409e;
}
/*.productsidebardiv2btn1 svg{*/
/*    position: absolute;*/
/*    right:90px;*/
/*    top:12px*/
/*}*/
.productsidebardiv2btn2{
    font-family: myFirstFont;
    display: flow;
    flex-grow: 1;
    background: #FFFFFF;
    border: 2px solid #FFB118;
    border-radius: 5px;
    padding: 10 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFB118;
    position: relative;
}
.product-left-side-buy-item{
    display: flex;
    flex-direction: column;
    gap: 10px
}
.product-left-side-info-item{
    display: flex;
    justify-content: space-between;
}

.productsidebardiv2btn3{
    font-family: myFirstFont;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFB118;
    border: 2px solid #FFB118;
    border-radius: 5px;
    padding: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: white;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.productsidebardiv2btn3 .eshteraksvg{
    fill:white
}
.productsidebardiv2btn2:hover{
    background: #FFB118;
    color: white;
}
.productsidebardiv2btn2:hover .eshteraksvg{
    fill:white
}

/*.productsidebardiv2btn2 .eshteraksvg-base1{*/
/*    position: absolute;*/
/*    right:87px;*/
/*    top:10px*/
/*}*/

.productsidebardiv2btn2 .eshteraksvg-base{
    position: absolute;
    right:128px;
    top:10px
}

.productsidebardiv3{
    background: #FFFFFF;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
    height: 800px;
}
.productsidebardiv3 div{
    background-position: center center;
    margin: auto auto auto auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.productsidebardiv3 p{
    background: #211037;
    border-radius: 7px;
    width: 127px;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 15px;
    background-position: center center;
    margin: auto auto 30px auto !important;
    justify-content: center;
    align-items: center;
    display:flex; 
}
.tag-item{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #000000;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 8px 7px 8px 12px;
    margin: 1px 3px 10px 1px !important;
    cursor: pointer;
    transition: .1s;
}
.tag-item:hover{
    box-shadow: 1px 1px 10px 1px #50484830;
}
.tag-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.productsidebardiv4{
    background: #FFFFFF;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

.productsidebardiv4 p{
    background: #211037;
    border-radius: 7px;
    width: 127px;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 15px;
    background-position: center center;
    margin: auto auto 30px auto !important;
    justify-content: center;
    align-items: center;
    display:flex; 
}
.productsidebardiv4 div{
    background: #F5F4FF;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    padding: 13px 13px 8px 13px;
    display: inline-flex;
    margin: -10px 10px 0px 10px !important;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.direction{
    direction: rtl;
}

.table-video-list-container{
    width: 100%;
    direction: rtl;
    border-spacing: 0px;
    font-size: 14px;
}

@media screen and (max-width: 1300px) {
    .table-video-list-container{
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    table {
        border: 0;
    }

    .jadval-seton{
        height:35px;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        /*height: 1px;*/
        /*margin: -1px;*/
        overflow: hidden;
        /*padding: 0;*/
        position: absolute;
        /*width: 1px;*/
    }

    table tr {
        border-bottom: 3px solid #ddd;
        /*display: block;*/
        /*margin-bottom: .625em;*/
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: grid;
    }
    .jadval-seton{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
}

















.jadval-seton{
    text-align: center;
    vertical-align: middle;
    height: 75px;
}

.title-table{
    vertical-align: middle;
    text-align: center;

}
.header-jadval{
    background: #E5E2FF;
    height: 75px;
    /*font-size: 13px;*/
}
.jadval-seton{
    /*font-size: 14px;*/
    font-weight: 600;
}
.play-button{
    color:red;
}
.downlink{
    color:gold;
}
.Jadval-text-type {
    background: #FFF4DE;
    border-radius: 9px;
    /*font-style: normal;*/
    /*font-weight: 600;*/
    /*font-size: 13px;*/
    /*line-height: 27px;*/
    color: #FF9900;
    padding: 6px 7px;
    border: none;
    min-width: 50%;
    width: max-content;
    margin: auto;
}

@media (max-width: 1413px) {
    .product-main {
        display: flex;
        margin: -5px auto;
        width: 81.26%;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: stretch;
        align-content: center;
    }

    .product-right-side {
        width:100%;
    }
    .product-right-side-main{
        margin-left:0px;
    }
    .product-left-side-info{
        margin-top:-22px;
    }
    .product-left-side {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;

    }
    .tag-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .productsidebardiv2{
        background: #FFFFFF;
        box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
        border-radius: 15px;
        padding: 36px 25px 50px 25px;
        margin-top: 0px;
    }
    .productsidebardiv4{
        background: #FFFFFF;
        box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        padding: 36px 25px 50px 25px;
        margin-top: 20px;
    }
    .productsidebardiv3{
        background: #FFFFFF;
        box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        padding: 36px 25px 57px 25px;
        margin-top: 20px;
    }
}

.product-left-side-sharing-button:hover{
    box-shadow: 1px 1px 10px 1px #50484830;
    background: #5835E2;

}

.product-left-side-sharing-button:hover .storksvgshare{
    color:white
}

/* -------------------------------star tabs------------------------------- */
.rating {
    text-align: center;
    margin-top: -20px;
    position: relative;
    width: 240px;
    float: left;
    margin-left: 10px;
}
.hidden {
    opacity: 0;
}
.star {
    display: inline-block;
    margin: 2px;
    font-size: 25px;
    color: whitesmoke;
    position: relative;
}
.star.animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
}
.star.hidden {
    opacity: 0;
}
.full:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 2;
}
.half:before {
    font-family: fontAwesome;
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
}
.star-colour {
    color: #ffd700;
}
@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
   }
    25% {
        -webkit-transform: scale(1.5);
   }
    50% {
        -webkit-transform: scale(0.9);
   }
    75% {
        -webkit-transform: scale(1.2);
   }
    100% {
        -webkit-transform: scale(1);
   }
}
.selected:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
}
.selected.is-animated:before {
    transition: 1s ease-out;
}
.score {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    text-align: right;
    color: #000000;
    left:-19px;
    top:3px;
    position: absolute;
}
.scorerating2{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: myFirstFont;
    text-align: right;
    color: rgba(0, 0, 0, 0.36);
    margin-left: -7px;
}
.score-rating {
    top: 0px;
    position: relative;
}
.total {
    vertical-align: sub;
    top: 0px;
    position: relative;
    font-size: 100%;
}




/* ------------------ANIMATIONAL TABS-------------------------------- */


.nav {
    position: relative;
    width: 100%;
    height: 90px;
    background: #FAFAFA;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    direction: rtl;
    
}
.nav_copy {
    margin-top: 80px;
}
.nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    z-index: 1;
    width: 100%;
}
.nav__item {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    direction: ltr;
    cursor: pointer;
    
}
.nav__link {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: black;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    text-decoration: none !important;
}

.nav_copy .nav__link {
    transition: color 0.3s ease-in-out;
}
.nav__link_active {
    color: white !important;
}
._active {
    color: white;
 }
.nav__slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 11px 23px;
    pointer-events: none;
    z-index: 0;
}
.nav_copy .nav__slider {
    left: 3px;
    right: 3px;
    padding: 0;
    
}
.nav__slider-rect {
    width: 50.3%;
    height: 100%;
    background: #211037;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    transition: transform 0.4s;
    
}
.nav_copy .nav__slider-rect {
    position: absolute;
    top: 3px;
    left: 0;
    right: 66.6%;
    bottom: 3px;
    height: auto;
    width: auto;
    transition: all 0.3s cubic-bezier(1, 0.48, 0.71, 0.96);
}

.articlepro2{
    margin-top: 60px;
    width: 81.26%;
    margin-left: 9.37%;
}
.articlepro2 h2{
    position: relative;
    direction: rtl;
    margin-right: 31px;
    color: black;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 26px;
    margin-top: -16px;
}
.articlepro2 h2 span{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFB118;
    border-radius: 100%;
    right:-27px;
    top:3.6px
}
.slider2s h2{
    position: relative;
    direction: rtl;
    margin-right: 50px;
    color: black;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: -26px;
    margin-top: 37px;
}
.slider2s h2 span{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFB118;
    border-radius: 100%;
    right:-21px;
    top:4.2px
}


.nav2 {
    display: block;
    text-align: center;
    margin-top: -100px;
    margin-bottom: 100px;
  }
  
  /*.btn {*/
  /*  width: 100px;*/
  /*  max-width: 100px;*/
  /*  border-radius: 5px;*/
  /*  border: 1px solid black;*/
  /*  font-size: 12px;*/
  /*  font-weight: bold;*/
  /*  padding: 12px 25px;*/
  /*  letter-spacing: 1px;*/
  /*  text-transform: uppercase;*/
  /*  margin: 5px;*/
  /*  -webkit-transition: all 0.35s ease-in-out;*/
  /*  -moz-transition: all 0.35s ease-in-out;*/
  /*  -ms-transition: all 0.35s ease-in-out;*/
  /*  transition: all 0.35s ease-in-out;*/
  /*}*/
  
  /*.btn:hover {*/
  /*  cursor: pointer;*/
  /*}*/
  
  /*.btn:active {*/
  /*  transform: scale(0.9);*/
  /*  -webkit-transition: all 0.35s ease-in-out;*/
  /*  -moz-transition: all 0.35s ease-in-out;*/
  /*  -ms-transition: all 0.35s ease-in-out;*/
  /*  transition: all 0.35s ease-in-out;*/
  /*}*/
  
  .infinite-carousel {
    position: relative;
    width: 101%;
    height: 540px;
    margin: auto;
    overflow: hidden;
    margin: 10px 0px 102px -1.5%;
    display: block;
    justify-content: center;
    border-radius: 5px;
  }
  
  .carousel-block {
    width: 372px !important;
    display: inline-block;
    background: #9c9c9c00;
    border-radius: 5px;
    height: 470px;
    margin: 13px 20px 13px 0px;
    float: left;
    flex-shrink: 0;
    position: relative;
  }

  .boxrootproduct{
    background: #FFFFFF;
    border-radius: 15.012px;
    padding: 16px;
    position: relative;
    transition: .5s;
    /* margin-bottom: 28px; */
    width: 100%;
    /* margin-left: 25px; */
    display: inline-block;
}
 .boxrootdivpp{
    height: 135px;
  }


.boxroothoverproduct{
    transition: .5s;
    height: 0px;
}
.boxrootproduct:hover{
    background: #FFFFFF;
    border-radius: 15.012px;
    padding: 16px;
    position: relative;
    transition: .5s;
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
}
.boxrootproduct:hover .boxroothoverproduct{
    height: 10px;
    transition: .5s;
}

.boxrootproduct img{
    width: 100%;
    border-radius: 14.012px;
}
.boxrootproduct .p1{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: #3F4064;
    margin-top: 10px;
    line-height: 200%;
}
.boxrootproduct .p2{
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 40px;
    color: #3F4064;
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.boxrootproduct .p2 span{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #3F4064;
}

.boxrootproduct .span1  {
    font-style: normal;
    font-weight: 400;
    font-size: 14.0112px;
    line-height: 22px;
    color: #C0C0CA;
    float: left;
    margin-left: 25px;
    position: relative;
}
.span1 svg{
    position: absolute;
    left: -19px;
    top:3px
}

.boxrootproduct .span2  {
    font-style: normal;
    font-weight: 400;
    font-size: 14.0112px;
    line-height: 22px;
    color: #C0C0CA;
    float: left;
    margin-left: 45px;
    position: relative;
}
.span2 svg{
    position: absolute;
    left: -19px;
    top:2px
}
.boxrootproduct button{
    position: absolute;
    background: #5835E2;
    border-radius: 5.00399px;
    bottom: 13px;
    padding: 8px 16% 8px 10px;
    width: 55%;
    right: 10px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14.0112px;
    line-height: 21px;
    text-align: right;
    color: #FFFFFF;
    direction: ltr;
}
.boxrootproduct button div{
    position: relative;
    width: 100%;
    height: 100%;
}
.boxrootproduct button div svg{
    position: absolute;
    top:-1px;
    right:-23px
}
.boxrootproduct .p3{
    background: #E5E2FF;
    border-radius: 9px;
    padding: 7px 10px 7px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #5835E2;
    position: absolute;
    bottom: 1px;
    left: 10px;
    width: 20%;
    text-align: center;
}

.boxrootproduct .p4{
    background: #FFF4DE;
    border-radius: 9px;
    padding: 7px 10px 7px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #FF9900;
    position: absolute;
    bottom: 1px;
    left: 10px;
    width: 20%;
    text-align: center;
}
  
.carousel-wrapper {
    overflow: hidden; 
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height:590px;
}
  
.carousel-items {
    width: 10000px;
    position: relative;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height:590px;
}
  


















/* ---------------------------accordion 1---------------------------- */

  :root {
    --transitionLength: 0.4s;
    --transitionTiming: ease;
  }
  .accordion-animation-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
    width: 99%;
    margin-left: 2.5%;
    margin-top: -5px;
    border-radius: 10px;
    background-color:#21103700
  }
  
  .accordion-trigger-input:checked ~ .accordion-animation-wrapper {
    grid-template-rows: 1fr;
  }
  
  .accordion-animation {
    min-height: 0;
  }
  
  .accordion-transform-wrapper {
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s var(--transitionLength) var(--transitionTiming);
  }
  
  .accordion-trigger-input:checked ~ .accordion-animation-wrapper .accordion-transform-wrapper {
    transform: translateY(0);
    visibility: visible;
    transition: transform var(--transitionLength) var(--transitionTiming), visibility 0s linear;
    background-color:#21103700
  }

  /*.accordion-content * {*/
  /*  margin: 0;*/
  /*}*/
  .accordion {
    direction: rtl;
    min-width: 320px;
    width: 100%;
    margin: 10px auto 30 auto;
    background: white;
    --bs-accordion-border-width: 0px !important;
  }
  
  .accordion-item {
    margin-bottom: -2px;
    overflow: hidden;
  }
  
  .accordion-trigger-input {
    clip: rect(0 0 0 0) !important; 
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important; 
    width: 1px !important;
  }
  
  
  .accordion-trigger {
    display: block;
    position: relative;
      padding: 25px 40px 25px 25px;
      transition: box-shadow var(--transitionLength) var(--transitionTiming);
    z-index: 1;
    cursor: pointer;
    background: #F5F5F5;
    border-radius: 10px;
    margin-top: 29px;
  }

  /*.accordion-trigger span:nth-child(1){*/
  /*  position: absolute;*/
  /*  right:40px;*/
  /*  top:22px;*/
  /*  font-style: normal;*/
  /*  font-weight: 400;*/
  /*  font-size: 20px;*/
  /*  line-height: 31px;*/
  /*  color: #45444A;*/
  /*  direction: rtl;*/
  /*}*/

  /*.accordion-trigger span:nth-child(2){*/
  /*  position: absolute;*/
  /*  left:180px;*/
  /*  top:22px;*/
  /*  font-style: normal;*/
  /*  font-weight: 400;*/
  /*  font-size: 20px;*/
  /*  line-height: 31px;*/
  /*  color: #45444A;*/
  /*  direction: rtl;*/
  /*}*/

  /*.accordion-trigger span:nth-child(3){*/
  /*  position: absolute;*/
  /*  left:40px;*/
  /*  top:22px;*/
  /*  font-style: normal;*/
  /*  font-weight: 400;*/
  /*  font-size: 20px;*/
  /*  line-height: 31px;*/
  /*  color: #45444A;*/
  /*  direction: rtl;*/
  /*}  */
  .accordion-trigger-input:focus-visible ~ .accordion-trigger {
    outline: 2px solid;
    outline-offset: -2px;
  }
  
  .accordion-trigger::after {
    display: block;
    position: absolute;
    right: 16px;
    top: 33px;
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #676767;
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(220deg);
    transition: transform var(--transitionLength) var(--transitionTiming);
  }
  .svg1ac{
    fill: #45444A;
  }
  
  .accordion-trigger-input:checked ~ .accordion-trigger::after {
    transform: rotate(135deg) rotateX(180deg) rotateY(180deg) translateY(4px) translateX(-4px);
  }
  
  .accordion-trigger-input:checked ~ .accordion-trigger {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transition: box-shadow calc(var(--transitionLength) / 4) var(--transitionTiming);
    background-color:#211037
  }

  .accordion-trigger-input:checked ~ .accordion-trigger span:nth-child(1){
    color: white;
  }

  .accordion-trigger-input:checked ~ .accordion-trigger span:nth-child(2){
    color: white;
  }

  .accordion-trigger-input:checked ~ .accordion-trigger span:nth-child(3){
    color: white;
  }
  .accordion-trigger-input:checked ~ .accordion-trigger span:nth-child(2) svg path{
    fill: white;
  }

  .accordion-trigger-input:checked ~ .accordion-trigger span:nth-child(3) svg path{
    fill: white;
  }

  .accordion-trigger-input:checked ~ .accordion-trigger::after {
    display: block;
    position: absolute;
    right: 16px;
    top: 33px;
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(135deg);
    transition: transform var(--transitionLength) var(--transitionTiming);
  }
  .accordion-content {
    padding: 0px;
  }
  .accordion-content h2 {
    padding-bottom: 0.75em;
  }
  .accordion-content p {
    padding-bottom: 1.5em;
  }
  .accordion-content p:last-of-type {
    padding-bottom: 0;
  }
  .accordion-content img {
    max-width: 100%;
  }








  /* ---------------------------accordion 2---------------------------- */


.accordion2 {
    border: solid 2px #f5f5f5;
    transition: all 0.3s ease-in-out;
}
/* .accordion2 + .accordion2 {
    margin-top: 0rem;
} */
.accordion2 .accordion__title2 {
    list-style-type: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    color: #555;
    padding: 0.875rem 2.5rem 0.875rem 0.875rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem top 0.625rem;
    background-size: 1.5rem;
}
/* .accordion2 .list {
    padding: 0 1rem 1rem 1rem;
    
} */
.list  video{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 10px;
    border: solid 2px #21103790;
}
.accordion2 .accordion__content2 p {
    margin: 0;
}
.accordion2 .accordion__content2 p + p {
    margin-top: 0.5em;
}
.accordion2 {
    border-color: #ebebeb;
}
.accordion2:nth-child(2n) {
    background-color: #f5f5f5;
}
.accordion__title2{
    position: relative;
    height: 75px;
}
.title{
    position: relative;
    height: 75px;  
}
.title span:nth-child(1){
    position: absolute;
    right:10px;
    top:20px;
    cursor: pointer;
}
.title span:nth-child(2){
    position: absolute;
    right:50px;
    top:25px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: myFirstFont;
    color: #45444A;
}
.title span:nth-child(3){
    position: absolute;
    left:365px;
    top:15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: myFirstFont;
    color: #45444A;
}
.title span:nth-child(3) button{
    border: solid 1px #e6e5e5;
    padding: 7px 10px;
    background-color: white;
    border-radius: 5px;
}
.title span:nth-child(3) button:hover{
    border: solid 1px #e6e5e5;
    background-color: #5835E2;
    border-radius: 5px;
    color:white
}

.title span:nth-child(3) button:hover .pathvid{
  fill: white !important;
}
.title span:nth-child(4){
    position: absolute;
    left:220px;
    top:15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: myFirstFont;
    color: #45444A;
}
.title span:nth-child(4) button{
    border: solid 1px #e6e5e5;
    padding: 7px 10px;
    background-color: white;
    border-radius: 5px;
}
.title span:nth-child(4) button:hover{
    border: solid 1px #e6e5e5;
    background-color: #5835E2;
    border-radius: 5px;
    color:white
}

.title span:nth-child(4) button:hover .pathvid{
  fill: white !important;
}
.title span:nth-child(5){
    position: absolute;
    left:120px;
    top:26px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #45444A;
    direction: rtl;
}
.title span:nth-child(6){
    position: absolute;
    left:18px;
    top:15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: myFirstFont;
    color: #45444A;
}
.btnaccv{
    background: #FFF4DE;
    border-radius: 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    font-family: myFirstFont;
    color: #FF9900;
    padding: 7px 8px;
    border: none;
    width: 72px;
}
.btnaccr{
    background: #E5E2FF;
    border-radius: 9px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    font-family: myFirstFont;
    color: #5835E2;
    padding: 7px 8px;
    border: none; 
    width: 72px;
}

@media (max-width: 1700px) {
    .title span:nth-child(1){
        position: absolute;
        right:5px;
        top:20px
    }
    .title span:nth-child(1) svg{
        width:22px
    }
    .title span:nth-child(2){
        position: absolute;
        right:33px;
        top:25px;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(3){
        position: absolute;
        left:250px;
        top:16px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(3) button{
        border: solid 1px #e6e5e5;
        padding: 7px 2px;
        background-color: white;
        border-radius: 5px;
    }
    .title span:nth-child(4){
        position: absolute;
        left:146px;
        top:16px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(4) button{
        border: solid 1px #e6e5e5;
        padding: 7px 2px;
        background-color: white;
        border-radius: 5px;
    }
    
    .title span:nth-child(5){
        position: absolute;
        left:72px;
        top:26px;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(5) svg{
        width: 10px;
    }
    .title span:nth-child(6){
        position: absolute;
        left:6px;
        top:18.8px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .btnaccv{
        background: #FFF4DE;
        border-radius: 9px;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 27px;
        font-family: myFirstFont;
        color: #FF9900;
        padding: 5px;
        border: none;
        width: 50px;
    }
    .btnaccr{
        background: #E5E2FF;
        border-radius: 9px;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 27px;
        font-family: myFirstFont;
        color: #5835E2;
        padding: 5px ;
        border: none; 
        width: 50px;
    }
}

@media (max-width: 1390px) {
    .accordion-animation-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
        width: 105%;
        margin-left: 0%;
        margin-top: -5px;
        border-radius: 10px;
        background-color:#21103700
      }
}

@media (max-width: 1330px) {
    .productsidebar{
        display: inline-block;
        padding: 0px;
        width:100%;
        margin-top: 28px;
        display: block;
        position: relative;
        top: 0px;
    }
    .productmaindiv{
        display: block;
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        margin-top: 30px;
        position: relative;
    }
    .accordion-animation-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows var(--transitionLength) var(--transitionTiming);
        width: 100%;
        margin-left: 0%;
        margin-top: -5px;
        border-radius: 10px;
        background-color:#21103700
      }
      .productsidebardiv3 div{
        background-position: center center;
        margin: auto auto auto auto;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .productsidebardiv4 article{
        background-position: center center;
        margin: auto auto auto auto;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 898px) {

    .product-main{
        width: 99%;
        margin: -20px auto auto auto;
    }
    .productmain2{
        width: 99%;
        margin: -20px auto auto auto;
    }
    .title span:nth-child(5){
        position: absolute;
        left:55px;
        top:26px;
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;

    }
    .title span:nth-child(1){
        position: absolute;
        right:3px;
        top:20px
    }
    .title span:nth-child(1) svg{
        width:13px
    }
    .title span:nth-child(2){
        position: absolute;
        right:17px;
        top:25px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(3){
        position: absolute;
        left:218px;
        top:16px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(3) button{
        border: solid 1px #e6e5e5;
        padding: 6px 2px;
        background-color: white;
        border-radius: 5px;
    }
    .title span:nth-child(4){
        position: absolute;
        left:123px;
        top:16px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(4) button{
        border: solid 1px #e6e5e5;
        padding: 6px 2px;
        background-color: white;
        border-radius: 5px;
    }
    .title span:nth-child(6){
        position: absolute;
        left:4px;
        top:16.8px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .btnaccv{
        background: #FFF4DE;
        border-radius: 9px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 27px;
        font-family: myFirstFont;
        color: #FF9900;
        padding: 5px 1px;
        border: none;
        width: 39px;
    }
    .btnaccr{
        background: #E5E2FF;
        border-radius: 9px;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 27px;
        font-family: myFirstFont;
        color: #5835E2;
        padding: 5px 1px;
        border: none;
        width: 39px;
    }
    .productmaindiv1{
        background: #FFFFFF;
        box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
        border-radius: 15px;
        padding: 15px 15px 100px 15px;
    }
    .productmaindiv2{
        background: #FFFFFF;
        box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.04);
        border-radius: 15px;
        padding: 15px;
        margin-top: 36px;
    }
    .productarticle{
        background: #241339;
        border-radius: 20px;
        height: 124px;
        overflow: hidden;
        position: relative;
        margin-top: 60px;
        width: 90%;
        margin-left: 4.5%;
    }
    .productmain{
        width: 90%;
        margin-left: 4.5%;
        margin-right: 4.65%;
        position: relative;
    }
    .productmaindiv1 h3{
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 45px;
        font-family: myFirstFont;
        text-align: right;
        color: #211037;
        margin-top: 6px;
        margin-right: 10px;
    }
    .rating {
        text-align: center;
        margin-top: 10px;
        position: relative;
        width: 240px;
        float: left;
        margin-left: 20px;
    }
    .productmaindiv1 img{
        width: 90%;
        background-position: center center;
        margin: 34px auto auto auto !important;
        justify-content: center;
        align-items: center;
        display:flex;
    }
    .productmaindiv1 p{
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 250%;
        font-family: myFirstFont;
        text-align: right;
        color: #252525;
        direction: rtl;
    }
    .productmaindiv2 h3{
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 45px;
        font-family: myFirstFont;
        text-align: right;
        color: #211037;
        margin-top: 10px;
        margin-right: 10px;
    }
    .nav {
        position: relative;
        width: 100%;
        height: 80px;
        background: #FAFAFA;
        border: 1px solid #E4E4E4;
        border-radius: 10px;
    }
    .nav_copy {
        margin-top: 80px;
    }
    .nav__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        height: 100%;
        z-index: 1;
    }
    .nav__item {
        position: relative;
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;

    }
    .nav__link {
        font-family: myFirstFont;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: black;
        font-style: normal;
        text-align: center;
        font-weight: 400;
        font-size: 13px;
        line-height: 27px;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
        text-decoration: none !important;
    }
    .nav__link svg{
        /* width: 14px; */
        display: none;
    }

    .nav_copy .nav__link {
        transition: color 0.3s ease-in-out;
    }
    .nav__link_active {
        color: white !important;
    }
    ._active {
        color: white;
     }
    .nav__slider {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 5px 7px;
        pointer-events: none;
        z-index: 0;
    }
    .nav_copy .nav__slider {
        left: 3px;
        right: 3px;
        padding: 0;

    }
    .nav__slider-rect {
        width: 50.3%;
        height: 100%;
        background: #211037;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
        border-radius: 10px;
        transition: transform 0.4s;

    }
    .nav_copy .nav__slider-rect {
        position: absolute;
        top: 3px;
        left: 0;
        right: 66.6%;
        bottom: 3px;
        height: auto;
        width: auto;
        transition: all 0.3s cubic-bezier(1, 0.48, 0.71, 0.96);
    }
    .accordion {
        min-width: 250px;
        width: 100%;
        margin: 0 auto;
        background: white;

      }




}
@media (max-width: 800px) {

    .jadval-seton {
        height: 35px;
    }
}
@media (max-width: 637px) {
    .accordion-trigger span:nth-child(3) svg{
        display: none;
      }
      .accordion-trigger span:nth-child(2) svg{
        display: none;
        }
    .title{
        position: relative;
        height: 130px;
    }
    .title span:nth-child(1){
        position: absolute;
        right:6px;
        top:20px;

    }
    .title span:nth-child(1) svg{
        width:22px
    }
   .title span:nth-child(2){
        position: absolute;
        right:30px;
        top:27px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        font-family: myFirstFont;
        color: #45444A;
        width: 190px;
        text-align: right;
    }

     .title span:nth-child(3){
        position: absolute;
        left:auto;
        right:5px;
        top:72px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(3) button{
        border: solid 1px #e6e5e5;
        padding: 5px 6px;
        background-color: white;
        border-radius: 5px;
    }
    .title span:nth-child(3) button svg{
        display: none;
    }
    .title span:nth-child(4) button svg{
        display: none;
    }
    .title span:nth-child(4){
        position: absolute;
        left:auto;
        right:130px;
        top:72px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .title span:nth-child(4) button{
        border: solid 1px #e6e5e5;
        padding: 5px 6px;
        background-color: white;
        border-radius: 5px;
    }
    .title span:nth-child(5){
        position: absolute;
        left:10px;
        top:26px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
        display: inline-block;
    }
    .title span:nth-child(5) svg{
        display: none;
    }
   .title span:nth-child(6){
        position: absolute;
        left:5px;
        top: 72px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
        font-family: myFirstFont;
        color: #45444A;
    }
    .btnaccv{
        background: #FFF4DE;
        border-radius: 9px;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 27px;
        font-family: myFirstFont;
        color: #FF9900;
        padding: 5px 5px;
        border: none;
        width: 52px;
    }
    .btnaccr{
        background: #E5E2FF;
        border-radius: 9px;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 27px;
        font-family: myFirstFont;
        color: #5835E2;
        padding: 5px 5px;
        border: none;
        width: 52px;
    }
    .boxrootproduct{
        overflow: hidden;
    }

    .boxrootproduct .p3{
        font-family: myFirstFont;
        background: #E5E2FF;
        border-radius: 9px;
        padding: 7px 5px 7px 5px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 27px;
        color: #5835E2;
        position: absolute;
        bottom: 1px;
        left: 10px;
        width: 20%;
        text-align: center;
    }

    .boxrootproduct .p4{
        font-family: myFirstFont;
        background: #FFF4DE;
        border-radius: 9px;
        padding: 7px 5px 7px 5px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 27px;
        color: #FF9900;
        position: absolute;
        bottom: 1px;
        left: 10px;
        width: 20%;
        text-align: center;
    }
    .boxrootproduct .p2{
        font-family: myFirstFont;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
        color: #3F4064;
        position: absolute;
        bottom: 0px;
        left: 10px;
    }
    .boxrootproduct button{
        font-family: myFirstFont;
        position: absolute;
        background: #5835E2;
        border-radius: 5.00399px;
        bottom: 13px;
        padding: 8px 10% 8px 5px;
        width: 55%;
        right: 10px;
        border: none;
        font-style: normal;
        font-weight: 500;
        font-size: 14.0112px;
        line-height: 21px;
        text-align: right;
        color: #FFFFFF;
        direction: ltr;
    }
    .boxrootproduct button div{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .boxrootproduct button div svg{
        position: absolute;
        top:-1px;
        right:-23px
    }
    .jadval-seton{
        height:35px;
    }


}

@media (max-width: 430px) {
    .list  video{
        width: 150%;
        margin-left: -25%;
        margin-right: 0%;
        margin-top: 3%;
        margin-bottom: 3%;
        border-radius: 10px;
        border: solid 2px #21103790;
    }
    .jadval-seton{
        height:35px;
    }



    /*.productsidebardiv2btn1 svg{*/
    /*    position: absolute;*/
    /*    right:24%;*/
    /*    top:12px*/
    /*}*/



}

  .slider2s{
    display: none;
  }
@media (max-width: 500px) {
    .articlepro2{
        margin-top: 60px;
        width: 90.2%;
        margin-left: 4.7%;
        display: none;
    }
    .slider2s{
        display: block;
        position: relative;
      }
}



  .slides {
    height: 550px;
    padding: 2vw 0;
    width: 100%;
    overflow: hidden;
  }
  
  .slides__list {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 540px;
    width: calc(7 * 40vw + 56vw + 16 * 6vw);
    display: flex;
    align-items: center;
  }
  
  .slides__list__item {
    background-color: #ffffff00;
    width: 250px;
    height: 450px;
    margin: 0 5px 0 8px;
    float: left;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.3s ease-out;
    transform: scale(0.9);
  }
  
  .slides__list__item.active {
    width: 320px;
    height: 500px;
    opacity: 1;
    transform: scale(1);
  }
  
  .slides__list__item.hovered {
    opacity: 1;
  }
  

  
  
  #arrowLeft, #arrowRight {
    width: 15vw;
    height: 400px;
    top: 70px !important;
    position: absolute;
    cursor: pointer;
  }
  
  #arrowLeft {
    left: 0;
    top: 30vh;
  }
  
  #arrowRight {
    right: 0;
    top: 30vh;
  }

  .productnavwe span{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: myFirstFont;
    text-align: right;
    color: #3F3F3F;
  }
  .productnavwe{
    direction: rtl;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: -35px;
  }

  @media (max-width: 1919px) {
    .productnavwe{
        direction: rtl;
        margin-right: 10%;
        /*margin-top: 100px;*/
        margin-bottom: -90px;
      }
  }
  @media (max-width: 1024px) {
    .productnavwe{
        direction: rtl;
        margin-right: 10%;
        margin-top: 20px;
        margin-bottom: -20px;
      }
  }
  @media (max-width: 898px) {
    .productnavwe{
        direction: rtl;
        margin-right: 6%;
        margin-left: 6%;
        margin-top: 20px;
        margin-bottom: -30px;
      }
      .productnavwe span{
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        font-family: myFirstFont;
        text-align: right;
        color: #3F3F3F;
      }
  }

  #karbarandiv{
    background: #211037;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    padding: 25px;
    direction: rtl;
  }
  #karbarandiv button{
    background: #E5E2FF;
    border-radius: 10px;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 18.2642px;
    line-height: 29px;
    font-family: myFirstFont;
    color: #000000;
    float: left;
    border: none;
    outline: none;
    margin-top: 130px;
  }
  @media (max-width: 1532px) {
    #karbarandiv button{
        background: #E5E2FF;
        border-radius: 10px;
        padding: 10px 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 18.2642px;
        line-height: 29px;
        color: #000000;
        float: left;
        border: none;
        outline: none;
        margin-top: 50px;
      }
  }
  #karbarandiv h3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    text-align: right;
    color: #FFFFFF;
    margin-top: 10px;
  }
  .karbarandiv1{
    width: 35% !important;
    display: inline-block;
    margin-left: 5%;
    position: absolute;
  }
  .karbarandiv2{
    width:50% !important;
    display: inline-block;
    margin-right:40%;
 
  }
  .karbarandiv1 input{
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    width: 100% !important;

   
  }

  .karbarandiv1 input:nth-child(2){
    margin-top: 26px;
  }
  .karbarandiv2 textarea{
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    width: 119% !important;
  }


.wrapper {
	position: absolute;
	top: 19px;
	left: 10px;
	display: flex;
}
.wrapper p{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 39px;
    color: #FAFAFA;
    display: inline-block;
    direction: rtl;
    width: 120px;
    margin-left: -10px;
}
.wrapper input {
	display: none;
}
.wrapper label {
	display: block;
	cursor: pointer;
	width: 30px;
}
.wrapper label:before {
	content: '★';
	position: relative;
	display: block;
	font-size: 30px;
	color: white;
}
.wrapper label:after {
	content: '★';
	position: absolute;
	display: block;
	font-size: 30px;
	color: #ffd700;
	top: 0;
	opacity: 0;
	transition: .6s;
}
.wrapper label:hover:after, .wrapper label:hover~label:after, .wrapper input:checked~label:after {
	opacity: 1;
}


  @media (max-width: 750px) {
    .wrapper {
        position: absolute;
        top: 19px;
        left: 10px;
        display: none;
    }
    #karbarandiv img{
        display: none;
    }
    .karbarandiv1{
        width: 100% !important;
        display: inline-block;
        margin-left: 5%;
        position: relative;
      }
      .karbarandiv2{
        width:100% !important;
        display: inline-block;
        margin-right:0%;
      }
      .karbarandiv2 textarea{
        background: #FFFFFF;
        border-radius: 19px;
        border: none;
        outline: none;
        padding: 10px;
        font-weight: 400;
        font-size: 18px;
        text-align: right;
        width: 100% !important;
        margin-top: 26px;
      }
      #karbarandiv h3{
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 45px;
        text-align: center;
        color: #FFFFFF;
      }
      .karbarandiv1 input{
        background: #FFFFFF;
        border-radius: 40px;
        border: none;
        outline: none;
        padding: 10px;
        font-weight: 400;
        font-size: 18px;
        text-align: right;
        width: 100% !important;

      }
      #karbarandiv button{
        background: #E5E2FF;
        border-radius: 10px;
        padding: 10px 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 16.2642px;
        line-height: 29px;
        color: #000000;
        float: none;
        border: none;
        outline: none;
        margin-top: 26px;
        background-position: center center;
        margin: 25px auto auto auto !important;
        justify-content: center;
        align-items: center;
        display:flex;
      }
  }

  .morediv1{
    margin-top: 50px;
    transition: 1.7s;
    visibility: hidden;
    transition: visibility .7s, max-height .7s;
    max-height: 0;
    overflow: hidden;
    
  }
  .morediv1.open {
    visibility: visible;
    max-height: 800px;
   }
  .morediv1 h4{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    font-family: myFirstFont;  
    text-align: right; 
    color: #211037;
    direction: rtl;
    position: relative;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .morediv1 h4 svg{
    position: absolute;
    right:0px;
    top:3px
  }
  .morediv1 img{
    width: 140px;
    border: 2px solid #E3E3E3;
    border-radius: 25px;
    display: inline;
    margin: 2px !important;
    cursor: pointer;
  }

  .morediv1 div section{
    background-position: center center;
    margin: auto auto auto auto !important;
    justify-content: center;
    align-items: center;
    display:flex; 
    width: 100%;
  }
  .morediv1 h2{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    font-family: myFirstFont;  
    text-align: right;
    color: #211037;
    margin-top: 50px;
  }
  .morediv1 ul{
    list-style-type: none;
  }
  .morediv1 ul li{
    list-style-type: none;
    position: relative;
    direction: rtl !important;
  }
  .morediv1 ul li span{
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 250%;
    font-family: myFirstFont;  
    text-align: right;
    color: #211037;
    position: absolute;
    right: -30px;
    top:1px
  }
  .morediv1 ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    font-family: myFirstFont;  
    text-align: right !important;   
    direction: rtl !important;
    color: #252525;
    display: inline-block;
    margin-right: 30px;
    float: right !important;
    margin-top: 20px;
  }
  #lessbtndiv1{
    margin-top: 100px;
  }

  @media (max-width: 770px) {
    .morediv1 ul li{
        list-style-type: none;
        position: relative;
        direction: rtl;
        /* height: 150px; */
      }
      .morediv1 div {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
      }
      .morediv1 div section{
        background-position: center center;
        margin: auto auto auto auto !important;
        justify-content: center;
        align-items: center;
        display:block;
        width: auto;
      }
      #lessbtndiv1{
        margin-top: 60px;
      }
      /* .morediv1 img{
        width: 140px;
        border: 3px solid #E3E3E3;
        border-radius: 25px;
        display: inline;
        margin: 8px !important;
      } */

      .morediv1 ul li span{
        font-style: normal;
        font-weight: 900;
        font-size: 25px;
        line-height: 250%;
        font-family: myFirstFont;
        text-align: right;
        color: #211037;
        position: absolute;
        right: -30px;
        top:1px
      }
      .morediv1 ul li p{
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 190%;
        font-family: myFirstFont;
        text-align: right;
        color: #252525;
        display: inline-block;
        margin-right: 40px;
      }
  }




  /* .modal {
    z-index:1;
    display:none;
    padding-top:10px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.8);
    z-index: 10000000000000000000000000000000;
    } */
    
    /* .modal-content{
      margin: auto;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50% !important;
      height: auto;
      background-color: #00000000;
      z-index: 10000;
      padding-bottom: 5%;
      overflow-x: hidden !important;
    }
    
    .modal-content img{
        width: 100%;
    } */
    
    /* .modal-hover-opacity {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-backface-visibility:hidden
    }
    
    .modal-hover-opacity:hover {
    opacity:0.60;
    filter:alpha(opacity=60);
    -webkit-backface-visibility:hidden
    }
    
    
    .close {
    text-decoration:none;float:right;font-size:54px;font-weight:bold;color:white;cursor:pointer
    }
    .container1 {
    width:200px;
    display:inline-block;
    } */
 
    
    /* @-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)} 
        to {-webkit-transform:scale(1)}
    }
    
    @keyframes zoom {
        from {transform:scale(0)} 
        to {transform:scale(1)}
    }
    
    @media (max-width: 570px) {
        .close {
            text-decoration:none;float:right;font-size:34px;font-weight:bold;color:white;cursor:pointer
            }
            .modal-content{
                margin: auto;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 70% !important;
                height: auto;
                background-color: #00000000;
                z-index: 10000;
                padding-bottom: 5%;
                overflow-x: hidden !important;
              }
    } */

    .show-more-btn{
        float: left;
        margin-top: 60px;
        margin-bottom: 30px;
    }


    .list {
        position: relative;
        background-color: #25344700;
        padding: 0em 4em;
        border: 0;
        border-top: 0;
        overflow: hidden;
        max-height:0;
        margin: 0;
        transition: all 0.5s;
        border-radius: 0px 0px 5px 5px;
        width: 100%;
    }

    .list-active {
        transition: all 1s;
        max-height: auto;
        min-height:1px;
        max-height:999px;
    }