@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

/* laptop devices */
@media only screen and (min-width: 1365px) and (max-width: 1600px) {
  .se--venura-table-container {
    gap: 50px;
    padding: 0px 20px;
  }
}

/* laptop devices */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .se--venura-table-container {
    gap: 50px;
    padding: 0px 0px;
  }
}

/* large tablet devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .se--form-title1 {
    font-size: 44px;
  }
  .se--form-container1 {
    padding: 72px 32px;
    gap: 32px;
  }
  .se--venura-table-container {
    gap: 50px;
    padding: 0px 0px;
  }
  .se--table-content {
    align-items: flex-start; /* Align to start for better control */
    max-width: 100%; /* Ensure the content container is constrained to the available width */
  }
  .se--table2 {
    width: 600px;
  }
  .se--table-container {
    gap: 14px;
  }
  .wrapper {
    margin: 100px 0px;
    padding: 0px 10px;
  }
  .se--form-container2 {
    padding: 60px 40px;
    gap: 24px;
  }
  .step-form-content2 {
    padding: 0px;
  }
  .pera-pad {
    padding: 0px;
  }
}

/* medium tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .se--registration-container {
    gap: 100px;
    margin-top: 16px;
  }

  .se--registration-title {
    font-size: 36px;
  }
  .se--left-registration {
    gap: 16px;
  }
  .se--btn2 {
    margin-top: 10px;
  }
  .se--big-title {
    font-size: 54px;
  }
  .se--big-title2 {
    font-size: 40px;
  }
  .se--form-container1 {
    padding: 72px 32px;
    gap: 32px;
  }
  .se--form-title1 {
    font-size: 44px;
  }
  .se--venura-table-container {
    gap: 20px;
    padding: 0px 0px;
  }
  .se--table-container {
    gap: 36px;
    align-items: start;
    flex-direction: column;
    align-items: center;
  }
  .se--form-container2 {
    padding: 60px 40px;
    gap: 24px;
  }
  .step-form-content2 {
    padding: 0px;
  }
  .pera-pad {
    padding: 0px;
  }
  .se--step-content {
    margin-top: 20px;
    color: #f1e9df;
    flex-direction: column;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .se--left-step {
    width: 100%;
    position: relative;
  }
  .se--right-step {
    width: 100%;
  }
  .se--title-right h3 {
    font-size: 28px;
  }
  .se--details {
    margin-top: 10px;
  }
}

/* small tablet devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .se--logo-section {
    display: flex;
    width: 200px;
    margin: 0px auto;
    padding: 32px 0px;
  }
  .se--details {
    margin-top: 10px;
  }
  .se--member-login-form {
    padding: 100px 0px;
    width: 327px;
    margin: 0px auto;
  }
  .se--member-form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .se--form-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .se--member-form-container {
    border-radius: 12px;
    background: var(--Venura-Beige, #f1e9df);
    padding: 30px 26px;
  }
  .se--input-field-box {
    padding: 14px;
  }
  .se--registration-container {
    gap: 64px;
    margin-top: 36px;
    flex-direction: column;
  }
  .se--registration-title {
    font-size: 36px;
  }
  .se--left-registration {
    gap: 16px;
  }
  .se--btn2 {
    margin-top: 10px;
  }
  .reg-form-container {
    padding: 48px 26px;
    width: 327px;
  }
  .se--reg-title {
    font-size: 32px;
  }
  .se--big-title {
    font-size: 44px;
  }
  .se-row1 {
    gap: 40px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-line {
    width: 400px;
    height: 1px;
    background: #000;
  }
  .se-row2 {
    gap: 24px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-title2 {
    font-size: 40px;
  }
  .se--big-line2 {
    width: 100%;
    height: 1px;
    background: #00252f;
  }
  .se--section-wrapper1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .se--content-row2-first {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
  }
  .se--form-container1 {
    padding: 72px 32px;
    gap: 24px;
  }
  .se--form-title1 {
    font-size: 36px;
  }
  .se--form-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .se--venura-table-container {
    gap: 50px;
    padding: 0px 20px;
  }
  .se--venura-table-container {
    gap: 20px;
    padding: 0px 0px;
  }
  .se--table-container {
    gap: 36px;
    align-items: start;
    flex-direction: column;
    align-items: center;
  }
  .se--table-header {
    flex-direction: column-reverse;
  }
  .se--table-content {
    align-items: flex-start; /* Align to start for better control */
    max-width: 100%; /* Ensure the content container is constrained to the available width */
  }
  .se--table2 {
    width: 600px;
  }
  .se--form-container2 {
    padding: 60px 40px;
    gap: 24px;
  }
  .form-container2 {
    padding: 72px 33px;
    gap: 24px;
  }
  .step-form-content2 {
    padding: 0px;
  }
  .pera-pad {
    padding: 0px;
  }
  .se--step-content {
    margin-top: 20px;
    color: #f1e9df;
    flex-direction: column;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .se--left-step {
    width: 100%;
    position: relative;
  }
  .se--right-step {
    width: 100%;
  }
  .se--title-right h3 {
    font-size: 28px;
  }
  #booking_details_popup img {
  max-width: 100%;
  }
}
/* large mobile devices */
@media only screen and (min-width: 480px) and (max-width: 575px) {
  se-- .se--logo-section {
    display: flex;
    width: 200px;
    margin: 0px auto;
    padding: 32px 0px;
  }
  .se--details {
    margin-top: 10px;
  }
  .se--member-login-form {
    padding: 100px 0px;
    width: 327px;
    margin: 0px auto;
  }
  .se--member-form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .se--form-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .se--member-form-container {
    border-radius: 12px;
    background: var(--Venura-Beige, #f1e9df);
    padding: 30px 26px;
  }
  .se--input-field-box {
    padding: 14px;
  }
  .se--registration-container {
    gap: 64px;
    margin-top: 36px;
    flex-direction: column;
  }
  .se--registration-title {
    font-size: 36px;
  }
  .se--left-registration {
    gap: 16px;
  }
  .se--btn2 {
    margin-top: 10px;
  }
  .reg-form-container {
    padding: 48px 26px;
    width: 327px;
  }
  .se--reg-title {
    font-size: 32px;
  }
  .se--big-title {
    font-size: 36px;
  }
  .se--se-row1 {
    gap: 40px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-line {
    width: 300px;
    height: 1px;
    background: #000;
  }
  .se-row2 {
    gap: 20px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-title2 {
    font-size: 36px;
  }
  .se--big-line2 {
    width: 100%;
    height: 1px;
    background: #00252f;
  }
  .se--section-wrapper1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .se-row2-content {
    gap: 14px;
  }
  .se--content-row2-first {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
  }
  .se--form-container1 {
    padding: 72px 32px;
    gap: 24px;
  }
  .se--form-title1 {
    font-size: 32px;
  }
  .se--form-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
  }
  .se--venura-table-container {
    gap: 20px;
    padding: 0px 0px;
  }
  .se--table-container {
    gap: 36px;
    align-items: start;
    flex-direction: column;
    align-items: center;
  }
  .se--venura-table-container {
    gap: 50px;
    padding: 0px 20px;
  }
  .se--venura-table-container {
    gap: 20px;
    padding: 0px 0px;
  }
  .se--table-container {
    gap: 36px;
    align-items: start;
    flex-direction: column;
    align-items: center;
  }
  .se--table-header {
    flex-direction: column-reverse;
  }
  .se--table-content {
    align-items: flex-start; /* Align to start for better control */
    max-width: 100%; /* Ensure the content container is constrained to the available width */
  }
  .se--table2 {
    width: 600px;
  }
  .se--tab-1 {
    align-items: center;
  }
  .se--form-container2 {
    padding: 80px 40px;
    gap: 24px;
  }
  .form-container2 {
    padding: 72px 33px;
    gap: 24px;
  }
  .checkbox-container label {
    font-size: 12px;
  }
  .step-form-content2 {
    padding: 0px;
  }
  .pera-pad {
    padding: 0px;
  }
  .se--step-content {
    margin-top: 20px;
    color: #f1e9df;
    flex-direction: column;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .se--left-step {
    width: 100%;
    position: relative;
  }
  .se--right-step {
    width: 100%;
  }
  .se--title-right h3 {
    font-size: 28px;
  }
  .se--right-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #booking_details_popup img {
  max-width: 100%;
  }
}
/* mobile devices */
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .se--logo-section {
    display: flex;
    width: 200px;
    margin: 0px auto;
    padding: 32px 0px;
  }
  .se--member-login-form {
    padding: 100px 0px;
    width: 327px;
    margin: 0px auto;
  }
  .se--member-form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .se--form-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .se--member-form-container {
    border-radius: 12px;
    background: var(--Venura-Beige, #f1e9df);
    padding: 30px 26px;
  }
  .se--input-field-box {
    padding: 14px;
  }
  .se--registration-container {
    gap: 64px;
    margin-top: 36px;
    flex-direction: column;
  }
  .se--registration-title {
    font-size: 36px;
  }
  .se--left-registration {
    gap: 16px;
  }
  .se--btn2 {
    margin-top: 10px;
  }
  .reg-form-container {
    padding: 48px 26px;
    width: 327px;
  }
  .se--reg-title {
    font-size: 32px;
  }
  .se--left-registration {
    width: 100%;

    gap: 24px;
  }
  .se--big-title {
    font-size: 36px;
  }
  .se-row1 {
    gap: 24px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-line {
    width: 200px;
    height: 1px;
    background: #000;
  }
  .se--big-pera {
    font-size: 14px;
  }
  .se-row2 {
    gap: 20px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-title2 {
    font-size: 28px;
  }
  .se--big-line2 {
    width: 100%;
    height: 1px;
    background: #00252f;
  }
  .se--section-wrapper1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .se-row2-content {
    gap: 14px;
  }
  .se--content-row2-first {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
  }
  .se--form-container1 {
    padding: 72px 32px;
    gap: 24px;
  }
  .se--form-title1 {
    font-size: 32px;
  }
  .se--form-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
  }
  .se--venura-table-container {
    gap: 20px;
    padding: 0px 0px;
  }
  .se--table-container {
    gap: 36px;
    align-items: start;
    flex-direction: column;
    align-items: center;
  }
  .se--table-content {
    align-items: flex-start; /* Align to start for better control */
    max-width: 100%; /* Ensure the content container is constrained to the available width */
  }
  .se--table2 {
    width: 600px;
  }
  .se--table-header {
    flex-direction: column-reverse;
  }
  .se--tab-1 {
    align-items: center;
  }
  .se--form-container2 {
    padding: 60px 30px;
    gap: 24px;
  }
  .form-container2 {
    padding: 72px 33px;
    gap: 24px;
  }
  .se--btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .checkbox-container label {
    font-size: 12px;
  }
  .step-form-content2 {
    padding: 0px;
  }
  .pera-pad {
    padding: 0px;
  }
  .se--step-content {
    margin-top: 20px;
    color: #f1e9df;
    flex-direction: column;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .se--left-step {
    width: 100%;
    position: relative;
  }
  .se--right-step {
    width: 100%;
  }
  .se--title-right h3 {
    font-size: 28px;
  }
  .se--details {
    margin-top: 10px;
  }
  .se--right-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #booking_details_popup img {
  max-width: 100%;
  }
}

/* extra small devices */
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .se--logo-section {
    display: flex;
    width: 200px;
    margin: 0px auto;
    padding: 28px 0px;
  }
  .se--member-login-form {
    padding: 90px 0px;
    width: 280px;
    margin: 0px auto;
  }
  .se--member-form-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .se--form-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .se--member-form-container {
    border-radius: 12px;
    background: var(--Venura-Beige, #f1e9df);
    padding: 20px 14px;
  }
  .se--input-field-box {
    padding: 14px;
  }
  .se--registration-container {
    gap: 64px;
    margin-top: 36px;
    flex-direction: column;
  }
  .se--registration-title {
    font-size: 36px;
  }
  .se--left-registration {
    gap: 16px;
  }
  .se--btn2 {
    margin-top: 10px;
  }
  .reg-form-container {
    padding: 48px 26px;
    width: 290px;
  }
  .se--reg-title {
    font-size: 32px;
  }
  .se--left-registration {
    width: 100%;

    gap: 24px;
  }
  .se-btn2 {
    padding: 8px 10px;
  }
  .se--reg-pera-field {
    width: 100%;
  }
  .se--big-title {
    font-size: 36px;
  }
  .se-row1 {
    gap: 24px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-line {
    width: 200px;
    height: 1px;
    background: #000;
  }
  .se--big-pera {
    font-size: 14px;
  }
  .se-row2 {
    gap: 20px;
    width: 100%;
    padding: 0px 20px;
  }
  .se--big-title2 {
    font-size: 20px;
    line-height: 30px;
  }
  .se--big-line2 {
    width: 100%;
    height: 1px;
    background: #00252f;
  }
  .se--section-wrapper1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .se-row2-content {
    gap: 14px;
  }
  .se--content-row2-first {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
  }
  .se--form-container1 {
    padding: 72px 32px;
    gap: 24px;
  }
  .se--form-title1 {
    font-size: 32px;
  }
  .se--form-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
  }
  .se--venura-table-container {
    gap: 20px;
    padding: 0px 0px;
  }
  .se--table-container {
    gap: 36px;
    align-items: start;
    flex-direction: column;
    align-items: center;
  }
  .se--table-content {
    align-items: flex-start; /* Align to start for better control */
    max-width: 100%; /* Ensure the content container is constrained to the available width */
  }
  .se--table2 {
    width: 600px;
  }
  .se--able-header {
    flex-direction: column-reverse;
  }
  .se--tab-1 {
    align-items: center;
  }
  .se--form-container2 {
    padding: 60px 20px;
    gap: 24px;
  }
  .form-container2 {
    padding: 52px 10px;
    gap: 24px;
  }
  .se--btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .checkbox-container label {
    font-size: 12px;
  }
  .step-form-content2 {
    padding: 0px;
  }
  .pera-pad {
    padding: 0px;
  }
  .se--step-content {
    margin-top: 20px;
    color: #f1e9df;
    flex-direction: column;
    display: flex;
    gap: 30px;
    width: 100%;
  }
  .se--left-step {
    width: 100%;
    position: relative;
  }
  .se--right-step {
    width: 100%;
  }
  .se--title-right h3 {
    font-size: 28px;
  }
  .se--details {
    margin-top: 10px;
  }
  .se--right-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #booking_details_popup img {
  max-width: 100%;
  }
}
