
/* @import './actiontext.css'; */

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}



/* Rent vehicles start */
.pricing-card {
    box-shadow: 5px 5px 10px 10px;
    width: 200px;
    height: 230px;
}

@media screen and (max-width: 450px) {
    .pricing-card {
        box-shadow: 5px 5px 10px 10px;
        width: 150px;
        height: 150px;
    }
    
  }

.pricing-card-icon {
    width: 40px;
    height: 40px;
}

.pricing-card-price {
    margin-bottom: 0px;
}

.close {
    border: none;
    background-color: white;
    font-size: 12;
}
.rent-vehicles-title {
    padding: 0;
}

.rent-vehicles-icon-align {
    display: inline-block;
    vertical-align: middle;
}

/* Rent vehicles end */

/* Rent#show start */

.flex-rent-show {
    flex-direction: column;
}

@media (min-width: 1480px) {
    .flex-rent-show {
      flex-direction: row;
    }
  }
/* Rent#show end */

/* guest#index start */


.guest-carousel-icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 992px) {
    .guest-carousel-icon {
        width: 40px;
        height: 40px;
    }
}


.small-text {
    font-size: 12px;
}

/* guest#index end */

/* contacts start */

.map_url_link {
    color: #86B92A;
}

.map_url_link:hover {
    color: black;
    text-decoration: none;
}

.contact-card {
    box-shadow: 5px 5px 15px 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

/* contacts end */

/* news cards start */

.news-card-button {
    width: 70%;
    font-weight: 700;
}

.card-sizing {
    width: 414px;
}

.news-body {
    height: 320px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

/* news cards end */

/* carousel start */

.guest-carousel-title{
    color: white;
    font-size: 68px;
    font-weight: 700;
    padding-bottom: 20px;
}

.guest-carousel-text {
    color: white;
    font-weight: 300;
    padding-right: 5rem;
    padding-left: 5rem;
    font-size: 32px;
}

.icon-span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-right: 20px;
    font-size: 28px;
}

@media (max-width: 1199px) {
    .guest-carousel-title{
      font-size: 58px;
    }
    .guest-carousel-text {
      padding-right: 3rem;
      padding-left: 3rem;
      font-size: 28px;
    }
    .icon-span {
      font-size: 24px;
    }
    .icon-span svg {
      font-size: 48px;
    }
  }
  
  @media (max-width: 991px) {
    .guest-carousel-title{
      font-size: 56px;
    }
    .guest-carousel-text {
      font-size: 24px;
    }
    .icon-span {
      font-size: 20px;
    }
    .icon-span svg {
      font-size: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .guest-carousel-title{
      font-size: 52px;
    }
    .guest-carousel-text {
      font-size: 20px;
    }
    .icon-span {
      font-size: 16px;
      gap: 5px;
      margin-right: 10px;
    }
    .icon-span svg {
      font-size: 32px;
    }
  }
  
  @media (max-width: 605px) {
    .guest-carousel-title{
      font-size: 48px;
    }
    .guest-carousel-text {
      font-size: 18px;
    }
    .icon-span {
      font-size: 12px;
    }
    .icon-span svg {
      font-size: 24px;
    }
  }

  @media (max-width: 425px) {
    .guest-carousel-title{
      font-size: 42px;
    }
    .guest-carousel-text {
      font-size: 18px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
    .icon-span {
      font-size: 10px;
    }
    .icon-span svg {
        font-size: 20px;
      }
  }


/* carousel end */

.nav-extended-padding {
  padding: 8px 32px;
}

.nav-icon {
  font-size: 20px;
}

.nav-button-size {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.nav-div-size {
  font-size: 24px;
}

.fade-in-transition {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.fade-in-transition.show {
  opacity: 1;
  visibility: visible;
}

.splide {
  z-index: 0;
}

.image-container {
  width: 100%;
  height: 100%;
  /* background-repeat: no-repeat;
  background-position: center; */
  object-fit: contain;
}


.main-carousel {
  position: relative;
  overflow: hidden;
}

/* .main-carousel img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */


/* @media screen and (max-width: 767px) {
  .main-carousel {
    height: 250px;
  }
} */

/* @media screen and (min-width: 768px) { */
  .main-carousel {
    height: 490px;
  }
/* } */

/* solution 1 */
/* .vehicle-images .splide__slide {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vehicle-images img.carousel-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .vehicle-images .splide__slide {
    height: calc(100vw - 48px);
  }
  .vehicle-images img.carousel-image {
    object-fit: contain;
    max-height: calc(100vw - 48px);
  }
}

@media (min-width: 769px) {
  .vehicle-images .splide__slide {
    height: 490px;
  }
} */


/* solution 2 */
.vehicle-images .splide__slide {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vehicle-images img.carousel-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}


@media (max-width: 768px) {
  .vehicle-images .splide__slide {
    height: 56.25vw;
  }
  .vehicle-images img.carousel-image {
    object-fit: contain;
    max-height: 56.25vw;
    max-width: 100%;
  }
}


@media (min-width: 769px) {
  .vehicle-images .splide__slide {
    height: 490px;
  }
}













