body {
    font-family: 'Roboto', sans-serif;
}
/* Apply Roboto to headings and specific elements */
h1, h2, h3, h4, h5, h6,
p, span, select, input {
    font-family: 'Roboto', sans-serif;
}


/* Apply Roboto to buttons */
.btn {
    font-family: 'Roboto', sans-serif;
}

/* Apply Roboto to navbar */
.navbar {
    font-family: 'Roboto', sans-serif;
}


 @media (max-width: 767px) {
        #eventText p {
            font-weight: normal !important;
            font-size: 12px !important;
        }
    }
    
 .red-text {
    color: red;
  }
  .white-text {
    color: white;
  }
  .black-text {
    color: black;
  }
  .black-bg {
    background-color: black;
  } 
  .combined {
    display: inline-flex;
    border: 1px solid black;
     border-radius: 5px; 
   
  }
    
.ticket-label {
    background-color: white;
    color: black;
    padding:0.2rem 1rem;
  }
    
 .cart-number {
    background-color: black;
    color: white;
    padding: 0.2rem 1rem;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px; /* Add border radius for rounded corners */
    transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Add transition for smooth effect */
    cursor: pointer; /* Change cursor to pointer on hover */
   text-decoration: none;
}


.cart-money {
    background-color: transparent ;
    color: black;
    padding: 0.2rem 1rem;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Add transition for smooth effect */
    cursor: pointer; /* Change cursor to pointer on hover */
    text-decoration: none;
}




.cart-number:hover {
    background-color: red; /* Change background color on hover */
    color: #fff; /* Change text color on hover */
    text-decoration: none;
}

  
  .ticket-event{
    background-color: black;
    color: white;
    padding: 0.2rem 1rem;
    font-size: 14px;
  font-weight: bold;
  }
  
  .login-btn{
       background-color: black;
    color: red;
     padding: 0.2rem 1rem;
    font-size: 14px;
  font-weight: bold;
  }
  
  .accept-all-btn{
       background-color: transparent;
    color: black;
    padding: 0.2rem 1rem;
    font-size: 14px;
  
  border: 1px solid black;
  }
  
  .border-left-top-bottom {
        border-left: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        display: inline-block; /* Ensures the border wraps tightly around the image */
    }
    
    
    
     
    
    .navbar-yellow {
      background-color: yellow; /* Yellow color */
    }
    
    .navbar-red {
      background-color: red; /* Yellow color */
    }
    
   .navbar .nav-item {
    color: red;
    padding-top: 10px; /* Adjust this value as needed */
    padding-bottom: 10px; /* Adjust this value as needed */
  }
  
 .phone-number {
  font-size: 14px;
  font-weight: bold;
}

.ticket-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  background-color: #138496;
  border-color: #138496;
}
.row.align-items-center {
  display: flex;
  align-items: center;
}

.carousel-inner img {
    max-height: 315px;
    width: 100%;
    object-fit: cover; /* This will make the image cover the entire container without distortion */
}

.outer-div {
            height: 270px;
            position: relative;
            
        }

        .inner-div {
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            border-top: 1px solid #000; /* Example border */
        }
        
        
        
        .outer-div-category {
            height: 170px;
            border: 1px solid #000; /* Example border */
            border-radius: 5px; /* Example rounded corners */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
           
        }

        .inner-div-category {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 1px solid #000; /* Example border */
            
            
            
        }
        
         .outer-div-links {
            height: auto;
            
            
            display: flex;
            flex-direction: column;
            justify-content: space-between;
           
        }

        .inner-div-links {
            flex: 1;
            display: flex;
            font-size:12px;
            justify-content: left;
            align-items: center;
            border-top:none; /* Example border */
            margin-bottom: 2px;
            
            
        }
        
        .inner-div-links + .inner-div-links {
    margin-top: 0px; /* Adjust the margin top as needed */
}

        .inner-div-category:first-child {
            margin-top: 0; /* Remove margin from the first inner-div */
             border-top: none;
        }
        .helpful-links {
            display: flex;
            flex-direction: column;
            gap: 2px; /* Optional: Adds space between the items */
        }
        
        .helpful-links span {
            display: block;
        }

.social-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        color: red;
        text-align: center;
        line-height: 30px;
        margin-right: 10px;
        font-size: 16px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        transition: background-color 0.3s, color 0.3s;
    }

    .social-icon:hover {
        background-color: red;
        color: white;
    }
  
   .label-text {
    padding: 8px 16px; /* Adjust padding as needed */
    cursor: pointer;
}

.label-text:hover {
    background-color: #f0f0f0; /* Change color on hover as desired */
}

.label-text:focus {
    outline: none; /* Remove default focus outline if desired */
}
 
.concert-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 270px;
    overflow: hidden; /* Ensures no content overflows */
}

.concert-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.concert-image img {
    max-width: 100%;
    max-height: 100%;
}

.concert-details {
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.concert-details label {
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 0.2rem 1rem;
}

.concert-selling label {
    font-size: 14px;
   
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
}

.preview-name-of-event{
     font-size: 14px;
   
    display: flex;
    justify-content: left; /* Horizontally center */
    align-items: left; /* Vertically center */
}
    
  .concert-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensures the image doesn't overflow */
}

.concert-image img {
    width: 100%; /* Ensures the image fills the width of its container */
    height: 100%; /* Ensures the image fills the height of its container */
    object-fit: cover; /* Scales the image while maintaining aspect ratio to cover the entire container */
}
.booking{
    display: inline-block; 
                  font-size: 12px; 
                  color: white; 
                  background-color: red; 
                  border: 1px solid red; 
                  padding: 0.2rem 1rem; 
                  font-size: 14px;
                  border-radius: 20px;
}

    
 .cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f8f9fa;
      padding: 10px;
      text-align: center;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }    
    
    
    .input-group-text:hover .search-icon {
    color: darkred;
  } 
  .search-container {
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }
    .search-container input,
    .search-container select {
      border: none;
      height: 40px;
      margin-right: 10px;
    }
    .search-container input:focus,
    .search-container select:focus {
      box-shadow: none;
      outline: none;
    }
    .search-button {
      background-color: #ff4757;
      border: none;
      border-radius: 10px;
      color: white;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .search-button:hover {
      background-color: #e04040;
    }
    .custom-select {
      appearance: none;
      background-position: right 10px center;
      background-size: 12px 12px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14l-4.796-5.481c-.566-.647-.106-1.659.753-1.659h9.592c.86 0 1.32 1.012.753 1.659l-4.796 5.48a1 1 0 0 1-1.508 0z'/%3E%3C/svg%3E");
      padding-right: 30px;
    }  
    
    
    .nav-link {
        color: white !important;
        background-color: black;
         padding: 0.2rem 1rem;
        border-radius: 5px; /* Add rounded corners */
        text-decoration: none; /* Remove underline */
        font-size: 14px; /* Set font size */
        margin-right: 10px; /* Add spacing between links */
         transition: background-color 0.3s, color 0.3s, transform 0.3s;
    }
    
    .nav-link:hover {
        background-color: red !important; /* Change background color on hover */
    }
    
    
    
  .nav-link {
        color: white !important;
        background-color: black !important;
       padding: 0.2rem 1rem;
        border-radius: 5px; /* Add rounded corners */
        text-decoration: none; /* Remove underline */
        font-size: 14px; /* Set font size */
        margin-right: 10px; /* Add spacing between links */
         transition: background-color 0.3s, color 0.3s, transform 0.3s;
    }
    
    .nav-link:hover {
        background-color: red !important; /* Change background color on hover */
        color:white !important;
    }

    /* Adjust alignment of navigation section */
    .nav-section {
        text-align: right;
    }  
    
    .form-control {
      width: 50% !important; /* Take 50% of the container's width */
    }

    .custom-select {
      width: 150px; /* Adjust width as needed */
    }
    
    

    .input-group {
      display: flex;
      align-items: center; /* Center items vertically */
    }

    .search-container {
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 5px;
    }

    .search-container select,
    .search-container input {
      border: 1px solid #ccc;
      border-radius: 3px;
    }

    .search-container .input-group-append button {
      border: 1px solid #ccc;
      border-radius: 3px;
    }

    .search-container .input-group-append button:hover {
      background-color: #f0f0f0;
    }
    
    .search-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .search-wrapper .form-control {
      flex: 1;
    }
    @media (min-width: 768px) {
      .search-wrapper .form-control {
        margin-right: 10px;
      }
    }
    /* Custom styles */
.fancy-input-group {
  background-color: #F2F2F2;
  
  
 
  padding: 10px;
}

.dropdown-select {
  border: none;
  
}

.custom-input {
  border: none;
  
  outline: none;
  box-shadow: none;
}

.search-button {
  background-color: #ff6f61; /* Red */
  border: none;
 
  transition: background-color 0.3s ease;
}

.search-button:hover {
  background-color: #ff5248; /* Darker Red */
}

.custom-input:focus {
  border: 2px solid #ff6f61; /* Red border on focus */
}

 .navbar-nav .nav-link {
    margin-top: 0.5rem; /* Bootstrap mt-2 is 0.5rem */
  }

  .navbar-collapse {
    align-items: flex-start;
  }    
    
  @media only screen and (max-width: 600px) {
        .reduce-image-size {
            height: 100px; /* Adjusted height for small screens */
        }
    }  
    
    .reduce-image-size {
            height: 130px; /* Adjusted height for small screens */
        }
    
    
    #password-strength {
    width: 100%;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-top: 10px;
}

#password-strength-bar {
    height: 100%;
    width: 0;
    background-color: red;
    border-radius: 5px;
}

#password-strength-text {
    margin-top: 5px;
    font-size: 14px;
} 
    
