/* Reset css  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

input:focus,
textarea:focus {
    outline: none;
}


/* Font css  */

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Black.woff2') format('woff2'), url('../font/Inter-Black.woff') format('woff'), url('../font/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraLight.woff2') format('woff2'), url('../font/Inter-ExtraLight.woff') format('woff'), url('../font/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBold.woff2') format('woff2'), url('../font/Inter-ExtraBold.woff') format('woff'), url('../font/Inter-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Bold.woff2') format('woff2'), url('../font/Inter-Bold.woff') format('woff'), url('../font/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Light.woff2') format('woff2'), url('../font/Inter-Light.woff') format('woff'), url('../font/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Medium.woff2') format('woff2'), url('../font/Inter-Medium.woff') format('woff'), url('../font/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.woff2') format('woff2'), url('../font/Inter-Regular.woff') format('woff'), url('../font/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-SemiBold.woff2') format('woff2'), url('../font/Inter-SemiBold.woff') format('woff'), url('../font/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Thin.woff2') format('woff2'), url('../font/Inter-Thin.woff') format('woff'), url('../font/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* commen css  */

* {
    box-sizing: border-box;
}

.btn-booking-form{
    border: solid 2px #2FDD92;
    background-color: #2FDD92;
    color:white;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-booking-form:hover {
    border: solid 2px #2FDD92;
    background-color: white;
    color:#2FDD92;
}

.btn-passenger-details {
    border: solid 2px #0d6efd;
    background-color: #0d6efd;
    color:white;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-passenger-details:hover {
    border: solid 2px #0d6efd;
    background-color: white;
    color:#0d6efd;
}

.btn-yellow-custom {
    border: solid 2px #0d6efd;
    background-color: #0d6efd;
    color:white;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-yellow-custom:hover {
    border: solid 2px #0b5ed7;
    background-color: #0b5ed7;
}

body {
    font-family: 'Inter';
    color: #747384;
    line-height: 1.4;
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    color: #14131E;
    line-height: 1.3;
    margin-bottom: 16px;
}

h1 {
    font-size: 54px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-size: 30px;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #9F9FAB;
}

a {
    color: #9747FF;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #2FDD92;
}

label {
    color: #14131E;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
    display: block;
}

input {
    width: 100%;
    border: solid 1px #9F9FAB;
    border-radius: 8px;
    height: 43px;
    width: 100%;
    background-color: #fff;
    padding: 5px 15px;
}

input:focus {
    border: solid 1px #202020;
}

img {
    max-width: 100%;
    width: auto;
}

picture {
    display: block;
}

.button-green {
    padding: 15px 64px;
    justify-content: center;
    align-items: center;
    border: solid 2px #2FDD92;
    background-color: #2FDD92;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}

.button-green:hover {
    background-color: #fff;
    color: #2FDD92;
}

.buttton-green-view{
    padding: 6% 8%;
    justify-content: center;
    align-items: center;
    border: solid 2px #2FDD92;
    background-color: #2FDD92;
    color: #fff;
    border-radius: .35em;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}
.buttton-green-view:hover {
    background-color: #fff;
    color: #2FDD92;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

option {
    font-family: 'Inter';
}


/* wrapper */

.wrapper {
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}


.form-input.focus label,
.form-input.select label {
    font-size: 12px;
    top: 12px;
    transform: none;
    transition-duration: 0.3s;
    pointer-events: none;
    z-index: 9;
}

.form-input .form-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    display: block;
    z-index: 9;
}


.form-group {
    margin-bottom: 15px;
}

.form-checkbox {
    position: relative;
}

.form-checkbox label {
    padding-left: 30px;
}

.form-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.form-checkbox span {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #747384;
    z-index: 1;
}

.form-checkbox span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
}

.form-checkbox span::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 12px;
    margin: 2px 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.form-checkbox input:checked+span::after {
    content: '';
}

.form-checkbox input:checked+span {
    border: solid 1px #287dfa;
}

.form-checkbox input:checked+span::before {
    background-color: #287dfa;
}

.button-group {
    margin: 50px 0;
}

@media(min-width:768px) {
    .button-group--create {
        margin-top: 60px;
    }
}



/* DashBoard css  */

.dashboard {
    padding: 24px;
    max-width: 1920px;
    margin: 0 auto;
}

.header {
    background-color: #9747FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.header-logo img {
    width: 210px;
}

.header-accout a {
    display: inline-block;
}

.header-accout ul {
    display: flex;
    align-items: center;
}

.header-accout ul .email {
    margin-right: 30px;
}

.header-accout ul .note {
    margin-right: 40px;
}

.email img,
.note img {
    width: 32px;
}

.profile a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}

.header-accout ul .profile img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
}

.dashboard-body {
    display: flex;
    justify-content: space-between;
}

.dashboard-sidebar {
    width: 290px;
    position: relative;
}

.dashboard-content {
    width: calc(100% - 310px);
}

.sidemenu {
    margin-bottom: 5%;
}

.sidemenu li {
    width: 100%;
}

.sidemenu li a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    width: 100%;
    padding: 10px 16px;
    font-size: 1rem;
    color: #14131E;
    line-height: 30px;
    border-bottom: 1px solid #9747ff;
}

.sidemenu li:last-child a
{
    border-bottom: none;
}

.sidemenu li:hover,
.sidemenu li.active {
    background-color: #9747ff40;
}

.sidemenu li a img {
    width: 24px;
    margin-right: 10px;
}

.sidebar-card {
    text-align: center;
    padding: 20px 16px 0px;
    border-radius: 8px;
    border: 1px solid #9747FF;
    background: #FFF;
    position: absolute;
    margin-top: 0;
}

.sidebar-card p {
    font-size: 24px;
    color: #14131E;
}

.blog {
    padding: 30px;
    box-shadow: 0px 4px 10px 0px #aeaeae26, 4px 0px 10px 0px #aeaeae26;
    border-radius: 8px;
    background-color: #fff;
}

.heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.blog-text {
    background-color: #9747FF;
}

.blog-text {
    display: flex;
    justify-content: space-between;
    padding: 10px 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 50px;
    align-items: center;
}

.blog-text p {
    color: #fff;
    font-size: 18px;
}

.blog-card img {
    height: 235px;
    width: 100%;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-card:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.welcome-text {
    color: #9747FF;
    font-size: 20px;
    margin-bottom: .25rem;
}

.user-name {
    font-size: 2.5rem;
    font-weight: 400;
    color: #15141f;
    margin-bottom: 1rem;
}

.booking {
    box-shadow: 0px 4px 10px 0px #aeaeae26, 4px 0px 10px 0px #aeaeae26;
    padding: 1.5em;
    border-radius: 8px;
    margin-bottom: 50px;
}

.booking .heading {
    margin-bottom: 1em;
}

.booking-list {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #9747FF;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.2s;
}

.booking-list:hover {
    z-index: 10;
    transform: scale(1.02) translateY(-5px);
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.08);
    cursor: pointer;
}

.booking-list:hover .btn-green-custom {
    box-shadow: 0 4px 12px rgba(14, 102, 35, 0.3);
}

.booking-list .thamb {
    display: flex;
    align-items: center;
}

.booking-list .icon {
    display: block;
    margin-right: 24px;
}

.fromdate,
.todate {
    display: flex;
    gap: 10px;
}

.booking-list .title {
    margin-right: 24px;
    min-width: 240px;
}

.booking-list .title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #14131E;
    margin-bottom: 0;
}

.booking-list .title p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #737283;
}

.booking-list .button-green {
    font-size: 18px;
    font-weight: 400;
    margin-right: 50px;
    padding: 11px 40px;
}

.booking-list .days {
    color: #000;
    font-size: 18px;
    margin-right: 24px;
    display: flex;
    gap: 5px;
    text-align: center;
}

.booking-list .date {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 80px;
    gap: 80px;
}

.booking-list .date.todate {
    margin-right: 24px;
}

.booking-list .date:last-child {
    margin-right: 50px;
}

.booking-list .date p {
    color: #14131E;
    font-size: 18px;
}

.booking-list .count {
    font-size: 18px;
    color: #14131E;
    margin-right: 24px;
    display: flex;
    gap: 5px;
    text-align: center;
}

.booking-list .order {
    /* margin-right: 60px; */
}

.order p {
    font-size: 18px;
    color: #14131E;
}

.order .order-title {
    color: #9747FF;
    font-size: 14px;
}

.menu {
    display: none;
}


/* Prpfile page  */

.form-input {
    position: relative;
    margin-bottom: 40px;
}

.form-input .form-control {
    border: solid 1px #9747FF;
    border-radius: 8px;
    height: 72px;
    padding: 15px 5px 0px 65px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.form-input label {
    position: absolute;
    left: 65px;
    color: #9747FF;
    font-size: 15px;
    top: 30%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
    z-index: 0;
}

.form-input.focus label,
.form-input.select label {
    font-size: 12px;
    top: 12px;
    transform: none;
    transition-duration: 0.3s;
    pointer-events: none;
    z-index: 9;
}

.form-input .form-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    display: block;
    z-index: 9;
}

.col-new-submit {
    text-align: right;
}

.col-new-submit .button-green {
    min-height: 72px;
    padding: 15px 100px;
}

select.form-control option {
    zoom: 1.2;
}

.select.form-input select {
    position: relative;
    z-index: 9;
    background-color: transparent;
    cursor: pointer;
}

.select.form-input:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #9747ff;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.profile-update form {
    width: 99%;
}


/* below 1900px */

@media(max-width:1900px) {
    .booking-list .date {
        margin-right: 40px;
        gap: 30px;
    }
}

@media(max-width:1800px) {
    .booking-list .date {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-right: 30px;
        flex-direction: column;
        gap: 10px;
    }
    .booking-list .icon {
        margin-right: 8px;
    }
}

@media(max-width:1680px) {
    .dashboard {
        padding: 10px;
    }
    .dashboard-sidebar {
        width: 250px;
        position: relative;
    }
    .dashboard-content {
        width: calc(100% - 270px);
    }
    .booking-list .icon,
    .booking-list .order,
    .booking-list .date {
        margin-right: 15px;
    }
    .booking-list .title,
    .booking-list .days,
    .booking-list .date.todate,
    .booking-list .count {
        margin-right: 0;
    }
    .booking-list .days,
    .booking-list .count,
    .booking-list .days span,
    .booking-list .count span {
        display: block;
    }
    .booking-list .button-green {
        margin-right: 0;
    }
    .col-new {
        width: 33.3%;
    }
}

@media(max-width:1440px) {
    .booking-list {
        flex-wrap: wrap;
    }
    .booking-list .thamb {
        width: 32%;
        margin-bottom: 20px;
    }
    .booking-list .days,
    .booking-list .count {
        width: 15%;
        margin-right: 0;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .booking-list .date {
        width: 20%;
        margin-right: 0;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .booking-list .order {
        margin-right: 0;
        padding-right: 15px;
        width: 50%;
        text-align: center;
    }
    .booking-list .view-more {
        width: 50%;
        text-align: center;
    }
    .col-new-submit {
        text-align: left;
        width: 33.3%;
    }
    .col-new-submit .button-green {
        padding: 10px 30px;
        width: 100%;
    }
    .form-input .form-control {
        padding-left: 50px;
        padding-top: 35px;
    }
    .form-input label {
        left: 50px;
    }
}

@media(max-width:1200px) {
    .dashboard {
        padding: 0;
    }
    .header {
        margin-bottom: 0;
        border-radius: 0;
    }
    .dashboard-body {
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
    }
    .dashboard-sidebar {
        background-color: #f3f3f3;
        position: relative;
        top: 0;
        z-index: 999;
        right: -250px;
        transition-duration: 0.5s;
        height: 100%;
        overflow-y: scroll;
    }
    .dashboard-sidebar.active {
        right: 0;
        transition-duration: 0.5s;
    }
    .header-accout {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .menu {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 7px;
        justify-content: center;
        cursor: pointer;
    }
    .menu span {
        height: 3px;
        width: 100%;
        display: inline-block;
        background-color: #fff;
        transition: ease-in-out 0.1s;
        opacity: 1;
    }
    .menu.active span:first-child {
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
    }
    .menu.active span:nth-child(2) {
        opacity: 0;
    }
    .menu.active span:last-child {
        transform: rotate(-45deg);
        position: absolute;
        top: 10px;
    }
    .sidebar-card {
        max-width: calc(100% - 20px);
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        margin-top: 0;
    }
    .dashboard-content {
        width: 100%;
        padding: 0 15px;
    }
    .welcome-text,
    .user-name {
        padding-left: 15px;
    }
    .sidemenu {
        background-color: #f3f3f3;
        margin-bottom: 50px;
    }
    .sidebar-card {
        padding: 15px;
    }
    .sidebar-card p {
        font-size: 16px;
    }
    .sidemenu li a {
        font-size: 16px;
    }
    .welcome-text {
        margin-top: 30px;
    }
    .user-name {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .booking .heading {
        margin-bottom: 30px;
    }
    .blog-card {
        margin-bottom: 20px;
    }
    .profile-update {
        padding: 0 15px;
    }
}

@media(max-width:992px) {
    .booking,
    .blog {
        padding: 15px;
    }
    .booking-list .thamb {
        width: 100%;
    }
    .booking-list .days {
        width: 30%;
        text-align: left;
    }
    .booking-list .count {
        width: 30%;
    }
    .booking-list .date {
        width: 40%;
        flex-direction: row;
    }
    .booking-list .days span,
    .booking-list .count span {
        display: inline;
    }
    .booking-list .title {
        min-width: initial;
    }
    .col-new {
        width: 50%;
    }
    #sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #fff;
        transition: left 0.5s;
        z-index: 999;
    }

    #sidebar.active {
        left: 0;
    }
}

@media(max-width:768px) {
    .header {
        padding: 20px 15px;
    }
    .header-logo img {
        width: 150px;
    }
    .header-accout ul .profile img {
        width: 30px;
        height: 30px;
    }
    .profile a {
        font-size: 14px;
    }
    .header-accout ul .email,
    .header-accout ul .note {
        margin-right: 15px;
    }
    .booking-list .thamb,
    .booking-list .days,
    .booking-list .date,
    .booking-list .count,
    .booking-list .order,
    .booking-list .view-more {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .booking-list .view-more {
        margin-bottom: 0;
    }
    .booking-list .title h3 {
        font-size: 18px;
    }
    .booking-list .days,
    .booking-list .date p,
    .booking-list .count {
        font-size: 16px;
    }
    .welcome-text {
        margin-top: 25px;
        margin-bottom: 15px
    }
    .user-name {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .booking .heading {
        margin-bottom: 25px;
    }
    .sidemenu li a {
        min-height: auto;
    }
    .menu {
        height: 22px;
        width: 24px;
        gap: 5px;
    }
    .col-new {
        width: 100%;
        padding: 0;
    }
    .welcome-text,
    .user-name {
        padding-left: 0;
    }
    .form-input {
        margin-bottom: 24px;
    }
    .col-new-submit {
        width: 100%;
        padding: 0;
    }
    #sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #fff;
        transition: left 0.5s;
        z-index: 999;
    }

    #sidebar.active {
        left: 0;
    }
}

@media(max-width:414px) {
    .header-logo img {
        width: 120px;
    }
    .header-accout ul .email,
    .header-accout ul .note {
        margin-right: 8px;
    }
    .email img,
    .note img {
        width: 20px;
    }
    .header-accout ul .profile img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .booking-list .date {
        flex-wrap: wrap;
    }

#sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    transition: left 0.5s;
    z-index: 999;
}

#sidebar.active {
    left: 0;
}
}