body {
  background-color: #ecf0f1;
  font-family: Futura, sans-serif;
  font-size: 16px;
  transition: padding-top 0.5s ease;
  margin: 0;
}

header {
  width: 100%;
  text-align: center;
  position: fixed;
}
header h1 {
  font-size: 42px;
  color: #fff;
  line-height: 230px;
  text-transform: uppercase;
  font-weight: 100;
  transition: all 0.3s ease;
}
header nav {
  height: 60px;
  line-height: 60px;
  width: 100%;
  background-color: black;
}
header nav a {
  color: #fed001;
  display: inline-block;
  font-size: 22px;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
}
header nav a:hover {
  box-shadow: 0 0 0 1px #fff;
}
@media only screen and (max-width: 768px) {
  header nav a {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

footer {
  width: 100%;
  background-color: #1a1f20;
  height: 100%;
}

li {
  margin-bottom: 8px;
}

h2 {
  font-size: 44px;
  font-weight: 500;
}

h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
}

p {
  font-size: 18px;
  margin-bottom: 5rem;
  line-height: 1.2;
  font-weight: 200;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.logo {
  position: relative;
  top: 80px;
}

button {
  width: 200px;
  height: 80px;
}
button img {
  width: 30px;
  height: 30px;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px 50px 30px;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.taxi-icon img {
  height: 400px;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .taxi-icon img {
    height: 200px;
    width: 200px;
  }
}

.phone-icon {
  height: 30px;
  width: 30px;
}

.container-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .container-flex {
    display: block;
  }
}

.main-description {
  width: 50%;
  color: #fed001;
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .main-description {
    width: 100%;
  }
}

.strong-word {
  font-size: 24px;
}

.order {
  border: 1px solid #fed001;
  height: 220px;
  width: 780px;
  padding: 5px 10px 5px 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  background-color: #fed001;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 13px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  border-top-left-radius: 100px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .order {
    width: 300px;
  }
}
.order img {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .order img {
    display: none;
  }
}
.order:hover {
  background-color: #ede6b8;
  transition: 0.4s;
}

.order-card {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.float-button--whatsapp {
  display: block;
  text-decoration: none;
  width: 300px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #25D366;
  border-radius: 25px 0px 0px 25px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
  height: 50px;
  padding: 13px 60px 8px 13px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.float-button--whatsapp img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .float-button--whatsapp {
    width: 150px;
    padding: 13px 65px 8px 13px;
  }
}

.float-button--viber {
  text-decoration: none;
  display: block;
  width: 300px;
  position: relative;
  color: #fff;
  background-color: #896fbb;
  border-radius: 0px 25px 25px 0px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
  height: 50px;
  padding: 13px 23px 8px 60px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.float-button--viber img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .float-button--viber {
    width: 150px;
    padding: 13px 23px 8px 65px;
  }
}

.copied {
  width: 300px;
  opacity: 0;
  position: fixed;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  padding: 15px 15px;
  background-color: #d5d5d5;
  border-radius: 5px;
  transition: 0.6s;
  opacity: 0;
}

.float-button {
  text-decoration: none;
  padding: 15px 8px;
  color: #fff;
  background-color: #25D366;
  border-radius: 25px;
  font-size: 18px;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.container-location {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
  background-color: #fed001;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 13px 0 rgba(0, 0, 0, 0.19);
  height: 580px;
}
@media only screen and (max-width: 768px) {
  .container-location {
    height: 700px;
  }
}

.location-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.row {
  margin: -20px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  padding: 20px 5px 5px 5px;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 35px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.contact-area {
  border-bottom: 1px solid #353C46;
}

.contact-content {
  text-align: center;
}

.contact-content p {
  color: #ecf0f1;
  padding: 5px 60px;
  font-size: 15px;
  position: relative;
}

.footer-logo {
  padding: 30px 10px 5px 10px;
}

.contact-content p::after {
  background: #353C46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.sticky-container {
  position: fixed;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 101;
  max-width: 340px;
  margin: auto;
  text-align: center;
  opacity: 1;
  visibility: visible;
  display: flex;
}

.call-btn {
  display: inline-block;
  background-color: #fed001;
  color: #000;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 16px;
  border: none;
  cursor: pointer;
}

.location-info {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.btn-container {
  width: 135px;
}

.sticky-button {
  z-index: 9999;
  width: 100px;
  height: 100px;
  bottom: -3px;
  border: 4px solid #353c47;
  border-radius: 145px;
  background-color: #fed001;
  z-index: 9;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .sticky-button {
    width: 90px;
    height: 90px;
    border: 2px solid #353c47;
  }
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
  margin: 0 auto;
  max-width: 300px;
}

.contact-social > ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #FAB702;
  color: #FAB702;
}

.contact-content img {
  max-width: 210px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 4.6%;
  background: #fff;
  line-height: 1.45;
  font-family: Poppins;
  border-radius: 15px;
  overflow: hidden;
  z-index: -1;
  position: relative;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #ffc400;
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.15) rotate(2deg);
  transform: scale(1.15) rotate(2deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
  color: #000;
}
.blog-card .description h1, .blog-card .description h2 {
  font-family: Poppins;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #ffc400;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  background: #fff7de;
  padding: 5px 15px;
  border-radius: 15px;
}
.blog-card .description .read-more a:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
  color: #555;
  font-size: 13px;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 3px;
  background: #ffc400;
  width: 75px;
  top: -1rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-3deg);
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
  .blog-card p {
    font-size: 16px;
  }
}
/* Sticky Header Style */
/* ---------------------------------------- */
body.sticky-header {
  padding-top: 100px;
}
body.sticky-header header {
  height: 60px;
  background-color: rgba(52, 152, 219, 0.9);
}
body.sticky-header header h1 {
  scale: 0;
}

.road {
  position: relative;
  width: auto;
  height: 150px;
  background-color: #333;
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  perpective: 500px;
}
.road::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fff, #fff 50%, transparent 50%, transparent 100%);
  background-size: 50px;
  animation: animate_road 0.125s linear infinite;
}

@keyframes animate_road {
  0% {
    background-position: 50px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.taxi {
  left: 50px;
  width: 200px;
  height: 80px;
  background-color: #f4b603;
  border-radius: 10px;
  box-shadow: -10px 10px rgba(0, 0, 0, 0.25);
  transform-style: preserve-3d;
  perpective: 800px;
  animation: animate_taxi 2s linear infinite;
  z-index: 10;
}
.taxi:nth-child(2) {
  left: initial;
  right: 150px;
  animation: animate_taxi 4s linear infinite;
  animation-delay: -1s;
  z-index: 9;
}
.taxi::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #fc3c25;
  box-shadow: 0 42px #fc3c25;
}
.taxi::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 2px;
  width: 6px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 44px #fff;
}
.taxi span {
  position: absolute;
  inset: 5px 10px;
  background-color: #fdd206;
  border-radius: 10px;
  overflow: hidden;
}
.taxi span::before {
  content: "Taxi";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
  padding: 2px;
  font-size: 0.75em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3333333333);
  z-index: 10;
}
.taxi span strong {
  position: absolute;
  inset: 0 30px;
  background-color: #111;
  border-radius: 10px;
}
.taxi span strong::before {
  content: "";
  position: absolute;
  inset: 6px 25px;
  background-color: #fdd206;
  border-radius: 5px;
}
.taxi span strong:after {
  content: "";
  position: absolute;
  inset: 0px 58px;
  background-color: #fdd206;
}
.taxi span em {
  position: absolute;
  inset: 0;
}
.taxi span em::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  width: 40px;
  height: 5px;
  background-color: #fdd206;
  transform-origin: right;
  transform: rotate(15deg);
  box-shadow: 100px 34px #fdd206;
}
.taxi span em::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 20px;
  width: 40px;
  height: 5px;
  background-color: #fdd206;
  transform-origin: right;
  transform: rotate(-15deg);
  box-shadow: 100px -34px #fdd206;
}
.taxi .light_beam {
  position: absolute;
  top: 5px;
  right: -2px;
  width: 10px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.1333333333);
  border-radius: 15px;
  transform-style: preserve-3d;
}
.taxi .light_beam::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 150px;
  height: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
  transform-origin: left;
  transform: perspective(500px) rotateY(-50deg);
}
.taxi .light_beam::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 150px;
  height: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
  transform-origin: left;
  transform: perspective(500px) rotateY(-50deg);
}

@keyframes animate_taxi {
  0% {
    transform: translateX(20px) translateY(-20px);
  }
  25% {
    transform: translateX(-10px) translateY(0px);
  }
  50% {
    transform: translateX(20px) translateY(-20px);
  }
  75% {
    transform: translateX(-10px) translateY(0px);
  }
  100% {
    transform: translateX(20px) translateY(-20px);
  }
}
.about-section {
  padding: 50px 0;
  padding: 10px;
}

.about-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.about-section p {
  margin-bottom: 20px;
}

.container {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-padding {
  padding-top: 90px;
}

.image-section {
  background-color: #f7f7f7;
  padding: 20px 0;
}

.image-section img {
  max-width: 100%;
}

.text-center {
  margin-top: 20px;
}

.text-center p {
  font-size: 18px;
}

.contact-info {
  color: #fed001;
  height: 150px;
}

.contact-header {
  padding: 30px 20px 30px 20px;
}

.header-container {
  width: 100%;
}

.header-container h2 {
  font-size: 28px;
}

.hidden-text {
  display: none;
}

.toggle-button {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #fdd206;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.toggle-button:hover {
  background-color: #f4b603;
}

.slider {
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  display: none;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 16px;
  cursor: pointer;
  border-radius: 50%;
  width: 120px;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

@media (max-width: 768px) {
  .slide {
    height: 300px;
  }
  button.prev, button.next {
    padding: 12px;
  }
}
.review-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
  margin-bottom: 30px;
}

.review-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  flex: 1;
  max-width: 300px;
}

.review-card h3 {
  margin-top: 0;
  color: #333;
}

.review-text {
  font-size: 16px;
  color: #555;
}

.review-date {
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .review-container {
    flex-direction: column;
    align-items: center;
  }
  .review-card {
    max-width: 90%;
  }
}
.review {
  margin: 0;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-stars {
  color: #FFD700; /* Gold color for stars */
  font-size: 20px;
  margin: 10px 0;
}

/*# sourceMappingURL=style.css.map */
