.tp-password{
    position: relative;
}

.tp-password i{
    position: absolute;
    color:black;
    right: 23PX;
    top: 37px;
    cursor: pointer;
}

*{
    text-transform: capitalize;
}

input[type="email"] {
        text-transform: none; /* Override the capitalize transform */
    }
    
    input{
        text-transform: none; /* Override the capitalize transform */
    }


header{
    padding:15px 0 15px 0;
    position:fixed;
    top: 0;
    width:100%;
    background: black;
    z-index: 999;
}

header h2{
    text-align:center;
    color: #FFFFFF;

}


.banner{
    background:white;
    padding: 40px 20px 40px 20px;
    margin-top:100px;
    
}

.event_list{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pkheadone{
    color:black;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 100%;
    padding-right: 12px; 
    margin:15px 0;

}

.pkheadtwo{
    color:black;
    font-size:18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-right: 12px; 
    margin:22px 0;

}

footer{
    position: fixed;
    bottom:0;
    width:100%;
}

.tt{
    color: #c7c7c7;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.28px;
}

.fp{
    color: #ededed;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -.48px;
}

.procced{
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 32px;
    border-radius: 30px;
    background: #7a5227;
    color: #fff;
    color: var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .1px;
}

.Tickets_wrapper__F1haz>.Tickets_ticket_wrapper__qoGIe>.Tickets_steps__26xwS {
    display: inline-flex;
    padding: 16px 28px;
    align-items: center;
    justify-content: center!important;
    grid-gap: 10px;
    gap: 10px;
    margin-top: 20px;
}

.Tickets_step__31vbI {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    gap: 6px;
}
.Tickets_pending__1XzXh {
    background-image: url(https://sortmyscene.com/static/media/step_pending.d58ea7a7.svg);
}

.Tickets_icon__3OGav {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}


.Tickets_arrow__35P-- {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://sortmyscene.com/static/media/arrow.a30190c7.svg);
}

.Tickets_done__3xfp {
    background-image: url(https://sortmyscene.com/static/media/step_done.1629a180.svg);
}

.Tickets_icon__3OGav.Tickets_done__3xfpC {
    background-image: url(https://sortmyscene.com/static/media/step_done.1629a180.svg);
}

.Tickets_icon__3OGav {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.alert-boxx{
    top: 20px;
right: 40px;
background: #01c0c8;
    position:fixed;
z-index: 9000 !important;
width: 250px;
padding:10px 0;
 }


 @media only screen and (max-width: 450px) {
     .img-res{
        text-align: center;
    }

    .res-font{
        font-size:11px;
    }

    .res_font_button{
        font-size:14px;
    }

    .pkheadone{
        font-size:14px; 
    }
        
        .banner{
            margin-top:20px;
        }
    
  }


  .swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

/* Make pagination dots white */
.swiper-pagination-bullet {
    background: white !important;
    opacity: 0.7;
}
.swiper-pagination-bullet-active {
    background: #7a5227 !important;
    opacity: 1;
}

.nav-links li .active{
    color: #7a5227 !important;
    border-bottom: 2px solid #7a5227 !important
}


.hidden{
    display: none;
}


/* Navbar Styling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 15px 40px;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* Logo */
.nav-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: black!important;
}

/* Links */
.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #7a5227;
  border-bottom: 2px solid #7a5227;
}

/* Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-bar {
  padding: 6px 10px;
  border-radius: 6px;
  border: none;
  outline: none;
}

/* Buttons */
.btn-login, .btn-signup {
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-login {
  background: transparent;
  color: #fff;
}

.btn-login:hover {
  color: #7a5227;
}

.btn-signup {
  background: #7a5227;
  color: #fff;
}

.btn-signup:hover {
  background: #e60073;
}

footer {
   padding: 10px 0; /* Adjust footer height as needed */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    background-color: transparent; /* Transparent background */
    color: #000; /* Black text */
    font-size: 11px;
    font-family: Arial, sans-serif;
      border-top: 1px solid rgba(0, 0, 0, 0.2); 
}

/* Contact form styling */
.contact-form {
    background-color: #fff;
    padding: 30px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #555;
}

/* Contact info styling */
.contact-info {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Map styling */
.map iframe {
    width: 100%;
    border: 0;
    border-radius: 8px;
}

