/*-------------------- Cover About Us-------------------- */
.bg {
  height: 40vw !important;
  background-image: url(../../images/car-model/new-creta/NEW-CRETA---Home-Page-Banner.jpg);
  /* 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%); */
  }
}

/*-------------------- Cover About Us End-------------------- */

/* /////////////////////////////Tab sticky css////////////////////// */

.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;
}

@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;
  }
}

/* /////////////////////////////////////////SECTION CSS///////////////////////////////// */

.pad-10 {
  padding-top: 100px !important;
}

.img-car-model {
  max-width: 100%;
  height: auto;
}

.title-desc {
  font-size: 30px;
  color: #4d4d4d;
  /* font-weight: bold; */
}

.Designed {
  color: #000;
  font-size: 16px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.row-details {
  margin-top: 50px;
  /* display: grid; */
  align-items: center;
}

.row-details p {
  margin-top: 1rem;
  font-size: 16px;
  color: #000;
}

section {
  display: grid;
}

@media (max-width: 768px) {
  .pad-10 {
    padding-top: 50px !important;
  }
  .text-center h3 {
    font-size: 45px !important;
  }
  .grid-row {
    display: grid !important;
  }
}

/* CRETA */

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */

.slideshow-containe-room {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.dotShow {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeShow,
.dotShow:hover {
  background-color: #717171;
}

/* Fading animation */

.fadeShow {
  animation-name: fade 1.5s;
  animation-duration: 0s;
}

@keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.creta-mugs {
  font-family: HyundaiSansRegular !important;
  font-size: 30px !important;
  color: #4d4d4d !important;
}

.Experience {
  font-family: HyundaiSansRegular !important;
  font-size: 16px !important;
  color: #4d4d4d !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);
}

.slideshow-container-dm {
  max-width: 1000px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.mySlidesdm {
  display: none;
}

.mySlidesdm img {
  vertical-align: middle;
  width: 100%;
}

.dot-dm {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background-color: #ccc;
  /* Default color for dots */
}

.active-dm,
.dot-dm:hover {
  background-color: #717171;
  /* Highlight when active or hovered */
}

.fadedm {
  animation-name: fadedm;
  /* Make sure this is consistent */
  animation-duration: 1.5s;
  /* Applied duration for fading */
}

@keyframes fadedm {
  /* Name must match the animation name in .fadedm */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dot-container-dm {
  text-align: center;
  padding: 10px 0;
  /* Spacing around dots */
}

.price-list-section span {
  font-style: italic;
  color: #ff0000;
}

.price-list-section a {
  color: #002c5fff;
}

.high {
  margin: 50px 20px;
}
.mySlide {
  display: none;
}
.gallery-creta {
  vertical-align: middle;
}

.slideshow-container-new {
  width: 100%;
  position: relative;
  margin: auto;
}

.prevs,
.nexts {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.nexts {
  right: 13px;
  border-radius: 3px 0 0 3px;
}

.prevs:hover,
.nexts:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.texts {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertexts {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dots {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 20px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.actives,
.dots:hover {
  background-color: #717171;
}

.fades {
  animation-name: fades;
  animation-duration: 1.5s;
}

@keyframes fades {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .prevs,
  .nexts,
  .texts {
    font-size: 11px;
  }
}

.col-sm,
.color {
  color: black;
}

/* ///////////////////////////////////////////specification table css//////////////////////////////// */

.thead-color {
  background-color: #002c5fff;
  color: #fff;
}

@media (max-width: 998px) {
  .scroll-table {
    overflow-x: auto;
    max-width: 100%;
  }
  #tablepress-30 {
    width: 100%;
    min-width: 800px;
  }
}

@media (max-width: 768px) {
  .scroll-table {
    overflow-x: auto;
    max-width: 100%;
  }
  #tablepress-30 {
    width: 100%;
    min-width: 600px;
  }
}
