@font-face {
    font-family: "Dirooz";
    src: url("./fonts/Dirooz-FD.eot");
    src: url("./fonts/Dirooz-FD.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Dirooz-FD.woff2") format("woff2"),
    url("./fonts/Dirooz-FD.woff") format("woff"),
    url("./fonts/Dirooz-FD.ttf") format("truetype");
}
:root {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0px 20px 38.1px 0px #0000000d;
    --tw-shadow2: 0px 0px 20px 0px #000000ab;
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    --headingSize: 55px;
    --background-color: black;
}
body {
    background: #FFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(159, 131, 206, 0.42) 100%);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Dirooz,sans-serif !important;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
a {
    text-decoration: none !important;
}
* {
    font-style: normal !important;
}


.namad-parent {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 20px;
    .namad {
        width: 70px;
        height: 100px;
        a {
            width: 100%;
            height: 100%;
            display: flex;
        }
        img {
            width: 100%;
            height: 100%;
        }
    }
}

.font-bold {
    font-weight: 800 !important;
}
.mb-custom-icon {
    margin-bottom: 4px !important;
}
.btn-purple {
    background-color: #9f83ce;
    color: white;
    transition: all 0.3s linear;
}
.btn-purple:hover {
    transition: all 0.3s linear;
    background-color: #9f83ce;
    color: white;
    opacity: 0.7;
}
.row-gap-2 {
    row-gap: 10px !important;
}
.row-gap-4 {
    row-gap: 20px !important;
}
.container-page {
    padding: 20px;
    width: 100%;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: column;
}
.row-height-1 {
    height: 400px;
}
.item-right-parent .item-right-1 {
    position: absolute;
    top: -100px;
    right: 100px;
    background-color: white;
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-right-parent .item-right-2 {
    position: absolute;
    top: 100px;
    right: 300px;
    background-color: white;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-right-parent .item-right-3 {
    position: absolute;
    top: 0;
    right: 500px;
    background-color: white;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-right-parent .item-right-1 img {
    width: 80%;
    height: 80%;
}
.item-right-parent .item-right-2 img {
    width: 80%;
    height: 80%;
}
.item-right-parent .item-right-3 img {
    width: 80%;
    height: 80%;
}
.animation-right-1 {
    animation: animate-right-1 7s ease-in-out infinite;
}
.animation-right-2 {
    animation: animate-right-2 7s ease-in-out infinite;
}
.animation-right-3 {
    animation: animate-right-3 7s ease-in-out infinite;
}
@keyframes animate-right-1 {
    0%, 100% {
        transform: translateY(0) translate(0);
    }
    25% {
        transform: translateY(-15px) translate(-8px);
    }
    50% {
        transform: translateY(-8px) translate(8px);
    }
    75% {
        transform: translateY(-12px) translate(-3px);
    }
}
@keyframes animate-right-2 {
    0%, 100% {
        transform: translateY(0) translate(0);
    }
    30% {
        transform: translateY(-10px) translate(-8px);
    }
    70% {
        transform: translateY(-6px) translate(6px);
    }
}
@keyframes animate-right-3 {
    0%, 100% {
        transform: translateY(0) translate(0);
    }
    35% {
        transform: translateY(-8px) translate(-6px);
    }
    65% {
        transform: translateY(-14px) translate(4px);
    }
}
.item-left-parent .item-left-1 {
    position: absolute;
    top: -100px;
    left: 100px;
    background-color: white;
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-left-parent .item-left-2 {
    position: absolute;
    top: 100px;
    left: 300px;
    background-color: white;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-left-parent .item-left-3 {
    position: absolute;
    top: 0;
    left: 500px;
    background-color: white;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-left-parent .item-left-1 img {
    width: 80%;
    height: 80%;
}
.item-left-parent .item-left-2 img {
    width: 80%;
    height: 80%;
}
.item-left-parent .item-left-3 img {
    width: 80%;
    height: 80%;
}
.animation-left-1 {
    animation: animate-left-1 7s ease-in-out infinite;
}
.animation-left-2 {
    animation: animate-left-2 7s ease-in-out infinite;
}
.animation-left-3 {
    animation: animate-left-3 7s ease-in-out infinite;
}
@keyframes animate-left-1 {
    0%, 100% {
        transform: translateY(0) translate(0);
    }
    25% {
        transform: translateY(-15px) translate(-8px);
    }
    50% {
        transform: translateY(-8px) translate(8px);
    }
    75% {
        transform: translateY(-12px) translate(-3px);
    }
}
@keyframes animate-left-2 {
    0%, 100% {
        transform: translateY(0) translate(0);
    }
    30% {
        transform: translateY(-10px) translate(-8px);
    }
    70% {
        transform: translateY(-6px) translate(6px);
    }
}
@keyframes animate-left-3 {
    0%, 100% {
        transform: translateY(0) translate(0);
    }
    35% {
        transform: translateY(-8px) translate(-6px);
    }
    65% {
        transform: translateY(-14px) translate(4px);
    }
}
.item-center-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.item-center-parent h1 {
    font-weight: 800;
    font-size: 40px;
}
.item-center-parent p {
    font-size: 18px;
    font-weight: 600;
}
.bg-item-1 {
    background-color: #9f83ce;
    padding: 100px;
    margin: 0 0 0 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.bg-item-1 a {
    justify-content: start;
    align-items: start;
    gap: 10px;
    flex-direction: column;
}
.bg-item-1 h2 {
    font-size: 30px;
    color: white;
    font-weight: 800;
}
.bg-item-1 p {
    font-size: 18px;
    font-weight: 500;
    color: white;
    max-width: 400px;
    line-height: 35px;
    margin: 0;
}
.bg-item-2 {
    background-color: #9f83ce;
    padding: 100px;
    margin: 0 10px 0 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.bg-item-2 a {
    justify-content: end;
    align-items: end;
    gap: 10px;
    flex-direction: column;
}
.bg-item-2 h2 {
    font-size: 30px;
    color: white;
    font-weight: 800;
}
.bg-item-2 p {
    font-size: 18px;
    font-weight: 500;
    color: white;
    max-width: 400px;
    line-height: 35px;
    margin: 0;
    text-align: end;
}
.sticky-center-item {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -160px;
    right: 50%;
    transform: translateX(50%);
    background: #FFFF;
    background: linear-gradient(180deg, #f5f2fa 15%, #dcd3ed 100%);
    border-radius: 50%;
}
.sticky-center-item .imageAnimation {
    width: 100%;
    height: 100%;
}
.imageAnimation {
    animation: imageAnimate 8s linear infinite;
}
@keyframes imageAnimate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}
.image-2 {
    position: absolute;
    bottom: 20px;
    right: -10px;
    width: 450px;
    height: 450px;
}
.container-page-mobile {
    display: none;
}
.container-page-mobile .item-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.container-page-mobile .item-1 .logo {
    width: 100px;
    height: 100px;
}
.container-page-mobile .item-1 h1 {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}
.container-page-mobile .item-1 p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.parent-cart-item {
    height: 200px;
    width: 200px;
    padding: 10px;
    border-radius: 15px;
    background-color: #9f83ce;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parent-cart-item .cart-item {
    height: 150px;
    width: 150px;
    border-radius: 15px;
    background-color: #9f83ce;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow2);
}
.parent-cart-item .cart-item img {
    width: 100%;
    height: 100%;
}
.parent-cart-item-2 {
    background-color: #8bdbd9;
}
.parent-cart-item-2 .cart-item {
    background-color: #8bdbd9;
}
@media screen and (max-width: 500px) {
    .parent-cart-item {
        height: 150px;
        width: 150px;
    }
    .parent-cart-item .cart-item {
        height: 110px;
        width: 110px;
    }
}
@media screen and (max-width: 350px) {
    .parent-cart-item {
        height: 100px;
        width: 100px;
    }
    .parent-cart-item .cart-item {
        height: 80px;
        width: 80px;
    }
}
.navbar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #947ac0;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display: none;
    border-radius: 10px;
    margin: 10px;
}
.navbar a {
    color: white;
}
.navbar a i {
    font-size: 30px;
    font-weight: 800;
}
.container-page-mobile .item-1 p span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}
.item-center-parent .swift-up-text span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}
.container-page-mobile .item-1 .swift-up-text span i {
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
}
.item-center-parent .swift-up-text span i {
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
    font-style: normal !important;
}

.span-custom {
    font-size: 18px;
    font-weight: 800;
    color: black;
}
@keyframes swift-up {
    to {
        top: 0;
    }
}
@media screen and (max-width: 1000px){
    :root{
        --headingSize: 35px;
    }
}
.header {
    display: none;
    background-color: #9f83ce;
    padding: 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}e
@media screen and (max-width: 1700px) {
    .container-page {
        max-width: 100%;
    }
    .item-right-parent .item-right-1 {
        right: 50px;
    }
    .item-right-parent .item-right-2 {
        right: 150px;
    }
    .item-right-parent .item-right-3 {
        right: 250px;
    }
    .item-left-parent .item-left-1 {
        left: 50px;
    }
    .item-left-parent .item-left-2 {
        left: 150px;
    }
    .item-left-parent .item-left-3 {
        left: 250px;
    }
    .bg-item-1 {
        padding: 40px;
    }
    .bg-item-2 {
        padding: 40px;
    }
    .sticky-center-item {
        width: 300px;
        height: 300px;
    }
    .image-2 {
        width: 350px;
        height: 350px;
    }
}
@media screen and (max-width: 1024px) {
    .container-page {
        display: none;
    }
    .container-page-mobile {
        display: flex;
        margin: 30px 0 85px 0;
    }
    .navbar {
        display: flex;
    }
    .header {
        display: flex;
    }
}
