/* Font faces */
@font-face {
    font-family: 'SimplerPro';
    src: url('fonts/SimplerPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('fonts/SimplerPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('fonts/SimplerPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SimplerPro';
    src: url('fonts/SimplerPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: 'Tel Aviv';
    src: url('fonts/TelAviv-BrutalistRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tel Aviv';
    src: url('fonts/TelAviv-BrutalistLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tel Aviv';
    src: url('fonts/TelAviv-BrutalistBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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

body {
    font-family: 'Space Grotesk', Arial, sans-serif;
    background-image: url(images/main-bg8.png);
    background-size: cover;
    background-position: top;
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow-x: hidden;
    direction: rtl;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: white;
}

body *{
    direction:rtl !important;
}

/* Header Styles */
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#main-header.scrolled {
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);

    /*  background-color: rgba(0, 0, 0, 0.3); */
}

.header-logo {
    position: absolute;
    width: 106px;
    height: 38px;
    top: 31px;
    left: 101px;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 0.15;
    mix-blend-mode: plus-lighter;
}

.frame {
    height: 75vh;
    position: relative;
    width: 100%;
}


#frame1 {
    position: relative;
    overflow: hidden;
}

/* Frame 1 adjustments for header */
#frame1 {
    padding-top: 100px;
}

.center-video {
    position: absolute;
    width: 880px;
    height: auto;
    top: 15.46%;
    left: 0;
    transform: rotate(77.04deg);
    mix-blend-mode: screen;
    z-index: 1;
    object-fit: cover;
    background: transparent;
    right: 0;
    margin: 0 auto;
}

.text-frame {
    position: absolute;
    top: 18.33%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 1.48%;
    z-index: 5;
    margin: 0 auto;
}

.main-title {
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 104%;
    text-align: center;
    text-transform: uppercase;
    color: #F6F6F6;
    margin: 0 0 70px;
}

.content-block {
    display: flex;
    flex-direction: column;
    gap: 11.57%;
    margin: 0 auto;
}

.text-group {
    display: flex;
    flex-direction: column;
    gap: 1.86%;
    margin-bottom: 53px;
}

.hebrew-title {
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #F6F6F6;
    margin: 0 auto 19px;
}

.hebrew-description {
    font-family: 'SimplerPro', Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 129%;
    text-align: center;
    vertical-align: bottom;
    color: #EDEDED;
    margin: 0 auto;
    max-width: 876px;
    width: 100%;
}

.demo-button {
    border-radius: 107.52px;
    border: 0.92px solid #FFFFFF;
    padding: 1.53% 3.68% 1.37% 3.68%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.demo-button:hover {
    background-color: #FFFFFF;

}

.demo-button:hover .button-text {
    color: #1C1C1C;
}

.demo-button:hover .button-icon {
    background-image: url('data:image/svg+xml,<svg width="7" height="24" viewBox="0 0 7 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.62009 7.27223L1.48023 11.4124L5.62009 15.5432" stroke="%231C1C1C" stroke-width="1.37849" stroke-linecap="round"/></svg>');
}

.button-frame {
    width: 95.58px;
    height: 22.97px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    direction: rtl;
}

.button-icon {
    background-image: url('data:image/svg+xml,<svg width="7" height="24" viewBox="0 0 7 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.62009 7.27223L1.48023 11.4124L5.62009 15.5432" stroke="%23EDEDED" stroke-width="1.37849" stroke-linecap="round"/></svg>');
    display: block;
    width: 7px;
    height: 24px;
}

.button-text {
    font-family: 'SimplerPro', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    text-align: center;
    vertical-align: bottom;
    color: #EDEDED;
    white-space: nowrap;
}

#frame2 {
    /* min-height: 100vh; */
    padding-top: 0px;
}

.left-side-bg {
    position: absolute;
    top: 225px;
    left: 0;
    opacity: 0.3;
    z-index: 0;
    mix-blend-mode: plus-lighter;
}

.right-side-bg {
    position: absolute;
    top: 961px;
    right: 0;
    opacity: 0.5;
    z-index: 0;
    mix-blend-mode: plus-lighter;
}

.icons-block {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 950px;
    /* top: 1039px; */
    /* left: 226px; */
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.icon-border-1 {
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    z-index: 2;
    height: 470px;
}

.icon-border-2 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    height: 470px;
    z-index: 2;
}


.icons-block .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.icons-block .icon-item img {
    margin-bottom: 55px;
    width: 80%;
    height: 80%;
}

.icon-1 {
    margin-top: 87px;
    height: 266px;
}

.icon-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-1 .text-block {
    max-width: 453px;
    height: 167px;
    top: 322px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.icon-2 {
    margin-top: 87px;
    height: 266px;

}

.icon-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-2 .text-block {
    width: 363px;
    height: 167.04px;
    top: 321px;
    left: 4px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.icon-3 {
    height: 266.76px;
    margin-top: 45px;
}

.icon-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-3 .text-block {
    width: 465px;
    height: 167px;
    top: 323px;
    left: -128px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.icon-4 {
    height: 198.51px;
    margin-top: 81px;
}

.icon-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 75px !important;
}

.icon-4 .text-block {
    width: 362.70px;
    height: 167.04px;
    top: 293px;
    left: -64px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.icon-title {
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 98%;
    text-align: center;
    vertical-align: bottom;
    color: #EDEDED;
    margin: 0;
}

.icon-description {
    font-family: 'SimplerPro', Arial, sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 129%;
    text-align: center;
    vertical-align: bottom;
    color: #EDEDED;
    margin: 0;
}

#frame3 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
}

.frame3-video {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.2;
    mix-blend-mode: color-dodge;
    z-index: -1;
}

.frame3-text-1 {
    width: 100%;
    max-width: 1095px;
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #1C1C1C;
    margin: 0 auto 40px;
    padding-top: 70px;
}

.frame3-text-2 {
    max-width: 962px;
    width: 100%;
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 131%;
    text-align: center;
    vertical-align: bottom;
    color: #EDEDED;
    z-index: 5;
    margin: 0 auto 60px;
}

.whitw-bg {
    background: #FFFFFF;
    color: #1C1C1C;
    padding: 0px 18px;
    margin: 9px 0;
    display: inline-block;
    font-family: 'Tel Aviv', Arial, sans-serif;
}

.down-arrow {
    margin: 0 auto 35px;
    text-align: center;
}

.frame3-form {
    width: 100%;
    max-width: 1403px;
    direction: rtl;
    margin: 0 auto;
    padding: 0 0 150px;
    display: flex;
    flex-direction: row-reverse;
}
.frame3-form-left{
    width:50%;
    padding-top:42px;
    padding-right:2.5%;
    padding-left:2.5%;
    font-size: 16px;
}
.frame3-form-left .nikoPlatforms,.frame3-form-left .worxtext{
    font-size:20px;
    line-height:1.5;
    margin: 0 0 15px;
    padding:0;
    font-family: 'Tel Aviv', Arial, sans-serif;
    text-align: right;
}
.frame3-form .contact-form{
    width:50%;
}
.frame3-form-left .form-title-1{
    display:none;
}
.form-title-1 {
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 131%;
    text-align: right;
    color: #EDEDED;
    margin: 0 0 10px 0;
}

.form-title-2 {
    font-family: 'SimplerPro', Arial, sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 131%;

    text-align: right;
    color: #EDEDED;
    margin: 0 0 56px 0;
}

.form-group {
    margin-bottom: 20px;
    /* max-width: 673px; */
}

.form-group input {
    width: 100%;
    padding: 17px 18px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.13);
    color: #EDEDED;
    font-family: 'SimplerPro', Arial, sans-serif;
    font-size: 18px;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    backdrop-filter: blur(47px);
    border: 1px solid #FFFFFF14;
}

.form-input:focus {
    outline: none;
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.15);
}

.form-input::placeholder {
    color: #B0B0B0;
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-size: 14px;
    direction: rtl;
    text-align: right;
}

.form-group textarea {
    width: 100%;
    min-height: 80px;
    padding: 12px 16px;
    border: 1px solid #444;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #F6F6F6;
    font-family: 'SimplerPro', Arial, sans-serif;
    font-size: 18px;
    direction: rtl;
    text-align: right;
    resize: vertical;
    box-sizing: border-box;
}

.form-textarea:focus {
    outline: none;
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.15);
}

.form-textarea::placeholder {
    color: #B0B0B0;
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-size: 14px;
    direction: rtl;
    text-align: right;
}

.char-counter {
    font-family: 'SimplerPro', Arial, sans-serif;
    font-size: 12px;
    color: #999;
    text-align: left;
    margin-top: 4px;
}

.submit-button {
    width: auto;
    background: transparent;
    border: 0.8px solid #FFFFFF;
    border-radius: 26px;
    padding: 13px 30px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SimplerPro', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 117%;
    text-align: center;
    /* vertical-align: bottom; */
    color: #EDEDED;
    white-space: nowrap;
}


.submit-button:hover {
    background-color: #FFFFFF;
}

.submit-button:hover {
    color: #1C1C1C;
}

.submit-button:hover .button-icon {
    stroke: #1C1C1C;
}

.submit-button:disabled {
    background: transparent;
    border-color: #666;
    cursor: not-allowed;
}

.submit-button:disabled .button-text {
    color: #666;
}

.submit-button:disabled .button-icon {
    stroke: #666;
}

/* Frame3 footer styles */
.frame3-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -5;
}

.frame3-footer-content {
    position: absolute;
    bottom: 68px;
    left: 102px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    z-index: 0;
    pointer-events: auto;
    justify-content: center;
    direction: rtl;
}

.frame3-footer-logo {
    height: auto;
    display: block;
    width: 100%;
}

.frame3-footer-text {

    color: #EDEDED;
    white-space: nowrap;
    font-family: 'Tel Aviv', Arial, sans-serif;
    font-weight: 400;
    font-size: 19.04px;
    line-height: 1;
    padding: 0 0 6px 0;
    display: block;
}

.frame3-footer-video {
    position: absolute;
    width: 925.44px;
    height: 918.19px;
    bottom: -511px;
    left: -311px;
    transform: rotate(77.04deg);
    pointer-events: none;
    z-index: -2;
    object-fit: cover;
    mix-blend-mode: plus-lighter;
}

/* Form validation styles */
.form-input.error,
.form-textarea.error {
    border-color: #FF6B6B;
    background-color: rgba(255, 107, 107, 0.1);
}

.error-message {
    color: #FF6B6B;
    font-family: 'SimplerPro', Arial, sans-serif;
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
    direction: rtl;
}

.form-message {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'SimplerPro', Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    direction: rtl;
}

.form-message.success {
    background-color: rgba(40, 167, 69, 0.2);
    border: 1px solid #28a745;
    color: #28a745;
}

.form-message.error {
    background-color: rgba(255, 107, 107, 0.2);
    border: 1px solid #FF6B6B;
    color: #FF6B6B;
}

@media (max-width: 1000px) {
    .frame3-text-1{
        font-size:21px;
    }
    .left-side-bg {
        width: 50%;
    }

    .right-side-bg {
        width: 50%;
    }
    .main-title{
        font-size:60px;
        margin: 0 0 50px;
    }
}

@media (max-width: 768px) {
    body {
        direction: rtl;
    }
    .whitw-bg{
        background: transparent;
        margin:0;
        position: relative;
        overflow: hidden;
    }
    .whitw-bg:after{
        content:"";
        display:block;
        background-image: url('data:image/svg+xml, <svg width="768" height="42" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="768" height="32" fill="white" /><rect x="0" y="24" width="768" height="10" fill="transparent" /></svg>');
        background-position: top;
        background-repeat: repeat-y;
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .header-logo{
        top:34px;
        left:15px
    }

    .center-video {
        width: 800px;
        height: 800px;
        top: 35px;
        left: auto;
        transform: rotate(45deg);
        right: -500px;
        margin: 0;
        mix-blend-mode: plus-lighter;
    }

    .text-frame {
        /* width: 90%; */
        /* height: 70%; */
        top: 120px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .main-title {
        font-size: 50px;
        line-height: 55px;
    }

    .hebrew-title {
        font-size: 20px;
        line-height: 27px;
    }

    .hebrew-description {
        font-size: 18px;
        line-height: 129%;
    }

    .text-group {
        margin-bottom: 30px;
    }

    #frame2 {
        padding-top: 0;
    }

    .icons-block {
        height: auto;
    }

    .icon-4 .text-block,
    .icon-1 .text-block,
    .icon-2 .text-block,
    .icon-3 .text-block {
        height: auto;
        width: 100%;
    }

    .icons-block .icon-item {
        width: 100%;
        margin-top: 0;
        height: auto;
        margin-bottom: 35px;
        padding-bottom: 32px;
        position: relative;
    }

    .icons-block .icon-item:after {
        content: "";
        display: block;
        position: absolute;
        width: 181px;
        height: 1px;
        background-image: url('data:image/svg+xml,<svg width="181" height="1" viewBox="0 0 181 1" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="0.5" x2="181" y2="0.5" stroke="url(%23paint0_linear_709_2123)"/><defs><linearGradient id="paint0_linear_709_2123" x1="181" y1="1.5" x2="0" y2="1.5" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
        bottom: 0;

    }

    .icons-block .icon-item:last-of-type {
        margin-bottom: 0;

    }

    .icons-block .icon-item:last-of-type:after {
        display: none;
    }

    .icon-border-1,
    .icon-border-2 {
        display: none;
    }

    .icons-block .icon-item img {
        margin: 15px auto;
        margin-top: 15px;
        display: block;
        width: 100%;
        height: auto;
        max-width: 250px;
    }

    .icon-1 .text-block {
        height: auto;
    }

    .icon-title {
        font-size: 26px;
        line-height: 98%;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .icon-description {
        font-size: 15.83px;
        line-height: 129%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .frame3-text-1 {
        font-size: 22px;
        line-height: 189%;
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .frame3-video {
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

    .frame3-text-2 {font-size: 18px;line-height: 131%;margin-bottom: 99px;padding-left: 16px;padding-right: 16px;}
    .frame3-form{
        padding: 0 16px 177px;
        overflow: hidden;
    }
    .form-title-1{
        font-size: 21px;
        line-height: 131%;
        text-align: right;
        display: none;
        font-family: 'Tel Aviv', Arial, sans-serif;
    }
    .frame3-form-left .form-title-1{
        display: none;
    }
    .form-title-2{font-size: 18px;line-height: 131%;text-align: right;margin: 0 0 45px 0;}
    .submit-button{
        width:100%;
    }
    .frame3-footer-video{
        display:none;
    }
    .frame3-footer-content{
        left:17px;
        bottom:28px;
        height: auto;
    }
    .frame3-form{
        flex-direction:column;
    }
    .frame3-form .frame3-form-left{
        width:100%;
        padding: 0;
    }
    .frame3-form .contact-form{
        width: 100%;
    }
    .frame3-form .contact-form .form-title-1{
        display:block;
        margin: 27px 0;
    }
    .frame3-form{
        padding: 0 16px 105px;
    }
    #frame1{
        height: 700px;
    }
}

@media (max-width: 480px) {
    #frame1 {
        height: 860px;
    }
}

@media (max-width: 320px) {
    .main-title {
        font-size:40px;
    }
}

.contact-form ::-webkit-input-placeholder {
    color:white;
}

.contact-form ::-moz-placeholder {
    color:white;
}

.contact-form ::-ms-placeholder {
    color:white;
}

.contact-form ::placeholder {
    color:white;
}
.contact-form .wpcf7-not-valid-tip{
    font-size: 18px;
    font-family: 'SimplerPro', Arial, sans-serif;
    margin-top:5px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    font-family: 'SimplerPro', Arial, sans-serif;
}