:root {
    --height-of-banner: 700px;
    --height-of-service-card: 470px;
    --color-taxi-main: #FFBF00;
    --color-main-black: #0A0A0A;
    --color-main-white: #FFFFFF;
    --color-taxi-main-secondary: #FEE027;
    --color-bg-footer: #eeeeee;
    --color-footer: #626161;
}
* {
    font-family: "Kanit", sans-serif;
}
body {
    margin: 0 auto;
    overflow-x: hidden;
}
.desktop-only { display: block !important; }
.mobile-only { display: none !important; }
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.banner {
    position: relative;
    height: var(--height-of-banner);
    width: 100%;
    background: transparent;
    padding-top: 1px;
}
.banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("../img/taxi.jpg") center / cover no-repeat;
    filter: blur(1.5px);
    z-index: -1;
}
.logo {
    color: var(--color-main-white);
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 2px 2px 5px var(--color-main-black);
    cursor: pointer;
}
.logo h1 {
    font-family: "Inter", sans-serif;
}
.logo .logo-heightlight {
    background: var(--color-taxi-main);
    color: var(--color-main-black);
    margin-right: 5px;
    text-shadow: none;
    padding-left: 5px;
}
.nav {
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    display: flex;
    z-index: 999;
}
.nav li {
    list-style-type: none;
    float: left;
    width: 20%;
    height: 100%;
    display: block;
    transition: 0.2s;
}
.nav li a {
    color: var(--color-taxi-main);
    text-decoration: none;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    display: block;
}
.nav li a:hover {
    color: var(--color-main-black);
    background: var(--color-taxi-main);
    transition: 0.2s;
}
.hightlight {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 400px;
}
.hightlight-text {
    padding: 20px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.hightlight-text h1 {
    margin: 20px 0;
    font-size: 30px;
    display: block;
}
.hightlight-text-header {
    color: var(--color-main-white);
    margin-top: 30px !important;
}
.hightlight-text-sub {
    color: var(--color-taxi-main);
    text-transform: uppercase;
}
.hightlight-img {
    width: 50%;
    height: 100%;
    display: block;
    float: right;
    background: url("../img/hightlight.jpg") center / cover no-repeat;
}
.hightlight-btn {
    margin-top: 10px;
}
.hightlight-btn-msisdn {
    width: 30%;
    float: left;
    margin-right: 20px;
    font-weight: bold;
    text-align: center;
}
.btn {
    text-decoration: none;
    border: 1px solid var(--color-taxi-main);
    padding: 10px;
    box-sizing: border-box;
    color: var(--color-main-white);
    display: block;
    transition: 0.2s;
}
.hightlight-btn-msisdn:hover {
    background: var(--color-taxi-main);
    color: var(--color-main-black);
}
.contents {
    position: relative;
    z-index: 3;
    padding-top: 70px;
    background: var(--color-taxi-main);
}
.our-services-angle {
    position: absolute;
    top: 0; left: 0;
    background: var(--color-taxi-main);
    height: 180px;
    width: 102%;
    margin-left: -1%;
    margin-top: -65px;
    transform: rotate(2deg);
    /* z-index: -1; */
}
/* .our-services-angle::after {
    content: "";
    position: static;
    height: 15px;
    width: 102%;
    top: 0; left: 0;
    background: var(--color-taxi-main-secondary);
    z-index: -1;
} */
.our-services {
    background: var(--color-taxi-main);
    padding-bottom: 20px;
}
.our-services-title {
    margin: 0;
    margin-bottom: 30px;
}
.group-services {
    display: flow-root;
}
.our-service {
    width: 32%;
    height: var(--height-of-service-card);
    background: var(--color-taxi-main);
    border: 2px solid var(--color-main-black);
    box-sizing: border-box;
    float: left;
    padding: 0 20px 20px 20px;
    transition: 0.2s;
    display: block;
    text-decoration: none;
    color: var(--color-main-black);
    position: relative;
}
.our-service p {
    max-height: 310px;
    text-align: justify;
}
.our-service:hover {
    background: var(--color-main-black);
    color: var(--color-taxi-main);
    cursor: pointer;
    transition: 0.2s;
}
.our-service:hover .btn-our-service {
    border-color: var(--color-taxi-main);
    color: var(--color-taxi-main);
    transition: 0.2s;
}
.our-service:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}
.btn-our-service {
    color: var(--color-main-black);
    border: 2px solid var(--color-main-black);
    display: block;
    width: 150px;
    text-align: center;
}
.our-service .btn-our-service {
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    width: 150px;
    margin-left: -75px;
    left: 50%;
}
.popular-places-section {
    position: relative;
    display: inline;
}
.popular-places-section .our-services-angle {
    transform: rotate(-2deg);
}
.popular-places {
    background: var(--color-main-black);
    z-index: -2;
    position: relative;
    padding-top: 140px;
    color: var(--color-taxi-main);
    text-align: center;
    display: flex;
}
.container-charge-list {
    position: relative;
    width: 100%;
}
.charge-list {
    top: -120px;
    left: 0;
    position: absolute;
    background: var(--color-main-white);
    width: 100%;
    min-height: 200px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    z-index: 4;
}
.charge-list h2 {
    text-align: center;
    margin-bottom: 0;
}
.charge-list p {
    margin: 0;
    text-align: justify;
}
.btn-price-check {
    width: 200px;
    margin: 0 auto;
    color: var(--color-main-black);
    text-align: center;
    border: 2px solid var(--color-main-black);
}
.btn-price-check:hover {
    background: var(--color-main-black);
    color: var(--color-main-white);
}
.popular-place {
    width: 32%;
    height: 370px;
    border: 2px solid var(--color-taxi-main);
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.img-popular-place {
    height: 85%;
}
.popular-place p {
    height: 15%;
    line-height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular-place img {
    width: 100%;
    height: 100%;
}
.popular-place:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}
.car-category-section {
    display: flow-root;
    background: var(--color-main-white);
}
.handle-angle {
    position: relative;
    width: 100%;
    padding-top: 160px;
    z-index: 4;
    overflow: hidden;
    margin-top: -1px;
}
.handle-angle .our-services-angle {
    margin-top: 100px;
    height: 230px;
}
.banner .handle-angle .our-services-angle {
    margin-top: 50px;
}
.car-category-section .handle-angle {
    background: var(--color-main-black);
}
.popular-places-section .handle-angle {
    background: var(--color-taxi-main);
}
.car-category-section .handle-angle .our-services-angle {
    background: var(--color-main-white);
}
.popular-places-section .handle-angle .our-services-angle {
    background: var(--color-main-black);
    margin-top: 100px;
}
.car-category-contents {
    z-index: 10;
    position: relative;
}
.car-category-contents h2 {
    text-align: center;
}
.car-category-contents img {
    width: 100%;
}
.footer {
    background: var(--color-bg-footer);
    height: 100px;
    color: var(--color-footer);
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

@media screen and (max-width: 800px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; }
    .container {
        padding: 20px;
        box-sizing: border-box;
    }
    .our-service,
    .our-service:nth-child(2) {
        width: 90%;
        margin: 0 5% 30px 5%;
    }
    .popular-place {
        width: 100%;
    }
    .popular-place:nth-child(3n+2) {
        margin: 0;
        margin-bottom: 20px;
    }
    .car-category-contents {
        margin-top: -5px;
        background: var(--color-main-white);
    }
    .hightlight-text {
        width: 100%;
    }
    .hightlight {
        display: table;
        height: auto;
    }
    .hightlight-btn > a {
        width: 48.75%;
        margin-left: 0;
        margin-right: 0;
    }
    .hightlight-btn > a:nth-child(2) {
        margin-left: 2.5%;
    }
    .btn-price-check {
        margin-top: 20px;
    }
    .logo {
        width: 80%;
        float: left;
    }
    .banner .nav {
        display: none;
        /* width: 20%; */
        /* float: left; */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        margin: 0;
        /* display: block; */
        background: var(--color-main-black);
    }
    .banner .handle-angle .our-services-angle {
        height: 30px;
    }
    .banner .nav li {
        width: 100%;
        height: 50px;
    }
    .hamburger {
        width: 20%;
        float: left;
        color: var(--color-main-white);
    }
}
