.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

nav {
    background-color: green;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px;
    height: auto;
}

.navbar {
    background-color: #fc0050;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar li,
a {
    margin-right: 20px;
    color: #fff;
}

.nav-link {
    color: #fff;

}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
}

.registration {
    background-color: black;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.register-form {
    max-width: 500px;
    margin: 0 auto;
}

.register-form h1 {
    text-align: center;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 100px;
    box-sizing: border-box;
    background-color: #191919;
    color: #fff;
    padding: 17px;
    font-size: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

input[type="submit"] {
    width: 100%;
    padding: 1px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

input[type="submit"]:hover {
    background-color: #fff;
}

.register-form form .submitbtn {
    display: block;
    margin: 0 auto;
    background-color: #fc0050;
    font-size: 27px;
    font-weight: 600px;
    border: 2px solid transparent;
    border-radius: 60px;
    width: 320px;
    cursor: pointer;
    transition: ease 0.30s;
}

.register-form form .submitbtn:hover {
    border: 2px solid #fc0050;
    background-color: #fc0050;
    transform: scale(1.1);
}

.register-form h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: px;
}

.register-form h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    color: red;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

.footer-content {
    display: flex;
    justify-content: space-around;
}

.footlinks {
    flex: 1;
}

.footlinks h4 {
    margin-bottom: 10px;
    text-align: center;
}

.footlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #333;
}

.footlinks ul li {
    margin-bottom: 10px;
    text-align: center;
    color: #191919;
}

.footlinks a {
    color: #fff;
}

.social {
    display: flex;
    justify-content: center;
}

.social a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.social a i {
    font-size: 24px;
}

.end {
    margin-top: 20px;
}

.register-form h1 span {
    color: #fc0050;
}

@media screen and (max-width: 768px) {
    .register-form {
        padding: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .title h1 {
        font-size: 40px;
    }

    .navbar-brand {
        position: absolute;
        left: 0;
        margin-left: 5px;
    }

    .navbar-toggler {
        margin-left: 30%;
        background-color: #fff;
        color: #0000ff;
    }
}

@media only screen and (min-width: 1025px) {
    .navbar-nav {
        margin-left: auto;
    }
}

input[type="radio"]+label {
    font-size: 30px;
}

input[type="radio"] {
    margin-right: 10px;
    color: #fc0050;
}

input[type="radio"][value="Goa"]+label {
    color: #ff0000;
}

.nav-link {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    transition: background-color 1s ease;
}

.nav-link:hover {
    background-color: #404040
}

.nav-link::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: transparent;
    border-radius: 25px;
    z-index: -1;
    transition: background-color 1s ease;
}

.nav-link:hover::before {
    background-color: rgba(255, 255, 255, 0.1);
}

.round-button {
    border: none;
    background-color: transparent;
}

.round-button:hover .nav-link {
    background-color: #333;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-size: 25px;
    border-radius: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.generate-btn {
    background-color: #fc0050;

    color: #fff;

    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.booking-id {
    position: relative;

}
.navbar-toggler {
    background-color: #fff;
}
#bookingId {
    width: calc(100% - 130px);

    margin-right: 10px;

}

@media screen and (max-width: 600px) {
    li {
        font-size: 14px;
    }
}