h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* 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;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }




.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;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.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;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: #f2f0e6;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

ul{
    margin-left: 0;
    padding-left: 0;
}

ol{
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

footer{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


footer>div>p{
    margin: 0;
    padding: 5px;
}

footer>div>p>a{
    color: white;
}


.flexbox97{
    text-align: left;
    display: inline-flex;
    margin-left: 0px;
    padding-left: 200px;
    padding-right: 10px;
}

.flexbox98{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox99{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox100{
    text-align: right;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox101{
    float: right;
    display: inline-flex;
    padding-right: 200px;
  }


.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

ol{
    padding-left: 20px;
}

footer a:hover{
    color: #BFA14A;
}

nav a:hover:not(#homelogo) {
    transform: scale(1.05); /* Applies transform on hover for all except the logo */
  }
  
nav #homelogo:hover {
    transform: none !important; /* Prevents the transform on hover for the logo */
  }
  

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;  
}

.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;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

html{
  background: linear-gradient(to bottom, #6a11cb, #2575fc);
  min-height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

article {
  width: 90%;
  max-width: 600px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  box-sizing: border-box;
}

h1 {
  font-size: 28px;
  font-family: "Asul", serif;
  color: #6a11cb;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.label-text {
  font-size: 20px;
  color: #444;
  margin-bottom: 10px;
}

.slider-container {
  margin: 30px 0;
}

.donation-slider {
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background: #e0e0e0;
  outline: none;
  transition: background-color 0.3s;
}

.donation-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fcb900;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s;
}

.donation-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.donation-slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fcb900;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#amount-display {
  font-weight: 700;
  font-size: 26px;
  color: #6a11cb;
  margin-top: 10px;
}

#checkout-button {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 40px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 30px;
}

#checkout-button:hover {
  background: linear-gradient(135deg, #5f0dbb, #1e62d0);
  transform: translateY(-2px);
}

#checkout-button:active {
  transform: translateY(1px);
  background: linear-gradient(135deg, #4e0c9c, #1a4ea6);

}

.sub{
  color: grey;
}

  html{
    overflow-y: scroll;
}