@font-face {
    font-family: 'Vazir';
    src: url('fonts/vazir.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

body{
    font-family:'Vazir',sans-serif;
    direction:rtl;
  -webkit-text-size-adjust:none;
}

html, body{
    width:100%;
    height:100%;
    overflow-x:hidden;
}

.hero{
    height:100vh;
    min-height:100vh;
    background-image:url("images/laptop.webp");
    background-size:cover;
    background-position:center 40%;
    background-repeat:no-repeat;
    background-attachment:fixed;
    position:relative;
    overflow:hidden;
}

.navbar{
    height:90px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:40px;
    padding:0 5%;
    position:relative;
    z-index:2;
}

nav{
    display:flex;
    gap:40px;
    margin-right:0;
  order:2;
}

nav a{
    color:white;
    text-decoration:none;
    font-weight:600;
    font-size:20px;
}

.buttons{
    display:flex;
    gap:15px;
    order:1;
}

.login,
.download{
    padding:14px 65px;
    border-radius:40px;
    text-decoration:none;
    cursor:pointer;
    transition:.3s;
}

.login{
    font-size:20px;
    background:white;
    color:#333;
}

.download{
    background:#ef5350;
    color:white;
}

.hero-content{
    position:absolute;
    top:70%;
    left:49%;
    transform:translate(-50%,-50%);
    width:100%;
    max-width:1100px;
    text-align:center;
    z-index:5;
}

.hero-content h1{
    font-size:90px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.hero-content p{
    font-size:22px;
    line-height:2;
    font-weight:500;
    width:100%;
    max-width:1200px;
    margin:auto;
    white-space:normal;
    color:#fff;
}

.big{
    display:inline-block;
    margin-top:30px;
    font-size:20px;
}

.about{

background:#0d1117;

min-height:420px;
height:auto;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

padding:40px;

}

.about h2{
color:#ffffff;
font-size:40px;
margin-bottom:40px;
}

.about p{
color:#ffffff;

max-width:900px;

font-size:18px;

line-height:1.9;

margin:4px 0;
}

.hero::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.30);
    pointer-events:none;
    z-index:1;
}

.download:hover{
    transform:translateY(-3px);
}

.parallax-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.35);
}

.parallax-content{
    position:relative;
    z-index:2;
    color:white;
    max-width:1000px;
    padding:20px;
}

.parallax-content h2{
    font-size:50px;
    margin-bottom:30px;
}

.parallax-content p{
    font-size:28px;
    line-height:2;
}

.parallax-section{
    min-height:100vh;
    height:auto;
    background-image:url("images/company.webp");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    position:relative;
    overflow:hidden;
}

.parallax-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.45);
}

.parallax-container{
    display:flex;
    flex-direction:row-reverse;
    justify-content:center;
    align-items:center;
    gap:80px;
    color:white;
    text-shadow:0 2px 10px rgba(0,0,0,.8);
    position:relative;
    z-index:2;
    min-height:100vh;
    padding:0 8%;
}
.parallax-center{
     width:48%;
    text-align:center;
    transform:translateY(-1px);
}

.parallax-center h2{
    font-size:26px;
    font-weight:700;
    line-height:1.5;
    color:white;
    width:72%;
    margin:auto;
}

.parallax-right{
    max-width:600px;
    width:35%;
    display:flex;
    flex-direction:column;
    gap:16px;
    text-align:right;
     margin-bottom:45px;
}

.parallax-right h3{
    font-size:20px;
    font-weight:700;
    color:white;
    margin-top:0;
    margin-bottom:4px;

  
background:
linear-gradient(
90deg,
rgba(255,255,255,.20),
rgba(255,255,255,.08) 45%,
transparent 75%
);

backdrop-filter:blur(12px);

padding:14px 20px;

border-radius:16px;

border-right:
2px solid white;

border-top:
2px solid white;

box-shadow:
0 0 20px rgba(255,255,255,.10);
}

.parallax-right h4{
    margin-top:30px;
    font-size:24px;
    #font-weight:700;
    color:white;
    text-align:center;
    width:100%;
    margin-bottom:10px;
}

.parallax-right p{
    font-size:18px;
    line-height:1.6;
    color:white;
}

.parallax-section h2,
.parallax-section h3,
.parallax-section p{
    color:white;
}


@media (max-width:1024px){


.hero{
    height:90vh;
    min-height:90vh;
    background-size:auto 100%;
    background-position:center center;
    background-attachment:scroll !important;
}


.navbar{
    height:70px;
    padding:0 20px;
    gap:15px;
}


nav{
    gap:15px;
}


nav a{
    font-size:14px;
}


.login,
.download{
    padding:8px 20px;
    border-radius:30px;
}


.login{
    font-size:14px;
}



.hero-content{
    padding:0 20px;
}


.hero-content h1{
    font-size:32px;
    margin-bottom:15px;
}


.hero-content p{
    font-size:14px;
    line-height:1.8;
    white-space:normal;
}


.big{
    font-size:14px;
    margin-top:20px;
}



.about{
    height:auto;
    padding:40px 20px;
}


.about h2{
    font-size:28px;
}


.about p{
    font-size:14px;
    line-height:2;
}



.parallax-section{
     min-height:900px;
    height:auto;
    background:url("images/company-mobile.webp") center / cover no-repeat;
    background-attachment:scroll !important;
}



.parallax-container{
    flex-direction:column;
    padding:30px 20px;
    gap:20px;
    align-items:center;
    padding-bottom:80px;
}



.parallax-center{
    width:100%;
    margin-top:40px;
}


.parallax-center h2{
    font-size:18px;
    width:100%;
}



.parallax-right{
    width:100%;
    max-width:none;
    text-align:center;
}


.parallax-right h3{
    font-size:15px;
}


.parallax-right h4{
    font-size:20px;
}


.parallax-right p{
    font-size:14px;
    line-height:1.8;
}

}

@media (max-width:1024px) and (orientation:landscape){
   
    .parallax-section{
    min-height:750px;
    height:auto;
    }
  
   .hero{
        height:100vh;
        min-height:100vh;

        background-image:url("images/laptop-mobile.webp");

        background-size:110% auto;
        background-position:center center;
        background-repeat:no-repeat;
    }

    .hero-content h1{
        font-size:26px;
        margin-bottom:8px;
    }

    .hero-content p{
        font-size:12px;
        line-height:1.6;
    }

    .big{
        font-size:12px;
        margin-top:10px;
    }

    .login,
    .download{
        padding:6px 16px;
        font-size:12px;
    }
}






/* ================= FOOTER ================= */

.footer{
background:#0d1117;
min-height:400px;
height:auto;
padding:45px 8% 20px;

border-top:1px solid rgba(255,255,255,.08);

color:white;
}

.footer-container{

display:grid;

grid-template-columns:
1fr
1fr
1fr;

gap:80px;

max-width:1200px;

margin:auto;

align-items:start;
}

.footer-col h3{

font-size:20px;

margin-bottom:18px;
}

.footer-links{

list-style:none;
}

.footer-links li{

margin-bottom:12px;
}

.footer-links a{

text-decoration:none;

color:#b9c0c9;

transition:.3s;
}

.footer-links a:hover{

color:white;
}

.footer-email{

color:#b9c0c9;

text-decoration:none;
}

.footer-email:hover{

color:white;
}

.enamad img{

width:120px;

display:block;
}

.footer-bottom{

margin-top:40px;

padding-top:20px;

border-top:1px solid rgba(255,255,255,.08);

text-align:center;

color:#777;

font-size:14px;
}

/* موبایل */

@media(max-width:1024px){

.footer{
    min-height:auto;
}

.footer-container{
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
    text-align:center;
}

.footer-col h3{
    font-size:13px;
    margin-bottom:10px;
}

.footer-links li{
    margin-bottom:6px;
}

.footer-links a,
.footer-email{
    font-size:12px;
}

.enamad img{
    width:65px;
    margin:auto;
}

.footer-bottom{
    font-size:10px;
    margin-top:20px;
}
}

@media (max-height:700px){

.hero-content{
    top:75%;
}



.download{
    font-size:16px;
    padding:10px 40px;
}
  
}

@media (min-width:1025px) and (max-width:1366px){

.hero-content h1{
    font-size:60px;
}

}
