body {
  margin: auto !important;
  line-height: 1.5;
  color: white !important;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  max-width: 1378px;
  background-color: black !important;
}

.appear {
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(20px);

  &.inview {
    opacity: 1;
    transform: none;
    @for $i from 1 through 4 {
      &:nth-child(#{$i}) {
        transition-delay: 0.8s;
      }
    }
  }
}

.appear2 {
  transition: all 0.8s;
  opacity: 0;
  transform: translateY(20px);

  &.inview2 {
    opacity: 1;
    transform: none;
    @for $i from 1 through 15 {
      &:nth-child(#{$i}) {
        transition-delay: 0.8s;
      }
    }
  }
}

.section-heading {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Playfair Display", Georgia, "EB Garamond", "Libre Baskerville",
    Crimson Text, Merriweather, serif;
  color: #4b2e2e;
  text-align: center;
}

.section-default {
  padding: 1.5rem 0.5rem;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.gst-number-p {
  margin: 0;
}

.contact-div {
  display: flex;
  align-items: center;
}

.phone-icon {
  height: 1rem;
  padding-right: 4px;
}

.contact-number-p {
  display: contents;
  font-weight: 600;
  color: white;
}

.main-section {
  height: 90vh;
  background-image: url("./images/jal-mahal.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
}

.left-panel,
.right-panel {
  width: 50%;
  height: 100%;
  background-color: darkgoldenrod;
  transition: width 0.8s ease-in-out;
}

.left-panel {
  transform-origin: left;
}

.right-panel {
  transform-origin: right;
}

.main-content {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  z-index: 1;
  position: relative;
}

.show-content {
  opacity: 1;
}

.header-text {
  font-family: "Playfair Display", Georgia, "EB Garamond", "Libre Baskerville",
    Crimson Text, Merriweather, serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: white;
  line-height: 1.3;
}

.header-text-container {
  background-color: darkgoldenrod;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-section-container {
  padding: 4%;
  text-align: center;
  line-height: 2;
}

.main-section-text-one {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Playfair Display", Georgia, "EB Garamond", "Libre Baskerville",
    Crimson Text, Merriweather, serif;
  font-weight: bold;
  color: white;
}

.main-section-text-two {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Playfair Display", Georgia, "EB Garamond", "Libre Baskerville",
    Crimson Text, Merriweather, serif;
  color: white;
  font-weight: bold;
}

.note-in-hindi {
  position: absolute;
  bottom: 3rem;
  font-size: 0.9rem;
  margin: 0 1rem;
  left: 0;
  right: 0;
}

.padharo-mahare-desh-img {
  height: 9rem;
  padding: 0 0 2rem 0;
}

.vehicles-section {
  padding: 2%;
  background-color: bisque;
}

.card-container-for-fleet {
  display: flex;
  overflow-x: auto;
  background-color: bisque;
}

.our-clients {
  background-color: aliceblue;
}

.client-logo {
  max-width: 97%;
  height: 5rem;
  padding: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  background-color: white;
  margin: 0.25rem;
}

.client-logo:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.our-clients-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}

.fixed-width-card {
  flex: 0 0 19rem;
  margin-left: 0.5rem;
  padding: 0.5rem;
  background-color: antiquewhite !important;
  color: #4b2e2e !important;
  font-weight: 600 !important;
}

.card-title {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.25rem;
}

.card-img-top {
  background-color: white;
}

.btn {
  background: transparent;
  border: 1px solid darkgoldenrod;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: box-shadow 0.4s, transform 0.4s, background 0.4s,
    border-color 0.4s, color 0.4s;
  color: #4b2e2e !important;
}

.btn:hover {
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.our-services-section {
  overflow: hidden;
  background-color: antiquewhite;
}

.our-packages-heading {
  padding-bottom: 1rem;
}

.card-y {
  background-color: bisque !important;
}

.text-on-image-of-card {
  position: relative;
  width: 100%;
  bottom: 31px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px;
  background-color: bisque;
}

.custom-logo {
  color: black;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-logo-p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.custom-logo-p2 {
  margin: 0;
  font-size: 10px;
}

.card-x.show {
  opacity: 1;
  transform: translateX(0);
}

.card-x {
  border-radius: unset !important;
  border: none;
  scroll-snap-align: start;
  opacity: 0;
  transform: translateX(100px);
  transition: transform 0.5s, opacity 0.5s;
}

.card-body {
  color: #4b2e2e !important;
  font-weight: 400;
  padding: 0 0 1rem 0 !important;
}

.card-img,
.card-img-top {
  border-radius: unset !important;
}

.read-more-and-customize-now-container {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.margin-0 {
  margin: 0;
  font-size: 1.1rem;
  font-family: "Playfair Display", Georgia, "EB Garamond", "Libre Baskerville",
    Crimson Text, Merriweather, serif;
}

.customize-now-link {
  padding: 2px 8px;
  text-decoration: none;
  background-color: darkgoldenrod;
  color: white;
  margin-left: 1rem;
}

.gallery-section {
  padding: 2rem 0;
  background-color: bisque;
}

.hidden {
  display: none !important;
}

.contact-section {
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 2rem 30px;
  background-color: antiquewhite;
}

.contact-heading {
  max-width: 768px;
  margin: auto;
  color: #4b2e2e;
}

form {
  background-color: white;
  padding: 15px;
  max-width: 768px;
  margin: auto;
}

.label-input-div {
  margin: 20px 0;
}

.input-label {
  font: 14px;
  font-weight: 600;
  color: #4b2e2e;
}

.input-field {
  width: 100%;
  padding: 15px;
  border: none;
  background-color: aliceblue;
  margin-top: 10px;
}

.submit-btn {
  padding: 0.4rem 2rem !important;
  font-size: 1.5rem;
  background-color: antiquewhite !important;
  color: #4b2e2e !important;
  border: none;
}

.about-us-section {
  padding: 2rem;
  color: #ffffff;
  background-color: bisque;
}

.about-us-text {
  color: #4b2e2e;
}

.footer-section {
  text-align: center;
  font-size: 11px;
  padding: 5px;
  color: #4b2e2e;
  background-color: aliceblue;
}

.whatsapp-button {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  padding: 0;
  margin: 0;
  z-index: 999;
}

@media only screen and (min-width: 768px) {
  .main-section {
    height: 80vh;
    background-image: url("./images/jal-mahal-desktop.webp");
  }

  .note-in-hindi {
    bottom: 8rem;
  }
}
