@font-face {
    font-family: "iranyekanx";
    font-style: normal;
    src: url("../fonts/iranyekanx/IRANYekanX-Regular.ttf");
}

@font-face {
    font-family: "iranyekanx";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iranyekanx/IRANYekanX-DemiBold.ttf");
}

@font-face {
    font-family: "iranyekanx";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/iranyekanx/IRANYekanX-Bold.ttf");
}

@font-face {
    font-family: "iranyekanx";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iranyekanx/IRANYekanX-Black.ttf");
}

* {
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-family: "iranyekanx" !important;
    position: relative;
    max-width: 430px !important;
    margin: 0 auto !important;
    background-color: #fff !important;
    overflow-x: hidden;
}

p,
span,
small,
ul,
li,
ol,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "iranyekanx";
    text-decoration: none !important;
}


.sticky-button {
    background-color: #FD2A80FD;
    box-shadow: 0 0 24px 4px #00d5ff15;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    padding: 16px 24px;
    width: 100%;
    position: fixed;
    z-index: 99;
}

.sticky-button a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1rem;
}

.sticky-button a.left {
    left: 0;
}

.sticky-button a.right {
    right: 0;
}

.sticky-button i {
    vertical-align: middle;
    font-size: 1.2rem;
    margin-left: 5px;
    animation: shake 2s ease-in-out infinite;
}

.hero .fixed {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
}

.hero .fixed .notice {
    color: #c2bbc5;
    vertical-align: middle;
    font-size: 12px;
}

.hero .fixed .notice i {
    vertical-align: middle;
    margin-left: 3px;
}

.img{
    width: 100%;
    height: auto;
    max-width: 100%;
}

.text-justify{
    text-align: justify;
}

.btn-whatsapp{
    background-color: #25D366;
    border-radius: 50px;
    padding: 16px 20px;
    margin: 0 auto;
    width: fit-content;
}

.btn-whatsapp a{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.btn-whatsapp a i{
    color: #fff;
    font-size: 24px;
    margin-left: 8px;
}

.btn-center{
    display: flex;
    justify-content: center;
}

.btn-pink{
    background-color: #FFF2F7;
    border: 1px solid #FD2A80;
    color: #FD2A80;
    padding: 12px 24px 12px 24px;
    gap: 8px;
    border-radius: 32px;
    border: 1px 0px 0px 0px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.laser{
    border-radius: 0 12px;
}

.btn-pink-2{
    background-color: #FD2A80;
    color: #fff;
    padding: 12px 24px 12px 24px;
    border-radius: 32px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 0px 24px 4px #FFFFFF1A;
}

.title-2 h2 {
    font-size: 18px;
    font-weight: 800;
}


.title-3{
    padding: 12px 16px;
    background-color: #FD2A801A;
    border-radius: 12px;

}
.title-3 h3{
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
