 @import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One&family=Bebas+Neue&family=Cardo:wght@400;700&family=Cormorant+SC:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300&family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One&family=Bebas+Neue&family=Cardo:wght@400;700&family=Cormorant+SC:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300&family=Ubuntu+Condensed&display=swap');



 * {
     margin: 0;
     padding: 0;
     transition: 0.5s;
     box-sizing: border-box;
     object-fit: cover;
     text-transform: uppercase;
     font-family: 'Alumni Sans Collegiate One', sans-serif;
     font-family: 'Bebas Neue', cursive;
     font-family: 'Cardo', serif;
     font-family: 'Cormorant SC', serif;
     font-family: 'Roboto Condensed', sans-serif;
     font-family: 'Source Sans Pro', sans-serif;
 }




 :root {
     --blue: #667eea !important;
     --gray: rgb(172, 172, 172);
     --white: rgb(226, 226, 226);
     --black: rgb(29, 27, 27);
     --para: rgb(52, 40, 40);
     --red: rgb(191, 1, 1);
     --border: rgb(150, 149, 149);
 }



 /* header section  */
 header {
     width: 100%;
     height: 100vh;
     position: relative;
     text-align: center;

 }

 header .header-poster {
     width: 100%;
     height: 100%;
 }

 header .header-poster img {
     object-fit: cover;
     width: 100%;
     height: 100%;



 }


 header .navbar {
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 2;
     padding: 8px;
 }

 header .navbar .container-fluid .logo-sec {
     display: flex;
     justify-content: center;
     align-items: flex-end;
     width: 250px;
 }

 header .navbar .container-fluid .logo-sec img {
     width: 100%;
     margin: 5px;
 }


 header .navbar .container-fluid .logo-sec .logo-con {
     display: flex;
     flex-direction: column;
     text-align: end;
 }

 header .navbar .container-fluid .logo-sec .logo-con h3 {
     font-size: 20px;
     font-weight: bolder;
     color: var(--blue);
 }



 header .navbar .container-fluid .logo-sec .logo-con h3 span {
     font-size: 15px;
     color: var(--gray);
     position: relative;
     font-family: Mansalva, cursive;
     font-weight: bolder;
     justify-content: center;
 }

 header .slider-pic {
     position: absolute;
     bottom: 0;
     width: 100%;
 }

 header .navbar .container-fluid .collapse ul li a {
     color: var(--blue);
     font-weight: bolder;
 }

 header .slider-pic img {
     width: 100%;
 }

 header .header-content {
     position: absolute;
     text-align: justify;
     top: 50%;
     left: 30%;
     transform: translate(-50%, -50%);
     padding-left: 30px;
     border-left: 8px solid var(--blue);

 }

 header .header-content i {
     color: var(--white);
     font-size: 60px;
     margin: 20px;
 }

 header .header-content h4 {
     color: var(--white);
     margin: 20px;

 }


 header .header-content h1 {
     color: var(--blue);
     margin: 20px;
     font-weight: bolder;
     font-size: 60px;
     text-shadow: 2px 3px var(--black);
     -webkit-text-stroke: 2px var(--white);
 }

 header .header-content h5 {
     color: var(--white);
     margin: 20px;
     font-size: 30px;
 }

 /* --------------------HOME ABOUT SECTION  ---------------------------*/

 .home-about {
     display: flex;
     flex-direction: column;
     text-align: center;
     padding: 30px 30px 0 30px;

 }

 .home-grid {
     display: flex;
     flex-direction: column;
     text-align: center;
     margin-bottom: 100px;

 }

 .home-about .home-about-title {
     margin-bottom: 20px;
 }

 .home-about .home-about-title h1 {
     font-weight: bolder;
     color: var(--blue);
 }

 .home-about .home-about-title p {
     line-height: 25px;
     text-transform: capitalize;
     color: var(--para);
 }

 .home-about .home-about-content {
     display: flex;
     justify-content: space-between;
 }

 .home-about .home-about-content .about-other {
     width: 49%;
     text-align: justify;
     position: relative;
 }

 .home-about .home-about-content .home-about-img img {
     width: 100%;
     height: 100%;
 }

 .home-about .home-about-content h4 {
     font-family: 'Alumni Sans Collegiate One', sans-serif;
     font-family: 'Bebas Neue', cursive;
     font-family: 'Cardo', serif;
     font-family: 'Cormorant SC', serif;
     font-family: 'Roboto Condensed', sans-serif;
     font-family: 'Ubuntu Condensed', sans-serif;
     font-weight: bolder;
     color: var(--gray);
 }

 .home-about .home-about-content h4 span {
     color: var(--blue);
 }

 .home-about .home-about-content h2 {
     font-weight: bolder;
     font-size: 1.5rem;
 }



 /* india tour section  */

 .home-about .home-about-content .home-gallery {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
     gap: 1rem;
 }

 .home-about .home-about-content .home-gallery img:hover {
     opacity: 50%;
 }

 .home-about .home-about-content .home-img-content p {
     text-transform: initial;
 }

 .home-about .home-about-content .home-img-content .about-list {
     display: flex;
     justify-content: space-around;
     margin-top: 20px;
 }

 .home-about .home-about-content .home-img-content .about-list .first-list ul li {
     list-style: none;
     font-weight: bolder;
     color: var(--blue);
 }


 .home-about .home-about-content .home-img-content .about-list .first-list ul li:not(:last-child) {
     margin-bottom: 30px;

 }

 .home-about .home-about-content .home-img-content .about-list .first-list ul li::before {
     content: "\2714";
     margin-right: 20px;
     color: var(--black);
 }


 .mem {
     margin: 50px auto;
     text-align: center;
 }

 .mem a {
     width: 150px;
     text-decoration: none;
     display: inline-block;
     margin: 0 10px;
     padding: 12px 0;
     color: var(--blue);
     border: 0.5px solid var(--blue);
     border-radius: 10px;
     position: relative;
     z-index: 2;
     transition: color 0.5s;
 }

 .mem a span {
     width: 0px;
     height: 100%;
     background: var(--blue);
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 10px;
     z-index: -1;
     transition: 0.5s;
 }

 .mem a:hover {
     color: var(--white);
     text-decoration: none;
 }

 .mem a:hover span {
     width: 100%;
 }



 /* -----------------------HOME SERVICES ----------------------------------------------- */


 .home-services {
     display: flex;
     flex-direction: column;
     text-align: center;
     margin: 100px 3% 50px 3%;

 }

 .home-services .vehi-info {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
     gap: 1.5rem;
     box-sizing: border-box;
 }


 .home-services .vehi-info .home-services-vehi .services-img {
     width: 100% ;
     height: 80%;
 }

 .home-services .vehi-info .home-services-vehi:hover {
     cursor: pointer;
 }

 .home-services .vehi-info .home-services-vehi .services-img img {
     width: 80%;
     height: 80%;
 }

 .home-services .home-ser-title {
     margin-bottom: 30px;
 }

 .home-services .home-ser-title h1 {
     font-weight: bolder;
     color: var(--blue);

 }

 .home-services .home-ser-title h1 span {
     font-weight: bolder;
     color: var(--gray);
 }

 .home-services .home-ser-title P {
     color: var(--gray);
     font-weight: bolder;
 }

 .home-services .home-ser-title h3 {
     font-weight: bold;
 }

 .home-services .vehi-info .home-services-vehi .services-img h3 {
     font-weight: bolder;
     font-size: 20px;
     color: var(--para);
     transition: 0.5s;
 }

 .home-services .vehi-info .home-services-vehi .services-img:hover h3 {
     color: var(--blue);

 }

 /* -----------------------CARS SERVICES ----------------------------------------------- */


 .cars {
     display: flex;
     flex-direction: column;
     text-align: center;
     margin: 100px 0 0 0;
     padding: 20px;
     background-color: var(--blue);
     height: 600px;
 }

 .cars .vehi-info {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
     gap: 10px;
     box-sizing: border-box;

 }

 .cars .vehi-info .home-services-vehi .services-img {
     width: 100%;
     height: 80%;
 }

 .cars .vehi-info .home-services-vehi:hover {

     cursor: pointer;
 }

 .cars .vehi-info .home-services-vehi .services-img img {
     width: 80%;
     height: 80%;
 }

 .cars .home-ser-title {
     margin-bottom: 30px;
 }

 .cars .home-ser-title h1 {
     font-weight: bolder;
     color: var(--white);
 }

 .cars .home-ser-title h1 span {
     font-weight: bolder;
     color: var(--white);
 }

 .cars .home-ser-title P {
     color: var(--white);
     line-height: 10px;
     text-transform: initial;
 }

 .cars .home-ser-title h3 {
     font-weight: bold;
 }

 .cars .vehi-info .home-services-vehi .services-img h3 {
     font-weight: bolder;
     font-size: 20px;
     color: var(--white);
     transition: 0.5s;
 }

 .cars .vehi-info .home-services-vehi .services-img:hover h3 {
     color: var(--white);

 }

 .cars .vehi-info .home-services-vehi .services-img p {
     color: var(--white);
     text-transform: initial;
     margin-bottom: 1px;
     text-align: justify;
 }

 /*----------------------------------------- Address section -------------------------------------------------- */

 .home-address {
     display: flex;
     justify-content: space-between;
     background-color: var(--blue);
     align-items: center;
 }

 .home-address .address-info {
     display: flex;
     padding: 7px;
 }

 .home-address .address-info a {
     text-decoration: none;
     color: var(--white);
     margin: 5px;
     transition: 0.5s;
     font-size: 8px;
 }

 .home-address .address-info a:hover {
     color: var(--red);
 }


 /*---------------------------------------- cOUNTER -------------------------------------------------- */
 .container {
     text-align: center;
     margin-top: 50px !important;
 }

 .container .home-ser-title {
     margin-bottom: 20px;
 }

 .container .home-ser-title h1 {
     color: var(--blue);
     font-weight: bolder;
 }

 .container .home-ser-title p {
     font-weight: bolder;
 }

 .container .home-ser-title h1 span {
     color: var(--gray);
 }

 .container .row .four:hover .counter-box {
     background-color: var(--blue);
     cursor: pointer;
 }

 .container .row .four:hover .counter-box span,
 .container .row .four:hover .counter-box p {
     color: var(--white);
 }

 /* ----------------------REVIEWERS SECTION -------------------------------------- */

 .reviewers {
     width: 100%;
 }

 .reviewers .testimonial h1 {
     font-weight: bolder;
     color: var(--blue);
 }

 .reviewers .testimonial h1 span {
     color: var(--gray);
 }

 .reviewers .testimonial p {
     color: var(--para);
     font-weight: bolder;
 }

 .reviewers .reviewers-sec {
     display: flex;
     justify-content: space-between;
 }

 .reviewers .reviewers-sec .reviewers-content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: justify;
     margin: 20px;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     padding: 10px;
     border-radius: 15px;
 }

 .reviewers .reviewers-sec .reviewers-content .symbol {
     margin-bottom: 10px;
 }

 .reviewers .reviewers-sec .reviewers-content .symbol i {
     color: var(--blue);
 }

 .reviewers .reviewers-sec .reviewers-content img {
     width: 50px;
     height: 50px;
     border-radius: 50%;

 }


 .reviewers .reviewers-sec .reviewers-content h3 {
     font-weight: bolder;
     color: var(--blue);
 }

 .reviewers .reviewers-sec .reviewers-content h5 {
     color: var(--gray);
 }


 .reviewers .reviewers-sec .reviewers-content p {
     color: var(--para);
     font-size: 14px;
     text-transform: initial;
 }



 /*--------------------Counter Section------*/
 .container {
     margin-top: 100px;
     margin-bottom: 100px;
 }

 .counter-box {
     display: block;
     background: #f6f6f6;
     padding: 40px 20px 37px;
     text-align: center
 }

 .counter-box p {
     margin: 5px 0 0;
     padding: 0;
     color: #909090;
     font-size: 18px;
     font-weight: 500;
 }

 .counter-box i {
     font-size: 60px;
     margin: 0 0 15px;
     color: #d2d2d2;
 }

 .counter {
     display: block;
     font-size: 32px;
     font-weight: 700;
     color: #666;
     line-height: 28px;
 }

 .counter-box.colored {
     background: var(--blue);
 }

 .counter-box.colored p,
 .counter-box.colored i,
 .counter-box.colored .counter {
     color: #fff
 }

 /*-------------------Counter section end------------------------*/

 /* footer section  */

 footer .footers-contents {
     display: flex;
     margin: 0%;
     margin-top: 0;
     justify-content: space-between;
     padding: 10px;
     background-color: var(--blue);
 }

 footer .footers-contents .footer-boxs {
     width: 22%;
     text-align: justify;
 }

 footer .footers-contents .footer-logo {
     display: flex;
     text-align: end;
     padding: 10px;
     height: auto;
 }

 footer .footers-contents .footer-logo img {
     width: 100%;
     height: 60px;
     border-radius: 5px;
 }

 footer .footers-contents .footer-logo h3 {
     font-weight: bolder;
     color: var(--white);
     font-size: medium;
 }

 footer .footers-contents .footer-logo h3 span {
     font-size: 10px;
     color: var(--white);
 }

 footer .footers-contents .footer-boxs h3 {
     font-weight: bolder;
     color: var(--white);
 }

 footer .footers-contents .footer-boxs h3 span {
     color: var(--white);
 }

 footer .footers-contents .quick-link .box-content {
     display: flex;
     flex-direction: column;
 }

 footer .footers-contents .footer-boxs .foot-locate h5 {
     font-weight: bolder;
     font-size: 1.2rem;
     margin: 10px 0 10px 0;
 }

 footer .footers-contents .footer-boxs .foot-locate a {
     text-decoration: none;
 }

 footer .footers-contents .footer-boxs .foot-locate a:hover p {
     color: var(--red);
 }

 footer .footers-contents .footer-boxs .foot-locate p {
     color: white;
     text-transform: initial;
     font-size: 14px;
 }

 footer .footers-contents .quick-link .box-content ul li {
     margin: 20px 0 20px 0;
 }

 footer .footers-contents .quick-link .box-content a {
     text-decoration: none;
     color: white;
     transition: 0.5s;
     font-weight: bolder;
 }

 footer .footers-contents .quick-link .box-content a:hover {
     color: var(--red);
 }

 footer .footers-contents .footer-boxs .address-sec h5 {
     font-weight: bolder;
 }


 .bottom-sec {
     text-align: center;
 }

 .bottom-sec p {
     font-weight: bolder;
 }

 .bottom-sec p a {
     text-decoration: none;
     color: var(--blue);
 }

 .bottom-sec p a:hover {
     color: var(--red);
 }

 li::marker {
     color: var(--white);
 }



 /* -----------------------message section ----------------------------------------------- */
 .message-sec-title {
     text-align: center;
 }

 .message-sec-titles {
    text-align: start;
}

.message-sec-titles .message-titles {
    margin-bottom: 30px;
    text-align: start;
}

 .message-sec-title .message-title h1 {
     font-weight: bolder;
     color: var(--blue);
 }

 .message-sec-title .message-title h1 span {
     color: var(--black);
 }

 .message-sec-titles .message-titles h5 {
    font-weight: bolder;
    color: var(--blue);
}

.message-sec-titles .message-titles h5 span {
    color: var(--black);
}

.message-sec-titles .message-titles p{
    text-align: start;
     font-weight: bolder;
     margin-bottom: 3px;
     font-size: 17px;
}

.message-sec-titles .message-titles a{
    text-align: start;
     font-weight: bolder;
     margin-bottom: 3px;
     font-size: 17px;
     text-decoration: none !important;
     color: black !important;
}

 .message-sec-title .message-title p {
     text-transform: inherit;
     font-weight: bolder;
 }

 .message-sec {
     display: flex;
     justify-content: space-evenly;
     align-items: flex-start;
     width: 100%;
     height: 60vh;
     margin-bottom: 3%;

 }


 .message-sec .message-content {
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     position: relative;
     background-color: var(--black);
 }

 .message-sec .message-content img {
     width: 100%;
     height: 100%;
     opacity: 50%;

 }

 .message-sec .message-content p {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: var(--white);
 }

 .message-sec-title .visitors {
     display: flex;
     justify-content: space-evenly;
     position: relative;
     background: transparent;
     margin-top: -15%;
     cursor: pointer;
 }

 .message-sec-title .visitors .visitors-details {
     width: 30%;
     height: 50vh;
     position: relative;
     overflow: hidden;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     border-radius: 10px;

 }

 .message-sec-title .visitors .visitors-details img {
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     border-radius: 10px;
 }

 .message-sec-title .visitors .visitors-details .mt-div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background-color: black;
    opacity: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .message-sec-title .visitors .visitors-details .mt-div i{
    color: var(--white);
    opacity: 100%;
    position: relative;
    font-size: 100px;
    
  
 }
 .message-sec-title .visitors .visitors-details .visitors-content {
     width: 100%;
     height: 100%;
     position: absolute;
     background-color: var(--white);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 20px;
     left: 50%;
     bottom: -100%;
     transform: translate(-50%);
     transition: 1s;
     border-radius: 10px;
 }


 .message-sec-title .visitors .visitors-details:hover .visitors-content {
     bottom: 0;
 }

 .message-sec-title .visitors .visitors-details .visitors-content h4 {
     font-weight: bolder;
     color: var(--blue);
 }

 .message-sec-title .visitors .visitors-details .visitors-content h4 span {
     color: var(--black);
 }

 .message-sec-title .visitors .visitors-details .visitors-content p {
     text-transform: capitalize;
 }


 /* ------------------Arrow Section -------------------------------------- */



 .arrow-sec {
     position: fixed;
     bottom: 1px;
     right: 20px;
     padding: 20px;
     border: none;
     border-radius: 10px;
     cursor: pointer;
     opacity: 70%;
 }


 a .arrow-sec i {
     font-size: 30px;
     color: var(--white);
     transition: 2s;
 }

 a .arrow-sec:hover i {
     color: var(--light);
 }



 /* -------------------------Call section ---------------------------------------------------------- */

 .call-secs {
    position: fixed;
    bottom: 50px;
    left: 20px;
    border: none;
    padding: 20px;
    background: var(--blue);
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
}


a .call-secs i {
    font-size: 30px;
    color: var(--white);
    transition: 2s;
}

a .call-secs:hover i {
    color: var(--light);
}

 .call-sec {
     position: fixed;
     bottom: 30px;
     left: 20px;
     border: none;
     padding: 20px;
     background: var(--blue);
     border-radius: 10px;
     cursor: pointer;
     opacity: 70%;
 }


 a .call-sec i {
     font-size: 30px;
     color: var(--white);
     transition: 2s;
 }

 a .call-sec:hover i {
     color: var(--light);
 }


 .faq .title {
     font-size: 2rem;
     text-align: center;
     font-weight: bolder;
     color: var(--blue);
     margin-top: 80px;
     margin-bottom: 40px;
   
 }

 
 .faq .title span{
    color: var(--gray);
 }


 .questions-container {
     max-width: 800px;
     margin: 0 auto;
 }

 .question {
     border-bottom: 1px solid #fff;
 }

 .question button {
     width: 100%;
     background-color: var(--blue);
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px 15px;
     border: none;
     outline: none;
     font-size: 20px;
     color: #fff;
     font-weight: 700;
     cursor: pointer;
 }

 .question p {
     font-size: 17px;
     max-height: 0;
     opacity: 0;
     text-transform: initial;
     line-height: 1.5;
     overflow: hidden;
     transition: all 0.6s ease;
 }

 .d-arrow {
     transition: transform 0.5s ease-in;
     color: #fff;
 }

 /*add this class when click*/

 .question p.show {
     max-height: 200px;
     opacity: 1;
     padding: 0px 15px 30px 15px;
 }

 .question button .d-arrow.rotate {
     transform: rotate(180deg);
 }































 @media screen and (max-width:320px) {

    /* footer  */

    .call-sec {
        position: fixed;
        bottom: 30px;
        left: 20px;
        border: none;
        padding: 20px;
        background: var(--blue);
        border-radius: 10px;
        cursor: pointer;
        opacity: 70%;
    }
   
   
    a .call-sec i {
        font-size: 15px;
        color: var(--white);
        transition: 2s;
    }
   
    a .call-sec:hover i {
        color: var(--light);
    }
   
    

 .arrow-sec {
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 20px;
    border: none;
    background: var(--blue);
    border-radius: 10px;
    cursor: pointer;
    opacity: 70%;
}


a .arrow-sec i {
    font-size: 15px;
    color: var(--white);
    transition: 2s;
}

a .arrow-sec:hover i {
    color: var(--light);
}




     /* header section  */
     header {
         width: 100%;
         height: 70vh;
         position: relative;
         text-align: center;

     }

     header .header-poster {
         width: 100%;
         height: 100%;
     }

     header .header-poster img {
         object-fit: cover;
         width: 100%;
         height: 100%;
         z-index: -2;


     }


     header .navbar {
         position: absolute;
         top: 0;
         width: 100%;
         z-index: 2;
     }

     header .navbar .container-fluid .logo-sec {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 50%;
     }

     header .navbar .container-fluid .logo-sec img {
         width: 100%;
         margin: 5px;
     }


     header .navbar .container-fluid .logo-sec .logo-con {
         display: flex;
         flex-direction: column;
         text-align: end;
     }

     header .navbar .container-fluid .logo-sec .logo-con h3 {
         font-size: 13px;
         font-weight: bolder;
         color: var(--blue);
     }



     header .navbar .container-fluid .logo-sec .logo-con h3 span {
         font-size: 10px;
         color: var(--gray);
         position: relative;
         font-family: Mansalva, cursive;
         font-weight: bolder;
     }

     header .slider-pic {
         position: absolute;
         bottom: 0;
         width: 100%;
     }

     header .navbar .container-fluid .collapse ul {
         text-align: justify;
     }

     header .navbar .container-fluid .collapse ul li a {
         color: var(--blue);
         font-weight: bolder;
     }

     header .slider-pic img {
         width: 100%;
     }

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 13px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 20px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 15px;
     }

     /* --------------------HOME ABOUT SECTION  ---------------------------*/

     .home-about {
         display: flex;
         flex-direction: column;
         text-align: justify;
         padding: 20px;

     }

     .home-about .home-about-title h1 {
         font-weight: bolder;
         color: var(--blue);
     }

     .home-about .home-about-title p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     .home-about .home-about-content {
         display: flex;
         flex-direction: column;
     }

     .home-about .home-about-content .about-other {
         width: 100%;
         text-align: justify;
         position: relative;
         margin-bottom: 3%;
     }

     .home-about .home-about-content .home-about-img img {
         width: 100%;
         height: 100%;
     }

     .home-about .home-about-content h4 {
         font-family: 'Alumni Sans Collegiate One', sans-serif;
         font-family: 'Bebas Neue', cursive;
         font-family: 'Cardo', serif;
         font-family: 'Cormorant SC', serif;
         font-family: 'Roboto Condensed', sans-serif;
         font-family: 'Ubuntu Condensed', sans-serif;
         font-weight: bolder;
         color: var(--gray);
     }

     .home-about .home-about-content h4 span {
         color: var(--blue);
     }

     .home-about .home-about-content h2 {
         font-weight: bolder;
         font-size: 1rem;
         color: var(--gray);
     }

     .home-about .home-about-content p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     /* india tour section  */
     .home-about .home-about-content .home-gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(7rem, 0.8fr));
         gap: 1rem;
     }
     .home-about .home-about-content .home-img-content .about-list {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 20px;
    }
   

     .home-about .home-about-content .home-img-content .about-list .first-list ul {
         padding-left: 0;
     }

     .home-about .home-about-content .home-img-content .about-list .first-list ul li {
         list-style: none;
         font-weight: bolder;
         color: var(--blue);
         font-size: 14px;
     }


     .home-about .home-about-content .home-img-content .about-list .first-list ul li:not(:last-child) {
         margin-bottom: 15px;

     }

     .home-about .home-about-content .home-img-content .about-list .first-list ul li::before {
         content: "\2705";
         margin-right: 10px;
         color: var(--blue);
     }



     /*----------------------------------------- Address section -------------------------------------------------- */

     .home-address {
         display: flex;
         flex-direction: column;
         background-color: var(--blue);
         text-align: center;
     }

     .home-address .address-info {
         display: flex;
         flex-direction: column;
         padding: 10px;

     }

     .home-address .address-info a {
         text-decoration: none;
         color: var(--white);
         margin: 0px;
         font-size: 10px;
     }

     .home-address .address-info a:hover {
         color: var(--para);
     }

     /* -----------------------CARS SERVICES ----------------------------------------------- */


     .cars {
         display: flex;
         flex-direction: column;
         text-align: center;
         margin: 2%;
         padding: 10px;
         background-color: var(--blue);
         height: 700px;
     }

     .cars .vehi-info {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
         gap: 1.5rem;
         box-sizing: border-box;

     }

     .cars .vehi-info .home-services-vehi .services-img {
         width: 100% auto;
         height: 80%;
     }

     .cars .vehi-info .home-services-vehi:hover {
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
         cursor: pointer;
     }

     .cars .vehi-info .home-services-vehi .services-img img {
         width: 80%;
         height: 70%;
     }

     .cars .home-ser-title {
         margin-bottom: 30px;
     }

     .cars .home-ser-title h1 {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title h1 span {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title P {
         color: var(--white);
         line-height: 10px;
     }

     .cars .home-ser-title h3 {
         font-weight: bold;
     }

     .cars .vehi-info .home-services-vehi .services-img h3 {
         font-weight: bolder;
         font-size: 20px;
         color: var(--white);
         transition: 0.5s;
     }

     .cars .vehi-info .home-services-vehi .services-img:hover h3 {
         color: var(--white);

     }

     .cars .vehi-info .home-services-vehi .services-img p {
         color: var(--white);
     }


     /* -----------------------message section ----------------------------------------------- */

     .message-sec {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         align-items: flex-start;
         width: 100%;
         height: auto;
         margin-bottom: 3%;

     }


     .message-sec .message-content {
         width: 100%;
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         position: relative;
         margin-bottom: 10px;
     }

     .message-sec .message-content img {
         width: 100%;
         height: 100%;

     }

     .message-sec .message-content p {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         color: var(--white);
     }

     .message-sec .message-form {
         width: 100%;
         height: 100%;
         position: relative;
         padding: 0 0 0 0;
         background: rgb(237, 237, 237);
         text-align: center;

     }

     .message-sec .message-form h3 {
         color: var(--blue);
         font-weight: bolder;
     }

     .message-sec .message-form h3 span {
         color: var(--black);
     }


     .message-sec .message-form form fieldset input {
         width: 80%;
         margin-bottom: 15px;
         border-radius: 5px;
         border: 0.1px solid var(--border);
         padding: 5px;
         height: 30px;
         font-size: 15px;

     }

     .message-sec .message-form form fieldset textarea {
         width: 80%;
         height: 10vh;
         border-radius: 5px;
         border: 0.1px solid var(--border);
         padding: 5px;
     }



     /* footer section  */

     footer .footers-contents {
         display: flex;
         flex-direction: column;
         margin: 0%;
         margin-top: 0;
         justify-content: center;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 100%;
         text-align: justify;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         text-align: end;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 60px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;
         color: var(--white);
         font-size: medium;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;
         color: var(--gray);
     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;
         color: var(--white);
     }

     footer .footers-contents .footer-boxs h3 span {
         color: var(--gray);
     }

     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;
         color: var(--black);
         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }


     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: 20px;
         padding: 0 10px 0 10px;
     }

     .message-sec-title .visitors .visitors-details {
         width: 100%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: none;
         margin-bottom: 30px;
     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -120%;
         transform: translate(-50%);
         transition: 1s;

     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         margin-top: 40px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
     }



 }


 @media screen and (min-width:321px) and (max-width:425px) {

     /* header section  */
     header {
         width: 100%;
         height: 50vh;
         position: relative;
         text-align: center;

     }

     header .header-poster {
         width: 100%;
         height: 100%;
     }

     header .header-poster img {
         object-fit: cover;
         width: 100%;
         height: 100%;



     }


     header .navbar {
         position: absolute;
         top: 0;
         width: 100%;
     }

     header .navbar .container-fluid .logo-sec {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 50%;
     }

     header .navbar .container-fluid .logo-sec img {
         width: 100%;
         margin: 5px;
     }


     header .navbar .container-fluid .logo-sec .logo-con {
         display: flex;
         flex-direction: column;
         text-align: end;
     }

     header .navbar .container-fluid .logo-sec .logo-con h3 {
         font-size: 13px;
         font-weight: bolder;
         color: var(--blue);
     }



     header .navbar .container-fluid .logo-sec .logo-con h3 span {
         font-size: 10px;
         color: var(--gray);
         position: relative;
         font-family: Mansalva, cursive;
         font-weight: bolder;
     }

     header .slider-pic {
         position: absolute;
         bottom: 0;
         width: 100%;
     }

     header .navbar .container-fluid .collapse ul {
         text-align: justify;
     }

     header .navbar .container-fluid .collapse ul li a {
         color: var(--blue);
         font-weight: bolder;
     }

     header .slider-pic img {
         width: 100%;
     }

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin-left: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 13px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 20px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 15px;
     }

     /* --------------------HOME ABOUT SECTION  ---------------------------*/

     .home-about {
         display: flex;
         flex-direction: column;
         text-align: justify;
         padding: 20px;

     }

     .home-about .home-about-title h1 {
         font-weight: bolder;
         color: var(--blue);
     }

     .home-about .home-about-title p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     .home-about .home-about-content {
         display: flex;
         flex-direction: column;
     }

     .home-about .home-about-content .about-other {
         width: 100%;
         text-align: justify;
         position: relative;
         margin-bottom: 3%;
     }

     .home-about .home-about-content .home-about-img img {
         width: 100%;
         height: 100%;
     }

     .home-about .home-about-content h4 {
         font-family: 'Alumni Sans Collegiate One', sans-serif;
         font-family: 'Bebas Neue', cursive;
         font-family: 'Cardo', serif;
         font-family: 'Cormorant SC', serif;
         font-family: 'Roboto Condensed', sans-serif;
         font-family: 'Ubuntu Condensed', sans-serif;
         font-weight: bolder;
         color: var(--gray);
     }

     .home-about .home-about-content h4 span {
         color: var(--blue);

     }

     .home-about .home-about-content h2 {
         font-weight: bolder;
         font-size: 1rem;
         color: var(--gray);
     }

     .home-about .home-about-content p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     /*----------------------------------------- Address section -------------------------------------------------- */

     .home-address {
         display: flex;
         flex-direction: column;
         background-color: var(--blue);
         text-align: center;
     }

     .home-address .address-info {
         display: flex;
         flex-direction: column;
         padding: 10px;

     }

     .home-address .address-info a {
         text-decoration: none;
         color: var(--white);
         margin: 0px;
         font-size: 10px;
     }

     .home-address .address-info a:hover {
         color: var(--para);
     }

     /* india tour section  */
     .home-about .home-about-content .home-gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(7rem, 0.8fr));
         gap: 1rem;
     }

     .home-about .home-about-content .home-img-content .about-list .first-list ul {
         padding-left: 0;
     }

     .home-about .home-about-content .home-img-content .about-list .first-list ul li {
         list-style: none;
         font-weight: bolder;
         color: var(--blue);
         font-size: 12px;
     }


     .home-about .home-about-content .home-img-content .about-list .first-list ul li:not(:last-child) {
         margin-bottom: 15px;

     }

     .home-about .home-about-content .home-img-content .about-list .first-list ul li::before {
         content: "\2705";
         margin-right: 10px;
         color: var(--blue);
     }




     /* -----------------------CARS SERVICES ----------------------------------------------- */


     .cars {
         display: flex;
         flex-direction: column;
         text-align: center;
         margin: 2%;
         padding: 10px;
         background-color: var(--blue);
         height: 840px;
     }

     .cars .vehi-info {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
         gap: 1.5rem;
         box-sizing: border-box;

     }

     .cars .vehi-info .home-services-vehi .services-img {
         width: 100% auto;
         height: 80%;
     }

     .cars .vehi-info .home-services-vehi:hover {
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
         cursor: pointer;
     }

     .cars .vehi-info .home-services-vehi .services-img img {
         width: 80%;
         height: 70%;
     }

     .cars .home-ser-title {
         margin-bottom: 30px;
     }

     .cars .home-ser-title h1 {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title h1 span {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title P {
         color: var(--white);
         line-height: 10px;
     }

     .cars .home-ser-title h3 {
         font-weight: bold;
     }

     .cars .vehi-info .home-services-vehi .services-img h3 {
         font-weight: bolder;
         font-size: 20px;
         color: var(--white);
         transition: 0.5s;
     }

     .cars .vehi-info .home-services-vehi .services-img:hover h3 {
         color: var(--white);

     }

     .cars .vehi-info .home-services-vehi .services-img p {
         color: var(--white);
     }


     /* -----------------------message section ----------------------------------------------- */

     .message-sec {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         align-items: flex-start;
         width: 100%;
         height: auto;
         margin-bottom: 3%;

     }


     .message-sec .message-content {
         width: 100%;
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         position: relative;
         margin-bottom: 10px;
     }

     .message-sec .message-content img {
         width: 100%;
         height: 100%;

     }

     .message-sec .message-content p {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         color: var(--white);
     }

     .message-sec .message-form {
         width: 100%;
         height: 100%;
         position: relative;
         padding: 0 0 0 0;
         background: rgb(237, 237, 237);
         text-align: center;

     }

     .message-sec .message-form h3 {
         color: var(--blue);
         font-weight: bolder;
     }

     .message-sec .message-form h3 span {
         color: var(--black);
     }


     .message-sec .message-form form fieldset input {
         width: 80%;
         margin-bottom: 15px;
         border-radius: 5px;
         border: 0.1px solid var(--border);
         padding: 5px;
         height: 30px;
         font-size: 15px;

     }

     .message-sec .message-form form fieldset textarea {
         width: 80%;
         height: 10vh;
         border-radius: 5px;
         border: 0.1px solid var(--border);
         padding: 5px;
     }

     /* footer section  */

     footer .footers-contents {
         display: flex;
         flex-direction: column;
         margin: 0%;
         margin-top: 0;
         justify-content: center;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 100%;
         text-align: justify;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         text-align: end;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 60px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;
         color: var(--white);
         font-size: medium;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;
         color: var(--gray);
     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;
         color: var(--white);
     }

     footer .footers-contents .footer-boxs h3 span {
         color: var(--gray);
     }

     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;
         color: var(--black);
         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }


     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: 20px;
         padding: 0 10px 0 10px;
     }

     .message-sec-title .visitors .visitors-details {
         width: 100%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: none;
         margin-bottom: 30px;
     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -120%;
         transform: translate(-50%);
         transition: 1s;

     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         margin-top: 40px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
     }


 }


 @media screen and (min-width:426px) and (max-width:600px) {

     /* header section  */
     header {
         width: 100%;
         height: 100vh;
         position: relative;
         text-align: center;

     }

     header .header-poster {
         width: 100%;
         height: 100%;
     }

     header .header-poster img {
         object-fit: cover;
         width: 100%;
         height: 100%;



     }


     header .navbar {
         position: absolute;
         top: 0;
         width: 100%;
     }

     header .navbar .container-fluid .logo-sec {
         display: flex;
         justify-content: center;
         align-items: center;
     }

     header .navbar .container-fluid .logo-sec img {
         width: 100%;
         margin: 5px;
     }


     header .navbar .container-fluid .logo-sec .logo-con {
         display: flex;
         flex-direction: column;
         text-align: end;
     }

     header .navbar .container-fluid .logo-sec .logo-con h3 {
         font-size: 13px;
         font-weight: bolder;
         color: var(--blue);
     }



     header .navbar .container-fluid .logo-sec .logo-con h3 span {
         font-size: 10px;
         color: var(--gray);
         position: relative;
         font-family: Mansalva, cursive;
         font-weight: bolder;
     }

     header .slider-pic {
         position: absolute;
         bottom: 0;
         width: 100%;
     }

     header .navbar .container-fluid .collapse ul {
         text-align: justify;
     }

     header .navbar .container-fluid .collapse ul li a {
         color: var(--blue);
         font-weight: bolder;
     }

     header .slider-pic img {
         width: 100%;
     }

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 19px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 30px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 25px;
     }

     /* --------------------HOME ABOUT SECTION  ---------------------------*/

     .home-about {
         display: flex;
         flex-direction: column;
         text-align: justify;
         padding: 20px;

     }

     .home-about .home-about-title h1 {
         font-weight: bolder;
         color: var(--blue);
     }

     .home-about .home-about-title p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     .home-about .home-about-content {
         display: flex;
         flex-direction: column;
     }

     .home-about .home-about-content .about-other {
         width: 100%;
         text-align: justify;
         position: relative;
         margin-bottom: 3%;
     }

     .home-about .home-about-content .home-about-img img {
         width: 100%;
         height: 100%;
     }

     .home-about .home-about-content h4 {
         font-family: 'Alumni Sans Collegiate One', sans-serif;
         font-family: 'Bebas Neue', cursive;
         font-family: 'Cardo', serif;
         font-family: 'Cormorant SC', serif;
         font-family: 'Roboto Condensed', sans-serif;
         font-family: 'Ubuntu Condensed', sans-serif;
         font-weight: bolder;
         color: var(--gray);
     }

     .home-about .home-about-content h4 span {
         color: var(--blue);
     }

     .home-about .home-about-content h2 {
         font-weight: bolder;
         font-size: 1rem;
         color: var(--gray);
     }

     .home-about .home-about-content p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     /*----------------------------------------- Address section -------------------------------------------------- */

     .home-address {
         display: flex;
         flex-direction: column;
         background-color: var(--blue);
         text-align: center;
     }

     .home-address .address-info {
         display: flex;
         flex-direction: column;
         padding: 10px;

     }

     .home-address .address-info a {
         text-decoration: none;
         color: var(--white);
         margin: 0px;
         font-size: 10px;
     }

     .home-address .address-info a:hover {
         color: var(--para);
     }

     /* india tour section  */
     .home-about .home-about-content .home-gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(10rem, 0.8fr));
         gap: 1rem;
     }

     /* -----------------------CARS SERVICES ----------------------------------------------- */


     .cars {
         display: flex;
         flex-direction: column;
         text-align: center;
         margin: 2%;
         padding: 10px;
         background-color: var(--blue);
         height: 850px;
     }

     .cars .vehi-info {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
         gap: 1.5rem;
         box-sizing: border-box;

     }

     .cars .vehi-info .home-services-vehi .services-img {
         width: 100% auto;
         height: 80%;
     }

     .cars .vehi-info .home-services-vehi:hover {
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
         cursor: pointer;
     }

     .cars .vehi-info .home-services-vehi .services-img img {
         width: 80%;
         height: 70%;
     }

     .cars .home-ser-title {
         margin-bottom: 30px;
     }

     .cars .home-ser-title h1 {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title h1 span {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title P {
         color: var(--white);
         line-height: 10px;
     }

     .cars .home-ser-title h3 {
         font-weight: bold;
     }

     .cars .vehi-info .home-services-vehi .services-img h3 {
         font-weight: bolder;
         font-size: 20px;
         color: var(--white);
         transition: 0.5s;
     }

     .cars .vehi-info .home-services-vehi .services-img:hover h3 {
         color: var(--white);

     }

     .cars .vehi-info .home-services-vehi .services-img p {
         color: var(--white);
     }




     /* -----------------------message section ----------------------------------------------- */

     .message-sec {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         align-items: flex-start;
         width: 100%;
         height: auto;
         margin-bottom: 3%;

     }


     .message-sec .message-content {
         width: 100%;
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         position: relative;
         margin-bottom: 10px;
     }

     .message-sec .message-content img {
         width: 100%;
         height: 100%;

     }

     .message-sec .message-content p {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         color: var(--white);
     }

     .message-sec .message-form {
         width: 100%;
         height: 100%;
         position: relative;
         padding: 0 0 0 0;
         background: rgb(237, 237, 237);
         text-align: center;

     }

     .message-sec .message-form h3 {
         color: var(--blue);
         font-weight: bolder;
     }

     .message-sec .message-form h3 span {
         color: var(--black);
     }


     .message-sec .message-form form fieldset input {
         width: 80%;
         margin-bottom: 15px;
         border-radius: 5px;
         border: 0.1px solid var(--border);
         padding: 5px;
         height: 30px;
         font-size: 15px;

     }

     .message-sec .message-form form fieldset textarea {
         width: 80%;
         height: 10vh;
         border-radius: 5px;
         border: 0.1px solid var(--border);
         padding: 5px;
     }

     /* footer section  */

     footer .footers-contents {
         display: flex;
         flex-direction: column;
         margin: 0%;
         margin-top: 0;
         justify-content: center;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 100%;
         text-align: justify;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         text-align: end;
         margin: 2%;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 60px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;
         color: var(--white);
         font-size: medium;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;
         color: var(--gray);
     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;
         color: var(--white);
     }

     footer .footers-contents .footer-boxs h3 span {
         color: var(--gray);
     }

     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;
         color: var(--black);
         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }


     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         flex-direction: column;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: 20px;
         padding: 0 10px 0 10px;
     }

     .message-sec-title .visitors .visitors-details {
         width: 100%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: none;
         margin-bottom: 30px;
     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -120%;
         transform: translate(-50%);
         transition: 1s;

     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         margin-top: 40px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
     }


 }

 @media screen and (min-width:601px) and (max-width:768px) {

     /* header section  */
     header {
         width: 100%;
         height: 80vh;
         position: relative;
         text-align: center;

     }

     header .header-poster {
         width: 100%;
         height: 100%;
     }

     header .header-poster img {
         object-fit: cover;
         width: 100%;
         height: 100%;



     }


     header .navbar {
         position: absolute;
         top: 0;
         width: 100%;
     }

     header .navbar .container-fluid .logo-sec {
         display: flex;
         justify-content: center;
         align-items: center;
     }

     header .navbar .container-fluid .logo-sec img {
         width: 100%;
         margin: 5px;
     }


     header .navbar .container-fluid .logo-sec .logo-con {
         display: flex;
         flex-direction: column;
         text-align: end;
     }

     header .navbar .container-fluid .logo-sec .logo-con h3 {
         font-size: 13px;
         font-weight: bolder;
         color: var(--blue);
     }



     header .navbar .container-fluid .logo-sec .logo-con h3 span {
         font-size: 10px;
         color: var(--gray);
         position: relative;
         font-family: Mansalva, cursive;
         font-weight: bolder;
     }

     header .slider-pic {
         position: absolute;
         bottom: 0;
         width: 100%;
     }

     header .navbar .container-fluid .collapse ul {
         text-align: justify;
     }

     header .navbar .container-fluid .collapse ul li a {
         color: var(--blue);
         font-weight: bolder;
     }

     header .slider-pic img {
         width: 100%;
     }

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 19px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 30px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 25px;
     }

     /* --------------------HOME ABOUT SECTION  ---------------------------*/

     .home-about {
         display: flex;
         flex-direction: column;
         text-align: justify;
         padding: 20px;

     }

     .home-about .home-about-title h1 {
         font-weight: bolder;
         color: var(--blue);
     }

     .home-about .home-about-title p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     .home-about .home-about-content {
         display: flex;
         flex-direction: column;
     }

     .home-about .home-about-content .about-other {
         width: 100%;
         text-align: justify;
         position: relative;
         margin-bottom: 3%;
     }

     .home-about .home-about-content .home-about-img img {
         width: 100%;
         height: 100%;
     }

     .home-about .home-about-content h4 {
         font-family: 'Alumni Sans Collegiate One', sans-serif;
         font-family: 'Bebas Neue', cursive;
         font-family: 'Cardo', serif;
         font-family: 'Cormorant SC', serif;
         font-family: 'Roboto Condensed', sans-serif;
         font-family: 'Ubuntu Condensed', sans-serif;
         font-weight: bolder;
         color: var(--gray);
     }

     .home-about .home-about-content h4 span {
         color: var(--blue);
     }

     .home-about .home-about-content h2 {
         font-weight: bolder;
         font-size: 1rem;
         color: var(--gray);
     }

     .home-about .home-about-content p {
         line-height: 25px;
         font-weight: bold;
         color: var(--para);
     }

     /*----------------------------------------- Address section -------------------------------------------------- */

     .home-address {
         display: flex;
         flex-direction: column;
         background-color: var(--blue);
         text-align: center;
     }

     .home-address .address-info {
         display: flex;
         flex-direction: column;
         padding: 10px;

     }

     .home-address .address-info a {
         text-decoration: none;
         color: var(--white);
         margin: 0px;
         font-size: 10px;
     }

     .home-address .address-info a:hover {
         color: var(--para);
     }



     /* -----------------------CARS SERVICES ----------------------------------------------- */


     .cars {
         display: flex;
         flex-direction: column;
         text-align: center;
         margin: 2%;
         padding: 10px;
         background-color: var(--blue);
         height: 500px;
     }

     .cars .vehi-info {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
         gap: 1.5rem;
         box-sizing: border-box;

     }

     .cars .vehi-info .home-services-vehi .services-img {
         width: 100% auto;
         height: 80%;
     }

     .cars .vehi-info .home-services-vehi:hover {
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
         cursor: pointer;
     }

     .cars .vehi-info .home-services-vehi .services-img img {
         width: 80%;
         height: 70%;
     }

     .cars .home-ser-title {
         margin-bottom: 30px;
     }

     .cars .home-ser-title h1 {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title h1 span {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title P {
         color: var(--white);
         line-height: 10px;
     }

     .cars .home-ser-title h3 {
         font-weight: bold;
     }

     .cars .vehi-info .home-services-vehi .services-img h3 {
         font-weight: bolder;
         font-size: 20px;
         color: var(--white);
         transition: 0.5s;
     }

     .cars .vehi-info .home-services-vehi .services-img:hover h3 {
         color: var(--white);

     }

     .cars .vehi-info .home-services-vehi .services-img p {
         color: var(--white);
     }

     /* footer section  */

     footer .footers-contents {
         display: flex;
         flex-direction: column;
         margin: 0%;
         margin-top: 0;
         justify-content: center;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 100%;
         text-align: justify;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         text-align: end;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 100px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;
         color: var(--white);
         font-size: medium;
         font-size: 1.5rem;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;
         color: var(--gray);
     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;
         color: var(--white);
     }

     footer .footers-contents .footer-boxs h3 span {
         color: var(--gray);
     }

     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;
         color: var(--black);
         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }


     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: -10%;
     }

     .message-sec-title .visitors .visitors-details {
         width: 30%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -100%;
         transform: translate(-50%);
         transition: 1s;
     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         font-size: 12px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
         font-size: 10px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content .mem {
         margin: 0;
     }



 }

 @media screen and (min-width:769px) and (max-width:992px) {

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 19px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 40px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 25px;
     }

     /* india tour section  */
     .home-about .home-about-content .home-gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
         gap: 1rem;
     }

     /* -----------------------CARS SERVICES ----------------------------------------------- */


     .cars {
         display: flex;
         flex-direction: column;
         text-align: center;
         margin: 2%;
         padding: 10px;
         background-color: var(--blue);
         height: 800px;
     }

     .cars .vehi-info {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(15rem, 2fr));
         gap: 1.5rem;
         box-sizing: border-box;

     }

     .cars .vehi-info .home-services-vehi .services-img {
         width: 100% auto;
         height: 80%;
     }

     .cars .vehi-info .home-services-vehi:hover {
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
         cursor: pointer;
     }

     .cars .vehi-info .home-services-vehi .services-img img {
         width: 80%;
         height: 70%;
     }

     .cars .home-ser-title {
         margin-bottom: 30px;
     }

     .cars .home-ser-title h1 {
         font-weight: bolder;
         color: var(--blue);
     }

     .cars .home-ser-title h1 span {
         font-weight: bolder;
         color: var(--white);
     }

     .cars .home-ser-title P {
         color: var(--white);
         line-height: 10px;
     }

     .cars .home-ser-title h3 {
         font-weight: bold;
     }

     .cars .vehi-info .home-services-vehi .services-img h3 {
         font-weight: bolder;
         font-size: 20px;
         color: var(--white);
         transition: 0.5s;
     }

     .cars .vehi-info .home-services-vehi .services-img:hover h3 {
         color: var(--white);

     }

     .cars .vehi-info .home-services-vehi .services-img p {
         color: var(--white);
     }


     /* footer section  */

     footer .footers-contents {
         display: flex;
         flex-direction: row;
         margin: 0%;
         margin-top: 0;
         justify-content: space-between;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 23%;
         text-align: justify;
         margin: 2%;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         flex-direction: column;
         text-align: end;
         padding: 0;
         margin: 3% 0 0 0;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 45px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;

         font-size: medium;
         font-size: 11px;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;

     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;

     }



     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;

         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }

     footer .footers-contents .footer-boxs iframe {
         width: 200px;
         height: 200px;
     }


     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: -10%;
     }

     .message-sec-title .visitors .visitors-details {
         width: 30%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -100%;
         transform: translate(-50%);
         transition: 1s;
     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         font-size: 12px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
         font-size: 10px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content .mem {
         margin: 0;
     }




 }

 @media screen and (min-width:993px) and (max-width:1024px) {

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 19px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 40px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 25px;
     }

     /* india tour section  */
     .home-about .home-about-content .home-gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(12rem, 0.1fr));
         gap: 1rem;
     }


     /* footer section  */

     footer .footers-contents {
         display: flex;
         margin-top: 0;
         justify-content: space-between;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 23%;
         text-align: justify;
         margin: 2%;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         flex-direction: column;
         text-align: end;
         padding: 0;
         margin: 3% 0 0 0;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 45px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;
         color: var(--white);
         font-size: medium;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;
         color: var(--gray);
     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;
         color: var(--white);
     }

     footer .footers-contents .footer-boxs h3 span {
         color: var(--gray);
     }

     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;
         color: var(--black);
         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }

     footer .footers-contents .footer-boxs .foot-locate p {
         color: rgb(128, 191, 255);
         text-transform: initial;
         font-size: 10px;
     }


     footer .footers-contents .footer-boxs iframe {
         width: 200px;
         height: 200px;
     }

     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: -10%;
     }

     .message-sec-title .visitors .visitors-details {
         width: 30%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -100%;
         transform: translate(-50%);
         transition: 1s;
     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         font-size: 18px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
         font-size: 14px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content .mem {
         margin: 0;
     }


 }

 @media screen and (min-width:1025px) and (max-width:1280px) {

     header .header-content {
         position: absolute;
         top: 50%;
         left: 50%;
         width: 90%;
         padding-left: 10px;
         margin: 10px;
         transform: translate(-50%, -50%);

     }

     header .header-content i {
         color: var(--white);
         font-size: 40px;
         margin: 20px;
     }

     header .header-content h4 {
         color: var(--white);
         margin: 20px;
         font-size: 19px;
     }


     header .header-content h1 {
         color: var(--blue);
         margin: 20px;
         -webkit-text-stroke: 0.5px var(--white);
         font-size: 50px;
         font-weight: bolder;
         text-shadow: 2px 3px var(--black);
     }

     header .header-content h5 {
         color: var(--white);
         margin: 20px;
         font-size: 25px;
     }

     /* india tour section  */
     .home-about .home-about-content .home-gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(13.5rem, 0.1fr));
         gap: 1rem;
     }

     /* footer section  */

     footer .footers-contents {
         display: flex;
         margin-top: 0;
         justify-content: space-between;
         padding: 10px;
     }

     footer .footers-contents .footer-boxs {
         width: 23%;
         text-align: justify;
         margin: 2%;
     }

     footer .footers-contents .footer-logo {
         display: flex;
         flex-direction: column;
         text-align: end;
         padding: 0;
         margin: 3% 0 0 0;
     }

     footer .footers-contents .footer-logo img {
         width: 100%;
         height: 45px;
     }

     footer .footers-contents .footer-logo h3 {
         font-weight: bolder;

         font-size: medium;
     }

     footer .footers-contents .footer-logo h3 span {
         font-size: 10px;

     }

     footer .footers-contents .footer-boxs h3 {
         font-weight: bolder;

     }


     footer .footers-contents .quick-link .box-content {
         display: flex;
         flex-direction: column;
     }

     footer .footers-contents .quick-link .box-content a {
         text-decoration: none;
         margin-bottom: 10px;
         font-weight: bold;
         transition: 0.5s;
     }

     footer .footers-contents .quick-link .box-content a:hover {
         color: var(--red);
     }

     footer .footers-contents .footer-boxs .address-sec h5 {
         font-weight: bolder;
     }

     footer .footers-contents .footer-boxs iframe {
         width: 200px;
         height: 200px;
     }


     /* ----------------tour package details --------------------------------------------- */


     .message-sec-title .visitors {
         display: flex;
         justify-content: space-evenly;
         position: relative;
         background: transparent;
         margin-top: -10%;
     }

     .message-sec-title .visitors .visitors-details {
         width: 30%;
         height: 50vh;
         position: relative;
         overflow: hidden;
         box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

     }

     .message-sec-title .visitors .visitors-details img {
         width: 100%;
         height: 100%;
         position: absolute;
         left: 0;
         top: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content {
         width: 100%;
         height: 100%;
         position: absolute;
         background-color: var(--white);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         padding: 20px;
         left: 50%;
         bottom: -100%;
         transform: translate(-50%);
         transition: 1s;
     }


     .message-sec-title .visitors .visitors-details:hover .visitors-content {
         bottom: 0;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 {
         font-weight: bolder;
         color: var(--blue);
         font-size: 18px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content h4 span {
         color: var(--black);
     }

     .message-sec-title .visitors .visitors-details .visitors-content p {
         text-transform: capitalize;
         font-size: 14px;
     }

     .message-sec-title .visitors .visitors-details .visitors-content .mem {
         margin: 0;
     }



 }






































 /* 


@media screen and (max-width:320px) {
    
}


@media screen and (min-width:321px) and (max-width:425px) {
    
}


@media screen and (min-width:426px) and (max-width:600px) {
    
}

@media screen and (min-width:601px) and (max-width:768px) {
    
}

@media screen and (min-width:769px) and (max-width:992px) {
    
}

@media screen and (min-width:993px) and (max-width:1024px) {
    
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    
}


 */


.radio-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    user-select: none; 
  }
    
  .trip-type {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  .radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
  }
  
  .radio-container input:checked ~ .radio-checkmark {
    background-color: #4CAF50;
  }
  
  .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .radio-container input:checked ~ .radio-checkmark:after {
    display: block;
  }
  
  .radio-container .radio-checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; 
  }
  
    .steps {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
      position: relative;
    }
    .steps::before {
      content: '';
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      height: 3px;
      background: white;
      z-index: 1;
    }
    .step {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: white;
      color: #08a344;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      position: relative;
      z-index: 2;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)
    }
    .step.active {
      background: white;
      color: #764ba2;
      transform: scale(1.1);
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .step.completed {
      background: #4CAF50;
      color: white;
    }
    .step-content {
      display: none;
      animation: fadeIn 0.5s ease;
    }
    .step-content.active {
      display: block;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .field-group {
      margin-bottom: 20px;
      position: relative;
    }
    .field-group label {
      font-weight: 600;
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      color: white;
      font-size: 15px;
    }
    .field-group label span.icon {
      margin-right: 10px;
      font-size: 18px;
    }
    input, select {
      width: 100%;
      padding: 14px 15px;
      border: none;
      border-radius: 10px;
      font-size: 15px;
      background: rgba(255,255,255,0.9);
      transition: all 0.3s ease;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    input:focus, select:focus {
      outline: none;
      background: white;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
    .suggestions {
      position: absolute;
      background: white;
      border-radius: 0 0 10px 10px;
      width: 100%;
      max-height: 150px;
      overflow-y: auto;
      z-index: 1000;
      list-style: none;
      padding: 0;
      margin-top: -5px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .suggestions li {
      padding: 12px 15px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .suggestions li:hover {
      background-color: #f0f0f0;
    }
    .price {
      font-weight: bold;
      color: white;
      font-size: 20px;
      text-align: center;
      margin: 25px 0;
      text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    .car-image {
      text-align: center;
      margin-bottom: 20px;
    }
    .car-image img {
      width: 100%;
      max-height: 180px;
      object-fit: contain;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }
    .car-image img:hover {
      transform: scale(1.02);
    }
    button {
      width: 100%;
      padding: 15px;
      background: linear-gradient(to right, #4CAF50, #2E8B57);
      color: white;
      font-size: 16px;
      font-weight: 600;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      margin-top: 10px;
    }
    button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
    button:disabled {
      background: rgba(255,255,255,0.3);
      cursor: not-allowed;
      transform: none;
      box-shadow: none;
    }
    .nav-buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
    }
    .nav-buttons button {
      width: 48%;
    }
 
    .nav-buttons button.secondary:hover {
      background: rgba(255,255,255,0.3);
    }
    #map {
      height: 200px;
      width: 100%;
      border-radius: 15px;
      margin-top: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      border: 3px solid white;
    }
    .car-options {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 15px;
    }
    .car-option {
      flex: 1 1 calc(33.333% - 10px);
      min-width: 120px;
      background: rgba(255,255,255,0.9);
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }
    .car-option:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    }
    .car-option.selected {
      background: #4CAF50;
      color: white;
      box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
    }
    .car-option img {
      width: 100%;
      height: 70px;
      object-fit: contain;
      margin-bottom: 10px;
    }
    .car-option .name {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .car-option .price {
      font-size: 14px;
      color: inherit;
      margin: 0;
      text-shadow: none;
    }
    .summary-item {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,0.2);
      color: white;
    }
    .summary-item:last-child {
      border-bottom: none;
    }
    .summary-item .label {
      font-weight: 600;
    }
    .summary-item .value {
      font-weight: 500;
    }
    .distance-info {
      background: rgba(255,255,255,0.2);
      padding: 15px;
      border-radius: 10px;
      margin-top: 15px;
      color: white;
      text-align: center;
    }
    .distance-info div {
      margin-bottom: 5px;
    }

    

      .booking {
        width: 100%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.18);
        overflow: hidden;
        position: relative;
      }
      .booking::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
        z-index: -1;
      }

      h2 .bookings{
        text-align: center;
        margin-bottom: 25px;
        color: white;
        font-size: 28px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
      }
  
      .bg-lights {
        --bs-bg-opacity: 1;
        background-color: #ffffff !important;
    }

    .floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
  
      .floating-button {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        animation: pulse 1.5s infinite;
      }
  
      .whatsapp-button {
        background-color: #25D366;
      }
  
      .call-button {
        background-color: #34b7f1;
      }
  
      .floating-button img {
        width: 30px;
        height: 30px;
      }
  
      @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4); }
        70% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
        100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
      }

      .rental {
        text-align: center;
        padding: 30px;
    }
    
    
    .rental .rental-title h1 {
        font-weight: bolder;
        color: var(--blue);
    }
    
    .rental .rental-title h1 span {
        color: var(--black);
    }
    
    .rental .rental-para p {
        text-transform: initial;
    }

    .mems {
        margin: 50px auto;
        text-align: center;
    }
   
    .mems a {
        width: 150px;
        text-decoration: none;
        display: inline-block;
        margin: 0 10px;
        padding: 12px 0;
        color: black;
        border: 0.5px solid var(--blue);
        border-radius: 10px;
        position: relative;
        z-index: 2;
        transition: color 0.5s;
    }
   
    .mems a span {
        width: 0px;
        height: 100%;
        background: var(--blue);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
        z-index: -1;
        transition: 0.5s;
    }
   
    .mems a:hover {
        color: #764ba2;
        text-decoration: none;
    }
   
    .mems a:hover span {
        width: 100%;
    }