:root {
    --color1: #5B423E;
    --color2: #59433E;
    --color3: #FAF9F8;
    --color4: #E9DBD0;
    --color5: #CFB69B;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    scroll-behavior: smooth;
    text-decoration: none;
    direction: rtl;
    font-family: "HelveticaHebrew-Regular";
}

@font-face {
    font-family: "HelveticaWorld-Bold";
    src: url(./fonts/HelveticaWorld-Bold.eot), url(./fonts/HelveticaWorld-Bold.svg) format("svg"), url(./fonts/HelveticaWorld-Bold.ttf) format("ttf"), url(./fonts/HelveticaWorld-Bold.woff) format("woff"), url(./fonts/HelveticaWorld-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "HelveticaWorld-Regular";
    src: url(./fonts/HelveticaWorld-Regular.eot), url(./fonts/HelveticaWorld-Regular.svg) format("svg"), url(./fonts/HelveticaWorld-Regular.ttf) format("ttf"), url(./fonts/HelveticaWorld-Regular.woff) format("woff"), url(./fonts/HelveticaWorld-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "NespressoLucas-Regular";
    src: url(./fonts/NespressoLucas-Regular.eot), url(./fonts/NespressoLucas-Regular.svg) format("svg"), url(./fonts/NespressoLucas-Regular.ttf) format("ttf"), url(./fonts/NespressoLucas-Regular.woff) format("woff"), url(./fonts/NespressoLucas-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "NespressoLucas-Bold";
    src: url(./fonts/NespressoLucas-Bold.eot), url(./fonts/NespressoLucas-Bold.svg) format("svg"), url(./fonts/NespressoLucas-Bold.ttf) format("ttf"), url(./fonts/NespressoLucas-Bold.woff) format("woff"), url(./fonts/NespressoLucas-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "HelveticaHebrew-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/HelveticaHebrew-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "HelveticaHebrew-Regular";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/HelveticaHebrew-Regular.ttf") format("truetype");
}

* {
    outline: none;
    scroll-behavior: smooth;
    text-decoration: none;
    box-sizing: border-box;
    direction: rtl;
}

html {
    scroll-behavior: smooth;
}


/* ::-webkit-scrollbar {
    width: 10px;
    border-radius: 100vw;
    display: block !important;
}

 ::-webkit-scrollbar-track {
    background: var(--color4);
    border-radius: 100vw;
}

 ::-webkit-scrollbar-thumb {
    background: var(--color2);
    width: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--color2);
    border-radius: 100vw;
} */

body {
    position: relative;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    /* For Safari */
    -moz-appearance: none;
    /* For Firefox */
    -o-appearance: none;
    /* For Opera */
    border-radius: 0;
    outline: none;
}

.only_desktop {
    display: block;
}

.mobile .only_desktop {
    display: none;
}

.only_mobile {
    display: none;
}

.mobile .only_mobile {
    display: block;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.remove_padding {
    padding: 0;
}

.mobile .second_section.remove_padding {
    padding: 0 0;
}

.main {
    display: flex;
    flex-direction: column;
    padding-right: 3vw;
}

.mobile .main {
    flex-direction: column;
    background: #fff;
    padding-right: 0;
}

.deskLogo {
    position: absolute;
    transform: translate(-50%, 50%);
    top: -4%;
    left: 50%;
    width: 10vw;
}

.mobile .logo_wrapper {
    width: 100%;
    height: 23vw;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .logo_wrapper img {
    width: 36vw;
    height: auto;
}

.first_section {
    width: 67.26%;
    height: 100%;
    position: relative;
}

.mobile .first_section {
    width: 100%;
}

.pic_wrapper {
    width: 100%;
    height: fit-content;
}

.pic_wrapper img {
    width: 100%;
    height: 100%;
}

.strip {
    width: 100%;
    padding: 1vw 4.27vw;
    background: rgba(0, 0, 0, 0.19);
    /* box-shadow: 0px -290px 116px rgba(0, 0, 0, 0.03), 0px -163px 98px rgba(0, 0, 0, 0.1), 0px -73px 73px rgba(0, 0, 0, 0.17), 0px -18px 40px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2); */
    backdrop-filter: blur(21.5px);
    height: 14.5vw;
    position: absolute;
    top: 19vw;
}

.title {
    font-size: 3.45vw;
    color: #fff;
    font-family: "HelveticaWorld-Bold";
}

.mobile .title {
    color: #000;
    font-size: 9.58vw;
    line-height: 1;
    position: relative;
    margin-bottom: 6vw;
}

.mobile .title::before {
    content: "";
    background-color: #BA9A61;
    color: #BA9A61;
    height: 2px;
    width: 61.5vw;
    position: absolute;
    top: 44vw;
}

.sub_title_title {
    font-size: 2.1vw;
    color: #fff;
    font-family: "HelveticaWorld-Bold";
    position: relative;
}

.mobile .sub_title_title {
    font-size: 6.3vw;
    color: #000;
    line-height: 1;
    margin: 6vw 0 20vw;
}

.sub_title_title::before {
    content: "";
    background-color: #BA9A61;
    color: #BA9A61;
    height: 3px;
    width: 34.5vw;
    position: absolute;
    top: 4.5vw;
}

.mobile .sub_title_title::before {
    content: "";
    background-color: #BA9A61;
    color: #BA9A61;
    height: 3px;
    width: 60.5vw;
    position: absolute;
    top: 22.5vw;
    display: none;
}

.second_section,
.thirty_section {
    position: absolute;
    background: white;
    padding: 4vw 1.5vw;
    top: 15.75vw;
    left: 9vw;
    padding-bottom: 3.5vw;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.10);
    height: 25vw;
    width: 24vw;
}

.thirty_section {
    opacity: 1;
    /* height: 0vw; */
    /* display: none; */
    position: relative;
    padding-top: 2vw;
}

section.thirty_section.showForm {
    display: block;
    height: 50vw;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.mobile section.thirty_section.showForm {
    display: unset;
    height: 100vh;
    opacity: 1;
    position: fixed;
    left: unset;
    z-index: 999;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 20vw;
}

.mobile .color_m {
    width: 100%;
    background: #F3EEE6;
    height: 60.7vw;
}

.mobile .second_section,
.mobile .thirty_section {
    width: 100%;
    background-color: var(--color4);
    position: fixed;
    top: auto;
    left: unset;
    padding: 0vw 0vw;
    overflow: scroll;
    height: 86vw;
    z-index: 100;
    bottom: -39vh;
}

.mobile .thirty_section {
    position: static;
    padding: 9.6vw 4.8vw;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    display: none;
}

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

.img_container {
    width: 33.3%;
    height: 100%;
}

.img_container img {
    width: 100%;
    height: 100%;
}

@keyframes slide {
    0% {
        transform: translateY(-26vw);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideReverse {
    0% {
        transform: translateY(26vw);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide_mobile {
    0% {
        transform: translateY(-50vw);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideReverse_mobile {
    0% {
        transform: translateY(50vw);
    }
    100% {
        transform: translateY(0);
    }
}

.logo_container {
    width: 14.1vw;
    margin: auto;
}

.logo_container img {
    width: 100%;
    height: 100%;
}

.sub_title {
    font-size: 1.5vw;
    line-height: 1;
    margin-bottom: 1vw;
    font-family: "HelveticaWorld-Bold";
    text-align: center;
}

.mobile .sub_title {
    font-size: 4.5vw;
    margin: 0;
    margin-bottom: 2vw;
}

.selectedGift_title {
    font-size: 1.89vw;
    margin-bottom: 3.12vw;
}

.goBack {
    transform: rotate(180deg);
    position: absolute;
    left: 27vw;
    top: 2vw;
    cursor: pointer;
    width: 2vw;
}

.mobile .goBack {
    position: unset;
    width: 6vw;
}

.mobile .selectedGift_title {
    font-size: 8.5vw;
    margin-top: 9.7vw;
    line-height: 1;
    margin-bottom: 4.7vw;
}

.mobile .sub_title span {}

.mobile .price {
    font-size: 6vw;
}

.sub_title span:nth-child(2) {}

.label {
    position: relative;
    height: 100%;
    margin-bottom: 1vw;
    display: inline-block;
    width: 100%;
}

.label.addHidden {
    height: 0;
    overflow: hidden;
    margin-bottom: 0vw;
    display: block;
}

.contento {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
}

.mobile .label {
    margin-bottom: 4.6vw;
}

.send_data_user {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}

.mobile .send_data_user {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.2vw;
    padding-top: 12vw;
    padding-bottom: 9vw;
}

.must {
    margin-bottom: 0.5vw;
    font-size: 1.1vw;
    font-family: "HelveticaWorld-Regular";
}

.mobile .must {
    margin-top: 0vw;
    font-size: 4.5vw;
    margin-bottom: 7vw;
}

.placeHolder {
    position: absolute;
    top: 1vw;
    right: 0vw;
    color: #000;
    font-size: 1.2vw;
}

.mobile .placeHolder {
    top: 5vw;
    right: 1vw;
    color: #000;
    font-size: 4.87vw;
}

.user {
    width: 100%;
    height: 3vw;
    padding-right: 0vw;
    font-size: 1vw;
    color: #000;
    outline: none;
    border-bottom: 1px solid #000;
    padding-top: 1.5vw;
    background: transparent;
    padding-top: 2vw;
    padding-bottom: 1vw;
    border-radius: 0;
    /* padding: 3vw 0 0; */
}

.mobile .user {
    width: 100%;
    height: 14vw;
    padding-right: 0vw;
    font-size: 4vw;
    color: #000;
    outline: none;
    padding-top: unset;
    padding-top: 6vw;
}

.user.error {
    border: 2px solid #FF5A50;
}

.user.success {
    border: 2px solid #00CA51;
}

.warn_checkbox {
    display: none;
    position: absolute;
    right: 0;
    width: 15vw;
    top: 2.3vw;
}

.mobile .form_wrapper {
    padding-bottom: 0vw;
}

.mobile .warn_checkbox {
    display: none;
    position: absolute;
    width: 47vw;
    top: 17vw;
    right: -37vw;
}


/* Customize the label (the checkbox-btn) */

.checkbox-btn {
    display: block;
    position: relative;
    padding-left: 1.56vw;
    margin-bottom: 0.5vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-btn label {
    cursor: pointer;
    font-size: 0.7vw;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -0.5vw;
    left: 0;
    height: 1.3vw;
    width: 1.3vw;
    border: 2.5px solid #000;
}

.mobile .checkmark {
    height: 5vw;
    width: 4.3vw;
    left: 37vw;
    position: relative;
    width: 5vw;
    display: -webkit-inline-box;
    top: 5.2vw;
}

.checkbox-btn input:checked~.checkmark {
    background-color: transparent;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 31%;
    top: 0%;
    height: 0.8vw;
    width: 0.3vw;
    border: 2px solid #000;
    filter: drop-shadow(0px 0px 10px #000);
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(40deg);
}

.mobile .checkmark::after {
    height: 2.5vw;
    width: 1.3vw;
    transform: rotate(38deg);
    left: 28%;
}


/* Show the checkmark when checked */

.checkbox-btn input:checked~.checkmark:after {
    visibility: visible;
    opacity: 1;
}

.checkbox-btn input:checked~.checkmark {}

.warn_text,
.warn_text_inside {
    color: #fff;
    align-items: center;
    text-align: center;
    margin-bottom: 2vw;
}

.mobile .warn_text,
.mobile .warn_text_inside {
    color: #fff;
    align-items: center;
    text-align: center;
    margin-top: 4vw;
}

.satReminder {
    position: relative;
    top: 2vw;
    font-size: 0.85vw;
}

.mobile .satReminder {
    position: relative;
    top: 8vw;
    font-size: 2.91262vw;
}

.btn_send {
    width: 100%;
    height: 3.7vw;
    margin: 0 auto;
    background: var(--color2);
    font-size: 1.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    cursor: pointer;
    color: #fff;
    margin-top: 2.5vw;
}

.mobile .btn_send {
    width: 100%;
    height: 14.4vw;
    font-size: 4.3vw;
    color: #fff;
    margin-top: 9vw;
}

.btn_send:focus-visible {
    /* remove default focus style */
    outline: none;
    /* custom focus styles */
    box-shadow: 0 0 1px 1px black;
}

.mispatiot,
.mispatiot2 {
    margin-top: 1vw;
    margin-right: 1vw;
    font-size: 0.85vw;
}

.mobile .mispatiot,
.mobile .mispatiot2 {
    margin-top: 1.4vw;
    font-size: 3.4vw;
}

.mispatiot2 {
    text-align: center;
}

.mobile .mispatiot2 {
    text-align: right;
}

.arrow {
    margin-right: 0.5vw;
    width: 0.45vw;
    margin-top: 0.1vw;
}

.mobile .arrow {
    margin-right: 2.5vw;
}

.arrowSelect {
    margin-right: 0.5vw;
    width: 0.45vw;
}

.mobile .arrowSelect {
    margin-right: 2.5vw;
    width: 1.8vw;
    position: relative;
    top: -0.4vw;
}

.close {
    background-image: url(./images/close2.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 1vw;
    height: 1vw;
}

.mobile .close {
    width: 5vw;
    height: 5vw;
    position: absolute;
    left: 4vw;
}

.close_error {
    background-image: url(./images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 2vw;
    height: 2vw;
    margin-left: 0.2vw;
}

.mobile .close_error {
    background-image: url(./images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 7vw;
    height: 7vw;
    margin-left: 2.2vw;
}

.close_warn {
    margin-left: 0.5vw;
    width: 0.9vw;
}

.text_alert {
    color: #FF5A50;
    display: flex;
    font-size: 1vw;
}

.mobile .text_alert {
    font-size: 4vw;
}

.mobile .close_warn {
    width: 4vw;
    margin-left: 1.5vw;
}

.warn_active {
    display: flex;
}

.warn.success.warn_active {
    top: 0.8vw;
    /* right: 19vw; */
    position: absolute;
}

.mobile .warn.success.warn_active {
    top: 3vw;
    right: 76vw;
    position: absolute;
}

.warn.last.success.warn_active {
    display: none;
}

.activeAnimation {
    animation: SlideUp 0.5s both;
}

.mobile .activeAnimation {
    animation: SlideUpMobile 0.5s both;
}

@keyframes SlideUp {
    0% {
        transform: translateY(0) scale(1) translateX(0);
    }
    100% {
        transform: translateY(-1.4vw) scale(0.7) translateX(0.45vw);
        color: #997A5D;
    }
}

@keyframes SlideUpMobile {
    0% {
        transform: translateY(0) scale(1) translateX(0);
    }
    100% {
        transform: translateY(-5vw) scale(0.8) translateX(1vw);
        color: #997A5D;
    }
}

.error_img {
    display: flex;
    position: absolute;
    right: 16%;
    font-size: 1vw;
    align-items: center;
    top: 9.5vw;
    display: none;
}

.mobile .error_img {
    position: relative;
    left: 2vw;
    font-size: 4vw;
    top: 13.5vw;
    width: 79vw;
    right: unset;
}

.error_text {
    color: #fff;
}

.filter {
    filter: drop-shadow(0px 0px 15px rgba(255, 247, 202, 0.7)) drop-shadow(0px 2px 9px #FFF7CA);
    width: 100%;
    height: 14vw;
    position: absolute;
    border: 0.2px dashed #6FE0FF;
    border-width: 4px;
    border-width: 3px;
}

.nameOfImage {
    background: #fff;
    width: 18.23vw;
    height: 1.87vw;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    padding: 0 1.2vw;
}

.mobile .nameOfImage {
    width: 82vw;
    height: 9.2vw;
    margin: auto;
    transform: translate(-50%, 0%);
    padding: 0 4vw;
}

.nameOfImage.error {
    background: #F0D6D6;
}

.nameOfImage.active {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1vw;
}

.mobile .nameOfImage.active {
    justify-content: flex-start;
    font-size: 4vw;
}

.label {
    position: relative;
    height: 100%;
    margin-bottom: 1vw;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.mobile .label {
    margin-bottom: 4.6vw;
}

.user.error {
    border: none;
    border-bottom: 1px solid #000;
}

.user.success {
    border: none;
    border-bottom: 1px solid #000;
}

.warn {
    display: flex;
    align-items: center;
    font-family: "almoni-tzar-regular";
    position: absolute;
    top: 3.2vw;
    display: none;
    z-index: 3;
    /* right: 0; */
    margin-top: 0.3vw;
    left: 0;
}

.warn.success.warn_active {
    top: 1.4vw;
    /* right: 25vw; */
    position: absolute;
}

.mobile .warn.success.warn_active {
    top: 6vw;
    right: 82vw;
    position: absolute;
}

.warn.last.success.warn_active {
    display: none;
}

.warn.last {
    top: 5.5vw;
}

.mobile .warn {
    top: 14.5vw;
    position: unset;
    margin-bottom: 0vw;
    margin-top: 0.6vw;
    position: absolute;
}

.mobile .warn.last {
    top: 26vw;
}

.warn_active {
    display: flex;
}

.wrapper_check_box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mobile .wrapper_check_box {
    height: 13vw;
}

.wrapper_check_box:focus-visible {
    /* remove default focus style */
    outline: none;
    /* custom focus styles */
    box-shadow: 0 0 1px 1px black;
}


/* .checkbox_checkbox {
    position: absolute;
    right: 4vw;
} */

.checkbox_checkbox {
    position: relative;
    right: 0vw;
}

.mobile .checkbox_checkbox {
    margin: 3vw 0vw;
    margin-bottom: 16vw;
    position: relative;
    right: 37vw;
}

.tnx {
    display: none;
    background: white;
    position: relative;
}

.mobile .tnx {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    /* background: #F3EEE6; */
    background-color: var(--color3);
    height: 100%;
    right: 0;
}

.tnx_container {
    text-align: center;
    font-size: 1.5vw;
    font-weight: 800;
    margin-bottom: 1vw;
}

.cu {
    margin-bottom: 1vw;
    display: inline-block;
    font-family: "HelveticaWorld-Bold";
}

.mobile .tnx_container {
    margin: 0;
    padding-top: 0vw;
}

.mobile .tnx_text {
    font-size: 4.4vw;
}

.mobile .tnx_container {
    line-height: 9vw;
    margin-top: 5vw;
    font-size: 7vw;
    margin-bottom: 8vw;
}

.tnx.show {
    display: block;
}

.tnx_text {
    font-weight: 100;
    font-size: 1.5vw;
}

.mobile .tnx_text {
    font-size: 7vw;
    position: relative;
    width: 100%;
    top: 3vw;
    line-height: 1;
}

.tnx .btn_send {
    position: absolute;
    bottom: 0;
}

.meanTimeTitle {
    font-size: 0.9vw;
}

.mobile .meanTimeTitle {
    font-size: 4vw;
    margin-top: 5vw;
}

.arrowAnimation {
    width: 1vw !important;
    height: 1vw !important;
    position: relative;
    bottom: 0.1vw;
    right: 1vw;
}

.mobile .arrowAnimation {
    width: 7vw !important;
    height: 4vw !important;
    position: relative;
    bottom: 1vw;
}


/* pop change 1 */

.social_media {
    /* margin-top: 1vw; */
    text-align: center;
    font-size: 1.2vw;
}

.mobile .social_media {
    margin-top: 1vw;
    text-align: center;
    font-size: 4.8vw;
}

.seperatorLine {
    width: 32vw;
    position: absolute;
    top: 6vw;
    right: -3vw;
}

.mobile .seperatorLine {
    position: relative;
    top: 3vw;
    width: 92vw;
    right: auto;
}

.seperatorLineSec {
    width: 32vw;
    position: absolute;
    top: 9.5vw;
    right: -3vw;
}

.mobile .seperatorLineSec {
    position: relative;
    width: 92vw;
    margin-top: 0;
    top: -1vw;
    right: auto;
}

.icons {
    display: flex;
    justify-content: center;
    gap: 1.5vw;
    margin-top: 1vw;
}

.mobile .icons {
    display: flex;
    justify-content: center;
    gap: 17.5vw;
    margin-top: 1vw;
    margin: 0 auto;
    position: relative;
    left: 5vw;
    margin-top: 4vw;
}

.icon {
    width: 3vw;
    height: 3vw;
    display: block;
    cursor: pointer;
}

.main_section {}

.mobile .main_section {}

.mainTitleContainer {}

.mobile .mainTitleContainer {
    padding-right: 5vw;
}

.mainTitle {
    font-size: 3.3vw;
    font-family: "HelveticaHebrew-Bold";
    padding-top: 1.5vw;
}

.mobile .mainTitle {
    font-size: 9vw;
    padding-top: 6vw;
}

.bottomLine {
    height: 0.1vw;
    width: 13.8vw;
    background-color: var(--color2);
}

.mobile .bottomLine {
    width: 38vw;
    height: 0.4vw;
    margin-top: 1vw;
    margin-bottom: 1.2vw;
}

.subtitle {
    font-size: 1.75vw;
    font-family: "HelveticaHebrew-Regular";
    padding-top: 0.8vw;
}

.mobile .subtitle {
    font-size: 4.5vw;
    padding-top: 2vw;
    padding-bottom: 5vw;
}

.mainBackDesk {
    background-image: url(./images/mainBackDesk.png);
    width: 100%;
    height: 24vw;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.mobile .mainBackDesk {
    background-image: url(./images/mainBackMob.png);
    height: 64vw;
    background-size: cover;
}

.instructionsContainer {
    display: flex;
    align-items: center;
    column-gap: 5vw;
    padding-top: 1.5vw;
}

.mobile .instructionsContainer {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 3vw;
    padding-bottom: 6vw;
    row-gap: 2vw;
}

.instruction {
    display: flex;
    align-items: center;
    column-gap: 1vw;
}

.mobile .instruction {}

.instructionTitle {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1.1vw;
}

.mobile .instructionTitle {
    font-size: 4.5vw;
}

.instructionIcon {
    width: 5.5vw;
}

.mobile .instructionIcon {
    width: 15vw;
}

.cardsSelectionContainer {
    display: flex;
    column-gap: 1vw;
    margin-top: 3.5vw;
    margin-bottom: 4vw;
}

.mobile .cardsSelectionContainer {
    flex-direction: column;
    width: 90vw;
    margin: 0 auto;
    padding-top: 10vw;
}

.cardSelection {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
    height: auto;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .cardSelection {
    display: block;
    height: 154vw;
    margin-bottom: 13vw;
}

.cardTopImage {
    height: 13vw;
    background-size: cover;
    width: 30vw;
    margin: 0.2vw;
    box-sizing: content-box;
}

.mobile .cardTopImage {
    width: auto;
    height: 60vw;
    background-size: contain;
    margin: 1vw;
}

.card1 {
    background-image: url(./images/card1.png);
    background-repeat: no-repeat;
}

.mobile .card1 {
    background-image: url(./images/card1Mob.png);
}

.card2 {
    background-image: url(./images/card2.png);
    background-repeat: no-repeat;
}

.mobile .card2 {
    background-image: url(./images/card2Mob.png);
}

.card3 {
    background-image: url(./images/card3.png);
    background-repeat: no-repeat;
}

.mobile .card3 {
    background-image: url(./images/card3Mob.png);
}

.cardSelectionContainTitle {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1vw;
    padding-top: 1.5vw;
    padding-right: 1vw;
}

.mobile .cardSelectionContainTitle {
    font-size: 4.5vw;
    padding-right: 4vw;
    padding-top: 0;
}

.cardSelection ul {
    position: relative;
    right: 2vw;
}

.mobile .cardSelection ul {
    width: 80vw;
    right: 11vw;
}

.cardSelection li {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1vw;
}

.mobile .cardSelection li {
    font-size: 4.5vw;
}

.cardsSelectionButton {
    width: 90%;
    margin: 0 auto;
    background: black;
    height: 3vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
    margin-top: 2vw;
    position: static;
    bottom: 0;
    right: 1.5vw;
    cursor: pointer;
}

.mobile .cardsSelectionButton {
    position: absolute;
    height: 10vw;
    right: 4vw;
    margin-bottom: 5vw;
}

.cardsSelectionButton p {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1vw;
}

.mobile .cardsSelectionButton p {
    font-size: 4vw;
}

.cardsSelectionButton span {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1vw;
    position: relative;
    bottom: 0.05vw;
}

.mobile .cardsSelectionButton span {
    font-size: 5vw;
}

.giftThatIntrestsMeContainer {}

.mobile .giftThatIntrestsMeContainer {}

.giftThatIntrestsMeBtnsConatiner {
    display: flex;
    column-gap: 0.6vw;
    margin-bottom: 1.2vw;
}

.mobile .giftThatIntrestsMeBtnsConatiner {}

.giftBtn {
    height: 2.6vw;
    width: 16vw;
    border: 1px solid black;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mobile .giftBtn {}

.giftBtn p {
    padding-right: 1.2vw;
    font-size: 1vw;
}

.mobile .giftBtn p {}

.giftThatIntrestsMeTitle {
    font-family: "HelveticaHebrew-Bold";
    padding-bottom: 0.7vw;
    font-size: 1.1vw;
    padding-top: 1vw;
}

.mobile .giftThatIntrestsMeTitle {}

.changeBackground {
    background-color: var(--color2);
}

.changeTextColor {
    color: white;
}

.noBorder {
    border: none;
}

.mobile .cardSelectionBackgroundContainer {
    background-color: var(--color3);
}

.topBannerContainer {
    background: white;
    position: absolute;
    display: flex;
    column-gap: 0.5vw;
    align-items: center;
    right: 7vw;
    top: -1.5vw;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.mobile .topBannerContainer {
    top: -5.5vw;
}

.topBunnerCircle {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color5);
}

.mobile .topBunnerCircle {
    width: 12vw;
    height: 12vw;
}

.topBunnerCircle p {}

.mobile .topBunnerCircle p {}

.topBannerContainer p {
    font-family: "HelveticaHebrew-Bold";
    font-size: 1.2vw;
    color: var(--color4);
}

.mobile .topBannerContainer p {
    font-size: 4.4vw;
}

.topBunnerTitle {
    font-family: "HelveticaHebrew-Bold";
    font-size: 1.2vw;
    color: var(--color1);
    margin-left: 1vw;
}

.mobile .topBunnerTitle {
    margin-left: 3vw;
    margin-right: 2vw;
}

.topBunnerOne {
    right: 6.5vw;
}

.topBunnerTwo {
    right: 8vw;
}

.topBunnerThree {
    right: 9vw;
}

.mobile .topBunnerOne {
    right: 13.5vw;
}

.mobile .topBunnerTwo {
    right: 15.5vw;
}

.mobile .topBunnerThree {
    right: 21.5vw;
}

.bottomContainer {
    height: 6.5vw;
    display: flex;
    align-items: center;
    gap: 2vw;
    background-color: var(--color3);
    padding-right: 4vw;
}

.mobile .bottomContainer {
    text-align: right;
    display: block;
    padding-right: 6vw;
    padding-top: 10vw;
    padding-bottom: 50vw;
}

.forDemoTitle {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1.1vw;
    padding-right: 9vw;
}

.mobile .forDemoTitle {
    font-size: 4vw;
    padding: 0;
}

.accesabilityLink {
    font-size: 1vw;
    color: black;
    text-decoration-line: underline;
}

.mobile .accesabilityLink {
    font-family: "HelveticaHebrew-Regular";
    font-size: 4vw;
    padding-bottom: 1vw;
    color: black;
    padding-left: 7vw;
}

.disableScroll {
    position: relative;
    overflow: hidden;
}

.showForm {
    opacity: 1;
    transform: translateY(-103vh);
    transition: opacity 800ms, transform 800ms;
}

.mobile .showForm {
    opacity: 1;
    transform: translateY(-39vh);
    transition: opacity 800ms, transform 800ms;
}

.hideForm {
    transform: translateY(5vw);
    transition: opacity 800ms, transform 800ms;
}

.mobile .hideFormButton {
    transform: translateY(20vw);
    transition: opacity 800ms, transform 800ms;
}

.mobile .showFormButton {
    opacity: 1;
    transform: translateY(0vh);
    transition: opacity 800ms, transform 800ms;
}

.mobile .closeContainer {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 18vw;
    width: 85vw;
}

.mobile .logoNes {
    width: 35vw;
}

.mobile .xClose {
    cursor: pointer;
    width: 5vw;
    position: absolute;
    top: 4vw;
    left: 5vw;
}

.streetAndHomeNumberContainer {
    display: flex;
}

.mobile .streetAndHomeNumberContainer {}

.homeNumberLabel {
    width: 90%;
    right: 2.5vw;
}

.mobile .homeNumberLabel {}

.homeNumberInput {
    width: 90%;
}

.mobile .homeNumberInput {
    width: 93%;
}

.homeNumberWarn {
    padding-left: 2.5vw;
}

.mobile .homeNumberWarn {}

.warn.homeNumberWarn.success.warn_active {
    right: 19.35vw;
}

.mobile .warn.homeNumberWarn.success.warn_active {
    right: 32.35vw;
}

.mobile .warn.streetWarn.success.warn_active {
    right: 40vw;
}

.tnxContainer {
    background: var(--color3);
}

.mlTitle {
    top: 1vw;
    left: 10vw;
    font-size: 1vw;
}

.mobile .mlTitle {
    font-size: 4.5vw;
}

.checkIcn {
    margin-left: 0.5vw;
    width: 1.2vw;
}

.mobile .checkIcn {
    width: 6vw;
    margin-left: 0.5vw;
}

.bold {
    font-family: "HelveticaHebrew-Bold" !important;
}

.mobile .nespressoHeader {
    display: flex;
    height: 20vw;
    align-items: center;
    justify-content: center;
}

.mobile .nesspressoLogo {
    width: 40vw;
}

.mobile .selectedGift {
    position: relative;
}

.details_title,
.comment_title {
    font-size: 1.1vw;
    font-family: "HelveticaHebrew-Bold";
    margin-bottom: 0.6vw;
}

.selectedGiftTItle,
.details_title,
.comment_title {
    font-family: "HelveticaHebrew-Bold";
    font-size: 1.05vw;
    /* padding-top: 5vw;
    padding-bottom: 3vw; */
}

.selectedGiftTItle {
    margin-bottom: 1vw;
}

.mobile .selectedGiftTItle,
.mobile .details_title,
.mobile .comment_title {
    font-family: "HelveticaHebrew-Bold";
    font-size: 4.5vw;
    padding-top: 5vw;
    padding-bottom: 3vw;
}

.mobile .selectedGiftTItle {
    margin-bottom: unset;
}

.details_user,
.comment_user {
    font-size: 1.05vw;
    line-height: 1.5vw;
    font-family: "HelveticaHebrew-Regular";
    margin-bottom: 4vw;
}

.mobile .details_user,
.mobile .comment_user {
    font-size: 4.5vw;
    line-height: 1.5;
    font-family: "HelveticaHebrew-Regular";
    margin-bottom: unset;
}

.selectedGiftDetails {
    font-size: 1.05vw;
    /* margin-bottom: 1vw; */
}

.mobile .selectedGiftDetails {
    position: relative;
    right: 5.3vw;
    font-size: 4.5vw;
    margin-bottom: unset;
}

.disableScroll {
    overflow-y: hidden;
}

.darkBackgroundShadow {
    height: 100%;
    width: 100%;
    background: black;
    position: absolute;
    top: 0;
    opacity: 0.1;
    z-index: 10;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .mobile .cardSelection {
        height: 162vw;
    }
    .mobile .arrowSelect {
        top: -0.2vw;
    }
    .mobile .checkIcn {
        position: relative;
        bottom: 0.5vw;
    }
    /* .mobile .bottomContainer {
        height: 18vw;
    } */
    /* .mobile .form_wrapper {
        padding-bottom: 22vw;
    } */
    .mobile .second_section,
    .mobile .thirty_section {
        height: 88vw;
    }
    .mobile .showForm {
        opacity: 1;
        transform: translateY(-38vh);
        transition: opacity 800ms, transform 800ms;
    }
    .mobile .seperatorLineSec {
        margin-top: 0;
    }
    .mobile .mainTitle {
        margin-bottom: 1vw !important;
    }
    .mobile .swiperSlidesOptionsTitlesContainer {
        transform: rotate(90deg) !important;
        right: 40.8vw !important;
        top: -7vw !important;
    }
    .mobile .swiperSlidesOption {
        font-size: 3.2vw !important;
        transform: rotate(-90deg) !important;
        margin-top: 8.3vw !important;
        margin-bottom: 0 !important;
    }
    .mobile .middleContainer {
        height: 129vw !important;
    }
    .mobile .seperatorLineSec {
        top: -3vw !important;
    }
    .mobile .nessLogoContainer {
        right: 23.7vw !important;
    }
}

.socialImg {
    width: 3vw;
}

.mobile .socialImg {
    width: 14vw;
}

.giftThreeSlide {
    position: static;
    top: 2.36vw;
    right: 0;
}

.mobile .giftThreeSlide {
    position: absolute;
    top: unset;
}


/* POPUP */

.showClosingPopup {
    opacity: 1;
    transform: translateY(-100vh);
    transition: opacity 800ms, transform 800ms;
}

.hideClosingPopup {
    transform: translateY(100vh);
    transition: opacity 800ms, transform 800ms;
}

.popupCard {
    box-shadow: none;
    position: relative;
    background: transparent;
    position: fixed;
    right: 32vw;
    top: 15vw;
    z-index: 100;
    /* padding: 2vw; */
    text-align: end;
    width: 35.5vw;
    height: 21vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .popupCard {
    padding: 5vw;
    top: 36vw;
    right: 13.5vw;
    width: 71vw;
    height: 89vw;
}

.popupCardTitle {
    font-size: 1.5vw;
    font-family: "HelveticaWorld-Regular";
    text-align: center;
    line-height: 1.3;
    padding-top: 2vw;
}

.mobile .popupCardTitle {
    font-size: 4vw;
    text-align: center;
    padding-top: 7vw;
}

.popupCardSelectionButton {
    width: 100%;
    margin: 0 auto;
    background: black;
    height: 2.5vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
    cursor: pointer;
}

.mobile .popupCardSelectionButton {
    font-size: 3.6vw;
    height: 7vw;
    margin-top: 3vw;
}

.popupClose {
    width: 1vw;
    position: relative;
    top: 2.2vw;
    left: 2.5vw;
    cursor: pointer;
}

.mobile .popupClose {
    width: 4vw;
    top: 3.2vw;
    left: 3.5vw;
}

.popupBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.mobile .popupBackdrop {}

.popupCardInnerContainer {
    background-image: url(./images/alertMiddleContainerImage.png);
    background-repeat: no-repeat;
    background-position: center;
    /* width: 33vw; */
    /* height: 100%; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    width: 31.5vw;
    height: 18vw;
}

.mobile .popupCardInnerContainer {
    background-image: url(./images/alertMiddleContainerImageMob.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 79vw;
    width: 60vw;
    background-size: cover;
}

.popupCardSubTitle {
    font-size: 1vw;
    font-family: "HelveticaWorld-Regular";
    text-align: center;
}

.mobile .popupCardSubTitle {
    font-size: 3.2vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.popSocialImg {
    width: 3vw;
}

.mobile .popSocialImg {
    width: 13vw;
}

.popIcons {
    display: flex;
    justify-content: center;
    gap: 2.5vw;
    margin-top: 1vw;
}

.mobile .popIcons {
    gap: 16.5vw;
    position: relative;
    left: 5.5vw;
}

.mobile .poptnx {}

.mobile .poptnx_container {}

.mobile .poptnx_text {
    font-family: "HelveticaWorld-Regular";
    /* text-align: center; */
    line-height: 1.3;
    padding-top: 2vw;
    font-size: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 50vw;
}

.mainScreen {
    width: 100%;
}

.mobile .mainScreen {
    overflow-y: scroll;
}

.poptnxContainer {
    background: var(--color3);
    height: 100vh;
    position: fixed;
    top: 100vh;
    width: 100vw;
}

.mobile .poptnxClose {
    position: absolute;
    left: 10vw;
    top: 8vw;
}

.mobile .popicon {
    width: 3vw;
    height: 3vw;
    display: block;
    cursor: pointer;
}

.topContainer {
    position: relative;
    height: 26.8vw;
    width: 100%;
}

.mobile .topContainer {
    height: 120vw;
}

.topContBackImage {
    height: 26.8vw;
    width: 100%;
    object-fit: fill;
    display: block;
}

.topContBackImage picture img {
    object-position: 0 -17vw;
}

.mobile .topContBackImage picture img {
    object-position: 0 0;
}

.mobile .topContBackImage {
    height: 120vw;
    object-fit: cover;
}

.mobile .formButtonMobile {
    height: 18vw;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 200;
}

.mobile .formButtonMobile p {
    font-size: 6vw;
    color: white;
}

.nessLogoContainer {
    position: absolute;
    top: 3vw;
    right: 40.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.disable-scroll {
    overflow: hidden;
}

.mobile .nessLogoContainer {
    top: 9vw;
    right: 24vw;
}

.nessLogoTopCont {
    width: 4.1vw;
    height: 4.1vw;
}

.mobile .nessLogoTopCont {
    width: 13vw;
    height: 13vw;
}

.nessLogoTitle {
    color: white;
    font-size: 1vw;
    padding-top: 1vw;
    font-family: "HelveticaWorld-Bold";
    text-transform: uppercase;
}

.mobile .nessLogoTitle {
    font-size: 4vw;
    margin-top: 2.5vw;
}

.topContTitles {
    position: absolute;
    top: 11vw;
    right: 16vw;
}

.mobile .topContTitles {
    position: absolute;
    top: 43vw;
    right: 18vw;
    width: 100vw;
    right: 0;
    text-align: center;
}

.mainTitle {
    padding: 0;
    font-family: "HelveticaWorld-Bold";
    color: white;
    margin-bottom: 0vw;
    font-size: 4vw;
}

.mobile .mainTitle {
    font-size: 22vw;
    line-height: 17vw;
    text-align: center;
    margin-bottom: 1vw;
}

.subTitle {
    padding: 0;
    font-family: "HelveticaWorld-Regular";
    color: white;
    font-size: 3vw;
    font-weight: 100;
    position: relative;
    bottom: 0.7vw;
}

.mobile .subTitle {
    text-align: center;
    font-size: 8.5vw;
    line-height: 12vw;
    position: relative;
    top: 0.5vw;
    bottom: 0;
}

.middleContainer {
    background-image: url(./images/middleContBackDesk.png);
    position: relative;
    height: 25.9vw;
    width: 100%;
    background-size: cover;
}

.mobile .middleContainer {
    background-image: url(./images/middleContBackMob.png);
    height: 122vw;
}

.middleContBackImage {
    height: 20.1vw;
    width: 100vw;
}

.mobile .middleContBackImage {
    height: 119vw;
}

.middleContTitles {
    position: absolute;
    top: 3.4vw;
    right: 16vw;
}

.mobile .middleContTitles {
    text-align: center;
    top: 10vw;
    width: 100vw;
    right: 0;
}

.middleContMainTitle {
    color: var(--color1);
    font-size: 1.62vw;
    font-family: "NespressoLucas-Bold";
}

.mobile .middleContMainTitle {
    font-size: 8.5vw;
    text-align: center;
    line-height: 9.5vw;
}

.middleContMainSubTitle {
    font-family: "HelveticaHebrew-Bold";
    color: var(--color1);
    font-size: 1.5vw;
}

.mobile .middleContMainSubTitle {
    text-align: center;
    font-size: 5vw;
}

.middleContLine {
    width: 5.7vw;
    height: 0.05vw;
    background: var(--color1);
    margin-top: 0.6vw;
    margin-bottom: 0.6vw;
}

.mobile .middleContLine {
    width: 31vw;
    height: 0.5vw;
    margin: 0 auto;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

.middleContMainParagraph {
    color: var(--color1);
    font-size: 1.1vw;
}

.mobile .middleContMainParagraph {
    font-size: 4.1vw;
    width: 80%;
    margin: 0 auto;
}

.bottomContainerSlider {
    position: relative;
    z-index: -1;
}

.bottomContainerSlider.arrive {
    z-index: inherit;
}

.mobile .bottomContainerSlider {
    z-index: auto;
}

.headerVideo {
    width: 100vw;
    height: 49vw;
    object-fit: cover;
    display: block;
}

.mobile .headerVideo {
    height: 178vw;
}

.soWhatContainer {
    position: absolute;
    top: 10vw;
    right: 16.6vw;
    color: white;
}

.mobile .soWhatContainer {
    text-align: center;
    top: 10vw;
    width: 100vw;
    position: absolute;
    right: 0;
}

.soWhatTitle {
    font-family: "HelveticaHebrew-Regular";
    font-size: 1.5vw;
}

.mobile .soWhatTitle {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 50vw;
}

.soWhatSubTitle {
    font-family: "HelveticaHebrew-Bold";
    font-size: 3vw;
    margin-top: 6vw;
}

.mobile .soWhatSubTitle {
    font-size: 9vw;
}

.soWhatLineMain {
    width: 3.7vw;
    height: 0.08vw;
    background: white;
    margin-top: 0.6vw;
    margin-bottom: 0.8vw;
}

.soWhatLine {
    width: 3.7vw;
    height: 0.08vw;
    background: white;
    margin-top: 0.6vw;
    margin-bottom: 0.8vw;
}

.mobile .soWhatLine {
    width: 17vw;
    margin: 0 auto;
    margin-bottom: 3vw;
    margin-top: 3vw;
    position: relative;
    left: 1vw;
}

.soWhatSecSubTitle {
    font-family: "HelveticaHebrew-Bold";
    font-size: 1.25vw;
}

.mobile .soWhatSecSubTitle {
    font-size: 4.5vw;
    font-family: "HelveticaHebrew-Regular";
    margin-top: 4vw;
}

.swiper {
    /* padding-top: 0vw !important; */
    height: 49vw !important;
}

.mobile .swiper {
    height: 178vw !important;
}

.swiper-wrapper {
    flex-direction: column;
}

.mobile .swiper-wrapper {
    flex-direction: row;
}

.swiper-slide {
    position: relative;
}

.mobile .swiper-slide {}

.swiper-pagination {
    width: 25vw;
    top: 22vw;
    left: -6vw;
    z-index: 100 !important;
    transform: rotate(-90deg) !important;
}

.mobile .swiper-pagination {
    width: 92vw;
    transform: rotate(0deg) !important;
    left: 0;
    top: 30vw;
}

.swiper-pagination-bullet {
    margin-left: 1.8vw !important;
    height: 1.3vw !important;
    width: 1.3vw !important;
    border: 2px solid white;
    background: transparent !important;
    opacity: 1 !important;
}

.mobile .swiper-pagination-bullet {
    height: 2.5vw !important;
    width: 2.5vw !important;
    margin-left: 10vw !important;
}

.scrollAnimationLogo {
    width: 4vw !important;
    height: 4vw !important;
}

.mobile .scrollAnimationLogo {
    width: 20vw !important;
    height: 20vw !important;
}

.swiperSlidesOptionsTitlesContainer {
    position: absolute;
    top: 12vw;
    right: 88vw;
    z-index: 10;
    color: white;
}

.mobile .swiperSlidesOptionsTitlesContainer {
    transform: rotate(90deg) !important;
    right: 40vw;
    top: -7vw;
}

.swiperSlidesOption {
    font-size: 1.15vw;
    font-family: "HelveticaHebrew-Regular";
    margin-bottom: 1.74vw;
}

.mobile .swiperSlidesOption {
    font-size: 3.2vw;
    transform: rotate(-90deg) !important;
    margin-top: 8.7vw;
    margin-bottom: 0;
}

.swiperSlidesLinesContainer {
    position: absolute;
    top: 13.2vw;
    left: 6.34vw;
    z-index: 10;
}

.mobile .swiperSlidesLinesContainer {
    transform: rotate(90deg) !important;
    left: 52.1vw;
    top: -5.1vw;
}

.swiperSlidesOptionsTitlesLine {
    background-color: white;
    width: 0.1vw;
    height: 1.9vw;
    margin-bottom: 1.2vw;
}

.mobile .swiperSlidesOptionsTitlesLine {
    height: 10.2vw;
    margin: 0;
    margin-top: 2.35vw;
}

.swiper-pagination-bullet-active {
    background: white !important;
}

.mobile .swiper-pagination-bullet-active {}

.privacyLink {
    font-size: 1vw;
    color: black;
    text-decoration-line: underline;
}

.mobile .privacyLink {
    font-size: 4vw;
}

.allRightContainer {
    display: flex;
    flex-direction: row;
    column-gap: 1vw;
    align-items: baseline;
}

.mobile .allRightContainer {
    background-color: var(--color3);
    padding-top: 3vw;
    column-gap: 3vw;
    align-items: baseline;
}

.allRights {}

.mobile .allRights {}

.allRightContainer p {
    display: flex;
    align-items: center;
    column-gap: 0.5vw;
    font-size: 1vw;
    color: black;
}

.mobile .allRightContainer p {
    font-size: 4vw;
    column-gap: 4vw;
}

.nesLogoClean {
    width: 5.5vw;
}

.mobile .nesLogoClean {
    width: 25vw;
}

.allRightsLogo {
    width: 1vw;
}

.mobile .allRightsLogo {
    width: 3.5vw;
}

.opacityZero {
    opacity: 0;
}

.swipeContainer {
    position: absolute;
    top: 31vw;
    right: 16.6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile .swipeContainer {
    top: 116vw;
    right: 40vw;
}

.swipeContainer p {
    color: white;
    font-family: "HelveticaHebrew-Regular";
    font-size: 1.3vw;
}

.mobile .swipeContainer p {}

.seperatorLineTnx {
    width: 90%;
    height: 0.1vw;
    background-color: var(--color2);
    margin: 0 auto;
    margin-bottom: 1vw;
}

.mobile .seperatorLineTnx {
    height: 0.5vw;
    width: 90%;
    background-color: var(--color2);
    margin: 0 auto;
}

picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.stickyButtonForm {
    width: 5.8vw;
    height: 5.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40vw;
    left: 3.65vw;
    background: white;
    border-radius: 50vw;
    cursor: pointer;
    z-index: 100;
}

.stickyButtonForm p {
    color: black;
    font-size: 1.3vw;
    line-height: 0.9;
    font-family: News-75, sans-serif;
    letter-spacing: 0.05vw;
    text-align: center;
    z-index: 2;
}

.pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    border-color: white;
    border-style: solid;
}

.pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-1 {
    height: 5.5vw;
    width: 5.5vw;
    border-width: 0.15vw;
    -webkit-animation: 1.5s ease-out 0s infinite pulsate;
    animation: 1.5s ease-out 0s infinite pulsate;
}

.pulse-2 {
    height: 6.5vw;
    width: 6.5vw;
    border-width: 0.1vw;
    -webkit-animation: 1.5s ease-out 0s infinite pulsate;
    animation: 1.5s ease-out 0s infinite pulsate;
}

.pulse-3 {
    height: 7.5vw;
    width: 7.5vw;
    border-width: 0.05vw;
    -webkit-animation: 1.5s ease-out 0s infinite pulsate;
    animation: 1.5s ease-out 0s infinite pulsate;
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(1, 1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}