* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-size: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

header nav p {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

header nav p a {
    text-decoration: none;
}

header nav {
    height: 100px;
}

header nav .collapse p a i {
    color: red;
    margin-right: 10px;
    font-size: 20px;
}

header nav .collapse {
    gap: 10px;
}

header nav .collapse p a {
    color: white;
    transition: all 0.5s linear;
}

header nav .collapse p a:hover {
    color: red;
}

header nav .collapse p a {
    gap: 10px;
    padding-left: 10px;
}

header nav .collapse .btn {
    padding: 10px 30px;
    background: rgb(248, 94, 5);
    color: white;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}

header nav .collapse .btn:hover {
    color: rgb(248, 94, 5);
    background: white;
    border: 2px solid rgb(248, 94, 5);
}

header nav .collapse .btn a {
    text-decoration: none;
    color: white;
}

/* .slider-container section  start */



/* .slider-container section  end */

/* .our-services section start */
.our-services .container .our {
    text-align: center;
}

.our-services .container .card {
    padding-top: 30px;
    border: 0;
}

.our-services .container .card img {
    padding: 20px;
    background: black;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    align-self: center;
}

.our-services .container .card .card-title h3 {
    text-align: center;
    padding-top: 30px;
}

.our-services .container .card .card-title p {
    font-size: 14px;
}

.our-services .container .full-card {
    padding-top: 30px;
}

.our-services .container .full-card {
    padding-left: 20px;
    padding-right: 20px;
}

.our-services .container .full-card .head-card h2 {
    text-align: center;
}

.our-services .container .full-card .head-card h5 {
    padding-bottom: 20px;
    text-align: center;
}

.our-services .container .full-card .head-card p {
    text-align: justify;
    padding: 30px 0px 0px 0px;
}

.our-services .container .full-card .head-card h6 {
    font-weight: 400;
}

.our-services .container .full-card .btn {
    padding: 10px 60px;
    border: 3px solid rgb(248, 94, 5);
    background: #000;
    color: white;
    margin-left: 23%;
    margin-top: 30px;
    border-radius: 50px;
    margin-bottom: 50px;

}

.our-services .container .full-card .btn a {
    color: rgb(248, 94, 5);
    transition: all 0.5s linear;
}

.our-services .container .full-card .btn a:hover {
    color: white;
    text-decoration: none;
}

/* .our-services section end */

/* booking section start */
.booking-container .container .taxi {
    text-align: center;
}

.booking-container .container .taxi h6 {
    color: gray;
}

.booking-container .container .taxi h4 a {
    color: rgb(248, 94, 5);
    text-align: center;
    transition: all 0.5s linear;
}

.booking-container .container .taxi h4 a:hover {
    text-decoration: none;
}

.booking-container .container .btn {
    color: white;
    background: rgb(248, 94, 5);
    box-shadow: none;
    transition: all .5s linear;
    text-decoration: underline;
    font-weight: bolder;
}

.booking-container .container .btn:hover {
    color: rgb(248, 94, 5);
    background: white;
    border: 2px solid rgb(248, 94, 5);
    text-decoration: none;
}

.booking-container .container .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;


}

.booking-container .container .social-icon li {
    list-style: none;
    font-size: 25px;
    gap: 30px;

}

/* booking card start */
.booking-container .container .booking-card {
    padding-top: 30px;
}

.booking-container .container .booking-card {
    padding-left: 20px;
    padding-right: 20px;
    height: 500px;
}

.booking-container .container .booking-card .head-card h2 {
    text-align: center;
    font-weight: 700;
}

.booking-container .container .booking-card .head-card h5 {
    padding-bottom: 20px;
    text-align: center;
}

.booking-container .container .booking-card .head-card p {
    text-align: justify;
    padding: 30px 0px 0px 0px;
}

.booking-container .container .booking-card .head-card h6 {
    font-weight: 400;
}

.booking-container .container .booking-card .btn {
    padding: 10px 60px;
    border: 3px solid rgb(248, 94, 5);
    background: #000;
    color: white;
    margin-left: 20%;
    margin-top: 30px;
    border-radius: 50px;
    margin-bottom: 50px;

}

.booking-container .container .booking-card .btn a {
    color: rgb(248, 94, 5);
    transition: all 0.5s linear;
}

.booking-container .container .booking-card .btn a:hover {
    color: white;
    text-decoration: none;
}

/* booking card end */
/* booking section end */
.banner-container {
    background-image: url('/images/ta.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.banner-container .container h1 {
    color: yellow;
    font-size: 50px;
    font-weight: 800;
    /* text-align: center;
    justify-content: center; */
}

.banner-container .container h2 {
    color: yellow;
    font-size: 60px;
    font-weight: 800;
    /* text-align: center; */
}

.banner-container .container .btn {
    font-size: 30px;
    padding: 20px 60px;
    background-color: rgb(248, 94, 5);
    color: white;
    border-radius: 20px;
    outline: 1px solid yellow;
    transition: .5s linear;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 50px;
}

.banner-container .container .btn:hover {
    color: rgb(248, 94, 5);
    background: white;
    border: 2px solid rgb(248, 94, 5);
    outline: none;
}

.banner-container .container .main {
    text-align: center;
    justify-content: center;

}

/* banner section end */
/* distance section start */
.distance .container h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-style: inherit;
}

.distance .container h2 {
    font-size: 30px;
    font-weight: 700;
    font-style: inherit;
}

.distance .container p {
    color: gray;
    font-size: 18px;
}

.distance .container p strong {
    color: black;
    font-size: 18px;
}

.distance .container ul li {
    color: gray;
    font-size: 18px;
}

.distance .container ul li strong {
    color: black;
    font-size: 18px;
}

/* distance section end */


/* footer start*/
footer {
    background: gray;

}

footer .container-fluid .container h2 {
    color: white;
    font-size: 25px;
    margin-top: 10px;
}

footer .container-fluid .container .social ul li {
    list-style: none;
    font-size: 25px;
    color: white;
}

footer .container-fluid .container .contact ul li {
    list-style: none;
    color: white;
    display: flex;
    text-align: justify;
}

footer .container-fluid .container .contact ul li i {
    font-size: 15px;
    display: flex;

}

footer .container-fluid .etawah p {
    color: white;
    text-align: justify;
}

footer .foo-footer p a {
    color: white;
    font-weight: 600;
}

footer .foo-footer p a:hover {
    color: red;
    text-decoration: none;
}

/* footer end */