.bg {
  height: 40vw !important;
  background-image: url(../../images/car-model/venue/VENUE---Home-Page-Banner-1.avif);
  /* margin-top: 5rem; */
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.cover {
  width: 100%;
  height: auto;
}

.title h1 {
  padding-top: 20px;
  position: relative;
  font-size: 3.5rem;
  /* line-height: 120px;
    letter-spacing: 0px; */
  color: #000;
  /* text-align: left;
    top: 31%; */
  left: -24%;
  /* transform: translate(-50%, -50%); */
}

@media (max-width: 998px) {
  .title h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .bg {
    height: 70vw !important;
  }
  /* .bg img {
        margin-top: 6rem;
        margin-top: 1rem;
    } */
  .title h1 {
    font-size: 1.6rem;
    left: -24%;
    padding-top: 20px;
    /* top: 27%;
        transform: translate(-50%, -50%); */
  }
}

.dl-brochure-tab img {
  width: 15px;
  margin-left: 5px;
}

.pad-20 {
  padding: 10px;
}

.icon-img {
  margin-right: 20px;
}

.navbar {
  padding-top: 0 !important;
}

.bg-color {
  background-color: #002c5fff;
}

.pad-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.no-margin {
  margin: 0 !important;
}

.req-inq,
.deatails-tab {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin-bottom: 0px !important;
}

.req,
.inq {
  height: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.sticky-nav-one {
  position: sticky !important;
  top: 0;
  z-index: 1100;
  display: list-item !important;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.testDrive,
.inquiry {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.details-tab {
  gap: 22px !important;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

#myBtnup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(0, 170, 210, 1);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnup:hover {
  color: rgba(0, 170, 210, 1);
  background-color: rgba(255, 255, 255, 0.1);
}

.image-size {
  width: 100%;
  height: auto;
}

.row {
  width: 100%;
}

.col-sm {
  padding: 0 !important;
}

.text-h2 {
  font-size: 44px !important;
  font-family: HyundaiSansHeadOfficeMedium !important;
  color: #000 !important;
}

.text-h3 {
  font-size: 30px !important;
  font-family: HyundaiSansHeadOfficeMedium !important;
  color: #000 !important;
}

.gallery-image {
  vertical-align: middle;
}

.containerss {
  position: relative;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.rows:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

@media (max-width: 995px) {
  .details-tab {
    gap: 10px !important;
    display: contents !important;
  }
  .request-hide {
    display: none;
  }
  .nav-item .nav-link {
    flex-direction: column;
    max-height: 55px;
  }
  .icon-img {
    margin-right: 0px;
  }
  .display-none {
    display: none !important;
  }
  .testDrive,
  .inquiry {
    font-size: 16px;
  }
  .no-margin {
    padding: 10px 0;
  }
  .pad-70 {
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .pad-20 {
    padding: 5px;
  }
  .justify-content-space-around {
    gap: 3px !important;
    /* display: contents !important; */
  }
  .req-inq,
  .details-tab {
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0px !important;
  }
  .request-hide {
    display: none;
  }
  .nav-item .nav-link {
    flex-direction: column;
    max-height: 55px;
  }
  .icon-img {
    margin-right: 0px;
    width: 25px;
  }
  .display-none {
    display: none !important;
  }
  .testDrive,
  .inquiry {
    font-size: 12px;
  }
  .no-margin {
    padding: 10px 0;
  }
  .pad-70 {
    padding: 5px 15px;
  }
  .text-tab a {
    font-size: 14px !important;
  }
  .text-h2 {
    font-size: 27px !important;
    text-align: center !important;
    padding: 15px;
  }
  .text-h3 {
    font-size: 19px !important;
    text-align: center !important;
    padding: 0 16px !important;
  }
  .text-p {
    font-size: 14px !important;
    text-align: center !important;
    padding: 0 32px !important;
  }
  .row {
    width: 100% !important;
  }
  .image-size {
    width: 100% !important;
    height: auto !important;
    margin: auto;
  }
  .col-sm {
    width: 100% !important;
  }
}

/* ----------------------------end specification css --------------------- */

/* -----------------------------start price css------------------ */

.price-list-section span {
  font-style: italic;
  color: #ff0000;
}

.price-list-section span a {
  color: #0d6efd;
}

.thead-color {
  background-color: #002c5fff;
  color: #fff;
}

/* ----------------------------------end price css------------------ */
