body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    font-family: Montserrat, sans-serif;
}
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
  }  
  h6 {
    color: #303030;
  }
  p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #contact{
    color: black;
  }
 
  .container-fluid {
    padding: 50px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #8a6d3b;
    font-size: 200px;
  }
 
  .navbar {
    margin-bottom: 0;
    background-color: #a38e67;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    padding: 0 50px;
  }
  #myNavbar{
    letter-spacing: 4px;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-brand{
    padding: 5px 5px !important;
    margin-left: 10px;
  }
  .navbar-brand>img{
    width: 55px;
  }
  .map img{
    padding: 15px;
  }
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: black
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: black !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  
  footer {
    background-color:#a38e67;
    color: white;
    padding: 10px;
    width: 100% !important;
  }
  footer p{
    margin: 0;
    padding: 0;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  .language{
    float: right;
  }
  .contact-info{
    margin-top: 20px;
    font-weight: 600;
    color: #8a6d3b;
  }
  .contact-number, .contact-info h4{
    color: #8a6d3b;
    font-weight: 600;
  }
  /*cars*/
  .car-gallery .photos{    
    display: flex;
    flex-wrap: wrap;
    gap: 1.4375rem;
    padding: .625rem 0;
  }
  .car-gallery .item, .domestic-gallery .item, .pilgrim-gallery .item{
    padding-bottom:10px;
    border: .0625rem solid var(--border-light);
    box-shadow: 0 .4375rem .5625rem #0000001a;
    flex: 0 0 auto;
  }
  .domestic-gallery .photos, .pilgrim-gallery .photos{    
    flex-wrap: nowrap;
    display: flex;
    gap: 1.4375rem;
    overflow-x: auto;
    padding: .625rem 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .domestic-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
  }
  .domestic-title h2{
    margin-bottom: 0;
  }
  .domestic-buttons{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .domestic-buttons img{
    height: 30px; 
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .disabled{
    opacity: 0.5;
    cursor: not-allowed !important;
  }
  .img-fluid{
    height: 15vw;
    width: 22vw;
  }
  .car-name,.dom-name {
      color: var(--text-dark);
      font-weight: 700;
      padding: .625rem;
  }
  .dom-name{text-align: center;}

  .domestic-title:after, .cars-title:after, .pilgrim-title:after {
      background-color: var(--theme-color);
      bottom: 0;
      content: "";
      display: block;
      height: .1875rem;
      margin: .625rem auto 0;
      position: absolute;
      width: 100%;
  }
  .cars-title:after,.pilgrim-title:after{
    position: relative;
  }
  .scrolling-text {
    font-size: 1.125rem;
    font-weight: 700;
    overflow: hidden;
    padding: .625rem 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.blink {
  animation: blink-animation 2s ease-in-out infinite;
}
.scrolling-text h4, .main-header {
  color: var(--theme-color);
}
.scrolling-text h4 {
  animation: scroll-left 35s linear infinite;
  display: inline-block;
  white-space: nowrap;
}
.phone1{
  font-size: 15px;
  color: green;
}
.phone{
  font-size: 25px;
  color: green;
}

@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-background {
  background-image: url(./images/cars/car-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100vw;
  overflow: hidden;
  padding: 1.25rem 0;
  width: 100%;
  min-height: 300px;
}

.services {
  background-color: #a38e67;
  color: var(--white-color);
  /* padding: 1.25rem; */
  text-align: center;
}


.section-title {
  /* margin: 0; */
  font-weight: 800;
  color: white;
}

.our-services h2 {
  margin-top: 0;
  font-size: 1.875rem;
  line-height: 0.1;
  letter-spacing: 0.625rem;
}

.services-intro {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 1.875rem;
  text-align: justify;
  padding: 0 3.75rem;
}

.service-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 1.25rem;
}

.category {
  text-align: center;
}

.category h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}

.category h4 {
  margin-top: 0;
  font-size: 0.9375rem;
  line-height: 0.1;
  letter-spacing: 0.3125rem;
}

.category ul {
  list-style-type: none;
  padding: 0;
}

.category li {
  font-size: 10px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.top-links{
  padding: 15px 0;
}
.top-links a,.top-links span{
  color:white
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
  @media (max-width: 48rem) {
    .navbar{
      padding: 0;
    }
    .container-fluid {
      padding: 50px 15px;
    }
    .item {
        margin: 0 auto;
        width: 47%;
    }
    .img-fluid {
        display: block;
        height: 25vw;
        margin: 0 auto;
        max-width: 100%;
        width: fit-content;
    }
    .domestic-gallery .domestic-image {
      display: block;
      height: 25vw;
      margin: 0 auto;
      max-width: 100%;
      width: fit-content;
  }
  .top-links{
    margin-left: 10px;
  }

  .service-categories {
    grid-template-columns: repeat(auto-fit, minmax(20.75rem, 1fr));
  }
  
}
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
    .language{
      float: none;
    }
  }

  :root {
    --primary-red: #d32f2f;
    --secondary-red: #b71c1c;
    --highlight-red: #ff5252;
    --text-light: #ecf0f1;
    --text-dark: #333333;
    --text-gray: rgb(223, 223, 223);
    --background-dark: #2b2b2b;
    --background-color: #ffffff;
    --border-light: #ddd;
    --white-color: #fff;
    --disabled-bg: #ccc;
    --disabled-text: #666;
    --theme-color:#9d690a;
  }