@import url("https://fonts.googleapis.com/css2?family=Arvo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Style+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 57vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  /* background-attachment: fixed; */
}
header::before,
.bg-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.9;
}
.header-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-img-section img {
  width: 26rem;
  margin-bottom: 50px;
  margin-top: 50px;
}

.content-wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin: 25px auto;
  position: relative;
  z-index: +1;
}
.content-wrapper p {
  font-size: 18px;
  word-spacing: 3px;
  text-align: justify;
}
header h3,
header h1,
header h2,
header p {
  position: relative;
  font-family: "Arvo", serif;
}
header h1 {
  font-weight: bold;
  font-size: 50px;
  font-family: "Lobster", sans-serif;
}
header h1 span {
  color: yellow;
}
header h2 span {
  color: yellow;
  margin-top: 50px;
}
.solo-heading {
  font-family: "Arvo", serif;
}
.writer {
  font-family: "Style Script", cursive;
  font-size: 25px;
  margin: 14px 0px;
}
.content-wrapper p {
  font-size: 16px;
  word-spacing: 3px;
  text-align: justify;
  color: black;
  position: relative;
}
.bg-text-sec {
  color: black;
  position: relative;
}

.img-section img {
  width: 20rem;
}
.header-main-header {
  font-family: "Sansita Swashed", cursive;
  color: yellow;
  letter-spacing: 2px;
  font-size: 24px;
  position: relative;
}
.header-main-header2 {
  color: #1c4c6f;
  font-weight: bold;
}
.section {
  width: 100%;
}

.purchase-btn {
  text-decoration: none;
  background: #e95119;
  padding: 6px 23px 9px 23px;
  border-radius: 3px;
  color: white;
}
.float-img {
  width: 17rem;
}
.bg-section {
  position: relative;
  /* height: 48vh; */
  display: flex;
}

.bg-section img {
  width: 27rem;
}
.bg-section .img-section img {
  width: 19rem;
}
.bg-section2 {
  height: 37vh;
}
.divider-img img {
  width: 25rem;
}
.bg-section3 {
  background-color: #ffffa8;
  padding: 1px;
}
form {
  border: 2px dashed black;
  width: 50%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin: 20px auto;
  padding: 28px 32px;
  border-radius: 10px;
}
input {
  padding: 8px 5px;
  border-radius: 10px;
  border: 1px solid gray;
}
button {
  margin: 24px auto !important;
  padding: 6px;
  border-radius: 10px;
  background: #494646;
  border: 1px solid transparent;
  color: white;
  font-size: 18px;
  cursor: pointer;
  width: 7rem;
}
footer {
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  align-items: center; /* Center content horizontally */
  padding: 10px;
  background-color: #e95119;
  color: white;
}

footer p,
footer div {
  width: 100%; /* Ensure p and div take full width */
  text-align: center; /* Center the text inside */
  margin-bottom: 1em; /* Add some space between elements */
}

footer hr {
  width: 100%; /* Make the hr span full width */
  border: 1px solid white; /* Make the hr more visible */
  margin: 16px 0; /* Add space before and after the hr */
}

.footer-content {
  width: 83%;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}

/*  */
.header2 {
  height: 20vh;
}
.header2-img-sction img {
  width: 12rem;
}
.content {
  width: 100%;
}
.content p {
  font-size: 18px;
  text-align: justify;
}
.go-back-btn {
  text-decoration: none;
  background-color: #343434;
  position: relative;
  padding: 1px 11px;
  margin-top: 20px;
  border: 1px solid transparent;
}

.alert {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff !important;
  position: fixed !important;
  bottom: 0px;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  border-radius: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 7px 0px !important;
  display: flex;
  justify-content: center;
  border-radius: 0px !important;
  flex-wrap: wrap;
  align-items: center;
}
.alert-dismissible {
  z-index: +1;
}
.alert-close {
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  padding: 0px !important;
  width: 3rem;
  height: 2rem;
}
.hide {
  display: none;
}
h4 {
  width: 100%;
  text-align: center;
}
@media (max-width: 568px) {
  .alert p {
    font-size: 15px;
  }
}
.hide {
  display: none;
}
.alert-close {
  padding: 0px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #862041;
  color: white;
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  header {
    height: auto;
  }
  .content-wrapper {
    width: 90%;
    flex-direction: column;
  }
  .content-wrapper p {
    padding: 0;
  }
  .content-wrapper2 {
    flex-direction: column-reverse;
  }
  form {
    width: 100%;
  }
  .header-sub-heading {
    font-size: 29px;
  }

  .spin {
    animation: none;
  }
  .header-img-section img {
    width: 21rem !important;
  }
  .img-section img {
    width: 20rem !important;
    margin-top: 10px;
  }
  footer,
  .footer-content {
    align-items: center;
    justify-content: center;
  }
}
