/*@font-face {*/
/*  font-family: dana-light;*/
/*  font-style: normal;*/
/*  src: url("../font/dana-light.eot");*/
/*  src: url("../font/dana-light.eot?#iefix") format("embedded-opentype"), url("../font/dana-light.woff") format("woff2"), url("../font/dana-light.woff") format("woff"), url("../font/dana-light.ttf") format("truetype");*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: dana-regular;*/
/*  font-style: normal;*/
/*  src: url("../font/dana-regular.eot");*/
/*  src: url("../font/dana-regular.eot?#iefix") format("embedded-opentype"), url("../font/dana-regular.woff") format("woff2"), url("../font/dana-regular.woff") format("woff"), url("../font/dana-regular.ttf") format("truetype");*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: dana-bold;*/
/*  font-style: normal;*/
/*  src: url("../font/dana-demibold.eot");*/
/*  src: url("../font/dana-demibold.eot?#iefix") format("embedded-opentype"), url("../font/dana-demibold.woff") format("woff2"), url("../font/dana-demibold.woff") format("woff"), url("../font/dana-demibold.ttf") format("truetype");*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: dana-extra-bold;*/
/*  font-style: normal;*/
/*  src: url("../font/dana-extrabold.eot");*/
/*  src: url("../font/dana-extrabold.eot?#iefix") format("embedded-opentype"), url("../font/dana-extrabold.woff") format("woff2"), url("../font/dana-extrabold.woff") format("woff"), url("../font/dana-extrabold.ttf") format("truetype");*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: sans;*/
/*  font-style: normal;*/
/*  src: url("../font/IRANSansWeb(FaNum)Bold.eot");*/
/*  src: url("../font/IRANSansWeb(FaNum)Bold.eot?#iefix") format("embedded-opentype"), url("../font/IRANSansWeb(FaNum)Bold.woff") format("woff2"), url("../font/IRANSansWeb(FaNum)Bold.woff") format("woff"), url("../font/IRANSansWeb(FaNum)Bold.ttf") format("truetype");*/
/*  font-display: swap;*/
/*}*/

@font-face {
    font-family: IRANYekanBlack;
    font-style: normal;
    src: url("../font/IRANYekanBlack.ttf");
    font-display: swap;
}

@font-face {
    font-family: IRANYekanMedium;
    font-style: normal;
    src: url("../font/IRANYekanMedium.ttf");
    font-display: swap;
}

@font-face {
    font-family: IRANYekanThin;
    font-style: normal;
    src: url("../font/IRANYekanThin.ttf");
    font-display: swap;
}

@font-face {
    font-family: IRANYekanRegular;
    font-style: normal;
    src: url("../font/IRANYekanRegular.ttf");
    font-display: swap;
}

:root {
    --color-1: rgb(0, 0, 128);
    --color-2: #25314c;
    --color-3: #f4f4f6;
    --color-4: #194bfb;
    --color-5: #717184;
    --color-6: #42424d;
    --color7: #131316;
    --color-8: #2f2f37;
    --color-9: #c5c6c9;
    --color-10: #ffd150;
    --color-11: #707487;
    --color-12: #545463;
    --color-13: #a00;

    --radius-1: 8px;
}

/*.fontcustom2 {*/
/*  font-family: dana-regular;*/
/*}*/

/*.fw-extra-bold {*/
/*  font-family: dana-extra-bold;*/
/*}*/

/*.fw-bold {*/
/*  font-family: dana-bold;*/
/*}*/

.text-custom {
    position: relative;
    background: linear-gradient(90deg, #ffab04 13%, #eb6200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 1;
}

/* .text-custom:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  right:0;
  background-color: #FFF7ED;
  z-index: 0;
} */
.text-custom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 100%;
    right: 0;
    background: linear-gradient(90deg, #ffab04 13%, #eb6200 100%);
    z-index: 0;
}

body {
    font-family: IRANYekanMedium;
}

.lh-custom {
    line-height: 28px;
}

.bgcolor1 {
    background-color: var(--color-1);
}

.bgcolor5 {
    background-color: var(--color-5);
}

.bgcolor3 {
    background-color: #eee;
}

.bgcolor10 {
    background-color: var(--color-10);
}

.color1 {
    color: #a00;
}

.color2 {
    color: var(--color-2);
}

.color4 {
    color: var(--color-4);
}

.color5 {
    color: var(--color-5);
}

.color6 {
    color: var(--color-6);
}

.color7 {
    color: var(--color-7);
}

.color8 {
    color: var(--color-8);
}

.color9 {
    color: #a00;
}

.color10 {
    color: var(--color-10);
}

.text-grey {
    color: rgb(137, 137, 137) !important;
}

.color11 {
    color: var(--color-11);
}

.color12 {
    color: var(--color-12);
}

.color13 {
    color: var(--color-13);
}

.bg-blue {
    background-color: #a00;
}

.text-blue {
    color: #a00 !important;
}

.rounded-custom1 {
    border-radius: var(--radius-1);
}

.container {
    max-width: 1220px;
}

.fs-custom0 {
    font-size: 10px;
}

.fs-custom1 {
    font-size: 12px;
}

.fs-custom2 {
    font-size: 14px;
}

.fs-custom3 {
    font-size: 16px;
}

.fs-custom4 {
    font-size: 18px;
}

.fs-custom10 {
    font-size: 20px;
}

.fs-custom5 {
    font-size: 20px;
}

.fs-custom6 {
    font-size: 24px;
}

.fs-custom7 {
    font-size: 28px;
}

.fs-custom7 span {
    font-size: 24px;
}

.fs-custom8 {
    font-size: 35px;
}

.fs-custom9 {
    font-size: 60px;
}

.search-form input:not(.form-check-input),
.form-select {
    height: 45px;
}

.top-sign-in-input {
    width: 100%;
    border-radius: var(--radius-1);
    background: #eaeaff;
    border: none;
    padding: 8px 10px;
    padding-right: 40px;
}

/* .mySwiper6{
  position: unset;
} */
.top-sign-in-input:focus-visible {
    outline: none;
}

.my-zhav-img {
    width: 100%;
    height: 100%;
}

.callto-contact {
    width: fit-content;
    font-size: 20px;
}

.top-sign-in-input::placeholder {
    font-size: 14px;
}

.my-zhav-logo-search {
    width: 25px;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
}

.city-choosing-btn {
    left: 0;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: unset;
    border: none;
    color: var(--color-5);
}

.zhav-yop-location-i {
    width: 20px;
    opacity: 50%;
    position: relative;
}

.zhav-yop-location-i::after {
    content: " ";
    height: 100%;
    position: absolute;
    width: 1px;
    background-color: var(--color-5);
    right: -4px;
}

.wich-city {
    font-size: 16px;
}

.wich-city-input {
    width: 100%;
    border-radius: var(--radius-1);
    background-color: #eaeaff;
    border: none;
    padding: 8px 10px;
}

.wich-city-input:focus-visible {
    outline: none;
}

.wich-city-input::placeholder {
    font-size: 14px;
}

.city-choose-inside {
    background-color: white;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: var(--radius-1);
    font-size: 14px;
    width: 100%;
    padding: 8px 10px;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-item-1 {
    width: 100%;

    background-color: white;
    position: absolute;
    top: 0;
    display: none;
    margin-top: 30px;
    border-radius: var(--radius-1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    right: 0;
    animation-duration: 0.4s;
    animation-name: pulse;
    z-index: 20 !important;
}

.mega-item-1-li {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 10px;
    padding-left: 10px;
}

.mega-item-1-li:last-child {
    border: none;
}

.mega-item-1-li:first-child {
    padding-right: 0;
}

.mega-item-1-li:hover .mega-item-1 {
    display: block;
}

.repair-a {
    color: var(--color-5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.chevron-icon-svg {
    width: 30px;
}

.beetwin-li-line {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.22);
}

.mega-item-1-li a {
    font-size: 12px;
    color: black;
    font-weight: bolder;
}

.submit-promlems {
    padding: 5px 10px;
    background-color: rgba(40, 111, 195, 1);
    border: solid rgba(40, 111, 195, 1) 2px;
    border-radius: var(--radius-1);
    font-size: 14px;

    color: white;
    transition: 0.3s ease-in-out;
}

.submit-promlems:hover {
    background-color: white;
    color: rgba(40, 111, 195, 1);
}

.zhav-mobile-modal-button {
    border: none;
    background-color: white;
}

.zhav-mobilelist-i {
    width: 20px;
}

.enamad-i img {
    object-fit: contain;
    height: 7rem;
    width: 100%;
}

.sign-and-log-mobile {
    padding: 5px 10px;
    background-color: rgba(40, 111, 195, 1);
    border: solid rgba(40, 111, 195, 1) 2px;
    border-radius: var(--radius-1);
    font-size: 16px;
    font-weight: bolder;
    color: white;
    transition: 0.3s ease-in-out;
}

.zhav-mobile-i {
    width: 150px;
}

.mobilemenu-icon {
    width: 150px;
}

.zhav-mobile-i-quit {
    border: none;
    background-color: white;
}

.zhavservice-offcanvas-i {
    width: 20px;
}

.pohone-number-mobile {
    font-size: 14px;
    font-weight: bolder;
    color: var(--color-5);
}

.zhav-offcanvas-header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px;
}

.mobil-offcanvas-all-a {
    padding: 5px 5px;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
}

.mobile-services-i {
    width: 50px;
}

.mobile-search-input {
    width: 100%;
    border-radius: var(--radius-1);
    background: #eaeaff;
    border: none;
    padding: 8px 10px;
    padding-right: 30px;
}

.mobile-search-input::placeholder {
    font-size: 14px;
}

.mobile-search-input:focus-visible {
    outline: none;
}

.mobile-serach-i {
    width: 15px;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

.modal-closer {
    background-color: #ffffff;
}

.top-zhav-side {
    background-color: #eee;
}

.logo-main {
    width: 130px;
}

.outcontainer-search {
    border: 0;
    background-color: unset;
}

.outcontainer-search i {
    font-size: 20px;
}

.outcontainer-top-li a {
    font-size: 14px;
    color: #a00;
    font-weight: bolder;
    text-decoration: none;
}

.suggestion {
    width: 100%;
    border-radius: var(--radius-1);
    background-color: #f8f8ff;
}

.suggestion-li a {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.suggestion-li span {
    color: var(--color-5);
}

.whatsapp-desktop {
    width: 20px;
}

.telgram-desktop {
    width: 20px;
}

.phone-i-background {
    background-color: #a00;
    padding: 5px 10px;
    border-radius: var(--radius-1);
    font-size: 14px;
}

.orange {
    color: #a00 !important;
    text-decoration: none;
}

.font-18 {
    font-size: 18px !important;
}

.blu {
    color: #a00;
}

.mega-li-inside a {
    text-decoration: none;
    font-size: 12px;
    color: rgb(0, 0, 0);
}

.hero-col1-mother {
    background-color: #ffffff;

    border-radius: var(--radius-1);
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.top-khadamt-title {
    color: var(--color-1);
    font-size: 18px;
    font-weight: bold;
}

.top-khadamt-title-2 {
    font-size: 14px;
    color: var(--color-5);
}

.zhav-submit {
    background-color: rgba(40, 111, 195, 1);
    border-radius: var(--radius-1);
    border: none;
    padding: 5px 15px;

    color: white;
    border: 1px solid #a00;
    transition: 0.3s ease-in-out;
}

.zhav-submit:hover {
    background-color: white;
    color: #a00;
}

.top-khadamt-select {
    padding: 5px 0px;
    border-radius: var(--radius-1);
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.device-cheked-title {
    font-size: 14px;
    color: var(--color-1);
}

.more-button {
    background-color: #a00;
    border-radius: var(--radius-1);
    border: none;
    padding: 10px 15px;

    color: white;

    transition: 0.3s ease-in-out;
}

.more-button:hover {
    color: #a00;
    background-color: white;
}

.top-khadamt-title-3 {
    font-size: 14px;
    color: var(--color-5);
}

.top-khadamt-title-3 span {
    color: var(--color-1);
    font-weight: bold;
}

.deskTopHeader-img {
    width: 100%;
    background-position: 30%;
    background-color: #a00;
    background-repeat: no-repeat;
    background-size: cover;
}

.deskTopHeader-img .hero-back {
    background-color: #313232;
}

.zhav-services {
    width: 100%;

    border-radius: var(--radius-1);
    background-color: #a00;
    margin-top: 220px;
}

.zhav-services::after {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    align-content: center;
    content: "   خدمات  ژاوسرویس ";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100px;
    border-bottom-left-radius: var(--radius-1);
    background-color: white;
}

.home-appliace-service {
    width: 360px;
    left: 50px;
    top: -130px;
}

.home-appliace-items {
    border-radius: var(--radius-1);
    height: 100px;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
}

.home-appliace-items-mother {
    padding-top: 120px;
}

.home-appliace-icons {
    width: 80px;
}

.home-appliace-inherit {
    color: inherit;
}

@keyframes rotate-loop {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.repair-service-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-5);
}

.footer-backgroud {
    background-color: #eee;
}

.footer-logo {
    width: 150px;
}

.adress-p {
    font-size: 14px;
    font-weight: bold;
}

.footer-phone-i {
    transform: rotate(270deg);
}

.footer-a-items {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.enamad-i {
    width: 80px;
}

.security-footer {
    font-size: 14px;
    color: var(--color-5);
}

.servicepadding {
    padding-left: 10rem;
}

.service-row-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.home-appliace-items-mother::after {
    content: "";
    position: absolute;
    width: calc(100% - 300px);
    height: 10px;
    top: -5px;
    left: 0;
    background-color: #a00;
    border-radius: var(--radius-1);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.home-appliace-items-mother::before {
    content: "";
    position: absolute;
    height: calc(100% - 100px);
    z-index: 0;
    width: 100px;
    right: -5px;
    background-color: #a00;
    border-radius: var(--radius-1);
    top: 100px;
}

.service-box:hover {
    background-color: white !important;
}

.back-drop-blur {
    background-color: rgba(74, 70, 70, 0.31);
    border-radius: var(--radius-1);
    backdrop-filter: blur(10px);
}

.phone-direction {
    width: 30px;
}

.directtion-divider li {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.directtion-divider li:last-child {
    border: none;
}

.footer-li-a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.footer-li-a:hover {
    color: var(--color-5);
}

.sending-reportments {
    color: red;
    font-size: 14px;
}

.tatil {
    font-size: 16px;
    color: #a00;
}

.footer-hover-rotate {
    transition: 0.3s ease-in-out;
}

.footer-hover-rotate:hover {
    rotate: 15deg;
}

.blog {
    min-height: 200px;
}

.modal-snt-buttom {
    background-color: white;
}

@media (min-width: 1400px) {
    .compass-pointer-col {
        width: 20% !important;
    }
}

@media (max-width: 576px) {
    .directtion-divider li {
        border: none;
    }

    .breadcrumb-services {
        display: flex;
        flex-wrap: nowrap;

        overflow-x: auto;

        overflow-y: hidden;
        white-space: nowrap;

        -webkit-overflow-scrolling: touch;
    }

    /* جلوگیری از شکستن متن آیتم‌ها */
    .breadcrumb-services .breadcrumb-item {
        white-space: nowrap;
        flex-shrink: 0;
        /* آیتم‌ها فشرده نشن */
    }

    /* اختیاری: مخفی کردن اسکرول‌بار */
    .breadcrumb.breadcrumb-services::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb.breadcrumb-services {
        scrollbar-width: none;
    }
}

.scrolled .top-zhav-side {
    display: none;
}

.scrolled .opaticy-search-scroll {
    opacity: 1;
}

.opaticy-search-scroll {
    opacity: 0;
}

.social-icon {
    transition: 0.3s ease-in-out;
}

.social-icon:hover {
    transform: rotate(15deg);
}

.service-enternumber {
    border-radius: var(--radius-1);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.service-enternumber:focus {
    outline: none;
}

.service-enternumber::placeholder {
    font-size: 12px;
}

.w-res {
    width: 100%;
}

.col-res {
    width: 100%;
}

.bg-service-list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(170, 0, 0) 50%, rgb(23 23 23) 100%);
    /* background: linear-gradient(180deg,
            rgba(0, 150, 219, 0) 0%,
            rgba(0, 150, 219, 0.94) 30%,
            rgba(0, 150, 219, 0.971) 100%); */
    /* background: #a00; */
    /* background: linear-gradient(180deg, rgba(0, 150, 219, 1) 0%, rgba(0, 150, 219, 1) 51%, rgba(0, 150, 219, 1) 100%); */
    /* background-image: linear-gradient(to bottom, #a002e , #a00); */
}

.comments .rate .bi {
    font-size: 29px;
}

.cm-box .rate .bi {
    font-size: 15px;
}

@media (min-width: 992px) {
    .cm-box .rate .bi {
        font-size: 15px;
    }

    .scrolled {
        position: fixed;
        animation: zhav-scrolled 0.3s ease-in-out;
        width: 100%;
        top: 0;
        z-index: 10;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .comments .rate .bi {
        font-size: 25px;
    }

    .col-res {
        width: 29%;
    }

    .bg-service-list::after {
        background: linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(170, 0, 0) 50%, rgb(23 23 23) 100%);
    }

    .w-res {
        width: 30%;
    }

    .zhav-mobile-modal-button {
        display: none;
    }

    .sign-and-log-mobile {
        display: none;
    }

    .mobile-search-input {
        display: none;
    }

    .mobile-serach-i {
        display: none;
    }

    .mobilemenu-icon {
        display: none;
    }
}

@media (max-width: 992px) {
    .top-zhav-side {
        display: none;
    }

    .undertop-side {
        display: none;
    }

    .hero-col1-mother {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    }

    .zhav-services::after {
        font-size: 14px;
        font-weight: bold;
        content: "   خدمات  ژاوسرویس ";
        position: absolute;
        right: 0;
        left: 0;
        width: max-content;
        margin: auto;
        background-color: transparent;
        top: 20px;
        align-content: unset;
    }

    .name-service {
        font-size: 14px;
    }

    .home-appliace-service {
        display: none;
    }

    .home-appliace-items-mother {
        padding-top: 50px;
    }

    .zhav-services {
        margin-top: 20px;
    }

    .repair-service-title {
        font-size: 14px;
    }

    .security-footer {
        font-size: 10px;
    }

    .home-appliace-items-mother::after {
        display: none;
    }

    .home-appliace-items-mother::before {
        display: none;
    }

    .service-row-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@keyframes zhav-scrolled {
    0% {
        top: 0;
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        top: 0;

        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
}

.back-blue-white {
    background-color: white !important;
    color: rgba(40, 111, 195, 1) !important;
    border: 1px solid white !important;
}

.back-blue-white:hover {
    background-color: rgba(40, 111, 195, 1) !important;
    color: white !important;
}

.search-form .form-check-input {
    border-color: var(--color-13);
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.search-form textarea {
    min-height: 100px !important;
}

.search-form .form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 128, 0.24);
    border-color: rgba(0, 0, 128, 0.24);
}

.search-form .ui-widget-header {
    background-color: var(--color-13);
}

.search-form .ui-state-default,
.search-form .ui-widget-content .ui-state-default {
    background-color: var(--color-13);
    border-color: var(--color-1);
}

.search-form .ui-state-active,
.search-form .ui-widget-content .ui-state-active {
    background-color: var(--color-1);
    border-color: var(--color-13);
}

.form-check input:focus {
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 128, 0.24);
}

.form-check .form-check-input:checked {
    background-color: var(--color-13);
    border-color: var(--color-13);
}

.menu .sub-menu {
    display: none;
    opacity: 0;
    top: 100%;
    right: 0;
    left: 0;
    padding: 5px;
    border-radius: 8px;
    white-space: nowrap;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.menu .sub-menu .tab-content {
    max-height: 25rem;
    overflow: auto;
}

.menu .sub-menu a:hover {
    color: var(--color-13);
}

.menu .sub-menu li {
    border-bottom: 1px solid rgb(216, 216, 216);
}

.menu .sub-menu li:last-child {
    border-bottom: 1px solid transparent;
}

.menu .open-menu:hover .sub-menu {
    display: flex;
    opacity: 1;
    top: 100%;
    z-index: 2;
    animation: show-box 0.5s;
}

.menu .sub-menu .nav-item .nav-link {
    background: transparent;
    color: #000;
}

.menu .sub-menu .nav-item .nav-link.active {
    background-color: #f5f5ff;
    font-family: dana-bold;
    color: var(--color-1);
}

@keyframes show-box {
    0% {
        opacity: 0;
        top: 50%;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
        top: 100%;
    }
}

.sub-menu-li .sub-menu-inner {
    background-color: transparent;
    padding: 0 13px;
    opacity: 0;
}

.sub-menu-li .sub-menu-inner ul {
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.sub-menu-li:hover .sub-menu-inner {
    opacity: 1;
    right: 100%;
    top: 5px;
    animation: sunmenuinner 0.5s;
}

.sub-menu-li:hover .lv1 {
    color: var(--color-13);
}

@keyframes sunmenuinner {
    0% {
        opacity: 0;
        right: 90%;
    }

    100% {
        opacity: 1;
        right: 100%;
    }
}

.menu .accordion-button::after {
    display: none;
}

.menu .accordion-button:not(.collapsed) .up {
    display: flex !important;
}

.menu .accordion-button:not(.collapsed) .down {
    display: none !important;
}

.menu .accordion-button .up {
    display: none !important;
}

.menu .accordion-button .down {
    display: flex !important;
}

.menu.offcanvas .accordion .accordion-button {
    padding: 10px 12.5px 7.5px;
}

.menu.offcanvas .accordion-button:focus {
    box-shadow: none;
}

#servicesAccordion .accordion-button:focus {
    box-shadow: none;
}

#servicesAccordion .accordion-item {
    border: none;
}

#servicesAccordion .accordion-button:not(.collapsed) {
    background-color: white;
}

#servicesAccordion .accordion-button::after {
    background-size: 16px;
}

.menu.offcanvas .accordion .accordion-button .bi {
    margin-bottom: 4px !important;
}

.menu.offcanvas .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #ffab04 13%, #eb6200 100%);
    color: #fff;
}

.menu.offcanvas .accordion-item {
    border: 1px solid #ddd;
}

.menu.offcanvas .accordion,
.menu.offcanvas .accordion-header {
    border: none;
}

/* .menu .accordion-button:not(.collapsed) .down{
  display: none;
} */
.btn1 {
    background-color: #a00;
    border-radius: 8px;
    color: white;
    border: unset !important;
    transition: 0.3s ease-in-out;
}

.btngreen {
    background-color: #0db44c;
    border-radius: 8px;
    color: white;
    border: unset !important;
    transition: 0.3s ease-in-out;
}

.btn1:hover {
    background: white;
    color: #a00;
}

.bg-green {
    background-color: #0db44c;
}

.btngreen:hover {
    background: white;
    color: #0db44c;
}

/* .btn2 {
  background-color: #FAFAFA;
  color: var(--color-4);
} */

.btn3 {
    background-color: #a00;
    color: white;
    border-radius: 8px;
    border: 1px solid transparent;
}

.btn3:hover {
    background-color: white;
    border-color: var(--color-1);
    color: var(--color-1);
    border-color: var(--color-1);
    transition: 0.5s;
}

.btn4 {
    color: #a00;
    border: 1px solid #a00;
    color: #a00;
    border-radius: 8px;
    background-color: white;
}

.btn4:hover {
    background-color: #a00;
    color: white;
    transition: 0.5s;
    border-color: white;
}

.btn5 {
    background: none !important;
    color: var(--color-13);
}

.btn6 {
    background: none !important;
    color: rgb(204, 16, 16);
    border: unset !important;
}

.btn6:hover {
    background: none !important;
    color: rgb(204, 16, 16);
    border-radius: 10px;
}

.btn7 {
    color: rgb(10, 149, 10);
}

.btn8 {
    background: #1b1b1b;
    border-color: #1b1b1b;
}

.btn8:hover {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    background: unset;
}

.mt-custom {
    margin-top: 3rem;
}

.w-fit {
    width: fit-content;
    border-bottom: #a00;
    font-size: 16px;
    padding-bottom: 5px;
}

.footer {
    background-color: var(--color-3);
    position: relative;
}

.footer:after {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 0;
    top: -25px;
    border-top-left-radius: 20%;
    background-image: url(../img/bg.webp);
    background-size: cover;
}

.footer .custom-col:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    top: -25px;
    border-top-left-radius: 20%;
    background-image: url(../img/bg.webp);
    background-size: cover;
}

.footer .list a:hover {
    color: black;
    transition: 0.5s;
}

.footer .social-icon {
    width: 45px;
    height: 45px;
    background-color: var(--color-1);
}

.footer .social-icon img {
    filter: brightness(0) invert(1);
}

.footer .social-icon:hover {
    background-color: var(--color-2);
    transition: 0.5s;
}

.footer .list.links a:hover {
    color: var(--color-4);
}

.footer .copyright {
    background-color: #e5e5ff;
}

.fixed-btn2 .chat2 {
    display: none;
}

.fixed-btn2:hover .chat2 {
    display: block;
}

.fixed-btn2:hover .chat1 {
    display: none;
}

.fixed-bar {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
}

.fixed-bar-btn.scrolled .fixed-bar {
    display: flex;
    transition: 0.5s;
}

.fixed-bar-btn .fixed-bottom {
    z-index: 10 !important;
}

.description a {
    text-decoration: none;
}

.description strong {
    color: var(--color-13) !important;
}

.description h2 {
    /*border-right: 3px solid var(--color-1) !important;*/
    /* padding: 5px !important; */
}

/*.description h2,*/
/*.description h3,*/
/*.description h4,*/
/*.description h5,*/
/*.description h6 {*/
/*  font-family: dana-bold;*/
/*}*/

.h1-inheritfont {
    font-size: 2rem;
}

.description img:not(.cta-img) {
    border-radius: 8px;
    width: 50% !important;
    margin: 2% 25% !important;
    height: auto !important;
}

.description iframe {
    border-radius: 15px;
}

.description thead tr:first-child th {
    background-color: #f8f8ff;
    color: var(--color-1);
}

.description table th,
.description table td {
    border: 1px solid #194afb6a;
}

.bi-instagram {
    background: linear-gradient(90deg,
            rgba(249, 206, 52, 1) 0%,
            rgba(238, 42, 123, 1) 52%,
            rgba(98, 40, 215, 1) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bi-telegram {
    color: #34a9db;
}

.bi-facebook {
    color: #106aff;
}

.bi-pinterest {
    color: #b7081b;
}

.bi-linkedin {
    color: #126bc4;
}

.w-max {
    width: max-content;
}

.slogan .slo-text p {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slogan .slo-bg {
    background-image: url(../img/slobg2.webp);
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.custom-hr {
    color: #000080;
    border-width: 3px;
}

#scrollToTop {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#scrollToTop.show {
    opacity: 1;
}

@media (max-width: 576px) {
    .description img:not(.cta-img) {
        width: 98% !important;
        margin: 2% 1% !important;
    }

    .container {
        max-width: 100%;
    }

    .description .h_iframe-aparat_embed_frame {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .description img:not(.cta-img) {
        width: 90% !important;
        margin: 1% 5% !important;
    }

    .container {
        max-width: 98%;
    }

    .description .h_iframe-aparat_embed_frame {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .description img:not(.cta-img) {
        width: 80% !important;
        margin: 2% 10% !important;
    }

    .container {
        max-width: 95%;
    }

    .bg-service-list::after {
        background: linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(170, 0, 0) 50%, rgb(23 23 23) 100%);
        .description .h_iframe-aparat_embed_frame {
            width: 95% !important;
        }
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .description img:not(.cta-img) {
        width: 70% !important;
        margin: 2% 15% !important;
    }

    .container {
        max-width: 97%;
    }

    .fs-custom10 {
        font-size: 13px;
    }

    .description .h_iframe-aparat_embed_frame {
        width: 65% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .description img:not(.cta-img) {
        width: 60% !important;
        margin: 2% 20% !important;
    }

    .container {
        max-width: 95%;
    }

    .description .h_iframe-aparat_embed_frame {
        width: 60% !important;
    }
}

@media (min-width: 1400px) {
    .description img:not(.cta-img) {
        width: 50% !important;
        margin: 2% 25% !important;
    }

    .container {
        max-width: 1350px;
    }

    .description .h_iframe-aparat_embed_frame {
        width: 65% !important;
    }
}

@media (max-width: 992px) {
    .footer {
        background-color: unset;
        padding-bottom: 140px;
    }

    .footer .container {
        max-width: 100%;
    }

    .footer:after {
        display: none;
    }

    .footer .custom-col:after {
        display: block;
        border-top-left-radius: 30%;
    }

    .mt-custom {
        margin-top: 0;
    }

    .fs-custom0 {
        font-size: 8px;
    }

    .fs-custom1 {
        font-size: 10px;
    }

    .fs-custom2 {
        font-size: 12px;
    }

    .fs-custom3 {
        font-size: 14px;
    }

    .fs-custom4 {
        font-size: 16px;
    }

    .fs-custom5 {
        font-size: 18px;
    }

    .fs-custom6 {
        font-size: 19px;
    }

    .fs-custom7 {
        font-size: 20px;
    }

    .fs-custom8 {
        font-size: 30px;
    }

    .fs-custom9 {
        font-size: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1570px) {
    .footer {
        padding-bottom: 180px !important;
    }
}

@media (min-width: 1570px) {
    .footer {
        padding-bottom: 100px !important;
    }
}

.description .h_iframe-aparat_embed_frame {
    margin: 2rem auto;
    height: auto !important;
}

/* @media (min-width:992px) {
  .goftino-wakeup {
    margin-bottom: 115px !important;
    right: 5px !important;
  }
}

@media (max-width:992px) {
  .goftino-wakeup {
    margin-bottom: 100px !important;
    right: 5px !important;
  }
} */
.btn-success-1 {
    position: absolute;
    left: 5px;
    background-color: rgb(27, 27, 27);
    border: unset;
    color: #ffffff;
    bottom: 7.5px;
    border-radius: 50px;
}

.btn-success-1:hover {
    background-color: rgb(27, 27, 27);
    color: #ffffff;
    border: unset;
}

.leaflet-top {
    top: unset !important;
    bottom: 3rem;
}

.z-index1 {
    z-index: 2000000003 !important;
}

.img-location1 {
    width: 23px;
    filter: invert(36%) sepia(91%) saturate(837%) hue-rotate(82deg) brightness(95%) contrast(98%);
}

.map iframe {
    width: 100%;
}

.scroll-1 {
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.img-header {
    width: 100% !important;
    height: auto !important;
}

.img-faq {
    width: 100% !important;
    height: auto;
}

.img-blog {
    width: 100% !important;
    height: auto !important;
}

.img-about {
    width: 100% !important;
    height: auto !important;
}

.img-join {
    width: 100% !important;
    height: auto !important;
}

.img-honors {
    width: 100% !important;
    height: auto !important;
}

.dropdown .dropdown-toggle .filter-option {
    text-align: start;
}

.text {
    color: red;
}

.service-request .btn-close:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

.service-request .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.service-request .form-control:focus {
    /* border: black; */
    outline: 0;
    box-shadow: none;
}

.request-form .form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #a00;
}

.bg-orange {
    background-color: #a00;
}

.request-btn {
    background-color: #a00;
    border-radius: 8px;
    color: white;
    border: unset !important;
}

.rate .bi-star-fill {
    color: #a00;
}

.rate .bi-star {
    color: #a00;
}

.bg-lightblue-opacity {
    background-color: #313232;
}

.text-white-light {
    color: #f7f7f7 !important;
}

.bg-blue-light {
    background-color: #a00;
}

/* .padding-12{
  padding-right: 13px;
  padding-left: 13px;
  padding-top: 22px;
  padding-bottom: 22px;
} */

.icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.border-hover .icon-circle {
    border: 2px solid #ffffff;
    transition: 0.3s ease-in-out;
}

.border-hover:hover .icon-circle {
    border: 2px solid #a00;
}

.form-box .starrating input {
    display: none;
}

.form-box .starrating label {
    font-size: 38px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.form-box .starrating label::before {
    content: "★";
}

/* hover */
.form-box .starrating label:hover,
.form-box .starrating label:hover~label {
    color: #ffd150;
}

/* selected */
.form-box .starrating input:checked~label {
    color: #a00;
}