body {
    background-image: url("../img/body-bg.png");
    color: #fff;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

p {
    margin: 0;
}

.landing-sec .container {
    max-width: 85% !important;
}

.banner-title h1 {
    font-size: 38px;
}

header .navbar-brand {
    padding: 20px 0;
}

.banner-img img {
    height: 750px;
}

.banner-text {
    color: #fff;
}
.color-fff{
    color: #fff !important;
}
.font-600{
    font-weight: 600;
}
.banner-title p{
    color: rgba(255, 255, 255, 0.8);
}

.banner-text .banner-title {
    position: relative;
}

.banner-text .banner-title::after {
    content: "";
    position: absolute;
    background-color: #ffcd00ed;
    width: 112px;
    height: 8px;
    border-radius: 12px;
}

.about-btn button {
    border: 0;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 22px;
    background-color: #ffcd00;
    color: #000000;
    font-weight: 600;
}

.banner-text p {
    color: rgba(255, 255, 255, 0.5);
}

.start-box {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.start-box h1 {
    font-size: 34px;
}

.color-yellow {
    color: #ffcd00;
}



.start-sec p {
    color: rgba(255, 255, 255, 0.8);
}

.userapp-sec {
    padding: 150px 0 100px 0;
}

.app-list {
    list-style: disc;
    
    padding: 0 !important;
}

.app-list li {
    color: #8e8b8b;
    margin-top: 0;
    line-height: 2;

}
.use-checkdin .app-list li{
    line-height: 1.5;
}

ul {
    list-style: none !important;
    /* Remove default bullets */
}

/* .app-list li::before {
    content: "\2022";
    color: #ffcd01;
    font-size: 21px;
   font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;

} */

footer {
    padding: 100px 0;
    background: #000000;
}

footer p {
    color: rgba(255, 255, 255, 0.5);
}

.bg-black {
    background-color: #000000;
    padding: 0 0 20px 0;
}
.bg-black a {
    text-decoration: none;
}

.bg-black p {
    color: rgba(255, 255, 255, 0.5);
}

.start-box img {
    width: 80px;
    height: 80px;
}

.bg-black a {
    color: rgba(255, 255, 255, 0.9);
}

.slider-box {
    background-color: #332f1a;
    display: flex !important;
    align-items: center;
    border-radius: 12px;

}

.slider-para {
    font-size: 20px;
    padding: 15px 0;
}

.slider-description {
    font-size: 18px;
    padding-right: 30px;
}

.slider-title {
    font-size: 42px;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    content: "";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 12px;
}

.slick-dots .slick-active button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    content: "";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 26px;
    height: 5px;
    background: #fff;
    border-radius: 12px;
}


.start-sec .start-sec-p {
    color: rgba(255, 255, 255, 0.5) !important;
    padding-bottom: 80px;
}
.start-sec {
    margin-top: 140px;
}
/* Discover sec */
.discover-sec{
    background-image: url("../img/discover-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 100px 0;
}


/* Responsive Design  */

@media screen and (max-width: 1399px) {
    .banner-img img {
        height: 400px;
    }

    .banner-title h1 {
        font-size: 34px;
    }

    .mt-5 {
        margin-top: 40px !important;
    }

    .banner-text h1 {
        font-size: 34px;
    }

    .google-img-box img {
        width: 130px;
    }



    .google-img-box.mt-5 {
        margin-top: 15px !important;
    }



    .start-box h1 {
        font-size: 26px !important;
    }

    .start-box img {
        width: 70px;
        height: 70px;
    }

    .start-box {
        padding: 25px 15px;
    }

    .start-sec h1 {
        font-size: 30px;
    }

    .userapp-sec h1 {
        font-size: 34px;
    }

    .userapp-sec {
        padding: 100px 0 70px 0;
    }

    .slider-para {
        font-size: 17px;
        padding: 15px 0;
    }

    .slider-description {
        font-size: 15px;
        padding: 0 0 20px 0;
    }

    .slider-title {
        font-size: 32px;
        padding: 20px 0 0 0;
    }

    .slider-box img {
        width: 329px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .banner-img img {
        height: 230px;
        /* width: 260px; */
    }

    .banner-text h1 {
        font-size: 22px;
    }

    .banner-text .banner-title::after {
        height: 5px;
        width: 67px;
    }

    .banner-sec {
        padding: 23px 0;
    }

    .google-img-box img {
        width: 100px;
    }

    .about-btn button {
        padding: 7px 26px;
        font-size: 14px;
    }

    .mt-4 {
        margin-top: 15px !important;
    }




    .start-box h1 {
        font-size: 18px !important;
        margin: 0;
    }

    .start-box img {
        width: 40px;
        height: 40px;
    }

    .userapp-sec {
        padding: 50px 0;
    }

    .userapp-sec h1 {
        font-size: 24px;
    }

    .app-list li {
        margin-top: 0;
    }

    ul li::before {
        font-size: 17px;
    }

    .app-list {
        margin-top: 10px;
    }

    .contact-box.ms-5 {
        margin-left: 0 !important;
        margin-top: 40px;
    }

    .footer-img-box {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .banner-sec {
        padding: 0;
    }

    header .navbar-brand {
        padding: 10px 0;
    }

    header .navbar-brand img {
        width: 140px;
    }

    .banner-img img {
        margin-bottom: 32px;
        height: 189px;
    }



    .mb-3 {
        margin-bottom: 10px !important;
    }

    .mt-5 {
        margin-top: 20px !important;
    }

    .banner-img {
        text-align: end !important;
    }

    .about-sec img {
        height: 200px;
    }



    .about-sec .banner-text {
        text-align: start;
    }

    .about-sec .about-btn {
        text-align: start;
    }

    footer {
        padding: 50px 0 30px 0;

    }

    .about-sec {
        padding: 40px 0 0 0;
    }

    .banner-text p {
        font-size: 14px;
    }

    .footer-img-box img {
        width: 124px;
        object-fit: cover;
    }

    .mb-4 {
        margin-bottom: 11px !important;
    }

    .banner-img {
        text-align: center !important;
    }


}


@media screen and (max-width: 576px) {
    .userapp-sec .banner-img {
        text-align: start !important;
    }

    .footer-img-box .ms-5 {
        margin-left: 0 !important;
    }
}

h2 {
    font-size: 34px;
}