*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

/* fonts */

@font-face {
    font-family: "sfont-Medium";
    src: url("fonts/Yekan-Bakh-FaNum-Medium.woff");
    font-size: 1rem;
}

@font-face {
    font-family: "sfont-Bold";
    src: url("fonts/Yekan-Bakh-FaNum-Bold.woff");
    font-size: 1rem;
}

@font-face {
    font-family: "sfont-Fat";
    src: url("fonts/Yekan-Bakh-FaNum-Fat.woff");
    font-size: 1rem;
}

.sfont-Bold {
    font-family: "sfont-Bold";
}

.sfont-Fat {
    font-family: "sfont-Fat";
}

body,html {
    font-family: "sfont-Medium";
    font-size: 1rem;
    min-height: 100dvh;
    scroll-behavior: smooth !important;
}

.tooltip-inner {
    font-family: "sfont-Medium";
    font-size: 12px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--color-light)
}

::-webkit-scrollbar-track {
    background-color: var(--color-light)
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-gray);
}

/* colors */

:root {
    --color-white: #fff;
    --color-body: #f5f5f5;
    --color-light: #f0f0f0;
    --color-gray: #cacaca;
    --color-dark: #444444;
    --color-dark-2: #212121;
    --color-yl: #da6f4e;
    --color-y: #ffebae;
    --plyr-color-main: var(--color-yl);
    --color-second:#ffffff70;
}

:root body.dark {
    --color-white: #444;
    --color-body: #2b2c2e;
    --color-light: #625c5c;
    --color-gray: #8d8989;
    --color-dark: #d1d1d1;
    --color-dark-2: #f1f1f1;
    --color-second:#444444ad;
}

.bg-w {
    background-color: var(--color-white) !important;
}

.bg-body {
    background-color: var(--color-body) !important;
}

.color-d , .color-d:hover {
    color: var(--color-dark) !important;
}

.color-d-2 , .color-d-2:hover {
    color: var(--color-dark-2) !important;
}

.bg-d {
    background-color: var(--color-dark) !important;
}

.color-gr {
    color: var(--color-gray) !important;
}

.bg-gr {
    background-color: var(--color-gray) !important;
}

.color-yl {
    color: var(--color-yl) !important;
}

.bg-yl {
    background-color: var(--color-yl) !important;
}

.color-y {
    color: var(--color-y) !important;
}

.bg-l {
    background-color: var(--color-light) !important;
}

/* forms */

::placeholder {
    color: var(--color-gray);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    width: 100%;
    height: 46px;
    color: var(--color-dark);
    background-color: var(--color-white);
    border: 1px solid var(--color-light);
    padding: 0.15rem 0.75rem 0 0.75rem;
    border-radius: 0.15rem;
}

button , input[type="submit"] {
    height: 48px;
    border: 0;
    border-radius: 0.15rem;
    background-color: var(--color-yl);
    color: var(--color-white);
}

button:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
}

button[disabled]{
    opacity: 0.25;
}

label {
    display: block;
}

.search-form input[type="text"] {
    padding: 3px 8.7rem 5px 0.25rem;
    font-size: 15px;
    border: 1px solid var(--color-light);
    font-size: 15px;
    border: 1px solid var(--color-light);
}

.search-form span.position-absolute {
    top: 14px;
    right: 12px;
}

.search-form button[type="submit"] {
    height: calc(100% - 4px);
    top: 1px;
    right: 92px;
    width: 40px;
}

/* global */

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.mh-100dvh {
    min-height: 100dvh;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-5 {
    z-index: 5;
}

.text-justify {
    text-align: justify;
}

.fs-7r {
    font-size: 0.7rem;
}

.fs-8r {
    font-size: 0.8rem;
}

.fs-9r {
    font-size: 0.9rem;
}

.fs-35px {
    font-size: 35px;
}

.invert-1 {
    filter: invert(1);
}

.radius-me {
    border-radius: 0.25rem !important;
}

.radius-lg {
    border-radius: 0.5rem !important;
}

.row-gap-8px {
    row-gap: 8px;
}

.row-gap-24px {
    row-gap: 24px;
}

.h-40px {
    height: 40px !important;
}

.h-45px {
    height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.h-55px {
    height: 55px !important;
}

.h-60px {
    height: 60px !important;
}

.pb-2px {
    padding-bottom: 2px !important;
}

.pt-2px {
    padding-top: 2px !important;
}

.pt-3px {
    padding-top: 3px;
}

.pt-10px {
    padding-top: 10px !important;
}

.py-12px {
    padding-top: 13px;
    padding-bottom: 10px;
}

.p-12px {
    padding: 12px;
}

.top-1px {
    top: 1px;
}

.top-2px {
    top: 2px !important;
}

.top-3px {
    top: 3px;
}

.top-12px- {
    top: -12px;
}

.bottom-1px {
    bottom: 1px;
}

.gap-4px {
    gap: 4px;
}

.w-20px {
    width: 20px;
}

.w-60px {
    width: 60px;
}

.w-80px {
    width: 80px;
}

.w-100px {
    width: 100px;
}

.h-0px {
    height: 0;
}

.h-90 {
    height: 90%;
}

.min-a {
    width: 40px;
    height: 40px;
}

.transition {
    transition: all 0.4s ease-in-out;
}

.rt-45 {
    transform: rotate(45deg);
}

.rt-90 {
    transform: rotate(90deg);
}

.rt-180 {
    transform: rotate(180deg);
}

.rt-270 {
    transform: rotate(270deg);
}

.object-cover {
    object-fit: cover;
}

.lh-sm {
    line-height: 1.6;
}

.lh-md {
    line-height: 1.8;
}

.crsr-p {
    cursor: pointer;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1399px){
    .ps-xl-bs-gutter {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media only screen and (min-width: 1400px){
    .pe-xl-bs-gutter {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

.opacity-85 {
    opacity: 0.85;
}

.visibility-hidden {
    visibility: hidden;
}

.visibility-visible {
    visibility: visible;
}

.overflow-x-clip {
    overflow-x: clip;
}

.before::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    right: 0;
    background-color: var(--color-yl);
    opacity: 0.25;
    z-index: -1;
    transform: skew(359deg, 7deg);
}

.after::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 80%;
    top: 0;
    right: 0;
    background-color: var(--color-yl);
    opacity: 0.5;
    z-index: -1;
    transform: skew(359deg, 7deg);
}

.bg-after::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    right: 0;
    background-color: var(--color-yl);
    opacity: 0.5;
    z-index: -1;
    transform: skew(2deg, 2deg);
}

.skew__::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50%;
    top: -8px;
    right: -16px;
    background-color: var(--color-dark);
    opacity: 0.75;
    z-index: -3;
    transform: skew(351deg, 19deg);
}

/* nav-menu */

.nav nav ul li {
    position: relative;
    color: var(--color-dark);
    transition: all 0.2s ease;
}

.nav nav ul li a {
    display: inline-block;
    position: relative;
    color: var(--color-dark);
    transition: all 0.4s ease;
}

.nav nav ul li:hover>a {
    color: var(--color-yl) !important;
    transition: all 0.4s ease;
}

@keyframes MenuMoveDown {
    0% {opacity: 0;transform: translateY(-20px);}
    100% {opacity: 1;transform: translateY(0);}
}

.nav nav ul li ul {
    position: absolute;
    width: 220px;
    right: 0;
    top: 72px;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    background-color: #2b3036;
    padding: 18px;
    padding-left: 0;
    margin: 0;
    transition: all 0.4s ease;
}

.nav nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    animation: MenuMoveDown .4s cubic-bezier(.9,.05,.1,1);
}

.nav nav ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 0;
    transform:translateX(5px);
}

@keyframes Codevz_Fade_In_Left{
    0%{opacity:0;transform:translateX(5px)}
    100%{opacity:1;transform:translateX(0)}
}

@keyframes Codevz_Fade_Out_Left{
    0%{opacity:1;transform:translateX(0px)}
    100%{opacity:0;transform:translateX(5px)}
}

.Codevz_Fade_In_Left {
    opacity: 1;
    animation:Codevz_Fade_In_Left .5s cubic-bezier(.9,.05,.1,1) forwards;
}

.Codevz_Fade_Out_Left {
    animation:Codevz_Fade_Out_Left .5s cubic-bezier(.9,.05,.1,1) forwards;
}

.nav nav ul li:hover>ul li {
    animation:Codevz_Fade_In_Left .5s cubic-bezier(.9,.05,.1,1) forwards;
}

.nav nav ul li ul>li:nth-child(1){animation-delay:50ms}
.nav nav ul li ul>li:nth-child(2){animation-delay:100ms}
.nav nav ul li ul>li:nth-child(3){animation-delay:150ms}
.nav nav ul li ul>li:nth-child(4){animation-delay:200ms}
.nav nav ul li ul>li:nth-child(5){animation-delay:250ms}

.nav nav ul li ul li a {
    display: block;
    padding: 8px;
    color: var(--color-light);
    font-size: 15px;
}

.nav nav ul li ul li a:hover {
    color: var(--color-yl);
}

.spc_mn::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    top: 22px;
    right: -2px;
    background-color: var(--color-light);
    opacity: 0.1;
}

/* top_ */

.swiper-br .swiper-slide {
    width: 100px;
}

.swiper-br .swiper-slide img{
    object-fit: contain;
}

/* off_ */

.off_>span.fs-5::after , .line3::after {
    content: "";
    position: absolute;
    top: -9px;
    left: -15px;
    width: 20px;
    height: 20px;
    background-image: url(img/svg/3line-vector.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* mobile nav */

.mobile-nav ul li {
	position: relative;
}

.mobile-nav ul li a {
	display: block;
    padding: 11px 0 9px 0;
	border-top: 1px solid var(--color-light);
	color: var(--color-dark);
    font-size: 0.95rem;
}

.mobile-nav > ul > li:first-child > a {
    border-top-color: transparent;
}

.mobile-nav ul li ul {
	display: none;
}

.mobile-nav ul li ul li a {
	font-size: 0.85rem;
}

.offcanvas-start {
    width: 340px;
}

.dashed::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -7px;
    right: -7px;
    border: 2px dashed var(--color-dark);
    border-radius: 0.15rem;
    z-index: -1;
}

.Mini-Avatars img {
    object-fit: contain;
	filter: grayscale(1);
}

.Mini-Avatars img:first-child {
	height: 75px;
}

.Mini-Avatars img:last-child {
	height: 55px;
	position: relative;
	right: -12px;
}

/* slider */

.slider-container {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.slider-track {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    animation: scroll 20s linear infinite;
}

.slider-item {
    width: 170px;
    flex-shrink: 0;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    filter: grayscale(1);
    opacity: 0.75;
}
.slider-item img {
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1100px);
    }
}

.slider-container__overlay--right{
    pointer-events: none;
    position: absolute;
    z-index: 3;
    right: -3px;
    bottom: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, var(--color-white) 92.29%);
  
}
.slider-container__overlay--left{
    pointer-events: none;
    position: absolute;
    z-index: 3;
    left: -3px;
    bottom: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, var(--color-white) 92.29%);
}

/* SR-__ */

.SR-__ {
    background-image: url("img/pattern.png");
    background-position: top right;
    background-repeat: no-repeat;
}

.SR-__i {
    height: 280px;
}

.SR-__i.bg-dark {
    background-image: url(img/svg/rnd.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 75%;
}

/* team */

@media only screen and (min-width:992px){
	.team-main .container-xxl .row .col-lg-2:nth-child(even) {
		margin-top: 100px !important;
	}
	.team-main::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 30%;
		top: 40%;
		right: 0;
		z-index: -1;
		border-top: 2px dashed var(--color-dark);
        border-bottom: 2px dashed var(--color-gray);
	}
}

.team-main .team-center figure {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.team-main .container-xxl .row .col-lg-2:nth-child(even) figure , .team-main .container-xxl .row .col-lg-2:nth-child(even) figure img {
	width: 125px;
	height: 125px;
}

.team-main .team-center figure img {
	height: 150px;
    width: 150px;
    object-fit: cover;
    filter: grayscale(0.7);
    outline: 8px solid var(--color-gray);
    outline-offset: 11px;
}

.team-main .team-center figure::before {
	content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    right: -8px;
    border: 4px solid var(--color-gray);
    border-radius: 50%;
}

.team-main .team-center span.mx-auto {
	height: 12px;
	position: relative;
	top: 6px;
}

.team-main .container-xxl .row .col-lg-2:nth-child(odd) .team-center figure::before {
    border-color: var(--color-yl) !important;
	opacity: 0.75;
}

@media only screen and (max-width:767px){
    .team-main .team-center figure img , .team-main .team-center figure {
        height: 100px !important;
        width: 100px !important;
    }
}
/* sld__ */

@keyframes animationOne {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(10px, -10px);
    }
}

.sld__ figure>img:first-child {
    top: 50px;
    right: 50px;
    transform: rotate(-15deg);
    animation: animationOne 3s linear infinite alternate;
}

/* faq */

.faq-main .faq-holder p {
	display: none;
}

.faq-main .faq-holder:first-child p {
	display: block;
}

.faq-main .faq-holder h4{
	cursor: pointer;
}

.faq-holder-active {
	border-color: var(--color-yl) !important;
}

/* dark */

 body.dark input[type="text"] ,
 body.dark input[type="email"] ,
 body.dark input[type="tel"] ,
 body.dark input[type="password"]{
    color: #cdcdcd;
}

body.dark {
    background-color: #2b2c2e;
}

body.dark .slider-container__overlay--right{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #2b2c2e 92.29%);
}

body.dark .slider-container__overlay--left{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #2b2c2e 92.29%);
}

body.dark .invert-dark , body.dark .tooman_::before {
    filter: invert(1);
}

body.dark .border , body.dark .border-top , body.dark .border-bottom , body.dark .border-start , body.dark .border-end {
    border-color:  #545454 !important;
}

body.dark .nav nav ul li:hover>a {
    color:#aba9a9 !important;
}

body.dark .mobile-nav ul li span.responsive-menu-span {
    filter: invert(1);
}

body.dark .TxtPlc a {
    color: #8ef5ae;
}

body.dark .text-primary{
    color: #bbbb87 !important;
}

body.dark .swiper-button-prev ,body.dark .swiper-button-next {
    filter: invert(1);
}

.filter-grys {
    filter: grayscale(1);
}