/*font family*/
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jockey+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');

/*font-family*/

/*global css*/


.custom-btnn {
    padding: 20px 15px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 19px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    display: inline-block;
    margin: 10px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: inherit !important;
}

.orange-btnn {
    background-color: orangered;
    color: white;
}

.custom-btnn:hover {
    opacity: 0.8;
}





.custom{
    padding: 16px 40px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    display: inline-block;
    margin: 10px;
    transition: 0.3s;
}

.orange{
    background-color: orangered !important;
    color: white;
}

.yellow {
    background-color: yellow;
    color: black;
}



body {
    background: #19162E;
    font-family: Inter !important;
}

a.nav-link.custom-btn {
    font-size: 17px;
}



/*monday*/
td {
    cursor: pointer; /* Makes the cursor look like a hand */
}

td:hover {
    background-color: #f0f0f0; /* Optional hover effect */
}
.product-section {
     background-color: #19162E !important;

 }

.btn-custom-action {
    background: linear-gradient(to right, #EB500B, #ff8c00);
    color: white;
    border: none;
    padding: 10px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.3);
    transition: all 0.3s ease-in-out;
    margin: 10px auto;
    display: inline-block;
}

.btn-custom-action:hover {
    background: linear-gradient(to right, #ff6a00, #ffa200);
    box-shadow: 0 6px 16px rgba(255, 138, 0, 0.5);
    transform: translateY(-2px);
}

.enhanced-card {
    background: linear-gradient(135deg, #2a2a4e, #1e1a3c);
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-img-container {
    height: 230px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.card-body {
    padding: 20px;
    background-color: #2c2c56;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body a {
    background: #EB500B;
    color: white !important;
    font-size: 0.95rem;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    border: none;
}

.card-body a:hover {
    background: #ff6a00;
    color: white !important;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(255, 106, 0, 0.5);
}

/* ✅ Medium devices (tablets) */
@media (max-width: 768px) {
    .card-img-container {
        height: 200px;
    }

    .card-img-top {
        height: 100%;
    }

    .card-body h5 {
        font-size: 1rem;
    }

    .card-body p {
        font-size: 0.9rem;
    }

    .card-body a {
        font-size: 0.9rem;
        padding: 6px 18px;
    }

    .btn-custom-action {
        padding: 8px 20px;
        font-size: 0.95rem;
    }
}

/* ✅ Small devices (phones) */
@media (max-width: 576px) {
    .col-12.col-sm-6.col-md-4.col-lg-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-img-container {
        height: 180px;
    }

    .card-body h5 {
        font-size: 0.95rem;
    }

    .card-body p {
        font-size: 0.85rem;
    }

    .card-body a {
        font-size: 0.85rem;
        padding: 6px 16px;
    }

    .btn-custom-action {
        font-size: 0.9rem;
        padding: 8px 18px;
    }

    #product-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*monday*/


/*messagepage*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
    font-family: inherit !important;
    background-color: #19162E;
    margin: 0;
}

#overlay {
    position: relative;
    background: #19162E;
    overflow: hidden;
}

.overlay-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    padding: 40px 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 30px rgba(255, 0, 204, 0.4);
    max-width: 600px;
    width: 100%;
}

.text-gradient {
    background: linear-gradient(to right, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
    .overlay-box {
        padding: 30px 20px;
    }

    .text-gradient {
        font-size: 28px;
    }
}

footer {
    background-color: #19162E;
    padding: 20px 0;
}


/*messagepage*/




/*navBar*/

 .navbar-nav .nav-link {
     position: relative;
     color: #FFFFFF;
     transition: color 0.3s ease-in-out;
 }

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #FFD700 !important; /* Golden Color */
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: #FFD700;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.navbar-nav .nav-link.active:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}

.Polygon1 {
    background: url(/frontend/assets/images/Polygon1.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 36px;
}

span.badge.bg-white.text-danger.rounded-pill.ms-2 {
    top: 3px !important;
    position: absolute;
    right: 16px;
    width: 21px;
    height: 20px;
    align-items: center;
}

a.nav-link.custom-btn {
    background: url(/frontend/assets/images/Polygon3.png);
    background-size: 100% 100%;

}

a.nav-link.custom-btn-yellow {
    background: url(/frontend/assets/images/Polygon-yellow.png);
    padding: 6px 34px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    margin-left: 5px;
}







/*navBar*/


table.mx-auto.front-text:before {
    position: absolute;
    content: "Middle Aisle";
    right: -268px;
    top: -50px;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    color: #fff;
    height: fit-content;
    z-index: 99 !important;
    font-family: Inter;
    font-weight: 900;
    font-style: italic;
    font-size: 50px;
    line-height: 31px;
    letter-spacing: 8px;
}

table.mx-auto.front-text {
    position: relative;
    overflow: visible !IMPORTANT;
}

.table-responsive {
    overflow: visible;
}
ul.navbar-nav.text-center.mobileNavbar {
    display: none;
}

.container-gapping {
    margin: 20px 50px;
    background: #1C1930;
    border-radius: 16px;
    border: 1px rgba(255, 255, 255, 0.10) solid;
    padding: 0px 30px !important;

}

.d_flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h2.sec-head {
    color: #fff;
    font-size: 53px;
    font-family: Playfair Display;
    font-weight: 900;
    line-height: 67px;
    word-wrap: break-word;
    margin-bottom: 30px;
}

p.sec-head {
    color: #fff;
    font-size: 22px;
    font-family: Inter;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
}

p.sec-head strong {
    color: white;
    font-size: 22px;
    font-family: Inter;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
    text-transform: uppercase;
}

.section-two {
    padding: 60px 0px;
}

p.sec-head span {
    color: #78FE03;

}

h4.sec-head {
    color: #FE3AA2;
    font-size: 26px;
    font-family: Inter !important;
    font-style: italic;
    font-weight: 800;
    line-height: 32px;
    word-wrap: break-word;
}


/*global css*/

/*hedaer*/
ul.header_items li a {
    color: white;
    font-size: 20px;
    font-family: Jockey One;
    font-weight: 400;
    line-height: 34.10px;
    letter-spacing: 1.60px;
    word-wrap: break-word;
    text-decoration: none;
    padding: 0 20px !important;
    text-shadow: -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

a.nav-link.custom-btn {
    background: url('/frontend/assets/images/Polygon3.png');
    background-size: 100% 100%;
}

.header_items-right a {
    color: white;
    font-size: 20px;
    font-family: Inter !important;
    font-weight: 400;
    line-height: 34.10px;
    letter-spacing: 1.60px;
    word-wrap: break-word;
    text-decoration: none;
    padding: 6px 30px !important;
}

.Polygon1 {
    background: url(/frontend/assets/images/Polygon1.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 36px;
}
#tsum-tabs section#content2 {background: url('/frontend/assets/images/Mask Group 1.png') !important;background-repeat: no-repeat !important;}
a.nav-link.custom-btn-yellow {
    background: url(/frontend/assets/images/Polygon-yellow.png);
    padding: 6px 34px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    margin-left: 5px;
}

/*header*/
/*section-one*/
section.section-one {
    margin: 20px 40px;
}

.space {
    margin: 30px 0px;
}

.location-text strong {
    color: #fff;
    font-size: 20px;
    font-family: Inter !important;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
}

.location-text i {
    color: #fff;
    font-size: 20px;
    font-family: Inter !important;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
    padding-left: 37px;
}


h2.sec-head-btm {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    bottom: -140px;
    transform: rotate(34deg); /* adjust the angle as needed */
    transform-origin: left top;
    left: -120px;
}


/*section-one*/
/*table*/


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

.table-responsive.side-table {
    width: 63%;
}

.side-table_in {
    justify-content: end;
    display: flex;
}

.row.bootm-table {
    padding: 100px 0px 60px;
}

.row.bootm-table {
    position: relative;
}

.row.bootm-table::before {
    position: absolute;
    content: '';
    background: url('/frontend/assets/images/vector 2.png');
    width: 210px;
    height: 190px;
    left: -27px;
    z-index: -1;
    bottom: 0;
}

h2.sec-head.sec-head-table-in {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 45px;
    position: relative;
}

h2.sec-head.sec-head-table-in:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 365px;
    background: white;
    left: -130px;
}


.section {
    padding: 50px 0px;
}

td {
    background: white;
    padding: 0px 15px !important;
    color: #343434;
    font-size: 23px;
    font-family: Inter;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
    height: 100px;
}

td:hover {
    transform: scale(1.01);
}

.seat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: white;
    font-size: 23px;
    font-family: Inter;
    font-weight: 800;
    line-height: 32px;
    word-wrap: break-word;
    border-radius: 60px;
}

.seat-a {
    background-color: #C83E2F;
}

.seat-b {
    background-color: #234F68;
}

/*table*/
.section-footer .bottom-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/*footer*/
.section-footer .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffffff5e;
    border-radius: 0;
    color: white;
}
.col-lg-6.right-table {
    padding-left: 10%;
}
.border-btm:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 50px;
    background: url('/frontend/assets/images/border.png');
    right: -25px;
    bottom: -5px;
    filter: invert(1);
}

.section-footer .form-control:focus {
    background: transparent;
    color: white;
    box-shadow: none;
    border-color: orange;
}

/*.section-footer .btn-submit {*/
/*    background-color: #EB500B;*/
/*    color: white;*/
/*    padding: 13px 40px;*/
/*    border-radius: 0px;*/
/*    font-size: 20px;*/
/*    font-family: Jockey One;*/
/*    font-weight: 400;*/
/*    word-wrap: break-word;*/
/*}*/

/*.section-footer .btn-submit:hover {*/
/*    background-color: #e65c00;*/
/*}*/

footer.text-light.py-3.section-footer {
    background: url('/frontend/assets/images/footer-bg.png');

    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.section-footer-in {
    padding: 50px 0px 10px 0px !important;
}

.section-footer-in form {
    width: 720px;
    margin: 0 auto;
}

.section-footer .form-control::placeholder {
    color: white;
    font-size: 16px;
    font-family: Inter;
    font-weight: 300;
    line-height: 67px;
    word-wrap: break-word;
}

.available {
    position: relative;
    top: 10px;
}

ul.table-gapping li {
    display: inline-grid;
}

ul.table-gapping {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

tr.space-bet {
    padding-left: 70px;
}

h2.sec-head-site {
    font-family: Inter;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    left: 0;
    text-align: start;
    left: -165px;
}

.row.spacing tr {
    display: block;
    margin: 20px 0px !important;
}

li.space-table {
    padding-right: 22%;
    position: relative;
}

li.space-table-in {
    position: relative;
    left: -144px;
}

h2.head {
    font-size: 26px !important;
    font-family: 'Inter';
    text-transform: uppercase;
    margin-bottom: 0px;
}
a.btn-inn.btn-inn-small {
    border: 5px solid;
    padding: 25px 180px;
}

a.btn-inn {
    text-align: center;
    color: white;
    font-size: 32px;
    font-family: Inter;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 32px;
    border-top: 5px solid;
    text-decoration: none;
    border-left: 5px solid;
    padding: 20px 0px;
}

/**/

.section-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bb_button__text {
    color: white;
    font-size: 23px;
    font-family: Inter;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
    padding: 20px;
}

.bb_button {
    border: 2px solid #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.bb_button:before, .bb_button:after {
    content: '';
    background: #19162E;
    position: absolute;
    z-index: -1;
    transition: transform .2s ease-in-out;
}

.bb_button--transparent {
    transition: all .2s ease;
    border-color: rgba(255, 255, 255, .1)
}

.bb_button--transparent:hover {
    border-color: #fff;
}

.bb_button--side-ver:before {
    top: -2px;
    right: 0;
    bottom: -2px;
    left: 0;
}
.border-btm {
    border-bottom: 5px solid #fff;
    justify-content: end;
    align-items: end;
    position: relative;
    padding: 0px;
}


.border-btm-one {
    position: relative;
}

.border-btm-one:before {
    position: absolute;
    content: "";
    width: 205px;
    height: 5px;
    background: #fff;
    bottom: 0;
    right: -1px;
}
.bb_button--side-ver:hover:before {
    transform: scaleX(0);
}

.bb_button--side-hor:before {
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
}

.bb_button--diag-1:before {
    top: -2px;
    right: 1em;
    bottom: 1em;
    left: -2px;
    transform-origin: 0 0;
}

.bb_button--diag-1:after {
    top: 1em;
    right: -2px;
    bottom: -2px;
    left: 1em;
    transform-origin: 100% 100%;
}

[class*='bb_button--diag-']:hover:before,
[class*='bb_button--diag-']:hover:after {
    transform: scale(0);
}


[class*='bb_button--alt'].bb_button--diag-1:before {
    right: 4em;
}

[class*='bb_button--alt'].bb_button--diag-1:after {
    left: 3em;
}

.bb_button--alt-2[class*='bb_button--diag']:before {
    bottom: 3em;
}

.bb_button--alt-2[class*='bb_button--diag']:after {
    top: 3em;
}

[class*='bb_button--alt'].bb_button--diag-2:before {
    left: 2em;
}

[class*='bb_button--alt'].bb_button--diag-2:after {
    right: 2em;
}

.bb_button:hover .bb_button__text {
    opacity: 1;
}


/*footer end*/

/*tabs start*/


*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

h2.sec-head-table {
    font-family: Inter !important;
    font-weight: 600;
    font-style: italic;
    font-size: 35px;
    line-height: 27.38px;
    color: #fff;
    position: relative;
    left: -50px;
}

#tsum-tabs section {
    display: none;
    padding: 20px 40px 0px !important;
    background: url('/frontend/assets/images/vector1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px 30px;
}
h2.sec-head.sec-head-right-btm {
    font-size: 33px;
    margin-bottom: 0px;
    position: relative;
    bottom: -140px;
    line-height: 40px;
}

#tsum-tabs input {
    display: none;
}


#tsum-tabs label:hover {
    color: #888;
    cursor: pointer;
}

#tsum-tabs label {
    font-size: 52px;
    font-family: Inter !important;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    background: #fff;
    color: #000;
    padding: 38px 20px;
    position: relative;
    bottom: -17px;
    left: -5px;
}

#tsum-tabs input:checked + label {
    color: #fff;
    background: #C83E2F;
    padding: 47px 25px;
    position: static;
    margin-left: -9px;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}

/*tabs end*/

@media screen and (max-width: 1440px) {

    .bb_button--diag-1:before {
        right: 2em;
        bottom: 2em;
    }
    h2.sec-head.sec-head-table-in:before {
        left: -85px;
        width: 267px;
        height: 3px;
    }
    h2.sec-head.sec-head-btm {
        font-size: 14px;
        line-height: 18px;
        bottom: -100px;
        left: -70px;
    }

    .border-btm-one:before {
        width: 130px;
    }

    h2.sec-head.sec-head-right-btm {
        font-size: 27px;
        bottom: -90px;
        line-height: 30px;
    }

    #tsum-tabs section#content2 {background-size: contain !important;}


    a.btn-inn.btn-inn-small {
        padding: 15px 115px;
        font-size: 18px;
    }
    h2.sec-head.sec-head-table-in {
        font-size: 17px;
        line-height: 36px;
    }
    #tsum-tabs section#content2 {
        background-size: contain !important;
    }
    .bb_button--diag-1:after {
        left: 2em;
        top: 2em;
    }

    .bb_button--alt-2[class*='bb_button--diag']:before {
        bottom: 2em;
    }

    .bb_button--alt-2[class*='bb_button--diag']:after {
        top: 2em;
    }

    ul.header_items li a {
        font-size: 17px;
    }

    .available {
        top: 4px;
    }

    .header_items-right a {
        font-size: 17px;
    }

    tr.space-bet {
        padding-left: 40px;
    }

    #textting::before {
        right: 291px;
        font-size: 40px;
        letter-spacing: 4px;
    }

    .row.spacing tr {
        display: block;
        margin: 10px 0px !important;
    }

    h2.sec-head {
        font-size: 45px;
        line-height: 55px;
    }

    p.sec-head {
        font-size: 20px;
    }

    h4.sec-head {
        font-size: 23px;
    }

    p.sec-head strong {
        font-size: 20px;
    }

    li.space-table {
        padding-right: 233px;
    }

    li.space-table-in {
        left: -105px;
    }

    td {
        font-size: 15px;
        padding: 0px 6px !important;
        height: 62px;
    }

    h2.sec-head-table {
        font-size: 30px;
    }

    .seat {
        font-size: 14px;
        width: 23px;
        height: 22px;
    }

    .bb_button__text {
        font-size: 17px;
        line-height: 33px;
    }

    a.btn-inn {
        font-size: 23px;
        padding: 11px 0px;
    }

    .table-responsive.side-table {
        width: 68%;
        margin-right: 0px;
    }

    #tsum-tabs input:checked + label {
        padding: 35px 20px;
    }

    #tsum-tabs label {
        font-size: 34px;
        padding: 26px 11px;
    }

    h2.sec-head-table {
        left: -19px;
    }

    h2.sec-head-site {
        font-size: 23px;
        left: -119px;
    }

    .row.bootm-table::before {
        bottom: -40px;
    }

    .row.bootm-table {
        padding: 30px 0px 20px;
    }

    .Polygon1 {
        padding: 25px;
    }

    a.nav-link.custom-btn {
        font-size: 15px;
    }

    #textting::before {
        right: 361px;
    }

    .space {
        margin: 10px 0px;
    }

    .location-text strong {
        font-size: 18px;
    }

    .location-text i {
        font-size: 18px;
    }


}

@media screen and (max-width: 1280px) {

    #textting::before {
        right: 251px !important;

    }
}

@media screen and (max-width: 1336px) {
    #textting::before {
        right: 291px;

    }

}
@media screen and (max-width: 992px) {
    ul.navbar-nav.text-center.mobileNavbar {
        display: block;
        text-align: right !important;
        padding-right: 50px;
    }
    section#content2 {
        overflow: scroll;
    }

    .navbar-nav .nav-link.active::after {
        display: none;
    }
    .m-head {
        margin: 0px !important;
        padding: 5px;
    }

    .m-head img {
        width: 67%;
    }
    .border-btm-one:before {
        width: 110px;
    }

    h2.sec-head.sec-head-btm {
        font-size: 12px !important;
        left: -30px;
    }

    h2.sec-head.sec-head-table-in {
        font-size: 15px !important;
        margin-bottom: 20px;
    }

    h2.sec-head.sec-head-right-btm {
        font-size: 19px !important;
        line-height: 20px;
        top: 43px;
    }

    section#content2 .row.spacing-right.spacing-mb {
        margin-top: 0px;
    }

    a.btn-inn.btn-inn-small {
        font-size: 15px;
    }
    .container-gapping {
        padding: unset !important;
    }
    h2.sec-head {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    p.sec-head {
        font-size: 14px;
        line-height: 18px;
    }

    h4.sec-head {
        font-size: 15px;
    }

    p.sec-head strong {
        font-size: 18px;
    }

    .location-text strong {
        font-size: 15px;
        line-height: 15px;
    }

    .location-text i {
        font-size: 15px;
        line-height: 15px;
    }

    .section-two {
        padding: 30px 50px;
    }
    .section-two .about {
        width: 70%;
    }
    .section-footer-in form {
        width: 500px;
    }

    .section-footer-in {
        padding: 0px!important;
    }


    .section-footer .btn-submit {
        font-size: 15px;
        padding: 10px 32px;
    }

    .container.text-center.footer-btm.py-5 {
        padding: 15px 0px !important;
    }
    section#content1 {
        overflow: scroll;
    }

    #tsum-tabs input:checked + label {
        padding: 15px;
        position: relative;
        bottom: -5px;
        left: 1px;
    }

    #tsum-tabs label {
        font-size: 22px;
        line-height: 30px;
    }

    #tsum-tabs label {padding: 20px 15px;}

    #tsum-tabs label {
        bottom: 0;
    }
    td {
        font-size: 12px;
        line-height: 19px;
        height: 63px;
        padding: 11px 9px !important;
    }

    table.mx-auto.front-text:before {
        right: -179px;
        font-size: 33px;
    }

    .col-lg-6.right-table {
        padding: 0px;
    }
    #tsum-tabs section {
        margin: 0px;
    }
    li.space-table {
        padding-right: 113px;
    }
    .col-lg-6 {
        /* width: 50%; */
    }

    ul.table-gapping li {
        left: -95px;
    }

    li.space-table {
        padding-right: 30px;
    }
    h2.sec-head-table {
        font-size: 17px;
        left: -19px;
    }
    .spacing-mb {
        width: 160%;
    }

    ul.table-gapping {
        justify-content: space-between;
    }

    h2.sec-head-site {
        font-size: 18px;
        left: -100px;
    }

    .bb_button__text {
        font-size: 15px;
    }

    h2.sec-head {
        font-size: 20px !important;
    }

    a.btn-inn {
        font-size: 18px;
        padding: 15px 11px !important;
    }
    li.space-table-in {
        left: -160px !important;
    }
    .table-btm-img img {
        width: 65%;
    }
    .col-lg-6.right-table {
        padding-left: 50px;
    }



}

@media screen and (max-width: 767px) {
    .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
    }

    button.navbar-toggler {
        padding: 2px 8px;
        border-radius: 4px;
    }
    #tsum-tabs input:checked + label {
        padding: 9px;
        bottom: -6px;
        left: -1px;
    }

    #tsum-tabs label {
        font-size: 13px;
    }

    #tsum-tabs label {
        padding: 12px 9px;
    }
    #tsum-tabs section {
        padding: 15px !important;
    }

    .spacing-mb {
        width: 200%;
    }

    td {
        font-size: 10px;
        height: 45px;
    }

    .seat {
        font-size: 9px;
        height: 18px;
        width: 18px;
    }

    h2.sec-head-site {
        font-size: 12px;
        line-height: 20px;
        left: -80px;
        top: -21px;
    }

    .bb_button__text {
        font-size: 12px;
    }

    h2.sec-head {
        font-size: 18px !important;
        margin-bottom: 0px !important;
    }

    a.btn-inn {
        font-size: 15px;
        padding: 12px  8px!important;
    }

    .row.bootm-table::before {left: 0;bottom: -17px;}
    .col-lg-6.right-table {
        padding-right: 60px;
    }
    .section-two {
        padding: 0px 44px;
    }
    .section-footer-in form {
        width: 390px;
    }

    .section-footer-in form input::placeholder {
        font-size: 12px !important;
    }

    .section-footer-in form {margin-top: 0px !important;}

    .container.text-center.footer-btm.py-5 {
        padding: 0px !important;
    }

    .section-footer .btn-submit {
        padding: 8px 35px;
    }
    section#content2 .spacing-mb {
        width: 160%;
    }

    h2.sec-head.sec-head-btm {
        left: -10px;
        font-size: 9px !important;
        line-height: 15px;
    }

    h2.sec-head.sec-head-table-in {
        font-size: 13px !important;
        line-height: 20px;
    }

    h2.sec-head.sec-head-right-btm {
        font-size: 16px !important;
    }

    .border-btm-one:before {
        width: 100px;
    }


}
@media screen and (max-width: 576px) {


    section.section-one {
        margin: 0px 40px;
    }

    h2.sec-head {
        font-size: 17px !important;
        line-height: 25px;
    }

    .section-two h2.sec-head {
        margin-bottom: 10px !important;
    }

    p.sec-head {
        font-size: 13px;
        margin-bottom: 10px;
    }

    h4.sec-head {
        font-size: 13px;
        line-height: 22px;
    }

    p.sec-head strong {
        font-size: 16px;
        line-height: 25px;
    }

    .location-text strong {
        font-size: 13px;
    }

    .location-text i {
        font-size: 12px;
    }

    p.location-text {
        line-height: 0;
    }

    .section-footer-in form {
        width: 302px;
    }

    .container.text-center.footer-btm.py-5 {
        padding: 0px 0px 20px 0px !important;
    }

    footer.text-light.py-3.section-footer {
        overflow: hidden;
    }

    td {
        font-size: 8px;
        height: 40px;
    }

    .seat {
        font-size: 8px;
        height: 15px;
        width: 15px;
    }

    .col-lg-6.right-table {
        padding-right: 36px;
    }

    h2.sec-head-table {
        font-size: 15px;
    }
    section#content2 .spacing-mb {
        width: 150%;
    }

    .border-btm-one:before {
        width: 80px;
    }

    h2.sec-head.sec-head-table-in:before {
        width: 199px;
    }

    h2.sec-head.sec-head-btm {
        bottom: -67px;
        left: -28px;
        font-size: 8px !important;
    }




}


@media screen and (max-width: 480px) {
    section.section-one .row {
        margin-top: 0px;
    }

    p.location-text img {
        height: 21px;
    }

    .location-text i {
        font-size: 10px;
        padding-left: 25px;
    }

    h2.sec-head.sec-head-table-in {
        font-size: 8px !important;
    }
    td {
        font-size: 6px;
        padding: 1px !important;
    }

    .available {top: 1px;}

    .seat {
        font-size: 7px;
        height: 12px;
        width: 11px;
    }

    table.mx-auto.front-text:before {
        font-size: 25px;
        right: -160px;
    }

    .col-lg-6.right-table {
        padding-right: 20px;
    }

    .row.bootm-table::before {
        bottom: -10px;
        height: 125px;
        width: 115px;
        background-size: cover;
    }

    h2.sec-head-site {
        top: 12px;
        left: -50px;
        font-size: 10px;
        line-height: 15px;
    }

    .bb_button__text {
        font-size: 9px;
        padding: 7px;
    }

    .table-btm-img h2.sec-head {font-size: 13px !important;}

    a.btn-inn {
        font-size: 12px;
        padding: 3px  10px!important;
    }
    h2.sec-head-table {
        font-size: 11px;
        left: -43px;
    }

    ul.table-gapping li {
        left: -85px;
    }

    section#content2 .spacing-mb {
        width: 160%;
    }

    .border-btm-one:before {
        width: 60px;
    }

    h2.sec-head.sec-head-btm {
        bottom: -66px;
        left: -25px;
        font-size: 5px !important;
        line-height: 10px !important;
    }

    h2.sec-head.sec-head-table-in:before {
        width: 182px;
    }

    h2.sec-head.sec-head-right-btm {
        font-size: 13px !important;
    }
    section.section-one {
        margin: 0px 10px;
    }

    .container-gapping {
        margin: 10px 20px;
    }

    .section-two {
        padding: 0px 16px;
    }

}
