:root {
  --primary-color: rgb(169, 251, 52);
  --secondary-color: rgb(255, 165, 0);
}
body {
    font-family: Play, sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

.grab {
    width: 100%;
    position: relative;
}

.container {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.container-section{
    width: 100%;
    max-width: 420px;
    background-image: url('./images/bg1.jpg');
    min-height: 100vh;
    margin: 0 auto;
}
header {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 30px;
    padding:10px 5px;
}

header .text-line {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    text-align: center;
    background: var(--primary-color);
    width: 150px;
    padding: 5px 10px;
    transform: skewX(-15deg);
}

header .line {
    background:  var(--primary-color);
    width: 4px;
    transform: skewX(-15deg);
}
.logo{
    width: 80%;
    margin:30px auto;
}
.logo .logo-text{
    font-family: Bungee, cursive;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(255, 145, 77);
    text-align: center;
    margin-bottom: 15px;
    text-shadow:  var(--primary-color);
}
.logo .logo-span{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
}
/* /callnow */
.callnow{
    height: 30px;
    text-align: center;
    transform: skewX(-10deg);
    padding-top: 20px;
}
.callnow a{
    color: rgb(0, 0, 0);
    padding: 10px;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    background: var(--primary-color);
    border: 2px solid rgb(255, 255, 255);
}
/* Gía rẻ */
.price{
    width: 70%;
    margin: auto;
    background-image: url('./images/taxi-sm-logo.png');
    animation-name: bounceIn;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-text{
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    line-height: 140px;
    color: rgb(0, 0, 0);
    text-align: left;
}
.price-money{
    font-size: 65px;
    font-weight: bold;
    line-height: 1.2;
    color:  var(--primary-color);
    text-align: center;
    text-shadow: 
    -2px -2px 0 #000,  
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
}
/* dANH SÁCH */
.futures{
    margin-top: 20px;
    padding:0 45px;
}
.future-item{
    position: relative;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.future-item:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.futures .future-item .bg{
    width: 100%;
    background: white;
    transform: skewX(-10deg);
    height: 50px;
}
.futures .future-item .line-text{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 50px;
    transform: skewX(-10deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background:  var(--primary-color);
    border: 2px solid black;
    font-weight: 550;
}
/* Thời gian khuyễn mãi */
.timedow{
    padding: 15px;
    color: white;
    margin-top: 20px;
}
.timedow .timedow-line{
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 20px;
}
.timedow .timedow-span{
    margin-right: 10px;
}

.timedow .timedow-count{
    font-size: 28px;
    font-weight: 500;
}

/* danh sách giá */
.address-price{
    padding: 20px;
    text-align: center;
}
.address-price .address-text{
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 550;
}
.address-price .address-text a{
    color:  var(--primary-color);
}
/* Form */

.subForm{
    padding: 25px;
}
.subForm-content{
    background: var(--primary-color);
    padding: 25px;
    text-align: center;
}
.subForm .form-title{
    color:rgb(255, 102, 0);
    padding: 10px;
}
.form-submit{
    padding: 10px;
}
.form-submit .input{
    margin-bottom: 10px;
}
.form-submit .input input,
.form-submit .input select
{
    padding:15px 10px;
    width: calc(100% - 30px);
    border-radius: 6px;
    border: 1px solid rgb(120, 255, 43);
}
*:hover{
    outline: none;
}
.form-submit .input select{
    width: calc(100% - 7px);
}
.form-submit button{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-align: center;
    text-shadow: rgb(74, 255, 1) 1px 1px 1px;
    background: black;
    width: calc(100% - 7px);
    padding: 5px;
    border: none;
    transform: skewX(-10deg);
}
#animate-button {
    animation: pulse 1.5s infinite;
    transition: transform 0.3s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        /* box-shadow: 0 0 0 rgba(255, 90, 95, 0.7); */
    }
    50% {
        transform: scale(1.08);
        /* box-shadow: 0 0 15px rgba(255, 90, 95, 0.7); */
    }
    100% {
        transform: scale(1);
        /* box-shadow: 0 0 0 rgba(255, 90, 95, 0.7); */
    }
}
.form-submit button:hover{
    transform: scale(1.1);
    cursor: pointer;
}
/* Phần phân phối xe đinệ */

.preview{
    padding: 15px;
}
.preview .headline{
    padding: 15px 0;
}
.headline-text{
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}
.headline-text.xanh{
    color: var(--primary-color);
}
/* Line gạch */

.preview-line{
    display: flex;
    gap: 10px;
    padding-left: 10px;
}
.preview-gach{
    background: var(--primary-color);
    height: 20px;
    width: 4px;
    transform: skewX(-30deg);
} 
.preview-demo{
    margin-bottom: 30px;
}
.preview-demo .preview-img{
    width: 100%;
}
.preview .br-line{
    background: white;
    width: 80%;
    height: 3px;
}

.trips{
    /* padding: 10px; */
}
.trips .trip-item{
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 15px;
    padding: 20px 10px;
}
.trips .trip-item .trip-title{
    display: flex;
    align-items: end;
}
.trips .trip-item .trip-title .count{
    position: relative;
}

.trips .trip-item .trip-title .bg-count{
    background: var(--primary-color);
    height: 15px;
    width: 60px;
    transform: skewX(-10deg);
}

.trips .trip-item .trip-title .count h2{
    position: absolute;
    top: -20px;
    left: 10px;
    color: white;
    font-size: 35px;
    text-shadow: 
    -2px -2px 0 #000,  
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
}
.trips .trip-item .trip-title .text{
    color: var(--primary-color);
    margin-left: 8px;
}
.trip-item .img{
    padding: 15px 0;
}
.trip-item .img img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid var(--primary-color);
}

.call{
    text-align: center;
}
.call-button{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 200px;
    padding: 5px;
    background: rgb(255, 145, 77);
    transform: skewX(-15deg);
    transition: all 0.5s;
    display: block;
    text-decoration: none;
    margin: auto;
}
.call-button:hover{
    cursor: pointer;
    transform: skewX(-15deg) scale(1.05);
}
.trip-text{
    padding: 10px;
    color: white;
}
.trip-price{
    color: rgb(255, 102, 0);
    padding: 10px 0;
}
.benefit{
    color: white;
    padding: 10px;
}
.benefit-title{
    margin-bottom: 15px;
}
.benefit-item{
    border: 1px solid rgba(255, 255, 255, 0.562);
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 20px;
}
.benefit .demo-img{
    display: flex;
    width: 100%;
    border-radius: 10px;
}
.benefit .demo-img .next{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}
.benefit .demo-img .img{
    padding: 10px;
    width: 45%;
    height: 250px;
}
.benefit .demo-img img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 250px;
}
.benefit-item .detail{
    padding: 10px;
}
.benefit-item .detail p{
    margin-top: 10px;
    font-style: italic;
    font-size: 13px;
}
footer{
    color: rgb(236, 236, 236);
    background: #121212;
    min-height: 200px;
    padding: 20px;
    padding-top: 40px;
}
footer h2{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.infor{
    padding-bottom: 40px;
}
footer li{
    list-style: none;
    margin-top: 10px;
}
footer li a{
    color: white;
    text-decoration: none;
}

/* pop-contact */
.pop-contact{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}
.buttonct{
    width: 50px;
    height: 50px;
    display: block;
    background: none;
    border: none;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.buttonct:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.buttonct img{
    width: 100%;
    object-fit: cover;
}