* {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  margin: 0;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
:root {
  --black: #232323;
  --gray: #4f4f4f;
  --White: #fff;
  --green: #1bc744;
  --yellow: #ffd201;
  --laptopL: 1440px;
  --laptop: 1024px;
  --tablet: 768px;
  --mobile: 375px;
}

/* header css code [start] */
.header {
  position: sticky;
  z-index: 55555;
  top: 0;
}
/* Top-header css code [start] */
.Top-header {
  background: var(--black);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 8px 8px;
  color: green;
  z-index: 11;
  position: relative;
}

.Top-header a {
  color: var(--White);
  text-decoration: none;
  font-size: 13px;
}
/* envato-market css code [start] */
.envato-market {
  position: relative;

  display: inline-block;

  height: 18px;
  width: 152px;
}
/* envato-market css code [end] */
/* themes css code [start] */
.themes {
  border: 1px solid var(--gray);
  line-height: 28px;
  padding: 2px 11px 0 12px;
  position: relative;
  width: 210px;
  height: 35px;
  margin-top: 10px;
  border-radius: 5px;
  position: absolute;
  left: 196px;
}
.themes i {
  position: absolute;
  right: 6px;
  top: 12px;
  width: 9px;
}
.themes:hover .more-themes {
  visibility: visible;
}
.more-themes {
  background-color: #232323;
  font-size: 12px;
  z-index: 99;
  height: 260px;
  visibility: hidden;
  overflow-x: hidden;
}

.more-theme > ul > li {
  position: absolute;
}
.more-themes ul > li {
  list-style-type: none;
  /* position: relative; */
}
.theme-select:hover img {
  visibility: visible;
}
.theme-select img {
  position: absolute;
  left: 100%;
  width: 300px;
  position: absolute;
  visibility: hidden;
  left: 201px;
  top: 55px;
}
/* themes css code [end] */
/* switcher-center css code [start] */
.switcher-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: baseline;
  flex-direction: row;
  position: relative;
  padding: 0px 46px;
}
/* Customiz css code [start] */
.Customiz {
  padding: 9px 56px;
}
.Customiz:hover {
  background-color: #313030;
  opacity: 1;
}
.free-quote {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: baseline;
  justify-content: center;
  line-height: 13px;
  font-size: 13px;
}
.fa-gear {
  width: 15px;
  height: 15px;
  color: var(--green);
  font-size: 14px;

  position: absolute;
  left: 77px;
  top: 14px;
}

.green {
  color: var(--green);
}
/* Customiz css code [end] */
/* switcher-link css code [start] */
.switcher-link {
  display: flex;
  gap: 42px;
  align-items: flex-end;
}
.switcher-link span {
  color: #abb8c3;
}
.youtube {
  padding: 0 0 0 45px;
}
.youtube:hover span {
  color: var(--yellow);
}
.youtube:hover i {
  color: var(--White);
}
.blog:hover i {
  color: var(--White);
}
.blog:hover span {
  color: var(--yellow);
}
.fa-wordpress {
  color: #abb8c3;
  font-size: 14px;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.fa-youtube {
  color: #abb8c3;
  font-size: 14px;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
/* switcher-link css code [end] */
/* switcher-center css code [end] */

/* purchase css code [start] */
.purchase {
  display: flex;
  position: relative;
  right: 2px;
  gap: 38px;
}
/* buy css code [start] */
.buy {
  width: fit-content;
  height: 34px;
  margin-top: 1px;
  padding: 0 30px;
  line-height: 33px;
  color: #fff;
  font-size: 13px;
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  background: #7e3bd0;
  text-transform: uppercase !important;
  border-radius: 3px;
}
.buy:hover {
  animation: buy 6s ease infinite alternate;
  transition: all 0.25s ease;
}
@keyframes buy {
  0% {
    background: #7e3bd0;
  }
  33% {
    background: #c73bd0;
  }
  66% {
    background: #3bd0c9;
  }
  100% {
    background: #7e3bd0;
  }
}
/* buy css code [end] */
/* remove css code [start] */
.remove {
  padding: 0 20px;

  margin: 11px 0px 0 8px;

  color: #999;

  font-size: 13px;

  text-shadow: none !important;
  font-weight: 600;
  opacity: 0.3;
}
.remove a {
  padding: 23px 0;
}
.remove:hover {
  text-decoration: none;
  text-decoration-thickness: 1px;
  opacity: 0.7;
  border-left: 1px solid var(--gray);
}

@media (max-width: 1130px) {
  .switcher-link {
    display: none;
  }
}
@media (max-width: 940px) {
  .Customiz {
    display: none;
  }
}
@media (max-width: 760px) {
  .remove {
    display: none;
  }
}
@media (max-width: 650px) {
  .themes {
    display: none;
  }
}
/* remove css code [end] */
/* purchase css code [end] */
/* Top-header css code [end] */

/* main banner css code [start] */
.banner {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.header-links {
  margin-top: 20px;
}

/* bottom-header css code [start] */
.bottom-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 155px;
  background-color: var(--White);
}
/* header-links css code [start] */
.header-links a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
/* header-navigation css code [start] */
.header-navigation {
  display: flex;
  list-style-type: none;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  width: 540px;
  gap: 33px;
  padding: 0;
  position: relative;
}
.header-navigation li {
  position: relative;
  text-align: center;
}
/* header-bar css code [start] */
.header-bar {
  height: min-content;
}
.header-bar:hover a {
  transition: all 300ms ease;
}
.header-bar a:hover {
  color: var(--yellow);
}
.header-bar:hover::after {
  content: "";
  display: block;
  position: absolute;

  color: var(--yellow);
  width: 100%;
  border: 1px solid var(--yellow);
  top: 20px;
  transition-property: all;
  animation: header-bar 500ms forwards 1 ease;
}
@keyframes header-bar {
  0% {
    transform: translatey(1px);
  }
  100% {
    transform: translatey(10px) scaley(2);
  }
}
.header-bar:hover {
  transition: all 300ms ease;
  transition-delay: 8s;
}
/* header-bar css code [end] */

/* top-Elements css code [start] */
.top-Elements:hover > a {
  color: var(--yellow);
  transition: all 300ms ease;
}
.top-Elements:hover ul {
  visibility: visible;
  transition-delay: 1s;
}
/* Elements css code [start] */
.Elements {
  position: absolute;
  display: flex;
  width: max-content;
  top: 37px;
  left: -750px;
  width: 1126px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  /* transition: all 0s ease; */
  list-style-type: none;
  padding: 47px 71px 17px 0px;
  z-index: 3;
  height: max-content;
  margin: 0;
  justify-content: space-between;
  align-items: stretch;
  visibility: hidden;
  transition-delay: 1s;
}
.Elements ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* element css code [start] */
.elemenet {
  border-left: 3px solid #23232314;
  padding-left: 46px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.elemenet ul li:hover {
  opacity: 0.4;
}
.elemenet-first {
  border-left: 1px solid #23232300;
}
.elemenet ul {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: max-content;
  border-left: #232323;
}
.elemenet span {
  display: block;
  margin-bottom: 26px;
}
.elemenet ul li {
  padding: 7px 0px;
}
/* element css code [end] */
/* Elements css code [end] */
/* top-Elements css code [end] */
/* header-navigation css code [end] */
/* header-links css code [end] */

/* call-number css code [start] */
.call-number {
  display: flex;
  margin-top: 10px;
}
.call-number a {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: color 0.3s;
  text-decoration: none;
  color: var(--black);
}
.call-number:hover a {
  color: var(--yellow);
}
.call-number:hover .fa-phone {
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.phone-icon {
  background-color: var(--yellow);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
}
.fa-phone::before {
  line-height: 48px;
}
.call-now {
  display: flex;
  flex-direction: column;
  padding-left: 17px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: color 0.3s;
}
.call-now {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.4px;
  transition: color 0.3s;
}
/* bottom-header css code [end] */
/* header css code [end] */
.your-destination {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
  margin-top: 181px;
}
.your-destination-right {
  position: relative;
}
.your-destination-right img {
  position: relative;
}
.your-destination-left {
  margin-left: 150px;
}
.destination {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  margin-bottom: 151px;
}
.PRIORITY {
  border-left: 5px solid #fcb900;
  width: 317px;
  padding-left: 33px;
  margin-bottom: 15px;
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.destination span {
  margin-left: 47px;
}
.PRIORITY h1 {
  width: 562px;
  font-size: 46px;
  margin: 0;
  color: #333;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 4px;
}
.PRIORITY h2 {
  font-size: 49px;
  width: 411px;
  margin: 0;
}
.google {
  display: flex;
  gap: 33px;
  margin-left: 42px;
}
.back-ground {
  position: absolute;
  top: 64px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.back-ground img {
  width: -webkit-fill-available;
  height: 675px;
}
/* main banner css code [end] */

/* SERVICES css code [start] */
.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-top: 13px;
}
.services h1 {
  margin-bottom: 48px;
}
.services-image {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 62px;
  overflow: hidden;
  transition: all 1111ms ease-in-out;
  box-sizing: border-box;
  animation: services-image 1s ease-in-out;
}
@keyframes services-image {
  0% {
    transform: translatey(120px);
    opacity: 0;
  }
  100% {
    transform: translatey(0px);
    opacity: 1;
  }
}
.taxi-services:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.services-image div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  /* width: 33.3333333333%; */
  box-sizing: border-box;
  margin: 0 auto 26px;
  width: 100%;
  /* max-width: 320px; */
  position: relative;
  /* padding-bottom: 55.5%; */
  border-radius: 10px;
  /* overflow: hidden; */
}
.taxi-services {
  border-radius: 10px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  box-sizing: border-box;
  transition: all 0.3s;
  /* transition: all 11110ms ease-in-out; */
}
.taxi-services-span {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  align-items: center;
}
/* SERVICES css code [end] */

/* demos  css code [start] */
.demos {
  vertical-align: middle;
  transition: 0.3s;
  font-size: 24px;
  /* color: #444; */
  position: fixed;
  top: 50%;
  right: 0;
  padding: 11px 0;
  margin: -89px 0 0;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}
.sidebar {
  vertical-align: middle;
  transition: 0.3s;
  font-size: 24px;
  /* color: #444; */
  position: fixed;
  top: 50%;
  right: 0;
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  line-height: 1 !important;
  padding: 0px 30px;
  margin: -89px 0 0;
  background-color: #e7174d;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.sidebar:hover .sidebar-svg-top {
  position: relative;
  top: 22px;
  z-index: 30;
}
.sidebar:hover .sidebar-svg-bot {
  position: relative;
  top: -16px;
  z-index: 10;
}
.cls-1 {
  fill: #e7174d;
  transition: all 0.2s ease-in-out;
}
.cls-2 {
  fill: #fff;
}
.sidebar-svg-top {
  position: relative;
  top: 24px;
  z-index: 30;
  transition: all 0.2s ease-in-out;
}
.sidebar-svg-mid {
  position: relative;
  top: 3px;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
.sidebar-svg-bot {
  position: relative;
  top: -18px;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
.demos a {
  color: var(--black);
}
.demos i {
  display: block;
  position: relative;
  width: 64px;
  line-height: 52px;
  text-align: center;
}
.desktop-link span {
  position: absolute;
  right: 60px;
  top: 10px;
  visibility: hidden;
  display: block;
  width: 100px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  color: #26211d;
  padding: 8px;
  text-align: center;
  transition: ease;
}
.desktop-link:hover span {
  visibility: visible;
}
.desktop-link:hover {
  color: #0048a8;
}
.fa-life-ring-link span {
  position: absolute;
  right: 60px;
  top: 60px;
  visibility: hidden;
  display: block;
  width: 150px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  color: #26211d;
  padding: 8px;
  text-align: center;
  transition: ease;
}
.fa-life-ring-link:hover span {
  visibility: visible;
}
.fa-life-ring-link:hover {
  color: #0048a8;
}
.fa-cart-shopping-link span {
  position: absolute;
  right: 60px;
  top: 120px;
  visibility: hidden;
  display: block;
  width: 100px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  color: #26211d;
  padding: 8px;
  text-align: center;
  transition: ease;
}
.fa-cart-shopping-link:hover span {
  visibility: visible;
}
.fa-cart-shopping-link:hover {
  color: #0048a8;
}
.fa-mobile-link span {
  position: absolute;
  right: 60px;
  top: 180px;
  visibility: hidden;
  display: block;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  color: #26211d;
  padding: 15px;
  text-align: center;
  transition: ease;
}
.fa-mobile-link:hover span {
  visibility: visible;
}
.fa-mobile-link:hover {
  color: #0048a8;
}
@media (max-width: 1000px) {
  .demos {
    visibility: hidden;
  }
  .sidebar {
    visibility: visible;
  }
  .bottom-header {
    visibility: hidden;
  }
  .services-image {
    width: 833px;
  }
}
@media (max-width: 1225px) {
  .bottom-header {
    gap: 0;
  }
  .Customiz {
    visibility: hidden;
  }
  .your-destination {
    gap: 0;
  }
  .your-destination-right img {
    width: 555px;
  }
}
@media (max-width: 1600px) {
  .your-destination {
    gap: 0;
  }
}
@media (500px<=width<=805px) {
  .services-image {
    flex-direction: column;
    width: 433px;
  }
}
/* demos  css code [end] */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* CONTAINER ABOUT US START */
.container-aboutus {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 111px;
}
/* CONTAINER ABOUT US END  */
/* PIC ABOUT US START  */
.pic-aboutus {
  animation: pic-aboutus;
}

/* PIC ABOUT US END  */
/* TITR INFO ABOUT US START  */
.titr-info-aboutus {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: 555px;
}

.titr-info-aboutus h1 {
  margin-bottom: 19px;
}
.titr-info-aboutus p {
  padding-bottom: 30px;
  line-height: 1.5;
}
/* TITR INFO ABOUT US END  */

.container {
  width: 1140px;
  margin: 0 auto;
}

section {
  padding: 140px 0 0 0;
}
/*General CSS END*/

/* Section number Start */
.facts-area {
  padding: 120px 0;
  background: #ffd201;
  color: black;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.facts-area h1 {
  font-size: 46px;
  margin: 17px;
}

.facts-area h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  font: 1em sans-serif;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-3 {
  width: 25%;
}
/* Section number End */

/* Section WHY CHOOSE US CSS Start */
.services-area h1 {
  color: #04091e;
  line-height: 1.2em !important;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 36px;
}

.services-area p {
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 80px;
}

.icon-box {
  text-align: center;
}

.services-area h3 {
  color: #04091e;
  font-weight: 600;
}

.icon-box .lnr {
  font-size: 35px;
  color: #222;
  transition: all 0.9s ease 0s;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-4 {
  width: 33.33%;
}

.mb-10 {
  font-size: 36px;
  margin-bottom: 10px;
}

.text-center {
  text-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}
/* Section WHY CHOOSE US CSS End */

/* Section ORDER TAXI CSS Start*/
.home-about-area {
  background: #ffd201;
}

.hero-header h6 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 14px;
  color: #222222;
  margin-bottom: 40px;
  margin-top: 120px;
}

.primary-btn {
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.img-taxi {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.home-about-area h6 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 14px;
  color: #222222;
  margin-top: 20px;
}

.home-about-area h2 {
  color: #04091e;
  font-weight: 600;
  font-size: 20px;
}

.home-about-area p {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 23px;
}

.col-6 {
  margin-right: 70px;
  position: relative;
}

.text {
  margin-right: 50px;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-6 {
  width: 50%;
}
/* Section ORDER TAXI CSS End*/

/* Section partners Start */
.brands-logo {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  width: auto;
}

.brands-logo .col-3 {
  opacity: 0.5;
}

.brands-logo .col-3:hover {
  transform: scale(1);
  text-decoration: none;
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-4 {
  width: 33.33%;
}
/* Section partners End */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* CONTAINER CLIENTS START */
.container-clients {
  margin: auto;
  margin-bottom: 100px;
}
/* CONTAINER CLIENTS END */
/* OUR CLIENT PIC START */
.our-clients-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.our-clients-pic img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(150%);
  opacity: 0.5;
  transition: all 0.5s;
}
.our-clients-pic div:hover > img {
  webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  cursor: pointer;
}

.our-clients-pic div {
  padding: 40px;
}
/* OUR CLIEINTS PIC END */
/* PIR CLIENTS TITR START  */
.our-clients-titr h1 {
  text-align: center;
  padding: 30px;
}
/* OUR CLIENTS TITR END */
/* OUR CLIENTS INFO START  */
.our-clients-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.our-clients-info div {
  width: 400px;
  padding-right: 100px;
  margin-top: 25px;
}
.our-clients-info i {
  margin-bottom: 50px;
  cursor: pointer;
}
/* OUR CLIENTS INFO END  */
/* CHANGE FEEDBACK START */
.change-feedback {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
/* CHANGE FEEDBACK END */

/* CONTAINER FIRST RIDE START */
.container-first-ride {
  margin: 100px auto;
}
/* CONTAINER FIRST RIDE END */
/* PIC TEXT FIRST RIDE START */
.pic-text-first-ride {
  background-image: url(Image/pearl-taxi_03.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.pic-text-first-ride {
  font-family: "poppins";
  color: white;
}
.for-free {
  animation: for-free 1s ease-out;
}
@keyframes for-free {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pic-text-first-ride h1 {
  font-weight: 400;
  font-size: 40px;
}
.pic-text-first-ride h2 {
  font-weight: 800;
  font-size: 40px;
}
.pic-text-first-ride p {
  margin: 0 auto;
  width: 40%;
}
/* PIC TEXT FIRST RIDE END */
/* PIC TEXT FIRST RIDE BUTTON START */
.pic-text-first-ride button {
  margin-top: 40px;
  width: 180px;
  height: 50px;
  border-radius: 8px;
  color: black;
  background-color: #ffd201;
  font-weight: 750;
  outline: none;
  border: none;
  transition: all 0.4s;
}
.pic-text-first-ride button:hover {
  background-color: rgb(39, 37, 37);
  color: #ffd201;
  cursor: pointer;
}
/* PIC TEXT FIRST RIDE BUTTON END */
/* CONTAINER DRIVERS SAY START  */
.container-drivers-say {
  margin: 110px auto;
  width: 1000px;
}
/* CONTAINER DRIVERS SAY END  */
/* TITLE DRIVERS SAY START  */
.title-drivers-say {
  text-align: center;
}
.title-drivers-say h1 {
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.title-drivers-say p {
  font-size: 25px;
  opacity: 0.6;
}
/* TITLE DRIVERS SAY END  */
/* NEXT PART START */
.next-part {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.next-part div {
  margin-left: 20px;
}
/* NEXT PART END */
/* LINE START */
.line {
  margin-bottom: 25px;
  display: grid;
}
.line::before,
.line::after {
  width: 1px;
  content: "";
  height: 110px;
  background-color: #ffd201;
  display: block;
  margin-bottom: -30px;
}
.line h1 {
  color: #ffd201;
  font-size: 55px;
  margin-left: -10px;
  line-height: 0px;
  cursor: default;
}
/* LINE END  */
/* TEXT DRIVERS SAY P START  */
.text-drivers-say p {
  padding-bottom: 30px;
  opacity: 0.7;
}
/* TEXT DRIVERS SAY P END  */
/* TEXT RIVERS SAY I START */
.text-drivers-say i {
  margin-top: 70px;
  padding-right: 5px;
  cursor: pointer;
}
/* TEXT RIVERS SAY I END */
/*GENERAL CSS [START]*/
* {
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}
/*GENERAL CSS [END]*/

/*SECTION BECOME A DRIVER CSS [START]*/
.SECTION-BECOME-DRIVER {
  display: block;
  width: 100%;
  background-color: rgb(245, 245, 245);
  margin-bottom: -30px;
  padding: 0;
}

.CONTAINER-BECOME-DRIVER {
  /* width: 1500px;
  margin: 0 auto; */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.left-part img {
  width: 910px;
  height: 640px;
  margin-right: 100px;
  vertical-align: top;
}

.right-part {
  width: 700px;
}

.right-to-contaner-bottom {
  width: 530px;
}

.right-to-contaner-bottom form input {
  padding: 17px 30px 17px 12px;
  background-color: #fff;
  border: 1px solid #e5e7e8;
  color: #b6b6b6;
  border-radius: 4px;
  margin-bottom: 28px;
  margin-right: 18px;
  outline-color: rgb(255, 201, 101);
}

.right-to-contaner-bottom b {
  font-weight: 660;
  padding: 11px 24px;
  color: black;
  border: 1px solid rgb(255, 212, 23);
  background-color: rgb(255, 212, 23);
  display: inline-block;
  margin-top: 3px;
  border-radius: 3.5px;
  transition: all 0.3s;
  cursor: pointer;
}

.right-to-contaner-bottom b:hover {
  font-weight: 660;
  padding: 11px 24px;
  color: rgb(255, 212, 23);
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  display: inline-block;
  margin-top: 3px;
  border-radius: 3.5px;
}

.right-to-contaner-top {
  width: 450px;
  margin-bottom: 37px;
  padding-top: 50px;
}

.right-to-contaner-top h1 {
  font-size: 36px;
}
/*SECTION BECOME A DRIVER CSS [END]*/

/*SECTION  LATEST NEWS CSS [START]*/

.CONTAINER-LATEST-NEWS {
  /* margin: 0 auto; */
  /* width: 1163px; */
  margin-bottom: 80px;
}

.CONTAINER-LATEST-NEWS h1 {
  font-size: 36px;
}

.text-title {
  text-align: center;
  margin-bottom: 35px;
}

.container-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 41px;
}

.bottom-card h5 {
  font-size: 18px;
  width: 300px;
  margin-top: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.bottom-card h5:hover {
  color: rgb(255, 212, 23);
}

.bottom-card {
  padding-left: 35px;
}

.bottom-card p {
  color: #b6b6b6;
  margin-top: 0px;
}

.top-card {
  overflow: hidden;
  border-radius: 20px;
  width: 360px;
  height: 230px;
  transition: all 0.4s;
}

.top-card img {
  border-radius: 0;
  transition: all 0.4s;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  border-radius: 20px;
  width: 360px;
  height: 230px;
}

.top-card:hover img {
  transform: scale(1.1);
  box-shadow: 10px 20px 10px 5px #b6b6b6;
}
/*SECTION  LATEST NEWS CSS [END]*/

/*SUBSCRIBE TO OUR NEWSLETTER CSS [START]*/
.SUBSCRIBE-TO-OUR-NEWSLETTER {
  /* display: block;
  width: 100%; */
  /* padding-top: 30px;
  padding-bottom: 30px; */
  background-image: url(Image/yellow-bg.jpg);
  margin-bottom: 50px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 100%;
}

.CONTAINER-YELLOW-SUBSCRIBE {
  /* margin: 0 auto; */
  /* width: 1200px; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -webkit-fill-available;
  align-content: center;
  gap: 146px;
  margin-right: 203px;
}

.left-text p {
  margin-top: 0px;
}

.right-searchbox {
  /* width: 480px; */
  padding-top: 40px;
  /* margin-left: 40px; */
  /* vertical-align: middle; */
}

.right-searchbox form input {
  padding: 11px 60px 11px 12px;
  background-color: #fff;
  border: 1px solid #e5e7e8;
  color: #b6b6b6;
  border-radius: 4px;
  outline: none;
}

.right-searchbox form span {
  padding: 9.5px 22px;
  color: rgb(255, 255, 255);
  background-color: #ff1111;
  border-radius: 3px;
  margin-left: -4px;
  cursor: pointer;
}
/*SUBSCRIBE TO OUR NEWSLETTER CSS [END]*/

/*SECTION fourteen:Footer CSS [START]*/
.SECTION-footer {
  display: block;
  width: 100%;
}

.ALL-CONTAINER-FOOTER {
  width: 1300px;
  margin: 0 auto;
}

.Container-footer-items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
}

.footer-items {
  /* width: 300px;
  margin: 0 auto;
  margin-bottom: 40px; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  gap: 14px;
}

.footer-items:first-of-type {
  width: 350px;
}
.Footer-bottom-item {
  /* margin-left: 41px; */
  opacity: 0.7;
}
.Footer-bottom-item ul li {
  color: rgb(248, 205, 11);
  /* margin-left: -20px; */
  padding: 3px 0;
}

.Footer-bottom-item a:hover {
  color: rgb(248, 205, 11);
}

.Footer-top-item img {
  cursor: pointer;
}

.Footer-bottom-item .ID {
  cursor: pointer;
  font-size: 16px;
}
.Footer-bottom-item p {
  padding: 11px 0;
}

.Footer-top-item {
  margin-bottom: 30px;
}

.bottom-text-footer {
  /* margin: 0 auto; */
  margin: 39px 0;
}

.bottom-text-footer p {
  font-size: 13.8px;
  opacity: 0.7;
}

.bottom-text-footer span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer-items:nth-child(2) {
  width: 150px;
}

.Footer-bottom-item span {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: rgb(248, 205, 11);
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.Footer-bottom-item span:nth-child(4) {
  font-family: poppins;
  font-weight: 700;
  transition: all 0.3s;
}

.Footer-bottom-item span:nth-child(4):hover {
  color: rgb(248, 205, 11);
  background-color: rgb(0, 0, 0);
}

.Footer-bottom-item span:hover {
  color: rgb(248, 205, 11);
  background-color: rgb(0, 0, 0);
}
/*SECTION:Footer CSS [END]*/
@media (max-width: 1200px) {
  .container-aboutus {
    gap: 0;
  }
}
@media (max-width: 1000px) {
  .pic-aboutus img {
    width: 333px;
  }
}
@media (max-width: 800px) {
  .container-aboutus {
    flex-direction: column;
  }
  .pic-aboutus img {
    visibility: hidden;
  }
}
/*General CSS START*/

section {
  padding: 140px 0 0 0;
}
/*General CSS END*/

/* Section PRICING PLANS Start */
.title h1 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 48px;
}

.prefix {
  vertical-align: super;
  font-size: 12px;
}

.price {
  font-size: 32px;
}

.rtl {
  direction: rtl;
}

.in {
  display: inline;
  position: relative;
  margin: 5px;
  color: black;
}

.in > ul > li {
  list-style-type: none;
  font-size: 14px;
  color: black;
}

.shadow {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
  height: 250px;
  width: 430px;
  padding: 8px 30px 23px;
  overflow: hidden;
  position: relative;
}

.yellow {
  height: 106px;
  width: 151px;
  transition: all 200ms ease-in-out;
  background-color: #ffd201;
  position: absolute;
  position: absolute;
  bottom: -34px;
  left: -32px;
  border-start-end-radius: 116px 106px;
  border-start-start-radius: 22px 6px;
}

.rel {
  position: absolute;
  top: 150px;
}
/* Section PRICING PLANS END */

/* Section number Start */
.facts-area {
  padding: 40px 0;
  background: #ffd201;
  color: black;
  text-align: center;
}

.facts-area h1 {
  font-size: 46px;
  margin: 17px;
}

.facts-area h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  font: 1em sans-serif;
}

.row {
  width: 100%;
  display: flex;
  gap: 51px;
}

.col-3 {
  border-left: 1px solid black;
}
/* Section number End */

/* Section WHY CHOOSE US CSS Start */
.services-area h1 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 48px;
}

.services-area p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5em;
}

.icon-box {
  text-align: center;
}

.services-area h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-4 {
  width: 33.33%;
}

.mb-10 {
  font-size: 36px;
  margin-bottom: 10px;
}

.text-center {
  text-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}
/* Section WHY CHOOSE US CSS End */
.home-about-area {
  padding: 0;
  margin-top: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 111px 0;
}
/* Section ORDER TAXI CSS Start*/
.hero-header h6 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-size: 14px;
  color: #222222;
  margin-bottom: 40px;
  margin-top: 120px;
}

.primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.img-taxi {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  position: absolute;
  bottom: 0px;
}

img {
  vertical-align: middle;
  border-style: none;
  transform: translateZ(0);
}
.text div img {
  position: relative;
}
.home-about-area {
  background-image: url(https://pearl.stylemixthemes.com/taxi/wp-content/uploads/sites/47/2019/11/yellow-bg.jpg?id=7249) !important;
}

.home-about-area h6 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 5px;
}

.home-about-area h2 {
  color: #333;
  font-weight: 700;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 18px;
  letter-spacing: 2px;
  font-size: 36px;
}

.home-about-area p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5em;
}

.col-6 {
  position: relative;
}
.img-hand {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  position: absolute;
  bottom: -111px;
}

.text {
  margin-right: 50px;
  width: 600px;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-6 {
  width: 50%;
}
/* Section ORDER TAXI CSS End*/

/* Section partners Start */
.brands-logo {
  padding: 80px 0;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  width: auto;
}

.brands-logo .col-3 {
  opacity: 0.5;
}

.brands-logo .col-3:hover {
  transform: scale(1);
  text-decoration: none;
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s;
}

.row {
  width: 100%;
  display: flex;
  gap: 20px;
}

.col-4 {
  width: 33.33%;
}
.shadow:hover .yellow {
  transform: scale(1.3);
}
.shadow:hover {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.fa-chart-pie {
  margin-top: 15px;
  font-size: 30px;
}
.fa-thumbs-up {
  margin-top: 15px;
  font-size: 30px;
}
.fa-comments {
  margin-top: 15px;
  font-size: 30px;
}
.WHY-CHOOSE-US-icon {
  background-color: #ffd000;
  border-radius: 50%;

  margin: 0 auto;
  width: 65px;
  height: 58px;
}
/* Section partners End */
