@font-face {
  font-family: Blushasliring;
  src: url(../fonts/blushasliring-regular.otf) format("truetype");
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Varien;
  src: url(../fonts/varien.regular.ttf) format("truetype");
}
@font-face {
  font-family: Impact;
  src: url(../fonts/impact.ttf) format("truetype");
}
*/ * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  /* background-image: url("../img/bg_01.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  color: white;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
    font-weight: 200;
    /* letter-spacing: 0.1rem; */
}

.main-content {
  /* background-image: url("../img/bg_02.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  object-fit: contain;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 100dvh;
  box-sizing: border-box;
}

.Welcome {
  font-family: Blushasliring;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin: 0;
}

.to {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-top: -20px;
}

.logo {
  width: 20rem;
  height: auto;
  margin-top: 20px;
  margin-bottom: 5rem;
}

.btn_next {
  width: 16rem;
  height: auto;
}

.btn_next:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.sel_u {
  font-family: "Poppins", sans-serif;
  font-weight: semi-bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.fav {
  font-family: Varien;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin-top: -0.5rem;
}

.item-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 1rem;
  gap: 1rem;
  margin-bottom: 3rem;
}

.item {
  background-color: white;
  color: #004a96;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.5rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  outline: none;
}

.item:hover {
  cursor: pointer;
  border: 0.1rem solid #004a96;
  background-color: #bed4e9;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.form-container {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 5rem;
}

.input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.input-label {
  font-size: 32px;
  font-weight: 400;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: Impact;
}

.input-field {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  background: white;
  color: #1a365d;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  outline: none;
  transition: all 0.3s ease;
}

.btn-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 10px;
  justify-content: space-between;
}

.btn_size {
  width: 10rem;
}

.item-title {
  background-color: white;
  color: #004a96;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.5rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  outline: none;
}

.sub-item {
  background-color: #042a53;
  color: white;
  width: 80%;
  padding: 0.6rem 0;
  font-size: 1.5rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid white;
  outline: none;
}

.sub-item:hover {
  cursor: pointer;
  background-color: #0a549e;
  color: #bed4e9;
  border-color: #bed4e9;
  transform: scale(1.05);
  transition: transform 0.3s ease, background-color 0.3s, color 0.3s,
    border-color 0.3s;
}

.sub-item-next {
  background-color: #042a53;
  color: white;
  width: 100%;
  padding: 0.6rem 0;
  font-size: 1.3rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid white;
  outline: none;
}

.sub-item-next:hover {
  cursor: pointer;
  background-color: #0a549e;
  color: #bed4e9;
  border-color: #bed4e9;
  transform: scale(1.05);
  transition: transform 0.3s ease, background-color 0.3s, color 0.3s,
    border-color 0.3s;
}

.order-item-card {
  /* background: white; */
  /* border-radius: 25px; */
  /* padding: 30px; */
  margin-bottom: 30px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
  /* max-width: 600px; */
  /* margin-left: auto;
        margin-right: auto; */
  margin: 2rem 1rem;
  width: 100%;
}

.order-item-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 10px 0;
}

.order-item-detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.order-item-name {
  font-size: 22px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.order-item-check {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a365d;
  font-weight: bold;
  font-size: 18px;
}

.u-order {
  font-family: BebasNeue;
  text-transform: uppercase;
  font-size: 10rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  margin: 2rem 0 0 0;
  padding: 0;
}

.ord {
  font-family: Blushasliring;
  text-transform: uppercase;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  margin-top: -2rem;
  margin-bottom: 1.5rem;
}

.rbn-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Impact;
  gap: 3rem;
}


/* choco styles */

.choco-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 100dvh;
  box-sizing: border-box;
}

.item-con-choco {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 4rem 1rem 6rem 1rem;
  gap: 1rem;
  margin-bottom: 3rem;
}

.item-choco {
  background-color: white;
  color: #2e0901;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.5rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  outline: none;
}

.item-choco:hover {
  cursor: pointer;
  border: 0.1rem solid #004a96;
  background-color: #bed4e9;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.item-title-choco{
    background-color: white;
  color: #2e0901;
  width: 70%;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  outline: none;
}

.order-item-card-choco {
  margin-bottom: 30px;
  margin: 4rem 1rem;
  width: 30%;
  color: #2e0901;
}

.drop{
  font-family: BebasNeue;
  font-size: 12rem;
  margin-bottom: 30px;
  margin-top: -20px;
    letter-spacing: 0.2rem;
}

.u {
  font-family: Blushasliring;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin: 0;
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.drag{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #dc6307;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.bucket{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    z-index: -9;
}

.pick{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 1.3rem;
    margin-top: 2rem;
}

.btn-container-choco{
    display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
 
}

.gg{
 margin-top: 52dvh;
}

.d-item{
    width: 5rem;

}
.d-item-h{
    font-size: 1rem;
}

.dragable-01{
    position: absolute;
    top: 29%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.dragable-02{
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
}
.dragable-03{
    position: absolute;
    top: 65%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.dragable-04{
    position: absolute;
    top: 66%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.dis{
   position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
