* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.header {
  background-image: url(images/img01.jpg);
  background-size: contain;
  padding: 30px 0;
}

.logo img {
  height: auto;
  width: 70%;
  padding-left: 50px;
}

.hours img {
  height: auto;
  width: 60%;
}

.link a {
  color: #B4BC1E;
  text-decoration: none;
  font-size: 20px;
}
.link{
  text-align: left !important;
}
.link a:hover {
  color: #B4BC1E;
}
.sidebar {
  z-index: 1 !important;
}
#NavBar2{
  display: none;
}
.collapsed {
  border: none !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  border: none !important;
  box-shadow: 1 !important;
}
.navbar-toggler:focus {
  outline: none;
  border: none !important;
  /* Additional styles if needed */
}
.table-responsive {
  overflow-x: auto !important;
  width: 100%;
}
.table {
  overflow-x: auto;
}
#data-table {
  width: 100%;
}
.table-container {
  overflow-x: auto;
}

.table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
@media only screen and (min-width:0px) and (max-width: 480px) {

  .header {
    background-color: #F8FAEC;
    width: 100%;
    padding: 10px 0px 10px 0px;
  }

  .logo {
    text-align: center;
  }

  .logo img {
    height: auto;
    width: 80%;
    padding-left: 0px;
  }
  .link a {
      color: #B4BC1E;
      text-decoration: none;
      font-size: 13px;
    }
  .sidebar {
    z-index: 1 !important;
  }
  #NavBar {
    display: none;
  }
  #NavBar2{
    display: block;
  }
  .none{
    display: none !important;
  }
}
.content {
  background-color: black;
}
@media only screen and (min-width:481px) and (max-width: 768px) {
  .header {
    display: block;
  }
  .logo img {
      height: auto !important;
      width: 80% !important;
      padding-left: 50px !important;
  }
    .hours img {
      height: 75%;
      width: auto;
  }
    .link a {
      color: #B4BC1E;
      text-decoration: none;
      font-size: 13px;
  }
}

.navbar-toggler span {
  display: block;
  background-color: #B4BC1E;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.text-reset {
  color: inherit !important;
  text-decoration: none !important;
}

.list-group-item {
  position: relative;
  font-weight: 700;
  display: block;
  padding: .5rem 1rem;
  color: #B4BC1E !important;
  text-decoration: none;
  background-color: black !important;
  border: 0px !important;
}
.list-group-item:hover {
  position: relative;
  font-weight: 700;
  display: block;
  padding: .5rem 1rem;
  color: #CA8408 !important;
  text-decoration: none;
  background-color: black !important;
  border: 0px !important;
}


@media only screen and (min-width:0px) and (max-width: 990px) {
  .list-group-item {
    position: relative;
    font-weight: 700;
    display: block;
    padding: .5rem 1rem;
    color: white !important;
    text-decoration: none;
    background-color: black !important;
    border: 0px !important;
  }
  .list-group-item:hover {
    position: relative;
    font-weight: 700;
    display: block;
    padding: .5rem 1rem;
    color: white !important;
    text-decoration: none;
    background-color: #B4BC1E !important;
    border: 0px !important;
  }
  
}
.block {
  background-color: #2B2B2B;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block p{
  font-size: 22px;
  font-weight: 500;
}
.line {
  color: #9CBC1E;
  height: 2px !important;
  text-align: center !important;
  opacity :100%;
}
.text {
  color: white;
  font-size: 30px;
}
.text2{
  color: #7a7a7a;
}
.anchor {
  font-size: 20px;
  color: #B4BC1E;
  text-decoration: none;
}
.anchor:hover{
  color: white;
  text-decoration: none;
}
.lists a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.lists a:hover {
  text-decoration: none;
  color: #B4BC1E ;
}
.lists a li {
  list-style: none;
  font-size: 20px;
}
.list2 a{
  color: #B4BC1E ;
  padding-left: 30px;
}
.list2 a:hover {
  color: white ;
}
.list2 a li {
  list-style: none;
  font-size: 20px;
}
.block2 {
  background-color: #2B2B2B;
  border-radius: 20px;
  margin:15px;
  padding: 20px 20px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}
.sec {
  color: white; 
  font-size: 22px; 
  padding: 0 4px;

}
.cars img {
  height: 100px;
  width: auto;
}
.cars p {
  color: white;
  font-weight: 700;
  font-size: 25px;
}
.carousel-item {
  /* text-align: center; */
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: start !important;
  width: 5% !important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
.slide {
  border: 1px solid white;
}
.rating {
  color: #FFD700; /* Yellow color for active stars */
  font-size: 15px; /* Adjust the size as needed */
  border-bottom: 1px solid white;
}

/* Additional CSS to style the inactive stars (optional) */
.star-active {
  color: #FFD700; /* Yellow color for active stars */
}

.star-inactive {
  color: #C0C0C0; /* Grey color for inactive stars */
}
.anchor2{
  color: #B4BC1E ;
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.anchor2:hover {
  color: #B4BC1E ;
}
.icon{
  font-size: 25px;
  color: black ;
  border-radius: 50%;
  padding: 10px 14px;
}
.icon2{
  font-size: 25px;
   color: black ;
  border-radius: 50%;
  padding: 10px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  /* Add other styles as needed */
}
.contact {
  color: white;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: -20px;
}
.element1 {
  margin-top: 0;
  color: white;
}
.element{
  color: white;
}
.end{
  font-size: 20px;
}
.f_logo{
  height: auto;
  width: 100%;
}

.f_links li{
  list-style: none;
}
.footer_para{
    line-height: 1;
}
.footer_end{
  font-size: 18px;
  font-weight: 600;
}
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid white;
}

th, td {
  border: 1px solid white;
  padding: 10px;
  color: black; /* Set the default text color for all cells */
  background-color: #000000; /* Set the background color for all cells */
}

th {
  text-align: center;
  border: 1px solid white;
  background-color: black;
  color: white; /* Set text color for the header cells */
}

.row1 td{
  color: #B4BC1E ; /* Set text color for the first row */
  text-align: center;
  padding: 10px;
}

.row2 td{
  color: #03E3FF; /* Set text color for the second row */
  text-align: center;
  padding: 10px;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px !important;
}
tr{
  text-align: center;
}
.list3 a{
  color: #B4BC1E ;
  text-decoration: none;
}
.list3 a:hover{
  color: #B4BC1E ;
  text-decoration: none;
}
.unorderd li{
  color: white;
}
/* CSS Styles */
.table {
  width: 100%;
  border-collapse: collapse;
}

/* Style odd rows */
.table tbody tr.odd td {
  color: red;
}

/* Style even rows */
.table tbody tr.even td {
  color: #03E3FF; /* Change this to your desired text color for even rows */
}

/* Style for bold rows */
.table tbody tr.bold-row td {
  font-weight: bold;
  color: #B4BC1E;
  border: 2px solid #B4BC1E;
  font-style: italic;
}



.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999999 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#button {
  background-color: #d9534f;
  border: #d9534f;
  border-radius: 0;
  color: white;
}
#button:hover {
  background-color: #eee;
  border: #eee;
  color: black;
}
/* Your existing CSS styles go here */

/* Additional styles for the cross icon */
.dropdown-container {
  position: relative;
}

.cross-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  display: none; /* Hide the cross icon by default */
  transform: translateY(-50%);
}
.dropdown-container {
  position: relative;
}

.cross-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  display: none; /* Hide the cross icon by default */
  transform: translateY(-50%);
}

.simple {
  background-color: #B4BC1E;
  color: white;
  border:1px solid #B4BC1E;
  border-color:#B4BC1E;
  padding:8px;
  border-radius:4px;
}
.simple a{
  text-decoration:none;
  color: white;
}

.simple a:hover{
  text-decoration:none;
  color: white;
}

/* Admin css */
.bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  }
  
  @media (min-width: 1025px) {
  .h-custom-2 {
  height: 100%;
  }
  }