@import url('https://fonts.googleapis.com/css2?family=Cossette+Texte:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
body {
    font-family: Arial, sans-serif;
    background-color: #ececec;
    margin: 0;
}

.nav {
    padding-top: 20px;
    padding-bottom: 10px;
}

header {
    margin: auto;
    text-align: center;
}
header img {
    max-width: 200px;
    margin-right: 20px;
}

h1 {
 font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

.osto img{
    margin-right: 20px;
    height: 50px;
    transition: transform 0.3s;
}

.osto:hover {
    transform: translateY(-5px);
}

.intro {
    background-image: url(funkopop_header_pop.jpg);
    background-size: cover;
    min-height: 600px;
    padding: 20px;
    margin: auto;
  background-position: center;
   
}

.intro-tarjoukset {
    background-image: url(funko\ pop_tausta.jpg);
    background-size: cover;
    min-height: 200px;
    padding: 20px;
    font-size: 60px;
    margin: auto;
     font-family: "Fascinate", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-position: center;
    background-repeat: no-repeat;
}


.tietolaatikko {
    text-align: left;
    background-color: #d6d6d6;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 50px;
}



.menu-container {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}

.topbar {
    display: flex;
    align-items: center;
    background-color: #d6d6d6;
    padding: 10pz 15px;
    gap: 15px;
    justify-content: space-between;
}

.hamburger {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    font-size: 30px;
    cursor: pointer;
    padding: 20px;
    background-color: #d6d6d6;
    color: #000000;
    position: relative;
}

.hamburger span {
    display: block;
    height: 4px;
    background-color: black;
    border-radius: 2px;
}
.menu {
    display: none;
    flex-direction: column;
    background-color: #c2c2c2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 160px;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    font-size: 14px;
}


.menu a {
    padding: 15px;
    text-decoration: none;
    color: #000000;
    border-top: 1px solid #444;
}

.menu a:hover {
    background-color: #dadada;
}

.hakukentta {
    flex: 1;
    max-width: 300px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-right: 1500px;
}



.container {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    max-width: 1500px;
    margin: auto;
}

.tuote {
    width: 200px;
    text-align: left;
    background-color: #e0e0e0;
    border-radius: 10px;
    height: 330px;
    overflow: hidden;
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s;
    padding: 20px;
    flex-shrink: 4;
}

.tuote:hover {
    transform: translateY(-5px);
}

 .tuote img {
    width: 100%;
    height: auto;
 }


.nimi {
    font-size: 20px;
    font-weight: bold;
    font-family: "Cossette Texte", sans-serif;
  font-weight: 700;
  font-style: normal;
  min-height: 50px;

}

.hinta {
    margin: 10px;
}

.osta {
    width: 180px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 12px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    margin: auto;
}

.osta a:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #000000;
    text-decoration: none;
}



.sahkoposti {
    margin-left: 65px;
    width: 500px;
    height: 0px;
    padding: 20px;
}

.kokoelmakohta {
    margin-bottom: 80px;
    
}

.kokoelma {
    background-color: #2447b8;
    width: 550px;
    height: 400px;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 20px;
    margin: 10px;
    text-shadow: 1px 1px 2px #1d1b1b;
    font-size: 20px;
    margin-top: 40px;

  
    
}

.kokoelma h1 {
    font-size: 60px; 
}

.vasen1 {
    background-image: url(kokoelma_uutuudet1.png);
   display: inline-block;
   margin-left: 350px;
}

.oikea1 {
    background-image: url(kokoelma_uutuudet2.png);
     display: inline-block;
}

.ostoskori {
    text-align: center;
    background-color: #0d41b1;
    color: white;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.ostoskori a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.tarjoukset-osa {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: auto;
}

.tarjoukset-tuote {
    width: 200px;
    text-align: left;
    background-color: #e0e0e0;
    border-radius: 10px;
    height: 330px;
    overflow: hidden;
    display: flex; 
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s;
    padding: 20px;
    flex-shrink: 4;
}

.tarjoukset-tuote:hover {
    transform: translateY(-5px);
}

 .tarjoukset-tuote img {
    width: 100%;
    height: auto;
 }




.linkit {
    padding-top: 30px;
    margin-left: 300px;
    display: flex;
    flex-wrap: wrap;
}

.cartoon {
     margin-bottom: 30px;
     

}

.cartoon-kuva {
    display: inline-block;
    width: 400px;
    margin-left: 300px;
    margin-top: 10px;
    
}

.cartoon-teksti {
    font-size: 20px;
    width: 400px;
    margin-left: 400px;
    display: inline-block;
}

.cartoon h1 {
    font-size: 60px;
    margin-bottom: -10px;
}

.cartoon img {
    width: 700px;
    background-color: #ffffff;
    padding: 10px;
}

.osta-nappi {
    width: 250px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 15px;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 300px;
    transition: transform 0.3s;
}
.osta-nappi:hover {
    transform: translateY(-5px);
}

.osta-nappi a:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;

}

select {
    margin-left: 300px;
    border-radius: 3px;
    padding: 4px;
    background-color: white;
    border: 1px solid #d4d4d4;
    font-size: 20px;
    
}





.lomake {
    position: relative;
    margin-left: 600px;


}
.lomake img{
    display: block;
    margin-bottom: -100px;
    z-index: -1;
    position: relative;
    margin-left: 250px;
}
.lomake .alue {
    height: 250px;
    width: 700px;
    background-color: #b4b4b4;
}

.alue {
    background-color: #000000;
    border-radius: 5px;
    box-shadow: 7px 7px 0px#000000; 
}

.alue p {
    font-size: 20px;
    margin-left: 70px;
    padding-top: 20px;
}
.alue h2 {
    font-size: 30px;
    margin-left: 70px;
    padding-top: 20px;
    padding-bottom: none;
}







footer {
    background-color: #444;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

footer img {
    width: 120px;
    margin: auto;
}
