﻿@font-face {
    font-family: iranian-sans;
    src: url('../IRANSANS(FANUM).eot') format('eot'), url('../fonts/IRANSansFaNum.woff') format('woff'), url('../fonts/IRANSansFaNum.ttf') format('truetype');
}

@font-face {
    font-family: "aria";
    src: url('../fonts/aria.ttf') format('truetype');
}

/*body, a, p, div, h3 {
    font-family: iranian-sans !important;
    font-weight: 100 !important;
    text-align: center;
}*/
/* فونت پیش‌فرض برای کل بدنه و تگ‌های خاص */
/* استایل عمومی برای چیدمان و وزن متن */
body, a, p, div, h3,
h1, h2, h4, h5, h6 {
    font-weight: 100 !important;
    text-align: center;
}

/* استایل مخصوص heading‌ها */
h1, h2, h4, h5, h6 {
    font-weight: 500 !important;
    max-width: 50vw;
}

/* فونت برای زبان فارسی */
body.font-fa,
body.font-fa a,
body.font-fa p,
body.font-fa div,
body.font-fa h3 {
    font-family: 'iranian-sans' !important;
}

    body.font-fa h1,
    body.font-fa h2,
    body.font-fa h4,
    body.font-fa h5,
    body.font-fa h6 {
        font-family: aria !important ; /* یا هر فونت مناسب دیگر به جای aria */
    }

/* فونت برای زبان انگلیسی */
body.font-en,
body.font-en a,
body.font-en p,
body.font-en div,
body.font-en h3 {
    font-family: 'Arial', sans-serif !important;
}

    body.font-en h1,
    body.font-en h2,
    body.font-en h4,
    body.font-en h5,
    body.font-en h6 {
        font-family: 'Georgia', serif !important;
    }

/* فونت برای زبان آلمانی */
body.font-de,
body.font-de a,
body.font-de p,
body.font-de div,
body.font-de h3 {
    font-family: 'Helvetica', sans-serif !important;
}

    body.font-de h1,
    body.font-de h2,
    body.font-de h4,
    body.font-de h5,
    body.font-de h6 {
        font-family: 'Times New Roman', serif !important;
    }

/* فونت برای زبان ترکی */
body.font-tr,
body.font-tr a,
body.font-tr p,
body.font-tr div,
body.font-tr h3 {
    font-family: 'Segoe UI', sans-serif !important;
}

    body.font-tr h1,
    body.font-tr h2,
    body.font-tr h4,
    body.font-tr h5,
    body.font-tr h6 {
        font-family: 'Tahoma', sans-serif !important;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.container {
    max-width: 100vw !important;
}
.navbar-brand { 
    z-index: 13; 
}
    .grid-container {
    display: grid;
    grid-template-areas:
        'header header header header header header'
        'left left middle middle right right'
        'footer footer footer footer footer footer';
    /* grid-column-gap: 10px; - if you want gap between the columns */
}

.left,
.middle,
.right {
    padding: 10px;
    min-height: 200px; /* Should be removed. Only for demonstration */
}

/* Style the left column */
.left {
    grid-area: left;
}

/* Style the middle column */
.middle {
    grid-area: middle;
}

/* Style the right column */
.right {
    grid-area: right;
}
.navbar-brand{
    z-index:12;
}
.felesh {
    top: -45px;
    transform: rotate(310deg);
    width: 100px !important;
    position: absolute;
    left: -15vw;
}

.tablecolumn img {
    width: 80%;
    justify-self: anchor-center;
}















.simple-card {
    background-color: #f0f8ff; /* AliceBlue */
    color: #000;
}

.professional-card {
    background-color: #e6ecf0; /* Light Grey-Blue */
    color: #000;
}

.exclusive-card {
    background-color: #f3e5f5; /* Light Purple */
    color: #000;
}

.complete-card {
    background-color: #e8f5e9; /* Light Green */
    color: #000;
}

.special-card {
    background-color: #e0f7fa; /* Light Cyan */
    color: #000;
}

.golden-card {
    background-color: #fff8e1; /* Light Gold */
    color: #000;
}

.superior-card {
    background-color: #ffebee; /* Light Red */
    color: #000;
}

.basic-card {
    background-color: #f5f5f5; /* Light Grey */
    color: #000;
}

.advanced-card {
    background-color: #e3f2fd; /* Light Blue */
    color: #000;
}

.dedicated-card {
    background-color: #fff3e0; /* Light Orange */
    color: #000;
}

/* Top sections with gradients */
.simple-top {
    background: linear-gradient(45deg, #a1c4fd, #c2e9fb);
    color: white;
}

.professional-top {
    background: linear-gradient(45deg, #283e51, #485563);
    color: white;
}

.exclusive-top {
    background: linear-gradient(45deg, #8e2de2, #4a00e0);
    color: white;
}

.complete-top {
    background: linear-gradient(45deg, #56ab2f, #a8e063);
    color: white;
}

.special-top {
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: white;
}

.golden-top {
    background: linear-gradient(45deg, #ffd700, #ffb347);
    color: white;
}

.superior-top {
    background: linear-gradient(45deg, #8e0e00, #1f1c18);
    color: white;
}

.basic-top {
    background: linear-gradient(45deg, #bdc3c7, #2c3e50);
    color: white;
}

.advanced-top {
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    color: white;
}

.dedicated-top {
    background: linear-gradient(45deg, #ff512f, #dd2476);
    color: white;
}

/* Bottom sections */
.simple-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #c2e9fb, #75a7f7);
    color: black !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
}

.professional-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #5c98d8, #283e51);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.exclusive-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #1629bc, #a23cfa);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.complete-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #cce063, #377e17);
    color: black !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.special-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #185a9d, #43cea2);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.golden-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #dd6005, #f3d103);
    color: black !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.superior-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #a10505, #205c88);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.basic-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #2c3e50, #bdc3c7);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.advanced-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #4a73ba, #1e3c72);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.dedicated-bottom {
    position: absolute !important;
    width: 100%;
    left: 0px;
    background: linear-gradient(45deg, #dd2476, #ff512f);
    color: white !important;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    font-family: revert !important;
}

.form-top-img {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 100%;
    z-index: -1;
    transition: all 0.4s;
    transform: rotate(0deg);
    height: 20%;
    /*opacity: 0.8;*/
}

.form-img {
    position: relative;
    right: 0px;
    top: 0px;
    width: 100% !important;
    z-index: -2;
    margin: auto;
    text-align: center;
    display: flex;
    cursor: pointer;
    top: 15%;
}

.card-btn-demo {
    position: relative;
    bottom: 50px;
    padding: 5px 5px;
    z-index: 2;
    color: white !important;
    background: linear-gradient(45deg, #5a96ff, #a63bff);
    border-radius: 8px;
    font-weight: bolder !important;
    opacity: 0.8;
}

#quickBuyBtn { 
    right: 2%; 
}

#quickLoginBtn { 
    /*right: 5%;*/ 
}
.card-btn-buy {
    position: relative;
    bottom: 50px;
    padding: 5px 10px;
    z-index: 2;
    color: white !important;
    background: linear-gradient(45deg, #04489a, #3bff52);
    border-radius: 8px;
    font-weight: bolder !important;
    opacity: 0.8;
}
.basket_item_price {
    display: flex;
    min-width: fit-content;
    align-items: anchor-center;

}
.card-h2 {
    color: rgb(36 70 135 / 70%);
    font-size: large;
    overflow: hidden;
    height: 25px;
}

.card-h1 {
    color: rgb(30 44 81 / 50%);
    font-size: x-large;
    overflow: hidden;
    height: 25px;
    position: absolute;
    width: 100%;
    top: -3%;
}

.card-full {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px 0px 10px 0px;
    line-height: 1cm;
    align-self: anchor-center;
    background-color: #fff;
}

.card-body {
    text-align: center;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 38px -17px rgb(0 0 0);
    padding: 5px 0px 0px 0px;
    margin: 5px;
    height: fit-content;
    overflow: hidden;
    display: block;
    z-index: 0;
    position: relative;
    transition: all 0.3s !important;
    text-align: center;
    box-shadow: 0px 0px 38px -17px rgb(0 0 0);
    height: 100%;
}

.crop-container {
    /*width: 100%;
    height: 70%;*/ /* فقط 90 درصد از تصویر را نمایش بده */
    /*overflow: hidden;
    position: relative;*/
}

    .crop-container img {
        /*   width: 100%;
        height: auto;
        display: block;*/
    }

select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.c-flex {
    display: flex !important;
    width: 31%;
    padding: 3px;
}

.play-btn-view {
    position: absolute;
    top: 45%;
    left: 30%;
    width: 30% !important;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.navbar-nav {
    place-items: anchor-center;
}

.inedx-txt {
    font-size: xxx-large;
    display: contents;
}

.inedx-txt-small {
    font-size: x-large;
    display: contents;
}




.discount-box {
    /*   position: relative;
    display: inline-block;
    width: 300px;
    font-family: sans-serif;*/

    position: absolute;
    display: inline-block;
    width: 300px;
    font-family: sans-serif;
    top: 0px;
    z-index: 1;
    right: 0px;
}

    .discount-box img {
        width: 100%;
        display: block;
    }

.ribbon {
    position: absolute;
    top: 40px;
    right: -50px;
    background: linear-gradient(135deg, #8c5700, #ffd700);
    padding: 0px 60px;
    font-size: smaller;
    font-weight: bold;
    transform: rotate(45deg);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 10;
    overflow: hidden;
    width: 220px;
    height: 38px;
    white-space: nowrap;
    color: rgb(18 32 104 / 70%);
}

.ribbon-content {
    /*display: ruby-text;*/
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 72s linear infinite;
}
.navbar-collapse {
    flex-grow: 0;
    width:68%;
}

@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.text-loop {
    display: inline-block;
}

.star {
    color: rgb(93 2 2 / 70%);
    font-size: 18px;
    margin: 0 8px;
}


.h1-header {
    position: absolute;
    z-index: 3;
    font-size: xx-large;
    margin: -20px 3%;
    color: #a9c6e0;
}


.h2-1-header {
    font-size: xxx-large;
    margin-bottom: 0px;
    color: #586abb;
}

.h2-2-header {
    font-size: xx-large;
    color: #4caf8f;
    line-height: 20px;
}

.abrooyi {
    background: transparent;
    position: absolute;
    z-index: 7;
    height: 20%;
    width: 100vw;
    margin-top: -40px;
    left: 0px;
    max-height: 145px;
}

.top-one {
    min-height: 300px;
    margin: 3% 3% 0% 3%;
}
.btn-banafsh {
    text-align: center;
    font-size: 35px;
    color: #000000;
    margin-bottom: 0px;
    font-family: aria !important;
    font-weight: 500 !important;
    line-height: 50px;


}
.mybox-call {
    display: inline-block;
    margin: 5px 10px;
    border-radius: 10px;
    background-color: #586abb; /* border: 2px solid #ffffff; */ /* border-right: 5px solid #4caf8f; */
    box-shadow: 0px 2px 15px rgb(221 221 221);
}
.mybox-call2 {
    display: inline-block;
    margin: 5px 10px;
    border-radius: 10px;
    background-color: #4caf8f; /* border: 2px solid #5264b5; */ /* border: 2px solid #ffffff; */
    border-right: 5px solid #4caf8f;
    box-shadow: 0px 2px 15px rgb(221 221 221);
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

#zaban{
width: 50vw;
position: relative;
left: -40px;
}
@media (max-width: 600px) {
    .dropdown {
        position: static;
    }
    .dropdown-content {
        background: unset !important; 
        width: 100vw !important;
        top: 80px !important;
        box-shadow:unset !important;
    
    }
    .rowmenu {
        margin: unset;
        width: unset !important;
        right: unset !important;
        top: 0px;
        left: unset !important;
    }
    #zaban {
        width: 50vw;
        position: absolute;
        left: 0px !important;
    }
    .top-one {
        flex-direction: column-reverse !important;
        /*margin: 0% 3% 0% 3%;*/
    }

    .h2-1-header {
        font-size: x-large;
    }

    .h2-2-header {
        font-size: large;
    }

    .h1-header {
        font-size: x-large;
        margin: -25px 3%;
    }

    .abrooyi {
        max-height: 100px;
        margin-top: -27px;
    }

    .ribbon {
        top: 25px;
        right: -50px;
        padding: 0px 60px;
        font-size: x-small;
        width: 160px;
        height: 30px;
    }

    .inedx-txt {
        font-size: x-large;
    }

    .inedx-txt-small {
        font-size: medium;
    }

    .card-body {
        padding: 5px 0px 20px 0px;
    }

    .c-flex {
        width: 47%;
    }

    .professional-bottom, .simple-bottom, .professional-bottom, .exclusive-bottom,
    .complete-bottom, .special-bottom, .golden-bottom, .superior-bottom, .basic-bottom,
    .advanced-bottom, .dedicated-bottom {
        padding: 0px 10px 5px 10px;
        font-size: small;
    }

    .card-btn-demo {
        top: 5%;
        padding: 2px 5px;
        font-size: small;
    }
    #quickBuyBtn {
        position: fixed !important;
        right: 25%;
        width: 50px;
        height: 50%;
        align-content: center;
        max-height: 50px;
        bottom: 20px;
        z-index: 13;
    }
    #quickLoginBtn {
        position: fixed !important;
        left: 25%;
        width: 50px;
        height: 50%;
        align-content: center;
        max-height: 50px;
        bottom: 20px;
        z-index: 13;
    }

    .card-btn-buy {
        top: 5%;
        padding: 2px 5px;
        font-size: small;
    }

    .card-h2 {
        font-size: small;
        height: 20px;
    }

    .card-h1 {
        font-size: medium;
        height: 20px;
    }

    h1, h2, h4, h5, h6 {
        max-width: 90vw;
    }

    .grid-container {
        grid-template-areas:
            'header header header header header header'
            'left left left left left left'
            'middle middle middle middle middle middle'
            'right right right right right right'
            'footer footer footer footer footer footer';
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        text-align-last: right !important;
        width: 40vw;
        z-index: 12 !important;
    }

    .nav-item {
        width: 90vw;
        direction: rtl;
    }

    .navbar-nav {
        justify-self: right !important;
    }

    .row {
        display: grid;
        width: 100vw;
    }

        .row .leftcolumn {
            display: grid;
            width: 100vw;
        }

        .row .rightcolumn {
            display: grid;
            width: 100vw;
        }
         

    .dropdown a {
        padding: 8px 10px !important;
    }

    body .footer .bubbles {
        bottom: 4vh !important;
    }

    .child {
        /*display: none !important;*/
        width: 100%;
    }

    .column {
        width: 100% !important;
    }

        .column:hover .child {
            display: block !important;
        }

    .dropdown:hover .dropdown-content {
        display: block;
    }


    .rowmenu .column {
        height: fit-content !important;
        padding: 0vh 25px !important;
    }

    .mobilfooter {
        display: unset !important;
    }

    .myfooter {
        text-align: center;
        display: grid !important;
        margin-bottom: 10%;
    }

    .footer {
        height: 25rem;
    }

    .divfootx {
        width: 100% !important;
    }

    .tablerow {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .tablecolumn {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        width: 85vw !important;
        padding: 10px 0vw !important;
    }

    .tablecolumn2 {
        display: grid !important;
        /*width: 100% !important;*/

        width: 85vw !important;
    }

    .tablecolumnchild {
        /*width: 100% !important;*/

        width: 85vw !important;
    }

    .felesh {
        transform: rotate(45deg) !important;
        z-index: 1;
        left: 80% !important;
        width: 100px !important;
    }
}

/*
.navbar-expand-sm .navbar-nav {
    top: 0px;
}*/





.rowx {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.btn-hover {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.btn-demo {
    color: #fff;
    background-color: #5bc142;
    background-image: var(--bs-gradient);
    border-color: #5bc142;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 7px;
    padding: 5px 10px;
}

.cardx {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d8e2ef;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.625rem - 1px) calc(.625rem - 1px);
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #d8e2ef;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
    width: 50%;
    padding: 3px;
}
.i-flex {
    display: flex !important;
    width: 98%;
    padding: 3px;
}

.dc-flex {
    display: flex !important;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.product-grid-header {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.img-loaded {
    max-width: 2rem;
}

.footer2-card {
    display: flex;
}

.footer1-card {
    width: 65%;
}


img.lazy {
    min-height: 1px;
}

.me-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    height: 20px;
    overflow: hidden;
    display: flex;
    font-size: smaller;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

svg {
    vertical-align: middle;
}

.fa-fw {
    width: .785714em !important;
}



@media screen and (max-width: 1200px) and (min-width: 550px) {


    .hidditem {
        display: none;
    }

    .navbar-toggler {
        position: absolute;
        left: 5px;
    }
}

.navbar-expand-sm .navbar-nav .nav-link {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1000px) and (min-width: 550px) {
    .leftcolumn, .rightcolumn {
        width: 100% !important;
        padding: 0 !important;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        font-size: x-small;
    }

    .dropdown a {
        color: white !important;
        padding: 18px 6px !important;
        font-size: x-small;
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        left:25%;
        position: absolute;
    }

    .hidditem {
        display: none;
    }

    .navbar-toggler {
        position: absolute;
        left: 5px;
    }
}


/*----------------------------------------------*/





.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    top: 0px;
}

    .dropdown-content .header {
        background: red;
        padding: 16px;
        color: white;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

ul li a {
    color: white !important;
    padding: 10px 10px;
}

.column {
    float: left;
    width: 33.33%;
    /*padding: 10px;*/
    padding: 45px 10px;
    color: aliceblue;
    background-color: #3a65b6;
}

    .column a {
        float: none;
        color: #f9f9f9;
        padding: 15px 10px;
        text-decoration: none;
        display: block;
        text-align: left;
        /*margin-left:10%;*/
    }

        .column a:hover {
            background-color: #375a9a;
        }

/* Clear floats after the columns */
.rowmenu {
    content: "";
    display: table;
    clear: both;
    color: white !important;
    /*margin: 12px;*/
    width: 50vw;
    position: relative;
    right: 42%;
    left: -17vw;
}

    .rowmenu .column {
        height: 45vh;
        padding-top: 5vh;
    }

.childdropbtn {
    font-size: large;
    font-size: x-large;
    font-weight: bold !important;
    color: wheat !important;
}

.child {
    display: grid;
}


.myfooter {
    display: flex;
    text-align: center;
}

.footerdiv {
    width: 50%;
    text-align: center;
}

.titlestyle {
    font-family: 'aria' !important;
}

.titlex {
    text-align: center;
}

.footer-link {
    color: white;
}

.mobilfooter {
    display: none;
}

.text-blue {
    color: #e8dfa4 !important;
    font-weight: bold !important;
}

.divfootx {
    display: flex;
    width: 50%;
}

/* Container for flexboxes */
.tablerow {
    display: -webkit-flex;
    display: flex;
}

/* Create three equal columns that sits next to each other */
.tablecolumn {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    line-height: 1cm;
    /*min-height: 300px;*/
    align-self: anchor-center;
    padding: 10px 1vw;
}

/* Create three equal columns that sits next to each other */
.tablecolumn2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    min-height: 300px;
    width: fit-content;
    display: flex;
    line-height: 1cm;
}

.btnnimdayereh {
    display: flex;
    border-radius: 30px;
    background-size: cover;
    background-position: top left;
    background-image: url('../images/website/nimdayerehsefid.png'),radial-gradient(circle at top right,#f9d538 43%,#996c1e 100%);
    padding: 15px 5px;
    box-shadow: 0px 15px 38px rgba(216,227,236,.85);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    align-items: center;
}


.leftcolumn {
    float: left;
    width: 75%;
}

/* Right column */
.rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
}

/* Fake image */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

.btnbanafsh {
    font-size: 17px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 100 !important;
    text-align: center !important;
    padding: 8px 10px;
    background-color: #6867c2;
    border-radius: 10px;
    display: inline-block;
    margin: 2px 5px;
    border: none;
}

.btnsabz {
    font-size: 17px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 100 !important;
    text-align: center !important;
    padding: 8px 20px;
    background-color: #4caf8f;
    border-radius: 10px;
    display: inline-block;
    margin: 2px 5px;
    border: none;
}

.tablecolumnchild {
    text-align: center;
    margin: 12px;
    border-radius: 30px;
    box-shadow: 0px 0px 38px -17px rgb(0 0 0);
    padding: 20px 10px;
    width: fit-content;
    height: fit-content;
    display: grid;
    transition: 0.3s;
    place-items: center;
}

    .tablecolumnchild:hover {
        background-color: #e0e4ff !important;
        box-shadow: -15px 16px 1px 0px rgb(58 101 182);
    }



.btnmoveup {
    text-align: center;
    margin: 3% 3%;
    border-radius: 30px;
    box-shadow: 0px 0px 38px -17px rgb(0 0 0);
    padding: 3px 10px;
    width: fit-content;
    height: fit-content;
    display: grid;
    transition: 0.3s;
    place-items: center;
}

    .btnmoveup:hover {
        margin: 0% 3% !important;
    }

.wpb_wrapper {
    text-align: center;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 38px -17px rgb(0 0 0);
    padding: 5px 4vw 50px 4vw;
    margin: 5px;
    height: fit-content;
    overflow: hidden;
    display: block;
    z-index: 0;
    position: relative;
    transition: all 0.3s !important;
    text-align: center;
    box-shadow: 0px 0px 38px -17px rgb(0 0 0);
    width: 98%;
}

.input-kolli {
    border-radius: 7px;
    border: solid;
    border-color: gainsboro;
    padding: 3px;
    outline: none;
    margin: 3px;
}

.boxcolor {
    border: 15px solid coral;
    animation: mymove 5s infinite;
    border-radius: 10px;
}

@keyframes mymove {
    50% {
        border-color: lightblue;
    }
}



@keyframes chart08 {
    100% {
        stroke-dashoffset: 500;
    }
}

.chart08 {
    fill: transparent;
    stroke: #3a65b6;
    stroke-width: 10;
    stroke-dasharray: 1 203;
    stroke-linecap: round;
    animation: chart08 3s infinite alternate;
}

.backicon {
    transition: 0.8s;
    padding: 5px;
    background: rgba(15, 28, 63, 0.125);
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

    .backicon :hover {
        background: blue;
    }



/*این برای نوشته های روان هستش*/
.typed-out {
/*    overflow: hidden;
    border-right: .15em solid orange;
    font-size: 1.6rem;
    width: 0;*/
}

.txtcontainer {
    display: inline-block;
    width: fit-content;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/*این برای نوشته های روان هستش*/
.typed-out {
/*    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    font-size: 1.6rem;
    width: 0;
    animation: typing 3s infinite;*/
}

.promo-banner:hover img.wave-s {
    min-width: 476px;
    object-position: 36%;
    object-fit: cover;
    right: -29px;
    transform: rotate(2deg);
}

img.wave-s {
    position: absolute;
    right: -10px;
    top: -50px;
    min-width: 445px;
    height: 203px;
    z-index: -1;
    transition: all 0.4s;
    transform: rotate(-4deg);
}

.btnporomo {
    background: linear-gradient(45deg, #5a96ff, #a63bff);
    /*border-radius: 10px !important;*/
    font-size: 16px !important;
    position: relative;
    bottom: -11px;
    padding: 10px 10px 15px 10px;
    color: white !important;
}

.barakks {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.rightmenupost a {
    color: #0366d6;
    font-family: aria !important;
    font-weight: 500 !important;
}

.rightmenupost {
    width: 100%;
    border-bottom: solid;
    padding: 5px 20px;
    border-color: #0366d6;
    color: #0366d6;
}
