@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-backgrond-image {
    /* background-image: url(../img/Rectangle\ 23794.png); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 305px;
    background-position: center;
    position: relative;
}

.ck-text p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 2.60672px;
    color: #FFFFFF;
    line-height: 35px;

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

.ck-text {
    position: relative;
    top: 180px;
  width: 100%;
}

.ck-background-detail {
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: 0px;
    flex-wrap: wrap;
}
.ck-background-detail::before{
    content: '';
    border: 0.1px solid rgba(255, 255, 255, 0.8);
    /* transform: rotate(90deg); */
    width: 2%;
  position: relative;
  top: 8px;
 
}


.ck-background-detail p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.13575px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    text-decoration: none;
    padding-top: 16px;
    line-height: 16px;
}
.ck-background-detail a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.13575px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    text-decoration: none;
    padding-top: 16px;
	   padding-left: 5px;
}


.ck-search {
    padding-top: 80px;
    padding-bottom: 40px;
}
p{
	margin-bottom:unset !important;
}

.ck-search form input {
    padding: 12px 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;

}

.ck-search form input::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14.9818px;
    letter-spacing: 0.181869px;
    color: rgba(15, 14, 16, 0.3);
    text-transform: capitalize;
}

.ck-search form i {

    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
 
}
.ck-get{
    position: relative;
 
    right: 36px;
    padding-top: 15px;
}
.ck-inside{
    display: flex;
}

.ck-image-wrap {
    max-width: 333px;
    height: 225px;
    margin: auto;
    overflow: hidden;
}

.ck-image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}
.ck-image-wrap img:hover{
    transform: scale(1.1);
}
.ck-whole-wrap {
    background: #F9F9F9;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.ck-car-name {
    display: flex;
    justify-content: space-between;
    padding: 14px 10px 0px 10px;
}

.ck-second {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;

}

.ck-first p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.145672px;
    color: #0F0E10;
}

.ck-second i {
    font-size: 14px;
    color: #F68D20;
    align-items: center;
}


.ck-second p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.145672px;
    color: rgba(15, 14, 16, 0.3);

}

.ck-icon-collection {
    padding: 8px 10px 16px 10px;
    line-height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ck-car-describe {
    display: flex;
    gap: 10px;
    /* align-items: center; */

}


.ck-car-describe p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.181869px;
    color: rgba(15, 14, 16, 0.7);
	padding-top:5px;
}

.ck-price {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 20px 10px;
    align-items: center;
    flex-wrap: wrap;
    line-height: 40px;
}

.ck-btn-part {
    display: flex;
    gap: 10px;
}

.ck-money {
    display: flex;
padding-right: 16px;
}

.ck-rent-now a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--pwhite);
    padding: 7px 14px;
    background: #F68D20;
    border-left: 4.16772px solid #F68D20;
    text-decoration: none;
    border-radius: 5px;

}
.ck-rent-now a:hover{
    background-color: transparent;
    color: #F68D20;
    border: 1px solid #F68D20;
}
.ck-money p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.145672px;
    font-size: 14px;
    color: rgba(15, 14, 16, 0.7);
}

.ck-money p span {
    font-size: 18px;
    
    color: #F68D20;
}

.ck-margin .row .ck-whole-wrap {
    margin-bottom: 40px;
}

.ck-load-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
position: relative;
}


.ck-load-btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.320156px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F68D20;
    border-left: 8px solid #F68D20;
    text-decoration: none;
    padding: 14px 70px 14px 30px;

}
/* .ck-load-btn a:hover{
    background-color: #F68D20;
    border: 1px solid #F68D20;
    color: #F68D20;
} */
.ck-grey-order .ck-load-btn a{
    padding: 14px 50px 14px 10px;
}
.ck-reverse{
    margin-top: -26px;
    padding-left: 100px;
}
.ck-icon{
    width: 17px;
    height: 17px;

}
.ck-icon img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.ck-react{
    width: 24px;
height: 24px;
}
.ck-react img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* .ck-reverse{
    width: 17px;
    height: 7px;
}
.ck-reverse img{
    height: 100%;
    width: 100%;
    object-fit: contain;
} */

@media screen and (max-width: 1200px){
    .ck-search{
        padding: 40px 32px 40px 32px;
    }
    .ck-margin{
        padding: 0px 32px 0px 32px;
    }
    .ck-text{
        padding-left: 32px;
        padding-right: 16px;
    }
}
    
@media screen and (max-width: 992px){
    .ck-image-wrap{
        max-width: 100%;
    }
}
@media screen and (max-width: 576px){
    .ck-search{
        padding: 20px 16px 20px 16px;
    }
    .ck-margin{
        padding: 0px 16px 0px 16px;
    }
    .ck-text{
        padding-left: 16px;
    }
    .ck-margin .row .ck-whole-wrap {
        margin-bottom: 20px;
    }
    .ck-load-btn {
    
        margin-bottom: 40px;
}
}