@font-face {
    font-family: "Freight";
    src: url("../fonts/FreightSansProBold-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/FreightSansProBold-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FreightSansProBold-Regular.woff2") format("woff2"),
        url("../fonts/FreightSansProBold-Regular.woff") format("woff"),
        url("../fonts/FreightSansProBold-Regular.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Fat.eot');
    src: local('../fonts/YekanBakh-Fat'),
        url('../fonts/YekanBakh-Fat.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Fat.woff2') format('woff2'),
        url('../fonts/YekanBakh-Fat.woff') format('woff'),
        url('../fonts/YekanBakh-Fat.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Medium.eot');
    src: local('../fonts/YekanBakh-Medium'),
        url('../fonts/YekanBakh-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Medium.woff2') format('woff2'),
        url('../fonts/YekanBakh-Medium.woff') format('woff'),
        url('../fonts/YekanBakh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Bold.eot');
    src: local('../fonts/YekanBakh-Bold'),
        url('../fonts/YekanBakh-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Bold.woff2') format('woff2'),
        url('../fonts/YekanBakh-Bold.woff') format('woff'),
        url('../fonts/YekanBakh-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Light.eot');
    src: local('../fonts/YekanBakh-Light'),
        url('../fonts/YekanBakh-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Light.woff2') format('woff2'),
        url('../fonts/YekanBakh-Light.woff') format('woff'),
        url('../fonts/YekanBakh-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Heavy.eot');
    src: local('../fonts/YekanBakh-Heavy'),
        url('../fonts/YekanBakh-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Heavy.woff2') format('woff2'),
        url('../fonts/YekanBakh-Heavy.woff') format('woff'),
        url('../fonts/YekanBakh-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Thin.eot');
    src: local('../fonts/YekanBakh-Thin'),
        url('../fonts/YekanBakh-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Thin.woff2') format('woff2'),
        url('../fonts/YekanBakh-Thin.woff') format('woff'),
        url('../fonts/YekanBakh-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Regular.eot');
    src: local('../fonts/YekanBakh-Regular'),
        url('../fonts/YekanBakh-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Regular.woff2') format('woff2'),
        url('../fonts/YekanBakh-Regular.woff') format('woff'),
        url('../fonts/YekanBakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh-Hairline.eot');
    src: local('../fonts/YekanBakh-Hairline'),
        url('../fonts/YekanBakh-Hairline.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakh-Hairline.woff2') format('woff2'),
        url('../fonts/YekanBakh-Hairline.woff') format('woff'),
        url('../fonts/YekanBakh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
} */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --text-color: rgb(236, 236, 236);
    --text-header-color: rgb(219, 219, 219);
    --primary: #f00000;
}

html {
    font-size: 13px;
    scroll-behavior: smooth;
}

body {
    background: rgb(28, 28, 28);
    font-family: 'YekanBakh';
    overflow-x: hidden;
}

p,
span {
    color: var(--text-color);
}

.flex {
    display: flex;

}

.text-highlight {
    color: var(--primary);
}

a {
    text-decoration: none;
    color: var(--text-color);
}

/* Header */
#main-header {
    width: 100%;
    /* height: 100vh; */
    background: rgb(24, 24, 24);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.header-top {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    background: #00000063;
    position: fixed;
    top: 0;
    z-index: 111111111;
    backdrop-filter: blur(6px);
    transform: translateY(-100%);
    opacity: 0.5;
    animation: header__top__dropdown 1s 2.5s ease-in-out forwards;
}

@keyframes header__top__dropdown {
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

.header-top__support {
    background: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 0.94rem;
}

.header-top__burger-icon {
    width: 34px;
    height: 34px;
    background-image: url(../img/burger-menu.png);
    filter: invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.floating-menu {
    height: 100vh;
    width: 50%;
    position: fixed;
    top: 0;
    background: var(--primary);
    right: 0;
    z-index: 1000;
    transform: translateX(110%);
    transition: all .3s ease-in-out;
    padding: 80px 1rem;
}

.dark-layer {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #000000a8;
    z-index: 100;
    backdrop-filter: blur(5px);
    transform: translateX(110%);
    transition: .4s ease-in-out;
}

.closed {
    transform: translateX(0);
}

.menu-list {
    list-style: none;
}

.menu-list a {
    font-size: 1.1rem;
    color: #FDFDFD;
    padding: 0.4rem;
    display: inline-block;
}

#options,
#customers,
#samples,
#packages {
    margin-top: -60px;
    padding-top: 60px;
}

.header__content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sitename-text {
    font-family: 'Freight';
    color: #FDFDFD;
    font-size: 7rem;
    line-height: 0.8;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 100px auto 60px;
    overflow: hidden;
    z-index: 10;
}

.sitename-text__menu{
    transform: translateX(-110%);
    animation: site-name-menu 1.5s ease-out forwards;
}

@keyframes site-name-menu {
    to{
        transform: translateX(0);
    }
}

.sitename-text__iran {
    letter-spacing: 16px;
    transform: translateX(110%);
    animation: site-name-iran 1.5s ease-out forwards;

}

@keyframes site-name-iran {
    to{
        transform: translateX(0);
    }
}

.sitename-text__subtitle {
    font-size: clamp(8px, 21.4%, 112px);
    font-family: 'YekanBakh';
    font-weight: bold;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(-20px);
    animation: sitename-subtitle 1s 1.5s ease-in-out forwards;
}

@keyframes sitename-subtitle {
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

.text-primary-color {
    color: var(--primary);
}

.mobile-frame-area {
    position: relative;
    transform: translateY(60%);
    opacity: 0;
    animation: header-mobile-frame 1s 2.5s ease-in-out forwards;
}

@keyframes header-mobile-frame {
    to{
    transform: translateY(0);
        opacity: 1;
    }
}

.mobile1 {
    /* background-image: url(../img/mobile-frame1.png); */
    width: 200px;
    height: 360px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.mobile-frame {
    width: 100%;
    z-index: 2;
    position: relative;
    height: 100%;
    border-radius: 2.2rem;
    filter: drop-shadow(2px 2px 16px black);
}

.mobile-frame-example {
    position: absolute;
    left: 5%;
    top: 2%;
    width: 90%;
    height: 96%;
    border-radius: 1.6rem;
    z-index: 20;
}

.floating-icons {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.icons-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.pizza-icon {
    width: 70px;
    height: 70px;
    background-image: url(../img/pizza-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -10%;
    position: absolute;
    left: -10%;
}

.burger-icon {
    width: 70px;
    height: 70px;
    background-image: url(../img/burger1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -10%;
    position: absolute;
    right: -18%;
}

.sushi-icon {
    width: 70px;
    height: 70px;
    background-image: url(../img/sushi.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 43%;
    position: absolute;
    right: -40%;
}

.coffee-icon {
    width: 100px;
    height: 100px;
    background-image: url(../img/cofee2.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 53%;
    position: absolute;
    left: -38%;
}

.scroller {
    width: 100%;
    height: 1500px;
}

.site-wrapper {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 420px;
    background: rgb(28, 28, 28);
    box-shadow: 0 30px 40px -4px #4e0000;
}

.options__title {
    padding: 4rem 0 1rem;
}

.options__title h2 {
    color: #e30000;
    font-size: 2.5rem;
    font-weight: 900;
    opacity: 0;
}

.options__title p {
    color: var(--text-color);
    font-size: 1.1rem;
    opacity: 0;
}

.options__title span {
    margin-top: 1rem;
    display: block;
    font-size: 1.05rem;
    color: #9c9c9c;
}

.options__title2 {
    color: #f31414;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
}

.more-note {
    margin-top: -7px;
    font-size: 0.9rem;
    color: #c8c8c8;
    padding-right: 1rem;
    direction: ltr;
}

.options-container {
    margin: 0.4rem 0 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.6rem;
}

.option {
    width: 100%;
    background: #343434;
    border-radius: 2.3rem;
    border: 1px solid #ffffff17;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 12%), #ffffff05);
    overflow: hidden;
    position: relative;
    transform: rotateY(0) rotateX(0) skewX(0);
    /* animation: option-shaking 6s ease-in-out infinite; */
    transform: scale(0.935);
    animation: option__scale 1s 0.2s ease-in-out forwards;
}

@keyframes option__scale {
    to{
        transform: scale(1);
    }
}

@keyframes option-shaking {
    50% {
        transform: rotateY(25deg) rotateX(10deg) skewX(3deg);
    }
}

.option__title {
    width: 45%;
    border-left: 2px solid #ffffff24;
    padding: 0.5rem;
    height: 100%;
    text-align: right;
}

.option__title h3 {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.2rem;
}

.option__title h3::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgb(198, 50, 50);
    border-radius: 50%;
    margin-left: 0.4rem;
    animation: option__title__animation 1.3s ease-in-out infinite;
}

@keyframes option__title__animation {
    50% {
        transform: scale(1.3);
        background: var(--primary);
    }
}

.option__title p {
    font-size: 0.85rem;
    color: #d0d0d0;
}

.glow {
    background: rgb(41, 46, 52);
    background: linear-gradient(90deg, rgba(41, 46, 52, 0) 0%, rgb(255 255 255 / 11%) 50%, rgba(23, 79, 154, 0) 100%);
    width: 180px;
    height: 1000px;
    position: absolute;
    transform: rotate(303deg);
    transform: rotate(303deg) translateX(-110px);
    animation: glow-shining 6s ease-in-out infinite;
}

@keyframes glow-shining {

    0%,
    100% {
        transform: rotate(303deg) translateX(-110px);
    }

    50% {
        transform: rotate(303deg) translateX(-30px);
    }
}

.option__slide {
    color: #FDFDFD;
    width: 55%;
    padding: 0.5rem;
    overflow: hidden;
}

.option__slide .list1 {
    list-style: none;
    width: 100%;
    /* animation: option__slider 5s linear infinite; */
    display: flex;
    flex-direction: column;
}

@keyframes option__slider {
    /* 0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
    } */

    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
}

.option__slide li {
    font-weight: bold;
    color: #d5d5d5;
    font-size: 0.92rem;
}

.option__slide li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-radius: 50%;
    background: #b2b2b2;
}


/* customers */
.customers {
    width: 85%;
    margin: 4rem 0 7rem;
}

.customers__title {
    color: var(--text-header-color);
    font-size: 1.9rem;
    text-align: center;
    padding-bottom: 1rem;
    line-height: 1.4;
    margin-top: 4rem;
}

.counters-container {
    margin: 2rem 0;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    opacity: 0;
}

.counter-animation{
    animation: counter__area__opacity 1s .65s ease-in-out forwards;
}

@keyframes counter__area__opacity {
    to{
        opacity: 1;
    }
}

.counter {
    width: 80px;
}

.counter__value {
    width: 80px;
    height: 80px;
    background: #3a3635;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.9rem;
    font-weight: bold;
    color: var(--text-header-color);
    font-size: 1.8rem;
    direction: ltr;
    position: relative;
    background: linear-gradient(3deg, rgb(255 255 255 / 8%) 25%, rgb(255 98 88 / 31%) 110%);
    animation: counter__value__grayscale 4s linear infinite;
}

@keyframes counter__value__grayscale {
    50% {
        filter: grayscale(0.8);
    }
}

.counter__value::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 5px;
    background-color: var(--primary);
    top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    animation: counter__value__lamp 4s linear infinite;
}

@keyframes counter__value__lamp {
    50% {
        background-color: rgb(157, 82, 59);
    }
}

.counter__title {
    color: var(--text-header-color);
    font-weight: bold;
    margin-top: 0.6rem;
    text-align: center;
}

/* WHY */
.why {
    position: relative;
    width: 100%;
    height: 260px;
    opacity: 0;
    transform: scale(0.9);
}

.scale-animation{
    animation: why__scale 0.7s ease-in-out forwards;
}

@keyframes why__scale {
    to{
        transform: scale(1);
        opacity: 1;
    }
}

.dotted-bg {
    background-image: url(../img/dotted-bg3.png);
    background-size: 70px;
    width: 100%;
    position: absolute;
    height: 170%;
    right: 0%;
    top: -39%;
    border-radius: 2rem;
    box-shadow: inset 0 0 46px 47px #1c1c1c;
}

.why-title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    user-select: none;
}

.why-title__why {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 0.3;
    color: var(--primary);
}

.why-title__menuiran {
    font-size: 3rem;
}

.reason {
    position: relative;
    /* overflow: hidden; */
    /* padding: 1.5rem; */
    /* border-radius: 0.9rem; */
    font-weight: bold;
    color: var(--text-color);
    /* background: linear-gradient(19deg, rgb(255 255 255 / 8%) 35%, rgb(255 255 255 / 21%) 110%); */
    position: absolute;
}

.reason::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    /* background: var(--primary); */
    border-radius: 50%;
    position: absolute;
    right: -19px;
    top: 3px;
    border: 4px solid var(--primary);
}

.reason:nth-child(1) {
    right: 30px;
    top: 21px;
}

.reason:nth-child(2) {
    right: 35%;
    top: -15px;
}

.reason:nth-child(3) {
    left: 2%;
    top: 40px;
}

.reason:nth-child(4) {
    top: 144px;
    right: 20px;
}

.reason:nth-child(5) {
    top: 150px;
    left: -7px;
}

.reason:nth-child(6) {
    top: 208px;
    right: 137px;
}

.reason:nth-child(7) {
    top: 70px;
    right: 17px;
}

.glow2 {
    background: rgb(41, 46, 52);
    background: linear-gradient(90deg, rgba(41, 46, 52, 0) 0%, rgb(255 255 255 / 11%) 50%, rgba(23, 79, 154, 0) 100%);
    width: 60px;
    height: 160px;
    position: absolute;
    transform: rotate(303deg);
    transform: rotate(303deg) translateX(50px);
    animation: glow2-shining 6s ease-in-out infinite;
}

@keyframes glow2-shining {

    0%,
    100% {
        transform: rotate(303deg) translateX(80px);
    }

    50% {
        transform: rotate(303deg) translateX(30px);
    }
}

/* SAMPLES */
.samples {
    width: 100%;
    margin: 7rem 0 10rem;
}

.samples__title {
    margin-top: 8rem;
}

.samples__title h3 {
    color: var(--primary);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

.sample {
    position: relative;
    width: 247px;
    height: 500px;
    border-radius: 3.1rem;
    overflow: hidden;
}

.frame {
    background-image: url(../img/mobile-frame2.png);
    width: 100%;
    height: 101%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 11;
    top: -1px;
}

.sample__image {
    position: absolute;
    width: 90%;
    top: 11px;
    right: 5%;
    border-radius: 1.6rem;
    /* height: 479px; */
}

.is-visible img {
    background: red;
    animation: sample__image__scroll 3s 1s linear forwards;

}

@keyframes sample__image__scroll {
    100% {
        transform: translateY(calc(-100% + 477px));
    }
}

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

.sample__arrow--next,
.sample__arrow--prev {
    background: none !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    animation: slider__arrows__shake 3s ease-in-out infinite;
}

.sample__arrow--prev {
    right: -1rem !important;
}

.sample__arrow--next {
    left: -1rem !important;
}

.sample__arrow--prev svg,
.sample__arrow--next svg {
    width: 3.5rem !important;
    height: 3.5rem !important;
}

@keyframes slider__arrows__shake {

    0%,
    100% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }
}

.splide__pagination {
    bottom: -3rem !important;
}

/* PRICES */
.packages {
    width: 100%;
    padding: 1.8rem;
}

.package-card {
    position: relative;
    width: 100%;
    border-radius: 1rem;
    background: #2b2b2b;
    border: 2px solid #ffffff17;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    padding-top: 3.6rem;
    transform: scale(.93);
    opacity: 0;
    /* animation: package__card__scale 1s .3s ease-in-out forwards; */
}

@keyframes package__card__scale {
    to{
        transform: scale(1);
        opacity: 1;
    }
}

.package__label {
    position: absolute;
    background: var(--primary);
    top: -30px;
    right: 20px;
    height: 30px;
    padding: 0.4rem 1rem 0 2rem;
    border-top-right-radius: 2.6rem;
    border-top-left-radius: 10rem;
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
}

.package__name {
    font-weight: bold;
    color: white;
    font-size: 1.9rem;
}

.package__items {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
    justify-content: center;
}

.package__items__shamel {
    color: #ffffffa8;
    font-size: 0.9rem;
}

.package__item {
    border-radius: 1rem;
    background: var(--primary);
    padding: 0.2rem 0.6rem;
    font-weight: bold;
    color: #FDFDFD;
    font-size: 0.83rem;
    filter: brightness(0.9);
    animation: package__item__glow 1.5s ease-in-out infinite;
}

@keyframes package__item__glow {
    50%{
        filter: brightness(1.3);
    }
}

.package__plus {
    color: #FDFDFD;
    font-weight: bold;
    font-size: 1.4rem;
}

.package__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem;
    border-top: 1px solid #ffffff36;
    margin: 0.5rem 0;
    border-bottom: 1px solid #ffffff36;
    ;
}

.price {
    color: var(--primary);
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
}

.prev__price {
    color: #FDFDFD;
    font-size: 1.2rem;
    position: relative;
}

.line {
    height: 1.5px;
    width: 74px;
    position: absolute;
    background: #e7e7e7;
    left: -4px;
    top: 8px;
    transform: rotate(349deg);
}

.unit {
    color: #bababa;
    font-size: 0.82rem;
    line-height: 0.4;
}

.package__features {
    padding: 1rem 0;
    max-width: 80%;
    margin-bottom: 3.3rem;
}

.package__feature {
    font-weight: bold;
    color: gainsboro;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.package__feature__title{
    color: var(--primary);
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 1rem;
}

.package__feature::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: red;
    border-radius: 1rem;
    margin-left: 1rem;
}

.package__call a {
    text-decoration: none;
    color: #FDFDFD;
    padding: 0.8rem 1.7rem;
    background: var(--primary);
    font-weight: bold;
    border-radius: 0.6rem;
    display: block;
    width: 100%;
}

/* Footer */
#footer {
    background: #b60000;
    width: 100%;
    height: 420px;
    position: fixed;
    bottom: 0;
    z-index: -1;
    padding: 5rem 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__contact-us {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__contact-us h5 {
    font-weight: bold;
    font-size: 1.7rem;
    color: #ececec;
}

.footer__contact-us p {
    color: #dedede;
}

.footer__contact-us a {
    direction: ltr;
    text-decoration: none;
    font-size: 3rem;
    color: #FDFDFD;
}

.tel-space {
    width: 3px;
    display: inline-block;
}

.footer__instagram {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
}

.footer__instagram h5 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ececec;
}

.instagram-banner {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    justify-content: center;
    flex-direction: row-reverse;
}

.instagram-banner svg {
    filter: invert(0.95);
    width: 50px;
    height: 60px;
}

.instagram__id {
    direction: ltr;
    font-size: 1.5rem;
}

.copyright {
    width: 100%;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #ffffff52;
    margin-top: 5rem;
    color: #e0e0e0;
    font-size: 0.9rem;
}

.packages__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.packages__title h3 {
    width: 100%;
    color: var(--primary);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
    position: relative;
    align-self: center;
}

.packages__title h3::before {
    content: '((';
    position: absolute;
    top: -5px;
    right: -11px;
    font-size: 1.1rem;
    color: #FDFDFD;
    transform: rotate(319deg);
    font-weight: normal;

}

.packages__title p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.label {
    background-image: url(../img/label.png);
    position: absolute;
    width: 70%;
    height: 50px;
    background-size: contain;
    top: -17px;
    background-repeat: no-repeat;
    padding: 1.2rem 3rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #FDFDFD;
    font-size: 1.2rem;
}


/* ANIMATION */
.burger-icon {
    animation: burger__shake 6s ease-in-out infinite;
    transform: scale(.9);
    filter: brightness(.8);
}

@keyframes burger__shake {
    50% {
        transform: translate(20px, -20px) scale(1);
        filter: brightness(1);
    }
}

.pizza-icon {
    animation: pizza__shake 7s ease-in-out infinite;
    transform: scale(.9);
    filter: brightness(.8);
}

@keyframes pizza__shake {
    50% {
        transform: translate(-20px, -5px) scale(1);
        filter: brightness(1);
    }
}

.coffee-icon {
    animation: coffee__shake 5s ease-in-out infinite;
    transform: scale(1);
    filter: brightness(1);
}

@keyframes coffee__shake {
    50% {
        transform: translate(20px, 10px) scale(.9);
        filter: brightness(0.8);
    }
}

.sushi-icon {
    animation: sushi__shake 6s ease-in-out infinite;

}

@keyframes sushi__shake {
    50% {
        transform: translate(-20px, 20px);
    }
}


/* .shine {
    background: linear-gradient(115deg, #e30000 0, white 10%, #e30000 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-animate 3s linear infinite;
} */

.shine{
    background: linear-gradient(90deg, #e30000 0, white 10%, #e30000 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-animate 18s linear infinite;
}

@keyframes shine-animate {
    0% {
        background-position: 0;
    }

    50% {
        background-position: 2000px;
    }

    100% {
        background-position: 0;
    }
}

.text-animation{
    animation: text__animation 0.6s 0.5s linear forwards;
    transform: translateY(16px);
        opacity: 0;
}

@keyframes text__animation {
    0%{
        transform: translateY(16px);
        opacity: 0;
    }

    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

.header-text-animation{
    transform: translateY(16px);
        opacity: 0;
    animation: text__animation 0.5s 0.3s linear forwards, shine-animate 18s linear infinite;
}

.package__call{
    position: absolute;
    bottom: 14px;
}

.enamad-link{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.enamad-link svg{
    width: 50px;
    height: 50px;
    fill: #ffffffb8;
}
