/* home page style */
.home-page-cover-text {
    z-index: 3;
    width: 80vw;
    text-align: center;
}
.home-page-cover-text h1 {
    font-size: 60px;
    transition: all ease 0.3s;
}
.home-page-cover-text h1:hover {
    letter-spacing: 2px;
}
.home-page-cover-text p {
    width: 60%;
}
.service-card {
    max-height: 320px;
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
    background-image: linear-gradient(to left, #153C81, #153C81);
}
.service-card-2 {
    max-height: 320px;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
    background-image: linear-gradient(to right, #153C81, #153C81);
}
.service-card-img-container {
    height: 350px;
    /* width: 350px; */
}

.service-card-img {
    height: 320px;
    width: 320px;
    object-fit: cover;
    transition-property: all;
    transition-timing-function: ease-in;
    transition-duration: 0.3s;
}
/* .service-card:hover .service-card-img,
.service-card-2:hover .service-card-img {
    height: 350px;
} */
.service-card-img:hover {
    height: 350px;
    width: 350px;
}

/* choose us style */
.choose-us {
    background-image: url("../images/home/choose-us/choose-us-cover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 880px;
}
.choose-us-container {
    margin-bottom: 50px;
    justify-content: center;
    position: relative;
}

.choose-us-image {
    border-radius: 50%;
    transition: all 0.3s ease-in;
    z-index: 9;
}
.choose-us-image img {
    object-fit: contain;
    width: 100%;
    border-radius: 50%;
    transition: all 0.3s ease-in;
}
.choose-us-txt-1 {
    width: 375px;
    height: 50px;
    text-align: justify;
    overflow: hidden;
    transition: all 0.3s ease-in;
    z-index: 3;
}
.choose-us-txt-part-1,
.choose-us-txt-part-2 {
    position: absolute;
    top: -20px;
    padding: 30px 30px;
    width: 375px;
    height: 0px;
    opacity: 0;
    border-radius: 20px;
    text-align: justify;
    overflow: hidden;
    transition: all 0.3s ease-in;
    z-index: 1;
}

.choose-us-txt-part-2 {
    right: -30px;
}
.choose-us-txt-part-1 {
    left: -30px;
}

.choose-us-container:hover .choose-us-txt-part-1,
.choose-us-container:hover .choose-us-txt-part-2 {
    height: 300px;
    background-color: #1c1c1caf;
    opacity: 1;
}
.choose-us-container:hover .choose-us-image img {
    transform: scale(1.05);
    /* filter: hue-rotate(3.142rad); */
}
.choose-us-container:hover .choose-us-txt-1 {
    opacity: 0;
}
.choose-us-container:hover .choose-us-image {
    height: 300px;
}

/* luxuru fleet */
.luxuru-fleet-title-1 {
    position: relative;
    color: white;
    background-color: #1c1c1c;
    border-radius: 50px;
    /* overflow: hidden; */
}
.luxuru-fleet-title-2 {
    display: none;
}
.luxuru-fleet-title-1::before {
    position: absolute;
    background-color: transparent;
    text-align: center;
    content: " ";
    width: 87px;
    height: 81px;
    top: -8px;
    left: -87px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 49px 39px 0 0 #1c1c1c;
}
.luxuru-fleet-title-1::after {
    position: absolute;
    background-color: transparent;
    text-align: center;
    content: " ";
    width: 87px;
    height: 81px;
    top: -8px;
    right: -87px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: -49px 39px 0 0 #1c1c1c;
    overflow: hidden;
}
.luxuru-fleet-cover {
    background-image: url("../images/home/luxury-cover.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 450px;
    position: relative;
}
.luxuru-fleet-cover-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.luxuru-fleet-cover-svg svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 200px;
}

.luxuru-fleet-card {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.luxuru-fleet-card img {
    height: 275px;
    object-fit: cover;
}
.luxuru-fleet-card-body {
    background-color: #3651a7;
    color: white;
    height: 100%;
    /* max-height: 180px; */
}
.luxuru-fleet-card-body a {
    text-decoration: none;
    color: white;
}
.luxuru-fleet-card-footer {
    background-color: #1c1c1c;
    color: white;
    text-align: center;
    padding: 7px 0px;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    transition: all ease 0.3s;
}
.luxuru-fleet-card-footer a {
    text-decoration: none;
    color: white;
    transition: all ease 0.3s;
}
.luxuru-fleet-card-footer:hover {
    background-color: #1e73be;
    color: white;
}
.luxuru-fleet-card-footer:hover a {
    letter-spacing: 2px;
}
.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
}
.slick-prev {
    transform: rotate(180deg);
}

/* home css responsive */
@media screen and (max-width: 688px) {
    /* home page style  */
    .home-page-cover-text {
        top: 28px !important;
        left: 0px !important;
        transform: scale(0.8) !important;
    }
    .home-page-cover-text {
        text-align: left;
        width: 100%;
    }
    .home-page-cover-text h1 {
        font-size: 32px;
    }
    .home-page-cover-text p {
        width: 100%;
        font-size: smaller;
    }
    .slider-1 img {
        transform: scale(0.8);
        height: fit-content;
        margin: auto;
    }
    .our-services {
        font-size: xx-large;
    }
    .service-card {
        max-height: 224px;
        margin-right: 5px;
        margin-left: 5px;
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
    }
    .service-card-2 {
        max-height: 224px;
        margin-right: 5px;
        margin-left: 5px;
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
        background-image: linear-gradient(to left, #3651a7, #1e73be);
    }
    .service-card-txt {
        transform: scale(0.7);
        padding: 0;
        text-align: start !important;
    }
    .service-card-img-container {
        height: 224px;
        /* width: 179x; */
    }
    .service-card-img {
        height: 224px;
        max-width: 179px;
        object-fit: cover;
        border-left: 10px solid #1080ca !important;
        border-right: 10px solid #1080ca !important;
    }
    .service-card-img:hover {
        height: 224px;
    }
    .slick-dots li button:before {
        font-size: 75px;
        content: "-";
        color: #1080ca;
    }
    .slick-dots li.slick-active button:before {
        color: #1080ca;
    }

    /* luxuru fleet style */
    .luxuru-fleet-title-1 {
        display: none;
    }
    .luxuru-fleet-title-2 {
        display: block;
    }
    .luxuru-fleet-cover {
        height: 100%;
        background-size: cover;
    }
    .luxuru-fleet-cover-svg svg {
        height: 100px;
    }
    .luxuru-fleet-card-body p {
        transform: scale(0.8);
    }
    .luxuru-fleet-card-body h4 {
        transform: scale(0.8);
    }
    .safe-checkout img {
        object-fit: cover;
    }
}

/* medium device */
@media screen and (min-width: 689px) and (max-width: 992px) {
    /* home page style  */
    .home-page-cover-text {
        left: 0 !important;
        transform: scale(0.8) !important;
    }
    .home-page-cover-text {
        text-align: left;
        width: 90%;
    }
    .home-page-cover-text h1 {
        font-size: 42px;
    }
    .home-page-cover-text p {
        width: 100%;
    }
    .slider-1 img {
        transform: scale(0.8);
        height: fit-content;
        margin: auto;
    }
    .our-services {
        font-size: xx-large;
    }
    .service-card {
        max-height: 224px;
        margin-right: 5px;
        margin-left: 5px;
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
    }
    .service-card-2 {
        max-height: 224px;
        margin-right: 5px;
        margin-left: 5px;
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
        background-image: linear-gradient(to left, #3651a7, #1e73be);
    }
    .service-card-txt {
        padding: 0;
        text-align: start !important;
    }
    .service-card-img-container {
        height: 224px;
        /* max-width: 179px; */
    }
    .service-card-img {
        height: 224px;
        max-width: 179px;
        object-fit: cover;
        border-left: 10px solid #1080ca !important;
        border-right: 10px solid #1080ca !important;
    }
    .service-card-img:hover {
        height: 224px;
    }
    .slick-dots li button:before {
        font-size: 75px;
        content: "-";
        color: #1080ca;
    }
    .slick-dots li.slick-active button:before {
        color: #1080ca;
    }

    /* luxuru fleet style */
    .luxuru-fleet-cover-svg svg {
        height: 150px;
    }
    .luxuru-fleet-title-1 {
        display: none;
    }
    .luxuru-fleet-title-2 {
        display: block;
    }
    .luxuru-fleet-card-body p {
        transform: scale(0.8);
    }
    .luxuru-fleet-card-body h4 {
        transform: scale(0.8);
    }
    .safe-checkout img {
        object-fit: cover;
    }
}

@media screen and (min-width: 1600px) {
    .service-card {
        max-height: 369px;
    }
    .service-card-2 {
        max-height: 369px;
    }
    .service-card-img-container {
        height: 390px;
    }
    .service-card-img {
        height: 369px;
        width: 369px;
    }

    .service-card-img:hover {
        height: 390px;
        width: 390px;
    }
    .choose-us {
        height: 990;
    }
}
