/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

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

html {
    min-height: 100vh;
    background: #031B40;
    overflow:hidden ;
}

body {
    overflow-x: hidden;
    overflow-y: auto; 
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    width: 100vw;
    z-index: 0;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1400' height='1400' viewBox='0 0 1400 1400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='blurFilter' x='-50%' y='-50%' width='200%' height='200%'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='80' /%3E%3C/filter%3E%3Cfilter id='displacementFilter' x='-50%' y='-50%' width='200%' height='200%'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.01' numOctaves='5' result='turbulence' /%3E%3CfeDisplacementMap in2='turbulence' in='SourceGraphic' scale='120' xChannelSelector='R' yChannelSelector='G' /%3E%3C/filter%3E%3C/defs%3E%3Crect width='100%' height='100%' fill='%23030614' /%3E%3Ccircle cx='550' cy='90' r='750' fill='%23031B40' filter='url(%23blurFilter) url(%23displacementFilter)' /%3E%3Ccircle cx='400' cy='60' r='620' fill='%2355264A' filter='url(%23blurFilter) url(%23displacementFilter)' /%3E%3Ccircle cx='320' cy='30' r='490' fill='%23A73153' filter='url(%23blurFilter) url(%23displacementFilter)' /%3E%3Ccircle cx='180' cy='130' r='300' fill='%23EEA7AA' filter='url(%23blurFilter) url(%23displacementFilter)' /%3E%3Ccircle cx='90' cy='90' r='180' fill='%23ED913C' filter='url(%23blurFilter) url(%23displacementFilter)' /%3E%3Ccircle cx='40' cy='40' r='200' fill='%23E7EBF2' filter='url(%23blurFilter) url(%23displacementFilter)' /%3E%3C/svg%3E");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
} 

.site-content {
    padding:0px 40px;
}

/*solution*/ 


.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 12vh; 
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 12vh; 
}

.site-main {
    position: fixed;
    top: 12vh;    
    bottom: 12vh;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10%;
}

/*expanding-page - darken effect*/ 

.expanding-page {
    overflow-y: auto!important;
    overflow-x: hidden;
}

.expanding-page::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* כיהוי 10% */
    pointer-events: none;
    z-index: 1;
}

.expanding-page .page-content {
    position: relative;
    z-index: 2; 
}

.expanding-page::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/*content title*/ 
.post-171 {display: none;}

/* IPHONE */
body.ios-device::before {
  background: url('https://portfolio.nitzshacharenv.com/wp-content/uploads/2026/01/design3_home_desktop.png') center/cover;
  background-attachment: fixed;
}

body.ios-device .expanding-page::after {
    background: rgba(0, 0, 0, 0);
}

/*text style*/

h1, h2, h3, h4{
  font-family: "outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color:#030614;
}

h5, h6 {
  font-family: "jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color:#030614;  
}

p {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
  color:#E7EBF2;
}

ul {
    margin: 0 0 0.5em 1em;
}

/*scroll animation*/ 

.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/*nav */ 
.inside-header   {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
}

.site-logo {
    z-index: 3;
}

* {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

*::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

::selection {
    background-color: rgba(85, 38, 74, 0.3);
}

/*====================================
            INTRO PAGE
=====================================*/ 

.intro {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
}

.home_btn {
    background: transparent;  
    color: #ED913C;
    margin-right: 50px;
    margin-left: 0px;
    padding: 0;
    font-family: "outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.2rem;
    font-style: normal;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}

.home_btn:hover, .home_btn:active, .home_btn:focus {
    color:#E7EBF2;
}

.home_btn::after {
    content: '›';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
}

.intro {
    width: 100%;
    display: flex;
    justify-content: center; 
    position: relative;
    z-index: 1; 
    max-width: 1200px;
}

.intro_info h1 {
    margin-bottom: 0.5rem;
}

 .testimonial_client.visible {
    opacity: 1;
    transform: translateY(0);
}

.intro_info p {
    margin-bottom: 2rem;
}

/* ========================================
            ABOUT PAGE
========================================*/ 

.about_page {
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    height:70vh;
}

.about_wrapper {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap: 20px;
}

.about_img {
    width:40%;
}


.about_info {
    width:70%;
}

.about_info p {
    color:#E7EBF2;
    /*font-size: 1.2rem;*/ 
}

.about_img img {
    border-radius:20px;
    width:100%;
}

    h1.about_title {
        color: #eea7aa !important;
    }

/* ========================================
                FIX YOU 
========================================*/

.fixu_title {
    display: flex;
    align-items: baseline;
}

.fixu_offers {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    gap:20px;
}

.offer_box {
    background-color: rgba(231, 235, 242, 0.1); 
    border-radius: 10px;
    padding:2%; 
    width: 50%;
}

.offer_box ul {
    padding-bottom:2%;
}

.fixu_disclaimer {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    padding:5%;
}

.disclaimer_box {
    width:30%;
}

.fixu_wrapper h1, .fixu_wrapper h3, .fixu_wrapper h5 {
    color:#EEA7AA;
}

.fixu_wrapper p, .fixu_wrapper li{
    color:#E7EBF2;
}

.fix_cta {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.cta_fix_text {
    color:#ED913C;
}

.fix_cta_btn {
    background: transparent;  
    color: #ED913C;
    margin-left: 0px;
    padding: 0;
    font-family: "outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1.8rem;
    font-style: normal;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}

.fix_cta_btn:hover, .fix_cta_btn:active, .fix_cta_btn:focus {
    color:#E7EBF2;
}



/* ========================================
            Projects
========================================*/

/*   MAIN CONTAINER LAYOUT */

.page-works {
    height:80vh; 
    overflow: hidden; 
}

.projects-container {
    display:flex;
    align-items: center;
    height:70vh; 
    overflow: hidden;
}

.projects-list-wrapper {
    width:40%; 
}

.projects-display {
    width:60%; 
}

/*   LEFT SIDE: PROJECTS LIST */
.projects-list-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: var(--container-padding);
    padding-right: 2rem;
}

.projects-list {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;  /* Gentle snap behavior */
    padding: 25vh 0;
    width: 100%;
    position: relative;
    
    /* Hide scrollbar but keep functionality */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.projects-list::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Gentle snap points for each project */
.project-item {
    scroll-snap-align: center;
    scroll-snap-stop: normal;
}

.project-item a {
    text-decoration: none;
}

.project-item:not(.active) a { pointer-events: none; }


/*   PROJECT ITEMS */

.project-item {
    min-height: var(--item-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: right center;
    
    /* Default state - far from center - LESS MOVEMENT */
    opacity: 0.2;
    transform: scale(0.8);
    filter: blur(0.5px);
}

.project-name {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: 0.02em;
    line-height: 0.5;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    color:#EEA7AA;
}

.project-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color:#EEA7AA;
    letter-spacing: 0.15em;
    text-transform: lowercase;
    margin-top: 0.25rem;
    opacity: 0;
    transform: translateY(-3px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    
}

/* PROJECT STATES - MINIMAL MOVEMENT */

/* Adjacent - close to center */
.project-item.adjacent {
    opacity: 0.55;
    transform: scale(0.96);
    filter: blur(0.3px);
}

.project-item.adjacent .project-name {
    font-size: 1.5rem;
}

/* Active - center position - STAYS PUT */
.project-item.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    color: #E7EBF2;
}

.project-item.active .project-name {
    font-size: 2.2rem;
    font-weight: 600;
    color: #E7EBF2;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.project-item.active .project-subtitle {
    opacity: 1;
    transform: translateY(0);
    color: #E7EBF2;
}

/* Active indicator line - more subtle */
.project-item.active::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: linear-gradient(to left, var(--text-active), transparent);
    opacity: 0;
    animation: lineAppear 0.3s ease-out forwards;
}

@keyframes lineAppear {
    to {
        opacity: 0.6;
        width: 60px;
    }
}

/* RIGHT SIDE: LOGO DISPLAY */
.projects-display {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--container-padding);
    position: relative;
    height: 50%;
    padding: 0 10%;
}

.logo-container {
    position: relative;
    width: 100%;
    max-width: var(--logo-size);
    aspect-ratio: 1/1;
}

.logo-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #E7EBF2;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.4s ease;
}

/* Decorative corner accents */
.logo-frame::before,
.logo-frame::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-soft);
}

.logo-frame::before {
    top: 20px;
    left: 20px;
    border-right: none;
    border-bottom: none;
}

.logo-frame::after {
    bottom: 20px;
    right: 20px;
    border-left: none;
    border-top: none;
}

#currentLogo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius:20px;
}

#currentLogo.loaded {
    opacity: 1;
    transform: scale(1);
    border-radius:20px;
}

   .projects_btn {
    background: linear-gradient(0deg, rgba(10, 0, 36, 0.966), transparent);
    color: #ED913C;
    font-family: "outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    padding-top:25px;
    padding-bottom: 25px;
    bottom: 0;
    width: 100%;
    border:none;
    text-decoration: none;
    text-align: center;
}

.projects_btn:hover, .projects_btn:active, .projects_btn:focus {
    color:#E7EBF2;
}


/*   ACCESSIBILITY & PERFORMANCE */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for keyboard navigation */
.project-item:focus,
.arrow-btn:focus {
    outline: 2px solid var(--text-active);
    outline-offset: 4px;
}

/* Performance optimization */
.project-item,
#currentLogo,
.logo-frame {
    will-change: transform, opacity;
}

/*=====================================
           SINGLE PROJECT 
======================================*/ 


.project_wrapper h1, .project_wrapper h3 {
    color:#EEA7AA;
    text-align: center;
    z-index: 2;
    position: relative;
}

.project_wrapper h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 2rem;
    text-align: right;
}

.project_info {
    width:100%; 
    z-index: 2;
    position: relative;
}

.project_title_box {
    display: flex;
    align-items: center;
    width:100%;
    justify-content: center;
    padding:5% 0%; 
}

.project_title {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.project_subtitle {
   width: 50%; 
}

.deco_line {
  position: relative;
  width: 6px;
  height: 100px;           
  background: #E7EBF2;
  border-radius: 3px;
  margin: auto;
  opacity: 0.3;
  margin: 0px 10px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.project_subtitle p {
    margin-bottom: 0;
}

.project_text_box {
    position: relative;
    z-index: 2; 
    padding:5% 10% 0% 10%; 
}

.project_text {
    line-height: 1.6;
    z-index: 2;
}

/*gallery*/ 

.project_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px; 
  width:100%;
  padding:10px 0px;
}

.project_gallery img{
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    height:100%; 
}

/*VIDEO CONTAINER*/ 

.project_show {
   padding-top: 5%;  
}

.project_video {
    width:100%;
    z-index: 2;
}

.project_video {
    position: relative;
    width: 100%;
    padding-bottom: 55.5%;
    height: 0;
    overflow: hidden;
    background: transparent; 
    border-radius: 20px!important;
    margin-bottom:50px;
}

.project_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

 .project_client {  
    z-index: 2;
    position: relative;
    margin:5% 0px; 
    padding:0% 10%; 
 }

 .client_text {
    padding: 2% 5%; 
    background-color: rgba(231, 235, 242, 0.1);
    margin:2% 0%; 
    border-radius: 10px;
 }

 .project_links {
    display:flex;
    justify-content: center;
    padding-bottom: 5%;
 }

 .single_btn {
    background: transparent;  
    color: #ED913C;
    margin-right: 30px;
    margin-left: 0px;
    padding: 0;
    font-family: "outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
    z-index: 2;
}

.single_btn:hover, .single_btn:active, .single_btn:focus {
    color:#E7EBF2;
}

.single_btn::after {
    content: '›';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    z-index: 2;
}

/*==================================
        testimonials 
===================================*/ 


 .testimonial_client {  
    z-index: 2;
    position: relative;
    margin:1% 0px; 
    padding: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
 }

 .testimonial_client.visible {
    opacity: 1;
    transform: translateY(0);
}

 .client_text {
    padding: 2% 5%; 
    background-color: rgba(231, 235, 242, 0.1);
    margin:2% 0%; 
    border-radius: 10px;
    text-align: left;
 }

  .testimonial_client h6{
    color:#E7EBF2;
  }

/*==================================
                footer
===================================*/ 

.footer-widget-1 {
    display: flex;
    justify-content: center;
    opacity: 0.8;
}

.footer-widgets-container {
    padding: 10px!important;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0; 
}

.image-links a {
    text-decoration: none;
    margin:5px;
}

.image-links a:hover {
    scale:1.05;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0!important;
}

.copyright-bar {
    color:#EEA7AA;
    opacity: 0.8;
}

.inside-site-info {
    padding: 0px 40px;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (min-width: 1025px) and (min-height: 601px) {
        h1 { font-size: 3rem; }
        h2 { font-size: 2.5rem; }
        h3 { font-size: 2rem; }
        h4 { font-size: 1.75rem; }
        h5 { font-size: 1.5rem; }
        h6 { font-size: 1.25rem; }
        p, li  { font-size: 1.125rem; }

        .intro {
            padding-left:10%; 
        }

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

        .projects-container {
            width:80%;
        }

}

@media (min-width: 1024px) and (max-height: 600px) {

        h1 { font-size: 2.5rem; }
        h2 { font-size: 2rem; }
        h3 { font-size: 1.75rem; }
        h4 { font-size: 1.5rem; }
        h5 { font-size: 1.25rem; }
        h6 { font-size: 1.1rem; }
        p, li { font-size: 1rem; }
  /* ========================================
            Projects
========================================*/

/*   MAIN CONTAINER LAYOUT */

#page-services {
    padding-bottom: 20%;
}

.projects-container {
    display:flex;
    align-items: center;
    height:70vh; 
}

.projects-list-wrapper {
    width:40%; 
}

.projects-display {
    width:60%; 
}

/*   LEFT SIDE: PROJECTS LIST */
.projects-list-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: var(--container-padding);
    padding-right: 2rem;
}

.projects-list {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;  /* Gentle snap behavior */
    padding: 25vh 0;
    width: 100%;
    position: relative;
    
    /* Hide scrollbar but keep functionality */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.projects-list::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Gentle snap points for each project */
.project-item {
    scroll-snap-align: center;
    scroll-snap-stop: normal;
}

/* Scroll Indicator Line */
.scroll-indicator {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 200px;
    background: var(--border-soft);
    border-radius: 2px;
    overflow: hidden;
}

.scroll-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--text-active), transparent);
    animation: scrollPulse 0.5s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(160px); opacity: 1; }
}

/*   PROJECT ITEMS */

.project-item {
    min-height: var(--item-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: right center;
    
    /* Default state - far from center - LESS MOVEMENT */
    opacity: 0.2;
    transform: scale(0.8);
    filter: blur(0.5px);
}

.project-name {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: 0.02em;
    line-height: 0.5;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    color:#EEA7AA;
    /*text-align:center; yes?*/ 
}

.project-subtitle {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color:#EEA7AA;
    letter-spacing: 0.15em;
    text-transform: lowercase;
    margin-top: 0.25rem;
    opacity: 0;
    transform: translateY(-3px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    /*text-align:center; yes?*/ 
}

/* PROJECT STATES - MINIMAL MOVEMENT */

/* Adjacent - close to center */
.project-item.adjacent {
    opacity: 0.55;
    transform: scale(0.96);
    filter: blur(0.3px);
}

.project-item.adjacent .project-name {
    font-size: 1.5rem;
}

/* Active - center position - STAYS PUT */
.project-item.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    color: #E7EBF2;
}

.project-item.active .project-name {
    font-size: 2.2rem;
    font-weight: 600;
    color: #E7EBF2;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    /*border-bottom:1px solid #E7EBF2;*/ 
    /*text-align:center;yes?*/ 
}

.project-item.active .project-subtitle {
    opacity: 1;
    transform: translateY(0);
    color: #E7EBF2;
    /*text-align:center;yes?*/ 
}

/* Active indicator line - more subtle */
.project-item.active::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: linear-gradient(to left, var(--text-active), transparent);
    opacity: 0;
    animation: lineAppear 0.3s ease-out forwards;
}

@keyframes lineAppear {
    to {
        opacity: 0.6;
        width: 60px;
    }
}

/* RIGHT SIDE: LOGO DISPLAY */
.projects-display {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--container-padding);
    position: relative;
    height: 50vh;
    padding:10%;
}

.logo-container {
    position: relative;
    width: 100%;
    max-width: var(--logo-size);
    aspect-ratio: 1/1;
}

.logo-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #E7EBF2;
    border-radius: 24px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.4s ease;
}

/* Decorative corner accents */
.logo-frame::before,
.logo-frame::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-soft);
}

.logo-frame::before {
    top: 20px;
    left: 20px;
    border-right: none;
    border-bottom: none;
}

.logo-frame::after {
    bottom: 20px;
    right: 20px;
    border-left: none;
    border-top: none;
}

#currentLogo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#currentLogo.loaded {
    opacity: 1;
    transform: scale(1);
}

   .projects_btn {
    background: linear-gradient(0deg, rgba(10, 0, 36, 0.966), transparent);
    color: #ED913C;
    font-family: "outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    padding-top:25px;
    padding-bottom: 25px;
    bottom: 0;
    width: 100%;
    border:none;
    text-decoration: none;
    text-align: center;
}

.projects_btn:hover, .projects_btn:active, .projects_btn:focus {
    color:#E7EBF2;
}

/* Performance optimization */
.project-item,
#currentLogo,
.logo-frame {
    will-change: transform, opacity;
}  

}

@media (max-width: 1024px) and (min-width: 769px) and (min-height: 700px)  {

        h1 { font-size: 2.5rem; }
        h2 { font-size: 2rem; }
        h3 { font-size: 1.75rem; }
        h4 { font-size: 1.5rem; }
        h5 { font-size: 1.25rem; }
        h6 { font-size: 1.1rem; }
        p, li   { font-size: 1rem; }

    /*אין לי מושג לאן זה קשור*/
    :root {
        --container-padding: 2rem;
        --item-height: 100px;
        --logo-size: 400px;
    }
    
    .projects-container {
        grid-template-columns: 45% 55%;
    }
    
    .project-item.active .project-name {
        font-size: 2rem;
    }

        /*nav*/ 

    .inside-header   {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .hamburger-btn {
        position: inherit!important;
    }

    .header-widget {
        display: none;
    }

    /*projects*/ 
    body::before {
        background-size: auto 100vh; 
        min-width: 100vw;
    }

    .projects-container {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
    }
    
    .projects-list-wrapper {
        order: 2;
        width:100%;
    }
    
    .projects-display {
        order: 1;
        padding: 2rem;
        width:100%;
        height: auto;
    }
    
    .logo-container {
        max-width: 450px;
    }

    .logo-frame {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    
    .nav-arrows {
        display: none;
    }
    
    .scroll-indicator {
        display: none;
    }


    /*fix u*/ 

    .fixu_offers {
        gap: 15px;
    }
    
    .offer_box {
        padding: 4% 2%;
    }
    
    .fixu_disclaimer {
        padding: 4%;
        gap: 15px;
    }
    
    .disclaimer_box {
        width: 32%;
    }

    /*about*/ 

    .about_page {
        height: auto;
        padding: 40px 20px;
    }
    
    .about_wrapper {
        gap: 20px;
    }
    
    .about_img {
        width: 45%;
    }
    
    .about_info {
        width: 55%;
    }

}

@media (max-width: 768px) {

    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.25rem; }
    h5 { font-size: 1.1rem; }
    h6 { font-size: 1rem; }
    p, li  { font-size: 1rem; }

    /*nav*/ 

    .inside-header   {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .hamburger-btn {
        position: inherit!important;
    }

    .header-widget {
        display: none;
    }

    /*intro*/ 

    .intro_btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        gap: 10px;
    }

    /*projects*/ 
    body::before {
        background-size: auto 100vh; 
        min-width: 100vw;
    }

    .projects-container {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
    }

    .projects-list {
    height: 20vh;}
    
    .projects-list-wrapper {
        order: 2;
        width:100%;
    }
    
    .projects-display {
        order: 1;
        padding: 1rem;
        width:100%;
        height: auto;
        width:90%;
    }
    
    .logo-container {
        max-width: 300px;
    }

    .logo-frame {
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    
    .nav-arrows {
        display: none;
    }
    
    .scroll-indicator {
        display: none;
    }

    /*fix u*/ 

    .fixu_title {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .fixu_offers {
        flex-direction: column;
        gap: 20px;
    }
    
    .offer_box {
        width: 100%;
        padding: 6% 4%;
    }
    
    .fixu_disclaimer {
        flex-direction: column;
        padding: 6%;
        gap: 20px;
        margin-bottom: 15%;
    }
    
    .disclaimer_box {
        width: 100%;
    }

    /*about*/ 
    .about_page {
        height: auto;
        padding: 30px 15px;
    }
    
    .about_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-bottom: 20px;
    }
    
    .about_img {
        width: 100%;
        max-width: 400px;
    }
    
    .about_info {
        width: 100%;
    }

    .about_img img {
        border-radius: 15px;
    }

    /*single*/ 

.project_wrapper h1, .project_wrapper h3 {
    color:#EEA7AA;
    text-align: center;
    z-index: 2;
    position: relative;
}

.project_wrapper h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 2rem;
    text-align: right;
}

.project_info {
    width:100%; 
    z-index: 2;
    position: relative;
}

.project_title_box {
    display: flex;
    align-items: center;
    width:100%;
    justify-content: center;
    padding:5% 0%; 
}

.project_title {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.project_subtitle {
   width: 50%; 
}

.deco_line {
  position: relative;
  width: 6px;
  height: 100px;           
  background: #E7EBF2;
  border-radius: 3px;
  margin: auto;
  opacity: 0.3;
  margin: 0px 10px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.project_subtitle p {
    margin-bottom: 0;
}

.project_text_box {
    position: relative;
    z-index: 2; 
    padding: 5% 0 0 0; 

}

.project_text {
    z-index: 2;
}

/*gallery*/ 

.project_gallery {
  display: flex;
  flex-direction: column;
  width:100%;
  padding:10px 0px;
}

.project_gallery img{
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    height:100%; 
}

/*VIDEO CONTAINER*/ 

.project_show {
   padding-top: 5%;  
}

.project_video {
    width:100%;
    z-index: 2;
}

.project_video {
    position: relative;
    width: 100%;
    padding-bottom: 55.5%;
    height: 0;
    overflow: hidden;
    background: transparent; 
    border-radius: 10px!important;
    margin-bottom:50px;
}

.project_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

 .project_client {  
    z-index: 2;
    position: relative;
    margin:5% 0px; 
    padding:0;
 }

 .client_text {
    padding: 2% 5%; 
    background-color: rgba(231, 235, 242, 0.1);
    margin:2% 0%; 
    border-radius: 10px;
    text-align: center;
 }

 .project_links {
    display:flex;
    justify-content: center;
    margin: 15% 0%;
 }

 .single_btn {
    font-size: 1.2rem;
}

}



