

:root{
  --font-jakarta: "Plus Jakarta Sans", sans-serif;
  --font-inter: "Inter Tight", sans-serif;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--font-inter);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-jakarta) !important;
    font-weight: 600;
}
.ltn__top-bar-menu>ul>li {
  font-weight: 500;
}
.ltn__main-menu > ul > li > a {
     font-family: var(--font-inter);
     font-size: 16px;
}

p {
  color: #000;
}

.car_rentals .card {
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px 8px;
  border-radius: 15px;
  float: left;
  width: 100%;
  box-shadow: 2px 2px 8px #0000001a;
  margin-bottom: 20px;
}
.ltn__copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ffffff8f;
}
.car_rentals .col-md-3 .card-body .card-title{
  font-size: 18px !important;
  font-weight: 600;
}
.footer-widget {
    margin-bottom: 0px;
}
.position-relative {
    position: relative!important;
    /*right: -40px;*/
}
.solid_btn {
  padding: 4px 5px !important;
    border-radius: 10px;
  background-color: #545454;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
}

.solid_btn:hover {
  background-color: #fff;
  color: #545454;
  border: 2px solid #545454;
  text-transform: uppercase;
}

.btn {
  font-size: 15px;
}

.member_outer {
    background-color: #5a7663;
    color: #fff;
    padding: 35px 13px;
    min-height: 100%;
    position: relative;
    border-radius: 10px;
}
.member_outer .fig {
    margin-bottom: 18px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #fff;
}
.member_outer .title_wr {
    text-align: center;
}
.member_outer .title {
    color: #fff;
}
.font__size-13 {
    font-size: .8125rem;
}
#scrollUp {
  display: none !important;
}

.section-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.custom_btn {
  background-color: #cf563f;
  color: #fff;
  padding: 4px 5px !important;
  text-transform: uppercase;
  border: 2px solid transparent;
  font-size: 14px;
  border-radius: 10px;
}

.custom_btn:hover {
  background-color: #fff;
  color: #cf563f;
  border: 2px solid #cf563f;
}

.carousel-caption h2 {
  color: #fff;
  font-size: 40px;
}

.carousel-caption {
  bottom: 11.25rem;
}

.select_box {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
}

.drop-down.ltn__custom-icon::before {
  content: "\f063";
}

.ltn__main-menu>ul>li>a {
  
}

.ltn__main-menu>ul>li>a:hover {
  color: #1a7db4;
}

.sticky-social-icons {
  position: fixed;
  right: 40px;
  top: 73%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

.sticky-social li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
  line-height: 55px;
}

.sticky-social li a:hover {
  position: relative;
  left: -10px;
}

#whatsapp {
  background: #52cd60;
}

#call {
  background: #03a9f4;
}

.sticky-social li a i {
  font-size: 30px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
  animation: shockwave 1s 0.65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
  animation: shockwave 1s 0.5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: 0.4s jump ease infinite alternate;
  animation: 0.4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

.input-item-date {
  margin-bottom: 0px;
}

.input-item .nice-select {
  margin-bottom: 0px;
}

.font__size-16 {
  font-size: 16px;
}

.table-heading th {
  background: #1a7db4;
  color: #fff;
}

#carrental tbody tr:nth-of-type(odd) {
  background: #ffeaca;
}

:root {
  --logo--color: #092351;
}

.ltn__main-menu>ul {
  justify-content: end;
}

.container-fluid {
  width: 95%;
}

.ltn__car-dealer-form-tab {
  z-index: 99999;
  position: relative;
}

.footer-about-widget {
  padding-right: 0px;
}

a:hover {
  color: inherit;
}

.ltn__header-top-area {
  padding: 5px 0;
  background: #ce4d33;
}

.ltn__top-bar-menu>ul>li>a>i {
  color: #fff;
}

.column_image .col-md-4 img {
  width: 70%;
  text-align: center;
  border: 1px solid #e1dcdc;
  padding: 10px;
  border-radius: 15px;
}

.column_image .col-md-4 {
  text-align: center;
  margin-bottom: 15px;
}

.site-logo {
  width: 190px;
  transition-duration: 0.5s;
}

.ltn__header-5 .ltn__header-middle-area {
  padding-top: 2px;
  padding-bottom: 2px;
}

.logoText {
  
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  position: relative;
  top: 46px;
  letter-spacing: 0.05rem;
  background: var(--logo--color);
  background: linear-gradient(263deg,
      #0e3476d1 0%,
      #0d269b 28%,
      #133b7a,
      #1b4383 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.5s;
}

.logo-text h1 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.08rem;
  margin: 0;
  
}

.logo-text h1>span {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.logo-text p {
  margin: 0;
  font-size: 15px;
}

.logo-text {
  position: relative;
  left: 16px;
}

.ltn__main-menu>ul>li>a {
  padding: 13px 17px;
}

.ltn__main-menu>ul:hover li>a {
  opacity: 0.5;
}

.ltn__main-menu>ul>li>a:hover {
  opacity: 1;
}

.ltn__slide-item-6 {
  height: 600px;
}

.ltn__header-5 .ltn__header-middle-area.sticky-active .site-logo {
  top: -20px;
}

.ltn__header-5 .ltn__header-middle-area.sticky-active .logoText {
  top: 0;
}

.ltn__car-dealer-form-tab .ltn__tab-menu .active {
  border-color: var(--logo--color);
  background-color: var(--logo--color);
  color: #fff;
}

.page-headding {
  margin: 0;
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
  color: #1b1464;
  
}

.padd-60 {
  padding: 30px 0;
}

.footer-widget .footer-title {
  font-size: 22px;
  
}

.elementor-background-overlay {
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.car_rental {
  background: rgb(24 28 35);
  position: relative;
  padding: 30px 40px;
  color: #fff;
}

.servies-box {
  position: relative;
  padding: 30px 35px 30px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  margin: 0.75rem 0;
}

.servies-box::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #eee;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.servies-icons {
  text-align: center;
  margin-bottom: 22px;
  color: #193256;
}

.servies-box .servies-content h4 {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 18px;
  color: #020202;
  
  font-weight: 600;
}

.fs-D60D45 {
  color: #d60d45;
}

.fs-cd2c22 {
  color: #cd2c22;
}

.fs-27a974 {
  color: #27a974;
}

.servies-box .servies-content p {
  color: #333;
  letter-spacing: 0em;
  line-height: 1.32;
  font-size: 16px;
}

.servies-box:hover::before {
  border-color: #193256;
}

/* Package */
.package-box {
  /*background: #efefef;*/
  border-radius: 5px;
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,*/
  /*  rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
  transition: all 0.4s ease;
  position: relative;
  /* overflow: hidden; */
}

.my-12 {
  margin: 0.75rem 0;
}

.package-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.package-text h2 {
  font-size: 24px;
  text-align: center;
  margin: 0.75rem 0;
  font-weight: 500;
  height: auto;
  color: #000;
  
}

.package-text {
  /*position: absolute;*/
  width: 100%;
  color: #fff;
  font-size: 24px;
  /* transform: translateY(-120px); */
  z-index: 4;
  transition: all 0.4s ease;
}

/* .package-box:hover .package-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(-80px);
  transition: all 0.4s ease;
} */
.package-box:hover img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  transform: scale(1.09);
  transition: all 0.4s ease;
}

.package-box:hover .package-text h2 {
  transition: all 0.4s ease;
}

.package-image img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.4s ease;
}

.flx {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.theme-btn-1 {
  background-color: var(--logo--color);
}

.special-link a {
  background-color: #545454;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
}

.special-link a:hover {
  background-color: #fff;
  color: #545454;
  border: 2px solid #545454;
  text-transform: uppercase;
}

/*.custom__btn {*/
/*  color: #ffffff;*/
/*  border: 1px solid #ce4d33;*/
/*  transition: all 0.3s ease;*/
/*  font-size: 14px;*/
/*  font-weight: 400;*/
/*  line-height: 26px;*/
/*  background-color: rgb(206 77 51);*/
/*  border-radius: 10px;*/
/*  padding: 10px 10px;*/
/*  position: relative;*/
/*}*/

/*.custom__btn:hover {*/
/*  color: #ce4d33;*/
/*  transition: all 0.3s ease;*/
/*  background-color: #fff;*/
/*  border: 1px solid #ce4d33;*/
/*}*/

.flx .special-link a {
  font-size: 14px;
  text-transform: uppercase;
}

.flx .btn {
  font-size: 14px;
  padding: 12px 30px;
  border-color: inherit;
}

.flx .btn-effect-1:hover {
  border: 1px solid var(--logo--color);
}

.trending-tours-places {
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  -webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  margin: 0.75rem 0;
  /* border-radius: 20px; */
  /* border-bottom: 5px solid #f47c7c; */
}

.carousel-caption h2 {
  animation-delay: 1s;
}

.ltn__car-dealer-form-tab .tab-content {
  padding: 30px;
}

.trendingText h2 {
  margin: 0.75rem 0 0 0;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-align: center;
  
  font-size: 20px;
  color: #d05941;
}

.trending-tours-places-img img {
  transition-duration: 0.5s;
}

.trending-tours-places-img {
  overflow: hidden;
  border-radius: 10px;
  /* padding: 20px 30px 20px 30px; */

}

.trending-tours-places:hover .trending-tours-places-img img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.line {
  position: relative;
  display: inline-block;
}

/*.line::before {*/
/*  position: absolute;*/
/*  bottom: -5px;*/
/*  left: 50%;*/
/*  width: 60px;*/
/*  height: 6px;*/
/*  content: "";*/
/*  background: #ce4d33;*/
/*  transform: translate(-50%, -50%);*/
/*  border-radius: 10px;*/
/*}*/

.section-bg-7 {
  background: #05080e;
}

.section-bg-2 {
  background: #545454;
}

.ltn__slide-item-6 .slide-title {
  font-weight: 100;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.slick-arrow-3 .slick-prev,
.slick-arrow-3 .slick-arrow:hover {
  background: #1a7db4;
  border-color: #1a7db4;
}

.accordion-flush .accordion-item .accordion-button {
  background: #1a7db4;
  /*    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
  
  color: #fff;
}

.ltn__testimonial-item-3 .ltn__testimoni-info {
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 53px;
}

.ltn__testimonial-item-3 .ltn__testimoni-info h4 {
  color: #1a7db4;
}

/*  */

.custom-shape-divider-top-1710761237 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1710761237 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1710761237 .shape-fill {
  fill: #ffffff;
}

/* Inner Page */

.ltn__breadcrumb-area {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #092351;
  background: rgb(8, 39, 94);
  background: linear-gradient(90deg,
      rgba(8, 39, 94, 1) 0%,
      rgba(32, 60, 111, 1) 38%,
      rgba(15, 58, 134, 1) 60%,
      rgba(10, 59, 145, 1) 92%);
}

.ltn__breadcrumb-inner .page-title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fff;
}

.trav-list-bod a h3 {
  
}

.trav-ami {
  display: inline-block;
  padding: 15px 15px 5px;
  border-top: none !important;
  width: 100%;
  margin-top: 0 !important;
}

.trip-plan h2 {
  margin: 0;
  border: none;
  display: inline-block;
  padding: 5px 15px;

  background: #f3f3f3;
  font-weight: 500;
  color: #092351;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 22px;
  letter-spacing: 0.05rem;
}

/* .trip-plan {
    position: absolute;
    bottom: 19px;
    right: 0px;
    z-index: 99999;
} */

.modal-dialog {
  max-width: 800px;
}

.input-item.ltn__custom-icon::before {
  color: var(--logo--color);
}

.title-2 {
  border-color: var(--logo--color);
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

.input-item-dest.ltn__custom-icon::before {
  content: "\f5a0";
}

.input-item-child.ltn__custom-icon::before {
  content: "\e4e1";
}

.input-item-adult.ltn__custom-icon::before {
  content: "\e533";
}

.input-item-date.ltn__custom-icon::before {
  content: "\f017";
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:active,
.btn-close:focus {
  box-shadow: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="tel"],
textarea {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
  padding-right: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--logo--color);
}

.carousel-indicators [data-bs-target] {
  width: 80px;
  height: 40px;
  text-indent: 0;
  cursor: pointer;
  background-color: inherit;
  background-clip: inherit;
  border: 0;
  border-top: none;
  border-bottom: none;
  transition: opacity 0.6s ease;
}

.carousel-indicators img {
  filter: drop-shadow(0px 0px 3px #fff);
}

.bg-overlay-white-30:before {
  background: none;
}

.ltn__breadcrumb-list ul li,
.ltn__breadcrumb-list ul li:last-child {
  color: #fff;
}

.inner-bg {
  background: rgb(34 34 34);
  /*background: linear-gradient(90deg, rgba(8, 39, 94, 1) 0%, rgba(32, 60, 111, 1) 38%, rgba(15, 58, 134, 1) 60%, rgba(10, 59, 145, 1) 92%);*/
}

.featuresBox-captions h2 {
  
}

span.current {
  height: 100%;
  display: flex;
  align-items: center;
}

.nice-select {
  height: 65px;
  width: 100%;
}

.inner-form {
  padding: 20px;
  background: #f2f4f7;
}
  

.inner-form h2 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.ltn__secondary-color {
  color: #ffffff !important;
}

.footer-top-area {
  padding-top: 32px;
  padding-bottom: 20px;
}

/* Responsive */

@media screen and (max-width: 1400px) {
  .mt-120 {
    margin-top: -60px;
  }

  .ltn__slide-item-6 {
    height: 400px;
  }

  .ltn__main-menu>ul>li {
    margin-right: 10px;
  }

  .logoText {
    font-size: 25px;
  }

  .flx .btn,
  .flx .special-link a {
    font-size: 11px;
    padding: 9px 12px !important;
    border: 1px solid;
    line-height: 20px;
    margin-top: 0px !important;
    background: #012350;
    border-radius: 0;
  }

  .section-title {
    font-size: 45px;
    
    color: #333;
  }

  .inner-form h2 {
    font-size: 25px;
  }

  .inner-form input[type="text"] {
    height: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
  }

  .inner-form input[type="email"] {
    height: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
  }

  .inner-form input[type="tel"] {
    height: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
  }

  .nice-select {
    height: 35px;
    width: 100%;
    margin-bottom: 0px;
  }

  .hot-list-p3-2 {
    font-size: 25px !important;
  }

  .trav-ami ul li {
    margin-right: 4px !important;
  }

  .trav-ami {
    padding: 15px 1px 5px !important;
  }

  .ltn__breadcrumb-list ul li {
    margin-top: 0rem;
  }

  .page-title {
    margin-bottom: 0px;
  }

  .tour_head h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 490px) {
  .column__row {
    flex-direction: column;
  }

  .site-logo {
    width: 170px;
  }

  .section-title {
    font-size: 25px;
  }

  .page-headding {
    font-size: 25px;
  }

  .trav-ami ul li {
    width: 31%;
  }

  .slick-initialized .slick-slide {
    background-size: 100% 100%;
  }

  .ltn__slide-item-6 {
    height: 200px;
    padding: 20px 0;
  }

  .mt-120 {
    margin-top: 0;
  }

  .ltn__car-dealer-form-area {
    padding: 30px 0;
  }

  .ltn__slide-item-6 .slide-title {
    font-size: 20px;
    text-align: center;
  }

  .logo-text p {
    display: none;
  }

  .logo-text h1 {
    font-size: 15px;
    text-align: left;
  }

  .logo-text h1 span {
    display: block;
    
    font-weight: 700;
  }
}

.nice-select.swal2-select {
  display: none !important;
}

.bg-overlay-theme-black-60:before {
  background: rgb(0 0 0 / 0%);
}

.btn {
  padding: 10px 15px !important;
  border-radius: 10px;
}

.ltn__slide-item-6 {
  height: 750px;
}

.special-link a {
  border-radius: 10px;
}


/* today */
.trendingText hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #000000;
}


.tendingBottomArea {
  display: flex;
  background: #f5f5f5;
  height: 100%;
  padding: 20px 0px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 5px 5px #0000001f;
}



/*********************************************/
#scrollUp {
  display: none !important;
}

.section-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.carousel-caption h2 {
  color: #fff;
  font-size: 40px;
}

.carousel-caption {
  bottom: 11.25rem;
}

.select_box {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
}

.drop-down.ltn__custom-icon::before {
  content: "\f063";
}

.ltn__main-menu>ul>li>a {
  
}

.ltn__main-menu>ul>li>a:hover {
  color: #1a7db4;
}

.sticky-social-icons {
  position: fixed;
  right: 40px;
  top: 73%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

.sticky-social li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
  line-height: 55px;
}

.sticky-social li a:hover {
  position: relative;
  left: -10px;
}

#whatsapp {
  background: #52cd60;
}

#call {
  background: #03a9f4;
}

.sticky-social li a i {
  font-size: 30px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
  animation: shockwave 1s 0.65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
  animation: shockwave 1s 0.5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: 0.4s jump ease infinite alternate;
  animation: 0.4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

.input-item-date {
  margin-bottom: 0px;
}

.input-item .nice-select {
  margin-bottom: 0px;
}

.font__size-16 {
  font-size: 16px;
}

.table-heading th {
  background: #1a7db4;
  color: #fff;
}

#carrental tbody tr:nth-of-type(odd) {
  background: #ffeaca;
}

:root {
  --logo--color: #092351;
}

.ltn__main-menu>ul {
  justify-content: end;
}

.ltn__car-dealer-form-tab {
  z-index: 99999;
  position: relative;
}

.footer-about-widget {
  padding-right: 0px;
}

a:hover {
  color: inherit;
}

.ltn__header-top-area {
  padding: 5px 0;
background: linear-gradient(45deg, #ce4d33, #009688);
}

.ltn__top-bar-menu>ul>li>a>i {
  color: #fff;
}

.column_image .col-md-4 img {
  width: 70%;
  text-align: center;
  border: 1px solid #e1dcdc;
  padding: 10px;
  border-radius: 15px;
}

.column_image .col-md-4 {
  text-align: center;
  margin-bottom: 15px;
}

.site-logo {
  width: 190px;
  transition-duration: 0.5s;
}

.ltn__header-5 .ltn__header-middle-area {
  padding-top: 2px;
  padding-bottom: 2px;
}

.logoText {
  
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  position: relative;
  top: 46px;
  letter-spacing: 0.05rem;
  background: var(--logo--color);
  background: linear-gradient(263deg,
      #0e3476d1 0%,
      #0d269b 28%,
      #133b7a,
      #1b4383 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.5s;
}

.logo-text h1 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.08rem;
  margin: 0;
  
}

.logo-text h1>span {
  font-size: inherit !important;
  font-weight: inherit !important;
}

.logo-text p {
  margin: 0;
  font-size: 15px;
}

.logo-text {
  position: relative;
  left: 16px;
}

.ltn__main-menu>ul>li>a {
  padding: 13px 17px;
}

.ltn__main-menu>ul:hover li>a {
  opacity: 1;
}

.ltn__main-menu>ul>li>a:hover {
  opacity: 1;
}

/* .ltn__slide-item-6 {
  height: 600px;
} */

.ltn__header-5 .ltn__header-middle-area.sticky-active .site-logo {
  top: -20px;
}

.ltn__header-5 .ltn__header-middle-area.sticky-active .logoText {
  top: 0;
}

.ltn__car-dealer-form-tab .ltn__tab-menu .active {
  border-color: var(--logo--color);
  background-color: var(--logo--color);
  color: #fff;
}

.page-headding {
  margin: 0;
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
  color: #1b1464;
  
}

.padd-60 {
  padding: 30px 0;
}

.trendingText {
  /* padding-bottom: 20px; */
}

.footer-widget .footer-title {
  font-size: 22px;
  
}

.elementor-background-overlay {
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.car_rental {
  background: rgb(24 28 35);
  position: relative;
  padding: 30px 40px;
  color: #fff;
}

.servies-box {
  position: relative;
  padding: 30px 35px 30px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  margin: 0.75rem 0;
}

.servies-box::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #eee;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.servies-icons {
  text-align: center;
  margin-bottom: 22px;
  color: #193256;
}

.servies-box .servies-content h4 {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 18px;
  color: #020202;
  
  font-weight: 600;
}

.fs-D60D45 {
  color: #d60d45;
}

.fs-cd2c22 {
  color: #cd2c22;
}

.fs-27a974 {
  color: #27a974;
}

.servies-box .servies-content p {
  color: #333;
  letter-spacing: 0em;
  line-height: 1.32;
  font-size: 16px;
}

.servies-box:hover::before {
  border-color: #193256;
}


.my-12 {
  margin: 0.75rem 0;
}

.package-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}



/* .package-box:hover .package-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(-80px);
  transition: all 0.4s ease;
} */
.package-box:hover img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  transform: scale(1.09);
  transition: all 0.4s ease;
}

.package-box:hover .package-text h2 {
  transition: all 0.4s ease;
}

.package-image img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.4s ease;
}

.flx {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.theme-btn-1 {
  background-color: var(--logo--color);
}

.special-link a {
  background-color: #545454;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
}

.special-link a:hover {
  background-color: #fff;
  color: #545454;
  border: 2px solid #545454;
  text-transform: uppercase;
}

.custom__btn {
  color: #ffffff;
  border: 1px solid #ce4d33;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  background-color: rgb(206 77 51);
  border-radius: 10px;
  padding: 10px 10px;
  position: relative;
}

.custom__btn:hover {
  color: #ce4d33;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #ce4d33;
}

.flx .special-link a {
  font-size: 14px;
  text-transform: uppercase;
}

.flx .btn {
  font-size: 14px;
  padding: 12px 30px;
  border-color: inherit;
}

.flx .btn-effect-1:hover {
  border: 1px solid var(--logo--color);
}

.trending-tours-places {
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  -webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  margin: 0.75rem 0;
  border-radius: 20px;
  /* border-bottom: 5px solid #f47c7c; */
}

.carousel-caption h2 {
  animation-delay: 1s;
}

.ltn__car-dealer-form-tab .tab-content {
  padding: 30px;
}

.trendingText h2 {
  margin: 0.75rem 0 0 0;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-align: center;
  
  font-size: 20px;
 color: #000000;
}

.trending-tours-places-img img {
  transition-duration: 0.5s;
}

.trending-tours-places-img {
    height: 275px;
  overflow: hidden;
  border-radius: 10px;
  /* padding: 20px 30px 20px 30px; */

}

.trending-tours-places:hover .trending-tours-places-img img {
  transform: scale(1.05);
  transition-duration: 0.5s;
}



/*.line::before {*/
/*  position: absolute;*/
/*  bottom: -5px;*/
/*  left: 50%;*/
/*  width: 60px;*/
/*  height: 6px;*/
/*  content: "";*/
/*  background: #ce4d33;*/
/*  transform: translate(-50%, -50%);*/
/*  border-radius: 10px;*/
/*}*/

.section-bg-7 {
  background: #05080e;
}

.section-bg-2 {
  background: #545454;
}

.ltn__slide-item-6 .slide-title {
  font-weight: 100;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.slick-arrow-3 .slick-prev,
.slick-arrow-3 .slick-arrow:hover {
  background: #1a7db4;
  border-color: #1a7db4;
}

.accordion-flush .accordion-item .accordion-button {
  background: #1a7db4;
  /*    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
  
  color: #fff;
}

.ltn__testimonial-item-3 .ltn__testimoni-info {
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 53px;
}

.ltn__testimonial-item-3 .ltn__testimoni-info h4 {
  color: #1a7db4;
}

/*  */

.custom-shape-divider-top-1710761237 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1710761237 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1710761237 .shape-fill {
  fill: #ffffff;
}

/* Inner Page */

.ltn__breadcrumb-area {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #092351;
  background: rgb(8, 39, 94);
  background: linear-gradient(90deg,
      rgba(8, 39, 94, 1) 0%,
      rgba(32, 60, 111, 1) 38%,
      rgba(15, 58, 134, 1) 60%,
      rgba(10, 59, 145, 1) 92%);
}

.ltn__breadcrumb-inner .page-title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fff;
}

.trav-list-bod a h3 {
  
}

.trav-ami {
  display: inline-block;
  padding: 15px 15px 5px;
  border-top: none !important;
  width: 100%;
  margin-top: 0 !important;
}

.trip-plan h2 {
  margin: 0;
  border: none;
  display: inline-block;
  padding: 5px 15px;

  background: #f3f3f3;
  font-weight: 500;
  color: #092351;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 22px;
  letter-spacing: 0.05rem;
}

/* .trip-plan {
    position: absolute;
    bottom: 19px;
    right: 0px;
    z-index: 99999;
} */

.modal-dialog {
  max-width: 800px;
}

.input-item.ltn__custom-icon::before {
  color: var(--logo--color);
}

.title-2 {
  border-color: var(--logo--color);
}

#ui-datepicker-div {
  z-index: 99999 !important;
}

.input-item-dest.ltn__custom-icon::before {
  content: "\f5a0";
}

.input-item-child.ltn__custom-icon::before {
  content: "\e4e1";
}

.input-item-adult.ltn__custom-icon::before {
  content: "\e533";
}

.input-item-date.ltn__custom-icon::before {
  content: "\f017";
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:active,
.btn-close:focus {
  box-shadow: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="tel"],
textarea {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--border-color-9);
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
  padding-right: 40px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--logo--color);
}

.carousel-indicators [data-bs-target] {
  width: 80px;
  height: 40px;
  text-indent: 0;
  cursor: pointer;
  background-color: inherit;
  background-clip: inherit;
  border: 0;
  border-top: none;
  border-bottom: none;
  transition: opacity 0.6s ease;
}

.carousel-indicators img {
  filter: drop-shadow(0px 0px 3px #fff);
}

.bg-overlay-white-30:before {
  background: none;
}

.ltn__breadcrumb-list ul li,
.ltn__breadcrumb-list ul li:last-child {
  color: #fff;
}

.inner-bg {
  background: rgb(34 34 34);
  /*background: linear-gradient(90deg, rgba(8, 39, 94, 1) 0%, rgba(32, 60, 111, 1) 38%, rgba(15, 58, 134, 1) 60%, rgba(10, 59, 145, 1) 92%);*/
}

.featuresBox-captions h2 {
  
}

span.current {
  height: 100%;
  display: flex;
  align-items: center;
}

.nice-select {
  height: 65px;
  width: 100%;
}

.inner-form {
  padding: 20px;
  background: #f2f4f7;
}

.inner-form h2 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.ltn__secondary-color {
  color: #ffffff !important;
}

.footer-top-area {
  padding-top: 32px;
  padding-bottom: 20px;
}

/* Responsive */

@media screen and (max-width: 1400px) {
  .mt-120 {
    margin-top: -60px;
  }

  .ltn__slide-item-6 {
    height: 400px;
  }

  .ltn__main-menu>ul>li {
    margin-right: 10px;
  }

  .logoText {
    font-size: 25px;
  }

  .flx .btn,
  .flx .special-link a {
    font-size: 11px;
    padding: 9px 12px !important;
    border: 1px solid;
    line-height: 20px;
    margin-top: 0px !important;
    background: #012350;
    border-radius: 0;
  }

  .section-title {
    font-size: 45px;
    
    color: #333;
  }

  .inner-form h2 {
    font-size: 25px;
  }

  .inner-form input[type="text"] {
    height: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
  }

  .inner-form input[type="email"] {
    height: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
  }

  .inner-form input[type="tel"] {
    height: 35px;
    padding-right: 10px;
    margin-bottom: 0px;
  }

  .nice-select {
    height: 35px;
    width: 100%;
    margin-bottom: 0px;
  }

  .hot-list-p3-2 {
    font-size: 25px !important;
  }

  .trav-ami ul li {
    margin-right: 4px !important;
  }

  .trav-ami {
    padding: 15px 1px 5px !important;
  }

  .ltn__breadcrumb-list ul li {
    margin-top: 0rem;
  }

  .page-title {
    margin-bottom: 0px;
  }

  .tour_head h2 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 490px) {
  .container-fluid {
    width: 95%;
  }
  .car_rentals {
    gap: 15px;
  }
  .trending_dest {
    gap: 35px;
  }
  .column__row {
    flex-direction: column;
  }

  .site-logo {
    width: 170px;
  }

  .section-title {
    font-size: 25px;
  }

  .page-headding {
    font-size: 25px;
  }

  .trav-ami ul li {
    width: 31%;
  }

  .slick-initialized .slick-slide {
    background-size: 100% 100%;
  }

  .ltn__slide-item-6 {
    height: 200px;
    padding: 20px 0;
  }

  .mt-120 {
    margin-top: 0;
  }

  .ltn__car-dealer-form-area {
    padding: 30px 0;
  }

  .ltn__slide-item-6 .slide-title {
    font-size: 20px;
    text-align: center;
  }

  .logo-text p {
    display: none;
  }

  .logo-text h1 {
    font-size: 15px;
    text-align: left;
  }

  .logo-text h1 span {
    display: block;
    
    font-weight: 700;
  }
}

.nice-select.swal2-select {
  display: none !important;
}

.bg-overlay-theme-black-60:before {
  background: rgb(0 0 0 / 0%);
}

.btn {
  padding: 10px 15px !important;
  border-radius: 10px;
}

.special-link a {
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  /*tablet */
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /*150% */

  /* p,
  a {
    font-size: 14px !important;
  } */
  h2,
  h5 {
    font-size: 20px !important;
  }
  .section-title {
    font-size: 35px !important;
  }
  b {
    font-size: 12px !important;
  }
  .site-logo a img {
    max-width: 200px !important;
  }
  .special-link a {
    background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
    padding: 5px 15px !important;
  }
  .ltn__slide-item-6 {
    height: 500px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  /*125% */

  /* p,
  a {
    font-size: 12px !important;
  } */
  h2,
  h5 {
    font-size: 13px !important;
  }
  .section-title {
    font-size: 30px !important;
  }
  b {
    font-size: 12px !important;
  }
  .site-logo a img {
    max-width: 70px !important;
  }
  .special-link a {
    background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
    padding: 5px 15px !important;
  }
  .ltn__slide-item-6 {
    height: 500px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .container-fluid{
    width: 95% !important;
  }
}

