@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.main {
  background-color: white !important;
}

.brand-img {
  width: 140px;
}

i {
  color: white;
}

.loading-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ff3514;
  background-image: url("../images/waves.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

.btn {
  cursor: pointer;
}

.list {
  list-style-type: none;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: auto;
}

.list li a {
  color: #2f3985;
  padding-top: 0 !important;
}

.list li p {
  margin-bottom: 0px !important;
  color: #959090;
  font-size: 12px;
}

.list li {
  margin-right: auto;
}

.lang {
  color: #535151;
  padding: 0 auto;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 4px;
}

.lang-sm {
  display: none;
  color: #535151;
  padding: 0 auto;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 4px;
}

.btn-request {
  background-color: #f6391c;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn-request-sm {
  background-color: #f6391c;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
}

.logo {
  width: 140px;
}

.navbar-toggler {
  border: none;
}

.list-nav .navbar-item .nav-link {
  color: white !important;
}

.list-nav li a:hover {
  background-color: rgba(149, 154, 162, 0.6);
  border-radius: 4px;
}

.carousel-item {
  height: 100%;
  min-height: 100vh;
}

.learn-more-btn {
  overflow: hidden;
}

.carousel-item img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  width: 100vw;
  overflow-x: hidden;
  background: no-repeat center center scroll;
  background-position: center;
  background-size: cover;
}

#car-caption-1,
#car-caption-2,
#car-caption-3 {
  top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}

#car-caption-1 h3,
#car-caption-2 h3,
#car-caption-3 h3 {
  font-size: 70px;
  letter-spacing: 2px;
  margin-top: 8px;
}

#car-caption-1 .p-pickup,
#car-caption-2 .p-pickup,
#car-caption-3 .p-pickup {
  font-size: 20px;
  margin-bottom: 2px;
}

#car-caption-1 .p-info,
#car-caption-2 .p-info,
#car-caption-3 .p-info {
  font-size: 14px;
  line-height: 1.5;
  width: 60%;
}

#car-caption-1 a,
#car-caption-2 a,
#car-caption-3 a {
  background: #f6391c;
  border-radius: 100px 100px 100px 100px;
  padding: 5px 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  color: white;
  text-decoration: none;
}

.caro-caption-indicators {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#caro-indicator-1 {
  position: relative !important;
  width: 23vw !important;
  color: #b3adb0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  bottom: 18vh !important;
  text-align: justify;
  margin-left: 5px;
}

#caro-indicator-2 {
  position: relative !important;
  width: 23vw !important;
  color: #b3adb0;
  bottom: 18vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  text-align: justify;
}

#caro-indicator-3 {
  position: relative !important;
  width: 22vw !important;
  color: #b3adb0;
  bottom: 18vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  text-align: justify;
}

.carousel-indicators li {
  width: 30vw;
  margin: 0 5px;
  height: 1px;
  cursor: pointer;
}

.carousel-indicators {
  top: 95vh;
}

.carousel-caption a:hover {
  background-color: #ee4f36;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.main-nav.scrolled {
  background: rgba(60, 68, 131, 0.9) !important;
  -webkit-transition: rgba(60, 68, 131, 0.7) 300ms linear;
  transition: rgba(60, 68, 131, 0.7) 300ms linear;
}

.main-nav.scrolled .logo {
  width: 120px;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #f6391c;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f05b45;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  background-color: #f6391c;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.dropdown-item {
  color: black !important;
}

.dropdown-item:hover {
  color: #f6391c !important;
  background-color: white !important;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgba(55, 66, 144, 0.9);
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay-content .closebtn {
  font-size: 25px;
  position: absolute;
  left: 85%;
  padding-top: 8px;
  cursor: pointer;
  color: #f6391c;
}

/* Style the search field */
.overlay-content input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  border-radius: 100px 100px 100px 100px;
  float: left;
  width: 90%;
  background: white;
}

.overlay-content input {
  /* box-shadow: rgba(246, 57, 28, 0.4) 0px 5px, rgba(246, 57, 28, 0.3) 0px 10px,
    rgba(246, 57, 28, 0.2) 0px 15px, rgba(246, 57, 28, 0.1) 0px 20px,
    rgba(246, 57, 28, 0.05) 0px 25px;*/
}

.overlay-content input:active {
  outline: transparent;
}

.overlay-content input:focus {
  outline: none;
}

.overlay-content input[type="text"]:hover {
  background: #f1f1f1;
}

.journey-company-par {
  color: #9d9d9d;
  font-size: 13px;
}

.ceo-img {
  width: 100px;
  height: 100px;
  border: 5px solid whitesmoke;
  border-radius: 50%;
  -webkit-box-shadow: rgba(246, 57, 28, 0.4) 0px 5px, rgba(246, 57, 28, 0.3) 0px 10px, rgba(246, 57, 28, 0.2) 0px 15px, rgba(246, 57, 28, 0.1) 0px 20px, rgba(246, 57, 28, 0.05) 0px 25px;
          box-shadow: rgba(246, 57, 28, 0.4) 0px 5px, rgba(246, 57, 28, 0.3) 0px 10px, rgba(246, 57, 28, 0.2) 0px 15px, rgba(246, 57, 28, 0.1) 0px 20px, rgba(246, 57, 28, 0.05) 0px 25px;
}

.ceo-name {
  color: #f6391c;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ceo-info {
  color: #9d9d9d;
  padding-top: 0;
  margin-top: 0;
}

.package-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d4d2d2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 15px;
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-bottom: 15px;
}

.package-wrapper h6 {
  color: #2f3985;
  padding-bottom: 15px;
}

.package-wrapper p {
  width: 80%;
  color: #9d9d9d;
  font-size: 13px;
  text-align: center;
}

.features-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.arrow-btn {
  background-color: #727070;
  border-radius: 50%;
  margin-bottom: -35px;
  padding: 8px 10px;
}

.arrow-btn:hover {
  background-color: #f6391c;
}

#cont {
  padding-top: 75px;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 20;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #2f3985;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 50%;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#myBtn:hover {
  background-color: #ff3514;
  /* Add a dark-grey background on hover */
}

.modal {
  display: none;
  top: 0;
  left: 0;
  z-index: 105000000;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow: hidden;
}

.modal .request-popup {
  max-width: 1170px;
  border-radius: 10px;
  overflow: hidden;
}

.modal .center-head {
  color: #202120;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: lighter;
  margin: 10px 0 30px;
  text-align: center;
  position: relative;
}

.modal .center-head span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 99;
  font-weight: 600;
  color: #ff3514;
}

.modal .center-head::after {
  color: #202120;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: lighter;
  margin: 10px 0 30px;
  text-align: center;
  position: relative;
}

.modal .modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal .request-popup .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.modal .req-quote {
  position: relative;
  background-color: #fafafa;
}

.modal .req-quote .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.modal .req-quote .no-gutters > .col,
.modal .req-quote .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.modal .req-quote .request-img {
  background-image: url("../images/bg_8.jpg");
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.modal .req-quote .btn-theme {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1.9rem;
  font-size: 0.875rem;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #ff3514;
  -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  border-radius: 70px;
}

.modal .req-quote .close {
  position: absolute;
  opacity: 1;
  color: #ff3514;
  top: 15px;
  right: 15px;
  z-index: 99;
  text-shadow: none;
}

.modal .req-quote .btn-theme:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

@media (max-width: 1300px) {
  ul li {
    font-size: 13px;
  }
  .main-nav.scrolled {
    background: #021a47 !important;
  }
}

@media (max-width: 1209px) {
  .btn-request-sm {
    display: inline;
  }
  .btn-request {
    display: none;
  }
  .doc {
    padding: 0 0 !important;
  }
  .slider-image {
    width: auto;
  }
  .carousel-item img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    width: 100vw;
    background: no-repeat center center scroll;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .modal {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .slider-image {
    width: auto;
  }
  .list li {
    display: none;
  }
  .list {
    width: 0;
  }
  .lang {
    display: none;
  }
  .lang-sm {
    display: block;
  }
  .btn-request {
    display: none;
  }
  .btn-request-sm {
    display: inline;
  }
  .main-nav {
    background: #021a47;
  }
  .navbar-toggler {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto !important;
    padding-top: 7px;
    padding-left: 3px !important;
    padding-right: 0 !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .list-nav li {
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
    padding-left: 0;
  }
  .brand-img {
    width: 90px;
  }
  .list-nav li a:hover {
    background-color: #2f3985;
    border-radius: 4px;
  }
}

@media (max-width: 920px) {
  .carousel-item img {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
    height: 100vh;
    width: auto;
    background: no-repeat center center scroll;
    background-size: cover;
  }
}

@media (max-width: 800px) {
  #car-caption-1 h3,
  #car-caption-2 h3,
  #car-caption-3 h3 {
    font-size: 40px;
  }
  #car-caption-1 p,
  #car-caption-2 p,
  #car-caption-3 p {
    font-size: 14px;
    line-height: 1.2;
    width: auto;
  }
}

@media (max-width: 700px) {
  #car-caption-1 h3,
  #car-caption-2 h3,
  #car-caption-3 h3 {
    font-size: 40px;
  }
  #car-caption-1 p,
  #car-caption-2 p,
  #car-caption-3 p {
    font-size: 14px;
    line-height: 1.2;
    width: auto;
  }
  .carousel-item img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    background: no-repeat center center scroll;
    background-position: center;
    background-size: cover;
  }
  .features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package-wrapper {
    width: 100%;
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
  .grid-wrapper {
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
  .col-wrapper {
    margin-bottom: 50px;
  }
  #myBtn {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 500px) {
  #car-caption-1 h3,
  #car-caption-2 h3,
  #car-caption-3 h3 {
    font-size: 25px;
  }
  .h2-xl {
    font-size: 17px;
  }
  .carousel-item img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    background: no-repeat center center scroll;
    background-position: center;
    background-size: cover;
  }
  #car-caption-1 .p-info,
  #car-caption-2 .p-info,
  #car-caption-3 .p-info {
    font-size: 12px;
    width: auto;
  }
  #car-caption-1 .p-pickup,
  #car-caption-2 .p-pickup,
  #car-caption-3 .p-pickup {
    font-size: 12px;
  }
  .brand-img {
    width: 130px !important;
  }
  .overlay-content .closebtn {
    font-size: 25px;
    position: absolute;
    left: 75%;
    padding-top: 8px;
    cursor: pointer;
    color: #f6391c;
  }
  .features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package-wrapper {
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
  .grid-wrapper {
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
  .col-wrapper {
    margin-bottom: 50px;
  }
  #myBtn {
    bottom: 20px;
    right: 20px;
  }
  .logo {
    width: 100px;
  }
  .main-nav.scrolled .logo {
    width: 90px;
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
  }
}

@media (min-height: 800px) and (max-height: 900px) {
  .carousel-item img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: no-repeat center center scroll;
    background-position: center;
    background-size: cover;
  }
  #car-caption-1 h3,
  #car-caption-2 h3,
  #car-caption-3 h3 {
    font-size: 30px;
  }
  #car-caption-1 .p-info,
  #car-caption-2 .p-info,
  #car-caption-3 .p-info {
    font-size: 12px;
    width: auto;
    line-height: 1.3;
  }
  #car-caption-1 .p-pickup,
  #car-caption-2 .p-pickup,
  #car-caption-3 .p-pickup {
    font-size: 12px;
  }
  #car-caption-1,
  #car-caption-2,
  #car-caption-3 {
    top: 230px;
  }
  .features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .package-wrapper {
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
  .grid-wrapper {
    -webkit-margin-after: 20px !important;
            margin-block-end: 20px !important;
  }
  .col-wrapper {
    margin-bottom: 50px;
  }
}

@media (min-height: 1000px) {
  .carousel-item img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: no-repeat center center scroll;
    background-position: center;
    background-size: cover;
  }
  #car-caption-1 h3,
  #car-caption-2 h3,
  #car-caption-3 h3 {
    font-size: 38px;
  }
  #car-caption-1 .p-info,
  #car-caption-2 .p-info,
  #car-caption-3 .p-info {
    font-size: 15px;
    line-height: 1.3;
    width: auto;
  }
  #car-caption-1 .p-pickup,
  #car-caption-2 .p-pickup,
  #car-caption-3 .p-pickup {
    font-size: 12px;
  }
  #car-caption-1,
  #car-caption-2,
  #car-caption-3 {
    top: 400px;
  }
  #caro-indicator-1,
  #caro-indicator-2,
  #caro-indicator-3 {
    bottom: 13vh !important;
    font-size: 14px;
  }
  .col-wrapper {
    margin-bottom: 50px;
  }
  .grid-wrapper {
    -webkit-margin-after: auto;
            margin-block-end: auto;
  }
  #cont {
    padding-top: 30px !important;
    margin-top: 30px !important;
  }
}

@media (min-height: 1000px) and (min-width: 1000px) {
  #car-caption-1 h3,
  #car-caption-2 h3,
  #car-caption-3 h3 {
    font-size: 80px;
  }
  .carousel-item img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: no-repeat center center scroll;
    background-position: center;
    background-size: cover;
  }
  #car-caption-1 .p-info,
  #car-caption-2 .p-info,
  #car-caption-3 .p-info {
    font-size: 20px;
    width: auto;
    line-height: 1.3;
  }
  #car-caption-1 .p-pickup,
  #car-caption-2 .p-pickup,
  #car-caption-3 .p-pickup {
    font-size: 25px;
  }
  #car-caption-1,
  #car-caption-2,
  #car-caption-3 {
    top: 500px;
  }
  #caro-indicator-1,
  #caro-indicator-2,
  #caro-indicator-3 {
    bottom: 11vh !important;
  }
  .carousel-caption p {
    font-size: 16px;
  }
  .carousel-caption h3 {
    font-size: 20px;
  }
  .col-wrapper {
    margin-bottom: 50px;
  }
  #cont {
    padding-top: 30px !important;
    margin-top: 30px !important;
  }
}
/*# sourceMappingURL=style.css.map */