* {
    box-sizing: border-box;
    padding: 0px;
}

/* ---------font family css---------- */
@font-face {
    font-family: Georgia-regular;
    src: url(../font-family/Georgia/georgia.woff);
}

@font-face {
    font-family: Georgia-bold;
    src: url(../font-family/Georgia/georgiab.woff);
}

body {
    font-family: Georgia-regular;
}

:root {
    --primary: #315192;
    --secondary: #4e0d16;
    --white: #ffffff;
    --bg-color: #f9f9f9;
    --text-white: #fff;
    --text-primary: #315192;
    --text-secondary: #4e0d16;
    --hover-btn: #546fa5;
    --hover-btn-s: #6c363e;
    --text-small: #434242;
}

.search-engine-wf {
    background-image: url("../images/watterfall-bg.png");
    min-height: 100vh;
    height: 1000px;
    position: relative;
    overflow: auto;
    background-position-y: 40%;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-engine-steamboat {
    background-image: url("../images/steamboat-landing.jpg");
    min-height: 100vh;
    height: 1000px;
    position: relative;
    overflow: auto;
    background-position-y: 50%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.text-main {
    color: #4e0d16;
}

.text-blue {
    color: #0d0970;
}

/* -------------header css------------ */
header {
    height: 100px;
}

header .menu li {
    color: #fff;
    font-size: 18px;
}

header .social-btn a {
    color: #fff;
}

header .social-btn a.contact-btn {
    background-color: #315192;
    padding: 12px 30px;
    border-radius: 50px;
}

.search-engine-steamboat header .social-btn a.contact-btn {
    background-color: #4e0d16;
}

/* -------------search-section-------- */
.search-engine .container-fluid,
.search-engine-steamboat .container-fluid {
    padding: 0px 60px;
}

.search-section .hero-section .heading h1 {
    font-size: 49px;
    max-width: 755px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 4px 8px #00000073;
    letter-spacing: 2px;
    font-family: georgia-bold;
}

.search-engine-steamboat .search-section .hero-section .heading h1 {
    text-shadow: none;
}

.search-section .hero-section {
    height: calc(100% - 20px);
    justify-content: space-between !important;
    padding-top: 100px;
}

.search-section .hero-section .heading span.alaska-text {
    color: #cef289;
    position: relative;
}

.search-engine-steamboat .search-section .hero-section .heading span.alaska-text {
    color: #7ce200;
    position: relative;
}

.search-section .hero-section .heading span.alaska-text:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 60px;
    background-image: url(../icons/text-down-logo.svg);
    bottom: 0;
    right: 0;
}

.hero-section .top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-engine-steamboat .search-section .hero-section .heading span.alaska-text:after {
    background-image: url(../icons/text-down-logo.svg);
}

.alaska-heading-steam {
    color: #d7d5ff;
}

.sub-heading p {
    font-size: 18px;
    max-width: 593px;
    text-align: center;
    padding-top: 26px;
    letter-spacing: 1px;
}

.search-tabs {
    background-color: #fff;
    max-width: 1091px;
    width: 100%;
    border-radius: 20px;
    margin-top: 22px;
    padding: 20px;
    position: relative;
}

.search-tabs .select-items label {
    display: block;
    font-size: 16px;
    color: #414141;
    font-weight: 600;
}

.search-tabs .select-items select {
    border: 0px;
    outline: 0px;
    font-size: 20px;
    width: 100%;
}

.search-tabs .select-items input {
    font-size: 20px;
    border: 0px;
    outline: 0px;
    width: 80%;
}

/* -------search btn css------- */
.search-btn button.ipad-none {
    background-color: var(--primary);
    border: 0;
    height: 56px;
    display: flex;
    width: 56px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.search-engine-steamboat .search-btn a {
    background-color: var(--secondary);
}

.search-engine-wf .search-btn-2 {
    background-color: var(--primary);
}

.location select {
    position: relative;
}

.search-btn-2 {
    display: none;
}

/* --------------------- */
/* the code below is for the dropdown menu */
.wrapper-dropdown {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    rotate: 180deg;
}

.selected-display {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

svg {
    transition: all 0.3s;
}

.rotated {
    transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 15px;
}

.wrapper-dropdown .dropdown li {
    padding: 0 15px;
    line-height: 45px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.dropdown {
    padding: 0.5rem !important;
    width: max-content;
}

.wrapper-dropdown .dropdown li:hover {
    background-color: #315192;
    border-radius: 10px;
    color: #fff;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
}

/* -----------search engine inputs -- */

.search-section .select-items .location,
.search-section .select-items .guests,
.search-section .select-items .arrival-date,
.search-section .select-items .departure-date {
    position: relative;
    width: 20%;
}

.search-section .select-items .location:after,
.search-section .select-items .guests:after,
.search-section .select-items .arrival-date:after {
    content: "";
    position: absolute;
    height: 36px;
    width: 2px;
    background-color: #e7e7e7;
    top: 20%;
    right: 0;
}

.search-engine-steamboat .container-fluid,
.search-engine-wf .container-fluid {
    height: calc(100% - 100px);
}

.our-partners {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    margin-top: 40px;
}

.our-partners h2 {
    font-size: 20px;
    color: #fff;
}

/* -------------------guest registration css start here------------- */
.guest-registration.stepper-form .confirm-date-section .confirm-date p {
    margin-bottom: 0;
}

.guest-registration.stepper-form .confirm-date-section .confirm-date span {
    margin-bottom: 25px;
    display: inline-block;
    max-width: 500px;
    color: #6b6b6b;
    font-size: 16px;
    margin-top: 5px;
}

.guest-registration.stepper-form .confirm-date-section .confirm-date a {
    color: var(--secondary);
    font-family: georgia-bold;
    text-decoration: underline;
}

.search-detail-wf .guest-registration.stepper-form .confirm-date-section .confirm-date a {
    color: var(--primary);
    font-family: georgia-bold;
    text-decoration: underline;
}

.personal-info .booking-heading h2,
.booking-form .booking-heading h2 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #1b1b1c;
}

.guest-registration .booking-form .row input {
    border: 1px solid #d2d0d0;
    background-color: transparent;
}

.guest-registration.stepper-form .additional-info .sub-heading h2 {
    font-size: 18px;
    font-style: italic;
    color: #1b1b1c;
    margin-top: 10px;
    font-family: georgia-bold;
    position: relative;
}

.guest-registration.stepper-form .additional-info .sub-heading h2:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 88%;
    background-color: #dbdbdb;
    top: 50%;
    left: 12%;
    display: none;
}

p.sub-label {
    font-size: 12px;
    color: #302f2f;
    letter-spacing: 1px;
    margin-top: 5px;
}

.additional-info .row {
    row-gap: 20px;
}

/* -----landing page calendar css-------------------- */
.calendar-display,
.calendar-display input {
    cursor: pointer;
}

.calendar-section {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    display: none;
}

a {
    text-decoration: none;
}

.calendar-section .ui-widget-header .ui-icon {
    background: none !important;
}

.calendar-section .ui-datepicker-inline {
    width: 100% !important;
    display: flex !important;
    gap: 40px;
}

.calendar-section .ui-datepicker-group {
    float: left;
    width: 50%;
    position: relative;
}

.calendar-section .ui-datepicker-buttonpane {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    clear: both;
    padding: 10px;
    display: none;
}

.calendar-section table {
    border-collapse: collapse;
    border-spacing: 0;
}

.calendar-section .ui-datepicker table {
    width: 100%;
    margin-top: 20px;
}

.calendar-section .ui-datepicker-group-last {
    box-sizing: border-box;
}

.calendar-section td.ui-state-disabled span.ui-state-default,
.calendar-section .ui-datepicker td.ui-state-disabled,
.calendar-section .ui-datepicker .ui-state-disabled span {
    background: none;
}

.calendar-section .dp-highlight .ui-state-default {
    background-color: var(--secondary);
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-detail-wf .calendar-section .dp-highlight .ui-state-default {
    background-color: var(--primary);
}

.search-engine-wf .calendar-section .dp-highlight .ui-state-default {
    background-color: var(--primary);
}

.dp-highlight .ui-state-hover {
    background-color: var(--secondary);
    color: var(--text-white);
}

.calendar-section .mod-search {
    max-width: 1200px;
}

.calendar-section table.ui-datepicker-calendar thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-section table.ui-datepicker-calendar thead tr th {
    display: flex;
    height: 42px;
    width: 42px;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

table.ui-datepicker-calendar tbody tr {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

table.ui-datepicker-calendar tbody tr:last-child {
    margin-bottom: 0;
}

table.ui-datepicker-calendar tbody tr td {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0px;
}

td.dp-highlight:first-child,
td.dp-highlight:last-child {
    background-color: var(--secondary) !important;
}

.ui-datepicker-row-break {
    display: none;
}

input#default-nights-serviced {
    display: none;
}

.column.column-1.tooltip-holder {
    display: none;
}

.column.column-2 {
    display: none;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.ui-datepicker-prev.ui-corner-all {
    position: absolute;
    left: 0;
    top: 2%;
}

a.ui-datepicker-next.ui-corner-all {
    position: absolute;
    right: 0;
    top: 2%;
}

.inside-calendar a.ui-datepicker-prev.ui-corner-all {
    top: 7%;
    left: 6%;
}

.inside-calendar a.ui-datepicker-next.ui-corner-all {
    top: 7%;
    right: 6%;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

div#confirm-date {
    margin-bottom: 50px;
}

.ui-datepicker-title {
    font-size: 18px;
    color: var(--secondary);
}

.search-engine-wf .ui-datepicker-title {
    font-size: 18px;
    color: var(--primary);
}

.search-detail-wf .ui-datepicker-title {
    font-size: 18px;
    color: var(--primary);
}

table.ui-datepicker-calendar tbody tr td a,
table.ui-datepicker-calendar tbody tr td span {
    color: #000;
}

table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
    background-color: #eeeeee;
}

table.ui-datepicker-calendar tbody tr td.ui-state-disabled span {
    color: #4e4d4d;
}

.confirm-date-calendar .ui-widget-header .ui-icon,
.calendar-section .ui-widget-header .ui-icon {
    color: transparent;
    /* letter-spacing: -39px; */
}

/* --------------landing page dropdown css---- */
.select-menu .select-btn,
.select-menu2 .select-btn2 {
    display: flex;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.select-menu .options,
.select-menu2 .options2 {
    position: absolute;
    width: 330px;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 40px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}

.select-menu .options .option,
.select-menu2 .options2 .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}

.select-menu .options .option:hover,
.select-menu2 .options2 .option:hover {
    background: #f2f2f2;
}

.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.select-menu .options .option .option-text,
.select-menu2 .options2 .option .option-text {
    font-size: 20px;
    color: #333;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options,
.select-menu2.active .options2 {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.overlay,
.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}

.select-menu,
.select-menu2 {
    position: relative;
}

.options,
.options2 {
    display: none;
}

.select-menu.active .options,
.select-menu.active2 .options2 {
    display: block;
}

/* ------------search details css change from the landing page ----- */
.search-detail-calendar {
    border: 1px solid silver;
    box-shadow: 0px 1px 4px 0px #00000047;
}

span.ui-icon.ui-icon-circle-triangle-w {
    position: relative;
}

span.ui-icon.ui-icon-circle-triangle-w:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url(../icons/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

span.ui-icon.ui-icon-circle-triangle-e:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url(../icons/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 180deg;
    cursor: pointer;
}

.calendar-section span.ui-icon.ui-icon-circle-triangle-w:before,
.calendar-section span.ui-icon.ui-icon-circle-triangle-e:before {
    height: 15px;
}

.calendar-section .ui-datepicker-group.ui-datepicker-group-first:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5%;
    height: 100%;
    width: 1px;
    background-color: #d8caca;
}

/* -------------select boat css here---------- */
.select-boat-body {
    margin: 30px 0px;
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
}

.select-boat-body .footer-btn {
    margin-top: 30px;
}

.select-boat-body .row .image-card {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.select-boat-body .row .image-card img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.boat-name h3 {
    font-size: 34px;
    font-family: georgia-bold;
    width: 460px;
    line-height: 40px;
}

.capacity span {
    color: #434242;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

.selected-boat {
    color: var(--secondary);
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid var(--secondary);
    display: inline-block;
    margin-top: 20px;
    border-radius: 50px;
    background: #f2f5fb;
}

.search-detail-wf .selected-boat {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.booking-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.booking-info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
    top: 40%;
    z-index: 1;
}

.booking-info p {
    color: #1f1d1d;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 1px solid #edeaea;
    background: #f2f5fb;
    display: inline-block;
    border-radius: 6px;
    z-index: 2;
}

.description-text {
    font-size: 16px;
    color: #211f1f;
    letter-spacing: 0.5px;
}

.checkbox-sharing .sharing .check input {
    height: 35px;
    width: 35px;
    accent-color: var(--secondary);
}

.search-detail-wf .checkbox-sharing .sharing .check input {
    accent-color: var(--primary);
}

.checkbox-sharing .sharing .description label {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}

.checkbox-sharing .sharing .description p {
    font-size: 14px;
    color: #585656;
    margin-bottom: 0;
}

.checkbox-sharing .sharing {
    width: 60%;
}

/*  */
.stepp-inner {
    position: relative;
}

.stepp-inner:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    top: 40%;
    left: 2%;
    background-color: #dfdfdf;
}

.our-partners::-webkit-scrollbar {
    display: none;
}

.our-partners {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* width */
.our-partners::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.our-partners::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.our-partners::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.our-partners::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.select-btn,
.select-btn2 {
    color: #757575;
}

select.ui-datepicker-title {
    font-size: 18px;
    color: var(--secondary);
}

select.ui-datepicker-month {
    color: var(--primary) !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    margin: 0 10px !important;
    border-color: rgba(49, 81, 146, 1) !important;
}

.ui-datepicker-year {
    color: var(--primary) !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    border-color: rgba(49, 81, 146, 1) !important;
}

.phone-text-color {
    color: var(--primary) !important;
}

/* ----------===== 576px =====----- */
@media(max-width:576px) {
    .custmHeader {
        flex-direction: column-reverse;
        padding: 0;
    }

    .custmHeader .social-btn a:first-child {
        display: block;
    }

    .custmHeader .social-btn {
        width: 100%;
        /* padding: 6px 15px; */
        padding: 10px 15px;
        background: var(--primary);
        justify-content: space-between;
        gap: 0px !important;
        flex-wrap: wrap;

        position: absolute;
        top: 0;
    }

    .phone-text-color {
        color: #fff !important;
    }

    header.custmHeader .social-btn a.contact-btn {
        padding: 0;
    }
}