:root {
    --bs-primary: #667eea;
    --bs-border-radius: 1rem;
}

h1 {
    font-size: 10rem;
}

footer {
    background: rgba(19, 4, 107, 0.75);
}

.search-container {
    position: relative;
    width: 75%;
    margin: 0 auto;
    margin: 1rem auto 0;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
    z-index: 1;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    padding: 8px 25px;
}

.btn-primary {
    background: linear-gradient(135deg, #da3068 0%, #3e149f 100%);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.carousel-container {
    margin: 0 auto;
}

.carousel-caption {
    color: black;
    background: white;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.carousel-inner img {
    height: 33rem;
    object-fit: cover;
    object-position: center;
}

.card.rounded {
    border-radius: 1rem;
}

.card-body {
    background: linear-gradient(135deg, #e3bfe3 0%, #b9a3e3 100%);
    border-radius: 0 0 1rem 1rem;
}

.discover-container {
    margin: 1rem 0rem 5rem 0rem;
}

.place-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.website-button:hover {
    background: linear-gradient(135deg, #da3068 0%, #3e149f 100%);
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
    position: absolute;
    top: 40%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: #fff; 
    padding: 10px 20px; 
    text-align: center;
}

.access-code-modal {
    background: linear-gradient(to bottom, #eae8ff, #d0cefd);
}

.access-code-modal .modal-header,
.access-code-modal .modal-body,
.access-code-modal .modal-footer {
    background: transparent;
}