:root {
    --bg-col-1: #af2e97;
    --bg-col-2: #343434;
    --bg-col-3: #8f1f63;
    --bg-col-4: #831c5c;
    --bg-col-5: #af2e97;
    --bg-col-6: #94127f;
    --bg-col-7: #bf7cb5;
    --text-col-1: #433f40;
    --text-col-2: #4e4e4d;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

.font-pjs-lig {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
}

.font-pjs-reg {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
}

.font-pjs-med {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 500;
}

.font-pjs-sbld {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.font-pjs-bld {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
}

.font-pjs-exbd {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
}

.brand-text-col {
    color: var(--text-col-1);
}

/*

font-family: 'Plus Jakarta Sans', sans-serif;

*/


/*=====================
     Common css ends 
  ==================*/

/*=====================
   Import Font Css Start
  ==================*/

@font-face {
    font-family: "myri-lig";
    src: url(../fonts/MyriadPro-Light.otf);
}


@font-face {
    font-family: "myri-reg";
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
    font-family: "myri-bold";
    src: url(../fonts/MYRIADPRO-BOLD.OTF);
}



/*====================
  Import Font Css Ends
  ==================*/


/* Banner Section Starts */

.banner {
    padding-top: 100px;
}

.banner .banner-left h1 {
    font-size: 80px;
    margin-bottom: 40px !important;
}

.banner .banner-left h2 {
    color: var(--text-col-2);
    font-size: 30px;
    margin-bottom: 40px !important;
}

.banner .banner-left h2 img {
    padding-left: 10px;
}

.banner .banner-left h4 {
    font-size: 30px;
    margin-bottom: 40px !important;
}

.banner .banner-left p {
    font-size: 30px;
    color: var(--text-col-2);
    padding: 0 70px;
    margin-bottom: 40px !important;
}

.banner .banner-left a {
    font-size: 66px;
    background: var(--bg-col-1);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}



/* Banner Section Ends */


/* Why Join Section Starts */

.why-join {
    padding-top: 130px;
}

.why-join .why-join-left {
    padding-bottom: 150px;
}

.why-join h2 {
    font-size: 50px;
    margin-bottom: 50px !important;
}

.why-join h2 span {
    width: 18%;
}

.why-join h2 span img {
    padding-right: 50px;
    padding-left: 15px;
    margin-top: -2px;
}

.why-join .why-join-left ul {
    position: relative;
}

.why-join .why-join-left ul::before {
    content: '';
    position: absolute;
    background: var(--text-col-1);
    width: 5px;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.why-join .why-join-left ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px !important;
}

.why-join .why-join-left ul li::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--text-col-1);
    border-radius: 50%;
    z-index: 11;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.why-join .why-join-left ul li::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.why-join .why-join-left ul li p {
    color: var(--text-col-1);
    font-size: 28px;
}

.why-join .why-join-right p {
    font-size: 24px;
    color: var(--text-col-2);
    padding: 0 15px;
    margin-bottom: 30px !important;
}

.why-join .why-join-right h4 {
    font-size: 20px;
    margin-bottom: 30px !important;
}

.why-join .why-join-right a {
    font-size: 40px;
    background: var(--bg-col-1);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* Why Join Section Ends */

/* What Offer Section Starts */

.what-offer {
    padding-top: 120px;
}

.what-offer h2 {
    font-size: 50px;
    margin-bottom: 50px !important;
}

.what-offer h2 span {
    width: 17%;
}

.what-offer h2 span img {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -2px;
}

.what-offer .what-offer-left ul {
    position: relative;
}

.what-offer .what-offer-left ul::before {
    content: '';
    position: absolute;
    background: var(--text-col-1);
    width: 5px;
    height: 82%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.what-offer .what-offer-left ul li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 40px !important;
}

.what-offer .what-offer-left ul li::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--text-col-1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 11;
}

.what-offer .what-offer-left ul li::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
}

.what-offer .what-offer-left ul li p {
    color: var(--text-col-1);
    font-size: 30px;
}

.what-offer .what-offer-right img {
    margin-bottom: 40px !important;
}

.what-offer .what-offer-right h4 {
    font-size: 20px;
    margin-bottom: 30px !important;
}

.what-offer .what-offer-right a {
    font-size: 40px;
    background: var(--bg-col-1);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* What Offer Section Ends */

/* What Makes Section Starts  */

.what-makes {
    padding-top: 120px;
}

.what-makes h2 {
    font-size: 50px;
    margin-bottom: 50px !important;
}

.what-makes h2 span {
    width: 18%;
}

.what-makes h2 span img {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -2px;
}

.what-makes .what-makes-left table {
    width: 100%;
}



.what-makes .what-makes-left table th {
    font-size: 30px;
}

.what-makes .what-makes-left table td {
    font-size: 14px;
    padding: 5px 0;
}

.what-makes .what-makes-left table td img {
    width: 30px;
}

.what-makes .what-makes-right h4 {
    font-size: 20px;
    margin-bottom: 30px !important;
}

.what-makes .what-makes-right a {
    font-size: 40px;
    background: var(--bg-col-1);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* What Makes Section Ends  */

/* How Pay Section Starts  */

.how-pay {
    padding-top: 120px;
}

.how-pay .how-pay-content {
    position: relative;
}

.how-pay .how-pay-content::after {
    content: '';
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: url(../images/vertical-line.png) no-repeat center / cover;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.how-pay .how-pay-content .how-pay-item .how-pay-image {
    position: relative;
}

.how-pay .how-pay-content .how-pay-item .how-pay-image::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -35px;
    background: url(../images/bottom-arrow-icon.png) no-repeat;
    width: 15px;
    height: 50px;
    z-index: -1;
    background-size: contain;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.how-pay .how-pay-content .how-pay-item .how-pay-image img {
    width: 50%;
}

.how-pay .how-pay-content .how-pay-item .how-pay-text {
    margin-top: 50px;
}

.how-pay .how-pay-content .how-pay-item .how-pay-text p {
    font-size: 18px;
}

/* How Pay Section Ends  */

/* Select Seat Section Starts */

.select-seat {
    padding-top: 120px;
}

.select-seat h2 {
    font-size: 46px;
    margin-bottom: 30px !important;
}

.select-seat h6 {
    font-size: 22px;
    margin-bottom: 40px !important;
}

.select-seat .category-form {
    margin-bottom: 30px;
}

.select-seat .category-form .category-form-item label {
    font-size: 24px;
    margin-bottom: 20px;
}

.select-seat .category-form .category-form-item select {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 5px 10px;
}

.select-seat .category-form .category-form-submit button {
    background: var(--bg-col-3);
    border: 0;
    outline: 0;
    padding: 5px 30px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
}

.select-seat .you-selected-text {
    margin-bottom: 20px;
}

.select-seat .you-selected-text h3 {
    font-size: 20px;
}

.select-seat .you-selected-text .selected-text-left h3 {
    color: var(--text-col-1);
}

.select-seat .category-list .category-list-heading {
    background: var(--bg-col-4);
    padding: 5px 0;
}

.select-seat .category-list .category-list-heading h3 {
    font-size: 18px;
}

.select-seat .category-list .category-list-heading h3 span {
    font-size: 13px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: var(--bg-col-5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.select-seat .category-list .category-list-content {
    background: var(--bg-col-6);
    padding: 0 10px;
}

.select-seat .category-list .category-list-content .category-list-content-text h3 {
    font-size: 24px;
    color: #fff;
}

.select-seat .category-list .category-list-content .category-list-content-text h4 {
    font-size: 20px;
    color: #fff;
}

.select-seat .category-list .category-list-content .category-list-content-left {
    background: var(--bg-col-3);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.select-seat .category-list .category-list-content .category-list-content-text.content-text-one {
    padding-left: 15px;
}

.select-seat .category-list .category-list-content .category-list-content-text.content-text-two {
    padding-left: 50px;
    padding-right: 20px;
    word-break: break-all;
}

.select-seat .category-list .category-list-content .category-list-content-text.content-text-one,
.select-seat .category-list .category-list-content .category-list-content-text.content-text-two {
    padding-top: 20px;
    padding-bottom: 20px;
}

.select-seat .category-list .category-list-content .category-list-content-text ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.select-seat .category-list .category-list-content .category-list-content-text ul li .list-content-text-left {
    text-align: center;
}

.select-seat .category-list .category-list-content .category-list-content-text ul li .list-content-text-left h5 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.select-seat .category-list .category-list-content .category-list-content-text ul li .list-content-text-left ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.select-seat .category-list .category-list-content .category-list-content-text ul li .list-content-text-left ul li:first-child {
    font-size: 13px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    color: #fff;
    background: var(--bg-col-7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.select-seat .category-list .category-list-content .category-list-content-text ul li .list-content-text-left ul li:last-child {
    font-size: 13px;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: var(--bg-col-5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.select-seat .category-list .claim-btn {
    text-align: right;
    margin-top: 50px;
}

.select-seat .category-list .claim-btn a {
    font-size: 40px;
    background: var(--bg-col-1);
    display: inline-block;
    padding: 5px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* Select Seat Section Ends  */

/* Testimonials Section Starts */

.testimonials {
    padding-top: 120px;
}

.testimonials h2 {
    font-size: 50px;
    margin-bottom: 50px !important;
}

.testimonials .testimonials-left {
    padding-bottom: 80px;
}

.testimonials .testimonials-left ul {
    position: relative;
}

.testimonials .testimonials-left ul::before {
    content: '';
    position: absolute;
    background: var(--text-col-1);
    width: 5px;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials .testimonials-left ul li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px !important;
}

.testimonials .testimonials-left ul li::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--text-col-1);
    border-radius: 50%;
    z-index: 11;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.testimonials .testimonials-left ul li::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.testimonials .testimonials-left ul li p {
    color: var(--text-col-1);
    font-size: 30px;
}

.testimonials .testimonials-right p {
    font-size: 24px;
    color: var(--text-col-2);
    padding: 0 15px;
    margin-bottom: 30px !important;
}

.testimonials .testimonials-right h4 {
    font-size: 20px;
    margin-bottom: 30px !important;
}

.testimonials .testimonials-right a {
    font-size: 40px;
    background: var(--bg-col-1);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


/* Testimonials Section Ends */

/* bootstrap.min.css */
.d-flex {
    display: flex!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
/* bootstrap.min.css */