@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Oxygen:wght@300;400;700&display=swap');

.BuyButton-ButtonTextContainer {
  width: 100% !important;
}

body {
  background-image: url('imgs/wave.jpg');
  background-size: contain;
  background-position-y: 10px;

  background-repeat: no-repeat;
}

.title {
  color: #0d4fa6;
  font-family: serif;
}

.heading-container {
  padding: 3px 12px;

  border-radius: 5px 5px 0px 0px;
  display: inline-block;
  margin-bottom: -1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2954c7;
  font-weight: bold;

  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hero-text {
  color: #2954c7 !important;
  font-size: 4rem;
  line-height: 0.95;
  margin-bottom: 20px;
}

.border-container {
  border-radius: 0px 5px 5px 5px;
  padding: 10px;
  box-shadow: 6px 2px 8px rgba(52, 138, 191, 0.2);
}

/* styles.css */
.large-icon {
  width: 40px; /* Adjust size */
  height: 40px;
  color: #f5ad01;
}

.fa-yellow {
  color: #f5ad01;
}

.hero-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owner-profile-pic {
  border: #2954c7 solid 5px;
  border-radius: 50%;
}

.img-fill {
  width: 100px;
  height: 400px;
  object-fit: cover;
  background-image: url('./guages.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.handwritten {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 2rem;
  color: #2954c7;
}

.text-right {
  text-align: right;
  padding-right: 20px;
}

.hint {
  font-size: 1rem;
}

.full-width {
  background-color: #bcd4f6;
}

footer {
  background-color: #0d4fa6 !important;
  color: white;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.notice {
  display: none !important;
}
