@font-face {
    font-family: yekan;
    src: url("../fonts/yekan.woff") format("woff");
    font-weight: normal;
}
@font-face {
    font-family: yekanf;
    src: url("../fonts/yekanf.woff") format("woff");
    font-weight: normal;
}
@font-face {
    font-family: "IranSans";
    font-weight: 200;
    src: url("../fonts/IRANSansWeb200.woff") format("woff");
}
@font-face {
    font-family: "IranSans";
    font-weight: 300;
    src: url("../fonts/IRANSansWeb300.woff") format("woff");
}
@font-face {
    font-family: "IranSans";
    font-weight: 400;
    src: url("../fonts/IRANSansWeb400.woff") format("woff");
}
@font-face {
    font-family: "IranSans";
    font-weight: 500;
    src: url("../fonts/IRANSansWeb500.woff") format("woff");
}
@font-face {
    font-family: "IranSans";
    font-weight: 600;
    src: url("../fonts/IRANSansWeb600.woff") format("woff");
}
@font-face {
    font-family: "IranSans";
    font-weight: 900;
    src: url("../fonts/IRANSansWeb900.woff") format("woff");
}

.btn {
    margin-top: 0.5rem;
}
.bg-blue {
    background-color: rgb(74, 109, 165);
    box-shadow: 0px 3px 4px #aaaaaa, 0px 4px 8px #ededed;
}

.bg-red {
    background-color: rgb(210, 0, 1);
    box-shadow: 0px 3px 4px #aaaaaa, 0px 4px 8px #ededed;
}

.top-nav {
    color: #c8ba8e !important;
    transition: all 0.3s;
}
.top-nav:hover {
    color: #e3c62c !important;
    margin-right: 15px;
}
.active > .nav-link {
    color: #ffffff !important;
}
.bg-article {
    background-color: #dedede;
}
.date-time {
    color: #999;
    font-size: 0.8rem;
}

/*panel*/
.sidebar {
    min-height: Calc(100vh - 3.5rem);
    background-color: #ededed;
    box-shadow: 3px 5px 4px #cccccc, 5px 7px 8px #ededed;
    padding-top: 1rem;
}

.sidebar-link > a {
    text-decoration: none;
    display: block;
    color: #666666;
    border-right: 3px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
    transition: all 0.4s;
}

.sidebar-link > a:hover {
    border-right: 3px solid rgba(210, 0, 1, 1);
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
}

td {
    vertical-align: middle;
}

.modal_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.modal_container .modal {
    width: 650px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #ba3b3e;
    text-align: right;
    list-style: none;
    background-color: #282729;
    background-clip: padding-box;
    border: 2px solid rgb(163 127 10);
    border-radius: 0.8rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 450;
    color: #c7bd95;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #e6068f00;
    border: 0;
    transition: all 0.5s ease-out;
}

.dropdown-item:hover {
    color: #000000;
    background-color: #ecdd98;
    padding-right: 35px;
}
#scroll {
    background-image: linear-gradient(to right, #141414, #909090);
    height: 6px;
    position: fixed;
    z-index: 10000;
}
.search-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar {
    width: 100%;
    position: relative;
    display: inline-block;
}
.search-bar .dropdown {
    height: 40px;
    background: rgb(159 159 158);
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 0px 0px;
    backdrop-filter: blur(4px) saturate(180%);
}
.search-bar input {
    width: 150px;
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #000000;
}
::placeholder {
    color: #070707;
    opacity: 0.4;
    font-size: 16px;
}

.search-bar button img {
    width: 40px;
}

.search-bar button {
    border: 0;
    height: 40px !important;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: rgb(159 159 158);
    cursor: pointer;
}
.search-bar .dropdown-content {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    background-image: linear-gradient(to right, #535353, #020202);
    border-radius: 10px;
    z-index: 10000;
    cursor: pointe;
    transition: all 500ms ease-in-out;
}
.dropdown-content li {
    list-style: none;
}
.dropdown-content .search-title {
    font-weight: bold;
    background: -webkit-linear-gradient(#8b6439, #c6ae6e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin: 10px 0;
}
.search-bar .dropdown-content li a {
    display: block;
    padding-right: 15px;
    transition: all 200ms ease-in-out;
    color: #bababa;
}
.search-bar .dropdown-content li a:hover {
    border-radius: 15px;
    padding: 0 20px;
    color: rgb(0, 0, 0);
    background-image: linear-gradient(to right, #976a2f, #d2c27c);
}
.search-bar .dropdown-content p {
    margin: 0;
    font-weight: bold;
    background: -webkit-linear-gradient(#8b6439, #c6ae6e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#span {
    color: #70ff00;
}
.form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1e0058;
    background-color: #7da5f5;
    border-radius: 10%;
}
.title {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #1e0058;
}
.description {
    color: #68e1fd;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}
.description1 {
    color: #ff0067;
}
.padding {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #1e0058;
    font-size: 18px;
}
.background {
    background-color: #4d88ff;
}

.bg-main {
    background-color: #1b2a4e;
}

/* .brand{
    background-color: #4694ff;
} */

/* a:hover {
    color: #35a1f3 !important;
} */

.categories_style {
    height: 120px;
    border-radius: 20px;
    background-color: #f4f5f7;
    padding: 30px 20px;
}
.error_style {
    height: 60px;
    border-radius: 10px;
    background-color: #b7c9ed;
    padding: 15px 25px;
}

.image-css {
    display: inline !important;
    width: 45px !important;
    height: 45px !important;
    margin-left: 0px !important;
}
.ar-box {
    border-radius: 4px;
    color: #696969;
    height: 28px;
}

select option {
    color: #4b4b4b;
    background-color: #ffffff;
}

#controls {
    position: absolute;
    bottom: 16px;
    left: 16px;
    max-width: unset;
    transform: unset;
    pointer-events: auto;
    z-index: 100;
}
#controls-top {
    position: absolute;
    top: 20px;
    right: 16px;
    max-width: unset;
    transform: unset;
    pointer-events: auto;
    z-index: 100;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.ar-pro {
    position: absolute;
    left: 20px;
    color: #ffffff;
    bottom: 20px;
}

.dim-cus {
    direction: rtl;
    font-family: "IranSans";
}

.notification {
    background-color: #000000;
    transition: all 0.5s ease-out;
    padding: 10px 0;
}

.not-des {
    background-image: linear-gradient(to right, #dedbd2, #dedbd2);
    border-radius: 15px;
    line-height: 40px;
    font-size: 18px;
    border: 3px solid #780000;
    animation: scale 4s infinite ease-in-out;
}
.text-color {
    animation: scale 4s infinite ease-in-out;
    transition: all 0.5s;
}
.text-color:hover {
    color: #780000;
    transform: scale(1.01);
}
.text-des {
    transition: all 0.5s;
}
.text-des:hover {
    transform: scale(1.01);
}
.ar-text {
    color: #000000;
    transition: all 0.5s;
}
.ar-text2 {
    color: #000000;
    transition: all 0.5s;
    cursor: pointer;
}
.ar-text2:hover {
    color: #000000;
    transform: scale(1.05);
    margin-right: 20px;
}
.ar-text:hover {
    color: #543d00;
}

@keyframes scale {
    0% {
        color: #702e6a;
        border-color: #702e6a;
    }
    5% {
        color: #682e6b;
        border-color: #682e6b;
    }
    10% {
        color: #5f2d6c;
        border-color: #5f2d6c;
    }
    15% {
        color: #512b6d;
        border-color: #512b6d;
    }
    20% {
        color: #422a6e;
        border-color: #422a6e;
    }
    25% {
        color: #35286f;
        border-color: #35286f;
    }
    30% {
        color: #282770;
        border-color: #282770;
    }
    35% {
        color: #232670;
        border-color: #232670;
    }
    40% {
        color: #212671;
        border-color: #212671;
    }
    45% {
        color: #1f2671;
        border-color: #1f2671;
    }
    50% {
        color: #1f2671;
        border-color: #1f2671;
    }
    55% {
        color: #1f2671;
        border-color: #1f2671;
    }
    60% {
        color: #212671;
        border-color: #212671;
    }
    65% {
        color: #232670;
        border-color: #232670;
    }
    70% {
        color: #282770;
        border-color: #282770;
    }
    75% {
        color: #35286f;
        border-color: #35286f;
    }
    80% {
        color: #422a6e;
        border-color: #422a6e;
    }
    85% {
        color: #512b6d;
        border-color: #512b6d;
    }
    90% {
        color: #5f2d6c;
        border-color: #5f2d6c;
    }
    95% {
        color: #682e6b;
        border-color: #682e6b;
    }
    100% {
        color: #702e6a;
        border-color: #702e6a;
    }
}

.video {
    width: 100%;
    border-radius: 10px;
    border: 2px outset #a78244;
    margin-top: 82px;
    height: 335px;
}

.text-box {
    height: 330px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 3px #9a6e32;
    padding: 10px;
    margin-top: 15px;
}
.text-box2 {
    border-radius: 10px;
    box-shadow: 2px 2px 15px 3px #9a6e32;
    padding: 15px 10px;
}

.text-box::-webkit-scrollbar {
    width: 6px;
}
.text-box::-webkit-scrollbar-thumb {
    background: #9a6e32;
    border-radius: 6px;
}
.text-box::-webkit-scrollbar-track {
    background: #b59756;
}
.close:hover {
    cursor: pointer;
}
.popcontainer .ar-reg {
    position: absolute;
    top: 87%;
    left: 25%;
    transform: translate(-50%, -50%);
    background-color: #ecf0f3;
    padding: 5px 10px;
    border-radius: 10px;
    color: #2b2726;
    transition: all 0.5s;
}

.popcontainer .ar-close {
    position: absolute;
    top: 4%;
    left: 97%;
    transform: translate(-50%, -50%);
    color: #a30000;
    background-color: white;
    border-radius: 50%;
    font-size: 12px;
}

.img-ar {
    width: 100%;
    border-radius: 0.3rem;
    border: 2px solid #666666;
}
.popcontainer .ar-reg:hover {
    background-color: #ab7700;
    color: #ffde59;
}
html {
    scroll-behavior: smooth;
}
.category-intro-2 {
    border-radius: 20px;
    padding: 30px 25px;
    background-image: linear-gradient(to right, #986b30, #d2c17b);
}

.ar-pro2 {
    position: absolute;
    top: 320px;
    right: 250px;
    color: #d29e00;
    font-weight: bold;
}
.btn-send2 {
    background-image: linear-gradient(to bottom, #d1bf7a, #996c31);
    border-radius: 5px;
    transition: all 0.5s ease-out;
    color: #351f01;
    font-weight: bold;
    border: 2px inset #996c31;
}
.manu-link {
    color: #aea7a7;
    transition: all 0.5s ease-out;
}
.manu-link:hover {
    color: #ffffff;
}
.ar3 {
    margin: auto;
    border: 4px solid #696969;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #000000, #c5c5c5);
}
.ar4 {
    margin: auto;
    border: 4px solid #696969;
    border-radius: 15px;
    height: 550px;
    width: 100%;
    background-image: linear-gradient(to right, #000000, #c5c5c5);
}
.ar5 {
    margin: auto;
    border: 4px solid #696969;
    border-radius: 15px;
    height: 435px;
    width: 100%;
    background-image: linear-gradient(to right, #000000, #c5c5c5);
}
.ar-object {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    text-align: center;
    background: -webkit-linear-gradient(#a95900, #322400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* nav-manu */
.search__manu {
    min-width: 210px;
    padding: 0.25rem 1rem;
}
.search__manu input {
    width: 100%;
    background-color: #9f9f9e;
    height: 40px;
    padding: 10px;
    border: 2px solid #a37f0a;
    border-radius: 5px;
}
.search__manu input::placeholder {
    font-size: 14px;
}
.manu-respnse {
    margin: 0;
    padding: 5px 16px;
    background: -webkit-linear-gradient(#8b6439, #c6ae6e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: bold;
    transition: all 2000ms ease-in-out;
}
.manu-search-title {
    background: -webkit-linear-gradient(#8b6439, #c6ae6e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 5px 16px;
    font-size: 16px;
    font-weight: bold;
}
#manu-result {
    transition: all 2000ms ease-in-out;
}
