@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.model-body .inputSearch{
    width: 100%;
    margin: auto;
}

.inputSearch input{
 height: 45px;
 padding-left: 10px;
 width: 60%;
 border:  1px solid #C6C6C6;
 font-size: 17px;
 font-weight: 400;
 line-height: 23px;
 text-align: left;
 font-family: "Poppins", sans-serif;

 
}
.modal-body .inputSearch .modelBtn:hover{
    background-color:  #c93e07 !important;
}
.modal-body .inputSearch .modelBtn{
    background-color:  #FF6224 !important;
    color: #FFFFFF;
    border: none;
    padding: 9px 20px ;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px 5px 5px 0px ;
}
.coupen-card-section h5{
  font-weight: 700;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  width: 80%;
  margin: auto;
}
.coupen-card-section .card{
    padding: 15px 10px;
    width: 80%;
    margin: auto;
}
.coupen-card-section .card .coupen-head{
    /* background: #FB723D26; */
    border: 2px dashed #FF6224;
    justify-content: center;
    width: 150px;
    height: 38px;
    margin: 10px 0px 15px 10px;
    border-radius: 5px;

}
.coupen-card-section .card .coupen-head h4{
    font-family: "Outfit", sans-serif;
     font-size: 14.96px;
     font-weight: 400;
    text-align: left;
    color: #FF6224;
    margin-top: 8px;
}
.coupen-card-section .card .coupen-head img{
height: 34px;
padding: 1.1px 0px 17.39px 0px;
margin-bottom: -20px;
margin-right: 8px;
}

.coupen-card-section .card h6{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 33.89px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 0px !important;
}
.coupen-card-section .card p{
    font-family: "Inter", sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 28.89px;
letter-spacing: 0.02em;
text-align: left;
color: #A3A3A3;
width: 85%;
}
.coupen-card-section .card .apply-coupon{
  border: 1px solid #FF6224;
  width: fit-content;
  padding: 8px 18px;
  color:#FF6224;
  border-radius: 0px;
}
.coupen-card-section .card .apply-coupon:hover{
    background-color: #FF6224;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .coupen-card-section .card{
        padding: 15px 10px;
        width: 95%;
        margin: auto;
    }
    .coupen-card-section .card .apply-coupon{
        padding: 5px 20px;

    }
    .coupen-card-section .card p{
        width: 95%;
    }

  }