@media screen and (min-width: 1540px){
  /* Full-screen overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Show modal */
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
  width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animate in */
.modal-overlay.show .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Text styles */
.modal-header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.modal-body {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.modal-body .bold {
  font-weight: 600;
  margin-top: 1rem;
}

/* Button */
.modal-footer button {
  background-color: #6366f1;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  transition: background-color 0.2s, transform 0.2s;
}

.modal-footer button:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
}

h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 40%;
    transform: translateY(-50px);
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 30px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 40px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
    transform: translateY(-50px);
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 200px; /* optional horizontal spacing from the right edge */
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 50;
}



input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}

@media screen and (min-width: 1025px) and (max-width: 1539px){
  /* Full-screen overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Show modal */
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
  width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animate in */
.modal-overlay.show .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Text styles */
.modal-header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.modal-body {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.modal-body .bold {
  font-weight: 600;
  margin-top: 1rem;
}

/* Button */
.modal-footer button {
  background-color: #6366f1;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  transition: background-color 0.2s, transform 0.2s;
}

.modal-footer button:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
}

h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    color: white;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    width: 40%;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 30px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 40px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 200px; /* optional horizontal spacing from the right edge */
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 50;
}



input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}

@media screen and (min-width: 901px) and (max-width: 1024px){
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Show modal */
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
  width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animate in */
.modal-overlay.show .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Text styles */
.modal-header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.modal-body {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.modal-body .bold {
  font-weight: 600;
  margin-top: 1rem;
}

/* Button */
.modal-footer button {
  background-color: #6366f1;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  transition: background-color 0.2s, transform 0.2s;
}

.modal-footer button:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
}
h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 3em;
    font-family: "Bruno Ace SC", sans-serif;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 70%;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 150px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 250px;
    max-height: 350px;
}

.syrenka{
    position: relative;
    top: 60%;
    margin: 0 auto;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 50;
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}
@media screen and (min-width: 769px) and (max-width: 900px){
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Show modal */
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
  width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animate in */
.modal-overlay.show .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Text styles */
.modal-header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.modal-body {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.modal-body .bold {
  font-weight: 600;
  margin-top: 1rem;
}

/* Button */
.modal-footer button {
  background-color: #6366f1;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  transition: background-color 0.2s, transform 0.2s;
}

.modal-footer button:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
}
  h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-top: 25px;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 40%;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 80px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    top: 80%;
    margin: 0 auto;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 50;
}



input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}

@media screen and (min-width: 769px) and (max-width: 900px){
h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-top: 25px;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 40%;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 80px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    top: 80%;
    right: 0;
    transform: translateY(100%);
    padding-right: 320px; /* optional horizontal spacing from the right edge */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 50;
}



input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}

@media screen and (min-width: 481px) and (max-width: 768px){

.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Show modal */
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: flex;
}

/* Modal box */
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 90%;
  width: 500px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animate in */
.modal-overlay.show .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Text styles */
.modal-header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.modal-body {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.modal-body .bold {
  font-weight: 600;
  margin-top: 1rem;
}

/* Button */
.modal-footer button {
  background-color: #6366f1;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
  transition: background-color 0.2s, transform 0.2s;
}

.modal-footer button:hover {
  background-color: #4f46e5;
  transform: translateY(-2px);
}
h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-top: 25px;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 40%;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 80px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    top: 80%;
    margin: 0 auto;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 50;
}



input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}

@media screen and (min-width: 481px) and (max-width: 768px){
h1 {
    font-size: 2.5em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 40px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 90%; /* adjust this to control line length */
}

h2 {
    font-size: 2em;
    font-family: "Bruno Ace SC", sans-serif;
    padding-top: 25px;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 40%;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 80px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    top: 80%;
    margin: 0 auto;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 50;
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }

.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}

.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}

a{
    text-decoration: none;
}

header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}

@media screen and (max-width: 480px){
#testingAlertModal {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

h1 {
    font-size: 1.8em;
    font-family: "Asul", serif;
    padding-top: 65px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    padding-left: 10px;
    top: 0;
    left: 0; /* ensure it's aligned to the left */
    white-space: normal; /* allows line breaks */
    max-width: 95%; /* adjust this to control line length */
}

h2 {
    font-size: 1.6em;
    font-family: "Bruno Ace SC", sans-serif;
    color: white;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 80%;
}

.text{
  margin-top: -100px;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    margin: 0;
    padding: 0;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



#homelogo {
    width: 100px;
    height: 50px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin: 0;
    top: 0px;
    left: 10px;
    position: absolute;
    vertical-align: top;
    justify-content: top;
    float: left;
}

.custom-dropdown {
    position: absolute;
    margin-top: 20px; /* same as your margin-top */
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    font-family: sans-serif;
    cursor: pointer;
    text-align: left; /* optional, keeps text aligned left inside the box */
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 16px;
    color: #333;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: white;
    transition: all 0.3s ease;
    z-index: 100;
  }
  
  .selected {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
      
  }
  
  .options {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    transition: max-height 2s ease;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
  }
  
  .options div {
    padding: 10px;
  }
  
  .options div:hover {
    background-color: #eee;
  }
  
  .custom-dropdown:hover .options {
    max-height: 500px; /* Adjust to fit number of items */
  }
  
  .options.open {
    max-height: 500px; /* adjust as needed */
  }

.syrenka img{
    max-width: 150px;
    max-height: 250px;
}

.syrenka{
    position: relative;
    margin: 0 auto;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 50;
}



input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }



.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html {
    margin: 0;
    padding: 0;
    padding-top: 200px;
    text-decoration: none;
    background-image: url('other_photos/flux_dev4.jpg');
    background-size: cover;      /* Makes the image cover the whole area */
    background-position: center; /* Keeps it centered */
    background-repeat: no-repeat;/* Prevents it from repeating */
    height: 100vh;
    
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}


div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.search {
    width: 100%;
    padding-top: 0px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#searchForm {
    outline: 4px solid rgba(18, 18, 18, 0.95);;
    border: none;
    border-radius: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 35px;
    display: flex;
}

#searchForm input {
    background: transparent;
    flex: 1;
    outline: none;
    border: none;
    font-size: 20px;
    color: whitesmoke;
}

::placeholder {
    color: white;
}}


