
.redux-main{
    margin-right:0 !important;
}

.button-main {
    cursor: pointer;
    border-radius: 1.2rem;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
}

.button--primary {
    color: #fff;
    background: var(--toranj-primary-color);
}

.button--outline {
    color: var(--toranj-primary-color);
    border: 0.1rem solid var(--toranj-primary-color);
}

#success-order-section {
    justify-content: center;
    align-items: center;
    display: flex;
}

.success-order__details {
    text-align: center;
    background: #fff;
    border-radius: 2rem;
    padding: 3rem 5.3rem 0;
}

.success-order__details__icon {
    margin-bottom: 2.6rem;
}

.success-order__details__text {
    text-align: center;
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 2.4rem;
}

.success-order__details__list {
    text-align: right;
    flex-direction: column;
    gap: 1.6rem;
    padding-inline: 0.3rem;
    list-style: none;
    display: flex;
    padding-bottom: 30px;
}

.success-order__details__list__item {
    line-height: 1.92rem;
}

.success-order__details__list__item__value {
    font-weight: 600;
}

.success-order__order-tracking {
    background: #fff;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.2rem;
    padding: 2.4rem 1.6rem;
    line-height: 1.92rem;
    display: flex;
}

.success-order__order-tracking__title {
    color: var(--toranj-primary-color);
    font-weight: 600;
}

.success-order__order-tracking__counter {
    align-items: center;
    gap: 0.4rem;
    display: flex;
}

.success-order__order-tracking__counter span {
    color: var(--toranj-primary-color);
    aspect-ratio: 1;
    background: #f4f4f4;
    border-radius: 0.4rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: auto;
    font-weight: 600;
    line-height: 1rem;
    display: flex;
}

.success-order__order-tracking__counter span:first-of-type {
    color: var(--toranj-accent-color);
}

.success-order__actions {
    gap: 1.7rem;
    margin-top: 2.4rem;
    display: flex;
}

.success-order__actions__button {
    height: 5.2rem;
    font-size: 1.8rem;
    line-height: 2.16rem;
}

.success-order__actions__button:first-of-type {
    flex: 6;
}

.success-order__actions__button:last-of-type {
    flex: 4;
}

.socials{
    width:100%;
}
#socials-section {
    justify-content: center;
    align-items: center;
    display: flex;
}

.socials__title {

    text-align: center;
    margin-bottom: 4.2rem;
    font-weight: 700;
    line-height: 1.92rem;
}
.socials-title-line {
    border-top: rgba(6, 76, 79, 0.4) dashed 2px;
    width: 100%;
}

.socials__list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.4rem;
    list-style: none;
    display: flex;
}

@media screen and (width <= 654px) {
    .socials__list li,
    .socials__list {
        flex: 1;
    }
}

.socials__list__item {
    color: var(--toranj-primary-color);
    background: #fff;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 2rem;
    text-decoration: none;
    transition: background 0.25s;
    display: flex;
}

.socials__list__item__content {
    gap: 1.2rem;
    display: flex;
}

.socials__list__item__content__text {
    color: #4c4c4c;
    text-wrap: nowrap;
    min-width: 11rem;
    margin-left: 6rem;
    font-weight: 500;
    line-height: 3.2rem;
    transition: color 0.25s;
}

.socials__list__item__content__text__social-name {
    color: var(--toranj-primary-color);
    font-size: 2.3rem;
    font-weight: 700;
    transition: color 0.25s;
}

.socials__list__item__content__social-icon {
    color: var(--toranj-primary-color);
    transition: color 0.25s;
}

.socials__list__item__arrow-icon {
    background: #f4f4f4;
    border-radius: 0.8rem;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    transition: background 0.25s;
    display: flex;
}

.socials__list__item:hover {
    box-shadow: -4px 4px 24px 0px #183D3D33 33;
    background: var(--toranj-primary-color);
}

.socials__list__item:hover .socials__list__item__content__text {
    color: #d9d9d9;
}

.socials__list__item:hover .socials__list__item__content__text__social-name,
.socials__list__item:hover .socials__list__item__content__social-icon,
.socials__list__item:hover .socials__list__item__content span {
    color: #fff;

}


.socials__list__item:hover .socials__list__item__arrow-icon {
    background: var(--toranj-secondary-color);
}
*, *:after, *:before{
    -webkit-tap-highlight-color: transparent;
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.no-order-styles {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-order-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}
.no-order-img {
    width: 25%;
    height: 25%;
    margin-bottom: 25px;
    margin-top: 60px;
}
.no-order-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 75px;
    color: #646464;
}
.no-order-btn {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding-block: 12px;
    padding-inline: 58px;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--toranj-primary-color);
    border-radius: 12px;
    margin-bottom: 56px;
}
#hero-section {
    margin-inline: auto;
    max-width: 1440px;
    padding-top: 100px;
    position: relative;
    overflow: hidden;

}
.resturant-info-2 {
    width: fit-content;
    padding: 9px 20px;
    border-radius: 8px;
    background: var(--toranj-secondary-color);
    backdrop-filter: blur(5.5px);
    border: none;
    color: var(--toranj-primary-color);
    font-weight: 600;
    font-size: 16px;
    align-self: flex-end;
    cursor: pointer;
}
.hero {
    position: relative;
    padding: 20px;

    justify-content: space-between;
    align-items: center;
    padding-inline: 7.2rem;
    display: flex;
}

@media screen and (width <= 375px) {
    .hero {
        padding-inline: 2rem;
    }
}

@media screen and (width <= 896px) {
    .hero {
        padding-left: 0;
        padding-right: 2rem;
    }
}

.hero__plant {
    position: absolute;
}

.hero__plant--right {
    top: 0;
    right: -25px;
    transform: rotate(-159.3deg);
}

@media screen and (width <= 896px) {
    .hero__plant--right {
        display: none;
    }
}

@media screen and (width <= 768px) {
    .hero__plant--right {
        width: 40px;
        height: 76px;
        display: block;
        top: -50px;
        right: -20px;
    }
}

.hero__plant--left {
    top: 50px;
    left: -25px;
}

@media screen and (width <= 768px) {
    .hero__plant--left {
        width: 30px;
        height: 64px;
        left: -10px;
    }
}

.hero__content {
    flex-direction: column;
    display: flex;
}

@media screen and (width <= 768px) {
    .hero__content {
        flex: 1 0 200px;
    }
}

@media screen and (width <= 375px) {
    .hero__content {
        flex: 1 0 173px;
    }
}

.hero__content__status {
    color: #4f7c7c;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    line-height: 2.18;
    display: flex;
}

@media screen and (width <= 375px) {
    .hero__content__status {
        order: 3;
        font-size: 1rem;
    }
}

.hero__content__status:before {
    content: "";
    background: var(--toranj-accent-color);
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
}

.hero__content__slogan {
    color: var(--toranj-primary-color);
    margin-bottom: 1rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (width <= 512px) {
    .hero__content__slogan {
        order: 2;
        font-size: 1.8rem;
        line-height: 30px;
    }
}

.hero__content__about {
    color: #909090;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    line-height: 2.18;
    position: relative;
}

@media screen and (width <= 768px) {
    .hero__content__about {
        display: none;
    }
}

.hero__content__about:before {
    content: "";
    background: #065f63;
    width: 0.15rem;
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    right: -1rem;
    transform: translateY(-0.5rem);
}

.hero__content__button-box {
    text-align: left;
}

@media screen and (width <= 768px) {
    .hero__content__button-box {
        text-align: right;
        order: 2;
    }
}

.hero__content__button-box__button {
    width: 14rem;
    height: 3.7rem;
    font-size: 1.6rem;
}

@media screen and (width <= 768px) {
    .hero__content__button-box__button {
        color: var(--toranj-primary-color);
        background: var(--toranj-secondary-color);
        width: 10.4rem;
        height: 2.6rem;
        margin-bottom: 1.7rem;
        font-size: 1.2rem;
    }
}

.hero__image-box {
    flex: auto;
    min-width: 136px;
    max-width: 672px;
    position: relative;
}

@media screen and (width <= 375px) {
    .hero__image-box {
        flex: none;
        width: 180px;
    }
}

.hero__image-box__image {
    width: 100%;
}

.hero__image-box:before {
    content: "";
    z-index: -1;
    background: var(--toranj-primary-color);
    border-radius: 2rem;
    width: 490px;
    height: 615px;
    position: absolute;
    bottom: 0;
    right: 45%;
}

#hero-full-section {
    margin-inline: auto;
    max-width: 1336px;
    margin-top: 100px;
    padding-inline: 20px;
}

.hero-full {
    color: #fff;
    margin-inline: auto;
    padding: 10rem;
    position: relative;
}

@media screen and (width <= 1080px) {
    .hero-full {
        padding: 6rem;
    }
}

@media screen and (width <= 990px) {
    .hero-full {
        padding: 4rem;
    }
}

@media screen and (width <= 670px) {
    .hero-full {
        padding: 1rem;
    }
}

.hero-full__background {
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-full__content {
    max-width: 395px;
}

@media screen and (width <= 990px) {
    .hero-full__content {
        max-width: none;
    }
}

.hero-full__content__slogan {
    margin-bottom: 1rem;
    font-size: 3.2rem;
    line-height: 1.2;
    display: inline-block;
}

.hero-full__content__slogan span {
    color: var(--toranj-secondary-color);
}

@media screen and (width <= 990px) {
    .hero-full__content__slogan {
        font-size: 1.8rem;
    }
}

@media screen and (width <= 670px) {
    .hero-full__content__about {
        display: none;
    }
}

.hero-full__content__about {
    opacity: 0.54;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 2.18;
}

@media screen and (width <= 990px) {
    .hero-full__content__about {
        opacity: 1;
    }
}

.hero-full__content__button-box {
    text-align: left;
}

.hero-full__content__button-box__button {
    color: var(--toranj-primary-color);
    background: var(--toranj-secondary-color);
    width: 14rem;
    height: 3.7rem;
}

@media screen and (width <= 990px) {
    .hero-full__content__button-box__button {
        height: 3rem;
    }
}

*,
:before,
:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: #4c4c4c;
    background: #f4f4f4;
    height: 100vh;
    font-size: 16px;
    overflow-x: hidden;
}



/*# sourceMappingURL=index.295fdb0b.css.map */
