/* ----------------------
   VARIABLES
---------------------- */
:root {
  --primary-color: #041e41;
  --secondary-color: #0d0dc6;
  --accent-color: #0bc9d3;
  --text-color: white;
  --font-main: 'Jockey One', sans-serif;
  --font-heading: 'Montserrat', sans-serif;
  
  
}

@font-face {
  font-family: 'Jockey One';
  src: url('/fonts/JockeyOne-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('/fonts/Orbitron.woff2') format('woff2');
  font-display: swap;
}


/* ----------------------
   GLOBAL STYLES
---------------------- */
html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: var(--font-main);
    color: var(--text-color);
}

body {
    width: 100%;
    background: linear-gradient(to right, #0d0dc6, #0bc9d3), linear-gradient(to bottom, #097e89, #010118);
    background-blend-mode: overlay;
    background-repeat: repeat-y;
    background-position: center;
    
}

h3{

    font-size: 2rem;
}

/* ----------------------
   LINKS
---------------------- */
a {
    color: var(--text-color);
    text-decoration: none;

}


/* ----------------------
   CONTAINERS
---------------------- */
.container{
    color: var(--text-color);
    font-size: 1.5rem;
    font-family: var(--font-main);
    width: 50%;
    margin: auto;
    padding: 2%;
    border-radius: 10%;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
}

.info-container{

    display:flex;
    align-items:center;
    margin-top:15%;
    justify-content: center;
    flex-direction: row;
    animation: push 1s forwards;
    margin-bottom:10%;
    
}

.info-container2{

    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    animation: push 1s forwards;
    margin-top:10%;
    
}

.mother-container{
    display: flex;
    flex-direction: column;
    width:100%;
    justify-content: center;
    align-items: center;
    margin-top:15%;
    animation: push 1s forwards;
    
}

.contactinformation{
    width:100%;
    height:100%;
}

.contactinformation p{
    font-size:4rem;
}
.mother-container h1{
    font-size: 3rem;
    
}

.contact-row{
    display:flex;
    flex-direction: row;
   
}





.container2{
    display:flex;
    flex-direction: row;
    width:100%;
    height:100vh;
    justify-content: center;
    align-items: center;

}


.box1,.box2, .box3{
    width:400px;
    height:400px;
    background: linear-gradient(to right, rgb(12, 30, 44), rgb(5, 27, 33));
    border-radius: 30px;
    padding:2%;
    transition: transform  0.5s ease;
    font-size: 1rem;
    
}


.box1:hover,.box2:hover, .box3:hover{
    transform: translateY(-5px);
    background: linear-gradient(to right, rgb(12, 30, 44) 50%,  rgb(4, 94, 159)100%);
    outline: solid white 2px;    
}

.box2{

    left:12%;
}

.box3{

    right: 12%;
}

/* Container variations */
.container-hero {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10%;
    flex-direction: row;
}

.container-hero h2 {
    padding: 10% 0 0 10%;
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 2rem;
}

.hero h2{

    width:100vh;
    height:100vh;
}

.container-contact {
    display: flex;
    justify-content: center;
    width:100%;
    align-items: center;
    flex-direction: row;
    height:100vh;
}

.contact-section{
    width:100%;
    height:100vh;
}

.contact-header{

    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 3rem;
    margin-top:10%;
    

}

.contact-container{
    width:100%;
    height:100%;
    display:flex;
    flex-direction: row;
}

.contact-header p{
    margin:0;
}
.contact-ball{

    background: black;
    border-radius: 50%;
    width:80px;
    height:80px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: transform ease 0.3s;
}

.contact-ball:hover{

    outline:white solid 2px;
    transform: scale(1.10);
    box-shadow: white 0 0 5px px;
}

.icon-svg1{

    width:50%;
    height: 50%;
    margin-right:5%;
    transition: transform ease 0.5s;
}



.contact-box{

   
    width:50%;
    height:100%;
    padding:2%;
    font-size: 2rem;
    display:flex;
    flex-direction: column;
    margin-left:10%;
    

}

.contact-box p{
    font-size: 1rem;
}

.contact-row img {
    width: 24px;
    height: 24px;
}

.contact-row p {
    
    font-size:2rem;
    margin-top:10px;
    margin-left:15px;
}

.pricing{
    
    width:100%;
}




form{
    display:flex;
    flex-direction: column;
    background-color: #1a1a68;
    border-radius:30px;
    width:40%;
    height:40%;
    padding:5%;
    justify-content: center;
    margin-right:10%;
    font-size: 1.5rem;
    font-family: 'Jockey One';
}



input {

    width:90%;
    height:50px;
    margin-bottom:5%;
    background-color: #04040d;
    font-family: 'Jockey One';
    color:white;
    font-size: 2rem;
}

button{
    margin-top:5%;
    width:30%;
    height:25%;
    background-color: #cfdae7;
    border-radius: 20px;
    font-family: 'Jockey One';
    transition: box-shadow 0.3s ease;
}

button:hover{

    box-shadow: white 0 0 5px 5px;
}

textarea{

    width:90%;
    height:75px;
    background-color: #08081a;
    font-family: 'Jockey One';
    color:white;
}




.pricing-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    scroll-margin-top: 80px; /* match your header height */
}

.info-about {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10%;
}

.info-about-heading{

    font-family: var(--font-main);
    font-size: 3rem;
    text-align: center;
}

.contact-info {
    display: flex;  
    justify-content: center;
}

.hero-2{
    display:flex;
    flex-direction: row;
    width:100%;    
    margin-top:10%;
}

.hero-2 p{

    font-size: 1rem;
}
/* ----------------------
   HEADER / NAVBAR
---------------------- */
.site-header { width: 100%; }

.bannertop {
    height: 12%;
    padding: 2% 0;
    width: 100%;
    position: fixed;
    display: flex;
    z-index: 9999;
    animation: push 1s forwards;
    transform: translateX(0%);
    justify-content: flex-end;
    margin-right:30%;
}

.logo {
    font-family: 'Orbitron';
    text-decoration: underline;
    color: var(--text-color);
    width:80%;    
    margin-left:10%;
    font-size: 2rem;
}

.navbar {
    display: flex;
    width: 50%;
    font-size: 1.5rem;
    font-family: var(--font-main);
    
}

.navbar ul li{

    transition: transform 0.3s ease;
}

.navbar ul {
    display: flex;
    width: 50%;
    gap:15px;
    list-style: none;
    padding: 2%;
    
    
}

.navbar li:hover { transform: scale(1.2); }

/* ----------------------
   BUTTONS
---------------------- */
.price-button  {
    background-color: var(--primary-color);
    width: 200px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.price-button1  {
    background-color: rgb(39, 39, 196);
    font-size: 2rem;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    text-align: center;
}



.start-button{
    background-color: var(--primary-color);
    width: 200px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin:auto;
    }

.price-button:hover, .start-button:hover, .price-button1:hover {
    box-shadow: white 0 0 5px 5px;
}

.price-button a, .start-button a {
    color: var(--text-color);
    font-family: var(--font-main);
    font-size: 2rem;
}

.start-button { margin-left: 45%; }

/* ----------------------
   HERO / SUB-CONTAINERS
---------------------- */
.sub-container-hero {
    margin-top: 15%;
    margin-left: 10%;
    width: 40%;
    height: 80%;
    animation: push 1s forwards;
}

.sub-container-hero ul {
    font-size: 2rem;
}

.sub-container-hero h1 {
    color: var(--text-color);
    font-family: var(--font-main);
    font-size: 4rem;
}
.sub-container-hero p {
    font-size: 1.5rem;
    color: var(--text-color);
    font-family: var(--font-main);
}

.bottom-hero {
    margin-left: 50%;
    font-family: var(--font-main);
    font-size: 5rem;
    color: var(--text-color);
    width: 100%;
    height: 30%;
}

/* ----------------------
   PRICE PACKETS
---------------------- */
.price-packets {
    border-radius: 20px;
    width: 20%;
    height: 400px;
    padding: 2%;
    margin: 2%;
    background-color: var(--primary-color);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}





.price-packets:hover { 
    transform: translateY(-5px);
    background: linear-gradient(to right, #0d0dc6, #0bc9d3);
    outline: solid white 2px;
}

.price-packets li, .price-packets h2, .price-packets p {
    font-family: var(--font-main);
    color: var(--text-color);
}

.pakettiotsikko {
    font-family: var(--font-main);
    font-size: 3rem;
    color: var(--text-color);
    margin:auto;
    text-align: center;
}

.portfolio{

    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.portfolio h1 {

    font-size: 3rem;
}
/* ----------------------
   GRID / ICONS
---------------------- */
.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin-bottom: 10%;
}

.grid {
    width: 25%;
    height: 400x;
    padding: 2%;
    background-color: var(--primary-color);
    border-radius: 10px;
    font-family: var(--font-main);
    color: var(--text-color);
    transition: transform 0.3s ease; 


}

.grid h2 { text-align: center; }
.grid:hover { 
    transform: translateY(-5px);
    background: linear-gradient(to right, #1f1f82 70%, #0bc9d3 100%);
    outline: solid white 2px;
}

.icon-svg {
    width: 15%;
    height: 15%;
    }


.portfolio h1{
    margin:10%;
}

/*IMAGES*/

.image-box{
    width:50%;
    animation: push 1s forwards;
    transform: translateX(0%);

}

.container-image{
    width:40%;
    
}
.container-image img{
    width:90%;
    height:100%;
    border-radius: 20px;
    margin-left: 5%;
    transition: transform 0.3s ease;
}

.portfolio-container{
    display:flex;
    flex-direction: row;
    width:100%;
    margin:0;
    justify-content: center;
    align-items: center;
    
}

.container-image img:hover, .indexImage1:hover{
    transform: scale(1.05);
}

.info-image {

    width:80%;
    height:80%;
    border-radius: 50px;
}

.indexImage1{

    border-radius: 20px;
    width:80%;
    height:80%;
    margin-top:20%;
    transition: transform ease 0.3s;

}

.portfolio-images{

    width:100%;
    display:flex;
    flex-direction:row;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
    
}



.image-slide{

    width:67%;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

.portfolio-images img{
    width:500px;
    height:300px;
    margin: 1%;
    border-radius: 10%;
}

.portfolio h2{

    font-size:3rem;
}

.hamburger-menu{

    display:none;
}
/* ----------------------
   FOOTER
---------------------- */
.site-footer {
    text-align: center;
    padding: 5% 0;
    font-size: 1rem;
    font-family: var(--font-main);
    color: var(--text-color);

    opacity: 0.8;
}
.text-svg{
    width:10%;
    height:10%;
}

.page-bottom{

    width:100%;
    height:200px;
    background-color: blue;
    display:flex;
    flex-direction: row;
}

.bottom-section{

    width:40%;
}


/* VISUALS */

.ball1{

    background-color: #0bc9d3;
    width:300px;
    height:300px;
    border-radius: 50%;
    box-shadow: #0bc9d3 0 0 60px 100px;
    animation: float-around 20s linear infinite alternate;
    margin:40px;
    z-index: -10;
    transform: translateY(-100%);
    position: fixed;
    left:10px;
    }
.ball2{

    background-color: #0bc9d3;
    width:300px;
    height:300px;
    border-radius: 50%;
    box-shadow: #0bc9d3 0 0 60px 100px;
    animation: float-around 17s linear infinite alternate;
    margin:40px;
     z-index: -10;
    transform: translateY(50%);
    position: fixed;
    right:20px;
}
.ball3{

    background-color: #0bc9d3;
    width:300px;
    height:300px;
    border-radius: 50%;
    box-shadow: #0bc9d3 0 0 60px 100px;
    animation: float-around 25s linear infinite alternate;
    margin:40px;
     z-index: -10;
    transform: translateY(100%);
    position: fixed;
       

}




/* ----------------------
   ANIMATIONS
---------------------- */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(90deg); }
}

@keyframes push {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0%); }
}

@keyframes float-around {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(50vw, 40vh);
    }
    100% {
        transform: translate(-10vw, 80vh);
    }

    
}

@keyframes navbar-slide-in {
    0%{
        transform: translateX(-150%);
    }
    100%{
        transform: translateX(0%);

    }

}
@keyframes navbar-slide-out {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-150%);

    }
}


.portfolio-slide {
  animation: slide-left 1s ease forwards;
}

@keyframes slide-left {
  from { transform: translateX(0); }
  to { transform: translateX(-100px); }
}





/*HINNASTO*/

.hinnasto-image-container{

    width:30%;
    display:flex;
    flex-direction: row;
    overflow:hidden;
    margin-top:20%;
    margin-right:10%;
}

.image-slide2{

    width:50%;
    display:flex;
    flex-direction: row-reverse;
    transition: transform 0.3s ease;
}

.image-slide2 img{

    margin:10px;
    border-radius: 30px;
    height:200px;
    width:500px;
    
}







/* ----------------------
   MEDIA QUERIES
---------------------- */

@media (max-width: 800px){

    h1{
        font-size: 3rem;
    }


    p{
        font-size: 1rem;
    }

    h2{
        font-size: 2rem;
    }

    body{
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

   /*INDEX*/
    
    .bannertop{

        display: flex;
        flex-direction: column;
        width:100%;
        height:20%;
        margin:auto;
        background: linear-gradient(to right, #0d0dc6, #0bc9d3);
        justify-content:center;
        align-items: center;
        font-family: 'Jockey One';
    }

    
    .hamburger-menu{

        display:block;
        width:30%;
        height:30%;
    }


     .navbar{
        flex-direction: column;
        display: flex;
        position: absolute;
        top: 130px;
        left: 0;
        width: 30%;
        height:250px;
        background-color: var(--primary-color);
        z-index: 9999;
        border-top-right-radius: 10%;
        border-bottom-right-radius: 10%;
        animation: navbar-slide-out 1s forwards;
        padding:5%;
        
    }

    .navbar ul{
        display:flex;
        flex-direction: column;
    }

    .navbar.active{
        animation: navbar-slide-in 1s forwards;
    }

    
    .indexImage1{

        width:100%;
    }

    .image-box {
        width:100%;
    }

    .logo{
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top:10%;
    }
    

    .grid{

        width:75%;  
        margin:auto;
        padding: 0 35px 50px 35px;
        
        
    }

 

    .container-hero h2 {
        padding: 0;
        text-align: center;
    }
    .container-hero, .info-grid, .pricing, .pricing-container, .contact-container, .hero{
        display:flex;
        flex-direction: column;
        width:100%;
        gap:10px;
    }

     .container{

        display:flex;
        flex-direction:column;
        width:75%;
        padding:10%;
     }


    .sub-container-hero{

        width:80%;
        margin-top:40%;
    }
    .pakettiotsikko{
        margin:auto;
    }

    .price-packets{
        margin: auto;
        width:75%;
        height:450px;
        padding:10%;

    }

    .price-packets:hover { 
        transform: translateY(0px);
        background: var(--primary-color);
        outline: none;
}

   

    .hero-2{

        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container-image{

        
        width:90%;
        margin:0;
    }
    .container-image img{
        width:100%;
        margin:0;
    }
    
    .site-footer{

        width:80%;
    }



    .container-image img:hover, .indexImage1:hover{
    transform: scale(1.00);
}


.grid:hover{

    transform: translateY(0px);
    background: var(--primary-color);
    outline: none;
}

/*TIETOA*/

    .mother-container{

        display:flex;
        flex-direction: column;
        width:80%;
        padding:10%;
        margin-top:30%;

        
    }

    .info-about{

        display:flex;
        flex-direction: column;
        width:100%;
        justify-content: center;
        align-items: center;    
        margin-top:10%;

            
    }

    .info-container{
        display:flex;
        flex-direction: column;
        width:100%;
    }

    .container-hero{

        margin-top:25%;
    }

    .box1,.box2, .box3{
        padding:10%;
        width:100%;
}


    /*CONTACT*/

    
    .contact-row{

        width:100%;
        flex-direction: row;
    }
    .info-container2{

        display:flex;
        align-items:center;
        justify-content: center;
        flex-direction: column;
        width:90%;
        height:100%;

    }

    .info-container2 p{

        font-size:1rem;
    }
    .contact-box{

        width:80%;
        font-size: 2rem;
        display:flex;
        flex-direction: column;

    }
  
    .contact-header{
        width:80%;

    }

   
    .site-footer{
        width:100%;
    }

    .price-button{
        width:40%;
    }


    .portfolio-images{

    width:100%;
    display:flex;
    flex-direction:row;
    
    border-radius: 30px;
}

    .portfolio-images img{
    width:48%;
    height:48%;
    margin: 1%;
    border-radius: 10%;

    
}

    .portfolio-container{
        width:100%;
        display:flex;
        flex-direction: row;
        transition: transform 0.5s ease;

    }
    .image-slide{

        width:100%;
        display:block;
        overflow: hidden;
    }

    .hinnasto-image-container{

        width:100%;
        display:flex;
        flex-direction: column;
        overflow:hidden;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    

    .image-slide2{

        width:70%;
        display:flex;
        flex-direction: row-reverse;
        transition: transform 0.3s ease;
        
    }

    .image-slide2 img{

        border-radius: 30px;
        height:100%;
        width:100%;
        
    }

    


form{
    display:flex;
    flex-direction: column;
    background-color: #010118;
    border-radius:30px;
    width:270px;
    height:600px;
    justify-content: center;
    padding:10%;
    margin:auto;
}



input {

    width:90%;
    height:50%;
    background-color: #010118;
    font-size: 'Jockey One';
    color:white;
}



button{
    width:50%;
    height:15%;
    background-color: #cfdae7;
    border-radius: 20px;
    font-family: 'Jockey One';
    margin-top:20%;
    font-size:1.5rem;
}

textarea{

    width:90%;
    height:90%;
    background-color: #010118;
    font-family: 'Jockey One';
    color:white;
}

   
}




