@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


center {
    height: 80vh;
    width: 100%;
    padding: 10px;
    margin: 20%;
}

.container {
    padding: 10px;
    margin-top: 15%;
    margin-left: 19%;
    align-content: center;

}

.text-header {
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    color: white;
    margin-left: 41%;
    margin-top: 7%;
    margin-bottom: 5%;
}

.container .text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 1%;
    margin-top: -5%;
    padding-bottom: 10px;
    padding-top: 60px;
}

.res {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: white;
    margin-bottom: 1%;
    margin-top: -5%;
    padding-bottom: 10px;
    padding-top: 60px;
}

.text-card {
    font-size: 35px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

.kart-2 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 1%;
    margin-top: -5%;
    padding-bottom: 10px;
    padding-top: 60px;
}

.container form {
    margin: 25px;
}

form .data text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    padding-bottom: 10px;
    padding-top: 60px;
}

.info-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: white;
    margin-left: -62%;
}

.big-header-text {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-left: 38%;
    margin-top: -15%;


}

form .data1 text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    padding-bottom: 10px;
    padding-top: 60px;
}

.container form .data2 {
    height: 50px;
    width: 12%;
    margin-left: 2%;
    margin-right: 9%;
    margin-bottom: 50px;
}

.container form .data1, .data3 {
    height: 40px;
    width: 10%;
    margin-left: 2%;
    margin-right: 10%;
    margin-bottom: 50px;
}

form .data1 input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    border: 1px solid silver;

}

.container form .data {
    height: 50px;
    width: 50%;
    margin-left: 280px;
    margin-bottom: 50px;
}

form .data input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    border: 1px solid silver;
    color: white;
}

form .data input:focus {
    border-color: #fe573f;
    border-bottom-width: 2px;
}

form .container {
    height: 50px;
    width: 80%;
    margin-left: 290px;
    margin-top: 25px;
}

form .container .check-box {
    margin-left: 200px;
}

.container .row-1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: -5px;
    box-sizing: border-box;
    text-align: center;
}

.container form .form-row {
    height: 45px;
    width: 25%;
    margin-right: 105px;
    margin-bottom: 50px;
}

form .row input:focus {
    border-color: #fe573f;
    border-bottom-width: 2px;
}

form .row select:focus {
    border-color: #fe573f;
    border-bottom-width: 2px;
}

form .picker-list select:focus {
    border-color: #fe573f;
    border-bottom-width: 2px;
}

.container form .container .list {
    height: 45px;
    width: 25%;
    text-align: left;
}


.container form .picker-list {
    height: 45px;
    width: 50%;
    margin-top: 60px;
    margin-left: 280px;
    margin-bottom: 60px;
}

form .btn {
    margin: 30px 0;
    margin-top: 50px;
    height: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

form .btn .inner {
    height: 50px;
    width: 50%;
    margin-left: 265px;
    margin-top: -10px;
    position: absolute;
    z-index: -1;
    background: -webkit-linear-gradient(right, #fe3b81, #fe573f);
    transition: all 0.4s;
}

.payment-text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 1%;
    margin-top: -5%;
    padding-bottom: 10px;
    padding-top: 60px;

}

form .btn button {
    height: 100%;
    width: 50%;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;

}

/* Create a custom checkbox */
.container .row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container .row:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container .row input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container .row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container .row input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .row .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* start res_accepted area*/
.bk-message-box-area {
    padding: 150px 0;
    background-color: black;
    margin-left: 18%;
    margin-top: -8%;
}

.msg-box {

    font-weight: 500;
    line-height: 1.58;
    font-size: 14px;
    -webkit-transform: translateY(0px);
    font-family: Poppins, sans-serif;
    background-color: #eee;
}

/* end res_accepted area*/

/**/
.product-design {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.product-design a > img, .product-design > img {
    margin-right: auto;
    margin-left: auto
}

a.product-design.active, a.product-design:focus, a.product-design:hover {
    border-color: #337ab7
}

.product-design .caption {
    padding: 9px;
    color: #333
}

.product-price {
    font-size: 18px;
    font-weight: 600;

}

.product-price .span {
    display: inline-block;
    color: #333333;
    font-family: 'Poppins', sans-serif;

}

.product-price .new-price {
    color: #d5382c;

}

/*.row-list--mobile {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -55%;
}*/

.row-list--2 {
    display: block;
    /*flex-wrap: wrap;*/
    margin-top: 0%;
    margin-left: 7%;

}

.row-list--22 {
    display: block;
    /*flex-wrap: wrap;*/
    margin-top: -99%;
    margin-left: -35%;
    margin-bottom: 20%;

}

.container-list {
    margin-top: 15%;
}

.yazi {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 1%;
    margin-top: -5%;
    padding-bottom: 10px;
    padding-top: 60px;
}

.yazi-2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: white;
    background: -webkit-linear-gradient(right, #fe3b81, #fe573f);
    width: 70%;
    margin-bottom: 1%;
    margin-top: -10%;
    margin-left: 15%;
    padding-bottom: 1%;
    padding-top: 1%;

}

.iptal {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    color: #333;
    font-weight: 400;
    text-align: left;
    margin-left: 41%;
    align-content: center;
}

.iptal input[type="checkbox"] {
    width: auto;
    height: auto;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #151515;
}

/**/


.price-list {
    margin-left: 0%;
    margin-top: 20%;
}

.margin {
    margin-top: 10%;
}


@media only screen and (max-width: 700px) {

    .margin {
        margin-top: 40%;
    }


    .price-list {
        margin-left: 0%;
        margin-top: 60%;
    }

    .container {
        padding: 10px;
        margin-top: 15%;
        align-content: center;

    }

    .container .text {
        font-size: 35px;
        margin-top: 5%;
        margin-bottom: -10%;
        margin-left: -35%;
        font-weight: 600;
        color: white;

    }

    kart-2 {
        font-size: 35px;
        margin-top: 5%;
        margin-bottom: 10%;
        margin-left: 55%;
        font-weight: 600;
        color: white;

    }

    .container form {
        margin-left: -122%;
        margin-top: 20%;

    }

    form .data text {
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        color: white;
        padding-bottom: 10px;
        padding-top: 60px;
    }


    .container form .data {
        height: 50px;
        width: 50%;
        margin-left: 48%;
        margin-bottom: 10%;
    }

    .container form .container .list {
        height: 45px;
        width: 25%;
    }

    .row {
        margin-left: 20%;

    }


    .container form .picker-list {
        height: 45px;
        width: 50%;
        margin-top: 10%;
        margin-left: 48%;
        margin-bottom: 5%;
    }

    .container .row-1 {
        margin-right: 0;
        margin-left: 20%;


    }

    form .btn {
        width: 100%;
        margin-left: 5%;

    }

    .container form .form-row {
        width: 58%;
        margin-right: 15%;
        margin-bottom: 20%;
        margin-left: -15%;
    }

    .container form .container .list {
        width: 40%;
    }

    form .container .list .label {
        margin-left: -10%;
    }

    form .btn button {
        margin-left: 39%;
    }

    .container form .data2 {
        height: 50px;
        width: 25%;
        margin-left: 2%;
        margin-right: 17%;
        margin-bottom: 10%;
    }

    .container form .data1, .data3 {
        height: 40px;
        width: 22%;
        margin-left: -6%;
        margin-right: 9%;
        margin-bottom: 10%;
    }

    .bk-message-box-area {
        padding: 150px 0;
        background-color: black;
        margin-left: -29%;
        margin-top: -8%;
    }

    .msg-box {

        font-weight: 500;
        line-height: 1.58;
        font-size: 14px;
        -webkit-transform: translateY(0px);
        background-color: #eee;
    }


    .bk_pra {
        margin-left: -210%;
    }

    .info-text {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: white;
        padding-bottom: 10px;
        padding-top: 60px;
        margin-left: -110%;

    }


    .big-header-text {
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        color: white;
        margin-left: -22%;
        margin-top: -15%;


    }

    .product-design {
        margin-left: -56%;

    }

    .product-name {
        text-align: left;
        font-size: 18px;
        color: white;
        font-weight: 600;
        margin-bottom: 9px;
        margin-left: -53%;
    }

    .product-price {
        font-size: 18px;
        font-weight: 600;

    }

    .product-price .span {
        display: inline-block;
        color: #333333;

    }

    .product-price .new-price {
        color: #d5382c;
        margin-left: -188%;
    }

    .payment-text {
        font-size: 35px;
        margin-top: 3%;
        margin-bottom: 5%;
        margin-left: 45%;
        font-weight: 600;
        color: white;
    }

    .yazi {
        font-size: 20px;
        margin-top: 10%;
        margin-bottom: 1%;
        margin-left: 45%;
        font-weight: 600;
        color: white;
        text-align: center;
    }

    .yazi-2 {
        font-size: 15px;
        margin-bottom: 1%;
        margin-left: 48%;
        margin-top: 10%;
        font-weight: 400;
        color: white;
        background: -webkit-linear-gradient(right, #fe3b81, #fe573f);
        width: 50%;
        text-align: center;
    }


    .iptal {
        font-size: 16px;
        line-height: 24px;
        font-family: Poppins, sans-serif;
        color: #333;
        font-weight: 400;
        text-align: left;
        margin-left: 46%;
    }

    .text-header {
        font-size: 23px;
        font-weight: 400;
        text-align: left;
        color: white;
        margin-left: 46%;
        margin-top: 7%;
        margin-bottom: 7%;
    }

    .row-list--2 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -5%;
        margin-left: 0%;

    }

    .row-list--22 {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0%;
        margin-left: 0%;
        margin-bottom: 20%;

    }

    .res {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        color: white;
        margin-bottom: 1%;
        margin-top: -5%;
        padding-bottom: 10px;
        padding-top: 60px;
        margin-left: 45%;
    }

    .text-card {
        font-size: 35px;
        font-weight: 600;
        color: white;
        text-align: center;
        margin-top: 1%;
        margin-bottom: 5%;
        margin-left: 44%;
    }
}
