* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none !important;
    text-decoration: none !important;
    outline: none;
    font-family: metropolis, sans-serif;
}

:root {
    --white: #fff;
    --dark: #242424;
    --darkGray: #474b4f;
    --lightGray: #8F8F8F;
    --lightGreen: #86c232;
    --darkGreen: #61892f;
    --transition: all 0.5s ease;
}

body {
    background-color: var(--white);
    overflow-x: hidden;
    width: 100%;
}

input {
    background-color: var(--white);
}

#top {
    width: 100%;
    height: 5.5vh;
    display: flex;
    align-items: center;
    background: var(--darkGreen);
}

#txt1 {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}

/* navigator / menu  */

#nav {
    width: 100%;
    height: 15.5vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 0 85px;
}

#wrap-menu {
    height: 100%;
    width: 50%;
    /* background-color: pink; */
    padding: 10px 0;
}

#menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 100%;
    /* background-color: red; */
}

#menu li a {
    color: var(--dark);
    font-size: 14px;
    font-weight: 400;
    position: relative;

}

#menu a::after {
    content: '';
    height: 2px;
    background: var(--lightGreen);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    transition: var(--transition);
}

#menu a:hover::after {
    width: 100%;
}


#logo a {
    color: var(--darkGreen);
}

em {
    font-family: "Exile", system-ui;
    color: var(--lightGreen);
}

#logo,
#opting {
    height: fit-content;
    /* background-color: red; */
}

#new_user {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 45%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

#log_link {
    font-size: 14px;
    font-weight: 600;
    color: var(--darkGreen);
}

#opting {
    width: fit-content;
    display: flex;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* sec1 start */
#sec1 {
    width: 100%;
    height: fit-content;
    color: rgb(134, 194, 50);
    display: flex;
    flex-direction: column;
}

#bg_hd {
    width: 100%;
    height: 50vh;
    background: linear-gradient(to right, rgba(134, 194, 50, .33), rgba(134, 194, 50, .2)), url('images/flitimg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#wrap_nav2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: pink; */
    position: absolute;
    z-index: 2;
    top: 270px;
}

#wrap-txt2 {
    width: 100%;
    padding: 0 0 0 6.5%;
}

#txt2 {
    color: var(--white);
    font-size: 68px;
    font-weight: 700;
}

#nav2 {
    /* background-color: yellow; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu2 {
    display: flex;
    width: 88%;
    height: 13vh;
    background-color: var(--white);
    border-radius: 15px 15px 0 0;
}

#list {
    width: 73%;
    padding: 0 0 0 2%;
    height: 100% !important;
    display: flex;
    align-items: center;
    /* background-color: red; */
}

#plane_icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 2% 0 0;
    width: 27%;
    gap: 10px;
}

.gold {
    color: #ffb812;
}

#s_txt {
    font-size: 10px;
    font-weight: 400;
    color: #242424;
    display: flex;
    align-items: center;
}

#numA,
#numB,
#numC {
    border: 1px solid var(--lightGray);
    border-radius: 3px;
}

#btn1,
#btn2,
#btn3 {
    border: 2px solid transparent;
    background: none;
    padding: 0 20px;
    height: 45%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 10px;
    /* background-color: red; */
}

.active-btn {
    border-color: var(--lightGreen) !important;
    color: var(--lightGreen) !important;
}

#itm,
.itm {
    font-size: 12.25px;
    font-weight: 500;
    color: var(--dark);
    display: flex;
    align-items: center;
    height: 100%;
}

#itm {
    padding: 3px 0 0;
}

/* booking nav2 */

#wrap_bk {
    width: 88%;
    background-color: var(--darkGreen);
    display: flex;
    flex-direction: column;
    padding: 20px 20px 30px;
    gap: 20px;
}

#type {
    width: 100%;
    padding: 0 0 0 1.46%;
    display: flex;
    gap: 30px;
    justify-content: start;
    align-items: center;

}

.dm1 {
    padding: 15px 15px 0;
}

.dm1 li {
    width: 100%;
    margin-bottom: 15px;
}

.dm1 li button {
    /* width: 100%; */
    border: none;
    background: none;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12.25px;
}

.nav2_btn1,
.nav2_btn2 {
    color: var(--white);
    font-size: 12.25px;
    font-weight: 600;
    padding: 10px 8px 8px;
    border: none;
}

/* .nav2_btn1:hover,.nav2_btn2:hover{
    color: var(--white);
} */
/* Target the dropdown button when it's active (open) */
.nav2_btn2:hover,
.nav2_btn2:focus,
.nav2_btn2:active,
.show>.nav2_btn2 {
    background-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
    /* optional: removes focus shadow */
}

.dm1 div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* .peep{
} */
.dm1 div #ctg {
    width: 50%;
    font-size: 12.25px;
    font-weight: 600;
}

.dm1 div input {
    width: 50%;
    height: 20px;
    font-size: 12.25px;
}

#num_p {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
}

.wrp {
    display: flex;
    flex-direction: column;
}

#age {
    font-size: 10.5px;
    font-weight: 400;
}

#p_btn {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

#p_btn button {
    border: 0;
    font-size: 14px;
}

#cancel {
    background: none;
    color: #61892f;
}

#done {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

/* help */
#dest {
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
}

#wrp_3 {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    width: fit-content;
}

#close_d {
    border: 0;
    display: flex;
    align-items: end;
    background: none;
    color: var(--lightGreen);
    display: none;
}

#close_x,
#close_z {
    border: 0;
    display: flex;
    align-items: end;
    background: none;
    color: var(--lightGreen);
    display: none;
}

#box1 {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--white);
    border-radius: 5px;
    padding: 20px 40px 20px 20px;
}

#hld_txt {
    display: flex;
    flex-direction: column;
}

.sel_c {
    padding: 0;
    background: none;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.sel_d {
    padding: 0;
    background: none;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.itmx {
    color: var(--lightGray);
}

.sel_c:focus,
.sel_c:active,
.show>.sel_c {
    background-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}

#from {
    color: var(--lightGray);
    font-size: 12.25px;
    font-weight: 400;
}

#to_from {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12.25px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--lightGreen);
    border: none;
    /* position: absolute;
   
    left: 46%; */
}

.to_fro {
    display: flex;
    align-items: center;
}

.map {
    color: var(--lightGray);
}

#box2 {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: var(--white);
    border-radius: 5px;
    padding: 18px 40px 18px 20px;
}

#inner_box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--white);
    /* border-radius: 5px;
    padding: 20px 40px 20px 20px; */
}

#wrp_4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

#date {
    font-size: 12.5px;
    border: 1px solid var(--lightGray);
    padding: 3px;
    color: var(--dark);
    border-radius: 3px;
}

#datex,
#date1,
#datex1 {
    font-size: 12.5px;
    border: 1px solid var(--lightGray);
    padding: 3px;
    color: var(--dark);
    border-radius: 3px;
}

#s_flight,
#x_flight {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 20px;
    align-items: center;
    border: 0;
    border-radius: 5px;
}

.row_r {
    font-size: 18px;
}

/* Let Bootstrap handle hidden state (display: none) */
.country {
    /* Don't set display here! */
    min-width: 300px;
    padding: 10px;
}

/* Apply grid layout ONLY when dropdown is visible */
.country.show {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

}

.country li button {
    font-size: 12.25px;
    font-weight: 400;
    background-color: #fafafa;
    width: 100%;
    border: 1px solid var(--lightGray);
    padding: 6px;
}

.calen {
    color: var(--lightGray);
}

/* inner sec2 start */
#inner_sec2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

#row1 {
    width: 88%;
    height: fit-content;
    display: flex;
    align-items: center;
}

#cont1 {
    display: flex;
    align-items: center;
    gap: 10px;
    /* background-color: red; */
    padding: 20px;
}

#c_txt {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 6px;
}

#s_hd_txt {
    font-size: 14px;
    color: var(--lightGray);
}

#s_hd {
    font-size: 17.5px;
    font-weight: 600;
    color: var(--dark);
}

.proto {
    align-items: start;
}

/*inner_sec3 trend start */
#inner_sec3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

#inner_sec3Row {
    width: 88%;
    height: fit-content;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#trend {
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#trend_hd {
    font-size: 35px;
    font-weight: 600;
    color: var(--dark);
    width: 88%;
    display: flex;
    justify-content: start;
}

#trend_txt {
    color: var(--lightGray);
    font-size: 14px;
    font-weight: 400;
}

#wrap_trend_plane {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bi-star-fill {
    color: #ffb812;
    font-size: 16px;
}

#trend_boxs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

#trend_box1 {
    background-color: var(--white);
    padding: 10px 10px 15px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--lightGray);
}

#trend_img {
    height: fit-content;
    width: 100%;
    background-image: url(images/b779fe25bdb9778806b8c382452692ec679225ae_msukqd.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 10px 20px 20px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-radius: 3px;
}

#hld_in {
    width: 100%;
    display: flex;
    height: fit-content;
    /* align-items: center; */
    justify-content: space-between;
}

#desti {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: fit-content;
    height: fit-content;
    /* gap: 5px; */
    font-weight: 500;
}

.d_plane {
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.map2 {
    font-weight: 400;
    font-size: 12.25px;
}

.d_map {
    color: var(--darkGray);
}

#t_row {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 17.5px;
    font-size: 600;
}

#t_deal {
    height: 28px !important;
    display: flex;
    align-items: start;
}

#t_deal_txt {
    font-size: 12.25px;
    color: #ffb812;
    padding: 0 6px;
    height: 100%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    border-radius: 3px 0 0 0;
}

#wrp_price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: fit-content;
}

#prc {
    font-size: 31.5px;
    font-weight: 600;
}

#p_date {
    font-size: 10.5px;
    font-weight: 400;
}

#brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

#brand_bkf {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 0;
    border-radius: 5px;
}

#see_more {
    width: 100%;
    display: flex;
    justify-content: end;
}

#see_more a {
    color: #86c232;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12.25px;
    font-weight: bold;
}

/* ineer sec 4 starts */

#inner_sec4 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    /* background-color: red; */
}

#car_rent {
    width: 88%;
    height: fit-content;
    display: flex;
    align-items: center;
}

#car_rent_txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    height: fit-content;
}

#car_rent_hd {
    font-size: 35px;
    font-weight: 600;
    color: var(--dark);
}

#car_rent_abt {
    font-size: 14px;
    font-weight: 400;
    color: var(--lightGray);
}

#car_rent_btn {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 15px;
    align-items: center;
    border: 0;
    border-radius: 5px;
}

#wrp_crb {
    margin-top: 50px;
    /* background-color: red; */
    height: 50px;
    width: 100%;
}

#wrp_pay_mth {
    width: 88%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

/* ineer sec5 starts */

#inner_sec5 {
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    background-color: #86c232a1;
    /* padding: 0 12%; */
}

#inner_sec5_row {
    width: 88%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.speaker {
    font-size: 60px;
    color: var(--darkGreen);
    transform: rotate(-17.5deg);
}

#wrp_subsc_txt {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: start;
}

#subsc_hd {
    font-size: 17.5px;
    font-weight: 600;
    color: var(--dark);
}

#subsc_txt {
    font-size: 10.5px;
    font-weight: 400;
    color: var(--white);
}

#form {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 22%;
}

#wrp_formsub {
    display: flex;
    height: 100%;
    gap: 10px;
}

#form input {
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    height: 100%;
}

#form input::placeholder {
    font-size: 14px;
    color: var(--lightGray);
}

#subscr_btn {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 100%;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 5px;
}

/* footer start */

#footer {
    width: 100%;
    height: 50vh;
    background-color: var(--darkGreen);
    display: flex;
    color: var(--white);
    align-items: end;
}

#foot_right {
    display: flex;
    width: 50%;
    height: 70%;

    align-items: start;
    justify-content: center;
}

#wrp_soc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#socials {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
}

#socials a {
    color: var(--white);
}

#foot_left_txt {
    font-size: 12.25px;
    display: flex;
    flex-direction: column;
}

#foot_left {
    display: flex;
    width: fit-content;
    gap: 20px;
    height: 70%;
    width: 50%;
    justify-content: center;
    /* background-color: red; */
    align-items: start;
}

#menu1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 15%;
    font-size: 14px;
    gap: 15px;
}

#menu1 ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    padding: 0;
    gap: 12px;
}

#menu1 ul li {
    display: flex;
    justify-content: start;
    width: 100%;
}

#menu1 ul li a {
    color: var(--white);
}

#service {
    font-weight: 600;
}




/* signup form ********************************/

#head {
    width: 100%;
    height: fit-content;
    padding: 10px 0;
    background-color: var(--white);
    display: flex;
    justify-content: center;
}

.error {
    color: red;
    font-size: 12px;
}

#sign_up_sec1 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--darkGreen);
    padding: 50px 0 30px;
}

#su_hd {
    width: 34%;
    font-size: 17.5px;
    color: var(--white);
    font-weight: 600;
    display: flex;
    justify-content: center;
    /* background-color: red; */
}


/* *********************************************** */
#su_bdy {
    min-height: 100vh;
    background-color: var(--darkGreen);
}

#wrp_form {
    height: fit-content;
    width: 34%;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

#wrap {
    width: 90%;
    height: fit-content;
    /* background-color: #fff; */
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 6px;

}

#row input,
#wrp_tc {
    width: 100%;
}

#rowz {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

#wrp_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#su_btn {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--darkGreen);
    color: var(--white);
    border: 0;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    /* cursor: pointer; */
    /* font-weight: bold; */
}

#su_btn:hover {
    box-shadow: 0 0 8px var(--lightGreen);
    transition: all linear .2s;
}

.prompt {
    font-size: 12px;
    padding: 10px 5px;
    border: 0;
    border-bottom: 1px solid var(--darkGreen);
}

.prompt_p {
    font-size: 12px;
    height: 100%;
    outline: none;
    border: none;
}

.prompt::placeholder,
.prompt_p::placeholder {
    color: var(--lightGray);
}

#wrp_tc {
    width: fit-content;
    display: flex;
    /* background-color: red; */
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.hld {
    /* background-color: red; */
    display: flex;
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--darkGreen);

    overflow: hidden;
    /* padding-right: 5px; */
    padding: 10px 5px 7px;
}

input[type="password"] {
    border: none;
    /* padding: 10px 5px; */
    border-radius: 0;
}

#show {
    background: none;
    border: none;
    cursor: pointer;
}

.eye {
    color: var(--darkGreen);
    font-size: 14px;
    /* height: fit-content; */
}

#log_in {
    width: 100%;
    text-align: center;
}

#log_in a {
    color: var(--darkGreen);
    font-size: 14px;
    font-weight: 600;
}

#agree,
#have_A {
    font-size: 10.5px;
    color: var(--lightGray);
    font-weight: 400;
}

#tc_txt {
    color: var(--darkGreen);
}

#alrd {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* login same with signup */
#wrp_rem_f {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#rem_txt {
    font-size: 14px;
}

.forgot {
    background: none;
    border: none;
    width: fit-content;
    cursor: pointer;
    color: var(--darkGreen);
    font-size: 12.25px;
}



/* about us starts ***************************************/



#ab_sec1 {
    width: 100%;
    height: 80vh;
    background: linear-gradient(to right, rgba(134, 194, 50, .33), rgba(134, 194, 50, .2)), url('images/about-us_2_qpvqxq.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cont {
    width: 88%;
    height: fit-content;
}

#ab_sec1_box {
    width: 35%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

#wrp_abt {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#ab_sec1_hd,
#ab_sec2_hd {
    font-size: 31.5px;
    font-weight: 600;
    color: var(--dark);
}

#ab_sec1_txt,
#ab_sec2_txt,
#cu_sec1_txt {
    font-size: 14px;
    font-weight: 400;
    color: var(--lightGray);
}


/* ab_sec2 */

#ab_sec2 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    gap: 50px;
}

#wrp_ab_sec2_txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

#wrp_sec2_img {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    column-gap: 10px;
}

#ab_sec2_hd {
    font-size: 26.25px;
    font-weight: 600;
    color: var(--dark);
}

/* #img_a {
    background-image: url(images/Rectangle_591_zyj9li.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
}

#img_b {
    background-image: url(images/Rectangle_592_fnanyh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */




/* contact us starts ***********************/


#cu_sec1 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    border-top: 1px solid #f8f8f8;
    gap: 50px;
}

#wrp_cu_sec1_txt {
    width: 88%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cu_sec1_hd {
    font-size: 42px;
    color: var(--dark);
    font-weight: 600;
}

/* contact boxes */
.contact-middle {
    width: 88%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}

.contact-middle div {
    text-align: center;
    padding: 25px 0;
    background: var(--darkGreen);
    color: var(--white);
    border-radius: 5px;
}

.contact-middle div span {
    display: block;
}

.contact-icon {
    font-size: 24px;
}

.contact-middle div span:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
}

.contact-middle div p {
    font-weight: 400;
    font-size: 14px;
    color: var(--white);
}

/* form submit */
.contact-Frm {
    width: 88%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    height: fit-content;
    margin-top: 100px;
}

#form2 {
    width: 70%;
    display: flex;
    flex-direction: column;
}

#cu_h2 {
    width: 70%;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: var(--dark);
}

#form2 input[type="text"],
#form2 input[type="email"],
#form2 textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin: 10px 0;
    border: solid 1px var(--lightGreen);
    outline: none;
    border-radius: 5px;
}

#cu_btn {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
    background-color: #86c232;
    padding: 15px 0;
    margin: 10px 0;
    border: 0;
    outline: none;
    border-radius: 5px;
}




/* dashboard starts *************/

#nav_d {
    width: 100%;
    height: 15.5vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 0 85px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#prof_btn {
    background: none;
}

#db_sec1 {
    width: 100%;
    display: flex;
}

#db_left {
    width: 23.5%;
    background-color: var(--darkGreen);
    height: 84.5vh;
    position: sticky;
    top: 15.5vh;
    display: flex;
    justify-content: end;
    padding-top: 40px;
    z-index: 3000;
}

#wrp_dbtem {
    width: 80%;
    height: fit-content;
    /* z-index: 6000; */
    /* background-color: #ffb812; */
}

#wrp_dbtem ul {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#wrp_dbtem ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#wrp_dbtem ul li a span {
    width: 85%;
    display: flex;
    justify-content: start;
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
}

.db-icon {
    font-size: 20px;
    color: var(--white);
}

#wrp_dbtem ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#db_right {
    width: 76.5%;
    /* background-color: red; */
    height: 84.5vh;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-top: 1px solid #f8f8f8;
}

#greet {
    font-size: 35px;
    color: var(--lightGray);
    font-weight: 800;
}

#db_services {
    width: 100%;
    display: flex;
    gap: 15px;
    height: 100%;
}

#hld_fb {
    height: 90%;
    width: 100%;
    background-image: url(images/Frame_3470.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0 0;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 3px;
    overflow: hidden;
}

#user_name {
    color: var(--lightGreen);
}

#wrp_fb_btn {
    width: 100%;
}

#db_fb_btn,
#db_hb_btn {
    background-color: var(--darkGreen);
    color: var(--white);
    width: 100%;
    height: 8vh;
    /* padding: 0 20px; */
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    border: 0;
}

#bf_txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: fit-content;
    height: fit-content;
    gap: 5px;
    font-weight: 500;
    padding-left: 20px;
    color: var(--white);
}

#t_row2 {
    display: flex;
    align-items: center;
    font-size: 12.25px;
    font-size: 400;
}

#num_fb {
    font-size: 31.5px;
    font-size: 600;
}

#hld_fb2 {
    height: 90%;
    width: 100%;
    background-image: url(images/hotels.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0 0;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 3px;
    overflow: hidden;
}

.db_out {
    border: none;
    background-color: var(--white);
    box-shadow: 0 0 10px var(--lightGray);
    padding: 30px;
    width: fit-content;
}

.db_out button {
    background: none;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
}

.db-out-icon {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
    display: flex;
    align-items: center;
}

.prof_btn:focus,
.prof_btn:active,
.show>.sel_c {
    background-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

/* .prof_btn:focus {
    box-shadow: none !important;
    outline: none !important;
} */

#wrp_dbtem ul li a::after {
    content: '';
    height: 0;
    background: var(--white);
    position: absolute;
    left: -5px;
    /* bottom: 50%; */
    transform: translate(-50%);
    width: 2px;
    transition: var(--transition);
}

#wrp_dbtem ul li a:hover::after {
    height: 100%;
}

#user_noti {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: fit-content;
    padding: 10px;
    background-color: #86c232a1;
}

#T_info {
    font-size: 14px;
    color: var(--dark);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

#T_info_txt {
    font-size: 10px;
    color: var(--darkGray);
    font-weight: 400;
}

.aster {
    font-size: 7px;
    color: red;
    display: flex;
    align-items: center;
}

#db_set {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
    align-items: center;
    box-shadow: 0 0 2px #cccccc;
    height: fit-content;
    padding-bottom: 10px;
}

#set_prof_pic {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: start;
    padding: 10px;
    align-items: center;
}

#picturePicker {
    /* background-color: var(--darkGreen); */
    color: var(--white);
    border: 0;
    border-radius: 5px;
    width: fit-content;
}

.file-btn {
    display: inline-block;
    padding: 6px 10px;
    background-color: var(--darkGreen);
    /* Bootstrap blue */
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.file-btn:hover {
    background-color: var(--lightGreen);
}

#wrap_set {
    width: 90%;
    height: fit-content;
    background-color: #fafafa;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#wrp_btn2 {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

#su_btn2 {
    width: fit-content;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--darkGreen);
    color: var(--white);
    border: 0;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
}




/* bookflight page *******************/

#bookF_sec1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 100px; */
}

#bookF_top {
    width: 100%;
    height: 14vh;
    background-color: var(--darkGreen);
    display: flex;
    justify-content: center;
}

#wrp_tofrom {
    display: flex;
    gap: 20px;
    align-items: center;
}

#bookF_top ul {
    width: 88%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    /* background-color: red; */
    padding-left: 0;
}

#edit1 {
    background-color: var(--lightGreen);
    border: none;
    color: var(--white);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}

.pen {
    font-size: 12.25px;
}

#bookF_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    gap: 50px;
    border-top: 1px solid #f8f8f8;
}

#trend_boxs2 {
    width: 88%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

/* load modal */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: #fff;
    margin: 20% auto;
    padding: 2rem;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: relative;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--lightGreen);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#num_fb,
#num_hb {
    font-size: 31.5px;
    font-weight: 600;
}

#loader {
    font-size: 14px;
    color: var(--lightGreen);
}




/* bookHotel css */
#bookH_sec1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    gap: 50px;
    border-top: 1px solid #f8f8f8;
}

#wrp-bookh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    width: 88%;
}

.hotel-card {
    background-color: var(--white);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-5px);
}

.carousel {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.carousel img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: none;
}

.carousel img.active {
    display: block;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    /* background-color: red; */
}

.carousel-controls button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.prev {
    transform: translateX(10px);
}

.next {
    transform: translateX(-10px);
}

.hotel-details {
    padding: 1rem;
}

.hotel-details h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--darkGray);
}

.hotel-details p {
    margin: 0.3rem 0;
    font-size: 0.9rem;
    color: var(--lightGray);
}

.rating {
    color: #ffb812;
    margin-top: 0.5rem;
}

.price {
    color: var(--lightGreen);
    font-weight: bold;
    margin-top: 0.5rem;
}

.book-btn {
    display: block;
    margin: 1rem auto 0;
    background-color: var(--lightGreen);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.book-btn:hover {
    background-color: var(--darkGreen);
}

.period {
    font-size: 14px;
    color: var(--dark);
    font-weight: bold;
}

.res_btn1 {
    display: none !important;
}

#burger,
#burger_db {
    background: none;
    color: var(--dark);
    font-size: 30px;
    height: fit-content;
    display: none;
}

#wrp_subinfo {
    display: flex;
    align-items: center;
    gap: 50px;
}

#big_x,
#big_x1 {
    display: none;
}

#burger:hover,
#burger_db:hover {
    color: var(--lightGreen);
}


#big_x:hover,
#big_x1:hover {
    color: var(--dark);
}



#side_logo {
    display: none;
}

#wrp_tofrom {
    width: 50%;
    justify-content: start;
    /* background-color: blue; */
}

#wrp_datedit {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
    width: 50%;
    /* background-color: red; */
}

#hld_dates {
    display: flex;
    gap: 20px;
    /* background-color: yellow; */
    align-items: center;
    height: fit-content;
    /* margin: 0 !important; */
}

#wrp_trend_txt {
    width: 88%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

/* file chooser **************/

.custom-file-upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-family: Arial, sans-serif;
}

.custom-file-upload input[type="file"] {
    display: none;
    /* Hides the default input */
}

.custom-file-upload label {
    background-color: var(--darkGreen);
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.custom-file-upload label:hover {
    background-color: #005f47;
}

#fileName {
    font-size: 14px;
    color: #555;
}


/* modal2 ******/

.flight-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.flight-modal-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    margin: 100px auto;
    font-family: sans-serif;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--lightGreen);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* modal 3 ****************/

.hotel-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.hotel-modal-content {
    background-color: white;
    padding: 30px 40px;
    border-radius: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.3s ease;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--lightGreen);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}




/* testbookflight ***********************/
#nav_d {
    width: 100%;
    height: 15.5vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    padding: 0 85px;
    position: sticky;
    top: 0;
}

/* Layout */
.flight-container {
    display: flex;
    min-height: 100vh;
    width: 100%;
    /* background-color: red; */
}

#hold {
    width: 100%;
}

/* Chrome, Safari, Edge */
input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #86c232 0%, #86c232 var(--val), #ccc var(--val), #ccc 100%);
    height: fit-content;
    border-radius: 10px;
}

/* Sidebar filter panel */
.filter-panel {
    width: 250px;
    padding: 20px;
    background-color: #86c232a1;
    border-right: 1px solid #ccc;
    position: sticky;
    top: 15.5vh;
    height: 84.5vh;
}

.filter-panel h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.filter-panel div {
    margin-bottom: 20px;
}

.filter-panel label {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.filter-panel input[type="checkbox"] {
    margin-right: 5px;
}

#priceValue {
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

/* Main flight result section */
.flight-results {
    flex: 1;
    /* padding: 25px; */
    border-top: 1px solid #f8f8f8;
}

#resultsList {
    padding: 25px;
}

#searchSummary {
    margin: 25px;
}

.search-summary {
    background-color: #86c232a1;
    padding: 15px 20px;
    margin-bottom: 20px;
    /* border-radius: 5px; */
    border-left: 5px solid var(--lightGreen);
}

.search-summary h2 {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--dark);
}

.search-summary p {
    font-size: 14px;
    color: var(--white);
}

#linkto {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    /* background-color: red; */
}

/* Individual flight card */
.flight-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--lightGray);
    border-left: 5px solid var(--lightGreen);
    padding: 20px;
    /* border-radius: 5px; */
    margin-bottom: 15px;
    transition: box-shadow 0.3s;
    height: 40vh;
}

.flight-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.flight-card .info {
    line-height: 1.6;
    /* background-color: red; */
}

.flight-card .info strong {
    font-size: 14px;
    color: var(--dark);
}

.p_action {
    /* background-color: red; */
    border-left: 1px dashed var(--dark);
    padding: 10px;
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.flight-card .price {
    font-size: 16px;
    font-weight: bold;
    color: var(--darkGreen);
}

#view {
    width: 100%;

    background-color: var(--lightGreen);
    color: var(--white);
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 5px;
}

input[type="range"] {
    width: 100%;
    accent-color: #198754;
    /* green */
}

/* bookinfo flight **********/
.naving {
    border-bottom: 1px solid #f8f8f8;
}

.booking-page {
    display: flex;
    gap: 20px;
    padding-top: 30px;
    width: 88%;
    /* background-color: red; */
}

#holdon {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.alert2 {
    margin-bottom: 20px;
}

.passenger-form-section {
    flex: 2;
    /* padding: 20px; */
}

.passenger-form-section h3 {
    font-size: 21px;
    font-weight: 600;
}

.flight-summary {
    flex: 2;
    background: #86c232a1;
    padding: 30px;
    display: flex;
    justify-content: center;
    height: fit-content;
    position: sticky;
    top: 15.5vh;
    /* border-radius: 6px; */

}

#inwite {
    width: 100%;
    height: 70vh;
    padding: 20px;
    background-color: var(--white);
    display: flex;
    align-items: center;
}

#iw_l {
    flex: 2;
}

#iw_r {
    flex: 2;
    padding-left: 20px;
    border-left: 1px dashed var(--dark);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
}

#inwite h4 {
    font-size: 14px;
    font-weight: 600;
}

.form-group {
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}

.form-group input {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
}

#passengerFormList h5 {
    font-size: 12.5px;
    font-weight: 600;
}

#summaryCard {
    font-size: 14px;
}

#totalPrice {
    font-size: 26px;
}

#cont_book {
    width: 100%;
    display: flex;
    height: 6vh;
    align-items: center;
    gap: 20px;
}

#back,
#cont_n {
    background-color: var(--lightGreen);
    color: var(--white);
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: none;
}

#payNow {
    background-color: var(--lightGreen);
    color: var(--white);
    font-size: 14px;
}

.payment-methods {
    display: flex;
    gap: 40px;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid var(--darkGray);
    width: fit-content;
}

#btm {
    margin-bottom: 10px;
}

#pay_txt {
    font-size: 12.5px;
    color: var(--lightGray);
}

#pay_txt1 label,
#pay_txt1 strong {
    font-size: 12.5px;
    color: var(--dark);
    /* display: flex;
    align-items: center; */
}

/* success payment modal  *****/


.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    animation: popIn 0.3s ease;
}

.mark {
    font-size: 30px;
    color: var(--lightGreen);
}

/* book hotel modal new ***************/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #86c232;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes popIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#ten {
    color: var(--lightGray);
}

#flylogo {
    margin-bottom: 20px;
}

#hld_lft h3 i {
    font-size: 20px;
    color: var(--white);
}

/* login modal ********/

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}


/* signup modal ********/

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}


#trendingLink {
    display: flex;
    gap: 10px;
    align-items: center;
}

#home_db {
    color: var(--white);
    font-size: 14px;
}

/* .dropdown-item:hover {
    background: none;
} */

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.show>.dropdown-item {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    /* optional: removes focus shadow */
}
/* ========== MEDIA QUERIES ========== */

@media screen and (max-width: 1115px) {
    #list {
        width: 73%;
        padding: 0 0 0 0;
        height: 100% !important;
        display: flex;
        align-items: center;
        /* background-color: red; */
    }

    #type {
        width: 100%;
        padding: 0 0 0 0;
        display: flex;
        gap: 30px;
        justify-content: start;
        align-items: center;

    }

    #box1 {
        display: flex;
        align-items: center;
        gap: 20px;
        background-color: var(--white);
        border-radius: 5px;
        padding: 10px 15px;
    }

    #box2 {
        display: flex;
        align-items: center;
        gap: 40px;
        background-color: var(--white);
        border-radius: 5px;
        padding: 7px 15px;
    }

    #to_from {
        display: none;
    }

    #car_img {
        width: 550px;
    }

    #form {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
        height: 44%;
    }

    #dest {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        /* flex-direction: column; */
    }

    .to_from {
        display: flex !important;
    }
}

@media screen and (max-width: 1024px) {
    #wrp_4 {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .arc {
        display: none;
    }

    #s_flight {
        padding: 0 15px;
    }

    #t_row {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        font-size: 600;
    }

    .d_plane {
        font-size: 10px;
    }
}


/* huburger starts *************/

@media screen and (max-width: 1023px) {

    #top {
        /* width: 100%;
        height: 5.5vh;
        display: flex !important;
        align-items: center;
        background: var(--darkGreen); */
        display: none;
    }

    #logo {
        display: flex;
        align-items: center;
    }

    #menu2 {
        display: flex;
        width: 88%;
        height: 13vh;
        background-color: var(--white);
        border-radius: 0;
    }

    #side_logo {
        display: block;
    }

    #logo a {
        display: none;
    }

    #burger,
    #burger_db {
        display: block;
        cursor: pointer;
    }

    #nav {
        width: 100%;
        height: 15.5vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--white);
        padding: 0 40px;
        position: fixed;
        top: 0;
        /* background-color: red; */
        z-index: 1000;
    }

    #nav_d {
        width: 100%;
        height: 15.5vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--white);
        padding: 0 40px;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .still {
        position: fixed !important;
        border-bottom: 1px solid #f8f8f8;
    }

    #hold {
        padding-top: 25px;
        margin-top: 15.5vh;
    }

    #ab_sec1 {
        margin-top: 15.5vh;
    }

    #sec1 {
        margin-top: 15.5vh;
    }


    /* Your initial hidden state */
    #wrap-menu {
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 20px;
        width: fit-content;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: var(--lightGreen);
        height: 100vh;
        z-index: 2000;
        padding: 20px 20px 0 10%;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    /* This class will be toggled */
    #wrap-menu.active {
        transform: translateX(0%);
    }



    #menu {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 20px;
        height: fit-content;
        width: 100%;
        padding: 30px 0 0 50px;

        /* background-color: red; */
    }

    #big_x,
    #big_x1 {
        color: var(--white);
        font-size: 22px;
        cursor: pointer;
        display: block;
        height: fit-content;
    }

    #menu li a {
        color: var(--white);
        font-size: 14px;
        font-weight: 400;
        position: relative;

    }

    #menu a::after {
        content: '';
        height: 2px;
        background: var(--white);
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%);
        width: 0;
        transition: var(--transition);
    }

    #trend_boxs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px;
    }

    #see_more {
        width: 100%;
        display: flex;
        justify-content: start;
    }

    #car_rent {
        width: 88%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
    }

    #car_img {
        width: 750px;
    }

    #wrp_crb {
        margin-top: 10px;
        /* background-color: red; */
        height: 50px;
        width: 100%;
    }

    #wrap_nav2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* background-color: pink; */
        position: absolute;
        z-index: 2;
        top: 270px;
    }


    /* signup form ********************************/

    #head {
        width: 100%;
        height: fit-content;
        padding: 10px 0;
        background-color: var(--darkGreen);
        display: flex;
        justify-content: center;
    }

    #sign_up_sec1 {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: var(--white);
        padding: 30px 0;
    }

    #wrp_form {
        height: 100%;
        width: 100%;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 0px;
    }

    #wrap {
        width: 90%;
        height: fit-content;
        /* background-color: #fff; */
        padding: 20px 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius: 0px;

    }

    #su_bdy {
        min-height: 100vh;
        background-color: var(--white);
    }

    /* about us page *****************/

    #cont {
        width: 95%;
        height: fit-content;
    }

    #ab_sec1_box {
        width: 100%;
        background-color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }

    #wrp_abt {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #ab_sec1 {
        width: 100%;
        height: 80vh;
        background: linear-gradient(to right, rgba(134, 194, 50, .33), rgba(134, 194, 50, .2)), url('images/about-us_2_qpvqxq.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #wrp_ab_sec2_txt {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 30px;
    }

    #wrp_sec2_img {
        width: 95%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-items: center;
        align-content: start;
    }

    #wrp_sec2_img img {
        width: 50%;
    }

    /* contact us page ********/

    #cu_sec1 {
        margin-top: 15.5vh;
    }

    #cu_sec1_hd {
        font-size: 30px;
        /* font-weight: 500; */
    }

    .contact-middle {
        width: 88%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #form2 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #cu_h2 {
        width: 100%;
        text-align: left;
        font-size: 21px;
        font-weight: 600;
        color: var(--dark);
    }


    /* bookflight page *************/

    #bookF_sec1 {
        margin-top: 15.5vh;
    }

    /* bookH page ************/

    #bookH_sec1 {
        margin-top: 15.5vh;
    }


    /* ddashboard page ***********/

    #nav_d {
        position: relative;
    }

    .db_wrap-menu {
        display: none;
    }

    #db_left {
        width: fit-content;
        background-color: var(--darkGreen);
        height: 100vh;
        position: absolute;
        top: 0;
        display: flex;
        justify-content: end;
        padding: 20px 30px 0 0;
        z-index: 3000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }



    #db_right {
        width: 100%;
        /* background-color: red; */
        height: 84.5vh;
        padding: 80px 40px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        border-top: 1px solid #f8f8f8;
    }

    #wrp_dbtem {
        width: 170px;
        height: fit-content;
        display: flex;
    }

    #wrp_dbtem ul {
        margin-top: 100px;
        /* background-color: red; */
        align-items: start;
    }

    #wrp_dbtem ul li {
        width: 90%;
    }

    #wrp_dbtem ul li a {
        display: flex;
        /* justify-content: space-between; */
        width: 100% !important;
        gap: 8px;
    }



    #wrp_dbtem {
        width: 93%;
        height: fit-content;
        z-index: 6000;
        /* background-color: #ffb812; */
    }

    #greet {
        font-size: 24px;
    }


    /* testbookflight here **********/

    .flight-container {
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
        /* width: 90%; */
        /* background-color: red; */
    }

    .filter-panel {
        width: 88%;
        padding: 10px;
        background-color: #86c232a1;
        border-right: 1px solid #ccc;
        position: relative;
        top: 0;
        height: fit-content;
        display: flex;
        align-items: end;
    }

    #hld_lft {
        flex: 2;
        height: fit-content;
        /* background-color: red; */
        margin: 0;
    }

    #hld_lft div {
        margin: 0;
    }

    #checkhld {
        /* width: 100%; */
        display: flex;
        /* background-color: yellow; */
        padding-left: 25px;
        height: 100% !important;
        margin: 0;
        flex: 2;
        align-items: end;
        justify-content: space-between;
    }

    #priceRange {
        width: 90%;
    }

    #checkhld div {
        margin: 0;
    }

    #checkhld div label {
        display: flex;
        align-items: center;
    }

    #resultsList {
        padding: 0 0 25px;
        width: 88%;
        margin-top: 0;
    }

    #searchSummary {
        margin: 25px 0 0;
        padding: 15px 20px 0;
        width: 88%;
        height: fit-content;
    }

    #summaryDetails {
        margin: 0;
    }

    .flight-results {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: none;
    }

    /* bookflight info here ************/


    .booking-page {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
        padding-top: 30px;
        width: 88%;
        /* background-color: red; */
    }

    .flight-summary {
        flex: 2;
        background: #86c232a1;
        padding: 20px;
        display: flex;
        justify-content: center;
        position: relative;
        top: 0;
        /* border-radius: 6px; */
    }

    #inwite {
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: var(--white);
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    #dest {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #wrp_3 {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
        position: relative;
        width: 100%;
    }

    #box1 {
        width: 100%;
    }

    #wrp_4 {
        flex-direction: column;
        align-items: start;
        gap: 10px;
        width: 100%;
    }

    #inner_box {
        width: 50%;
    }

    #box2 {
        width: 100%;
    }

    .btn_dnon {
        height: 50px !important;
    }

    .arc {
        display: block;
    }

    #txt2 {
        color: var(--white);
        font-size: 58px;
        font-weight: 700;
    }


    #inner_sec5_row {
        width: 88%;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    #wrp_subinfo {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        padding-top: 15px;
    }

    #inner_sec5 {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        background-color: #86c232a1;
        padding: 0 0 20px;
    }

    #wrp_subsc_txt {
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #form {
        width: 88%;
    }

    #wrp_formsub {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        /* background-color: red; */
    }

    #form input {
        padding: 0 20px;
        border: 0;
        border-radius: 5px;
        font-size: 14px;
        height: 50px;
    }

    #subscr_btn {
        height: 50px !important;
    }

    #trend_boxs2 {
        width: 88%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) {
    #wrp_pay_mth {
        width: 88%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    #txt2 {
        color: var(--white);
        font-size: 50px;
        font-weight: 700;
    }

    #wrap_nav2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* background-color: pink; */
        position: absolute;
        z-index: 2;
        /* top: 200px; */
    }

    #row1 {
        width: 88%;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #foot_left {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 50px; */
        height: 100%;
        width: 50%;
        justify-items: start;
        align-items: start;
        padding-left: 10px;
    }

    #menu1 {
        width: fit-content;
    }

    #foot_right {
        display: flex;
        width: 50%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #footer {
        width: 100%;
        height: fit-content;
        background-color: var(--darkGreen);
        display: flex;
        color: var(--white);
        align-items: end;
        padding: 20px 0;
    }

    #wrp_tofrom {
        width: fit-content;
    }

    #wrp_datedit {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #star_plane {
        width: 80px;
    }

    #stars i {
        font-size: 10px;
    }

    #car_img {
        width: 650px;
    }

    #wrp_pay_mth {
        width: 88%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

}

@media screen and (max-width: 737px) {
    #txt2 {
        color: var(--white);
        font-size: 45px;
        font-weight: 700;
    }

    #bookF_top ul {
        width: 88%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
        /* background-color: red; */
        padding-left: 0;
    }

    #wrp_tofrom {
        width: 100%;
    }

    #wrp_tofrom,
    #wrp_datedit {
        justify-content: start;
    }

}

@media screen and (max-width: 667px) {
    #trend_boxs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 10px;
    }

    .d_plane {
        transform: rotate(180deg);
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
    }

    #t_row {
        display: flex;
        gap: 5px;
        align-items: center;
        font-size: 17.5px;
        font-size: 600;
    }

    #trend_boxs2 {
        width: 88%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 10px;
    }


    /* testbookflight here ********/

    .filter-panel {

        padding: 10px;
        flex-direction: column;
        align-items: start;
        justify-content: end;
    }

    #hld_lft {
        flex: none;
        height: fit-content;
        /* background-color: red; */
        margin: 0;
        width: 100%;
    }

    #hld_lft div {
        margin: 0;
    }

    #checkhld {
        width: 100%;
        display: flex;
        padding-left: 0;
        height: 100% !important;
        margin: 0;
        flex: none;
        gap: 40px;
        justify-content: start;
        align-items: end;
    }

    #priceRange {
        width: 90%;
    }

    #checkhld div {
        margin: 0;
    }

    #checkhld div label {
        display: flex;
        align-items: center;
    }

    #resultsList {
        padding: 0 0 25px;

        margin-top: 0;
    }

    #searchSummary {
        margin: 25px 0 0;
        padding: 15px 20px 0;

        height: fit-content;
    }

    #summaryDetails {
        margin: 0;
    }


    .flight-results {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: none;
    }

    #ten,
    #ten strong {
        font-size: 10px;
    }

    #twlv,
    #twlv strong {
        font-size: 12px;
    }

    .info {
        flex: 2;
    }

    .p_action {
        /* background-color: red; */
        border-left: 1px dashed var(--dark);
        padding: 10px;
        height: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    #hld_lft h3 i {
        font-size: 14px;
        color: var(--white);
    }

    #hld_lft h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 664px) {
    #wrap_nav2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* background-color: pink; */
        position: absolute;
        z-index: 2;
        top: 250px;
    }

    #car_img {
        width: 100%;
    }

    #wrp_pay_mth {
        width: 88%;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* justify-items: center; */
        gap: 20px;
    }

    #menu2 {
        display: flex;
        width: 88%;
        height: 13vh;
        background-color: var(--white);
        border-radius: 15px 15px 0 0;
    }

    #plane_icon {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0 2% 0 0;
        width: 100%;
        gap: 10px;
    }

    .gold {
        color: #ffb812;
        font-size: 12px;
    }

    #s_txt {
        font-size: 10px;
        font-weight: 400;
        color: #242424;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 620px) {
    #menu2 {
        display: flex;
        flex-direction: column;
        width: 88%;
        height: 13vh;
        background-color: var(--white);
        border-radius: 15px 15px 0 0;
    }

    #plane_icon {
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0 0 0 4.7%;
        width: 100%;
        gap: 10px;
    }
}

@media screen and (max-width: 589px) {
    #row1 {
        width: 88%;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    #menu2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 13vh;
        background-color: var(--white);
        border-radius: 0;
    }

    #wrap_bk {
        width: 100%;
        background-color: var(--darkGreen);
        display: flex;
        flex-direction: column;
        padding: 20px 20px 30px;
        gap: 20px;
    }

    #nav {
        width: 100%;
        height: 15.5vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--white);
        padding: 0 20px;
        position: fixed;
        top: 0;
        /* background-color: red; */
        z-index: 1000;
    }

    #wrp_pay_mth {
        width: 88%;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* justify-items: center; */
        gap: 20px;
    }

    #wrp_pay_mth img {
        width: 80px;
    }

    #oversize {
        width: 50px !important;
    }

    .speaker {
        font-size: 40px;
    }

    #wrp_sec2_img img {
        width: 70%;
    }

    .contact-middle {
        width: 88%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    #list {
        width: 93%;
        padding: 0;
        height: 100% !important;
        display: flex;
        align-items: center;

    }

    #plane_icon {
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0;
        width: 93%;
        gap: 10px;

    }

    #db_services {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
        height: 100%;
    }

    #su_btn2 {
        width: fit-content;
        height: 5vh;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        background-color: var(--darkGreen);
        color: var(--white);
        border: 0;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px;
    }


    /* bookflight info here ***************/

    .flight-summary {
        flex: 2;
        background: #86c232a1;
        padding: 20px;
        display: flex;
        justify-content: center;
        position: relative;
        top: 0;
        /* border-radius: 6px; */
    }

    #inwite {
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: var(--white);
        display: flex;
        align-items: center;
    }

    #iw_l {
        flex: 2;
    }

    #iw_r {
        flex: 1;
        padding-left: 20px;
        border-left: 1px dashed var(--dark);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #totalPrice {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    #txt2 {
        color: var(--white);
        font-size: 40px;
        font-weight: 700;
    }

    #new_user {
        height: 60%;
    }

    #trend_hd,
    #car_rent_hd,
    #ab_sec1_hd {
        font-size: 30px;
    }

    #ab_sec2_hd {
        font-size: 24px;
    }

    #nav {
        width: 100%;
        height: 8vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--white);
        padding: 0 20px;
        position: fixed;
        top: 0;
        /* background-color: red; */
        z-index: 1000;
    }

    #nav_d {
        height: 8vh;
        padding: 0 20px;
    }

    #db_right {
        width: 100%;
        /* background-color: red; */
        height: 84.5vh;
        padding: 80px 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        border-top: 1px solid #f8f8f8;
    }

    #sec1 {
        margin-top: 8vh;
    }

    #ab_sec1,
    #bookF_sec1,
    #cu_sec1,
    #bookH_sec1,
    #hold {
        margin-top: 8vh;
    }

    #su_logo {
        width: 100px;
    }

    #uploadLabel {
        font-size: 12px;
    }

    /* bookflight info here **********/

    .flight-summary {
        flex: 2;
        background: #86c232a1;
        padding: 10px;
        display: flex;
        justify-content: center;
        /* border-radius: 6px; */
    }

    #inwite {
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: var(--white);
        display: flex;
        align-items: center;
    }

    #iw_l {
        flex: 2;
    }

    #iw_r {
        flex: 1;
        padding-left: 20px;
        border-left: 1px dashed var(--dark);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #totalPrice {
        font-size: 20px;
    }

    #cont_book {
        width: 100%;
        display: flex;
        height: 4vh;
        align-items: center;
        gap: 20px;
    }

    #linkto {
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        font-size: 18px;
        /* background-color: red; */
    }
}

@media screen and (max-width: 463px) {
    #subsc_hd {
        text-align: center;
    }

    #subscr_btn {
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    #list {
        width: 99%;
        padding: 0;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: start;
        /* background-color: red; */
    }

    #btn1,
    #btn2,
    #btn3 {
        border: 2px solid transparent;
        background: none;
        padding: 0 14px;
        height: 45%;
        border-radius: 3px;
        display: flex;
        align-items: center;
        gap: 10px;
        /* background-color: red; */
    }
}

@media screen and (max-width: 450px) {
    #box2 {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
        background: none;
        border-radius: 5px;
        padding: 0;
    }

    #inner_box {
        width: 100%;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .btn_dnon {
        width: 100% !important;
        padding: 0;
        justify-content: center;
    }

    #txt2 {
        color: var(--white);
        font-size: 35px;
        font-weight: 700;
    }
}

@media screen and (max-width: 429px) {
    #wrp_datedit {
        flex-direction: column;
        align-items: start;
    }

    #bookF_top {
        height: fit-content;
        padding-top: 8px;
    }
}


@media screen and (max-width: 400px) {
    #checkhld {
        width: 100%;
        display: flex;
        padding-left: 0;
        height: 100% !important;
        margin: 0;
        flex: none;
        gap: 20px;
        justify-content: start;
        align-items: end;
    }
}

@media screen and (max-width: 355px) {
    #checkhld {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: start;
    }
}