@font-face {
    font-family: 'KookFaNum';
    src: url('../fonts/KookFaNum-Bold.eot');
    src: url('../fonts/KookFaNum-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KookFaNum-Bold.woff2') format('woff2'),
        url('../fonts/KookFaNum-Bold.woff') format('woff'),
        url('../fonts/KookFaNum-Bold.ttf') format('truetype'),
        url('../fonts/KookFaNum-Bold.svg#KookFaNum-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'KookFaNum';
    src: url('../fonts/KookFaNum-ExtraBold.eot');
    src: url('../fonts/KookFaNum-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KookFaNum-ExtraBold.woff2') format('woff2'),
        url('../fonts/KookFaNum-ExtraBold.woff') format('woff'),
        url('../fonts/KookFaNum-ExtraBold.ttf') format('truetype'),
        url('../fonts/KookFaNum-ExtraBold.svg#KookFaNum-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'KookFaNum';
    src: url('../fonts/KookFaNum-ExtraLight.eot');
    src: url('../fonts/KookFaNum-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KookFaNum-ExtraLight.woff2') format('woff2'),
        url('../fonts/KookFaNum-ExtraLight.woff') format('woff'),
        url('../fonts/KookFaNum-ExtraLight.ttf') format('truetype'),
        url('../fonts/KookFaNum-ExtraLight.svg#KookFaNum-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'KookFaNum';
    src: url('../fonts/KookFaNum-Light.eot');
    src: url('../fonts/KookFaNum-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KookFaNum-Light.woff2') format('woff2'),
        url('../fonts/KookFaNum-Light.woff') format('woff'),
        url('../fonts/KookFaNum-Light.ttf') format('truetype'),
        url('../fonts/KookFaNum-Light.svg#KookFaNum-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'KookFaNum';
    src: url('../fonts/KookFaNum-Medium.eot');
    src: url('../fonts/KookFaNum-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KookFaNum-Medium.woff2') format('woff2'),
        url('../fonts/KookFaNum-Medium.woff') format('woff'),
        url('../fonts/KookFaNum-Medium.ttf') format('truetype'),
        url('../fonts/KookFaNum-Medium.svg#KookFaNum-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'KookFaNum';
    src: url('../fonts/KookFaNum.eot');
    src: url('../fonts/KookFaNum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KookFaNum.woff2') format('woff2'),
        url('../fonts/KookFaNum.woff') format('woff'),
        url('../fonts/KookFaNum.ttf') format('truetype'),
        url('../fonts/KookFaNum.svg#KookFaNum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img.khatere {
width: 120px;
    filter: invert(1);
    margin: auto;
    padding: unset;
    display: block;
    padding-top: 15px;
}


  #loader {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease;
    flex-direction: column;
    align-content: center;
  }

  #loader.hide {
      opacity: 0;
      pointer-events: none;
  }


  img.loader-logo {
      width: 200px;
  }


img.loader-logo-text {
    width: 149px;
    position: relative;
    top: -55px;
    left: 2px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes fadeSlideUp {
    to {
        opacity: 0.8;
        transform: translateY(0);
    }
}

marquee img {
    width: 100px;
    height: auto;
}

.header {
    width: 100%;
    position: fixed;
    top: 24px;
    z-index: 99;
}
.header .container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header__row {
    width: 100%;
    background: #fff;
    backdrop-filter: blur(12px);
    border-radius: 24px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    flex-wrap: wrap;
    transition: all 0.7s ease-out;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

a.header__logo img {
width: 100px;
    position: absolute;
    top: -6px;
}

.header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    position: relative;
    display: none;
}.header__burger span {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 50px;
    transition: all .5s ease-out;
}
.nav__list {
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    align-items: center;
    position: relative;
}
.header__menu {
    display: flex;
    align-items: center;
    gap: 48px;
    height: auto;
}
.nav__list .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav__list .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: normal;
    flex-direction: row-reverse;
    color: #074b7f;
        font-weight: 500;
}


.nav__list .menu-item a img {
    width: 20px;
    height: auto;
    padding: 3px;
    position: relative;
    top: -2px;
}

body , html {
font-family:  KookFaNum;
}
body {
    height: 100vh;
        overflow-x: hidden;
}
marquee {
    position: absolute;
    top: 250px;
    z-index: 99;
    width: 100%;
    left: 0px;
}




.menu-two {
    position: fixed;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: linear-gradient(to bottom, hsl(0, 0%, 11%), rgba(0, 0, 0, 0)) !important;
    z-index: 9;
}


.menu-logo img {
    width: 58px;
}


.menu-logo b {
    font-weight: bold;
    color: #FFF;
}

.menu-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 50px;
}



.menu-two ul {
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 100px;
}


.menu-two ul li {
    margin-left: 19px;
    font-size: 18px;
    font-weight: 400;
}

.menu-two ul li a {
    color: #FFF;
}



.details-travel {
 position: absolute;
    height: 100%;
    width: 74%;
}



.css-iokx3a {
    width: 100%;
    padding-top: 71.42857142857143%;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(https://rosamtravel.com/assets/images/bg-test-1.jpg);
    filter: opacity(0.8);
    
}

.css-wygxah {
    background: linear-gradient(to left, hsl(0, 0%, 11%), rgba(0, 0, 0, 0));
    height: 100%;
    width: 60%;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 1;
}

.css-e1vefh {
    background: linear-gradient(to top, hsl(0, 0%, 11%), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 31%;
    z-index: 1;
}




.details-travel:before {
    content: "";
    position: fixed;
    background: hsl(0, 0%, 11%);
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}


.travel-items {
    position: relative;
    text-align: right;
    width: 100%;
    padding-top: 150px;
    right: 56px;
    color: #FFF;
    float: right;
    direction: rtl;
}



.travel-items h1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}

span.slug-travel {
    color: rgb(138, 141, 143) !important;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.data1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.data1 div {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    align-items: center;
}


.data1 div i {
    margin-left: 8px;
    font-size: 16px;
}

.data1 p {
    font-size: 14px;
    font-weight: 400;
}


p.description-travel {
    font-size: 16px;
    display: block;
    text-align: justify;
    direction: rtl;
    width: 100%;
    margin-bottom: 15px;
}


.menu-details {
    overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        position: relative;
        z-index: 999;
        width: fit-content;
        float: right;
    margin-bottom: 22px;
        margin-top: 15px;
        direction: rtl;
        margin-right: 57px;
}

.menu-details .menu-item {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 10px;
    margin: 0 5px;
    background: transparent;
    border-radius: 5px;
    transition: background 0.3s;
    border: 1px solid;
    min-width: 80px;
    font-size: 18px;
    line-height: normal;
}

.menu-details .menu-item:hover {
    background: #ffffff;
    color: #1c1c1c;
    border-bottom: 3px solid #fdb913;
}

.menu-details .menu-item.active {
    background: #fdb913;
        color: #1c1c1c;
        border-bottom: 3px solid #fdb913;
        font-weight: 400;
}

 /* اسکرول مخفی ولی قابل استفاده برای زیبایی */
.menu-details::-webkit-scrollbar {
     height: 6px;
 }

.menu-details::-webkit-scrollbar-thumb {
     background-color: #ccc;
     border-radius: 3px;
 }


 span.help1 {
     display: block;
     width: 100%;
     position: relative;
     text-align: right;
     direction: rtl;
     margin-right: 55px;
     float: right;
     font-size: 16px;
 }

 span.help1 i {
     padding-left: 2.5px;
 }



span.help1::before {
    content: '';
    position: absolute;
    top: 18px !important;
    right: -37px !important;
    width: 50px !important;
    height: 50px !important;
    background-image: url(https://hoseinifinance.com/wp-content/uploads/2024/11/arrow_handwrite.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: rotate(286deg) !important;
    filter: invert(1);
    opacity: 0.3;
}


.item-details-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
    color: #FFF;
    position: relative;
    background-color: rgb(41, 41, 41);
    padding: 5px;
    border-radius: 5px;
    min-width: 200px;
    margin-left: 14px;
}


.item-details-box h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
}
.item-details-box p {
font-size: 17px;
    margin-top: 5px;
}

.item-details-box i {
padding: 0px;
    border-radius: 9px;
    text-align: center;
    font-size: 24px;
    margin-left: 6px;
    min-width: 50px;
    color: #eaeaea;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff00;
}

.tab-content
{
    position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        direction: rtl;
        text-align: right;
        align-items: center;
        justify-content: flex-start;
        margin-right: 57px;
        float: right;
            margin-bottom: 35px;
}


.tab-content.active {
    display: flex;
}

div#tb4,
div#tb5 {
    margin-bottom: 50px;
}

.process-items {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

.process-item {
    align-items: center;
    display: flex;
    justify-content: center;
        flex-direction: column;
        max-width: 380px;
            text-align: center;
            direction: rtl;
}


.process-item .top {
    gap: 5px;
    width: 100%;
}

.process-item
.top{
    align-items: center;
    display: flex;
    justify-content: center;
}


.process-item .top .divider {
    background-color: #fdb91324;
    height: 1px;
    width: 100%;
}

.process-item .top .step{
    align-items: center;
        background-color: #77571126;
        border-radius: 9999px;
        color: #fdb913;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        height: 43px;
        justify-content: center;
        line-height: 20px;
        min-width: 43px;
        width: 43px;
}


.process-item .content{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding: 20px;
}


.process-item .title {
    color: #ffffff;
        font-size: 16px;
        font-weight: 700;
}


.process-item p.description {
    font-size: 17px;
    display: none;
}



ol.gradient-list {
    color: #FFF;
        font-size: 17px;
        line-height: normal;
        width: 700px;
}
ol.gradient-list li {
    display: flex;
        margin-bottom: 10px;
        width: 350px;
        float: right;
}


ol.gradient-list i {
    color: #fdb913;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    background: #fdb9131f;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

.service-ghaza {
    display: grid;
    gap: 15px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    width: 100%;
}


.service-card {
    align-items: center;
    background-color: #292929;
    border-radius: 15px;
    direction: rtl;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

div#tb1 {
    width: 680px;
}
.service-card .title {
    color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
}


.service-card .caption{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.service-card svg {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
}



ol.need {
color: #FFF;
    font-size: 17px;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 590px;
}


ol.need li {
display: flex;
    margin-left: 20px;
    width: 210px;
    float: right;
    margin-bottom: 15px;
}


ol.need i {
    color: #fdb913;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    background: #fdb9131f;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

#tb5>ol>li:nth-child(6) {
    color: #fdb913;
}


.section-pricing {
    color: #19191a;
    display: flex;
    text-align: center;
    max-width: 840px;
}


.section-pricing .container17 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.description31 {
    line-height: normal;
    font-size: 16px;
}

.section-pricing .heading8{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    max-width: 720px;
    width: 100%;
}


.table1{
    color: #19191a;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 14px;
    gap: 12px;
    justify-content: flex-start;
    max-width: 1200px;
    overflow: hidden;
    text-align: right;
}

.section-pricing .heading9 {
    align-self: stretch;
    font-family: inherit;
    font-size: inherit;
    font-weight: 800;
    line-height: 44px;
    margin: 0;
    position: relative;
    color: #FFF;
}

.section-pricing .description23 {
    align-self: stretch;
    color: #19191abf;
    direction: rtl;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    position: relative;
    color: #FFF;
}


 .row4 ,  .cell3 {
     align-self: stretch;
     display: flex;
     justify-content: center;
    flex-direction: row;
    align-items: center;
 }

.cell2 {
    align-items: flex-start;
    align-self: stretch;
    background-color: #fdb9131f;
    border-bottom-left-radius: 16px;
    border-right: 1px solid #fdb91361;
    border-top-left-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    max-width: 260px;
    padding: 0px 25px;
    color: #fdb913;
}

 .cell3 {
     align-items: flex-start;
     background-color: #3d3d3d;
     border-bottom-right-radius: 16px;
     border-top-right-radius: 16px;
     flex: 1;
     flex-direction: column;
     font-size: 18px;
     gap: 0px;
     line-height: 32px;
     padding: 15px 25px;
     direction: rtl !important;
     text-align: justify !important;
     color: #FFF;
 }

.description30{
    font-weight: 500;
    line-height: 28px;
}
b.title25 {
    font-weight: bold;
}
 .title24{
     font-size: 18px;
     line-height: 32px;
    align-self: stretch;
        direction: rtl;
        position: relative;
        font-weight: bold;
 }

#tb6>section>div>section>div:nth-child(3)>div.cell2
{
    background-color: #f443361f;
        border-bottom-left-radius: 16px;
        border-right: 1px solid #f443368c;
        color: #F44336;
}


p.descriptiontabs
{
    display: block;
        width: 100%;
        margin-bottom: 16px;
        color: #FFF;
        font-size: 17px;
}


.tab-content>h2 {
    font-weight: bold;
    color: #FFF;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}


.menu-test-mobile{
    display: none;
}


section#aboutus-main {
    width: 100%;
    height: 100%;
    background: #f1f1f3;
    padding: unset;
    margin: auto;
    border: none;
}


section#aboutus-main .menu-logo b {
    color: #353535;
}

.header-pages {
    align-items: center;
    align-self: stretch;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #ffffffe6;
    border-bottom: 1px solid rgba(25, 25, 26, .08);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 56px;
    justify-content: center;
    padding: 8px 1rem;
    z-index: 10;
}


.header-pages .container {
    align-self: stretch;
    justify-content: space-between;
    max-width: 1200px;
    position: relative;
    width: 1200px;
    flex-direction: row-reverse;
    display: flex;
}

.header-pages .menu-logo {
    margin: auto;
    position: relative;
    top: -10px;
}
.header-pages .navigation {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0 !important;
    z-index: 1;
}


.header-pages .left {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    z-index: 0;
}



.header-pages .menuitem {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
    text-decoration: none;
    color: #19191a;
    font-weight: 500;
    font-size: 17px;
}


.header-pages .button {
    align-items: center;
    border: none;
    border-radius: 44px;
    cursor: pointer;
    direction: rtl;
    display: flex;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    background-color: #074b7f;
    color: #FFF !important;
    font-size: 16px;
    padding: 5px 15px;
    top: 3px;
}



.intro-section {
    width: 100%;
}

.intro-section {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.intro-section {
    align-items: center;
    background-color: #f1f1f3;
    box-sizing: border-box;
    color: #ffffffbf;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    height: calc(100vh - 100px);
    justify-content: flex-start;
    padding: 24px;
    text-align: right;
}




        .intro-section .container14
        { align-items: center;
        display: flex;
        justify-content: center;
        }
        
    
        .intro-section .container14{
            align-self: stretch;
            background-color: #19191a;
            border-radius: 24px;
            flex: 1;
            flex-direction: row;
            overflow: hidden;
            padding: 80px;
        }
    
                .arrow-bottom-icon {
                    bottom: 0;
                    cursor: pointer;
                    position: absolute;
                }

                                .intro-section .container14 {
                                    height: fit-content;
                                    background: #19191A;
                                }



.intro-section .stack5 {
    align-items: center;
    display: flex;
    justify-content: center;
}

.intro-section .stack5 {
    flex-direction: row-reverse;
    gap: 0;
    max-width: 1200px;
    width: 1200px;
}

.intro-section .stack6 {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    direction: rtl;
        text-align: justify;
}

.intro-section .headline1 {
    font-size: 41px;
    line-height: 56px;
    font-weight: bold;
    text-align: right;
}
.mini-banner {
    align-items: center;
    background-color: #2c2c2d;
    border-radius: 24px;
    color: #fff;
    direction: rtl;
    display: flex;
    gap: 8px;
    padding: 4px 8px;
    text-decoration: none;
}


.stack6 .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.stack6 .more{
    align-items: center;
    color: #ffffffbf;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.intro-section .container15 {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
        position: relative;
}


.blur-background {
    background: #074b7f;
    filter: blur(8px);
    -webkit-filter: blur(250px);
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.intro-section .img-icon1 {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.intro-section .img-icon1 {
    align-self: stretch;
    flex: 1;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.intro-section .description22 {
    align-self: stretch;
    direction: rtl;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    text-align: right;
    margin: 20px auto;
}




.intro-section .button {
    align-items: center;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    direction: rtl;
    display: flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    padding: 5px 20px;
    background-color: #074b7f;
    width: fit-content;
    margin-top: 10px;
}





.footer {
    align-items: center;
    align-self: stretch;
    background-color: #fff;
    box-sizing: border-box;
    max-width: 100%;
    padding: 80px 80px 40px;
}


.footer,.footer .container4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}


.footer .container4 {
    align-items: flex-end;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
}


.footCon_cls .banner2 {
    align-self: stretch;
    background-color: #f9f9fb;
    border-radius: 24px;
    color: #19191a;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    gap: 15px;
    overflow: hidden;
    padding: 40px;
    text-align: right;
    z-index: 2;
}

.footCon_cls .banner2,
.footCon_cls .heading6 {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}


.footCon_cls .banner2,
.footCon_cls .heading6 {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.footCon_cls .heading6 {
    flex: 1;
    flex-direction: column;
    gap: 16px;
}


.footCon_cls .headline {
    align-self: stretch;
    direction: rtl;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
}


.footCon_cls .subhead1{
    align-self: stretch;
    color: #19191abf;
    direction: rtl;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
}



.footCon_cls .footerBannerMob {
    display: none;
}

.footCon_cls .subhead1 {
    align-self: stretch;
    color: #19191abf;
    direction: rtl;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
}


.button {
    align-items: center;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    direction: rtl;
    display: flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-color: #fff;
        color: #19191a;
        font-size: 14px;
            padding: 12px 24px;
}


.footCon_cls .stack18 {
    align-items: center;
    align-self: stretch;
    color: #19191abf;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 40px;
    justify-content: flex-start;
    text-align: right;
    z-index: 0;
}


.footCon_cls .socials {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.footCon_cls .zarinpal-logo1{
    display: flex;
    position: relative;
    text-decoration: none;
}


.zarinpal-logo-icon3 {
    height: 24px;
    width: 100%;
}

.footCon_cls .divider8 {
    align-self: stretch;
    border-top: 1px solid rgba(25, 25, 26, .1);
    box-sizing: border-box;
    height: 1px;
    position: relative;
}


.footCon_cls .copyright{
display: inline-block;
    font-weight: 500;
    line-height: 28px;
    max-width: 720px;
    position: relative;
    direction: rtl;
    text-align: center;
}

.footCon_cls .copyright a {
    font-weight: 400;
    color: #074b7f;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.social-links a {
    margin-right: 10px;
}

.footCon_cls .menu-logo b {
    font-size: 22px;
}


.footCon_cls .menu-logo {
    margin-right: unset;
}




.section-cta {
    align-items: center;
    align-self: stretch;
    background-color: #f1f1f3;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 2.25rem;
    justify-content: flex-start;
    overflow: hidden;
    padding: 1.5rem;
    text-align: center;
    z-index: 1;
}


.section-cta .container23 {
    align-items: center;
    align-self: stretch;
    background-color: #074b7f;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    justify-content: flex-start;
    overflow: hidden;
    padding: 5rem 0 0;
    position: relative;
}


.section-cta .stack13 {
    box-sizing: border-box;
    gap: 2.5rem;
    max-width: 75rem;
    padding: 0 1rem;
    width: 100%;
    z-index: 2;
}

.section-cta .heading4,
.section-cta .stack13{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.section-cta .img-avatars-icon{
    flex-shrink: 0;
    height: auto;
    max-width: 47.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.section-cta .img-pattern-icon {
    height: 62.5rem;
    left: calc(50% - 560px);
    margin: 0 !important;
    position: absolute;
    top: 14.875rem;
    width: 70rem;
    z-index: 0;
}

.section-cta .container24 {
align-items: center;
    background-color: #fff;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.section-cta .container24 img {
    width: 60px;
}


.section-cta .description30,
.section-cta .heading5 {
    align-self: stretch;
    direction: rtl;
    position: relative;
}

.section-cta .heading5 {
    font-size: 28px;
    font-weight: 800;
    line-height: 44px;
    margin: 0;
}


.section-cta .description30 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}


#aboutus-main>section.section-cta>div>div>a>span {
    color: black;
}



.services-section2{
    background-color: #f1f1f3;
    direction: rtl;
    display: flex;
    justify-content: center;
    padding: 80px 40px;
}


.services-section2 .container {
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    width: 100%;
}

.services-section2 .service-card2 {
    align-items: center;
    background-color: #ffffffbf;
    border: 2px solid hsla(0, 0%, 100%, .749);
    border-radius: 24px;
    direction: rtl;
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
}


.services-section2 .service-card2 .icon {
    margin-bottom: 24px;
}



.services-section2 .service-card2 .title {
    color: #19191a;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 12px;
    text-align: center;
}

.services-section2 .caption{
    color: #19191abf;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    text-align: center;
}



.process-section2 {
    align-items: center;
    background-color: #f1f1f3;
    direction: rtl;
    display: flex;
    justify-content: center;
    padding: 80px;
}



.process-section2 header h2.title{
    font-size: 34px;
        font-weight: 800;
        line-height: 44px;
        color: black;
}

.process-section2 header .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 70px;
    color: black;
}

.process-section2 .process-item .description {
    color: #19191abf;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: block !important;
}


.process-section2 .process-item .top .step {
    background-color: #074b7f40;
    color: #074b7f;
}


.process-section2 .title {
    color: #074b7f;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}


.process-section2 .top .divider {
    background-color: #074b7f40;
}



.process-section2 .content .description {
    color: #19191abf;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}


.category-section {
    align-items: center;
    background-color: #f1f1f3;
    direction: rtl;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 80px;
}



.category-section .container {
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    max-width: 1200px;
    padding: 80px;
    width: 100%;
}

.category-section .container .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 40px 0 40px 24px;
}




.category-section .container .content .category-heading {
    margin-bottom: 60px;
    text-align: right;
}

.category-section .container .content header {
    display: flex;
    flex-direction: column;
    text-align: center;
}


.category-section .container .content header .overline {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}


.category-section .container .content header h2.title {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    color: black;
}

.category-section .container .content header .description {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    color: black;
}


.category-section .container .content .cols {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.category-section .container .content .col {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    color: black;
    font-size: 20px;
    font-weight: 500;
}


.category-section .container .content .cols .col-item {
    flex: 1 1 calc(50% - 24px);
}




.contact-us-section {
    align-items: center;
    background-color: #f1f1f3;
    direction: rtl;
    display: flex;
    justify-content: center;
    padding: 80px;
}


.contact-us-section .container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1200px;
    width: 100%;
}


.contact-us-section .contact-info {
    flex: 1;
    width: 100%;
}


.contact-us-section .contact-heading {
    margin-bottom: 64px;
    max-width: 600px;
    text-align: right;
}

.contact-us-section header {
    display: flex;
    flex-direction: column;
    text-align: center;
}




.contact-us-section header .overline {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}


.contact-us-section header h1.title {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    color: black;
}

.contact-us-section header .description {
color: black;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}


.contact-us-section .contact-info .info {
    align-items: flex-start;
    border-right: 1px solid rgba(25, 25, 26, .102);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 15px;
}

.contact-us-section .contact-info .info .info-item .row{
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.contact-us-section .contact-info .info .info-item .col .title {
    color: #19191a80;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
}
.contact-us-section .contact-info .info .info-item .col .value{
    color: #19191a;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
}
.contact-us-section .contact-info .info .info-item .col,
.contact-us-section .contact-info .info .info-item .cols {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}



.contact-us-section .contact-info .info .info-item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}


.contact-us-section .ticket {
    background-color: #fff;
    border-radius: 24px;
    max-width: 520px;
    padding: 40px;
    width: 100%;
}


.contact-us-section .ticket .ticket-heading {
    margin-bottom: 40px;
    text-align: right;
}

.contact-us-section header {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact-us-section .button {
align-items: center;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    direction: rtl;
    display: flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    padding: 7px 24px;
    background-color: #074b7f;
    color: #fff;
    width: 90%;
    margin-right: 3px;
}



.contact-us-section header h3.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: black;
}



form.contactus {
    display: flex;
    flex-direction: column;
    width: 100%;
}





form.contactus input[type="text"] {
    width: 44%;
    border: 3px solid #FFF;
    background: #f1f1f3;
    padding: 7px 12px;
    border-radius: 8px;
    font-family: KookFaNum;
    font-size: 16px;
}

form.contactus textarea {
width: 94%;
    border: 3px solid #FFF;
    background: #f1f1f3;
    padding: 7px 12px;
    border-radius: 8px;
    font-family: KookFaNum;
    font-size: 16px;
    outline: none;
    min-height: 100px;
    margin-top: 4px;
    margin-bottom: 2px;
}




span.btn-nav-mobile {
    display: none;
}

.process-item .top .step {
    font-size: 14px;
}




div#menu-mobile {
    display: none;
}



div.online-indicator {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0fcc45;
    border-radius: 100%;
    position: absolute !important;
    right: 8px;
    top: 50px;
}

span.blink {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #0fcc45;
    opacity: 0.7;
    border-radius: 100%;
    animation: blink 1s linear infinite;
    position: relative;
    top: -2px;
    right: -2px;
}

@keyframes blink {
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}



#app {
    z-index: 9;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 86px;
}