*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: rgb(81, 33, 107);
}

/* .container{
    height: 450px;
    width: 400px;
    background-color: white;
    border-radius: 5px;
} */
.heading{
    width: 100%;
    height: 60px;
    background-color: #4caf50;
    margin: auto;
    margin-top: 10px;
    line-height: 30px;
}
.heading h2{
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.heading p{
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: white;
    text-align: center;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.container h2{
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: rgb(81, 33, 107);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

form {
    display: grid;
    gap: 15px;
}

label {
    font-weight: bold;
}

input, textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="submit"] {
    background: rgb(154, 202, 15);
    color: #fff;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: bold;
    
}
.container [for="bookingNumber"] {
    font-family: Roboto, sans-serif;
    color: rgb(81, 33, 107);;
}

.container [for="email"] {
    font-family: Roboto, sans-serif;
    color: rgb(81, 33, 107);;
}

.container [for="contactNumber"] {
    font-family: Roboto, sans-serif;
    color: rgb(81, 33, 107);;
}

.not-found-box{
    height: 240px;
    width: 400px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found-container{
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.not-found-box h2{
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: rgb(220, 69, 69);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    
}

.not-found-box h3{
    font-family: Roboto, sans-serif;
    font-size: 25px;
    color: rgb(81, 33, 107);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.not-found-box span{
    font-size: 36px;
    color: rgb(220, 69, 69);
    position: relative;
    top: 5px;
}

.not-found-box button{
    height: 40px;
    width: 160px;
    background-color: #4caf50;
    border-radius: 5px;
    border: none;
    

}

.not-found-box button a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-style: bold;
    font-weight: 600;
}

@media (max-width: 390px) {
    .not-found-box{
        height: 230px;
    }
    .container{
        height: auto;
        width: auto;
        margin: 50px 10px 10px 10px;
    }
    .heading{
        height: auto;
        width: auto;
        padding: 5px 5px 10px 10px;
        
    }
    
    
  }
  
  .chatwithus-container{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 60px;

}
.chatwithus{
    width: 50%;
}
.imgbox{
    width: 50%;
}

.imgbox img{
    width: 560px;
    border-radius: 30px;
}

.chatwithus h1{
    font-size: 32px;
    color: white;
    font-family: "Nunito", sans-serif;
}
.chatwithus p{
    font-size: 14px;
    color: white;
    font-family: "Nunito", sans-serif;
}
.chatwithusbox {
    height: 93px;
    padding: 16px 0px;

}
.chatbtn{
    width: 100%;
    height: 77px;
}
.chatbtn button{
    width: 50%;
    height: 50px;
    background-color: rgb(154, 202, 15);
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
    font-weight: 700;
    
}
.chatbtn button a{
    text-decoration: none;
    color: #ffffff;
}

.chatbtn button span i{
    margin: 0px 15px;
}

.payment-option-container{
    width: 100%;
    height: 79px;
    border-top: 3px solid rgb(154, 202, 15);
    display: flex;
    justify-content: center;
    align-items: center;

}
.card-option img{
    height: 30px;
}


@media (max-width: 431px){
    .container-box{
        width: auto;
        height: auto;
        padding: 10px 20px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    .box1{
        width: auto;
        height: auto;
        flex-direction: column;
        padding: 10px;
        gap: 15px;
    }
    .box2-container{
        height: auto;
        width: 90vw;
        padding: 20px;


    }
    .box2{
        width: 100%;
    }
    .child-box{
        width: auto;
        height: auto;
        padding: 10px 20px;
        flex-direction: column;
        gap: 10px
    }
    .chatwithus-container{
        flex-direction: column;
        width: auto;
        height: auto;
        margin: 0;
        padding: 20px;
    }
    .chatwithus{
        width: auto;
    }
    .chatbtn{
        width: auto;
        justify-content: center;
        display: flex;
    }
    .chatbtn button{
        width: auto;
        padding: 10px;

    }
    .imgbox{
        width: auto;
        height: auto;
        padding: 10px 20px;
    }
    .imgbox img{
        width: 100%;

    }
    .chatwithus h1, p{
        text-align: center;
    }
    .chat{
        width: 100%;

    }
}

