@import url('https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans:wght@400;500;700&family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ck-car-detail p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.106719px;
/*     text-transform: uppercase; */
    color: rgba(15, 14, 16, 0.8);
}

.ck-car {
    max-width: 535px;
    height: 355px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.ck-car img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ck-top-margin {
    padding: 80px 0px 40px 0px;
}

.ck-small {
    /* width: 68.32px;
    height: 34.99px; */
    width: 94%;
    height: 98px;
}

.ck-small img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ck-car-detail .row>* {
    padding-right: unset !important;
}

.ck-grey-tab {
    margin-top: 60px;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #F68D20;
}

.nav-tabs {
    border-bottom: unset !important;
    background: #F9F9F9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    padding: 6px 0px 6px 35px;
}

.nav-tabs .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

.ck-tab-detail p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.106719px;
    color: rgba(0, 0, 0, 0.8);

}

.ck-tab-detail {
    margin-top: 25px;
}

.ck-black {
    background: #0F0E10;
    padding: 14px 0px 14px 0px;
}

.ck-black p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    letter-spacing: 0.106719px;
    color: #FFFFFF;
    text-align: center;
}

/* p {
    margin-bottom: unset !important;
} */

.booking-detail {
    padding-left: 30px;
}

.ck-top-margin .row .col-xl-4 {
    margin-left: auto;
}

.ck-time {
    background: #F9F9F9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding: 30px 32px 50px 32px;
}

.ck-time input {
    width: 100%;
    border: unset;
    height: 44px;
    margin-bottom: 20px;
    /* padding: 0px 20px 0px 20px; */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 43px;
    align-items: center;
    color: rgba(15, 14, 16);
    padding: 0px 20px 0px 20px;
}
#ck-duration{
	display:none;
}

.ck-time input::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13.2px;
    line-height: 43px;
    align-items: center;
    color: rgba(15, 14, 16, 0.6);

}

.ck-book-this {
    width: 100%;
    background: #F68D20;
    text-align: center;
    padding: 12px 0px 12px 0px;
    margin-top: 20px;
	cursor:pointer;
    border-radius: 5px;
}

.ck-book-this a{

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.320156px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    border: unset;
}
.new-div{
    display:none;

}
.ck-timer {
    position: relative;
}

.ck-change-btn {
    position: absolute;
    right: 10px;
    top: 7px;
    word-spacing: 2px;
}

.ck-change-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 7.7px;
    letter-spacing: 0.153446px;
    color: #F68D20;
    text-decoration: none;
    border: 1.1px solid #F68D20;
    border-radius: 4.79286px;
    padding: 6px 10px 6px 10px;

}
.ck-transfer .row{
    margin-bottom: 100px;
}
.ck-transfer .container{
    max-width: 1150px !important;
}
    @media screen and (max-width: 1200px){
        .ck-top-margin{
            padding: 80px 32px 40px 32px;
        }
        .ck-transfer{
            padding: 0px 32px 0px 32px;
        }
    }
    @media screen and (max-width: 768px){
        .booking-detail {
            padding-left: unset;
            margin-top: 20px;
        }
        .ck-time input::placeholder {
            padding: 0px 10px 0px 10px;
        }
        .ck-time {
            padding: 20px 16px 30px 16px;
        }
        .ck-top-margin{
            padding: 20px 16px 20px 16px;
        }
        .ck-grey-tab {
            margin-top: 24px;
        }
        .ck-car {
            margin-top: 20px;
            margin-bottom: 24px;
        }
        .ck-transfer{
            padding: 0px 16px 0px 16px;
        }
        .ck-transfer .row {
            margin-bottom: 50px;
        }
        .ck-transfer  .mt-5 {
            margin-top: 1rem!important;
        }
    }
  


 
    

