﻿.bg-arama {
    background: url(/images/bg.jpg);
    min-height: 550px;
    background-size: cover;
    background-position: center;
}
.aramadis {
    position:absolute;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
}

/*@media (min-width: 992px) {
    .bg-arama {
        background-position: center center;
    }
}*/
@media (max-width: 991px) {
    /*.bg-arama {
        background: none;
        min-height: 460px;
    }*/
    .aramadis {
        position: relative;
        left: 0;
        top: 50px;
        transform: none;
    }
}

#aramaic {
    background-color: rgb(255 255 255 / 60%); /* #58585a94;
    border-top-right-radius: 40px; */
    backdrop-filter: blur(3px);
}

.daterangepicker td.in-range {
    background-color: #b5f4be;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #39b54a;
    border-color: transparent;
    color: #fff;
}

#kamp .card {
    border-start-end-radius: 50px!important;
    min-height: 50px;
}
#kamp .card img {
    border-start-end-radius: 50px !important;
}

.chosen-time {
    max-width: 100px;
}
section.dudp__calendar-header {
    display: none;
}

.dcalendarpicker .dudp__cal-container .dudp__calendar {
    transform: none;
}

@media only screen and (min-width: 992px) {
    .dcalendarpicker .dudp__cal-container {
        width: 568px;
    }

    .dcalendarpicker .dudp__wrapper {
        top: 250px !important;
        bottom: unset;
    }
}

@media only screen and (max-width: 992px) {
    .dcalendarpicker .dudp__cal-container .dudp__calendar-views {
        margin-top: -290px;
    }

    .dcalendarpicker .dudp__cal-container .dudp__calendar-views {
        width: 284px;
    }
}
.bgh1 .divbg, .bgh2 .divbg, .bgh3 .divbg {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 80%);
    height: 100%;
    position: relative;
}
.divtxt {
    position: absolute;
    bottom: 0;
    padding: 0 35px;
}
.divtxt h6 {
    color: white!important;
}
    .divtxt p {
        font-size: 14px;
    }
.bgh1 {
    background-image: url(/images/rent-a-car-group-rental-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
    color: white;
}
.bgh2 {
    background-image: url(/images/airport-transfer-rent-a-car.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
    color: white;
}
.bgh3 {
    background-image: url(/images/oscar-rent-a-car-baby-child-seat.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
    color: white;
}