/*
Theme Name: Taxi
Theme URI: http://nedertaxizeeland.nl
Author: Nedertaxi
Author URI: http://nedertaxizeeland.nl
Description: A custom theme based on an HTML template.
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    letter-spacing: 0.5px;
  }
.mainbox {
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
}
.success{background-color: green;}
.failed{background-color: red;}
.common{
    border: 1px solid;
    border-radius: 100%;
    color: #fff;
    font-size: 36px;
    border-radius: 100px;
    font-weight: bold;
}
.mainbox .material-symbols-outlined {
    font-size: 55px;
}

.mainbox h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

.mainbox p {
    margin-bottom: 0px;
    font-size: 20px;
    color: #495057;
    font-weight: 500;
    line-height: 40px;
}
  .section-wrapper {
    background: #fff;
    box-shadow: 1px 1px 10px 0px #fffbd5;
    padding: 18px;
    border-radius: 18px;
  }
  #header {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    z-index: 1111;
    transition: 0.3s ease-in-out;
    /*background: #313131;*/
    background-color: #ffe400cc;
    position: fixed;
    top: 0;
  }
  #header nav .navbar-toggler {
    background-color: transparent;
    margin: 0px 12px 0 0px;
    padding: 12px 0px 12px 8px;
    border: none;
  }
  #header nav .navbar-light .navbar-toggler {
    border-color: transparent;
  }
  #header nav .navbar-toggler span {
    display: block;
    position: relative;
    width: 25px;
    height: 3px;
    background: #40bcbc;
  }
  #header nav .navbar-toggler span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 26px;
    height: 100%;
    border-radius: 12px;
    border-radius: 12px;
    background: #40bcbc;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px) rotate(45deg);
  }
  #header nav .navbar-toggler span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 26px;
    height: 100%;
    border-radius: 12px;
    border-radius: 12px;
    background: #40bcbc;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px) rotate(-45deg);
  }
  #header nav .navbar-toggler:focus {
    box-shadow: none;
  }
  #header nav .navbar-toggler .collapsed span {
    background: #40bcbc;
    background-image: none !important;
  }
  #header nav .navbar-toggler span {
    background: #ffffff;
    background-image: none !important;
  }
  #header nav .collapsed span {
    background: #202020;
    height: 3px;
    border-radius: 12px;
    width: 18px;
  }
  #header nav .collapsed span::before {
    transform: translateY(-8px) rotate(0);
  }
  #header nav .collapsed span::after {
    transform: translateY(8px) rotate(0);
  }
  #header nav .navbar-collapse {
    position: relative;
  }
  #header nav ul li {
    padding: 0px 14px;
    list-style-type: none;
  }
  #header nav ul li .nav-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    /*color: #fff;*/
    color:#313131;
    transition: 1s;
    position: relative;
    transition: 0.3s ease-in-out;
    display: -webkit-inline-box;
    border: 1px solid transparent;
    letter-spacing: 0.5px;
  }
  #header nav ul li a.active {
    color: #ffe400;
  }
  #header nav ul .btn-view button {
    border-radius: 5px;
    background: #ffe400;
    border: 2px solid transparent;
    color: #2d0064;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
  }
  .sitehead{
    z-index: 99999;
  }
  .sitehead .navbar-brand{
    color:#fff;
  }
  .sitehead .logo img {
    width:200px;
  }
  #hero-section {
    padding: 120px 0 40px 0;
    background-image: url(image/slider-1-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #hero-section .form-wrapper {
    padding: 24px;
    background: #ffe400;
    border-radius: 12px;

  }
  #hero-section .form-wrapper h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #313131;
  }

  #hero-section .form-wrapper .your-name label {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #2d0064;
  }
  #hero-section .form-wrapper .your-name .form-control {
    /*border: 1px solid #2d0064;*/
    padding: 8px;
    background: #fff;
    font-size: 14px;
  }
  #hero-section .form-wrapper .your-name .form-select {
    /*border: 1px solid #000;*/
    padding: 8px;
    background: #fff;
    font-size: 14px;
  }
  #hero-section .btn-taxi {
    text-align: center;
    margin-top: 24px;
  }
  #hero-section .btn-taxi button {
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 6px;
    background: #fff;
    border: 2px solid transparent;
    color: #313131;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
    transition: all 0.3s ease-in;
  }
  #hero-section .btn-taxi button:hover {
    background: #313131;
    color: #fff;
  }

  #inner-section {
    padding: 95px 0 14px 0;
    background-color: #F5F5F5;
  }
  #inner-section .btn-taxi {
    text-align: center;
    margin-top: 24px;
  }
  #inner-section .btn-taxi{
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 6px;
    background: #313131;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
    transition: all 0.3s ease-in;
  }

  #inner-section .your-name label {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #2d0064;
  }
  #map {
    height: 300px;
    width: 100%;
  }
  #distance, #duration{
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
  }
  .locres{
    text-align: center;
  }
  .locres img{
    width: 40px;
    /*padding: 15px;*/
  }
  .bookinfo label{
    font-weight: 600;
  }
  #four-box-section {
    padding: 40px 0;
    background-color: #313131;
  }
  #four-box-section .box-details{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-height: 315px;
    border-top: 4px solid #ffe400;
    color:#fff;
  }
  /*
  #four-box-section .box-details {
    background: #fffbd5;
    border-radius: 12px;
    padding: 18px;
    border-top: 4px solid #ffe400;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-height: 315px;
  }
  */
  #four-box-section .box-details:hover {
    transform: translateY(-10px);
    border-color: #313131;
  }
  #four-box-section .box-details .icon {
    padding-bottom: 12px;
  }
  #four-box-section .box-details ul li{
    line-height: 25px;
  }
  #four-box-section .box-details .icon span {
    background: #313131;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
  }
  #four-box-section .box-details .icon .material-symbols-outlined {
    color: #fff;
    font-size: 80px;
  }
  #four-box-section h1{
    color:#fff;
  }
  #four-box-section .box-details h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
  }
  #four-box-section .box-details p {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
  }

  #about-section {
    padding: 40px 0;
  }
  #about-section .images img {
    border-radius: 12px;
  }
  #about-section h5 {
    color: #313131;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
  }
  #about-section h5::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    border-radius: 18px;
    background: #ffe400;
    margin-left: -8px;
  }
  #about-section h1 {
    color: #313131;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
  }
  #about-section p {
    margin-bottom: 32px;
    text-align: justify;
    letter-spacing: 0.5px;
    /*text-transform: capitalize;*/
    color: #000;
    font-size: 16px;
  }
  #about-section a.hover-effect {
    text-decoration: none;
    border-radius: 5px;
    background: #ffe400;
    border: 2px solid transparent;
    color: #313131;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in;
  }
  #about-section a.hover-effect:hover {
    background: #313131;
    color: #ffe400;
  }

  #why-us-section {
    padding: 40px 0 0 0;
  }
  #why-us-section .box-details {
    background: #fffbd5;
    border-radius: 12px;
    border-top: 4px solid #ffe400;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  #why-us-section .box-details:hover {
    transform: translateY(-10px);
    border-color: #313131;
  }
  #why-us-section .box-details .icon {
    padding-bottom: 12px;
  }
  #why-us-section .box-details .icon span {
    background: #313131;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
  }
  #why-us-section .box-details h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  #why-us-section .box-details p {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    text-align: center;
  }
  #why-us-section h3 {
    color: #313131;
    font-weight: 500;
    font-size: 22px;
  }
  #why-us-section h5 {
    color: #313131;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
  }
  #why-us-section h5::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    border-radius: 18px;
    background: #ffe400;
    margin-left: -8px;
  }
  #why-us-section h1 {
    color: #313131;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
  }
  #why-us-section p {
    margin-bottom: 32px;
    text-align: justify;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
  }
  #why-us-section a.hover-effect {
    text-decoration: none;
    border-radius: 5px;
    background: #ffe400;
    border: 2px solid transparent;
    color: #313131;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in;
  }
  #why-us-section a.hover-effect:hover {
    background: #313131;
    color: #fff;
  }

  #customer-review-section {
    padding: 40px 0;
  }
  #customer-review-section h5 {
    color: #313131;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
  }
  #customer-review-section h5::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    border-radius: 18px;
    background: #ffe400;
    margin-left: -8px;
  }
  #customer-review-section h1 {
    text-align: center;
    color: #313131;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 34px;
  }
  #customer-review-section .testimonial .slick-next {
    display: none !important;
  }
  #customer-review-section .testimonial .slick-prev {
    display: none !important;
  }
  #customer-review-section .testimonial .testimonial-box {
    background: #fffbd5;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    margin: 0 12px;
  }
  #customer-review-section .testimonial .testimonial-box .images-inner {
    text-align: center !important;
  }
  #customer-review-section .testimonial .testimonial-box .images-inner img {
    width: 50px;
  }
  #customer-review-section .testimonial .testimonial-box h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #313131;
    font-size: 18px;
  }
  #customer-review-section .testimonial .testimonial-box p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    text-align: justify;
  }

  #footer {
    padding-top: 40px;
    background: #313131;
    border-top: 1px solid #fff;
  }
  #footer .footer-wrapper img {
    width: 40px;
  }
  #footer .footer-wrapper h6 {
    color: #ffe400;
    font-weight: 700;
  }
  #footer .footer-wrapper p {
    color: #fff;
    margin-bottom: 0;
  }
  #footer .footer-wrapper a {
    text-decoration: none;
    color: #fff;
  }
  #footer .footer-links h6 {
    color: #ffe400;
    font-weight: 700;
  }
  #footer .footer-links ul li {
    margin-bottom: 12px;
  }
  #footer .footer-links ul li a {
    text-decoration: none;
    color: #fff;
  }
  #footer .footer-links-deals h6 {
    color: #ffe400;
    font-weight: 700;
  }
  #footer .footer-links-deals .email-deal input {
    padding: 6px 8px;
    width: 100%;
    border-radius: 12px;
    border: none;
    background-color: #ffffff !important;
    margin-bottom: 12px;
  }
  #footer .footer-links-deals .email-deal button {
    padding: 6px 8px;
    width: 100%;
    border-radius: 12px;
    border: none;
    background-color: #ffffff !important;
    color: #313131;
    font-weight: 700;
  }

.homeactbtn{
  display: inline-table;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid transparent;
  color: #313131;
  font-weight: 700;
  padding: 12px 24px 12px 36px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in;
}
.homeactbtn i{
  left: 10px;
vertical-align: bottom;
}
.callaction{
  background: #ffe400;
  margin:5px;
padding: 12px 24px 12px 12px;
}
/*
.callaction:hover{
  background: #313131;
  color: #ffe400;
}
*/
.whatsapp{
  background: #2DB742;
  margin:5px;
}
/*
.whatsapp:hover{
  background: #313131;
  color: #fff;
}
.whatsapp svg:hover{
  background: #313131;
  color: #fff;
}*/
.navbar-brand{
  color: #313131;;
  font-size: 22px;
  font-weight: 600;
  display: inline-table;
}
#service-section .osimg{
  background-image: url(image/our-services.jpg);
  background-size: cover;
  height: 350px;
  border-radius: 10px;
}
#service-section{
  padding: 40px 0;
}
#service-section .imgbox{
  text-align: center;
  padding: 15px;
}
#service-section .imgbox i{
  font-size: 70px;
  color:#ffe400;
}
#service-section .imgbox h3{
  font-size: 2rem;
}
#service-section .imgbox p{
  font-size: 20px;
}
#action-section{
  background-color: #313131;
  padding:40px 0;
}
#action-section h1{
  color:#fff;
  padding-bottom:20px;
}
#working-area{
  background-color: #313131;
  padding:40px 0;
}
#working-area h1{
  color:#fff;
  padding-bottom:20px;
}
#working-area p{
  color:#fff;
  font-size:22px;
}
#working-area li{
  color:#fff;
  font-size:18px;
  line-height: 40px;
}
#hero-section .overlay-bg{
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.copyright-wrap {
  background-color:#383939;
  padding: 8px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  width:100%;
}
.footer-contact{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li:not(:last-of-type) {
    margin-bottom: 15px;
}
.footer-contact li span {
    display: block;
    color: #f7d506;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-contact li a {
    color: #fff;
text-decoration:none;
}
.footer-contact li p {
    color: #fff;
}
.widget-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.widget-title h3 {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
    line-height: 1;
font-size: 20px;
}
.widget-title h3::before {
    background-color: #fdd822;
    width: 50%;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.page-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.page-title h3 {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
    line-height: 1;
    font-size: 26px;
}
.page-title h3::before {
    background-color: #fdd822;
    width: 50%;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.running{
    background-color: #222;
    background-image: url(image/texture.png);
    /*background-repeat: repeat;*/
    background-size: cover;
    /*padding: 80px 0 250px 0;*/
    position: relative;
    z-index: 1;
    height:200px;
}
.running:before{
    background-image: url(image/5a.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.running-taxi{
overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#taxi1{
    position: absolute;
    width: 110px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}
#taxi2{
position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: -25px;
    animation: running-anim-left 35s linear infinite;
}
@keyframes running-anim {
  0% {
    right: -30%;
  }

  100% {
    right: 100%;
  }
}
@keyframes running-anim-left {
  0% {
    left: -30%;
  }

  100% {
    left: 100%;
  }

}
.stopover span{
  font-size: 14px;
  padding-top: 4px;
}
.stopover{
  font-size: 14px;
  display: flex;
  text-decoration: none;
  color: #000;
  padding-top: 10px;
}
.divstopover{
  position: relative;
}
.stpclose{
  position: absolute;
  top: 44px;
  right: 18px;
  color:red;
}

.lang{display: inline-flex;}
.lang a {
  padding: 5px;
}
.lang span{display: none;}
/* .fixedhight{
  max-height: 200px;
  overflow-y: scroll;
} */
  /*# sourceMappingURL=home-page-style.css.map */