

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: "Baloo Tammudu 2", system-ui;
}
p{
    font-size: 30px;
    line-height: 60px;
    font-family: "Baloo Tammudu 2", system-ui;
    font-weight: 400;
}
p:last-child{
    margin: 0;
}
a{
    text-decoration: none;
}
.default-btn {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    font-family: "Baloo Tammudu 2", system-ui;
    color: #000000;
    display: inline-block;
    transition: .5s;
    background-color: #f79b05;
    border-radius: 38px;
    text-transform: capitalize;
    padding: 14px 44px;
    height: 76px;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
.container{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

h1{
font-size: 65px;
letter-spacing: 1px;
color: #000000;
font-weight: 700;
font-family: "Volkhov", serif;
}
h2,.h2{
    font-size: 60px;
    line-height: 80px;
    color: #000000;
font-weight: 700;
font-family: "Volkhov", serif;
}
h3{
    font-size: 40px;
letter-spacing: 0px;
line-height: 60px;
color: #000000;
font-weight: 500;
}
h4{
    font-size: 30px;
letter-spacing: 0px;
line-height: 55px;
color: #000000;
font-weight: 600;
}
@media only screen and (min-width:576px){
    .container{
        max-width:540px
    }	
}
@media only screen and (min-width:768px){
	.container{
		max-width:720px
	}
}
@media only screen and (min-width:992px){
  .container{
    	max-width:960px
    }  
}
@media only screen and (min-width:1200px){
   .container{
	   max-width:1140px
    }
}
@media only screen and (min-width:1400px){
	 .container{
		max-width:1660px
	 }

 }

 /* header */
 header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    padding-top: 50px;
    -webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}
header.fixed .header-logo a > img {
    max-width: 120px;
    width: 100%;
}
header.fixed {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(10px);
    padding: 10px 0;
}
 .header-row {
    display: flex;
    justify-content: space-between;
}
 .header-menu ul {
    display: flex;
    align-items: center;
    margin: 0 -30px;
}
 .header-menu ul li {
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    padding: 0 30px;
}
.default-btn:hover {
    background: #0a88c3;
    color: #000 !important;
}
.header-menu ul li a {
    color: #000000;
    transition: .5s;
}
.header-menu ul li a:hover{
    color: #f79b05;
}
span.green {
    width: 224px;
    height: 224px;
    border-radius: 112px;
    background-color: #31a56b;
    display: inline-block;
    opacity: 0.75;
    position: absolute;
    top: -75%;
    right: 28%;
    z-index: -1;
}

span.dark-orange {
    width: 122px;
    height: 122px;
    border-radius: 61px;
    background-color: #e2552f;
    display: inline-block;
    opacity: 0.75;
    position: absolute;
    left: -4%;
    top: 10%;
    z-index: -1;
}
/* banner */
section.banner {
    background-color: #fffaf4;
    border-radius: 50px;
    position: relative;
    padding-top: 250px;
    padding-bottom: 150px;
    overflow: hidden;
}

/* banner */
section.gallery {
    background-color: #fffaf4;
    border-radius: 50px;
    position: relative;
    padding-bottom: 150px;
    overflow: hidden;
}

.banner-content h1 {
    padding-bottom: 30px;
}
.banner-content p {
    font-family: "Covered By Your Grace", cursive;
    font-size: 100px;
    letter-spacing: 1px;
    line-height: 100px;
    color: #0e87c3;
    font-weight: 400;
}
.banner-content p span {
    color: #f79b05;
}
span.banner-bottom-text {
    font-size: 36px;
    line-height: 72px;
    color: #000000;
    font-weight: 500;
    padding-top: 30px;
    display: inline-block;
}
.banner-content p small {
    color: #30a66a;
}
.banner-content {
    width: 61%;
    position: relative;
    z-index: 1;
}
.banner-img {
    width: calc(100% - 46%);
    flex-shrink: unset;
    margin-right: calc(-100vw / 2 + 1340px / 2);
    position: relative;
    right: 10%;
    bottom: -60px;
    z-index: 2;
}
.main-banner {
    display: flex;
    align-items: end;
}
.banner-img .banner-inner-img img {
    width: 100%;
}
.banner-icon-img img:last-child {
    position: absolute;
    right: 8%;
    top: 15%;
}
.banner-icon-img img:nth-child(2) {
    position: absolute;
    top: 24%;
    left: 50%;
    width: 110px;
}
.banner-icon-img img:first-child {
    position: absolute;
    top: 43.5%;
    left: 22%;
    width: 100px;
}
/* gravity&giggles */
.gravity-center-text p img {
    vertical-align: middle;
    padding-left: 105px;
}
.gravity-center-text p {
    font-size: 48px;
    font-weight: 500;
    max-width: 1485px;
    margin: 0 auto;
}
.gravity-center-text p span {
    color: #9b9b9b;
}
section.gravity-giggles {
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
}
.form-block.select-form-block .inner-form-block img {
    display: none;
}
span.bg-yellow {
    width: 250px;
    height: 250px;
    border-radius: 144px;
    background-color: #f79c05;
    display: inline-block;
    opacity: 0.75;
    position: absolute;
    top: -25%;
    left: 2%;
}
/* span.smart-object {
    position: absolute;
    right: -23%;
    top: -40%;
    z-index: -1;
    margin-right: calc(-100vw / 2 + 2661px / 2);
} */
.main-img {
    position: absolute;
    right: 0px;
    top: -170px;
    z-index: -1;
}

span.smart-object img{
    width: 100%;
}

/* img-content */
section.img-content {
    padding-bottom: 100px;
    position: relative;
}
.main-content-block {
    width: 50%;
    padding-right: 60px;
    position: relative;
}
/* .main-content-block::after {
    content: "";
    display: block;
    background-image: url("../img/Smart-obj-content.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 18%;
    left: -13%;
    z-index: -1;
} */
.main-img-block {
    width: 50%;
}
.main-img-content-icon {
    position: absolute;
    top: 13%;
    left: 0;
    z-index: -1;
}

.main-img-content-icon img {
    width: 100%;
}
.main-img-content {
    display: flex;
    align-items: start;
}
.inner-under-img {
    position: relative;
    padding-bottom: 95%;
    border-radius: 50px;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
    background-color: #fffaf4;
    padding: 20px;
    z-index: 1;
}
.inner-under-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    min-height: 741px;
    max-height: 741px;
}
/* book-ticket */
.title-ticket-book h2 {
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 80px;
    color: #000000;
    font-weight: 700;
    font-family: "Volkhov", serif;
}
section.ticket-book {
    border-radius: 50px;
    background-color: #fffaf4;
    padding: 90px 0;
}
.title-ticket-book {
    text-align: center;
    padding-bottom: 70px;
}
.book-ticket-btn {
    padding-top: 60px;
    text-align: center;
}
.ticket-icon-tab {
    width: 195px;
    height: 195px;
    border-radius: 98px;
    background-color: #f79c05;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.book-ticket-tab {
    display: flex;
    /* justify-content: space-between; */
    margin: 0 -55px;
}
.ticket-block h3 {
    padding-bottom: 10px;
}
.ticket-block p {
    line-height: 40px;
}
.ticket-block {
    width: 33.333%;
    text-align: center;
    padding: 0 55px;
}
.bg-tab-yellow{
    background-color: #f79c05;
}
.bg-tab-blue{
    background-color: #0a88c3;
}
.bg-tab-green{
    background-color: #30a66a;
}

/* get-in-touch */
.get-in-touch-title p {
    font-size: 48px;
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto;
}
.get-in-touch-title h2 {
    padding-bottom: 25px;
}
.get-in-touch-title {
    text-align: center;
    padding-bottom: 100px;
}
section.get-in-touch {
    padding: 45px 0 65px;
    position: relative;
}
.get-in-social-touch span {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    padding-left: 15px;
    line-height: 45px;
}
.get-in-social-touch span::after {
    content: "";
    display: block;
    width: 100%;
    background: #000;
    height: 2px;
}
.get-in-touch-block ul li a {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    transition: .5s;
}
.get-in-touch-block ul li a:hover,
.get-in-touch-block a:hover {
    color: #f79b05;
}
.location-map a > h4 {
    transition: .5s;
}

.location-map a > h4:hover {
    color: #f79b05;
}
.get-in-touch-block ul li h4 {
    line-height: 40px;
    font-weight: 500;
}
.location-map a {
    color: #000;
}
span.bg-orange-ligh {
    width: 156px;
    height: 156px;
    border-radius: 78px;
    background-color: #e2552f;
    display: inline-block;
    opacity: 0.50;
    position: absolute;
    top: -3%;
    left: 21%;
}
span.bg-yellow-ligh {
    width: 229px;
    height: 229px;
    border-radius: 115px;
    background-color: #f79c05;
    display: inline-block;
    position: absolute;
    top: 25.5%;
    right: 14.5%;
    opacity: 0.50;
}
span.bg-blue-ligh {
    opacity: 0.490;
    width: 369px;
    height: 369px;
    border-radius: 185px;
    background-color: #0a88c3;
    display: inline-block;
    position: absolute;
    bottom: -14%;
    left: -6.9%;
    z-index: -1;
}
.location-map a h4 {
    line-height: 40px;
}
.get-in-touch-block a {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    transition: .5s;
}
.get-in-touch-connect {
    display: flex;
    max-width: 1545px;
    margin: 0 auto;
}
.get-in-touch-block {
    width: 33.333%;
    padding: 0 25px;
}
.inner-toch-block {
    padding-bottom: 50px;
}
.inner-toch-block:last-child {
    padding-bottom: 0;
}
.location-map a p {
    line-height: 45px;
}
.get-in-touch-block ul li {
    padding-bottom: 20px;
}
.get-in-social-touch {
    padding-bottom: 35px;
    display: flex;
    align-items: start;
}
.get-in-social-touch.event-venue {
    justify-content: end;
}
.get-in-touch-block ul li:last-child {
    padding-bottom: 0;
}

/* footer */
footer {
    background-color: #fffaf4;
    padding: 65px 0;
}
.footer-map {
    text-align: right;
}
.footer-row {
    display: flex;
    justify-content: space-between;
}
.select-date-box span {
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    border: 2px solid transparent;
    padding: 0;
    text-align: center;
    width: 183px;
    height: 80px;
    cursor: pointer;
    padding: 24px 0;
    cursor: pointer;
}
.select-date-box.time-zone span {
    padding: 33px 0;
}
.select-date-box input[type="radio"]:checked ~ span{
    border: 2px solid #f79c05;
}
/* .select-date-box span::before {
    content: "";
    display: block;
    width: 100%;
    border: transparent;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
} */
.select-date-box span sup {
    font-size: 15px;
}
.select-date-box {
    position: relative;
    margin: 0 5px;
}
.select-date-box input[type="radio"] {
    /* display: none; */
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 182px;
    height: 79px;
    z-index: 9;
}

#popup {
    display: none; /* Initially hidden */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1001;
    max-width: 1450px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fffaf4;
    padding: 25px 45px;
    overflow: auto;
    overflow-y: auto;
    height: 850px;
}

/* Style for the overlay */
#overlay {
    display: none; /* Initially hidden */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000;
}

/* Style for the close button inside the popup */
#close-popup {
    padding: 8px 15px;
    background-color: #000;
    width: 40px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 0;
    height: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    font-family: "Baloo 2", sans-serif;
    justify-content: center;
    font-weight: 500;
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.main-book-ticket {
    display: flex;
    align-items: start;
}
.inner-form-block input[type="date"],
.inner-form-block input[type="text"],
.inner-form-block input[type="email"],
.inner-form-block input[type="number"] {
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    border: 0;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000000;
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    text-align: center;
    height: 83px;
    max-width: 170px;
    padding: 0;
    margin: 0;
}
.form-block .inner-form-block select{
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    border: 0;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    font-family: "Baloo 2", sans-serif;
    text-align: center;
    height: 83px;
    max-width: 178px;
    width: 100%;
    padding: 0;
    appearance: none;
    cursor: pointer;
    margin-bottom: 15px;
}
.form-block .inner-form-block select.seats-select{
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
.form-block a.default-btn {
    max-width: 340px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
.form-block .inner-form-block.w-full input[type="text"], .form-block .inner-form-block.w-full input[type="email"],
.inner-form-block.w-full input[type="number"] {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 0 25px;
    padding-block: unset;
}
.form-block .inner-form-block p {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
.form-block.select-form-block .inner-form-block,
.form-block.name-email-block .inner-form-block {
    margin: 0;
}
.inner-form-block.w-full span {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #f79c05;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 15px;
}
select.platinum-select {
    max-width: 100% !important;
    width: 100%;
    text-align: left !important;
    padding: 0 25px !important;
    background-image: url("../img/select-icon.png");
    background-repeat: no-repeat;
    background-position: center right 25px;
}
.inner-zoom-img {
    padding-bottom: 0;
    width: 372px;
    height: 358px;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}
button#applyButton {
    font-size: 22px;
    text-transform: uppercase;
    background: transparent;
    font-weight: 700;
    border: 0;
    font-family: "Baloo Tammudu 2", system-ui;
    color: #0a88c3;
    cursor: pointer;
}
div#error {
    color: red;
}
button#removeButton {
    display: none;
}
button#removeButton {
    display: none;
    background: #000;
    border-radius: 50px;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
#applyButton:disabled {
    color: lightgray;
    cursor: not-allowed;
}
.coupen-btn {
    position: absolute;
    top: 70px;
    right: 40px;
}
.inner-zoom-img:hover .inner-zoom-icon-img {
    opacity: 1;
    visibility: visible;
}
.inner-zoom-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    opacity: 0;
    visibility: visible;
    cursor: pointer;
}
.inner-zoom-icon-img img{
    width: 65px;
    height: 65px;
}
.inner-zoom-img img.seats-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-block.btn-block {
    padding-top: 20px;
}
.inner-form-field {
    display: flex;
    margin: 0 -5px;
}
.inner-form-field input[type="date"],
.inner-form-field input[type="text"]
{
    margin: 0 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
select.seats-select {
    background-image: url("../img/select-icon.png");
    background-repeat: no-repeat;
    background-position: center right 25px;
}
.inner-form-block input[type="date"]:focus,
.inner-form-block input[type="text"]:focus,
.inner-form-block input[type="email"]:focus,
.inner-form-block input[type="number"]:focus,
select.platinum-select:focus,
select.seats-select:focus{
    outline: 0;
}
.form-block {
    display: flex;
    align-items: start;
    margin: 0 -25px;
    padding-bottom: 50px;
}
.form-block:last-child {
    padding-bottom: 0;
}
.form-block .inner-form-block {
    padding: 0 25px;
    margin: 0;
    width: 100%;
    position: relative;
}
p#reset-button {
    background: #000;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    position: absolute;
    top: 59%;
    right: 30px;
}
.inner-form-block label {
    display: block;
    padding-bottom: 10px;
    font-size: 25px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 500;
    line-height: 35px;
}
input[type='date']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.book-ticket-form {
    width: 810px;
}
a.cancel-btn {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    transition: .5s;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    background-color: #b5b5b5;
    padding: 33px 100px;
    margin-left: 55px;
    height: 76px;
    text-transform: uppercase;
}
.form-block a.default-btn {
    max-width: 380px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin-left: 25px;
}
.inner-form-block.w-full.desktop-mob input[type="number"] {
    max-width: 380px;
}
.popup-header h4 {
    line-height: 47px;
}
.book-ticket-zoom-img {
    width: calc(100% - 810px);
    padding-left: 50px;
    padding-top: 32px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5b5b5;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b5b5b5;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b5b5b5;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b5b5b5;
}
.mobile-menu{
    display: none;
}
.mobile-header-btn {
    display: none;
}
.inner-form-block.w-full.mob-number {
    display: none;
}
.banner-content p sup {
    font-size: 35px;
}
span.and-sign {
    padding: 0 15px;
}

#popup-sec {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1001;
    max-width: 941px;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fffaf4;
    padding: 55px 45px 35px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    height: 700px;
    overflow-y: auto;
}




/* Style for the overlay */
#overlays {
    display: none; /* Initially hidden */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000;
}
.popup-headers {
    position: absolute;
    right: 45px;
    top: 8px;
}
/* Style for the close button inside the popup */
#closed-popup {
    padding: 8px 15px;
    background-color: #000;
    width: 40px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 0;
    height: 40px;
    font-size: 25px;
    display: flex;
    align-items: center;
    font-family: "Baloo 2", sans-serif;
    justify-content: center;
    font-weight: 500;
}

.swiper-button-next, .swiper-button-prev,.swiper-pagination {

    z-index: 8 !important;
}


  .swiper-container {
    width: 100%;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev,
.swiper-button-next {
    color: #333;
    transition: color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #ff5722;
}

.swiper-wrapper{

    display: flex;
    align-items: center;
}

.swiper-pagination-bullet {
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #ff5722;
}

@media only screen and (max-width: 991px){
    .header-menu {
        display: block;
        width: 100%;
        position: fixed;
        top: 150px;
        background: #fffaf4;
        padding: 45px;
        transition: all .3s ease-in-out;
        overflow: scroll;
        left: 0;
        z-index: 99999;
        height: 100vh;
        /* overflow: scroll; */
        transform: translateX(-100%);
    }

    .mob-img{
        display: none;
    }
    header.fixed .header-menu{
        top: 126px;
    }
    body.menu-open .header-menu {
        transform: translateX(0);
    }
    body.menu-open .header-menu{
        overflow: hidden;
    }
    body.menu-open .mobile-menu span:nth-child(1) {
        transform: rotate(45deg);
        top: 20px;
    }
    body.menu-open .mobile-menu span:nth-child(2) {
        display: none;
    }
    body.menu-open .mobile-menu span:nth-child(3) {
        transform: rotate(-45deg);
        top: 20px;
    }
    .header-menu ul li:last-child {
        display: none;
    }
    .header-menu ul {
        align-items: start;
        margin: 0;
        flex-direction: column;
    }
    .header-menu ul li {
        padding: 0 0 10px 0;
    }
    .mobile-header-btn {
        display: block;
    }
    .mobile-menu {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        cursor: pointer;
        top: -5px;
        cursor: pointer;
    }
    
    .mobile-menu span {
        position: absolute;
        height: 3px;
        width: 100%;
        background: #f79b05;
        transition: 0.5s;
    }
    .mobile-menu span:nth-child(1) {
        top: 12px;
    }
    .mobile-menu span:nth-child(2) {
        top: 24px;
    }
    .mobile-menu span:nth-child(3) {
        top: 36px;
    }
    .inner-zoom-img img {
        width: 100%;
    }
    .header-logo a > img {
        max-width: 110px;
        width: 100%;
    }
    .header-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .inner-zoom-img {
       
        height: 358px;
        
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1730px){
    h3{
        font-size: 45px;
    }
    h1 {
        font-size: 60px;
    }
    .inner-form-block input[type="date"]{
        max-width: 170px;
    }
    .banner-icon-img img:nth-child(2) {
        top: 17%;
        left: 53.3%;
    }
    .banner-icon-img img:first-child {
        top: 35.5%;
        left: 19%;
    }
    .banner-content p {
        font-size: 85px;
        line-height: 85px;
    }
    span.bg-yellow {
        top: -30%;
    }
    .main-content-block::after {
        background-position: bottom;
        background-size: contain;
        top: 18%;
        left: -16%;
    }
    .header-menu ul li {
        font-size: 28px;
        padding: 0 10px;
    }
    .header-menu ul {
        margin: 0 -10px;
    }
    .get-in-social-touch span {
        font-size: 35px;
    }
    .location-map a p {
        line-height: 42px;
        font-size: 25px;
    }
    .get-in-touch-block a {
        font-size: 25px;
        line-height: 38px;
    }
    .get-in-touch-block ul li a {
        font-size: 25px;
    }
    .get-in-touch-block ul li h4 {
        font-size: 30px;
    }
    
    .ticket-block p {
        line-height: 36px;
        font-size: 26px;
    }
    .ticket-block {
        padding: 0 15px;
    }
    .book-ticket-tab {
        margin: 0 -15px;
    }
    .main-img {
        right: 0px;
        top: -150px;
        z-index: -1;
    }
    span.smart-object img {
        width: 100%;
        max-width: 410px;
    }
    .banner-img {
        width: calc(100% - 56%);
        flex-shrink: unset;
        margin-right: calc(-100vw / 2 + 1480px / 2);
        position: relative;
        right: 0;
        bottom: -60px;
        z-index: 2;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
    h1 {
        font-size: 47px;
    }
    h2, .h2 {
        font-size: 47px;
        line-height: 70px;
    }
    h3 {
        font-size: 33px;
        line-height: 50px;
    }
    .header-menu ul li {
        font-size: 24px;
        padding: 0 15px;
    }
    .get-in-touch-title p {
        font-size: 38px;
        line-height: 50px;
    }
    .get-in-touch-title {
        padding-bottom: 70px;
    }
    .banner-icon-img img:last-child {
        position: absolute;
        right: 13%;
        top: 17%;
        z-index: -1;
    }
    .header-menu ul {
        margin: 0 -15px;
    }
    .title-ticket-book h2 {
        font-size: 47px;
        line-height: 70px;
    }
    .ticket-block p {
        line-height: 36px;
        font-size: 26px;
    }
    .title-ticket-book {
        padding-bottom: 70px;
    }
    .main-content-block::after {
        background-position: bottom;
        background-size: contain;
        top: 18%;
        left: -23%;
    }
    .get-in-social-touch span {
        font-size: 35px;
    }
    .location-map a p {
        line-height: 42px;
        font-size: 25px;
    }
    .get-in-touch-block a {
        font-size: 25px;
        line-height: 38px;
    }
    .get-in-touch-block ul li a {
        font-size: 25px;
    }
    .get-in-touch-block ul li h4 {
        font-size: 30px;
    }
    span.bg-orange-ligh {
        top: -7%;
        left: 20%;
    }
    span.bg-yellow-ligh {
        top: 27.5%;
        right: 14.5%;
    }
    .banner-icon-img img:nth-child(2) {
        top: 20%;
        left: 51.8%;
    }
    .banner-icon-img img:first-child {
        top: 35.5%;
    }
    .banner-content p {
        font-size: 70px;
        line-height: 70px;
    }
    .banner-img {
        width: calc(100% - 11%);
        margin-right: calc(-100vw / 2 + 1400px / 2);
        right: 0;
        bottom: -30px;
    }
    span.smart-object img {
        width: 100%;
        max-width: 370px;
    }
    .main-img {
        position: absolute;
        right: 0px;
        top: -190px;
    }
    .inner-toch-block {
        padding-bottom: 30px;
    }
    span.bg-blue-ligh {
        width: 320px;
        height: 320px;
        bottom: -11%;
        left: -7.9%;
    }
    .ticket-block {
        padding: 0 10px;
    }
    .book-ticket-tab {
        margin: 0 -10px;
    }
    .book-ticket-btn {
        padding-top: 70px;
    }
    #popup {
        overflow-y: auto;
        height: 800px;
    }

    .form-block .inner-form-block {
        padding: 0 25px;
    }
    .form-block {
        margin: 0 -25px;
    }
    .inner-form-block input[type="date"], .inner-form-block input[type="text"], .inner-form-block input[type="email"], .inner-form-block input[type="number"] {
        font-size: 20px;
        line-height: 20px;
        height: 70px;
        max-width: 140px;
    }
    .form-block .inner-form-block select {
        font-size: 20px;
        line-height: 20px;
        height: 70px;
    }
    #popup {
        height: 700px;
    }
    .inner-form-block label {
        font-size: 24px;
    }
    .form-block .inner-form-block p {
        font-size: 21px;
    }
    .form-block .inner-form-block p {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .form-block {
        padding-bottom: 48px;
    }
    a.cancel-btn {
        font-size: 30px;
        padding: 34px 100px;
    }
    .main-img-content-icon {
        top: auto;
        bottom: -5%;
    }
    .book-ticket-zoom-img {
        padding-top: 10px;
    }
    .coupen-btn {
        top: 60px;
        right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    h1{
        font-size: 47px;
    }
    h3{
        font-size: 34px;
        line-height: 50px;
    }
    .banner-img {
        width: calc(100% - 46%);
        margin-right: calc(-100vw / 2 + 1140px / 2);
        right: 0;
        bottom: -60px;
    }
    .ticket-block p {
        font-size: 26px;
    }
    .banner-content p {
        font-size: 70px;
        line-height: 70px;
    }
    .book-ticket-btn {
        padding-top: 70px;
    }
    span.bg-orange-ligh {
        top: -3%;
        left: 6%;
    }
    .banner-icon-img img:last-child {
        top: 17%;
    }
    .banner-icon-img img:nth-child(2) {
        top: 22%;
        left: 44.3%;
    }
    .banner-icon-img img:first-child {
        top: 40.5%;
    }
    .main-content-block::after {
        background-size: contain;
        top: 34%;
        left: -13%;
    }
    .title-ticket-book h2 {
        font-size: 47px;
        line-height: 60px;
    }
    .title-ticket-book {
        padding-bottom: 70px;
    }
    .ticket-block {
        padding: 0 30px;
    }
    .book-ticket-tab {
        margin: 0 -30px;
    }
    .get-in-touch-connect {
        flex-wrap: wrap;
    }
    .get-in-touch-block {
        width: 50%;
        padding-bottom: 40px;
    }
    .main-img {
        position: absolute;
        right: 0px;
        top: -150px;
    }
    span.smart-object img {
        width: 100%;
        max-width: 360px;
    }
    .header-menu ul li {
        font-size: 25px;
        padding: 0 20px;
    }
    .header-menu ul {
        margin: 0 -20px;
    }

    .form-block .inner-form-block {
        padding: 0 25px;
    }
    .form-block {
        margin: 0 -25px;
    }
    .inner-form-block input[type="date"], .inner-form-block input[type="text"], .inner-form-block input[type="email"], .inner-form-block input[type="number"] {
        font-size: 20px;
        line-height: 20px;
        height: 70px;
        max-width: 120px;
    }
    .form-block .inner-form-block select {
        font-size: 20px;
        line-height: 20px;
        height: 70px;
    }
    #popup {
        height: 700px;
    }
    .inner-form-block label {
        font-size: 24px;
        padding-bottom: 0;
    }
    .form-block .inner-form-block p {
        font-size: 21px;
    }
    .form-block .inner-form-block p {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .form-block {
        padding-bottom: 25px;
    }
    a.cancel-btn {
        font-size: 30px;
        padding: 33px 100px;
    }
    
    .inner-zoom-img img{
        width: 100%;
    }
    .inner-zoom-img {
        padding-bottom: 20px;
        margin-bottom: 0;
        height: 320px;
    }
    .book-ticket-zoom-img {
        padding-top: 0;
    }
    .main-img-content-icon {
        position: absolute;
        top: auto;
        left: 0;
        z-index: -1;
        bottom: -5%;
    }
    .select-date-box input[type="radio"] {
        width: 153px;
    }
    .select-date-box span {
        width: 153px;
        height: 80px;
    }
    .book-ticket-form {
        width: 680px;
    }
    .book-ticket-zoom-img {
        width: calc(100% - 680px);
        padding-top: 0;
    }
    .coupen-btn {
        top: 50px;
        right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 42px;
        line-height: 50px;
    }
    h3{
        font-size: 29px;
        line-height: 40px;
    }
    p{
        font-size: 25px;
    }
    .coupen-btn {
        top: 50px;
        right: 20px;
    }
    button#applyButton {
        font-size: 16px;
    }
    .banner-icon-img img:nth-child(2) {
        position: absolute;
        top: 23%;
        left: 46%;
        width: 110px;
    }
    .gravity-center-text p {
        font-size: 36px;

        line-height: 60px;
    }
    .location-map a p {
        line-height: 40px;
    }
    .main-img {
        position: absolute;
        right: 0px;
        top: -210px;
    }
    span.smart-object img {
        width: 100%;
        max-width: 300px;
    }
    .book-ticket-btn {
        padding-top: 60px;
    }
    .banner-content p {
        font-size: 55px;
        line-height: 55px;
    }
   
    .banner-img {
        width: calc(100% - 55%);
        margin-right: calc(-100vw / 2 + 960px / 2);
        right: 30px;
        bottom: 0px;
    }
    span.bg-yellow {
        width: 200px;
        height: 200px;
        top: -16%;
        left: 2%;
    }
    .title-ticket-book h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .title-ticket-book {
        padding-bottom: 60px;
    }
    .ticket-block {
        padding: 0 25px;
    }
    .book-ticket-tab {
        margin: 0 -25px;
    }
    .ticket-icon-tab {
        width: 150px;
        height: 150px;
    }
    .get-in-touch-connect {
        flex-wrap: wrap;
    }
    .get-in-touch-block {
        width: 50%;
        padding-bottom: 40px;
    }
    .header-menu ul {
        margin: 0 -20px;
    }
    .header-menu ul li {
        font-size: 20px;
        padding: 0 20px;
    }
    .default-btn {
        font-size: 20px;
        padding: 14px 30px;
        height: 63px;
    }
    .header-logo a >img {
        max-width: 150px;
    }
    span.green {
        width: 180px;
        height: 180px;
    }
    span.dark-orange {
        width: 80px;
        height: 80px;
    }
    .get-in-touch-title p {
        font-size: 36px;
        padding-top: 30px;
        line-height: 45px;
    }
    .get-in-touch-title {
        padding-bottom: 60px;
    }
    span.bg-orange-ligh {
        top: -3%;
        left: 12%;
    }
    span.bg-yellow-ligh {
        top: 11.5%;
        right: 2.5%;
    }
    .main-content-block p{
        line-height: 55px;
    }
    .main-content-block::after {
        background-position: bottom;
        background-size: contain;
        top: 19%;
        left: -13%;
    }
    .form-block .inner-form-block {
        padding: 0 10px;
    }
    .form-block {
        margin: 0 -10px;
    }
    .inner-form-block input[type="date"], .inner-form-block input[type="text"], .inner-form-block input[type="email"], .inner-form-block input[type="number"] {
        font-size: 20px;
        line-height: 20px;
        height: 70px;
        max-width: 120px;
    }
    .form-block .inner-form-block select {
        font-size: 20px;
        line-height: 20px;
        height: 70px;
    }
    #popup {
        height: 700px;
    }
    .inner-form-block label {
        font-size: 24px;
        padding-bottom: 0;
    }
    .inner-form-block.w-full.desktop-mob input[type="number"] {
        max-width: 235px;
    }
    .form-block .inner-form-block p {
        font-size: 21px;
    }
    .form-block .inner-form-block p {
        font-size: 21px;
        letter-spacing: 0px;
    }
    .form-block {
        padding-bottom: 48px;
    }
    a.cancel-btn {
        font-size: 25px;
        padding: 30px 100px;
        margin-left: 25px;
    }
    .form-block a.default-btn {
        margin-left: 0;
        font-size: 25px;
        max-width: 100%;
        width: 100%;
    }
    .select-date-box span {
        width: 112.5px;
        height: 80px;
        font-size: 20px;
        line-height: 20px;
    }
    .select-date-box input[type="radio"] {
        width: 112.5px;
        height: 79px;
    }
    .book-ticket-form {
        width: 490px;
    }
    .book-ticket-zoom-img {
        width: calc(100% - 490px);
        padding-left: 20px;
        padding-top: 0;
    }
    .inner-zoom-img {
        margin-bottom: 18px;
        height:348px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 40px;
        line-height: 60px;
    }
    p{
        font-size: 24px;
        line-height: 48px;
    }
    .location-map a p {
        line-height: 30px;
    }
    .banner-content p {
        font-size: 40px;
        line-height: 40px;
    }
    span.banner-bottom-text {
        font-size: 25px;
        line-height: 40px;
        padding-top: 20px;
    }
    span.green {
        width: 180px;
        height: 180px;
        top: -95%;
        right: 34%;
    }
    span.dark-orange {
        width: 90px;
        height: 90px;
        left: -7%;
        top: 10%;
        z-index: -1;
    }
    span.bg-yellow {
        width: 170px;
        height: 170px;
        top: -10%;
        left: 2%;
    }
    .banner-img {
        width: calc(100% - 39%);
        margin-right: calc(-100vw / 2 + 630px / 2);
        right: 30px;
        bottom: 10px;
    }
    .get-in-touch-connect {
        flex-direction: column;
    }
    .get-in-touch-block {
        width: 100%;
        padding: 0 0 30px 0;
    }
    .get-in-touch-block:last-child {
        padding: 0 0 0 0;
    }
    .book-ticket-tab {
        margin: 0;
        flex-direction: column;
    }
    .ticket-block {
        width: 100%;
        text-align: center;
        padding: 0 0 30px 0;
    }
    .ticket-block:last-child {
        padding: 0 0 0 0;
    }
    .banner-icon-img img:first-child {
        top: 49.5%;
        left: 9%;
    }
    .banner-icon-img img:nth-child(2) {
        top: 22%;
        left: 54.3%;
    }
    .banner-icon-img img:last-child {
        right: 8%;
        top: 20%;
    }
    section.banner {
        padding-top: 200px;
        padding-bottom: 90px;
        border-radius: 0;
    }

    section.gallery {
       
        border-radius: 0;
    }

    .gravity-center-text p {
        font-size: 36px;
        line-height: 55px;
    }
    span.smart-object img {
        width: 100%;
        max-width: 210px;
    }
    .main-img {
        position: absolute;
        right: 0;
        top: -140px;
    }
    .inner-under-img img {
        min-height: 550px;
        max-height: 550px;
    }
    .main-content-block::after {
        background-size: 100%;
        top: 18%;
        left: -12%;
        z-index: -1;
    }
    .title-ticket-book h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .title-ticket-book {
        padding-bottom: 60px;
    }
    section.ticket-book {
        padding: 60px 0;
    }
    .book-ticket-btn {
        padding-top: 50px;
    }
    .get-in-touch-title h2 {
        padding-bottom: 10px;
    }
    .get-in-touch-title p {
        font-size: 30px;
        line-height: 40px;
    }
    .get-in-touch-title {
        padding-bottom: 50px;
    }
    span.bg-orange-ligh {
        width: 100px;
        height: 100px;
        top: -3%;
        left: 11%;
    }
    span.bg-yellow-ligh {
        width: 180px;
        height: 180px;
        top: 15.5%;
        right: 46.5%;
    }
    span.bg-blue-ligh {
        width: 250px;
        height: 250px;
        bottom: -10%;
        left: -6.9%;
        z-index: -1;
    }
    .get-in-social-touch span {
        font-size: 36px;
    }
    .get-in-touch-block ul li h4 {
        line-height: 40px;
        font-size: 28px;
    }
    .get-in-touch-block ul li a {
        font-size: 28px;
    }
    .get-in-touch-block ul li {
        padding-bottom: 10px;
    }
    .location-map a h4 {
        line-height: 40px;
        font-size: 28px;
    }
    .get-in-touch-block a {
        font-size: 28px;
        line-height: 40px;
    }
    .inner-toch-block {
        padding-bottom: 30px;
    }
    .main-book-ticket {
        flex-direction: column;
    }
    .book-ticket-form {
        width: 100%;
    }
    .book-ticket-zoom-img {
        width: 100%;
        padding-left: 0;
    }
    #popup {
        padding: 25px;
        overflow-y: auto;
        height: 650px;
    }
    .form-block {
        margin: 0;
        padding-bottom: 25px;
        flex-direction: column;
    }
    .inner-form-field input[type="date"], .inner-form-field input[type="text"] {
        margin: 0 5px;
        max-width: 100%;
        width: 100%;
    }
    .form-block .inner-form-block select {
        max-width: 100%;
        width: 100%;
    }
    .form-block .inner-form-block.w-full input[type="text"], .form-block .inner-form-block.w-full input[type="email"], .inner-form-block.w-full input[type="number"] {
        max-width: 100%;
    }
    .inner-form-block.w-full.mob-number {
        display: block;
    }
    .inner-form-block.w-full.desktop-mob {
        display: none;
    }
    .form-block.btn-block {
        flex-direction: row;
    }
    .inner-zoom-img {
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
        height: 720px;
    }
    .inner-form-block.w-full {
        padding-bottom: 15px;
    }
    .inner-form-block.w-full:last-child {
        padding-bottom: 0;
    }
    .select-date-box {
        width: 50%;
        padding-bottom: 25px;
    }
    .form-block.select-form-block .inner-form-block {
        padding-bottom: 25px;
    }
    .inner-form-block.number-seat-select {
        padding-bottom: 0 !important;
    }
    .form-block .inner-form-block {
        padding: 0;
    }
    .inner-form-block.w-full {
        padding-bottom: 25px;
    }
    .form-block a.default-btn {
        margin-left: 0;
    }
    .select-date-box span {
        width: 100%;
        height: 80px;
        cursor: pointer;
        padding: 24px 0;
        cursor: pointer;
    }
    .select-date-box input[type="radio"] {
        width: 100%;
    }
    header.fixed .header-menu {
        top: 125px;
    }
    .main-img-content-icon {
        position: absolute;
        top: auto;
        left: 0;
        z-index: -1;
        bottom: 40%;
    }
    .main-img-content-icon img {
        width: 100%;
        min-height: 550px;
        max-height: 550px;
        height: 100%;
    }

    .error-color {
        position: unset !important;
    }
}

@media only screen and (max-width: 767px){
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 45px;
        line-height: 60px;
    }
    h3{
        font-size: 35px;
        line-height: 50px;
    }
    h4{
        font-size: 28px;
        line-height: 35px;
    }
    p{
        font-size: 23px;
        line-height: 40px;
    }
    header{
        padding-top: 20px;
    }
    .coupen-btn {
        top: 64px;
        right: 30px;
    }
    .default-btn {
        font-size: 16px;
        padding: 12px 15px;
        height: 50px;
    }
    .book-ticket-btn a.default-btn {
        font-size: 24px;
        height: 65px;
        padding: 12px 25px;
    }
    .banner-content p {
        font-size: 34px;
        line-height: 45px;
    }
    span.banner-bottom-text {
        font-size: 25px;
        line-height: 32px;
        padding-top: 15px;
    }
    .book-ticket-tab {
        margin: 0;
        flex-direction: column;
    }
    .ticket-block {
        width: 100%;
        padding: 0 0 30px 0;
    }
    #popup-sec {
        height: auto;
    }
    .ticket-block:last-child {
        padding: 0 0 0 0;
    }
    .get-in-touch-connect {
        flex-direction: column;
    }
    .get-in-touch-block {
        width: 100%;
        padding: 0 0 30px 0;
    }
    .get-in-touch-block:last-child {
        padding: 0 0 0 0;
    }
    .gravity-center-text p img {
        padding-left: 0;
        max-width: 250px;
    }
    .main-img-content {
        flex-direction: column;
    }
    .main-content-block {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .form-block.select-form-block .inner-form-block img {
        display: block;
        padding-left: 10px;
        max-width: 35px;
    }
    .form-block.select-form-block label {
        display: flex;
        align-items: self-start;
    }
    .main-img-block {
        width: 100%;
    }
    .footer-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-map {
        text-align: left;
    }
    .get-in-touch-block a {
        font-size: 23px;
        line-height: 33px;
    }
    span.dark-orange {
        width: 61px;
        height: 61px;
        left: -6%;
        top: 10%;
    }
    span.green {
        width: 112px;
        height: 112px;
        top: -75%;
        right: 28%;
    }
    .main-banner {
        flex-direction: column;
    }
    .banner-content {
        width: 100%;
    }
    .banner-img {
        width: 100%;
        margin-right: 0;
        right: 0;
        bottom: 0;
        padding-top: 30px;
    }
    .banner-icon-img {
        display: none;
    }

    section.banner {
        padding-top: 180px;
        padding-bottom: 100px;
        border-radius: 0;
    }

    section.gallery {
       
        border-radius: 0;
    }

    span.bg-yellow {
        width: 150px;
        height: 150px;
        top: -10%;
        left: 2%;
    }
    .gravity-center-text p {
        font-size: 30px;
        line-height: 50px;
    }
    span.smart-object{
        display: none;
    }
    section.gravity-giggles {
        padding: 120px 0 60px;
    }
    .main-content-block::after {
        background-position: bottom;
        top: 8%;
        left: -13%;
        background-size: contain;
    }
    .title-ticket-book h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .title-ticket-book {
        padding-bottom: 50px;
    }
    .ticket-icon-tab {
        width: 150px;
        height: 150px;
    }
    .book-ticket-btn {
        padding-top: 60px;
    }
    .get-in-touch-title h2 {
        padding-bottom: 30px;
    }
    .get-in-touch-title p {
        font-size: 30px;
    }
    .get-in-touch-title {
        padding-bottom: 50px;
    }
    .get-in-social-touch {
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: start !important;
    }
    .get-in-social-touch span {
        font-size: 30px;
    }
    .get-in-touch-block ul li h4 {
        line-height: 35px;
        font-size: 28px;
    }
    .get-in-touch-block ul li {
        padding-bottom: 10px;
    }
    .inner-toch-block {
        padding-bottom: 30px;
    }
    section.img-content {
        padding-bottom: 60px;
    }
    section.ticket-book {
        padding: 50px 0;
    }
    .location-map a p {
        line-height: 35px;
    }
    .get-in-touch-block ul li a {
        font-size: 28px;
    }
    span.bg-blue-ligh {
        width: 200px;
        height: 200px;
        bottom: -8%;
        left: -6.9%;
    }
    span.bg-orange-ligh {
        width: 100px;
        height: 100px;
        top: 1%;
        left: -3%;
    }
    span.bg-yellow-ligh {
        width: 150px;
        height: 150px;
        top: 25.5%;
        right: 7.5%;
    }
    .inner-under-img img {
        min-height: 370px;
        max-height: 370px;
    }
    .footer-logo {
        padding-bottom: 30px;
    }

    .book-ticket-form {
        width: 100%;
    }
    .book-ticket-zoom-img {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .main-book-ticket {
        flex-direction: column;
    }
    .form-block .inner-form-block {
        padding: 0 0 15px 0;
    }
    .form-block {
        margin: 0;
        flex-direction: column;
    }
    .form-block .inner-form-block.w-full input[type="text"], .form-block .inner-form-block.w-full input[type="email"], .inner-form-block.w-full input[type="number"] {
        width: 100%;
        max-width: 100%;
    }
    .form-block .inner-form-block select {
        max-width: 100%;
    }
    #popup {
        padding: 25px;
        overflow-y: auto;
        height: 750px;
    }
    .inner-form-block input[type="date"], .inner-form-block input[type="text"], .inner-form-block input[type="email"], .inner-form-block input[type="number"],
    .form-block .inner-form-block select {
        font-size: 22px;
        height: 75px;
    }
    .form-block {
        padding-bottom: 0;
    }
    .inner-form-block label {
        font-size: 24px;
    }
    .form-block .inner-form-block p {
        font-size: 24px;
        line-height: 24px;
    }
    a.cancel-btn {
        font-size: 25px;
        padding: 20px 100px;
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        height: 58px;
    }
    .inner-form-block.w-full.mob-number {
        display: block;
    }
    .form-block a.default-btn {
        max-width: 100%;
        margin-left: 0;
        font-size: 25px;
        height: 63px;
    }
    p#reset-button {
        top: 50%;
    }
    .inner-form-block input[type="date"], .inner-form-block input[type="text"], .inner-form-block input[type="email"], .inner-form-block input[type="number"] {
        height: 75px;
        max-width: 100%;
    }
    .inner-form-field {
        flex-direction: column;
    }
    .popup-header {
        padding-bottom: 10px;
    }
    /* .inner-form-block.w-full.desktop-mob {
        display: none;
    } */

    .inner-form-block.w-full.desktop-mob input[type="number"] {
        max-width: 100%;
    }
    
    .inner-zoom-img {
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .inner-form-field input[type="date"], .inner-form-field input[type="text"] {
        margin: 0 0 10px 0;
    }
    .select-date-box span {
        width: 100%;
        height: 75px;
    }
    .select-date-box input[type="radio"] {
        width: 100%;
        height: 75px;
    }
    .select-date-box {
        margin: 0 0 10px 0;
    }
    .main-img-content-icon {
        position: absolute;
        top: 13%;
        left: 0;
        z-index: -1;
    }
    .main-img-content-icon img {
        width: 100%;
        height: 100%;
        min-height: 580px;
        max-height: 580px;
    }
    .error-color {
        position: unset !important;
    }
}

@media only screen and (max-width: 374px){
    .header-logo a > img {
        max-width: 80px;
        width: 100%;
    }
    .default-btn {
        font-size: 16px;
        padding: 12px 18px;
        height: 50px;
    }
}




