body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: #ffffff;
    text-align: left;
    background-color: #000000;
    font-size: 20px;
}
h1 {
    font-family: "Winky Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    color: #f9ff05;
}
h2 {
    font-family: "Winky Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffa500;
    font-size: 32px;
}
h4 {
  font-family: "Luxurious Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size:28px;
}
a {
    color: #ff0021;
    text-decoration: none;
    /* background-color: transparent; */
}
a:hover {
    color: #00fff8;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
h3 {
    color: #ff00b1;
    font-size:28px;
    font-family: "Luxurious Roman", serif;
    font-weight: 400;
    font-style: normal;
}
.contman {
      max-width: 1200px;
      margin: 0 auto;
      /*padding: 20px;*/
    }
main {
    padding: 20px;
    /* background-color: #77205efc; */
    background: linear-gradient(38deg, #0a2933, #000000f7);
}
.main li {
    text-align: left;
}
.navbar {
    /* background-color: #333; */
    color: #fff;
    padding: 1rem;
    background: linear-gradient(45deg, black, #3e0057);
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.navbar-toggle-checkbox {
    display: none;
}
.navbar-toggle-label {
    display: none;
    cursor: pointer;
}
.navbar-toggle-label .navbar-toggle-icon {
    width: 25px;
    height: 5px;
    background-color: #fff;
    display: block;
    position: relative;
}
.navbar-toggle-label .navbar-toggle-icon::before,
.navbar-toggle-label .navbar-toggle-icon::after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: 0.3s ease;
}
.navbar-toggle-label .navbar-toggle-icon::before {
    top: -8px;
}
.navbar-toggle-label .navbar-toggle-icon::after {
    top: 8px;
}
.navbar-menu {
    display: flex;
    list-style: none;
}
.navbar-item {
    margin-left: 2rem;
}
.navbar-link {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
.navbar-link:hover {
    color: #ddd;
}
@media (max-width: 768px) {
    .navbar-toggle-label {
        display: block;
    }
    .navbar-menu {
        flex-direction: column;
        position: absolute;
        top: 15%;
        left: 50%;
        width: auto;
        background: linear-gradient(57deg, #034c4d, #740075);
        /*background-color: #333;*/
        display: none;
        text-align: center;
        /* max-width: 40%; */
        margin: auto;
        padding: 15px;
    }
    .navbar-menu .navbar-item {
        margin: 0;
        border-top: 1px solid #444;
    }
    .navbar-toggle-checkbox:checked + .navbar-toggle-label + .navbar-menu {
        display: flex;
    }
    .navbar-toggle-checkbox:checked + .navbar-toggle-label .navbar-toggle-icon {
        background-color: transparent;
    }
    .navbar-toggle-checkbox:checked + .navbar-toggle-label .navbar-toggle-icon::before {
        transform: rotate(45deg);
        top: 0;
    }
    .navbar-toggle-checkbox:checked + .navbar-toggle-label .navbar-toggle-icon::after {
        transform: rotate(-45deg);
        top: 0;
    }
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 25px;
    color: aqua;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}
.cover-heading {
    text-align: center;
    padding: 60px;
    color: #fff;
    /* background-color: #007bff; */
    /* background: sienna; */
    background: linear-gradient(181deg, #df7433, #0583a9);
    font-family: fantasy;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
}
.cover-h2 {
    text-align: center;
    padding: 25px;
    color: #fff;
    /* background-color: #007bff; */
    /* background: sienna; */
    background: linear-gradient(181deg, #771864, #00526b);
    font-family: fantasy;
}
.display-5 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
    opacity: .65
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}
.btn-primary {
    color: #fff;
    background-color: #cd05a0;
    border-color: #ebebeb;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.navbar-brand img {
      max-width: 200px;
      width: 100%;
      height: auto;
    }
    
    .btn {
    padding: 10px 20px;
    font-size: 25px;
}
    .banner {
    max-width: 1200px;
      margin: 0 auto; /* Center the banner horizontally */
      overflow: hidden; /* Hide any content that exceeds the max-width */
    }
    .banner img {
      width: 100%; /* Ensure the image fills the banner */
      height: auto; /* Maintain aspect ratio */
    }
    .ml-auto {
    margin-left: auto;
}
.collapse:not(.show) {
    display: none
}
@media (max-width: 767px) {
    p {
      font-size: 16px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    .display-4 {
        font-size: 28px;
    }
    .display-5 {
        font-size: 28px;
    }
    .btn-warning {
        font-size: 16px;
    }
    .btn {
        padding: 5px 10px;
    }
    .lead {
        font-size: 16px;
    }
  }
.section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    padding-bottom: 10px;
    }
.click-to-maximize {
    cursor: pointer;
    border: 2px solid #333;
    padding: 20px;
    transition: transform 0.3s ease;
    background: #05134b;
    color: whitesmoke;
    border-radius: 10px;
    /* padding-bottom: 10px; */
    font-size: 25px;
}
.click-to-maximize:hover {
            transform: scale(1.1);
        }
        /* Modal Styles */
.modal {
            display: none;
            position: fixed;
            z-index: 999;
            padding-top: 100px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.4);
        }
        .modal-content {
    background-color: #efefef;
    margin: auto;
    padding: 20px;
    border: 10px solid #02ff7f;
    width: 80%;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(12 215 187 / 20%);
    animation-name: modalopen;
    animation-duration: 0.4s;
    color: #bb5307;
}
        @keyframes modalopen {
            from {opacity: 0}
            to {opacity: 1}
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        /* Responsive */
        @media screen and (max-width: 768px) {
            .modal-content {
                width: 90%;
            }
        }
.linkma {
    background-color: #000;
    /* color: #fff; */
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    font-size: 22px;
    border-radius: 15px;
}
.linkma a {
    color: #ffee0b;
    text-decoration: none;
}
.link-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #021f23;
}
.link-item {
    position: relative;
    flex: 1 1 20%;
    margin: 10px;
    padding: 5px;
    /* background-color: #007BFF; */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    background: linear-gradient(57deg, #034c4d, #740075);
    font-style: oblique;
    font-size: 22px;
}
.link-item:hover {
    background-color: #0056b3;
    color: #ffffff;
}
.price-table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgb(155 165 9);
    overflow-x: auto;
}
.price-table th, .price-table td {
    border: 1px solid #ffb100;
    padding: 15px;
    text-align: center;
}
.price-table th {
    background-color: #030f31;
    color: white;
    font-weight: bold;
}

.price-table tr:hover {
    background-color: #091d67;
}

        @media (max-width: 768px) {
            .price-table {
                font-size: 14px;
            }

            .price-table th, .price-table td {
                padding: 10px;
            }
        }

        @media (max-width: 480px) {
            .price-table {
                width: 100%;
            }

            .price-table th, .price-table td {
                padding: 8px;
                font-size: 12px;
            }
        }




/* Styling for bullet points section */
.bullet-section {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    text-align:left;
}

/* Heading styling */
.bullet-section h2 {
    color: #d209ed;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-left: 5px solid #d209ed;
    padding-left: 10px;
}

/* Custom bullet list styling */
.custom-bullet-list {
    list-style: none; /* Removes default bullets */
    padding: 0;
}

.custom-bullet-list li {
    position: relative;
    padding: 10px 0 10px 30px; /* Adds spacing and room for custom bullet */
    font-size: 1.1em;
    line-height: 1.6;
    color: #fcad03;
    border-bottom: 1px dotted #ccc; /* Optional: Adds a subtle separator */
}

.custom-bullet-list li:last-child {
    border-bottom: none; /* Removes separator for last item */
}

/* Custom bullet icon */
.custom-bullet-list li:before {
    content: "Ã¢Å“â€"; /* Change to your preferred symbol or use an image */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #007bff; /* Matches the theme color */
}
/* Hotels and Landmarks Section Styling */
.hotels-landmarks-section {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #555;
}

/* Heading Styling */
.hotels-landmarks-section h3 {
    font-size: 1.8em;
    color: #333;
    text-transform: capitalize;
    border-left: 5px solid #007bff;
    padding-left: 10px;
    margin-bottom: 15px;
}

/* Paragraph Styling */
.hotels-landmarks-section p {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #666;
}

/* List Styling */
.hotels-list,
.landmarks-list {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin-bottom: 15px;
    text-align:left;
}

/* List Item Styling */
.hotels-list li,
.landmarks-list li {
    padding: 8px 0;
    font-size: 1.1em;
    position: relative;
    border-bottom: 1px dotted #ccc; /* Optional separator */
}

.hotels-list li:last-child,
.landmarks-list li:last-child {
    border-bottom: none; /* Remove separator for the last item */
}

/* Custom Bullet Icon for Hotels */
.hotels-list li:before {
    content: "Ã°Å¸ÂÂ¨"; /* Hotel icon */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #007bff;
}

/* Custom Bullet Icon for Landmarks */
.landmarks-list li:before {
    content: "Ã°Å¸â€œÂ"; /* Landmark icon */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #ff5722;
}

/* Padding for List Text */
.hotels-list li,
.landmarks-list li {
    padding-left: 30px; /* Space for icons */
}
/* Booking section styling */
.booking-section {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    background: #f9f9f9; /* Light background for distinction */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Heading styling */
.booking-section h2 {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 10px;
    text-transform: capitalize;
    border-left: 5px solid #007bff;
    padding-left: 10px;
}

/* Paragraph styling */
.booking-section p {
    color: #555;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Ordered list styling */
.booking-steps {
    list-style: none; /* Removes default numbering */
    padding: 0;
    margin: 0;
    counter-reset: step-counter; /* Custom counter for steps */
}

/* Step items */
.booking-steps li {
    counter-increment: step-counter; /* Increments the counter */
    position: relative;
    padding: 10px 0 10px 40px; /* Space for custom step number */
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    border-bottom: 1px solid #ddd; /* Optional separator */
}

.booking-steps li:last-child {
    border-bottom: none; /* Removes separator for the last item */
}

/* Custom step number */
.booking-steps li:before {
    content: counter(step-counter); /* Uses the custom counter */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #007bff; /* Step circle background color */
    color: #fff; /* Step number color */
    font-size: 1.2em;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}








@media (max-width: 800px) {
    .link-item {
        flex: 1 1 45%;
    }
}

@media (max-width: 500px) {
    .link-item {
        flex: 1 1 100%;
    }
}
.footer {
    /* background-color: #000; */
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: linear-gradient(45deg, #260033, #370101);
}
.banner-image {
        width: 100%; /* Adjust the width as needed */
        height: auto; /* Automatically adjust the height */
        max-width: 100%; /* Ensure the image doesn't exceed its container */
        display: block; /* Ensure the image behaves as a block element */
    }
.section {
            flex: 1;
        }
        .logo-section,
        .quick-links-section,
        .contact-details-section,
        .social-media-section {
            text-align: center;
        }
        .logo img {
             /* width: 100px; */
            height: auto;
        }
        .logo-section .tagline {
            font-size: 14px;
        }
        .quick-links a {
            display: block;
            color: #fff;
            text-decoration: none;
            margin-bottom: 10px;
        }
        .contact-details {
            font-size: 14px;
            margin-bottom: 10px;
        }
        .social-media {
            margin-top: 20px;
        }
        .social-media a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #570018;
    color: #caff00;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

        .social-media a:hover {
            background-color: #007bff;
            color: #fff;
        }

        @media only screen and (max-width: 768px) {
            .section {
                flex: 1 1 100%;
            }
        }
.copyright {
    flex-basis: 100%;
    text-align: center;
    /* margin-top: 20px; */
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #000000;
    color: white;
}
.copyright a {
    color: #00ffe7;
}
.name-rat {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #fbdbfd;
}
.name, .rating {
  display: inline-block;
  padding: 1px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.name {
  background-color: #9f0795;
}
.rating {
    background-color: #045522;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image-box {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  background-color: #333;
  border-radius: 10px;
  overflow: hidden;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.caption {
    padding: 10px;
    text-align: center;
    /* background-color: #222; */
    color: #fff;
    font-size: 14px;
    background: linear-gradient(271deg, #313303, #5d0459);
}
@media screen and (max-width: 768px) {
  .image-box {
    width: calc(100% - 0px);
  }
}
.faq {
  max-width: 800px;
  margin: 0 auto;
}
.qa {
    /* border: 10px red; */
    /* color: rgb(253 253 253); */
    border: solid;
    border-color: #ab58ff;
    background-color: #141111;
    padding: 5px;
    margin: 10px;
}
.question {
    font-weight: bold;
    margin-bottom: 10px;
    /* cursor: pointer; */
    background-color: rgb(79 76 0);
    font-size: 18px;
}
.answer {
    font-weight: 500;
    margin-bottom: 16px;
    /* background-color: rgb(45 45 45); */
    color: rgb(255 249 254);
    padding: 5px;
    border-radius: 2px;
    font-size: 16px;
}
.answer a {
    color:#ffd600;
    text-decoration: none;
}
.call-buttons {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
}
.call-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #75006d;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgb(253 0 255);
    transition: background-color 0.3s;
    font-size: 18px;
}
.whatsapp-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #04690b;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    font-size: 18px;
}
.call-btn:hover, .whatsapp-btn:hover {
  background-color: #0056b3;
}
@media (max-width: 768px) {
  .call-buttons {
    bottom: 10px;
    right: 10px;
  }
}
.tauke {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

    justify-content: space-between;
}
.models-photo {
    flex: 1 1 calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    max-width: calc(25% - 15px);
}
.verified {
    font-size: 14px;
    color: white;
    background-color: green;
    padding: 5px 10px;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-weight: bold;
}
.models-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.models-photo img:hover {
    transform: scale(1.05);
}
.rating {
    margin-top: 10px;
    font-size: 18px;
    color: gold;
}
@media (max-width: 768px) {
    .models-photo {
        flex: 1 1 calc(50% - 15px); 
    }
}
@media (max-width: 480px) {
    .models-photo {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.montygo {
    max-width: 1190px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: crimson;
}
.person {
    width: calc(50% - 5px);
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
    border-style: dotted;
    border-color: cornsilk;
    background-color: #041535;
}
.person img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.details {
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    background: linear-gradient(45deg, #4d023d, #021b2b);
}
.details h2 {
  margin-top: 0;
}
.details p {
  margin: 10px 0;
}
.details p span {
  font-weight: bold;
}