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

body {
    background: linear-gradient(45deg, #2e8bff 15%, #3eff5f 85%);
    font-family: 'Samim';
    min-height: 800px;
}

.header {
    width: 100%;
    height: 60px;
}

.menu-top {
    padding: 0px;
    margin: 18px;
}

.menu-top li {
    list-style: none;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.menu-top li a {
    color: #000000;
    font-family: 'Samim';
    font-size: 16px;
    text-decoration: none;
}

.bg-index-left {
    background: #4bc0c0cf;
    width: 210px;
    border-radius: 100px;
    border: 3px solid #348787cf;
}

.w-210 {
    width: 210px;
}

.m-t-100 {
    margin-top: 100px;
}

.title {
    font-size:26px;
    direction: rtl;
    text-align: right;
    font-weight: bold;
}

.text-index-moaref {
    text-align: justify;
    direction: rtl;
    font-size: 15px;
    line-height: 31px;
}

.title-service {
    /* font-size: 16px; */
    text-align: center!important;
    font-weight: bold;
    font-family: 'Samim';
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 48px;
}

.box {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background-color: #0000001c;
    border-radius: 20px;
    border: 1px solid #00000010;
    backdrop-filter: blur(16px);
}

.m-t-25 {
    margin-top: 25px;
}

.text-box {
    font-size: 14px;
    text-align: justify;
    padding-right: 37px;
    padding-left: 37px;
    direction: rtl;
    line-height: 31px;
}

.title-box {
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
}

.title-start {
    text-align: center!important;
    font-weight: bold;
    font-family: 'Samim';
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 48px;
}

.btn-info2 {
    height: 44px!important;
    padding-top: 6px;
    direction: rtl;
    margin-top: 30px;
    margin-bottom: 16px;
    margin-bottom: 20px!important;
}

.img-phone {
    position: fixed;
    right: 24px;
    bottom: 19px;
}

.footer-botton {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: #000000ce;
    align-items: center;
}

.footer-botton p {
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'samim';
    text-align: center;
    margin: 0;
}

.phone {
    font-size: 15px;
    padding-top: 10px;
    float: left;
    font-weight: bold;
}

.pl-10 {
    padding-left: 10px;
}

.profile-frame {
    width: fit-content !important;
    padding: 12px;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    background-color: #00000020;
    border: none;
}

.profile-image {
    border-radius: 100% !important;
}

.m-ccc {
    margin-top: 60px !important;
}

.socials-buttons-cont {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
}

.socials-buttons-cont > a {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    offset: none !important;
    border: none !important;
    color: white !important;
    width: 200px !important;
    background-color: #e63429 !important;
    transition: all ease .3s !important;
    -webkit-transition: all ease .3s !important;
    -moz-transition: all ease .3s !important;
    -ms-transition: all ease .3s !important;
    -o-transition: all ease .3s !important;
}

.socials-buttons-cont > a:hover {
    background-color: #c22b23 !important;
    color: white !important;
    outline: none !important;
    offset: none !important;
    border: none !important;
}

.socials-buttons-cont > a:active {
    background-color: #a5342f !important;
    outline: none !important;
    offset: none !important;
    border: none !important;
}

* {
    color: #131313 !important;
}

.credit-labels {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 0px 40px;
    align-items: center;
    justify-content: space-between;
}

.enamad {
    display: flex;
    height: 80px;
    width: max-content;
    background-color: transparent;
}

.zarinpal {
    display: flex;
    height: 80px;
    width: max-content;
    background-color: transparent;
}

.zarinpal img {
    height: 80px;
}