/**
 * @description Styles for the Website UI
 * 
 * */
@import url("https://use.typekit.net/xin0rpw.css");
/*@import url("utils/aurigny_icons.css?v=");*/

:root {
    --aur-primary-yellow: #FED302;
    --aur-primary-blue: #0C3B62;
    --aur-primary-red: #F44336;
    --aur-secondary-white: #FFFFFF;
    --aur-secondary-grey: #ECEFF1;
    --aur-secondary-lightgrey: #E9E9E9;
    --aur-secondary-midgrey: #C6C6C6;
    --aur-secondary-darkgrey: #37474F;
    --aur-secondary-black: #000000;
    --aur-secondary-grey-ticket: #f5f5f5;
    --aur-web-main-bg-color: #EFEFEF;
}

[v-cloak] {
    display: none;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    background: var(--aur-web-main-bg-color) !important;
    font-family: 'museo-sans' !important;
    color: var(--aur-primary-blue) !important;
/*    user-select: none;
    overscroll-behavior-x: none;*/
}

a {
    color: var(--aur-primary-blue) !important;
}

a:hover,
button:hover {
    opacity: .8;
}

button:disabled,
button[disabled] {
    opacity: 0.8;
}

input:focus {
    outline: none;
}

/* Header */

header {
    background: var(--aur-primary-yellow);
    padding: 20px 0;
}

header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .content .logo {
    width: 180px;
}

header .content .right_side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 17px;
}

header .content .right_side ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

header .content .right_side .top_items ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .content .right_side .top_items ul li {
    display: flex;
    align-items: center;
    gap: 7px;
}

header .content .right_side .top_items ul li i {
    font-size: 20px;
    font-weight: 600;
}

header .content .right_side .navbar {
    padding: 0!important;
}

header .content .right_side .navbar ul {
    display: flex;
    align-items: center;
    gap: 24px;
    font-weight: 600;
}

/* Main content */

main {

}

main section.banner .background img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

main section.flight_search {
    margin-top: -99px;
}

main section.flight_search .top_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main section.flight_search .top_buttons button i.bx {
    font-size: 19px;
}

main section.flight_search .top_buttons button i {
    /*width: 15px;*/
    /*height: 15px;*/
}

main section.flight_search .top_buttons .right_buttons {

}

main section.flight_search .top_buttons .left_buttons,
main section.flight_search .top_buttons .right_buttons {
    display: flex;
    align-items: center;
}

main section.flight_search .top_buttons .right_buttons button {
    display: flex;
    border: none;
    min-width: 110px;
    min-height: 52px;
    font-size: 13px;
    font-weight: 600;
    padding: 16px 12px;
    background: #ffffff;
    color: var(--aur-secondary-black);
    align-items: center;
    justify-content: center;
}

main section.flight_search .top_buttons .left_buttons button {
    display: flex;
    border: none;
    min-width: 110px;
    min-height: 52px;
    font-size: 13px;
    font-weight: 600;
    padding: 16px 12px;
    background: #0000006e;
    color: var(--aur-secondary-white);
    justify-content: center;
    gap: 6px;
    align-items: center;
}

main section.flight_search .top_buttons .left_buttons button.active {
    background: #ffffff;
    color: var(--aur-primary-blue);
}

main section.flight_search .top_buttons .left_buttons button:first-child,
main section.flight_search .top_buttons .right_buttons button:first-child {
    border-top-left-radius: 10px;
}

main section.flight_search .top_buttons .left_buttons button:last-child,
main section.flight_search .top_buttons .right_buttons button:last-child {
    border-top-right-radius: 10px;
}

main section.flight_search .box {
    min-height: 120px;
    background: var(--aur-secondary-white);
    /* border-radius: 10px; */
    /*margin-top: -50px;*/
    z-index: 10;
    position: relative;
    /*box-shadow: 0px 6px 7px 2px var(--aur-secondary-midgrey);*/
    padding: 15px 20px;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

main section.flight_search .box .top_items {
    display: flex;
    align-items: center;
}

main section.flight_search .box .top_items .journey_types {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 422px;
}

main section.flight_search .box .top_items .journey_types .journey_field {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 4px;
}

main section.flight_search .box .top_items .journey_types .journey_field label {
    color: var(--aur-secondary-darkgrey);
    cursor: pointer;
    transition: color 0.2s;
}

main section.flight_search .box .top_items .journey_types .journey_field input[type="radio"]:checked + label {
    color: var(--aur-primary-blue);
    font-weight: 600;
}

main section.flight_search .box .bottom_items {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

main section.flight_search .box .group_of_fields {
    display: flex;
}

main section.flight_search .box .group_of_fields .field {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--aur-secondary-grey);
    padding: 2px 15px;
}

main section.flight_search .box .group_of_fields .field:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

main section.flight_search .box .group_of_fields .field:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

main section.flight_search .box .group_of_fields label {
    font-size: 13px;
}

main section.flight_search .box .group_of_fields input {
    border: none;
    font-size: 16px;
}

main section.flight_search .box .group_of_fields {
    display: flex;
}

main section.flight_search .box .bottom_items .multi_seg_group_fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.multi_seg_group_change {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.multi_seg_field_change {
    border-radius: 10px;
}

main section.flight_search .box .bottom_items .group_of_fields:first-child {
    position: relative;
}

main section.flight_search .box .group_of_fields .circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid var(--aur-primary-yellow);
    background-color: #FFFFFF;
}

main section.flight_search .box .group_of_fields button {
    display: flex;
    width: 100%;
    height: 51.5px;
    border: none;
    border-radius: 10px;
    background: var(--aur-primary-blue);
    color: var(--aur-secondary-white);
    justify-content: center;
    gap: 4px;
    align-items: center;
}

main section.flight_search .box .group_of_fields button i {
    font-size: 22px;
}

main section.flight_search .box .top_items .right_side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

main section.flight_search .box .top_items .right_side .additional_options {
    display: flex;
    align-items: center;
    gap: 15px;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points {
    font-family: museo-sans;
    color: var(--aur-primary-blue);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    /*padding: 0 27px;*/
    font-size: 14px;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 13px;
    left: 3px;
    bottom: 3px;
    background-color: var(--aur-secondary-white);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points  input:checked+.slider {
    background-color: var(--aur-primary-blue);
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points  input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points  input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points  .slider.round {
    border-radius: 34px;
}

main section.flight_search .box .top_items .right_side .additional_options .ff_points  .slider.round:before {
    border-radius: 50%;
}

main section.flight_search .box .top_items .right_side .additional_options .currency {
    background: var(--aur-secondary-lightgrey);
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}

main section.flight_search .box .top_items .right_side .additional_options .currency img {
    width: 21px;
}

.currency-dropdown {
    position: relative;
    width: 110px;
    font-weight: 600;
    font-size: 14px;
}

main section.flight_search .box .top_items .right_side .additional_options .currency-dropdown .currency-selected {
    background: var(--aur-secondary-lightgrey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px;
    border-radius: 30px;
    cursor: pointer;
}

main section.flight_search .box .top_items .right_side .additional_options .currency-dropdown img {
    width: 21px;
}

main section.flight_search .box .top_items .right_side .additional_options .currency-dropdown .currency-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    background: var(--aur-secondary-lightgrey);
    border-radius: 10px;
    overflow: hidden;
    z-index: 10;
}

main section.flight_search .box .top_items .right_side .additional_options .currency-dropdown .currency-options li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    cursor: pointer;
}

main section.flight_search .box .top_items .right_side .additional_options .currency-dropdown .currency-options li:hover {
    background: #ddd;
}

main section.flight_search .box .cities_dropdown {
    position: absolute;
    max-width: 405px;
    width: 100%;
    background: var(--aur-secondary-white);
    border-radius: 10px;
    box-shadow: 0px 6px 7px 2px var(--aur-secondary-midgrey);
    z-index: 10;
}

main section.flight_search .box .cities_dropdown .list .cities {
    padding: 1rem;
    max-height: 350px;
    overflow-y: scroll;
} 
main section.flight_search .box .cities_dropdown .list h6 {
    background-color: var(--aur-primary-blue);
    color: #FFFFFF;
    border-radius: 1rem;
    padding: 0.75rem;
}

main section.flight_search .box .cities_dropdown .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

main section.flight_search .box .cities_dropdown .list ul li {
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    border-bottom: 1px solid var(--aur-primary-blue);
    display: flex;
    justify-content: space-between;
}


main section.flight_search .box .cities_dropdown .list ul li:last-child {
    border-bottom: none;
}

/* Calendar */

main section.flight_search .box .calendar_box {
    position: absolute;
    max-width: 66%;
    width: 100%;
    background: var(--aur-secondary-white);
    border-radius: 10px;
    box-shadow: 0px 6px 7px 2px var(--aur-secondary-midgrey);
    z-index: 10;
    top: 90%;
    padding: 1rem 1rem 2rem 1rem;
}

main section.flight_search .box .calendar_box .calendar .col-1 {
    display: flex;
    justify-content: center;
}

main section.flight_search .box .calendar_box .fares_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}


main section.flight_search .box .calendar_box .fares_info .deals_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

main section.flight_search .box .calendar_box .fares_info .fares_info_cur,
main section.flight_search .box .calendar_box .fares_info .deals_icons small  {
    display: flex;
    align-items: center;
    gap: 5px;
}

main section.flight_search .box .calendar_box .calendar .calendar_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px -2px #000000;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
}

main section.flight_search .box .calendar_box .calendar .month_titles p {
    background-color: var(--aur-primary-blue);
    color: #FFFFFF;
    width: 100%;
    padding: 0.5rem;
    border-radius: 1rem;
    text-align: center;
    margin: 0;
}

main section.flight_search .box .calendar_box .calendar .calendar_two_months .single_month .calendar_days, 
main section.flight_search .box .calendar_box .calendar .calendar_two_months .single_month .calendar_weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-top: 1rem;
}

main section.flight_search .box .calendar_box .calendar .calendar_two_months .single_month .calendar_weekdays {
    padding-top: 0.5rem;
    border-top: 1px dashed var(--aur-secondary-midgrey);
}

main section.flight_search .box .calendar_box .calendar .calendar_two_months .single_month .calendar_weekdays .weekday {
    text-align: center;
    font-size: 0.75rem;
}

main section.flight_search .box .calendar_box .calendar .calendar_two_months .single_month .calendar_days .calendar_day {
    text-align: center;
    padding: 5px;
    border: 1px solid var(--aur-secondary-midgrey);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3rem;
}

main section.flight_search .box .calendar_box .calendar .calendar_two_months .single_month .calendar_days .calendar_day small {
    font-size: 0.625rem;
}

.calendar_day.empty {
    border: none !important;
    background: none !important;
    cursor: default !important;
}

.calendar_day.past {
    opacity: 0.4;
    pointer-events: none;
}

.calendar_day.selected_start,
.calendar_day.selected_end {
    background: var(--aur-primary-yellow);
}

.calendar_day.in_range {
    background: #fed30278;
}

/* Passenger controls */

main section.flight_search .box .passengers_box {
    position: absolute;
    width: 30%;
    background: var(--aur-secondary-white);
    border-radius: 10px;
    box-shadow: 0px 6px 7px 2px var(--aur-secondary-midgrey);
    z-index: 10;
    top: 90%;
    padding: 1.5rem 2rem;
}

main section.flight_search .box .passengers_box .passenger_type .limit_info {
    color: var(--aur-primary-red);
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

main section.flight_search .box .passengers_box .passenger_type .passengers_plus_minus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid var(--aur-secondary-midgrey);
}

main section.flight_search .box .passengers_box .passenger_type .passengers_plus_minus .passenger_controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
}

main section.flight_search .box .passengers_box .passenger_type .passengers_plus_minus .type_info {
    display: flex;
    align-items: center;
    gap: 5px;
}

main section.flight_search .box .passengers_box .passenger_type .passengers_plus_minus .passenger_controls button {
    width: 1rem;
    height: 1rem;
    padding: 10px;
    border-radius: 3px;
    font-weight: 600;
}

span.passenger_number {
    width: 10px;
}

main section.flight_search .box .passengers_box .buttons .bottom_navigation button {
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Promotions cards */

main section.promotions .promotion_cards_div .promotion_card {
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 7px -3px #000000;
    border-radius: 1rem;
}

main section.promotions .promotion_cards_div img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main section.promotions .promotion_cards_div .promotion_card .promotion_label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFFFFF;
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    font-size: 0.85rem;
    border: 1px solid #ffffff6e;
}

main section.promotions .promotion_cards_div .promotion_card .promotion_label p {
    padding: 0.5rem 0.7rem;
    margin: 0 !important;
    display: flex;
    gap: 3px;
}

main section.promotions .promotion_cards_div .promotion_card .promotion_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    padding-bottom: 1rem;
}

main section.promotions .promotion_cards_div .promotion_card .promotion_content .title {
    font-size: 2rem;
    font-weight: bold;
}

main section.promotions .promotion_cards_div .promotion_see_more .see_more_btn {
    background: none;
    border: none;
    color: var(--aur-secondary-darkgrey);
}

main section.promotions .promotion_cards_div .promotion_see_more {
    text-align: end;
    margin: 1rem 0;
}

/* Explore more section */

section.explore_more,
section.promotions,
section.counter {
    margin: 2rem 0;
}

section.explore_more .more_from_aurigny_label {
    background-color: #041C3780;
    color: #FFFFFF;
    border-left: 5px solid var(--aur-primary-yellow);
    padding: 0.25rem 0.5rem;
    width: auto;
    margin: 0 0 1rem 12px ;
}

section.explore_more .explore_more_card {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 1rem;
    /* box-shadow: 0px 0px 7px -3px #000000 */
}

section.explore_more .image_div img,
section.explore_more .explore_more_card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.explore_more .explore_more_card img {
    border-radius: 1rem 1rem 0 0;
    height: 200px !important;
}

section.explore_more .explore_more_card .explore_more_card_content {
    padding: 1rem; 
}

section.explore_more .explore_more_mini_cards_div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section.explore_more .explore_more_mini_cards_div .explore_more_mini_card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    /* box-shadow: 0px 0px 7px -3px #000000 */
}

section.explore_more .explore_more_card .explore_more_card_content .title {
    font-weight: bold;
}

section.explore_more .explore_more_mini_cards_div .explore_more_mini_card .explore_more_mini_card_content p {
    margin: 0;
    font-weight: bold;   
}

section.explore_more .explore_more_mini_cards_div .explore_more_mini_card .explore_more_mini_card_content {
    display: flex;
    flex-direction: column;
}

section.explore_more .explore_more_card small,
section.explore_more .explore_more_mini_cards_div .explore_more_mini_card small {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--aur-secondary-midgrey);
}

/* Counter */

.yellow_box {
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    width: 0.5rem;
    height: 0.5rem;
}

section.counter .counter_card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
}

section.counter .counter_card h2 {
    margin: 0;
}

section.counter .col-6 {
    border: 1px solid var(--aur-secondary-midgrey);
}

section.counter .col-6:first-child {
    border-inline: none;
}

section.counter .col-6:last-child {
    border-right: none;
}

/* Footer */

footer {
    background-color: var(--aur-primary-blue);
    color: #ffffff;
}

footer .footer_header {
    background-color: #204b6f !important;
    margin-bottom: 2rem;
}

footer .footer_header .footer_logo {
    width: 120px;
    height: 70px;
    object-fit: contain;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .ul_list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

footer .ul_list li a {
    color: #FFFFFF !important;
    text-decoration: none;
}

footer .ul_list .info_li {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer_bottom {
    text-align: end;
    padding-bottom: 1rem;
}
