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

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

::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: #fff;
    background: #9333ea;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}


body {
    line-height: 1.5rem;
    direction: rtl !important;
    /*color: red;*/
    font-family: yekan, samim, serif;
}

.space-y-12 {
    margin-top: 3rem;
}


.index-logo {
    max-width: 11.5rem;
}

.input-form {
    font-size: .85rem;
    border-radius: 6px;
    line-height: 1.5;
    padding: .35rem .6rem;
    transition: box-shadow 100ms ease-in, border 100ms ease-in, background-color 100ms ease-in;
    border: 1px solid #9333ec;
    color: rgb(14, 14, 16);
    background: #ffffff;
    display: inline-block;
    height: 3rem;
    margin-bottom: 1rem;
}
.input:focus {
    border-color: #9333ec;
    background: #f6f4f4;
}
.input:hover {
    border-color: #e1d9d9;
}

.otp-card {
    max-width: 25rem;
}

.my-4 {
    margin: 1.5rem 0;
}

.pt-8 {
    padding-top: 2rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.w-75 {
    max-width: 85%;
}

.introduction-emoji {
    display: inline-block;
    max-width: 1.5rem;
}

.footer-heart {
    display: inline-block;
    max-width: 1rem;
}

.otter-emoji {
    display: inline-block;
    max-width: 3rem;
    margin-top: 1rem;
}

.left-divider {
    border-left: 1px solid rgb(233 233 236);
}

.rocket-emoji {
    display: inline-block;
    max-width: 1rem;
}

.index-heading-title {
    line-height: 3rem;
    font-size: 2.6rem;
}

.features {
    position: relative;
}

.features::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: -30rem;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/abstract.png');
    background-repeat: no-repeat;
    background-position: center; /* Adjust to position the image */
    background-size: contain; /* Adjust as needed (cover, contain, etc.) */
    opacity: 0.07; /* Set opacity to blend the image with the background */
    z-index: -1; /* Ensure it's behind the content */
}

.footer-links {
    padding: .25rem;
}

.mt-10 {
    margin-top: 10rem;
}

.pt-40 {
    padding: 10rem 0 0 0;
}
.blue-link {
    color: #3790ef;
}
.btn {
    background-color: #9333ec;
    border-radius: 6px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: .85rem;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 1rem auto;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn:hover,
.btn:focus {
    background-color: #9b40ef;
}
