@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot') format('embedded-opentype'),
         url('../fonts/Regular.woff2') format('woff2'),
         url('../fonts/Regular.woff') format('woff'),
         url('../fonts/Regular.ttf') format('truetype'),
         url('../fonts/Regular.svg#Regular') format('svg');
}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/Medium.eot');
    src: url('../fonts/Medium.eot') format('embedded-opentype'),
         url('../fonts/Medium.woff2') format('woff2'),
         url('../fonts/Medium.woff') format('woff'),
         url('../fonts/Medium.ttf') format('truetype'),
         url('../fonts/Medium.svg#Medium') format('svg');
}

@font-face {
    font-family: 'Bold';
    src: url('../fonts/Bold.eot');
    src: url('../fonts/Bold.eot') format('embedded-opentype'),
         url('../fonts/Bold.woff2') format('woff2'),
         url('../fonts/Bold.woff') format('woff'),
         url('../fonts/Bold.ttf') format('truetype'),
         url('../fonts/Bold.svg#Bold') format('svg');
}

@font-face {
    font-family: 'LightItalic';
    src: url('../fonts/LightItalic.eot');
    src: url('../fonts/LightItalic.eot') format('embedded-opentype'),
         url('../fonts/LightItalic.woff2') format('woff2'),
         url('../fonts/LightItalic.woff') format('woff'),
         url('../fonts/LightItalic.ttf') format('truetype'),
         url('../fonts/LightItalic.svg#LightItalic') format('svg');
}

@font-face {
    font-family: 'Light';
    src: url('../fonts/Light.eot');
    src: url('../fonts/Light.eot') format('embedded-opentype'),
         url('../fonts/Light.woff2') format('woff2'),
         url('../fonts/Light.woff') format('woff'),
         url('../fonts/Light.ttf') format('truetype'),
         url('../fonts/Light.svg#Light') format('svg');
}

@font-face {
    font-family: 'Vetrino';
    src: url('../fonts/Vetrino.eot');
    src: url('../fonts/Vetrino.eot') format('embedded-opentype'),
         url('../fonts/Vetrino.woff2') format('woff2'),
         url('../fonts/Vetrino.woff') format('woff'),
         url('../fonts/Vetrino.ttf') format('truetype'),
         url('../fonts/Vetrino.svg#Vetrino') format('svg');
}

body {
    font-family: 'Regular', sans-serif !important;
    background: url(../img/bg__1.png) center top -284px no-repeat,
        url(../img/bg__2.png) right top 816px no-repeat,
        url(../img/bg__3.png) center top 1613px no-repeat,
        url(../img/bg__4.png) center top 2703px no-repeat,
        url(../img/bg__5.png) right -165px top 3848px no-repeat,
        url(../img/bg__6.png) center top 4967px no-repeat,
        url(../img/bg__7.png) center top 6337px no-repeat
        #111111 !important;

    background-size: cover !important;
    color: #ffffff !important;
}

.modal-content {
    color: #111 !important;
    border-radius: 1.5rem !important;
    padding: 1rem !important;
}

.modal-body p {
    padding: 1rem;
    font-size: .75rem;
    background-color: #f0f0f0;
    border-radius: 1rem;
}

.modal input,
.modal button {
    border-radius: 1rem;
}

.modal button {
    background-color: #EA7951;
    color: #fff;
    border: 0;
    font-size: 1.2rem;
    font-family: Medium;
}

.modal button:hover {
    background-color: #569A8A;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'Bold', sans-serif !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.nav-up {
    top: -90px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding: 2rem 0;
}

.head__fixed {
    padding: 1rem 0;
    background-color: #4D4D4D05;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

header .col > picture {
    flex-shrink: 0;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    align-items: center;
    gap: 3rem;
}

header a {
    color: #fff;
}

header a:hover {
    color: #EA7951;
}

header .col > div {
    display: flex;
    align-items: center;
    gap: 3rem;
}

header .col > div > div {
    align-items: center;
    gap: 1rem;
}

header .col > div > div button {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 1.5rem;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ffffff30;
    border-radius: 20px;
}

header .col > div > div button:hover {
    border-color: #fff;
}

header .col > div > div button:last-child {
    background-color: #EA7951;
    border-color: transparent;
}

header .col > div > div button:last-child:hover {
    background-color: #569A8A;
}

.block__1 h1 {
    margin: 188px 0 16px 0;
    font-size: 3rem;
    color: #fff;
}

.block__1 p {
    margin: 0 0 3.5rem 0;
    font-size: 20px;
    color: #999;
}

.block__1 .buttons__block {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.block__1 .buttons__block button {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 2rem;
    height: 68px;
    background-color: transparent;
    border: 1px solid #ffffff30;
    border-radius: 20px;
}

.block__1 .buttons__block button:hover {
    border-color: #fff;
}

.block__1 .buttons__block button:last-child {
    background-color: #EA7951;
    border-color: transparent;
}

.block__1 .buttons__block button:last-child:hover {
    background-color: #569A8A;
}

.block__1__image {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}

.block__1__image .parallax__image {
    position: absolute;
    transform: translateY(0);
    will-change: transform;
}

.block__1__image span {
    position: absolute;
    z-index: 2;
    color: #fff;
    height: 68px;
    padding: 0 1.5rem;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    background-color: #4D4D4D05;
    border: 1px solid #ffffff10;
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    animation: levitate 7s ease-in-out infinite;
    will-change: transform;
}

.tag__1 {
    left: 24%;
    top: 30%;
    animation-duration: 7s;

    --x1: 4px;
    --y1: -6px;
    --x2: -3px;
    --y2: -10px;
    --x3: 2px;
    --y3: -4px;
}

.tag__2 {
    right: 4%;
    top: 51%;
    animation-duration: 6s;

    --x1: -5px;
    --y1: 3px;
    --x2: -8px;
    --y2: -2px;
    --x3: -3px;
    --y3: 5px;
}

.tag__3 {
    left: 15%;
    top: 75%;
    animation-duration: 8s;

    --x1: 3px;
    --y1: 5px;
    --x2: 6px;
    --y2: 2px;
    --x3: 2px;
    --y3: 7px;
}

.tag__4 {
    right: 15%;
    top: 88%;
    animation-duration: 6.5s;

    --x1: -2px;
    --y1: -4px;
    --x2: 3px;
    --y2: -6px;
    --x3: -4px;
    --y3: -2px;
}

@keyframes levitate {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(var(--x1), var(--y1));
    }
    50% {
        transform: translate(var(--x2), var(--y2));
    }
    75% {
        transform: translate(var(--x3), var(--y3));
    }
    100% {
        transform: translate(0, 0);
    }
}

.marquee {
    overflow: hidden;
    width: 100%;
    margin-top: 100px;
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
}

.marquee__content {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-right: 2rem;

    font-size: 2rem;
    font-family: 'LightItalic';
}

.marquee__content picture {
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.block__2 {
    margin-top: 100px !important;
}

.block__2 h2 {
    font-size: 30px;
    margin: 0;
}

.card__1 {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: start;
    justify-content: end;
}

.card__1 > div {
    display: flex;
    flex-direction: column;
    gap: 72px;
    border-radius: 72px;
    background-color: #4D4D4D05;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    border: 1px solid #ffffff10;
    padding: 72px;
}

.card__1 > picture {
    position: absolute;
    z-index: -1;
    left: -147px;
    bottom: 3rem;
}

.card__1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    font-family: 'Light';
}

.block__2__1 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: start;
}

.block__2__1 h2 {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 46px;
    padding-left: 110px;
    margin: 3rem 0 0 0;
}

.block__2__1 h2 picture {
    position: absolute;
    left: -50px;
}

.block__2__1 h2 picture img {
    animation: lightning-jitter 1.8s linear infinite;
    will-change: transform;
}

@keyframes lightning-jitter {
    0%   { transform: translate(0, 0) rotate(0); }

    10%  { transform: translate(-1px, -2px) rotate(-1deg); }
    20%  { transform: translate(2px, 1px) rotate(1deg); }
    30%  { transform: translate(-2px, 2px) rotate(-2deg) scale(1.03); }
    40%  { transform: translate(2px, -1px) rotate(2deg); }
    50%  { transform: translate(-1px, 1px) rotate(-1deg); }

    60%  { transform: translate(2px, 2px) rotate(1deg); }
    70%  { transform: translate(-2px, -1px) rotate(-2deg); }
    80%  { transform: translate(1px, -2px) rotate(2deg); }
    90%  { transform: translate(-1px, 2px) rotate(-1deg); }

    100% { transform: translate(0, 0) rotate(0); }
}

.block__2__1 h2 picture img {
    animation: lightning-jitter 3s cubic-bezier(.4,0,.6,1) infinite;
}

.block__2__1 ul {
    list-style: none;
    padding: 0 86px 0 0;
    margin: 2.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    font-size: 1rem;
}

.block__2__1 ul b {
    color: #976FEA;
}

.block__3 {
    margin-top: 150px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block__3::before {
    content: '';
    position: absolute;
    width: 960px;
    height: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #ffffff20;
}

.block__3 h2 {
    margin: 0;
    font-size: 3rem;
    padding: 2rem;
    background-color: #4D4D4D05;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    border: 1px solid #ffffff10;
    border-radius: 3rem;
    display: inline-flex;
    line-height: 100%;
}

.block__3 > .order-1 {
    margin: 150px 0 !important;
    padding-top: 2.5rem;
}

.block__3 > .order-2 {
    margin-top: 157px !important;
}

.block__3 > .order-3 {
    margin-bottom: 157px !important;
}

.block__3 > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    animation: smooth-scale 3s ease-in-out infinite;
    will-change: transform;
}

@keyframes smooth-scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.block__3 > picture img {
    object-fit: contain !important;
}

.card__2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card__2 i {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    position: absolute;
    background-color: #976FEA;
    right: -3.5rem;
}

.card__2__left i,
.card__2__left i {
    left: -3.5rem;
}

.card__2 span {
    font-size: 1rem;
}

.card__2 h3 {
    font-size: 1.5rem;
    margin: 2rem 0 .75rem 0;
}

.card__2 p {
    font-size: 1rem;
    margin: 0;
}

.block__4 {
    margin-top: 150px !important;
}

.block__4 h2 {
    font-size: 3rem;
    margin: 0;
}

.block__4 h3 {
    font-size: 1.5rem;
    font-family: Regular !important;
    margin: 0;
}

.block__4 .nav {
    margin: 3.5rem 0 4.5rem 0;
    justify-content: center;
    display: inline-flex;
    padding: .25rem;
    gap: .25rem;
    border-radius: 36px;
    background-color: #569A8A30;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 744px;
}

.block__4 .nav button {
    width: 100%;
    height: 86px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: transparent;
    border: 0;
    color: #fff;
    border-radius: 2rem;
}

.block__4 .nav button.active {
    background-color: #569A8A !important;
}

.block__4 .nav button:hover {
    background-color: #569A8A30;
}

.block__4 ul {
    display: flex;
    gap: 3rem 2rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.block__4 ul li {
    width: calc(50% - 1rem);
    position: relative;
    display: flex;
    align-items: center;
    background: url(../img/star__2.svg) center left no-repeat !important;
    padding-left: 6rem;
    min-height: 4.5rem;
    font-size: 20px;
}

.block__5 {
    margin-top: 150px !important;
}

.block__5 h2 {
    font-size: 3rem;
    margin: 0 0 4rem 0;
}

.owl-theme {
    position: relative;
}

.carousel .item {
    margin-left: 1.5rem;
}

.carousel .item .ratio > div {
    padding: 2.5rem;
    background-color: #4D4D4D05;
    border-radius: 3rem;
    border: 1px solid #ffffff10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel .item .ratio > div span {
    flex-shrink: 0;
    font-size: 60px;
}

.carousel .item .ratio > div h3 {
    font-size: 18px;
    font-family: Medium !important;
    line-height: 130%;
}

.block__6 {
    margin-top: 150px !important;
    position: relative;
}

.block__6 h2 {
    font-size: 3rem;
    margin: 0 0 86px 0;
}

.block__6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.block__6 ul li {
    padding: 1.5rem;
    border: 1px solid #ffffff10;
    background-color: #4D4D4D05;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    border-radius: 1.5rem;
    font-size: 1.5rem;
}

.block__6 ul li b {
    color: #976FEA;
}

.mobile__candy img {
    animation: lightning-jitter 1.8s linear infinite;
    will-change: transform;
}

.candy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.candy > picture {
    position: absolute;
    right: 10rem;
    width: 55%;
    animation: smooth-rotate 3s ease-in-out infinite;
    will-change: transform;
}

@keyframes smooth-rotate {
    0% {
        transform: rotate(-34deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(-34deg);
    }
}

.block__7 {
    margin-top: 200px !important;
}

.block__7 h2 {
    font-size: 3rem;
    margin: 0 0 4.5rem 0;
}

.card__3 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
}

.card__3 span {
    width: 109px;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    border-radius: 2rem;
    background-color: #4D4D4D05;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    border: 1px solid #ffffff10;
    font-family: 'Vetrino';
    flex-shrink: 0;
}

.card__3 p {
    margin: 0 53px 0 0;
    font-size: 20px;
}

.block__7__buttons {
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem !important;
}

.block__7__buttons button {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 4rem;
    height: 95px;
    background-color: transparent;
    border: 1px solid #ffffff30;
    border-radius: 40px;
    font-family: Medium;
}

.block__7__buttons button:hover {
    border-color: #fff;
}

.block__7__buttons button:last-child {
    background-color: #EA7951;
    border-color: transparent;
}

.block__7__buttons button:last-child:hover {
    background-color: #569A8A;
}

.block__8 {
    margin-top: 4.5rem !important;
}

.block__8 video {
    border-radius: 1rem;
}

.block__8 p {
    font-size: 20px;
    margin: 2rem 3rem;
}

.block__9 {
    margin-top: 150px !important;
    position: relative;
}

.block__9 h2 {
    font-size: 3rem;
    margin: 0 0 3rem 0;
}

.block__9__image {
    position: relative;
    align-items: start;
    justify-content: end;
    display: flex;
}

.block__9__image > picture {
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
    will-change: transform;
}

#questions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.accordion-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: 1px solid #FFFFFF10;
    border-radius: 1.5rem;
    padding: 2rem;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    text-align: start;
    width: 100%;
    gap: 2rem;
}

.accordion-item button picture {
    flex-shrink: 0;
    transition: .3s all;
}

.accordion-item button:hover {
    border-color: #fff;
}

.accordion-item button:not(.collapsed) {
    border-color: #fff;
}

.accordion-item button:not(.collapsed) > picture {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 2rem !important;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #222;
}

.accordion-body p {
    font-size: 1rem;
}

.accordion-body p:last-child {
    margin: 0;
}

.block__10 {
    margin-top: 170px !important;
    margin-bottom: 170px;
}

.block__10 h2 {
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
}

.block__10 p {
    font-size: 1.5rem;
    margin: 0;
}

footer ul {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #999;
    width: 100%;
    padding: 3rem;
    background-color: #00000025;
    backdrop-filter: blur(3rem);
    -webkit-backdrop-filter: blur(3rem);
    border: 1px solid #ffffff10;
    border-radius: 2rem;
}

footer ul a {
    color: #fff;
}

footer ul a:hover,
footer .active a {
    color: #EA7951;
}

.inner__content {
    margin-top: 150px !important;
    margin-bottom: 100px;
}

.policy a {
    color: #fff;
}

.policy h1 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
}

.policy h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.policy table {
    margin: 1rem 0;
}

.inner__content__zag {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.inner__content__zag h1 {
    font-size: 3rem;
    margin: 0;
}

.inner__content__zag ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: .75rem;
    color: #ffffff30;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner__content__zag ul a {
    color: #fff;
}

.inner__content__zag ul a:hover {
    color: #EA7951;
}

.inner__content__zag hr {
    margin: 1rem 0 2rem 0;
    opacity: .2;
    border-color: #fff !important;
}

.inner__content p {
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 1rem 0;
}

.inner__content p:last-child {
    margin: 0;
}

.offcanvas {
    background: url(../img/bg__4.png) center bottom no-repeat #111 !important;
    color: #fff;
}

.offcanvas ul {
    list-style: none;
    font-size: 1.5rem;
    font-family: Light;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 1rem 1rem 1rem;
    padding: 0;
}

.offcanvas ul a {
    color: #fff;
}

.close__button {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transition: .3s all;
    cursor: pointer;
}

.close__button:hover {
    transform: scale(1.1);
}

.offcanvas .order__buttons button {
    height: auto;
    font-size: 1.5rem;
    padding: 1.5rem;
    border-radius: 2.2rem;
}

.success {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.success h1 {
    font-size: 3rem;
    width: calc(100% - 1.5rem);
}

.success p {
    font-size: 1.2rem;
    margin: 0;
    font-family: Light;
}

.success a {
    font-size: 1rem;
    color: #fff;
    font-family: Light;
    padding: 1.5rem 2rem;
    border-radius: 2rem;
    border: 1px solid #ffffff50;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.success a:hover {
    border-color: #fff;
}

.success a > picture {
    transform: rotate(-90deg);
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    .block__1 h1 {
        font-size: 2.7rem;
    }

    .card__1 h2 {
        font-size: 27px;
    }

    .card__1 ul {
        font-size: 1rem;
    }

    .block__2__1 h2 {
        font-size: 38px;
    }

    .block__6 h2 {
        font-size: 46px;
    }

    .block__6 ul li {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .block__1 h1 {
        font-size: 2.2rem;
    }

    .block__1__image {
        height: 450px;
        margin-top: 10rem !important;
    }

    .tag__1 {
        top: 10%;
        left: 15%;
    }

    .tag__2 {
        right: 0;
        top: 30%;
    }

    .tag__3 {
        top: 70%;
        left: 5%;
    }

    .tag__4 {
        right: 7%;
        top: 88%;
    }

    .card__1 > div {
        padding: 4rem;
        gap: 4rem;
    }

    .card__1 h2 {
        font-size: 20px;
    }

    .block__2__1 h2 {
        font-size: 38px;
    }

    .block__2__1 h2 picture {
        transform: scale(0.7);
        left: -1rem;
    }

    .block__2__1 ul {
        margin: 1.5rem 0 0 0;
        padding: 0 0 0 3rem;
    }

    .card__2 h3 {
        font-size: 1.3rem;
    }

    .card__2 p {
        font-size: .9rem;
    }

    .candy > picture {
        right: 7rem;
        will-change: none;
        width: 60%;
    }

    footer ul {
        flex-wrap: wrap;
        gap: 2rem 5rem;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .tag__1 {
        top: 10%;
    }

    .tag__2 {
        top: 30%;
        right: 5%;
    }

    .tag__3 {
        top: 60%;
        left: 5%;
    }

    .tag__4 {
        right: 15%;
        top: 70%;
    }

    .card__1 h2 {
        font-size: 2rem;
    }

    .card__1 ul,
    .block__2__1 ul {
        font-size: 1.5rem;
    }

    .block__2__1 ul {
        padding: 2rem;
        margin: 0;
    }

    .block__3 {
        margin-top: 100px !important;
        justify-content: start;
    }

    .block__3 h2 {
        margin-bottom: 2rem;
    }

    .block__3 > picture {
        width: 40% !important;
        height: 40% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -6rem;
    }

    .block__3 .row {
        margin: 0 !important;
    }

    .block__3::before {
        display: none;
    }

    .card__2 {
        padding-left: 4rem;
        margin-top: 3.5rem;
    }

    .card__2 h3 {
        margin: 1rem 0;
    }

    .card__2 i {
        left: 0 !important;
        right: auto !important;
    }

    footer ul {
        flex-direction: column;
        text-align: center;
        font-size: .75rem;
        gap: 1.5rem;
        padding: 2rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 768px) {
    .block__1 h1 {
        margin-top: 5rem;
    }

    .order__buttons {
        position: fixed;
        left: .5rem;
        bottom: .5rem;
        width: calc(100% - 1rem);
        padding: .25rem;
        border-radius: calc(.25rem + 20px);
        z-index: 99;
        display: flex;
        align-items: center;
        gap: .25rem !important;
        background-color: #4D4D4D05;
        backdrop-filter: blur(3rem);
        -webkit-backdrop-filter: blur(3rem);
    }

    .order__buttons button {
        width: 100%;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 0 1.5rem;
        height: 50px;
        background-color: transparent;
        border: 1px solid #ffffff30;
        border-radius: 20px;
        font-family: Medium !important;
    }

    .order__buttons button:hover {
        border-color: #fff;
    }

    .order__buttons button:last-child {
        background-color: #EA7951;
        border-color: transparent;
    }

    .order__buttons button:last-child:hover {
        background-color: #569A8A;
    }

    .card__1 > div {
        border-radius: 3rem;
        padding: 3rem;
        gap: 3rem;
    }

    .card__1 h2 {
        font-size: 1.5rem;
    }

    .block__2__1 h2 {
        font-size: 2.2rem;
    }

    .card__1 ul,
    .block__2__1 ul {
        font-size: 1rem;
    }

    .block__2__1 ul {
        padding: 2rem;
        margin: 0;
    }

    .block__4 ul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .block__4 ul li {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .nav-up {
        top: -110px;
    }

    header {
        padding: 1rem !important;
        margin: .75rem !important;
        width: calc(100% - 1.5rem) !important;
        border-radius: 2rem !important;
    }

    .head__fixed {
        border: 1px solid #FFFFFF10;
    }

    .block__1__image {
        height: 45vh;
        margin-top: 3rem !important;
    }

    .block__1__image > picture {
        bottom: 0;
    }

    .block__1 h1 {
        font-size: 1.5rem;
        margin-top: 3rem;
    }

    .block__1 p {
        font-size: .9rem;
        margin-bottom: 1.5rem;
    }

    .block__1__image span {
        font-size: .8rem;
        height: auto;
        padding: 1rem;
        border-radius: 1.2rem;
    }

    .tag__1 {
        top: 27%;
        left: 4%;
    }

    .tag__2 {
        top: 35%;
        right: -2%;
    }

    .tag__3 {
        top: 79%;
        left: 2%;
    }

    .tag__4 {
        right: 2%;
        top: 92%;
    }

    .order__buttons {
        gap: .5rem;
    }

    .order__buttons button {
        font-size: .75rem;
    }

    .marquee {
        margin-top: 3rem;
    }

    .block__2 {
        margin-top: 100px !important;
    }

    .card__1 > div {
        border-radius: 2rem;
        padding: 2rem;
        gap: 2rem;
    }

    .card__1 h2 {
        font-size: 1.2rem;
    }

    .block__2__1 h2 {
        font-size: 1.8rem;
        padding-left: 5rem;
    }

    .card__1 ul,
    .block__2__1 ul {
        font-size: 1rem;
        gap: 1rem;
    }

    .card__1 > picture {
        bottom: 0;
    }

    .block__2__1 ul {
        padding: 1rem;
        margin: 0;
    }

    .block__2__1 h2 picture {
        left: -2.5rem;
    }

    .block__3 > picture {
        width: 50% !important;
        height: 50% !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -11rem;
    }

    .block__3 h2 {
        font-size: 1.5rem;
        border-radius: 2rem;
    }

    .block__4 {
        margin-top: 100px !important;
    }

    .block__4 h2 {
        font-size: 2rem;
    }

    .block__4 h3 {
        font-size: 1rem;
    }

    .block__4 .nav {
        border-radius: 28px;
        margin: 2rem 0 3rem 0;
    }

    .block__4 .nav button {
        font-size: .9rem;
        height: 4rem;
        border-radius: 1.5rem;
    }

    .block__4 ul {
        gap: 1.5rem;
    }

    .block__4 ul li {
        font-size: 1rem;
        background-size: 3rem !important;
        padding-left: 4rem;
        min-height: 3rem;
    }

    .block__5 {
        margin-top: 100px !important;
    }

    .block__5 h2,
    .block__6 h2,
    .block__9 h2 {
        font-size: 2rem;
        text-align: center;
    }

    .block__6 {
        margin-top: 100px !important;
    }

    .block__6 h2 {
        margin: 0 0 2.5rem 0;
    }

    .block__6 ul {
        gap: .75rem;
    }

    .block__6 ul li {
        font-size: 1rem;
        width: 100%;
    }

    .carousel .item {
        margin-left: .75rem;
    }

    .carousel .item .ratio > div {
        padding: 2rem;
        border-radius: 2rem;
    }

    .carousel .item .ratio > div span {
        font-size: 3rem;
    }

    .carousel .item .ratio > div h3 {
        font-size: .9rem;
    }

    .block__7 {
        margin-top: 100px !important;
    }

    .block__7 h2 {
        font-size: 1.7rem;
    }

    .card__3 {
        align-items: center;
        text-align: center;
        flex-direction: row;
        gap: 2rem;
    }

    .card__3 p {
        margin: 0;
        text-align: start;
    }

    .block__8 {
        margin-top: 3rem !important;
    }

    .block__8 p {
        font-size: 1rem;
        margin: 1.5rem;
    }

    .accordion-item button {
        border-radius: 1.5rem;
        padding: 1.5rem;
        font-size: 1rem;
        gap: 1.5rem;
    }

    .accordion-body {
        padding: 1.5rem !important;
        font-size: .9rem;
    }

    .block__9 {
        margin-top: 50px !important;
    }

    .card__2 span {
        color: #976FEA;
    }

    .card__2 h3 {
        margin: .5rem 0;
    }

    .block__10 {
        margin-top: 100px !important;
        margin-bottom: 100px;
    }

    .block__10 h2 {
        font-size: 2rem;
    }

    .block__10 p {
        font-size: 1rem;
    }

    .inner__content {
        margin-top: 120px !important;
        margin-bottom: 50px;
    }

    .inner__content__zag h1 {
        font-size: 1.5rem;
    }

    .modal-content {
        border-radius: 1.5rem !important;
        padding: .5rem !important;
    }

    .success h1 {
        font-size: 2rem;
    }

    .success p {
        font-size: 1rem;
        margin: 0 1rem;
    }

    .success a {
        font-size: .9rem;
        padding: 1.5rem 1.5rem;
    }
}