/* ------- CSS for modalboxes --------- */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    transition: all 0.5s;
    /* border-radius: 7px; */
}

/* .modal-main {
    position: fixed;
    background: white;
    width: 50%;
    height: 70vh;
    padding: 100px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    transition: all 0.5s;
} */

.display-block {
    display: block;
    transition: all 0.5s;
}

.display-none {
    display: none;
    transition: all 0.5s;
}

/* ------------------------------------------ */



/* .close:hover {
    color: #c41b1b !important;
    text-decoration: none;
}

.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    outline: none;

    float: center;
    margin: 0 auto;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;

    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 0.5;

    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
} */

.modal-footer button {
    color: #fec465 !important;
    margin: 0 55px 0 0 !important;
    padding: 7px 15px;
    outline: none;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    background: transparent !important;
    /* z-index: -1 !important; */
}

.modal-footer button:hover {
    color: #31494b !important;
    transition: all 0.3s ease-in-out;
}

.amount {
    font-weight: 700;
    color: #31494b;
}

.booking-dates {
    display: flex;
    justify-content: space-between;
}

/* .booking-hr { */
    /* border: 0.5px solid #31494b; */
    /* border-top: 1px solid #e1e6f1; */
/* } */

.modal-content {
    /* position: fixed; */
    /* background: white; */
    /* width: 35%; */
    /* height: 70vh; */
    /* padding: 100px; */
    /* height: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 7px !important; */
    transition: all 0.5s;

    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    pointer-events: auto;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid #e1e6f1; */
    /* border-radius: 0; */
    outline: 0;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.24); */
}

/* .modal-content {
    border-radius: 0;
    border-width: 0;
} */

/* .modal-content .close {
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 0.5;
} */

@media (min-width: 576px) {
    .modal-header {
        padding: 15px 20px;
    }
}
@media (min-width: 992px) {
    .modal-header {
        padding: 20px;
    }
}
@media (min-width: 1200px) {
    .modal-header {
        padding: 20px 25px;
    }
}

.btn {
    margin-top: 40px;
    outline: none;
    background: transparent;
    font-family: Futura-Bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fec465;
    height: 55px;
    width: 220px;
    transition: all 0.3s ease 0s;
    color: #fec465;
    border-radius: 7px;
    outline: none;
}

.custom-btn {
    /* width: 130px;
    height: 40px; */
    padding: 10px 25px;
    /* border: 2px solid #000; */
    /* font-family: "Lato", sans-serif; */
    /* font-weight: 500; */
    font-family: Futura-Bold;
    font-size: 17px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    /* position: relative; */
    display: inline-block;
    outline: none;
    border-radius: 7px;
    border: 1px solid #fec465;
}

.cancel-button {
    border: 1px solid #fec465;
}

button {
    /* margin: 20px; */
    outline: none;
}

/* 15 */
.btn-15 {
    /* background: #fec465; */
    color: #fec465;
    z-index: 1;
}
/* .btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #e0e5ec;
    transition: all 0.3s ease;
} */
.btn-15:hover {
    /* color: #000; */
    /* background: #fec465; */
    background-color: #fec465;
    color: #fff;
}
/* .btn-15:hover:after {
    left: 0;
    width: 100%;
}
.btn-15:active {
    top: 2px;
} */

.modal-title {
    font-size: 37px;
    font-weight: 900;
    /* color: #fec465; */
    color: #fff;
    /* line-height: 1; */
    margin-bottom: 0;
    /* line-height: 1.5; */

    padding: 0 57px 0 0 !important;
}

.modal-title2 {
    font-size: 22px;
    /* font-weight: 700; */
    /* color: #fec465; */
    color: #31494b;
    /* line-height: 1; */
    margin-bottom: 27px;
    /* line-height: 1.5; */
}

.modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #e1e6f1; */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #31494b;
    /* margin-bottom: 20px; */
    align-items: center;
    padding: 50px 37px !important;
}

.modal-header p {
    padding: 0 57px 0 0 !important;
}

.modal-body {
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: left; */
    /* flex-direction: column; */
    background: #fff;
    /* flex: 1 1 auto; */
    text-align: center;
    padding: 40px 57px 40px 0;
}

/* .modal-body form {
    position: relative;
    flex: 1 1 auto;
    margin: 0 17px;
} */

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 1rem; */
    /* border-top: 1px solid #e1e6f1; */
    /* border-top: .18em dashed #e1e6f1; */
    background: #fff;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    text-align: center;

    padding: 35px 0;
    border: none !important;
}



/* .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
} */

/* --------- CSS FOR INPUT FORM -------- */

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-file,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}

.form-group .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.25rem 1.2rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #495057; */
    text-align: center;
    min-height: 65px;
    background: #fff !important;

    /* white-space:nowrap; */
    /* background-color:#e9ecef; */
    /* border:1px solid #ced4da; */
}

.form-group .input-group-text.first {
    border-radius: 7px 0 0 7px;
}

.form-group .input-group-text .login-form-icon {
    height: 17px;
}

.form-group .form-control.arrive,
.form-group .form-control.depart {
    padding: 0 7px 0 15px !important;
}

.form-group .form-control {
    /* f5f5f5; */
    /* border: 1px solid red; */
    /* padding: 0 0 0 17px !important; */
    /* margin-bottom: 17px; */
    /* border-radius: 0 4px 4px 0; */
    /* font-size: 15px; */
    /* color: #a8a8a8; */
    /* width: 100%; */

    /* height: 65px; */
    /* width: 435px; */

    padding: 0 7px;
    outline: none;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #6b6b6b;
    min-height: 45px;
    font-weight: normal;
    font-size: 15px;
}

/* .form-group .form-control.border-left-0 {
    border-left: 0 !important;
} */

/* .form-group .form-control.people:focus {
    outline: none !important;
} */

.buttonc {
    /* margin-top: 45px; */
    outline: none;
    background: #fec465;
    font-family: Futura-Bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fec465;
    height: 65px;
    /* width: 220px !important; */
    padding: 0 50px;
    transition: all 0.3s ease 0s;
    color: #fff;
    border-radius: 0 7px 7px 0;
    outline: none;
}

.buttonc:hover {
    background: #fec465;
    background-color: #fec465;
    color: #ffffff;
}

.booking-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.dets {
    display: flex;
    justify-content: space-between;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.button {
    width: 150px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* background: red; */
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    /* background: #e62222; */

    float: center !important;
}

.button,
.button span {
    transition: 200ms;
}

.button .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
}

.button .icon {
    position: absolute;
    /* border-left: 1px solid #c41b1b; */
    transform: translateX(110px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button svg {
    width: 15px;
    fill: #eee;
}

.btn-cancel .icon {
    border-left: 1px solid #c41b1b;
}

.btn-confirm .icon {
    border-left: 1px solid #25383a;
    /* height: 47px !important;
    width: 47px !important; */
}

.btn-cancel {
    background: #e62222;
}

.btn-confirm {
    /* background: #fec465; */
    background: #31494b;
    margin: 0 auto !important;
}

.btn-cancel:hover {
    background: #ff3636;
}

.btn-confirm:hover {
    /* background: #ffbb4d; */
    background: #263a3c;
}

.button:hover .text {
    color: transparent;
}

.button:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
}

.button:focus {
    outline: none;
}

.modal-container {
    /* max-width: 1450px; */
    /* width: 75%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-bottom: 50px;
}

.modal-container .modal-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* margin: 70px 0; */
}

/* .modal-container .first {
    margin-top: 50px;
  } */

/* .modal-container .modal-card:nth-child(odd) {
    flex-direction: row;
    text-align: left;
}

.modal-container .modal-card:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
} */

.modal-container .modal-card .modal-imgbox {
    position: relative;
    /* border: 1px solid red; */
    left: 25px;
    /* z-index: -1; */
    width: 400px;
    height: 500px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* .modal-container .modal-card:nth-child(even) .modal-imgbox {
    left: -25px;
} */

/* .modal-container .modal-card .modal-imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
} */

.modal-container .modal-card .modal-contentbox {
    position: relative;
    right: 25px;
    width: 470px;
    /* height: 470px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    /* padding: 20px 0; */
    background-color: #fff;

    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important; */

    /* border: 1px solid green; */
}



.modal-container .modal-card .modal-contentbox:before {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 7px !important;
    background-color: #fff;

    /* border: 1px solid blue; */
}

/* .modal-container .modal-card:nth-child(even) .modal-contentbox:before {
    background-color: #fec465;
    background-color: #31494b;
  } */

.modal-container .modal-card .modal-contentbox h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #31494b;
}

/* .modal-container .modal-card:nth-child(even) .modal-contentbox h3 {
    color: #fff;
  } */

.modal-container .modal-card .modal-contentbox p {
    color: #000;
    margin-top: 10px;
}

.modal-container .modal-card .modal-contentbox .btn {
    margin-top: 40px;
    outline: none;
    background: transparent;
    font-family: Futura-Bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fec465;
    height: 55px;
    width: 220px;
    transition: all 0.3s ease 0s;
    color: #fec465;
    border-radius: 7px;
    outline: none;
}

.modal-container .modal-card:nth-child(even) .modal-contentbox .btn {
    border: 1px solid #fff;
    color: #fff;
}

.modal-container .modal-card .modal-contentbox .btn:hover {
    background: #fec465;
    background-color: #fec465;
    color: #fff;
}

.modal-container .modal-card:nth-child(even) .modal-contentbox .btn:hover {
    background-color: #fff;
    color: #fec465;
}

@media (min-width: 320px) and (max-width: 914px) {
    .the-bandas .the-paragraph {
        width: 100%;
        padding: 0 25px;
    }
}

/* @media (max-width: 1450px) { */
/* @media (max-width: 2650px) { */
@media (max-width: 1340px) {
    .modal-container .modal-card {
        flex-direction: column;
        max-width: 350px;
        margin: 25px 25px;
    }

    .modal-container .modal-card .modal-imgbox {
        width: 100%;
        height: 250px;
        left: 0;
    }

    .modal-container .modal-card .modal-contentbox {
        width: 100%;
        height: auto;
        right: 0;
        padding: 30px;
        text-align: center;
    }

    .modal-container .modal-card .modal-contentbox:before {
        top: 0;
        bottom: 0;
    }

    .modal-container .modal-card:nth-child(even) .modal-imgbox {
        left: 0;
    }

    .modal-container .modal-card:nth-child(even) .modal-contentbox {
        right: 0;
        padding: 30px;
    }
}
