/*
# Stylesheet by Wayne Zamore
# Email: waynez6@yahoo.com
*/
:root {
    --wz-black: #000;
    --wz-white: #fff;
    --wz-yellow: #ff0;
    --wz-yellow-transparent: #ffff0033;
    --wz-gray-light: #f4f4f4;
    --wz-skew: skew(-15deg);
}


/*
# GLOBAL
*/
body {
    font-family: 'Arial', sans-serif;
}


/*
# CLASSES
*/
.section {
    padding: 100px 0;
}
.subtitle,
.testimonials-subtitle,
.services-subtitle {
    font-weight: 700;
    margin-bottom: 0;
}
.subtitle::before {
    content: '';
    background: var(--wz-yellow);
    width: 10px;
    height: 24px;
    display: block;
    position: absolute;
    z-index: 0;
    transform: var(--wz-skew);
    margin-left: -1rem;
}
.testimonials-subtitle {
    position: relative;
    left: calc(-5% - 160px);
}
.testimonials-subtitle::before,
.services-subtitle::before {
    content: '';
    background: var(--wz-yellow);
    width: 10px;
    height: 24px;
    display: block;
    position: relative;
    z-index: 0;
    transform: var(--wz-skew);
    top: 25px;
    left: calc(50% - 65px);
}
.services-subtitle {
    position: relative;
    left: calc(5% - 120px);
}
.services-subtitle::before {
    left: calc(50% - 55px);
}
.wz-btn-primary {
    background-color: var(--wz-yellow);
    color: var(--wz-black);
    border: none;
    border-radius: 0;
    padding: 20px 20px 20px 40px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: ease-in .2s;
}
.wz-btn-primary::before {
    content: '';
    background: var(--wz-yellow);
    width: 20px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
    transform: var(--wz-skew);
}
.wz-btn-primary::after {
    content: '';
    background: var(--wz-yellow);
    width: 20px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: -35px;
    z-index: -1;
    transform: var(--wz-skew);
}
.wz-btn-primary:hover {
    background-color: var(--wz-black);
    color: var(--wz-white);
}
.wz-btn-primary:hover::before,
.wz-btn-primary:hover::after {
    background: var(--wz-black);
}


/*
# WZTOP
*/
#wztop {
    position: relative;
    overflow: hidden;
}
#wztop::before {
    content: '';
    height: 100px;
    display: block;
    background: yellow;
    transform: skew(-15deg);
    position: absolute;
    z-index: 0;
    top: 0;
    left: -30px;
}
#wztop .container {
    position: relative;
    z-index: 1;
}


/*
# HERO
*/
.hero {
    background: url(../images/hero_01.jpg) no-repeat center;
    background-size: cover;
    color: var(--wz-white);
    padding: 145px 0;
    position: relative;
    overflow: hidden;
}
.hero::after    {
    content: '';
    background: var(--wz-yellow);
    width: 300px;
    height: 900px;
    display: block;
    z-index: 1;
    position: absolute;
    top: -100px;
    right: 200px;
    opacity: 25%;
    transform: var(--wz-skew);
}
.hero .container    {
    position: relative;
    z-index: 2;
}
.hero .overlay  {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000c;
    z-index: 0;
    top: 0;
    left: 0;
}
.hero h1    {
    font-size: 70px;
    font-weight: 700;
    text-shadow: 2px 2px 2px var(--wz-black);
}
.hero p {
    font-size: 25px;
    text-shadow: 2px 2px 2px var(--wz-black);
}


/*
# MAIN MENU
*/
.navbar-brand {
    font-weight: bold;
}
.navbar-nav .nav-link {
    font-weight: bold;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0 !important;
}
.navbar-nav .nav-link.active {
    font-weight: bold;
}
.navbar-toggler {
    color: var(--wz-white);
    border: none;
    font-size: 30px;
}
.offcanvas  {
    background-color: var(--wz-black);
    color: var(--wz-gray-light);
}
.offcanvas-header .btn-close    {
    color: var(--wz-gray-light);
    opacity: 1;
    font-size: 30px;
}
.offcanvas-header .btn-close i    {
    transition: ease-in .2s;
}
.offcanvas-header .btn-close:hover i    {
    transform: scale(150%);
}
.offcanvas_social a {
    color: var(--wz-gray-light);
    position: relative;
}
.offcanvas_social a:hover {
    color: var(--wz-yellow);
}
.offcanvas_social a:hover.offcanvas_social_fb::after {
    content: "Facebook";
}
.offcanvas_social a:hover.offcanvas_social_wa::after {
    content: "WhatsApp";
}
.offcanvas_social a:hover.offcanvas_social_tw::after {
    content: "X (Twitter)";
}
.offcanvas_social a:hover.offcanvas_social_fb::after,
.offcanvas_social a:hover.offcanvas_social_wa::after,
.offcanvas_social a:hover.offcanvas_social_tw::after {
    font-size: 14px;
    position: absolute;
    top: 40px;
    left: -10px;
    text-align: center;
}


/*
# ABOUT
*/
#about {
    position: relative;
    overflow: hidden;
}
#about::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 80px;
    width: 500px;
    height: 500px;
    background: #9e9572;
    opacity: 0.2;
    filter: blur(80px);
    z-index: -1;
}
.about-img-wrapper {
    position: relative;
    overflow: hidden;
}
.about-img-wrapper::before {
    content: "";
    position: absolute;
    left: calc(50% - 130px);
    top: 0;
    width: 300px;
    height: 100%;
    background: var(--wz-yellow);
    transform: var(--wz-skew);
    z-index: -1;
}


/*
# SERVICES
*/
#services {
    position: relative;
    background-size: cover;
}
.service-item-img-wrapper,
.service-item-img-wrapper img,
.service-item-img::before,
.service-item::before,
.wz-btn-primary::before,
.wz-btn-primary::after {
    transition: ease-in .2s;
}
.service-item {
    position: relative;
    z-index: 0;
}
.service-item::before {
    content: '';
    background: var(--wz-gray-light);
    width: 200px;
    height: 300px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 110px);
    z-index: -1;
    transform: skew(-15deg);
}
.service-item:hover::before {
    background: var(--wz-yellow-transparent);
}
.service-item-img-wrapper {
    margin-bottom: 1.5rem;
}
.service-item-img-wrapper {
    position: relative;
    display: block;
}
.service-item-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid var(--wz-yellow);
}
.service-item:hover .service-item-img::before {
    background-color: var(--wz-yellow);
    opacity: 0.5;
}
.service-item-img .image {
    position: relative;
    overflow: hidden;
}
.service-item-img {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 50%;
    margin-bottom: 0;
    overflow: hidden;
      margin: 0 auto;
}
.service-item-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    z-index: 3;
    padding: 1rem;
    position: relative;
    display: block;
}
.service-item:hover .service-item-img-wrapper img {
    transform: scale(102%);
}


/*
# BOOK TAXI
*/
#book {
    position: relative;
    background: url(../images/book_bg.jpg) no-repeat center;
    background-size: cover;
}
#book::before {
    content: '';
    background: #0009;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
#book::after {
    content: '';
    background: var(--wz-yellow);
    width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 300px;
    z-index: 0;
    transform: skew(-15deg);
}
#book .card {
    position: relative;
    z-index: 1;
}


/*
# TESTIMONIALS
*/
#testimonials {
    position: relative;
    background: var(--wz-white) url(../images/white_curved_lines.jpg) no-repeat top left;
    background-size: cover;
}
#testimonials .container {
    position: relative;
}
#testimonials .quote_txt {
    font-size: 18px;
    min-height: 100px;
}
#testimonials .quote_icon_wrap i {
    border: 1px solid var(--wz-yellow);
    width: 75px;
    height: 75px;
    padding: 13px 20px 20px 13px;
    border-radius: 50%;
    background-color: var(--wz-yellow);
}
#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
    color: var(--wz-black);
    font-size: 50px;
    font-weight: bold;
}
#testimonials .carousel-indicators {
    bottom: -75px;
}
#testimonials .carousel-indicators [data-bs-target] {
    background-color: var(--wz-black);
}
#testimonials .carousel-item {
    padding: 20px;
}

/*
# CONTACT
*/
#contact {
    position: relative;
    background: var(--wz-black) url(../images/world-map-dots-bg.png) no-repeat center top;
    background-size: cover;
    color: var(--wz-white);
}
#contact .call-for-taxi {
    display: flex;
    justify-content: center;
    background: var(--wz-yellow);
    padding: 20px 20px 0;
    width: 80%;
    color: var(--wz-black);
    position: relative;
}
.call-for-taxi::before  {
    content: '';
    background: var(--wz-yellow);
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 0;
    transform: var(--wz-skew);
}
#contact .call-for-taxi .call-icon i {
    font-size: 50px;
}
#contact.section {
    padding-bottom: 0;
}
#contact .footer_email {
    padding: 20px 20px 0;
}


/*
# MAP
*/
.map-container {
    width: 100%;
    height: 800px;
}


/*
# @MEDIA
*/
@media(min-width: 100px) {
    #wztop::before {
        width: 100%;
    }
    #wztop .top_social {
        display: none;
    }
    #wztop .top_social a {
        color: var(--wz-black);
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: var(--wz-yellow);
    }
    .navbar-nav .nav-link {
        color: var(--wz-gray-light);
        font-size: 22px;
        display: block;
        text-align: center;
    }
    .offcanvas_social   {
        display: block;
    }
    .offcanvas.offcanvas-end    {
        width: 100%;
    }
    #about img {
        margin: 1rem 0;
    }
}
@media(min-width: 576px) {}
@media(min-width: 768px) {
    .offcanvas.offcanvas-end    {
        width: 400px;
    }}
@media(min-width: 992px) {
    #wztop::before {
        width: 65%;
    }
    #wztop .top_social {
        text-align: right;
    }
    #wztop .top_social {
        display: block;
    }
    #wztop .top_social a {
        color: var(--wz-white);
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: var(--wz-yellow);
    }
    .navbar-nav .nav-link {
        color: var(--wz-white);
        font-size: 18px;
    }
    .offcanvas_social   {
        display: none;
    }
    .hero::before    {
        content: '';
        background: var(--wz-yellow);
        width: 200px;
        height: 400px;
        display: block;
        z-index: 1;
        position: absolute;
        bottom: 0;
        right: 100px;
        transform: var(--wz-skew);
    }
    #about img {
        margin: 0;
    }
}
@media(min-width: 1200px) {}
@media(min-width: 1400px) {}