* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: gainsboro;
  font-family: sans-serif;
}
.ham {
  display: none;
}
.imga {
  background: url(./images/image-hero-desktop.jpg);
  width: 100%;
  background-repeat: no-repeat;
  height: 55vh;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.aa {
  color: white;
  display: flex;
  gap: 20px;
}
.box1 {
  background-color: white;
  padding: 80px 30px;
  width: 40%;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  text-align: center;
}
.box1 h2 {
  font-family: sans-serif;
  padding-bottom: 10px;
  padding-top: -50px;
}
.back {
  margin-top: 20px;
  padding: 15px;
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: hsl(176, 50%, 47%);
  color: white;
  border: none;
  margin-left: -50%;
}
.mastercraft {
  position: absolute;
  left: 45%;
  top: -30px;
}
.bookmark {
  /* display: flex; */
  /* align-self: center; */
  /* align-items: center; */
  margin-top: 20px;
  /* background-color: hsl(0, 0%, 48%); */
  /* justify-content */
  float: right;
  padding-right: 50px;
  margin-left: -50px;
  /* padding: 0px 0px 0px 20px; */
  border-radius: 50px;
  border: none;
  /* text-align: right; */
  display: flex;
  align-items: center;
  gap: 10px;
}
.bookmark img {
  width: 40px;
  float: left;
  /* padding-left: -20px; */
}
.box2 {
  background-color: white;
  padding: 80px 30px;
  width: 40%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.numbers {
  display: flex;
  gap: 30px;
}
.numberbacked {
  /* background-color: green; */
  padding-right: 60px;
  border-right: 1px solid gray;
}
.totalbackers {
  /* background-color: purple; */
  border-right: 1px solid gray;
  padding-right: 60px;
}
.daysleft {
  /* background-color: burlywood; */
  width: 100%;
  padding-right: 60px;
}
.whiteline {
  width: 100%;
  background-color: hsl(0, 0%, 93%);
  margin-top: 30px;
  border-radius: 50px;
  height: 1vh;
}
.cyanline {
  background-color: hsl(176, 50%, 47%);
  width: 75%;
  height: 1vh;
  border-radius: 50px;
}
h3 {
  padding-bottom: 10px;
}
h5 {
  font-size: smaller;
  width: 150%;
  text-align: left;
  /* background-color: red; */
  /* display: flex; */
  color: gray;
}
.box3 {
  width: 40%;
  margin: 0 auto;
  padding: 30px;
  margin-top: 20px;
  background-color: white;
}
.paragraphtop {
  padding-bottom: 30px;
  color: hsla(0, 0%, 48%, 0.5);
}
.featuring {
  padding-bottom: 20px;
  color: hsla(0, 0%, 48%, 0.5);
}
.head {
  display: flex;
  justify-content: space-between;
}
.partb {
  /* background-color: red; */
  border: 1px solid gray;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.h3 {
  color: hsl(176, 50%, 47%);
}
.bottom {
  display: flex;
  justify-content: space-between;
}
sup {
  font-family: sans-serif;
  font-size: small;
  color: hsla(0, 0%, 48%, 0.5);
}
.select {
  padding: 15px;
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: hsl(176, 50%, 47%);
  color: white;
  border: none;
}
#outofstock {
  background-color: hsla(0, 0%, 48%, 0.5);
}
input {
  font-weight: 800;
  font-family: sans-serif;
}
.thankYouModal {
  background-color: white;
  width: 400px;
  padding: 30px;
  text-align: center;
  margin: 200px auto;
  line-height: 25px;
  border-radius: 10px;
}
#tnx {
  display: none;
}
.image {
  margin-bottom: 20px;
}
.gotIt {
  background-color: hsl(176, 50%, 47%);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
}
#left {
  /* background-color: red; */
  color: gainsboro;
}
#black {
  display: none;
}
.modaldefault {
  background-color: white;
  /* height: 70vh; */
  font-size: small;
  width: 60%;
  display: none;
  position: fixed;
  /* margin-top: 50px; */
  z-index: 3;
  margin: 70px;
  margin-left: 20%;
  /* height: 80vh; */
  /* margin: 0 auto; */
  /* margin-left: 10%; */
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}
.flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}
.pledge {
  display: flex;
  gap: 20px;
  border: 2px solid gainsboro;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 20px;
  /* width: 50%; */
}
.part2 {
  width: 100%;
}
.enter {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.straight {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.left {
  display: inline;
}
#amount,
#amount25 {
  border: none;
  background-color: transparent;
  padding: 2px;
  width: 50px;
}
#value {
  justify-self: right;
  display: none;
  color: hsla(0, 0%, 48%, 0.5);
}
.continue {
  color: #fff;
  background-color: hsl(176, 50%, 47%);
  border-radius: 50px;
  padding: 10px;
  border: none;
}
.changes {
  display: none;
}
#closed {
  width: 20px;
  height: 20px;
  display: none;
}

#mobileMenu {
  z-index: 5;
  background-color: white;
  width: 90%;
  display: none;
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px;
  margin-left: 5%;
  position: fixed;
}
h3 {
  padding-top: 10px;
  text-align: center;
  /* border-bottom: 2px solid blue; */
}
.cancelModal:hover {
  cursor: pointer;
  /* filter: grayscale(0%); */
}
.inputamt {
  border: 1px solid black;
  padding: 5px;
  background-color: #fff;
  border-radius: 50px;
  width: 70px;
}
.inputamt:hover {
  border: 1px solid hsl(176, 72%, 28%);
}
#tested {
  /* background-color: red; */
  padding-bottom: 5px;
}
.blackBg {
  background-color: hsla(0, 0%, 0%, 0.3);
  /* opacity: 0.3; */
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 5;
  /* display: none; */
}
#none1,
#none2,
#none3 {
  color: hsl(176, 50%, 47%);
  /* display: none; */
}
#enter,
#enters {
  display: none;
}
#hr {
  display: none;
}
.right {
  display: flex;
  gap: 10px;
}
.radios {
  width: 14px;
  height: 13px;
  border: 1px solid gray;
  border-radius: 100%;
}
.circle {
  background-color: hsl(176, 50%, 47%);
  width: 8px;
  border-radius: 100%;
  margin: 8% auto;
  display: none;
  height: 80%;
}
#nodrop:hover {
  cursor: no-drop;
}
#broke {
  display: none;
}
#nodrop {
  opacity: 0.5;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000; /* or any bg you want */
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid white;
  border-top: 5px solid lightblue;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#modalpreloader {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select:hover,
.gotIt:hover,
.back:hover {
  background-color: hsl(176, 72%, 28%);
  cursor: pointer;
}
.head:hover {
  cursor: pointer;
  color: hsl(176, 50%, 47%);
}
#head:hover {
  cursor: no-drop;
  color: black;
}
#enters,
#enter {
  display: flex;
  display: none;
  margin-top: 5px;
  justify-content: space-between;
}
.continue:hover {
  background-color: hsl(176, 72%, 28%);
  cursor: pointer;
}
#hr2 {
  display: none;
}
.ham:hover {
  cursor: pointer;
}
#closed:hover {
  cursor: pointer;
}
#outofstock:hover {
  cursor: no-drop;
}
.links:hover {
  color: hsl(176, 50%, 47%);
  cursor: pointer;
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .imga {
    background: url(./images/image-hero-mobile.jpg);
  }
  body {
    width: 100%;
  }
  .thankYouModal {
    width: 90%;
  }
  #modaldefault {
    width: 90%;
    margin-top: 40px;
    margin-left: 5%;
    /* background-color: red; */
    /* display: none; */
  }
  .right {
    flex-direction: column;
  }
  .changes {
    display: block;
  }
  .box1,
  .box2,
  .box3 {
    width: 90%;
  }
  .back {
    margin-left: -5px;
  }
  span {
    display: none;
    background-color: white;
  }
  .bookmark {
    background-color: transparent;
    /* float: right; */
    margin-left: 10px;
  }
  .numbers {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .numberbacked,
  .totalbackers {
    border-bottom: 1px solid gray;
    /* background-color: red; */
    padding-right: 5px;
    padding-bottom: 20px;
    border-right: none;
  }
  .daysleft {
    /* background-color: teal; */
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 50px;
    /* align-items: center; */
    /* justify-content: center; */
  }
  .days {
    /* background-color: red; */
    width: 100%;
    text-align: center;
  }
  .head {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
  }
  .bottom {
    flex-direction: column;
    gap: 15px;
  }
  .aa {
    display: none;
  }
  .ham {
    display: block;
    width: 20px;
    height: 20px;
  }
  .modaldefault {
    width: 90%;
    margin: 20px;
    margin-top: 70px;
    margin-left: 35px;
  }
}
