/* Globālie stili */
body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    margin-top: 15px;
    text-align: center;
    color: #333;
    font-size: 48pt;
}

hr {
    width: 100%;
    border: 0;
    border-top: 2px solid black;
    margin-top: 20px;
}

a {
    font-size: 16pt;
}

#search, #filter-budget, #filter-type {
    font-family: 'Times New Roman', Times, serif;
    padding: 10px;
    margin-left: 10px;
    font-size: 14pt;
}

#search{
    padding: 10px 10px;
    width: 66%;
}

option {
    font-size: 14pt;
}

#filtri {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#filtri input, #filtri select {
    margin: 0 10px;
    padding: 5px;
}

/* Ceļojumu saraksts */
#celjumu-saraksts {
    padding: 20px;
    background-color: #f9f9f9;
}

.piedavajums {
    display: block; /* Katrs piedāvājums tiks parādīts vienā blokā, viens zem otra */
    text-align: center; /* Centrē visu saturu */
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px; /* Atstarpes starp blokiem */
}

.piedavajums-det {
    display: block; /* Katrs piedāvājums tiks parādīts vienā blokā, viens zem otra */
    text-align: center; /* Centrē visu saturu */
    padding: 20px;
    border: 1px solid #ffffff;
    margin-bottom: 20px; /* Atstarpes starp blokiem */
}
.piedavajums h2 {
    font-size: 48pt;
    margin-bottom: 20px;
    margin-top: 10px;
}
.piedavajums h3 {
    font-size: 28pt;
    margin-bottom: 10px;
}
.piedavajums-img {
    width: 100%; /* Attēls būs vienmērīgas platuma */
    max-width: 1200px; /* Lai bildes nebūtu pārāk lielas */
    height: 800px;
    object-fit: cover;
    display: block;
    margin: 0 auto; /* Centrē bildi */
}

.cena {
    font-size: 25pt;
    font-weight: bold;
    color: white;
    background-color: green;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 16px;
}

.ilgumums {
    font-size: 25pt;
    margin-top: 0px;
}
.ilgumums-det  {
    font-size: 25pt;
    margin-top: 0px;
}
.apraksts{
    font-size: 18pt;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cena-det{
    font-size: 25pt;
    font-weight: bold;
    color: white;
    background-color: green;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;

}

.piedavajums a {
    display: block;
    margin-top: 10px;
    font-size: 16pt;
    color: blue;
    text-decoration: none;
}

.piedavajums a:hover {
    text-decoration: underline;
}

/* Detalizēta ceļojuma informācija */
#detalizeta-informacija {
    padding: 20px;
    background-color: #fff;
}

#back-button {
    padding: 10px 40px;
    font-size: 15pt;
    margin-left: 10px;
    background-color: green;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    font-family: 'Times New Roman', Times, serif;
}
#back-button:hover {
    background-color: darkgreen;
}

#back-button-2 {
    padding: 10px 15px;
    font-size: 25pt;
    margin-left: 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    border: none;
}

.liels-atels{
    width: 100%;
    height: 100%;
    object-fit: fill;

}

.mazie-atteli {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    object-fit: fill;
}

.mazie-atteli img {
    width: 600px;
    height: 360px;
}

/* Ceļojumu rediģēšana */
#rediget-celojumu {
    padding: 20px;
    background-color: #f0f0f0;
}

#rediget-celojumu form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#rediget-celojumu label, input, textarea {
    width: 80%;
    margin-bottom: 10px;
}

.pogas {
    display: flex;
    width: 80%;
}

button {
    padding: 10px 150px;
    font-size: 15pt;
    margin-left: 10px;
    background-color: green;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    font-family: 'Times New Roman', Times, serif;
    
}

button:hover {
    background-color: darkgreen;
}
.regestr{
    font-family: 'Times New Roman', Times, serif;
    position: absolute;
    top: 10px;
    left: 20px;
}
.regestr button {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    border: none;
    padding: 10px 15px;
    font-size: 16pt;
    margin-left: 5px;
    font-weight: bold;
}
.regestr button:hover {
    text-decoration: underline;
}

.language-selector {
    font-family: 'Times New Roman', Times, serif;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  
.language-selector a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 0 5px;
    font-weight: bold;
  }
  
.language-selector a:hover {
    text-decoration: underline;
  }
  
.login h2{
    font-size: 38pt;
    margin-bottom: 20px;
    margin-top: 200px;
}
.login {
    display: block; /* Katrs piedāvājums tiks parādīts vienā blokā, viens zem otra */
    text-align: center; /* Centrē visu saturu */
    padding: 20px;
    border: 1px solid #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 19pt;
}
#username, #password {
    margin-top: 10px;
    font-size: 16pt;
    padding: 10px;
    margin-bottom: 10px;
    width: 20%;
}
.login button {
    padding: 10px 180px;
    font-size: 20pt;
    background-color: green;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    font-family: 'Times New Roman', Times, serif;
}
.login button:hover {
    background-color: darkgreen;
}