
/*---========================
  Start destination CSS
========================---*/
.citiesCard.-type-1 {
  position: relative;
  z-index: 0;
  border-radius: 4px !important;
}
.citiesCard.-type-1 .citiesCard__image {
    border-radius: inherit;
}

.ratio {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.ratio-3\:4:before {
    padding-bottom: 133.33333%;
}

.ratio:before {
    display: block;
    width: 100%;
    content: "";
}
.citiesCard.-type-1 .citiesCard__image img {
    width: 100%;
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
}
.citiesCard.-type-1 .citiesCard__content {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    justify-content: space-between;
}
.citiesCard.-type-1 .citiesCard__bg, .citiesCard.-type-1 .citiesCard__top {
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.citiesCard.-type-1 .citiesCard__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 16, 54, .4);
    border-radius: inherit;
}
.citiesCard.-type-1 .citiesCard__bottom {
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    transform: translateY(80px);
}
.citiesCard.-type-1:hover {
    cursor: pointer;
}
.citiesCard.-type-1:hover .citiesCard__bg {
    opacity: 1;
}
.citiesCard.-type-1:hover .citiesCard__top {
    opacity: 1;
}
.citiesCard.-type-1:hover .citiesCard__bottom {
    transform: translateY(0);
}
.button.col-12.h-60.-blue-1.bg-white.text-dark-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    height: 60px;
}
.country .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background: #0c1239 !important;
    border-radius: 50%;
    color: white !important;
    font-size: 30px !important;
    margin-right: 10px;
}
.country .owl-nav .owl-prev:hover {
  background: #fba31c !important;
}
.country .owl-nav .owl-next
{
    width: 50px;
    height: 50px;
    background: #0c1239 !important;
    border-radius: 50%;
    color: white !important;
    font-size: 30px !important;
    margin-right: 10px;
}
.country .owl-nav .owl-next:hover {
  background: #fba31c !important;
}
.country .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
/*---========================
  End destination CSS
========================---*/


/*---========================
  Start financing CSS
========================---*/
.financing
  {
    background-color: #F3F3F3;
      margin-top: 70px;
      margin-bottom: 0px;
      padding: 100px 0px 100px 0px;
      position: relative;
  }
  .second-background-overlay {
      background-color: #F5F5F5;
      opacity: 0.5;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
  }
  .first-shape-top {
      top: -1px;
  }
  .first-shape-bottom {
      bottom: -1px;
      transform: rotate(180deg);
  }
  .first-shape {
      overflow: hidden;
      position: absolute;
      left: 0;
      width: 100%;
      line-height: 0;
      direction: ltr;
  }
  .first-shape-top img {
      width: calc(100% + 1.3px);
      height: 65px;
  }
  .first-shape img {
      display: block;
      width: calc(100% + 1.3px);
      position: relative;
      left: 50%;
      transform: translateX(-50%);
  }
  .first-shape-bottom:not([data-negative=true]) img {
      z-index: -1;
  }
  .first-shape-bottom img {
      height: 54px;
  }
  .box-ico-1_iteam {
      border: 1px solid #eee;
      padding: 35px;
      box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.05);
      position: relative;
      z-index: 5;
      background: #fff;
      transition: 0.3s;
  }
  .box-ico-1_iteam .box-ico-1_ico-nmbr {
      position: absolute;
      right: 30px;
      top: 20px;
      color: #222;
      font-size: 90px;
      opacity: 0.1;
      line-height: 90px;
  }
  .box-ico-1_iteam .box-ico-1_img {
      width: 100px;
  }
  .box-ico-1_iteam .box-ico-1_title {
      color: #222;
      font-weight: 500;
      transition: color 0.3s;
      font-size: 22px;
      line-height: 31px;
      margin-bottom: 5px;
      text-transform: capitalize;
      max-width: 80%;
      display: inline-block;
      padding-top: 15px;
  }
  .box-ico-1_iteam p.style_nine_text {
      color: #777;
      font-size: 16px;
      line-height: 28px;
      margin: 0;
  }
  .box-ico-1_iteam:hover
  {
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.1));
  }
  .box-ico-1_iteam:hover.box-ico-1_iteam .box-ico-1_ico-nmbr
  {
    color: #fba31c;
  }
/*---========================
  End financing CSS
========================---*/


/*---========================
  Start Rent car CSS
========================---*/
.rent-car-section
{
  background-color: #FAFAFA;
    background-image: url(https://renity.tm-colors.info/auto/wp-content/uploads/2024/05/featured-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 180px 0px 190px 0px;
    position: relative;
}
.rent-shape-top {
    top: -1px;
}
.rent-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.rent-shape-top svg {
    height: 96px;
    transform: translateX(-50%) rotateY(180deg);
}
.rent-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
svg:not(:root) {
    overflow: hidden;
}
.rent-shape-bottom {
    bottom: -1px;
    transform: rotate(180deg);
}
.rent-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.title_el {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #202020;
    font-size: 16px;
}
.title_elsec strong {
    color: #fba31c;
}
.my-divider    
{
  padding-block-start: 15px;
padding-block-end: 15px;
margin-bottom: 15px;
}
.my-divider-separator   
{
  border-block-start: 1px solid #d3d1d1;
  width: 100%;
}
.elmain {
    width: 75%;
    margin: 0 auto;
}
i.far.fa-check-circle.my-clr {
    color: #fba31c;
}
i.far.fa-check-circle.my-clr span {
    color: gray;
}
.about__posters_style_three .posters {
    position: relative;
    width: 100%;
    max-width: 635px;
    height: 500px;
    min-width: 480px;
}
.about__posters_style_three .posters__img:first-child {
    top: 235px;
    left: 0;
}

.about__posters_style_three .posters__img:nth-child(1) {
    top: 102px;
    left: 0;
    width: 250px;
    height: 300px;
    z-index: 1;
}
.about__posters_style_three .posters__img {
    position: absolute;
}
.about__posters_style_three .posters__img-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__posters_style_three .posters__img:nth-child(2) {
    top: 0;
    right: 0;
    width: 350px;
    height: 500px;
}
@media (max-width: 600px) 
{
  .about__posters_style_three .posters
{
  min-width: auto;
}
.elmain {
    width: 100%;
}
}
/*---========================
  End Rent car CSS
========================---*/




/*---========================
  Start destination CSS
========================---*/
/*---========================
  End destination CSS
========================---*/
/*---========================
  Start destination CSS
========================---*/
/*---========================
  End destination CSS
========================---*/
