@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/jungle-adventurer");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

button {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  line-height: normal;
}

::-moz-selection {
  background-color: #13B5EA;
  color: #FFFFFF;
}

::selection {
  background-color: #13B5EA;
  color: #FFFFFF;
}

.line-limit-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.line-limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.line-limit-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}

.line-limit-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical;
}

.line-limit-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical;
}

.line-limit-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8 !important;
  -webkit-box-orient: vertical;
}

.line-limit-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical;
}

.line-limit-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10 !important;
  -webkit-box-orient: vertical;
}

.tickets_parts_area {
  padding: 40px 0;
}
.tickets_parts_area .main_title {
  color: #000;
  text-align: center;
  font-family: "Jungle Adventurer", sans-serif;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
.tickets_parts_area .tickets_main {
  margin-top: 40px;
  z-index:0 !important;
}
.item{
  height:250px !important; 
}
.tickets_parts_area .tickets_main .item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.tickets_parts_area .tickets_main .item img {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.tickets_parts_area .tickets_main .item .overlay {
  border-radius: 12px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(98.2%, rgba(0, 0, 0, 0.55)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 98.2%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.tickets_parts_area .tickets_main .item .overlay .text .title {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
  font-family: Poppins;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}
.tickets_parts_area .tickets_main .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tickets_parts_area .tickets_main .item:hover .logo img {
  -webkit-transform: unset;
          transform: unset;
}

.custom_select_box {
  max-width: 200px;
  margin: 0 auto;
}
.custom_select_box label {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.custom_select_box .select_main {
  height: 58px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  font-size:14px;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-left: 25px;
}
.custom_select_box .select_main .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.custom_select_box .select_main select {
  border: 0;
  width: 100%;
  height: 58px;
  border-radius: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.purchase_index_page {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.purchase_index_page .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(45.5%, rgba(255, 255, 255, 0.8)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 45.5%, #FFF 100%);
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  padding-bottom: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchase_index_page .overlay .info {
  max-width: 566px;
  width: 100%;
  margin: 0 auto;
}
.purchase_index_page .overlay .info .logo {
  margin-bottom: 46px;
}
.purchase_index_page .overlay .info .button_groups {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.purchase_index_page .overlay .info .button_groups .link_btn {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  width: 275px;
  height: 71px;
  border-radius: 10px;
  background: #13B5EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchase_index_page .overlay .info .button_groups .link_btn:hover {
  background-color: #000000;
}

.back_btn {
  height: 40px;
  padding: 10px 16px;
  border-radius: 158px;
  background: #FFF;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  border: 0;
  position: absolute;
  top: 50px;
  left:50px;
}
.back_btn img {
  margin-right: 14px;
  position: relative;
  top: -2px;
  height:60% !important;
}

.btn_round {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.btn_round img {
  margin-right: 0;
  margin-left: -3px;
}

.ticket_form_area {
  padding: 30px 43px;
  max-width: 1920px;
  margin: 0 auto;
}
.ticket_form_area .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 226px;
}
.ticket_form_area .main .left_image {
  height:90vh; 
  position: relative;
  max-width: 793px;
  width: 100%;
  border-radius: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ticket_form_area .main .left_image img {
  border-radius: 32px;
  height:100%; 
  object-fit:cover; 
}
.ticket_form_area .main .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 578px;
  width: 100%;
}
.ticket_form_area .main .text .custom_select_box {
  margin-bottom: 50px;
  margin: 0;
}
.ticket_form_area .main .text .form_area {
  border-radius: 32px;
  background: #FFF;
  -webkit-box-shadow: 0px 6.538px 57.21px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6.538px 57.21px 0px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #13B5EA;
  padding: 46px 53px;
  margin-top: 54px;
}
.ticket_form_area .main .text .form_area .logo .title {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.ticket_form_area .main .text .form_area .input_groups + .input_groups {
  margin-top: 24px;
}
.ticket_form_area .main .text .form_area .input_groups label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.ticket_form_area .main .text .form_area .input_groups input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #13B5EA;
  background: #FFF;
  padding: 0 26px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.ticket_form_area .main .text .form_area .input_groups input:focus {
  border-color: #000000;
}
.ticket_form_area .main .text .form_area .input_groups .error_msg {
  margin-top: 12px;
  color: #F00;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-left: 16px;
}
.ticket_form_area .main .text .form_area .input_groups .error_text {
  color: #F00;
}
.ticket_form_area .main .text .form_area .input_groups .opacity-100 {
  color: #000000;
}
.ticket_form_area .main .text .form_area button {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 52px;
  padding: 14.711px 45.768px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16.346px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: normal;
  border-radius: 16px;
  background: #13B5EA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  margin: 0 auto;
  margin-top: 40px;
}
.ticket_form_area .main .text .form_area button:hover {
  background-color: #000000;
}

.position_select {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 85px;
}
.position_select .select_main {
  padding-left: 12px;
  height: 51px;
}
.position_select .form-select {
  padding: 0.375rem 1rem 0.375rem 0.75rem;
}

.error{
  color:red !important;
  font-weight:700;
  font-size: 14px;
}


.language-list {
  list-style-type: none;
  padding: 0;
  gap: 10px;
  z-index:999;
  position: absolute;
  width:200px;
}

.language-item {
  padding: 5px 22px;
  background-color: white;
  border: 1px solid #efefef;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size:14px;
}

.language-item:hover {
  background-color: #e0e0e0;
}

.lang-item-text{
  margin-left:14px ;
  
}