.row_1 {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  position: relative;

}

.width_1 {
  width: 26%;
  padding: 24px;
  background: white;
  box-shadow: 0px 0px 5px black;
}

.width_2,
.width_3 {
  width: 28.5%;
}

.row_2 {
  padding: 15px;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  position: relative;

}
.width-f {
  width: fit-content;
}
.inner_row_1 {
  margin: 0px 15px 15px 0px;
  border-radius: 5px;
  background: white;
  box-shadow: 0px 0px 5px black;
}

.inner_row_1 img {
  width: 86%;
  height: 50vh;
  border-radius: 5px;
}

.detail {
  padding: 15px;
  background: white;
}

.detail h1 {
  font-size: 28px;
  font-weight: 700;
}

.detail h3 {
  text-align: start;
  font-size: large;
  font-weight: 700;
}

.detail input {
  outline: none;
  border: none;
  background: white;
  padding: 5px 8px;
  font-weight: 700;
  font-size: larger;
}

.detail input[type=text] {
  font-size: large;
}

.t-amt-text {
  font-size: large;
  white-space: nowrap;
  font-weight: 700;
}

.detail input[type=submit] {
  font-size: x-large;
  font-weight: 600;
  border: 3px solid gainsboro;
  border-radius: 45px;
  padding: 7px 30px 11px 30px;
  color: white;
  background: rgb(49, 143, 49);
}

.inner_width_3 {
  padding: 14px 0px;
  margin: 15px 0px;
  background: white;
  box-shadow: 0px 0px 6px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
}

.col_1 {
  margin: 10px 0px;

  border-radius: 5px;

}

.col_1 img {
  width: 100px;
}

.width_1 h1 {
  padding: 5px 0px 45px 0px;
}

.col_1 h4 {
  padding: 10px 0px;
  font-size: 24px;
  font-weight: 700;

}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  width: max-content;
  border: 2px solid #ddd;
  border-radius: 5px;
  display: none;
  justify-content: start;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}

.col_1 h4,
h6 {
  text-align: start;
}

.col_1 h6 {
  font-size: large;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
  color: #00994b;

}

.t-amount-container {
  padding: 2px 0px 0px 15px;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.btn_1 {
  width: max-content;
  display: flex;
  justify-content: start;
}

.btn_1 button {
  width: 11.5rem;
  padding: 0rem;
  border: 2px solid #ddd;
  border-radius: 5px;
  outline: none;
  background: white;
  font-size: 2rem;
  font-family: sans-serif;
  font-weight: 600;

}

/* form of detail */
.form_container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  display: none;
  justify-content: center;
  background: rgba(80, 78, 78, 0.089);
  z-index: 9;
}


.inner_form_container {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 180px 0px;
  width: 480px;
  height: fit-content;
  display: none;
  position: relative;
  background: white;
  top: 100px;
 animation: form1 .4s;
 -webkit-animation: form1 .4s linear;
 -moz-animation: form1 .4s;
  z-index: 10;
}

@keyframes form1 {
  from {
    top: -400px;
    opacity: 0;
  }

  to {
    top: 100px;
    opacity: 1;
  }
}
.inner_form_container .t-amount-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.inner_form_container .t-amount-container input {
  width: 200px;
  font-size: x-large;
}

.inner_form_container .t-amount-container button {
  border: none;
  background: none;
  float: right !important;
  position: relative;
  top: -5px;
  right: 17px;
}

.get-detail{
  width: min-content;
  margin: auto;
  padding: 0px 10px;
  display: block;
}
.get-detail input[type=text]{
  width: 386px;
  padding: 5px;
  margin: 15px 15px 0px 15px;
  font-size: 24px;
}
.get-detail input[type=submit]{
  padding: 5px 10px;
  margin: 10px 0px 10px 0px;
  border: none;
  border-radius: 5px;
  background: rgb(48, 48, 150);
  color: white;
  font-size: x-large;
  font-weight: 700;
}

@media (max-width: 991px) {

  .row_1,
  .row_2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .width_1 {
    width: 550px;
  }

  .width_2,
  .width_3 {
    width: 280px;
    margin: 0px 15px;
  }
  .inner_row_1{
    width: fit-content;
  }
}

@media (max-width: 767px) {

  .width_1,
  .width_2,
  .width_3 {
    width: 100%;
    margin: 0px;
  }
  /* form  */
  .inner_form_container {
    width: 100%;
  }
  .get-detail input[type=text]{
    width: max-content;
  }
}

@media(max-width: 576px) {
  .detail {
    width: min-content;
  }

  .t-amount-container {
    flex-wrap: wrap;
    justify-content: start;
    padding: 2px 0 0 10px;
  }
}

@media (max-width: 330px) {
  .detail input {
    width: inherit;
  }

  .t-amount-container {
    flex-wrap: wrap;
    justify-content: start;
    padding: 2px 0 0 10px;
  }

  .t-amt-text {
    font-size: medium;
  }

  .detail h1 {
    font-size: 18px;
  }

  .detail h3 {
    font-size: medium;
  }

  .detail input[type=text] {
    font-size: medium;
  }

  .detail input[type=submit] {
    font-size: large;
  }
  .inner_form_container .t-amount-container input {
    width: 87%;
    font-size: large;
  }
}