@font-face {
    font-family: "IRANYekanRegular";
    src: url('../fonts/IRANYekanRegular.ttf') format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "IRANYekanBlack";
    src: url('../fonts/IRANYekanBlack.ttf') format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "IRANSansfa";
    src: url('../fonts/IRANSans-web-fa.ttf') format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
}

html {
    font-size: 62.5%;
    text-rendering: geometricPrecision;
}

body {
    overflow-x: hidden;
    font-size: 1.6rem;
    font-family: "IRANYekanRegular" !important;
    background: #fafafa;
}

body.noscroll {
    overflow-y: hidden;
}

* {
    font-weight: normal !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none;
    color: #000;
}

textarea:focus,
button:focus,
input:focus,
select:focus {
    outline: 0 !important;
}

a:focus,
textarea:focus,
input:focus,
button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.clearfix {
    zoom: 1;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

li {
    display: inline-block;
}

.hide-mob {
    display: block !important;
}

.hide-des {
    display: none !important;
}

P {
    margin: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

dl,
ol,
ul,
li {
    margin: 0;
}

::marker {
    margin-right: 0;

}

.font-weight-bold {
    font-weight: bold !important;
}

.row>* {
    padding-left: calc(var(--bs-gutter-x) * 1.0);
    padding-right: calc(var(--bs-gutter-x) * 1.0);
}

.num-fa {
    font-family: "IRANSansfa";
}

.item-btn {
    line-height: 40px;
    width: 19rem;
    margin-top: 15px;
    display: flex;
    border-radius: 10px !important;
    justify-content: center;
    background-color: #ebbd38;
    color: #000 !important;
}

.item-btn:hover {
    background-color: #dfb22e !important;
}

/* ------------------------------*/
/*-------------#font-size--------*/
/*-------------------------------*/

.font-7 {
    font-size: .7rem;
}

.font-8 {
    font-size: .8rem;
}

.font-9 {
    font-size: .9rem;
}

.font-10 {
    font-size: 1rem;
}

.font-11 {
    font-size: 1.1rem;
}

.font-12 {
    font-size: 1.2rem;
}

.font-13 {
    font-size: 1.3rem;
}

.font-14 {
    font-size: 1.4rem;
}

.font-15 {
    font-size: 1.5rem;
}

.font-16 {
    font-size: 1.6rem;
}

.font-17 {
    font-size: 1.7rem;
}

.font-18 {
    font-size: 1.8rem;
}

.font-19 {
    font-size: 1.9rem;
}

.font-20 {
    font-size: 2rem;
}

.font-21 {
    font-size: 2.1rem;
}

.font-22 {
    font-size: 2.2rem;
}

.font-23 {
    font-size: 2.3rem;
}

.font-24 {
    font-size: 2.4rem;
}

.font-25 {
    font-size: 2.5rem;
}

.font-26 {
    font-size: 2.6rem;
}

.font-27 {
    font-size: 2.7rem;
}

.font-28 {
    font-size: 2.8rem;
}

.font-29 {
    font-size: 2.9rem;
}

.font-30 {
    font-size: 3rem;
}

.font-31 {
    font-size: 3.1rem;
}

.font-32 {
    font-size: 3.2rem;
}

.font-33 {
    font-size: 3.3rem;
}

.font-34 {
    font-size: 3.4rem;
}

.font-35 {
    font-size: 3.5rem;
}

.font-36 {
    font-size: 3.6rem;
}

.font-37 {
    font-size: 3.7rem;
}

.font-38 {
    font-size: 3.8rem;
}

.font-39 {
    font-size: 3.9rem;
}

.font-40 {
    font-size: 4rem;
}

.font-41 {
    font-size: 4.1rem;
}

.font-42 {
    font-size: 4.2rem;
}

.font-43 {
    font-size: 4.3rem;
}

.font-44 {
    font-size: 4.4rem;
}

.font-45 {
    font-size: 4.5rem;
}

.font-46 {
    font-size: 4.6rem;
}

.font-47 {
    font-size: 4.7rem;
}

.font-48 {
    font-size: 4.8rem;
}

.font-49 {
    font-size: 4.9rem;
}

.font-50 {
    font-size: 5rem;
}

.font-60 {
    font-size: 6rem;
}

/* ------------------------------*/
/*-------------#rounded----------*/
/*-------------------------------*/
.rounded-4 {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.rounded-10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.rounded-25 {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
}

.rounded-30 {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.rounded-35 {
    border-radius: 35px !important;
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    -ms-border-radius: 35px !important;
    -o-border-radius: 35px !important;
}

.rounded-40 {
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
}

.rounded-50 {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

/* ----- Scroll Bar ----- */
body::-webkit-scrollbar {
    width: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 1px;
    max-width: 10px;
    max-height: 10px;
}

::-webkit-scrollbar:horizontal {
    width: 5px;
    height: 1px;
    max-width: 10px;
    max-height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px var(--gray-color);
    box-shadow: inset 0 0 .1rem var(--gray-color);
    border-radius: 1rem;
    height: 5rem !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ebbd38;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 5rem !important;

}

/* ----- Slider ----- */
.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel.owl-rtl .owl-item {
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    font-size: 2.4rem;
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #17242c;
    text-decoration: none;
}

.owl-theme .owl-dots {
    text-align: left;
    position: absolute;
    bottom: 1rem;
}

.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
    width: 1.1rem;
}

.owl-theme .owl-dots .owl-dot.active {
    zoom: 1.4;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    margin: 0;
    background: #fff;
    width: .8rem;
    height: .8rem;
}

@media (min-width :1550px) {
    .container {
        max-width: 1395px !important;
    }

    .container-fluid {
        max-width: 1550px !important;
    }
}