@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color:  var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
h1{
    font-size: 60px;
}

:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --theme-color: #FFB300;
    --theme-bg-light: #F9F9F9;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #111111;
    --color-green: #11B76B;
    --color-blue: #0049D0;
    --color-yellow: #FBA707;
    --hero-overlay-color: #01060F;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #111111;
    --footer-bg2: #181818;
    --footer-text-color: #F5FAFF;
  }
.header-top {
    padding: 8px 0 10px 0;
    position: relative !important;
    background:  var(--color-dark);
    border-bottom: 5px solid var(--theme-color);
    z-index: 1;
    overflow: hidden;
  }
  
  .header-top::before{
    content: "";
    position: absolute;
    background: var(--theme-color);
    border-radius: 0 50px 0 0;
    border-right: 15px solid #fff;
    width: 10%;
    top: 0;
    left: 0;
    bottom: -1px;
    z-index: -1;
  }
  
  .header-top::after{
    content: "";
    position: absolute;
    background: var(--theme-color);
    border-radius: 50px 0 0 0;
    border-left: 15px solid #fff;
    width: 10%;
    top: 0;
    right: 0;
    bottom: -1px;
    z-index: -1;
  }
  
  .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  
  .header-top-contact a {
    color: var(--color-white);
    font-weight: 500;
  }
  
  .header-top-contact a i{
    color: var(--theme-color);
  }
  
  .header-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .header-top-social span{
    color: var(--color-white);
  }
  
  .header-top-social a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: var(--transition);
  }
  
  .header-top-social a:hover {
    color: var(--theme-color);
  }
  
  
  @media all and (max-width: 1199px) {
  
    .header-top-contact ul {
      gap: 10px;
    }
  
    .header-top-social a {
      width: 34px;
      height: 34px;
      line-height: 37px;
      margin-left: 0;
    }
  
    .header-top-left {
      margin-right: 5px;
    }
  }
  
  @media all and (max-width: 992px) {
    .header-top {
      display: none;
    }
  }


  .navbar {
    position: relative !important;
    background: var(--color-white);
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: var(--box-shadow);
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
  }
  
  .navbar.fixed-top {
    background: var(--color-white);
    box-shadow: var(--box-shadow2);
    animation: slide-down 0.7s;
  }
  
  
  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
  
    100% {
      transform: translateY(0);
    }
  }
  
  .navbar .navbar-brand .logo-display {
    display: block;
  }
  
  .navbar .navbar-brand .logo-scrolled {
    display: none;
  }
  
  .navbar.fixed-top .navbar-brand .logo-display {
    display: none;
  }
  
  .navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block;
  }
  
  .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  
  .navbar-toggler-mobile-icon {
    display: inline-block;
    width: inherit;
    height: inherit;
  }
  
  .navbar-brand {
    margin-right: 0;
  }
  
  .navbar-brand img {
    width: 180px;
  }
  
  .nav-right {
    margin-left: 25px !important;
  }
  
  @media all and (max-width: 1199px) {
    .nav-right{
        display: none;
    }
  
    .navbar .nav-item .nav-link {
      margin-right: 15px;
    }
  
    .navbar .nav-right-btn {
      display: none;
    }
  }
  
  @media all and (min-width: 992px) {
    .navbar .nav-item .nav-link {
      margin-right: 20px;
      padding: 30px 0 30px 0;
      font-size: 17px;
      font-weight: 600;
      color:  var(--color-dark);
      text-transform: capitalize;
    }
  
    .navbar .nav-item:last-child .nav-link {
      margin-right: 0;
    }
  
    .navbar .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      margin-top: 0;
      border: none;
      left: -15px;
      border-radius: 8px;
      background: var(--color-white);
      width: 220px;
      box-shadow: var(--box-shadow);
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
  
    .navbar .nav-item .dropdown-menu li {
      border-bottom: 1px solid var(--border-info-color);
    }
  
    .navbar .nav-item .dropdown-menu li:last-child {
      margin-bottom: 0;
      border-bottom: none;
    }
  
    .navbar .nav-item .dropdown-menu .dropdown-item {
      font-size: 16px;
      padding: 9px 25px;
      font-weight: 600;
      color:  var(--color-dark);
      position: relative;
      overflow: hidden;
      text-transform: capitalize;
      transition: all .3s ease-in-out;
    }
  
    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
      background: transparent;
      color: var(--theme-color);
      padding-left: 32px;
    }
  
    .navbar .nav-item .dropdown-menu .dropdown-item::before {
      content: "//";
      position: absolute;
      left: 15px;
      top: 9px;
      color: var(--theme-color);
      opacity: 0;
      visibility: hidden;
      transition: var(--transition);
      z-index: -1;
    }
  
    .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
      opacity: 1;
      visibility: visible;
    }
  
    .navbar .nav-item .nav-link {
      position: relative;
    }
  
    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
      color: var(--theme-color);
    }
  
    .navbar .nav-item:hover .dropdown-menu {
      transition: .3s;
      opacity: 1;
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
    }
  
    .navbar .dropdown-menu-end {
      right: 0;
      left: auto;
    }
  
    .navbar .dropdown-menu.fade-down {
      top: 80%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
    }
  
    .navbar .dropdown-menu.fade-up {
      top: 140%;
    }
  
    .navbar #main_nav {
      justify-content: flex-end;
    }
  
    /* nav right */
    .nav-right {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-left: 45px;
    }

    .nav-right .theme-btn{
      padding: 12px 25px;
    }
  
  }
  
  
  /* mobile menu */
  .mobile-menu-right {
    display: none;
  }
  
  @media all and (max-width: 991px) {
    .navbar {
      top: 0;
      right: 0;
      left: 0;
      position: fixed;
    }
    .navbar-brand {
      padding-left: 10px;
    }
  
    .navbar-brand img {
      width: 130px;
    }
  
    .navbar-collapse {
      max-height: 220px;
      overflow: hidden;
      overflow-y: auto;
      padding: 0 20px;
      background-color: var(--color-white);
    }
  
    .dropdown-toggle::after {
      float: right;
    }
  
    .navbar .nav-item .nav-link {
      color:  var(--color-dark);
      font-weight: 700;
      transition: var(--transition);
    }
  
    .navbar .nav-item .nav-link:hover {
      color: var(--theme-color) !important;
    }
  
    .navbar-toggler {
      padding: 0;
      border: none;
    }
  
    .mobile-menu-right {
      display: flex;
      align-items: center;
      gap: 20px;
    }
  
    .navbar-toggler-mobile-icon {
      font-size: 25px;
      color:  var(--color-dark);
      font-weight: 500;
    }
  
    .navbar .dropdown-menu {
      border-radius: 8px;
    }

  }
  


/* Buttoni */
.theme-btn {
    font-size: 14px;
    color: var(--color-dark);
    padding: 14px 25px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
  }
  
  .theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background:  var(--color-dark);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
  }
  
  .theme-btn:hover {
    color: var(--color-white);
  }
  
  .theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  
  .theme-btn i {
    margin-left: 5px;
  }
  
  .theme-btn span {
    margin-right: 5px;
  }
  
  .theme-btn2{
    background: var(--color-white);
    color: var(--color-dark);
  }
  
  .theme-btn2::before{
    background: var(--theme-color);
  }
  
  .theme-btn2:hover{
    color: var(--color-dark);
  }


section{
    padding: 100px 0 !important;
}

 /* Footer */
 footer{
    background-color: #181818;
    background: url('../img/img4.png') rgba(0, 0, 0, 0.699);
     background-position: center 80%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: none;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
   }
   .footer-link:hover{
     color:#FFB300;
   }
   footer .df-link:hover{
    margin-left: 10px;
    transition-duration: all 1s;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: 'Courier New', Courier, monospace;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:#FFB300;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   .copyright{
     display: flex;
   justify-content: right;
   text-align: right ;
   align-items: end ;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:#FFB300;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }
   
   .carousel-1{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel-2{
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

#carousel-home{
    background: rgb(255,255,255);
    background: linear-gradient(332deg, rgba(255,255,255,1) 11%, #FFB300 11%);
    padding: 0px!important;
}
  .carousel-caption{
    bottom: 25%;
  }


  /***About Four***/
.about-four {
    position: relative;
    z-index: 1;
  }
  .about-four__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.6;
  }
  .about-four__image {
    position: relative !important;
    z-index: 1;
  }
  @media (min-width: 1200px) {
    .about-four__image {
      margin-left: 30px;
      margin-right: 45px;
    }
  }
  .about-four__image__item {
    position: relative;
    margin-right: 63px;
    border-radius: 8px;
    overflow: hidden;
  }
  @media (min-width: 1199px) {
    .about-four__image__item img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    .about-four .col-lg-6{
        position: relative;
        display: flex;
    }
  }


  .image-ab{
    display: none !important;
  }
  @media (min-width: 1024px) {
    .about-four__image__item img {
        object-fit: cover !important;
        width: 100% !important;
        max-height: 500px !important;
        display: block !important;
    }
}
@media (max-width: 1023px) {
    .about-four__image{
       display: none !important;
    }
    .image-ab{
        display: block !important;
      }
}

  
  .about-four__image::after {
    content: "";
    width: 19px;
    height: 209px;
    background-color: var(--cityride-base, #FED100);
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    animation: zumpBottom 2s linear infinite;
    display: none;
  }
  @media (min-width: 576px) {
    .about-four__image::after {
      display: block;
    }
  }

  @media (min-width: 1200px) {
    .about-four__right {
      margin-left: -25px;
    }
  }
  .about-four__top__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: var(--cityride-text, #838383);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--cityride-border-color, #DFDFDF);
    margin-bottom:20px;
  }
  .about-four__funfact {
    max-width: 220px;
    position: absolute;
    top: 30px;
    left: 0;
    height: auto;
    background-color: var(--cityride-white, #FFFFFF);
    border-radius: 8px;
    border-left: 2px solid var(--cityride-base, #FED100);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: start;
    animation: zumpBottom 3s ease-in-out infinite;
  }
  .about-four__funfact__icon {
    font-size: 40px;
    color: var(--cityride-base, #FED100);
    line-height: normal;
  }
  .about-four--one {
    background-color: var(--cityride-white2, #F4F1EA);
  }
  @media (min-width: 1200px) {
    .about-four--one .about-four__image {
      margin-left: 0px;
      margin-right: 40px;
    }
  }
  .about-four--one .about-four__image__item {
    margin-right: 63px;
    margin-left: 46px;
  }
  @media (min-width: 1200px) {
    .about-four--one .about-four__image__item img {
      object-fit: cover;
      width: 100%;
    }
  }
  @media (max-width: 575px) {
    .about-four--one .about-four__image__item {
      margin-right: 0px;
      margin-left: 0px;
    }
  }
  .about-four--one .about-four__image::after {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 0;
  }

 /*--------------------------------------------------------------
# cityride Info
--------------------------------------------------------------*/
/* .cityride-info {
    margin-bottom: 140px;
  } */
  @media (max-width: 767px) {
    .cityride-info {
      margin-bottom: 100px;
    }
  }
  @media (max-width: 575px) {
    .cityride-info {
      margin-bottom: 80px;
      padding-right: 15px;
    }
  }
  .cityride-info__inner {
    position: relative;
    padding: 60px 349px 52px 50px;
    background-color: var(--cityride-white, #FFFFFF);
    z-index: 3;
  }
  @media (max-width: 1199px) {
    .cityride-info__inner {
      padding-right: 52px;
    }
  }
  @media (max-width: 767px) {
    .cityride-info__inner {
      padding: 50px 32px 40px;
    }
  }
  @media (max-width: 390px) {
    .cityride-info__inner {
      padding-left: 22px;
      padding-left: 22px;
    }
  }
  .cityride-info__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid var(--cityride-base, #FED100);
    z-index: 1;
  }
  .cityride-info__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.3;
  }
  .cityride-info__row {
    position: relative;
    z-index: 1;
    --bs-gutter-x: 90px;
    --bs-gutter-y: 90px;
    z-index: 3;
  }
  @media (max-width: 1199px) {
    .cityride-info__row {
      --bs-gutter-x: 50px;
      --bs-gutter-y: 50px;
    }
  }
  @media (max-width: 767px) {
    .cityride-info__row {
      --bs-gutter-x: 40px;
      --bs-gutter-y: 40px;
    }
  }
  .cityride-info__item {
    text-align: center;
  }
  .cityride-info__item__icon {
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: var(--cityride-black, #141414);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: var(--cityride-base, #FED100);
    transition: all 500ms ease;
  }
  .cityride-info__item:hover .cityride-info__item__icon {
    color: var(--cityride-base, #FED100);
    background-color: var(--cityride-black, #141414);
  }
  .cityride-info__item__title fadeinup {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.03em;
    text-transform: capitalize;
  }
  @media (max-width: 767px) {
    .cityride-info__item__title fadeinup {
      font-size: 20px;
    }
  }
  .cityride-info__image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 31% 100%);
  }
  @media (max-width: 1199px) {
    .cityride-info__image {
      display: none;
    }
  }
  .services{
    position: relative;
    background-color: var(--cityride-black, #141414);
    counter-reset: serviceNumber;
  }
  .services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.4;
}


.pattern-bg {
    width: 100%;
    height: 50px;
    background-color: var(--cityride-white, #FFFFFF);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-repeat: repeat-x;
    animation: cloudMove 60s linear 0s infinite;
  }
  @keyframes cloudMove {
    0% {
      background-position: -1920px 100%;
    }
    100% {
      background-position: 0 100%;
    }
  }


  /*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    background-color: var(--cityride-white, #FFFFFF);
  }
  .why-choose-one .container {
    position: relative;
    z-index: 1;
  }
 
  .why-choose-one__item {
    position: relative;
    background-color: var(--cityride-white2, #F4F1EA);
    padding: 30px;
    z-index: 1;
  }
  .why-choose-one__item__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
  }
  @media (min-width: 992px) {
    .why-choose-one__left {
      margin-right: 70px;
      padding-left: 30px;
    }
  }

  .why-choose-one__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    margin-bottom: 16px;
    padding-bottom: 0;
    color: #585858;
  }
  .why-choose-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 12px 35px;
  }
  @media (max-width: 767px) {
    .why-choose-one__list {
      grid-template-columns: auto;
    }
  }

  .why-choose-one__list__item {
    font-family: var(--cityride-heading-font, "Lexend", serif);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 186%;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    color: var(--cityride-black, #141414);
  }
  .why-choose-one__list__item i {
    font-size: 16px;
    color: var(--cityride-base, #FED100);
    margin-right: 10px;
  }
  
  .why-choose-one__thumb {
    position: relative;
  }
  @media (min-width: 992px) {
    .why-choose-one__thumb {
      margin-left: -45px;
    }
  }
  /* .why-choose-one__thumb img {
    object-fit: cover;
    width: 100%;
  } */
  .sec-title--center .sec-title__top {
    justify-content: center;
  }
  .sec-title__top {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .sec-title__shape {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 12px;
  }
  .sec-title__shape::before, .sec-title__shape::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 100%;
    background-color: var(--cityride-base, #FED100);
    clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
  }
  .sec-title__shape::after {
    left: 18px;
  }

  .why-choose-one__shape-left {
    position: absolute;
    top: 41px;
    left: 0;
    animation: zumpBottom 2s linear infinite;
  }
  @media (max-width: 1599px) {
    .why-choose-one__shape-left {
      left: -20px;
    }
  }
  @media (max-width: 1399px) {
    .why-choose-one__shape-left {
      left: -40px;
    }
  }
  @media (max-width: 1349px) {
    .why-choose-one__shape-left {
      display: none;
    }
  }
  .why-choose-one__shape-left__one, .why-choose-one__shape-left__two {
    position: relative;
    width: 113px;
    height: 131px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: var(--cityride-base, #FED100);
  }
  .why-choose-one__shape-left__one {
    z-index: 1;
  }
  .why-choose-one__shape-left__two {
    width: 85px;
    height: 99px;
    top: -49px;
    background-color: RGBA(var(--cityride-base-rgb, 254, 209, 0), 0.5);
  }
  .why-choose-one__shape-right {
    position: absolute;
    right: 0;
    bottom: 120px;
    animation: zumpBottom 2s linear infinite;
  }
  @media (max-width: 1599px) {
    .why-choose-one__shape-right {
      right: -20px;
    }
  }
  @media (max-width: 1399px) {
    .why-choose-one__shape-right {
      right: -40px;
    }
  }
  @media (max-width: 1349px) {
    .why-choose-one__shape-right {
      display: none;
    }
  }
  .why-choose-one__shape-right__one, .why-choose-one__shape-right__two {
    position: relative;
    width: 113px;
    height: 131px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background-color: var(--cityride-base, #FED100);
  }
  .why-choose-one__shape-right__one {
    width: 85px;
    height: 99px;
    top: 49px;
    right: -28px;
    background-color: RGBA(var(--cityride-base-rgb, 254, 209, 0), 0.5);
  }
  .why-choose-one__shape-right__two {
    z-index: 1;
  }


/* SectionDownload */

  .download-app-three {
    position: relative;
    background-color: var(--cityride-black, #141414);
    z-index: 1;
    overflow: hidden;
  }
  .download-app-three__bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: difference;
    opacity: 0.2;
    z-index: -2;
  }
  .download-app-three__top__text {
    margin-bottom: 41px;
    letter-spacing: var(--cityride-letter-space, -0.03em);
    text-transform: capitalize;
  }
  .download-app-three::after {
    width: 50%;
    right: 0;
    position: absolute;
    top: 0;
    height: 101%;
    z-index: -1;
    content: "";
    background-color: var(--cityride-base, #FED100);
    clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  @media (max-width: 991px) {
    .download-app-three::after {
      display: none;
    }
  }
  .download-app-three::before {
    width: 302px;
    right: 35.5%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 101%;
    content: "";
    background-color: var(--cityride-base, #FED100);
    clip-path: polygon(95% 0, 100% 0, 5% 100%, 0% 100%);
  }
  @media (max-width: 1450px) {
    .download-app-three::before {
      width: 250px;
      clip-path: polygon(90% 0, 100% 0, 10% 100%, 0% 100%);
    }
  }
  @media (max-width: 991px) {
    .download-app-three::before {
      display: none;
    }
  }
  .download-app-three__image {
    position: relative;
  }
  .download-app-three__image__inner {
    position: absolute;
    right: -100px;
    display: flex;
    bottom: -50px;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    animation: moveHorizontal2 2.7s linear infinite;
  }
  @media (max-width: 991px) {
    .download-app-three__image__inner {
      position: relative;
      top: 0;
      left: 0;
    }
  }
  .download-app-three__image__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    background: url("../img/circle-border-1-1.webp") no-repeat center center/100% 100%;
    animation: rectMove 6s infinite linear;
    z-index: 1;
  }
  .download-app-three__image__inner img {
    width: calc(100% - 38px);
    height: calc(100% - 38px);
    border-radius: 50%;
    object-fit: cover;
  }
  @media (max-width: 991px) {
    .download-app-three__image__inner {
      display: flex;
      align-items: center;
      justify-content: center;
      left: auto;
      top: 20px;
    }
  }
  @media (max-width: 575px) {
    .download-app-three__image__inner {
      display: none;
      width: 100%;
      height: 100%;
    }
    .download-app-three__image__inner img {
      width: 100%;
      height: 100%;
    }
  }
  /* .download-app-three__image__item {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -123px;
    animation: moveHorizontal2 2s linear infinite;
  }
  @media (max-width: 991px) {
    .download-app-three__image__item {
      max-width: 360px;
      right: auto;
    }
  }
  @media (max-width: 575px) {
    .download-app-three__image__item {
      position: relative;
      max-width: 100%;
    }
    .download-app-three__image__item img {
      object-fit: cover;
      width: 100%;
    }
  } */

  @keyframes moveHorizontal2 {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    50% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }

  @keyframes rectMove {
    0%, 50%, 100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    25%, 75% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }


.navbar-brand img{
    width: 130px !important;
}

  .title-head{
    padding: 100px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 400 !important;
  }

  .About-head{
    background: url('../img/IMG_0509.jpg')rgba(0, 0, 0, 0.555);
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.slogan{
    background: url('../img/IMG_0494.jpg') rgba(0, 0, 0, 0.623);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment:fixed;
    padding: 180px 0 !important;
}
.Services-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.644);
    background-position: bottom 250%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Gallery-head{
    background: url('../img/IMG_0515.jpg')rgba(0, 0, 0, 0.644);
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}

.Contact-head{
    background: url('../img/IMG_0496.jpg')rgba(0, 0, 0, 0.644);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}

.sec-contact{
    position: relative;
    overflow: hidden;
  }
  .sec-contact .bg-about{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../img/background-site1.jpg');
    background-position: center 60px;
    background-size: cover;
    opacity: 0.3;
    background-attachment: fixed;
  }
  .sec-contact .icons-con i{
  background-color: #020202;
  color: white;
  padding: 30px;
  font-size: 20px;
  border-radius: 50%;
  }
  .sec-contact .icons-con:hover i{
    background-color:#FBA707;
    color: white;
    padding: 30px;
    font-size: 20px;
    border-radius: 50%;
    }
  .sec-contact .text-con h3{
  color: #000000d3 !important;
  font-size: 30px;
  }
  .sec-contact .text-con p{
    color: #000000bb !important;
    font-size: 20px;
  }

  .sec-contact iframe{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
@media (max-width: 430px){
    .container-fluid {
        width: 99% !important;
    }
    #carouselExampleCaptions{
      margin-right: 0 !important;
    }
    .carousel-item .carousel-caption {
        text-align: center !important;
    }
    h1{
        font-size: 40px;
    }
    .title-head{
        padding: 100px 0px !important;
        margin: 0 !important;
        color: white;
        font-size:50px;
        font-style: italic;
        letter-spacing: 6px;
        font-weight: 400 !important;
      }
    
      .About-head{
        background: url('../img/img3.jpg')rgba(0, 0, 0, 0.644);
        background-position: center 110%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .slogan{
        background: url('../img/img4.png') rgba(0, 0, 0, 0.623);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment:none;
        padding: 180px 0 !important;
    }
    .Services-head{
        background: url('../img/img1.jpg')rgba(0, 0, 0, 0.644);
        background-position: bottom 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .Gallery-head{
        background: url('../img/img3.jpg')rgba(0, 0, 0, 0.644);
        background-position: center 110%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    
    .Contact-head{
        background: url('../img/img3.jpeg')rgba(0, 0, 0, 0.644);
        background-position: center 150%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .navbar-brand img{
        width: 90px !important;
    }
}



@media (max-width: 427px){
  .carousel-item .theme-btn i{
    display: none;
  }
}




/* Section Paketat */
#rooms-home{
  position: relative;
  background-color: var(--cityride-black, #141414);
  counter-reset: serviceNumber;
}
.room-home-box{
  background-color: #ffffff;
  padding: 25px 15px 15px 15px;
  border-radius: 30px;
  box-shadow:  10px 10px #FBA707;
 position: relative;
}
.room-home-box h2{
  color: #031122;
}
.room-home-box p{
  color: #031122;
}
.room-content i{
  color: #031122;
}
.room-home-box img{
  border-radius:30px;
  margin-bottom: 10px; 
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 80% 100%, 0% 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.room-content i{
font-size: 16px;
}
.room-home-box .rom{
  position: relative;
}
.icon-rooms{
  position:absolute;
  top: 79%;
  left: 92%;
  font-size: 40px;
  z-index: 3;
  color: #031122;
}
.icon-rooms:hover{
  color:#FBA707;
}
@media (max-width: 430px){
  #rooms-home .container-fluid{
      max-width: 99.9% !important;
  }
  .room-spec i{
      font-size: 15px !important;
  }
  .room-spec p{
      font-size: 15px !important;
  }
  .icon-rooms{
      position:absolute;
      top: 76%;
      left: 90%;
      font-size: 35px;
      z-index: 3;
      color: #031122;
  }
}




/* animation */
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }