
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

strong, b {
  font-weight: bold; /* 700 */
}
body{
margin:0; padding:0;
color:#ffffff;
font-size:4.2vw;
/*cssgradient.io*/
background: rgb(1,17,40);
background: linear-gradient(73deg, rgba(1,17,40,1) 0%, rgba(0,64,156,1) 50%, rgba(1,17,40,1) 100%);
//background: rgb(0,0,0);
//background: linear-gradient(73deg, rgba(0,0,0,1) 0%, rgba(131,5,94,1) 50%, rgba(0,0,0,1) 100%);font-family: 'Roboto', sans-serif;


 font-family: "Roboto", serif;
  font-weight: 300;
 /* font-style: normal;*/

}

@media screen and (min-width: 800px) {
body{
font-size:1.6vw;
 font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}
}

.apaksa{
  background-color: #060606;
    padding: 30px;
	//font-size:2vh;
	align:center;
	text-align:center;
	
}







.mainbody{
align:center;
text-align:center;
margin:10px;
}





.picsdivall{
width:90%;
background-color:#ffffff;
}
.picdiv{
width:95%;
float:left;
padding:1vw;
padding-bottom:4vw;


}

.pic_up{
width:90%;
border-radius: 3%;
border:2px solid #000000;
}
.preview_img{
border-radius: 3%;
border:2px solid #000000;
}

.preview_img2{
border-radius: 3%;
border:2px solid #000000;
width:100%;
max-width:600px;
}

@media screen and (min-width: 800px) {
.picsdivall{
	width:70%;


}
.picdiv{
width:30%;
}
}


h2{
color:#010214;
//color:#ffffff;
//color:#ffffff;

}
h1{
color:#ffffff;


}

h3{
//color:#ce00fa;
color:#ffffff;
}

.pink{
color:#ff496f;
}
a{
color:#ffffff;
}


.atk5{
	padding-top:5px;
	
}


 button {
	 //font-weight:bold;
	  cursor:pointer;
//background-color:#000000;
//color:#ffffff;
//background-color:#0047AB;
//color:#ffffff;


		margin:0.5vh;
        margin-top: 2vh;
		margin-bottom:0vh;
        text-transform: uppercase;
		
display: inline-block;
  padding: 1.5vh;
  transition: all 0.3s;
 /* border: 1px solid #8da9f6;*/
    border: 1px solid #121a3d;

  border-radius: 1.5vh;
      }
	  
	  .button1{
background-color:#010214;
color:#ffffff;
    font-size: 4vw;		  
	  }
@media screen and (min-width: 800px) {
	  .button1{
    font-size: 1.5vw;	
	        margin-top: 1vh;

}
}
	  
	  
	  
	  .price{
		 
		  padding-top:1vh;
		  color:#8da9f6;/*#8da9f6;//#999999; */
	  }
	  
	  
	  
	  
	  
input.text{
color:#000;
width:300px;
height:25px;
margin-bottom:5px;
margin-top:2px;
  border: 2px solid #000000;

}
	  
input.text_small{
color:#000;
width:60px;
height:25px;
margin-bottom:5px;
margin-top:2px;
  border: 2px solid #000000;

}

.txtarea{
color:#000;
width:300px;
height:180px;
margin-bottom:5px;
margin-top:2px;	
  border: 2px solid #000000;

}
.txt_red{
	color:#ff496f;

}



/* forma pasutam */
label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.drop-zone {
  border: 3px dashed #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background 0.3s;
  margin-bottom: 15px;
}

.drop-zone:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.drop-zone p {
  color: #ffffff;
  font-size: 1em;
}


.upload-preview {
  display: flex;
  flex-direction: column;
  align-items: center;   /* <-- ŠIS centrē bērnus horizontāli */
  gap: 10px;
  margin-top: 10px;
}
.upload-preview img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 10px;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.field-hint{
display:block; margin-bottom:5px; color:#cccccc;	
}

.form-error {
  background-color: #ffe6e6;
  color: #b30000;
  padding: 12px 16px;
  border: 1px solid #ffb3b3;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 0.95em;
}
.error-message {
  color: #d10000;
  font-size: 1.5em;
  font-weight:bold;
  background-color:#cccccc;
  margin-top: 5px;
  margin-bottom: 10px;
}
input.input-error,
textarea.input-error {
  border: 2px solid #ff5c5c;
  background-color: #fff5f5;
}


  .social-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 20px;
  }

  .social-links a {
    color: #fff;
    font-size: 24px;
    transition: color 0.3s;
  }

  .social-links a:hover {
    color: #555;
  }
