.scratch-card{
    height: 460px;
    width: -webkit-fill-available;
    /* background: url(../images/home-new/khloe/khloe1.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    background-size: cover;
    /* margin: 20px 32px; */
}
.scratch-card canvas{
    width: auto;
    /* background-color: rgba(255, 255, 255, 0.5); */
    position: relative;
    z-index: 1;
}

/* calendar css */
.calendar-section{
    padding: 40px 0;
}
.calendar-section .calendar-content{
    text-align: left;
}
.calendar-section .calendar-content h3{
    font-family: 'Apercu Pro Bold';
    color: #000;
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* font-family: 'Apercu Pro'; */
    letter-spacing: 0.4rem;
    font-style: normal;
}
.calendar-section .calendar-content p{
    margin: 10px 0;
}
.calendar-section .calendar-content p,.calendar-section .calendar-content span{
    color: #403e3e;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Apercu Pro Regular';
    letter-spacing: 1px;
}
.calendar-section .calendar-content span{
    font-size: 12px;
}
.calendar-section .calendar-content .basket-btn{
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    padding: 8px 30px;
    font-size: 17px;
    text-align: center;
    line-height: 19px;
    font-weight: bold;
    box-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out .4s;
    font-family: 'Apercu Pro Bold';
    letter-spacing: 1px;
    max-width: 300px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}
.calendar-section .calendar-content .basket-btn.black-back{
    color: #fff;
    background-color: #000;
}
.calendar-section .calendar-content .quantity-add{
    border: 1px solid #000;
    border-radius: 4px;
    display: inline-block;
    padding: 6px;
    margin-bottom: 10px;
}
.calendar-section .calendar-content .quantity-add span{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Apercu Pro Bold';
    margin: 0 5px;
    cursor: pointer;
}
.calendar-section .calendar-content .quantity-add span.number{
    padding: 0 25px;
}
.calendar-section .calendar-images{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 15px 0;
}
.calendar-section .calendar-images img{
    max-height: 80px;
    width: 80px;
    object-fit: cover;
}
.calendar-head{
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: 'Apercu Pro Bold';
        letter-spacing: 0.4rem;
        font-style: normal;
}
/* / css new / */
.modal-calendar .modal-content{
    background-color: #000;
    border-radius: 30px;
}
.modal-calendar .modal-header{
    border: none;
    padding-bottom: 0;
}
.modal-calendar .btn-close{
    background-color: #fff;
}
.black-box-order-form {
    position: relative;
    max-width: 750px;
    background-color: #000;
    margin: 10px auto;
    border-radius: 30px;
    padding: 15px 35px;
    color: #fff;
}
.main-form-order .heding-note {
    letter-spacing: 2px;
    font-weight: 600;
}
.main-form-order .form-label {
    font-size: 14px;
    color: #fff;
}
.main-form-order .form-control{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.main-form-order .form-control:focus{
    box-shadow: none;
}
.main-form-order .form-control::placeholder{
color: #282828;
}
.main-form-order p {
    font-size: 14px;
    margin-top: 5px;
}
.main-form-order button {
    background-color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}
.select-token{
    display: flex;
    align-items: center;
    gap: 20px;
}
.select-token>div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.select-token  input{
    height: 19px;
    width: 19px;
}
.select-token  input:focus,.select-token  input:focus-visible{
    box-shadow: none;
    border: none;
}
.select-token input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000 ;
}
.cursor-disable{
    cursor: not-allowed;
    opacity: 0.5;
}
@media (max-width:1200px){
    .main-form-order .form-control{
        margin-bottom: 8px;
    }
    .calendar-head{
        font-size: 16px;
        margin-bottom: 6px;
    }
}
@media (max-width:768px){
    .calendar-head{
        font-size: 14px;
        letter-spacing: 0.2rem;
        margin-bottom: 10px;
    }
    .calendar-section .calendar-images img {
        max-height: 80px;
        width: 50px;
    }
    .calendar-section .calendar-content h3{
        font-size: 22px;
        line-height: 28px;
    }
    .calendar-section .calendar-content .basket-btn{
        font-size: 14px;
    }

    .calendar-section .calendar-images{
        gap: 15px;
    }
    .main-form-order button{
        font-size: 16px;
        padding: 6px 15px;
    }
}
@media (max-width:560px){
    .black-box-order-form{
        padding: 15px 20px;
    }
    .calendar-head{
        font-size: 12px;
        margin-bottom: 4px;
        line-height: 14px;
    }
    .main-banner-slider .content-slide h1{
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 18px;
    }
}
