.book-ticket {
position: relative;
display: block;
padding: 120px 0 120px;
background-color: var(--thm-primary);
z-index: 1;
}
.book-ticket__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.05;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.book-ticket__inner {
position: relative;
display: block;
background-color: var(--thm-base);
padding: 70px 130px 66px;
border-radius: 15px;
}
.book-ticket__form {
position: relative;
display: block;
}
.book-ticket__form-box {
position: relative;
display: block;
}
.book-ticket__form-box .row {
--bs-gutter-x: 20px;
}
.book-ticket__input-box {
position: relative;
display: block;
margin-bottom: 30px;
}
.book-ticket__input-box input[type="text"],
.book-ticket__input-box input[type="email"] {
height: 60px;
width: 100%;
border: none;
background-color: var(--thm-white);
padding-left: 20px;
padding-right: 70px;
outline: none;
font-size: 14px;
color: var(--thm-gray);
display: block;
font-weight: 400;
}
.book-ticket__input-box .select-box {
width: 100%;
}
.book-ticket__input-box .nice-select {
position: relative;
display: block;
height: 60px;
line-height: 60px;
background: var(--thm-white);
border: none;
border-radius: 0;
color: var(--thm-gray);
font-size: 14px;
font-weight: 400;
padding-left: 20px;
padding-right: 20px;
float: none;
}
.book-ticket__input-box .nice-select:after {
position: absolute;
top: 28px;
right: 20px;
width: 8px;
height: 8px;
border-bottom: 2px solid var(--thm-base);
border-right: 2px solid var(--thm-base);
margin-top: 0px;
z-index: 10;
}
.book-ticket__icon {
position: absolute;
top: 50%;
right: 26px;
transform: translateY(-50%);
}
.book-ticket__icon span {
position: relative;
display: inline-block;
font-size: 15px;
color: var(--thm-base);
}
.book-ticket__btn-box {
position: relative;
display: block;
text-align: center;
}
.book-ticket__btn:hover {
color: var(--thm-base);
}
.book-ticket__btn::after {
background: var(--thm-white);
}