/* logo */
img.imglogo {
    height: 75px;
    position: relative;
    left: 65px;
    background-color: aliceblue;
    border-radius: 60px 60px 40px 40px;
}



/* Header Button */
/* Button to open the form */
.open-form-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.open-form-btn:hover {
    background-color: #45a049;
}

/* Form container (hidden by default) */
.form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 350px;
    display: none;
    z-index: 1000;
}

/* Close button (X) */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Form fields styling */
label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

input,
select,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

button.sub {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.sub:hover {
    background-color: #45a049;
}



/* google transtater */

#google_translate_element {
    margin-top: 20px;
}

button.books-btn {
    border-radius: 8px;
}

div#\:0\.targetLanguage {
    background-color: #00d8ff;
    height: 38px;
    width: 158px;
    border-radius: 8px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    position: relative;
    top: 7px;
}



/* section 1 home page */
section#homes {
    padding-top: 223px;
}


/* section 2 home page */
section#service {
    padding-top: 190px;
}

img.carsbustempo {
    width: 100%;
    background-size: cover;
    height: 130px;

}

a.tourtext {
    color: black;
    font-size: 20px;
    /* text-shadow:
          1px 1px #555,     
          -1px 1px #555,   
          1px -1px #555,    
          -1px -1px #555,  
          1px 1px 5px #fff;  */
}




/* section 3 home page */
img.multiplepackegeimage {
    width: 100%;
    height: 150px;
    border-radius: 20px;
    opacity: 0.9;
}

a.packege-title {
    color: black;
    text-shadow:
        1px 1px #fff,
        -1px 1px #fff,
        1px -1px #fff,
        -1px -1px #fff,
        1px 1px 5px #555;
}

.multiple-packege {
    margin-bottom: 10px;
}





/* packages */
.packagess {
    padding: 12px;
    position: relative;
    top: 90px;
}


/* gallary */
.gall {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.gall {
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

.gall:hover {
    filter: brightness(1.1);
}


/* specal offer */
.offer {
    padding-top: 85px;
}

.gallary-header.text-center {
    position: relative;
    padding-top: 20px;
}

#spo1 {
    position: relative;
    background: url(./assets/images/offer/offer3.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
    margin-top: 20px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
}

#spo2 {
    position: relative;
    background: url(./assets/images/offer/offer4.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
    margin-top: 20px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
}

#spo3 {
    position: relative;
    background: url(./assets/images/offer/offer5.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
    margin-top: 20px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
}

#spo4 {
    position: relative;
    background: url(./assets/images/offer/offer6.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
    margin-top: 20px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
}

#spo5 {
    position: relative;
    background: url(./assets/images/offer/offer7.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
    margin-top: 5px;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.5);
}

.special-offers1 {
    position: relative;
    background: url(./assets/images/offer/offer4.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
}

#spe-offe {
    margin-top: 10px;
    position: relative;
    padding-bottom: 42px;
    z-index: -1;
    opacity: 0.7;
}

img.iimm {
    height: 400px;
}

div#spe-text h3,
#spe-text h4,
#spe-text p {
    color: black !important;
    /* font-size: 20px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 30px 0;
}

div#spe-text h3 {
    font-size: 20px;
    font-weight: 800;
}

#spe-text h4 {
    font-size: 15px;
    font-weight: 300;
}

#spe-text p span {
    font-size: 15px;
    font-weight: 300;
}


p.offer-paras {
    color: black !important;
}

.packages-para.special-offer-paras {
    color: black;
}

div#spe-text {
    position: absolute;
    top: 20px;
    left: 17px;
}


.calls {
    background: #00d8ff;
    border: 1px solid #00d8ff;
    width: 120px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.calls:hover {
    color: #fff;
    background: #00d8d5;
    border: 1px solid #00d8d5;
}

/* home page */
.abouts {
    text-align: center;
    font-size: 21px;
}

.aboutss {
    text-align: center;
}

a.add {
    font-size: 23px;
    padding: 15px;
}

.home-txt h2 {
    color: white;
    text-align: center;
    font-size: 45px;
}

button.ours {
    border-radius: 20px;
    margin: 25px;
}

button.ours a {
    padding: 5px;
    border-radius: 20px;
    font-size: 18px;
    /* color: #00d8ff; */
    margin: 3px;
    width: 130px;
    color: black;
}


button.makes {
    border-radius: 20px;
    margin: 25px;
}

button.makes a {
    padding: 5px;
    border-radius: 20px;
    font-size: 17px;
    /* color: #00d8ff; */
    margin: 3px;
    width: 150px;
    color: black;
}


/* video */
.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    /* min-height: 1000px; */
}

#myVideo {
    position: absolute;
    min-width: 100%;
    top: 75px;
    width: 100%;
    height: 750px;
    justify-content: center;
    object-fit: cover;
    z-index: -1;
}

.content {
    color: #f1f1f1;
    /* padding: 10px; */
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}


/* top- destintion */
img.topdestination {
    width: 100%;
    height: 330px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: rotateY(180deg);
}


.topdestination:hover {
    .front {
        transform: rotateY(180deg);
    }

    .back {
        transform: rotateY(0);
    }
}



/* responsive */
@media screen and (max-width:768px) {

    #myVideo {
        position: absolute;
        min-width: 100%;
        top: 75px;
        width: 100%;
        height: 180px;
        justify-content: center;
        object-fit: cover;
        z-index: -1;
    }

    .top-area {
        position: fixed !important;
        width: 100%;
        background-color: black;
        z-index: 1000 !important;
    }

    .logo a,
    .logo a:hover,
    .logo a:focus {
        color: #fff;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        font-weight: 600;
        margin: 14px 0px 0;
        padding: 10px 0 0 0;
        position: relative;
        right: 50px;
        display: none;
    }

    img.imglogo {
        height: 60px;
        position: relative;
        left: 5px;
        top: 10px;
    }

    a.add {
        font-size: 15px;
        padding: 15px;
    }

    button.ours {
        border-radius: 20px;
        margin: 0px;
    }

    button.ours a {
        padding: 2px;
        border-radius: 20px;
        font-size: 12px;
        /* color: #00d8ff; */
        margin: 3px;
        width: 80px;
        color: black;
    }

    button.makes a {
        padding: 5px;
        border-radius: 20px;
        font-size: 12px;
        /* color: #00d8ff; */
        margin: 0px;
        width: 109px;
        color: black;
    }

    .home-txt h2 {
        color: white;
        text-align: center;
        font-size: 18px;
        position: relative;
        padding-top: 320px;
    }

    .content {
        position: relative;
        bottom: 0px;
        /* background: rgba(0, 0, 0, 0.5); */
        color: #f1f1f1;
        padding: 0px;
        margin-top: 41px;
    }

    .service {
        position: relative;
        /* padding: 0px 0 54px; */
        bottom: 0px;
        margin-top: 425px;
    }

    .travel-box {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
        max-width: 1000px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin: 0px auto;
    }

    .form-row {
        display: contents !important;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 15px;
    }

    section#homes {
        height: 575px;
    }

    /* page delhi, uttar pradesh, rajasthan and other responsive css */
    .cardss {
        border: 1px solid #ddd;
        background-color: blanchedalmond;
        padding: 8px;
        margin-top: 0px !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        position: relative !important;
        border-radius: 20px;
        z-index: 0 !important;
        margin-bottom: 20px;
    }

    img.sliderimages {
        width: 30%;
        height: 200px !important;
    }

    .pagebanner {
        background-image: url(https://www.travellersnearme.com/uploads/Jo4h8W7_Delhi-banner.jpg);
        width: 100%;
        height: 115px !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .page-title {
        text-align: center;
        padding-top: 0px !important;
    }

    .page-title h1 {
        text-align: center;
        font-size: 15px !important;
        margin-top: 50px;
        color: white;
    }

    h2.dreamDelhi {
        margin: 0px;
        font-size: 18px;
    }

    h2.dream-delhi {
        padding-top: 20px;
        font-size: 18px !important;
        padding-bottom: 15px;
    }

    a.button {
        display: inline-block;
        width: 75px !important;
        height: 40px !important;
        background-color: #00d8ff;
        color: #fff;
        line-height: 40px !important;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        margin: 0px !important;
        font-size: 12px !important;
        margin-top: 0px;
    }

    h2.delhis {
        font-size: 18px !important;
    }

    .text-column p {
        font-size: 12px !important;
    }


    .main-menu .navbar-toggle {
        color: #00d8ff;
        position: relative;
        right: 15px;
    }

    section#Page1-Delhi {
        padding-top: 79px;
    }

    .button-wrap {
        text-align: center;
        margin-top: 15px;
    }


}

/*max-width:768px*/



/* ====================Book Now Popup Form========================= */
/* Center the popup */
a.view {
    margin-left: 100px;
    float: right;
}

.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.close-btn:hover {
    color: #ff0000;
}

/* Form labels and inputs styling */
label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

input,
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* Styling for the booking buttons */
.about-btn {
    display: flex;
    /* justify-content: center; */
    margin-top: 20px;
}

.about-view {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.about-view:hover {
    background-color: #0056b3;
}

/* Flexbox layout for the form fields */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row div {
    flex: 1;
}

.form-row input,
.form-row select {
    width: 100%;
}

/* Country Code styling */
.country-code {
    width: 20%;
    max-width: 80px;
}

.phone-number {
    width: 75%;
}

/* Button styling */
button[type="submit"] {
    background-color: #28a745;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    /* width: 100%; */
}

button[type="submit"]:hover {
    background-color: #218838;
}

/* Ensuring responsiveness on smaller screens */
@media screen and (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 10px;
    }

    .country-code {
        width: 100%;
        max-width: 100px;
    }

    .phone-number {
        width: 100%;
    }

    .cardss2 {
        border: 1px solid #ddd;
        background-color: blanchedalmond;
        padding: 8px;
        margin-top: 20px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        position: relative !important;
        border-radius: 20px;
        z-index: 1000;
        margin-top: 0px !important;
    }

    .smallform {
        padding: 5px;
        /* width: 235px !important; */
    }


    img.packages {
        width: 100%;
        height: 150px;
        object-fit: cover;
        animation: none;
        border-radius: 25px 25px 0px 0px;
    }

    .single-package-item-txt {
        padding: 0 10px;
    }

    .about-view.packages-btn {
        width: 65px;
        height: 25px;
        font-size: 10px;
        color: #fff;
        text-transform: capitalize;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }


    button.view-detail {
        width: 65px;
        height: 25px;
        font-size: 10px;
        /* color: #fff; */
        text-transform: capitalize;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-left: -95px;
    }

    img.topdestination {
        width: 100%;
        height: 200px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        transform: rotateY(180deg);
    }

    .item-title {
        bottom: 12% !important;
        left: 15px;
    }

    .single-package-item h3 {
        position: relative;
        font-size: 14px;
        color: #565a5c;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        padding: 5px 0;
    }

    .packages-para p {
        font-size: 14px;
        color: #aaa;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0px;
        text-align: start;
    }

    .packages-review span {
        margin-left: 0px;
        font-size: 14px;
        color: #aaa;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
    }

    .about-btn {
        display: flex;
        margin-top: 5px;
    }

    .blog {
        background: #fff;
        padding: 0px 0 70px;
    }

    .packagess {
        padding: 0px;
        position: relative;
        top: 0px;
    }

    .gallary-header p {
        position: relative;
        color: #aaa;
        font-size: 16px;
        /* font-family: 'Poppins', sans-serif; */
        margin-top: 0px;
        text-align: justify;
    }

    .blog-content .caption .blog-txt p {
        color: #aaaaaa;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        min-height: 105px;
        text-align: justify;
    }

    .single-footer-item h2 {
        color: #565a5c;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-content {
        padding: 0px 0;
    }

    .gallary-header.text-center {
        position: relative;
        padding-top: 85px;
    }

    .footer-copyright {
        background: #f9f9f9;
        padding: 0 0 60px;
        margin-top: 10px;
    }


    /* gallry */
    .thumbnails {
        padding: 5px;
    }

    .gall {
        width: 100%;
        height: 200px;
    }


}




/* change language button */
select#languageSelect {
    width: 17%;
    color: white;
    background-color: black;
    margin-top: 14px;
}

.collapse.navbar-collapse {
    padding-right: 40px;
}




/* google translator button */
/* Hide the Google Translate logo */
.goog-logo-link {
    display: none !important;
}

/* Hide the Google Translate banner */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none;
}




/* ==================section 3 home page scroll image==================== */
.carousel {
    width: 100%;
    max-width: 1200px;
    /* margin: 50px auto; */
    overflow: hidden;
    /* border: 2px solid #ccc;
    border-radius: 10px; */
    background: #fff;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 25%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 40px;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 100px 0px 100px 0px;
    height: 400px;
}

h1.titlesscrollimage {
    text-align: center;
    margin-bottom: 10px;
    text-shadow:
        1px 1px #fff,
        -1px 1px #fff,
        1px -1px #fff,
        -1px -1px #fff,
        1px 1px 5px #555;
}

h1.titles1 {
    margin-top: -45px;
    text-align: center;
    font-size: 20px;
    text-shadow:
        1px 1px #fff,
        -1px 1px #fff,
        1px -1px #fff,
        -1px -1px #fff,
        1px 1px 5px #555;
}

h1.titles2 {
    margin-top: -45px;
    text-align: center;
    font-size: 15px;
    text-shadow:
        1px 1px #fff,
        -1px 1px #fff,
        1px -1px #fff,
        -1px -1px #fff,
        1px 1px 5px #555;
}

/* Previous and Next buttons */
.carousel-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-buttons button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.carousel-buttons button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Customizing button icons */
.prev-btn {
    margin-left: 10px;
}

.next-btn {
    margin-right: 10px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .slide {
        min-width: 250px;
        max-width: 250px;
    }

    .titles1,
    .titles2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .slide {
        min-width: 200px;
        max-width: 200px;
    }

    .titles1,
    .titles2 {
        font-size: 14px;
    }

    .prev-btn,
    .next-btn {
        font-size: 16px;
        padding: 8px 14px;
    }

    .slide img {
        width: 100%;
        display: block;
        border-radius: 100px 0px 100px 0px;
        height: 200px;
    }

    h1.titles1 {
        margin-top: -45px;
        text-align: left;
        font-size: 20px;
        padding-left: 3px;
        text-shadow:
            1px 1px #fff,
            -1px 1px #fff,
            1px -1px #fff,
            -1px -1px #fff,
            1px 1px 5px #555;
    }

    h1.titles2 {
        margin-top: -45px;
        text-align: left;
        font-size: 15px;
        padding-left: 3px;
        text-shadow:
            1px 1px #fff,
            -1px 1px #fff,
            1px -1px #fff,
            -1px -1px #fff,
            1px 1px 5px #555;
    }

}



/* galley */
.thumbnails {
    padding: 5px;
}

a.gallaryboximage {
    width: 100%;
}