/*
Theme Name: Printzy Scan & Print Theme
Theme URI: https://example.com/printzy-theme
Author: Siva Sankar
Author URI: https://example.com
Description: Custom GSAP animated Scan & Print WordPress theme with sticky scroll animation, typing effect, and Swiper slider.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: printzy-theme
Tags: custom-theme, gsap, animation, swiper, one-page, landing-page
*/


body {
    margin: 0;
    font-family: "Kaisei HarunoUmi", serif;
    background-color: #fefae7;
}



@font-face {
  font-family: 'Vastago Grotesk';
  src: url('assets/fonts/VastagoGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Vastago Grotesk';
  src: url('assets/fonts/VastagoGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('assets/fonts/VastagoGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
}
.logo{
width:120px;
}

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
	padding:5px 0px;

}

h1.scan-sys {
    font-family: inter;
    color: rgba(108, 108, 108, 1);
    font-size: 3rem !important;
    margin: 20px !important;
}

section.hero {
position: relative;
}

img.scroll-img {
    width: 100px;
    margin-top: 30px;
    height: auto;
}
section.hero:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 40%;
height: 40%;
background: url("assets/images/svg1.svg") center center / cover no-repeat;
z-index: 1;
pointer-events: none;
}

.bottom:after {
    content: "";
    position: absolute;
    bottom: -77px;
    left: 0;
    width: 54%;
    height: 51%;
    background: url("assets/images/svg1.svg") center center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
}


span.scan-sy {
    font-family: 'Vastago Grotesk';
    font-size: 3rem;
    font-weight: 400 !important;
    color: rgba(189, 156, 119, 1);
}

.features {
    padding: 120px 20px;
    display: flex;
    height: 500px;
    justify-content: center;
}

.features-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 70px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 1100px;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.feature{
width: calc(50% - 35px); /* 2 per row */
display:flex;
align-items:center;
gap:15px;
}
.feature img {
    width: 50px;
    padding-right: 10px;
}
.feature h4{
margin:0;
font-size:22px;
color:#9b6b2f;
font-family:"Kaisei HarunoUmi", serif;
}

.feature p{
margin:2px 0 0;
font-size:20px;
color:#333;
font-family:'Vastago Grotesk', sans-serif;
src: url('assets/fonts/VastagoGrotesk-Regular.otf') format('opentype');
}


h1.scan-sy {
    font-family: "Kaushan Script", cursive;
    color: rgba(189, 156, 119, 1);
}
/* HEADER */
.header {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    padding: 18px 40px 10px 40px;
    background: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.08);
    z-index: 999;
}
/* HERO TOP */
.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('assets/images/back.svg') center/cover no-repeat;
    opacity: 0.4;   /* change opacity here */
    z-index: -1;
}




.hero h1{
margin:0;
font-size:6rem;
line-height:1.1;
}

.scan {
    color: #8b5a1c;
    font-weight: 500;
}
.print{
color:#333;
 font-family:'Vastago Grotesk';
font-weight:600;
}

/* STAGE */
#stage{
height:100vh;
position:relative;
margin-top:-60vh;   /* IMPORTANT overlay */
z-index:5;
}

#sticky{
position:sticky;
top:0;
height:100vh;
/* background:url('./back-2.svg') center/cover no-repeat; */
}
.machine-img {
    position: absolute;
    width: 350px;
    left: 49%;
    top: 55%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.mobile-img {
    position: absolute;
    width: 200px;
    top: 20%;
    right: 100px;
    opacity: 0;
}

.step-text {
    position: absolute;
    top: 32%;
    left: 24%;
    transform: translateX(-50%);
    color: #895416;
    font-size: 50px;
    opacity: 0;
    font-family: Kaisei HarunoUmi;
    /* width: 300px; */
}

/* BOTTOM SECTION */
.bottom{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;

position:relative;
overflow:hidden;
}

.bottom::before{
content:"";
position:absolute;
inset:0;
background:url('assets/images/back.svg') center/cover no-repeat;
opacity:0.4;   /* adjust opacity */
z-index:-1;
}

.bottom-down{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;

position:relative;
overflow:hidden;
}

.bottom-down::before{
content:"";
position:absolute;
inset:0;
background:url('assets/images/back.svg') center/cover no-repeat;
opacity:0.4;   /* adjust opacity */
z-index:-1;
}

.bottom h1{
margin:0;
font-size:70px;
line-height:1.1;
}

.doc{
color:#8b5a1c;
}

.printed{
color:#333;
 font-family:'Vastago Grotesk';
font-weight:600;
}

.cursor{
animation:blink 1s infinite;
}

@keyframes blink{
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}

span.highlight {
    color: rgb(67 67 67 / 77%);
    font-family: 'Vastago Grotesk';
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 0px;
}

.scan-line {
    position: absolute;
    width: 120px;
    height: 2px;
    background: #dd1212;
    left: 51%;
    top: 57%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 20;
    box-shadow: 0 0 10px rgba(255,140,0,0.8);
}

img.bottom-logo {
    width: 50%;
    position: absolute;
    bottom: 30px;
}

.machine-slider{
padding:100px 0;

}

.swiper{
padding:40px 0;
}

.swiper-slide{
/* height:420px; */
border-radius:16px;
overflow:hidden;
}

.swiper-slide img{
width:100%;
height:100%;
object-fit:cover;
}
@media (max-width: 768px){

.hero h1,
.bottom h1{
font-size:40px;
}

.machine-img{
width:180px;
top:55%;
}

.mobile-img{
width:160px;
top:35%;
right:-40px;
}

.step-text{
font-size:20px;
left:50%;
top:75%;
transform:translateX(-50%);
text-align:center;
}

.header{
width:92%;
padding:15px 20px;
}

}

/* menu */
.nav ul{
display:flex;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

.nav a{
text-decoration:none;
color:#000;
font-weight:500;
}

/* hamburger */
.hamburger{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.hamburger span{
width:25px;
height:2px;
background:#000;
display:block;
}

/* mobile */
@media(max-width:768px){

.nav{
position:absolute;
top:100%;
right:0;
background:#fff;
width:200px;
padding:20px;
display:none;
}

.nav ul{
flex-direction:column;
}

.nav.active{
display:block;
}

.hamburger{
display:flex;
}

}