:root{
    --colorPrimary: #000000;
    --colorSecondary: white;
    --colorAccent: #3269FF;
    --logoAccent: #3268ff;

    --borderLightColor: #b7b7b7;

    --unfocusedFontColor: #747474;
    --h1TitleFontColor: #565656;
    --h2TitleFontColor: #1c1c1c;
    --navFontColor: #cfcfcf;
    --navFontWeight: 600;

    --buttonFontWeight: 500;
    --buttonFontSize: 14px;
    --contentWidth: 70%;
    --mobileContentWidth: 90%;

    --ff: 'Poppins', sans-serif;
    --headerCardTitleFontWeight: 700;
    --headerCardTitleFontSize: 50px;
    --mobileHeaderCardTitleFontSize: 7vw;

    --cardH1FontWeight: 600;
    --cardH1FontSize: 40px;
    --mobileCardH1FontSize: 7vw;

    --cardTitleFontWeight: 600;
    --cardTitleFontSize: 30px;

    --secondaryFf: "Nunito", sans-serif;
    --titleFf: "Roboto Condensed", sans-serif;
    --textFontWeight: 500;
    --textFontSize: 1.5vw;
    --mobileTextFontSize: 3vw;


    --mobileInputFontSize: 2.5vw;
    /*--h1: bold max(36px, 4vw) / max(48px, 5vw) var(--ff); !* Checks if vw is 4, if yes then 36px *!*/
    --textPadding: 20px;

    font-family: var(--ff);
    background-color: var(--colorSecondary);
}
.no-margin-bottom{
    margin-bottom: 0!important;
}
body{
    padding: 0;
    margin: 0;
}
.section-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*background-color: orange;*/
    justify-content: center;
    align-content: center;
    align-items: center;
}
.section {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
    /*background-color: red;*/
}
.header-section{
    display: flex;
    width: 100%;
    text-align: center;
    background: rgb(0,0,0);
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(50,105,255,1) 100%);*/
    justify-content: center;

    height: 50vh;
    margin-bottom: 50px;
        background-size: cover;
}
.bookings-section{
    display: flex;
    width: 100%;
    text-align: center;
    background: rgb(0,0,0);
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(50,105,255,1) 100%);*/
    justify-content: center;
        align-items: center;
    align-content: center;
    height: 60vh;
    margin-bottom: 50px;
    background-size: cover;
}
.banner-section{
        background-color: #8db0ff;
        margin: 0!important;
}
.maintenance-section{
        display: flex;
    width: 100%;
    text-align: center;
    background: var(--colorSecondary);
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(50,105,255,1) 100%);*/
    justify-content: center;
        align-items: center;
    align-content: center;
    height: 60vh;
    margin-bottom: 50px;
    background-size: cover;
}
.header-card-container{
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    width: var(--contentWidth);
    justify-content: center;
    align-content: space-evenly;
}
.header-title-card{
    height: 15vh!important;
}
.header-text-card{
    height: 20vh!important;
    width: 60%!important;
}
.header-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 20vh;
    width: 50%;
    /*background-color: #212121;*/
    background-color: rgba(0, 0, 0, 0.7);
    font-family: var(--ff);
    border-radius: 20px;
    border: 2px solid var(--colorAccent);
    justify-content: center;
    align-content: center;
    /*margin-bottom: 50px;*/
}
.header-card-extended{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 30vh;
    width: 50%;
    /*background-color: #212121;*/
    background-color: rgba(0, 0, 0, 0.7);
    font-family: var(--ff);
    border-radius: 20px;
    border: 2px solid var(--colorAccent);
    justify-content: center;
    align-content: center;
    /*margin-bottom: 50px;*/
}
.header-reviews-card-content-container{
    display: flex;
    align-items: center;
    height: 30%;
}
.header-reviews-card-star{
    display: flex;
}
.star-checked{
    color: orange;
}
.header-card-title{
    font-family: var(--titleFf);
    font-size: var(--headerCardTitleFontSize);
    color: var(--colorSecondary);
    /*padding: var(--textPadding);*/
    font-weight: var(--headerCardTitleFontWeight);
    margin: 0;
    width: 100%;
}

.header-card-text{
    font-family: var(--secondaryFf);
    font-size: var(--textFontSize);
    font-weight: var(--textFontWeight);
    color: var(--colorSecondary);
    padding: var(--textPadding);
    text-align: center;
}
.maintenance-card-text{
    color: var(--colorPrimary);
}
.card-title{
    font-family: var(--titleFf);
    font-size: var(--cardH1FontSize);
    color: var(--h1TitleFontColor);
    padding: var(--textPadding);
    font-weight: var(--cardH1FontWeight);
    margin: 0;
}
.card{
    display: flex;
    flex-wrap: wrap;
    width: var(--mobileContentWidth);
    padding: var(--textPadding);
}
.card-text{
    font-family: var(--secondaryFf);
    font-size: var(--textFontSize);
    font-weight: var(--textFontWeight);
    color: var(--colorPrimary);
    padding: var(--textPadding);
}
.bookings-card{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    height: 30vh;
    width: 70%;
    /* background-color: var(--colorSecondary); */
    font-family: var(--ff);
    border-radius: 20px;
    /* border: 2px solid var(--colorAccent); */
    text-align: center;
    justify-content: center;
    align-content: space-between;
}
.maintenance-card{
    display: flex;
    flex-wrap: wrap;
    height: 30vh;
    width: 70%;
    font-family: var(--ff);
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-content: space-between;
}
.maintenance-action-card{
    background-color: var(--colorPrimary);
    flex-direction: row;
    height: 100px;
    width: 400px;
    border-radius: 5px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
        transition: 0.8s;
    text-decoration: none;
    background-image: url("../../static/pages/img/backgrounds/taxi-street-background-darkened.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.maintenance-action-card:hover{
    transform: scale(1.1);
}
.maintenance-action-card-logo{
    display: flex;
    width: 30%;
    height: 90%;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
}
.one-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: start;
    width: var(--mobileContentWidth);
    font-family: var(--ff);
    border-radius: 20px;
}

.banner-card{
    height: 60px;
    /*background-color: #588cff;*/
    font-family: var(--ff);
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: var(--textFontSize);
    font-weight: var(--navFontWeight);
    color: var(--colorSecondary);
}
.banner-card-text{
        padding: var(--textPadding);
}
.banner-cta-button{
    display: flex;
    text-decoration: none;
    font-size: var(--buttonFontSize);
    color: var(--colorSecondary);
    font-weight: var(--navFontWeight);
    background-color: var(--colorAccent);
    height: 40px;
    width: 200px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

/* Media query for tablets */
@media (max-width: 991px) {
    .header-card-container {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    width: var(--mobileContentWidth);
    justify-content: center;
    align-content: space-evenly;
}
.header-card{
    width: 100%;
    height: 12vh;
}
    .header-card-title{
        font-size: var(--mobileHeaderCardTitleFontSize);
    }

    .header-card-text{
        font-size: var(--mobileTextFontSize);
        padding: 0;
    }
.header-section {
    display: flex;
    width: 100%;
    text-align: center;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(50, 105, 255, 1) 100%); */
    justify-content: center;
    height: 24vh;
    margin-bottom: 50px;
    background-size: cover;
}

.header-card-extended{
    width: 100%;
    height: 15vh;
}
.card{
    justify-content: center;
}
.card-title {
    font-size: var(--mobileCardH1FontSize);
    color: var(--h1TitleFontColor);
    padding: var(--textPadding);
    font-weight: var(--cardH1FontWeight);
    margin: 0;
    text-align: center;
    width: 100%;
}
.card-text {
    font-family: var(--secondaryFf);
    font-size: var(--mobileTextFontSize);
    font-weight: var(--textFontWeight);
    color: var(--colorPrimary);
    padding: var(--textPadding);
}
.banner-card{
    height: 120px;
    width: 100%;
    justify-content: center;
}
.banner-card-text{
    width: 100%;
    font-size: var(--mobileTextFontSize);
}
.maintenance-card{
    display: flex;
    flex-wrap: wrap;
    height: 50vh;
    width: 70%;
    font-family: var(--ff);
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-content: space-evenly;
}
.one-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    width: 70%;
    font-family: var(--ff);
    border-radius: 20px;
}
}

/* Media query for mobile devices */
@media (max-width: 767px) {


}