/* Importing Google font - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
}

.angry-grid {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   gap: 20px;
   margin-left:130px;
   
}
  
#item-0 {
  margin-left: 20px;
  margin-top: 30px;;
display: flex;
flex-direction: row;
justify-content: center;
  width: 80%;
 background-color: #fff;
}

#item-0 #item-1{

padding: 10px;;

}
#item-0 img{


  width:40%;
}
#item-2{
padding:18px;
margin: 8px;;
  background-color: #fff;
}

.Description{

  line-height: 2rem;
}


.purchase-info{

  width:600px;
}



.form-group ::placeholder{

    text-align: left;
}
.form-group input[type="text"]{

    text-align:left;
}
.Traps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 60%;
  padding: 3.3rem;
  min-height: 250px;
  position: absolute;
  z-index: 2;
  top: 30%;
  left:20%;
  color: #fff;
  background:#0e162d;
  border-radius: 15px;
}
.modaltest{


    width: 100%;
}


.flex-item{

width: 300px;

    display: flex;
    flex-direction: row;
}
.modaltest input{

    width: 100% !important;
}
.Traps .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-close{
  
    background: #c3352b;
    color: #fff;
    border-radius: 10px;
    height:35px !important;
    margin:20px;
    border: none;
    width: 100%;

}

.btn-primary{
  width: 100%;
  margin:20px;
  background: #38ef7d;
}
.Traps p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}
.Traps h3{
font-weight: bolder;
  color: #fff;
}
button {
  
  cursor: pointer;
  border: none;
  font-weight: 600;
}
.Traps input{

  border: none;
}

.btns {
    border: none;
   
    background: #38ef7d;
    color: #fff;
    border-radius: 10px !important;
   text-transform: capitalize;
    width: 100%;
}
.rsbtn {
  border: none;
 
  background: #c00800;
  color: #fff;
  border-radius: 10px !important;
 
  width: 100%;
}

.hidden {
  display: none;
}

.btn-open{

  width: 200px !important;
}


@media screen and (max-width: 768px){
    .angry-grid{
       display:flex;
       flex-direction: column;
       justify-content: center;
       width:100% !important;
      margin-left:4px !important;
      overflow-x: hidden;
      position: relative;
      word-wrap: break-word !important; 

    }
.Traps{

  margin-top :250px !important;
}
   #item-2{

word-wrap: break-word !important; 
   }
     .Description{
      word-wrap: break-word !important; 

     }
      .Description p{


        word-wrap: break-word !important; 

      }

     
   #item-0 {
     margin-left: 20px;
     margin-top: 150px !important;
   display: flex;
   flex-direction: row;
   justify-content: center;
     width: 80%;
    background-color: #fff;
   }
   
   
    .Traps{

      width: 100%;
      margin: 2px;
      padding: 2px;
      left:0%;
      
    }
    #item-0 img{

      width:100%;
    }
#item-0{
overflow: hidden;
  display:flex;
  flex-direction: column;
  justify-content: center;
 margin:3px;
 width:100%;
}
.btn-open{

  width: 200px !important;
}

}