body {
    margin: 0;
    font-family: vazir;
    font-size: 14px;
    direction: rtl;
    background-color: #f7f7f7;
    overflow-x: hidden;
    padding: 0;
    list-style: none;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 4px;
}

.bgc {
    position: relative;
    height: 200px;
    background-color: #0693e3;
    width: 100vw;
}

.bgc img {
    height: 200px;
    transform: scale(0.5);
    background-size: cover;
    width: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}

.body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #0693e3;
    height: 500px;
}

.text {
    padding-inline: 70px;
    margin-top: 90px;
    width: 350px;
    text-align: justify;
}

.body .images img {
    width: 600px;
}

.text a {
    display: inline;
    color: #ffffff;
    font-family: dana;
    background-color: #61CE70;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 7px;
    text-decoration: none;
}

.text a:hover {
    transition: transform 0.5s ease-in-out;
    transform: scale(1.5) rotate(15deg);
}

h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.platforms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    gap: 80px;
}

.platforms h2 {
    padding: 0;
    margin: 0;
    margin-right: 30px;
}

.lists {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 75vw;
    overflow-x: scroll;
    gap: 20px;
    padding-inline: 50px;
    scroll-behavior: smooth;
}

.lists::-webkit-scrollbar {
    display: none;
}

.pbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 15px;
    background-color: #f5f5f5;
    flex-shrink: 0;
    width: 250px;
    text-align: center;
}

.pbox h2 {
    color: white;
    font-size: 20px;
    padding-block: 0.83em;
}

.pbox i {
    font-size: 40px;
    color: white;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #0693E3;
    padding-inline: 20px;
}

.footer .foptions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    padding: 15px;
    text-align: justify;
    color: white;
    padding-inline: 50px;
    height: 150px;
}

.footer .mes {
    gap: 15px;
    padding-right: 20px;
}

.footer .namad {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.footer .namad a img {
    width: 65px;
}

.footer .foptions .messenger {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 126px;
}

#zarinpal img {
    width: 70px;
}

.footer .foptions .messenger a {
    text-decoration: none;
    color: white;
}

.footer .foptions .messenger a:hover {
    color: black;
}

.footer .foptions .messenger i {
    font-size: 20px;
}

.footer .foptions p {
    font-size: 13px;
}

.telegram {
    background-color: #24A1DE;
}

.instagram {
    background-color: #E1306C;
}

.youtube {
    background-color: #FF0000;
}

.x {
    background-color: #000000;
}

.tiktok {
    background-color: #25F4EE;
}

.twitch {
    background-color: #8956FB;
}

.custom-shape-divider-top-1737105622 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    color: red;
}

.custom-shape-divider-top-1737105622 svg {
    position: relative;
    display: block;
    width: calc(122% + 1.3px);
    height: 200px;
}

.custom-shape-divider-top-1737105622 .shape-fill {
    fill: #0693E3;
}

.custom-shape-divider-top-1737167902 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1737167902 svg {
    position: relative;
    display: block;
    width: calc(297% + 1.3px);
    height: 200px;
}

.custom-shape-divider-top-1737167902 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1737184980 {
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1737184980 svg {
    position: relative;
    display: block;
    width: calc(237% + 1.3px);
    height: 200px;
}

.custom-shape-divider-top-1737184980 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1737185522 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1737185522 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 200px;
}

.custom-shape-divider-bottom-1737185522 .shape-fill {
    fill: #0693E3;
}

.text p {
    color: #ffffff;
}

.text span {
    color: #fcb900;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.footer p {
    padding: 0;
    margin: 0;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    background-color: #f7f7f7;
    padding-top: 50px;
}

.what {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what p {
    font-family: vazir;
    font-size: 25px;
}

.options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    margin-top: 80px;
    gap: 70px;
    width: 75vw;
}

.dbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.dbox span {
    font-size: 40px;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.paymentsh {
    background-color: #EDFAFE;
    fill: #6EC3DD;
    color: #6EC3DD;
}

.takmil {
    background-color: #E4F4F1;
    fill: #38C9AE;
    color: #38C9AE;
}

.paygir {
    background-color: #FFF8F5;
    fill: #E4A083;
    color: #E4A083;
}

.select {
    background-color: #F4F3FB;
    fill: #8478D8;
    color: #8478D8;
}

.dbox h2 {
    font-family: vazir;
    color: #343A40;
    font-size: 17px;
}

.dbox p {
    font-family: vazir;
    font-size: 13px;
    text-align: justify;
    color: #69727d;
}

.box {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
}

.bgimg {
    position: absolute;
    height: 100vh;
}

lottie-player {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

nav {
    position: fixed;
    background: rgba(32, 32, 32, 0.25); 
    backdrop-filter: blur(5px);
    z-index: 1;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    font-size: 12px;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-inline: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    padding-inline: 7px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
}

nav ul li a:hover {
    color: black;
}

nav ul li ul {
    display: none;
    position: absolute;
    background-color: #444;
    padding: 0;
    min-width: 250px;
    z-index: 1;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li a {
    padding: 0;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}


form {
    display: flex;
    flex-direction: column;
    position: static;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 450px;
}

.g-recaptcha {
    display: flex;
    flex-direction: row;
    margin-inline: auto;
    margin-top: 13px;
}

label {
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

select, input {
    font-family: kalameh;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13.5px;
}

input {
    direction: ltr;
}

select option {
    font-family: kalameh;
}

.description {
    display: hidden;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

label[for="description"] {
    display: hidden;
}

.description p {
    color: #333;
}

.payment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price {
    font-size: 13px;
}

.payment button {
    font-family: dana;
    width: 30%;
    margin-top: 17px;
    height: 50px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.payment button:hover {
    background-color: #0056b3;
}