.overflow{
    overflow: hidden;
}

.title{
    background-color: rgb(238, 241, 250);
}



.form{
    width: 90%;
    margin: auto;
    font-family: "poppins";
    margin-top: 30px;
}

.text{
    color: gray;
    font-size: 11px;
    font-family: 'Poppins';

}

.flex-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.flex{
    display: flex;
    width: 100%;
    gap: 20px;
}

.fle-wdth{
    width: 100%;
}

.input{
    height: 50px;
    width: 100%;
    outline: none;
    color: gray;
    padding: 15px;
    border-radius: 0;
    border: 1px solid gray;
    font-family: "poppins";
}

.width{
    width: 50%;
}

.cz-no{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.mnkst-irt{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.che-shi{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.texinp{
    height: 50px;
    width: 100%;
    outline: none;
    color: gray;
    padding: 15px;
    border-radius: 0;
    border: 1px solid gray;
    font-family: "poppins";
}
.textarea{
    height: 100px;
    width: 90%;
}
.che-cre{
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-detail{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: auto;
    margin-top: 30px;
    gap: 10px;
    font-family: 'poppins';
}

.naruto{
    display: flex;
    align-items: start;
    width: 100%;

}

.naruto span{
    width: 50%;
}

.hr{
    width: 100%;
}

.payment{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'poppins';
    color: gray;
    align-items: start;
}

.payment div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.place-order {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    background-color: #f73c0dcb;
    margin-top: 30px;
    color: white;
    font-family: 'poppins';
    letter-spacing: 2px;
    border: none;
    transition: all 0.5s ease;
}

.place-order {
    background-color: #f73c0d;
}

.upp{
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pop-up{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.397);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-cont{
    height: 300px;
    width: 450px;
    background: linear-gradient(135deg, red, 20%,white, red);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "poppins";
}

.pop-cont h1{
    font-size: 27px;
    color: #125868;
}

.show-popup{
    display: none;
}

.error{
    outline: 1px solid rgba(255, 0, 0, 0.534);
    border: none;
}

@media (max-width: 1025px) {
    .che-shi h1{
        font-size: 25px;
    }
}
@media (max-width: 600px){
    .flex{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .width {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .place-order{
        width: 100%;
    }
}

@media (max-width: 350px) {

    .naruto span {
        width: 50%;
        font-size: 12px;
    }
    .pop-cont{
        height: 240px;
        width: 250px;
        text-align: center;
    }
}