﻿@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url("global.css");
@import url("footer.css");
@import url("header.css");
@import url("forms.css");*/
@import url("calendar.css");

body {
    font-family: 'Cabin', sans-serif;
}

body, p, label {
    font-size: 16px;
    /*font-size: 1.8rem;*/
    font-weight: 400;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #000000;

}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    text-align: center;

    font-size: 34px;
}

h2 {

    font-size: 34px;
}

h3 {
    font-size: 26px;
    margin-bottom: 0px;
    font-style: normal;
    letter-spacing: 1px;
}

h5 {
    line-height: 22px;
    vertical-align: baseline;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}

.disabled-0_4 {
    pointer-events: none;
    opacity: 0.4;
}

@media (min-width: 1001px) {
    .inputs input[type="date"], .inputs input[type="datetime-local"] {
        min-height: 40px;
    }
}

.inputs input[type="date"], .inputs input[type="datetime-local"] {
    /*width: 400px;*/
    /*max-width: 100%;*/
    width: 100%;
    background-color: #fff;
}

input[type="date"], input[type="datetime-local"] {
    height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input[type="date"], input[type="datetime-local"] {
    border-radius: 0;
}

input[type="date"]:focus, input[type="datetime-local"]:focus {
    border-color: #ccc;
    color: #444;
}

html .master-wrapper-content a {
    text-decoration: underline;
    font-weight: 700;
}
.contact-title {
    font-weight: 700;
    padding-right: 20px;
    min-width: 95px;
    margin-bottom: 0px;
}

.contact-country {
    padding-bottom: 2%;
}
.contact-icon {
    width: 35px;
    max-width: 100%;
    height: 50px;
    padding-right: 8px;
    opacity: .95;
}

.contact-information-message {
    background-color: #ffcc05;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5em;
    padding: 10px;
    margin-top: 15px;
    border-radius: 2px;
}
.booking-form-container{
    padding-top:1.0em;
}

.booking-additional-trekker {
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,204,5,1) 100%);
}

.booking-address-div {
    position: relative;
    /*left: 20px;*/
    left: initial;
    z-index: 0;
    min-height: 20px;
    margin-bottom: 10px;
}

.booking-address-div.address-1 {
    padding: 0px;
    margin: 0px;
}

.booking-address-div .booking-additional-box-same {
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
}

.booking-address-div.address-1 .booking-additional-box-same {
    margin-top: 0px;
    padding-top:0px;
}

.address-1 .booking-additional-box-same {
    border: none;
}

.booking-address-div .checkbox {
    position: absolute;
    left: 32px;
    top: 0;
    background: white;
    z-index: 1;
    width: auto;
    padding-left: 5px;
}

.icons-column {
    padding: 15px 30px 15px 30px;
}

.icons-column-fax {
    padding-top: 20px;
}


.loading-animation-div {
    position: fixed;
    z-index: 10;
    height: 105vh;
    width: 105vw;
    height: 100%;
    width: 100%;
    top: 0px;
    /*background: #0000003d;*/
    background: #ffffff;
    display: none;
}

.loading-animation {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 80px;
}

#loading-copy {
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 200px;
    max-width: 100%;
    text-align: center;
    height: 100px;
}
 /*Warning: This MUST be consistent with 'window.onload' in _Root.cshtml!*/
/*.html-booking-page .loading-animation-div {
    display: block;
}*/


/*booking sticky bar*/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    right:0;
    width: 100%;
    background-image: url("../images/bookingformbackground-e2.jpg");
    z-index:3;
}

#hero-comp-id{
    z-index:1;
    margin-right:0px;
    margin-left:0px;
}

#pageTitleText{
    margin:0;
}

.success-contact-message {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    padding-top: 30px;
}


/* Tusker Index */
.tusker-portal-card {
    text-decoration: none;
    color: black;
    position: relative;

}

.tusker-portal-card, .tusker-portal-card .tusker-img {
    transition: all linear 0.1s;
}

.tusker-portal-card {
    transition: all linear 0.4s;
    min-width: 0px;
}

.tusker-img {
    max-width: 100%;
    height: 140px;
    background-image: url(/images/BookingFormTusker.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 4px solid #1d64c5;
    border-bottom: 4px solid #000000;
    display: flex;
    align-self: center;
    place-content: center;
    position: relative;
}

.tusker-card-icon {
    max-width: 60%;
    width: 80px;
    z-index: 1;
}

.tusker-card-text {
    text-align: center;
    padding-top: 10px;
    font-weight: 800;
    text-decoration: none !important;
}

.custom-border-animation {
    border: 2px solid #e5e5e5;
    position: relative;
    /*overflow: hidden;*/
}

.tusker-portal-card {
    fill: #000;
}

.tusker-card-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: #e5e5e542;*/
}

.tusker-portal-card {
    margin-bottom: 20px;
}

html a.tusker-portal-card {
    text-decoration: none;
}

/*//slick hover effects*/
.tusker-portal-card:hover, .tusker-portal-card:hover .tusker-card-text {
    color: #1d64c5;
    fill: white;
    text-decoration: none;
}

.custom-border-animation::before {
    content: "";
    border-bottom: 0px solid #1d64c500;
    border-left: 0px solid #1d64c500;
    width: 100%;
    height: 100%;
    width: 40px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    transform: translate(100%, -100%);
    transition: all ease-out 0.2s;
}

.custom-border-animation::after {
    content: "";
    border-top: 0px solid #1d64c500;
    border-right: 0px solid #1d64c500;
    width: 100%;
    height: 100%;
    width: 40px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    transform: translate(-100%, 100%);
    transition: all ease-out 0.2s;
}

.tusker-portal-card:hover .custom-border-animation {
    border-color: #e5e5e500;
}

.tusker-portal-card:hover .custom-border-animation::before {
    border-bottom: 3px solid #1d64c5;
    border-left: 3px solid #1d64c5;
}

.tusker-portal-card:hover .custom-border-animation::after {
    border-top: 3px solid #1d64c5;
    border-right: 3px solid #1d64c5;
}

.tusker-portal-card:hover .custom-border-animation::before {
    transform: translate(0%, 0%);
    opacity: 1;
}

.tusker-portal-card:hover .custom-border-animation::after {
    transform: translate(0%, 0%);
    opacity: 1;
}

.tusker-portal-card:hover .tusker-card-background {
    /*background: #1616164f;*/
    background: #e5e5e512;
}

/* Removed expansion upon request */
/*.tusker-portal-card:hover {
    min-width: 33vw;
}*/

.trekker-name-row {
    position: relative;
}

h2.trekker-name {
    z-index: 0;
    background: white;
    width: fit-content;
    padding-right: 15px;
}

.trekker-name-row hr {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    padding: 0px;
    border-top: 3px solid #a0a0a0;
}

.html-trekker-page .title {
    font-family: 'Playfair Display', serif;
    color: #000000;
}
.html-trekker-page .title a{
    text-decoration:none;
}

.health-page .button-1 {
    color: var(--white);
}

.itinerary-section {
    margin-bottom: 20px;
}

#back-button-div svg {
    max-width: 20px;
    width: auto;
    height: 100%;
}

#back-button-div a {
    text-decoration: none;
    display: flex;
    border: 1px solid black;
    border-radius: 3px;
    padding: 10px;
    justify-content: center;
    max-width: 100%;
    width: 170px;
    background-color:black;
    color:white;
}

/*#back-button-div a
{
    border: 1px solid #0056b3;
}*/

#back-button-div a svg {
    padding-right: 4px;
    margin: auto 0px;
}

/*back to top*/
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #6b380d;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 200px;
    transition: all 0.25s linear;
}

#back-to-top:hover {
    background-color: #1d64c5;
}

#back-to-top svg {
    width: 25px;
    height: 25px;
    color: #dcdcdc;
}

#back-to-top:hover svg {
    color: white;
}

.row-colour-0 {
    /*background-color: #f3f3f3;*/
    background-color: white;
}

.row-colour-1 {
    background-color: white;
}

.table-total {
    background-color: #cbcbcb;
    background-color: #cccccc;
    /*color: white;*/
}
.table-top {
    background: #cccccc;
}

/*.table-row-bottom, .table-top {
    border-bottom: 2px solid black;
}*/

.guests-0 {
    background-color: #e6e6e6;
    color: #727272;
}

.html-calendar-page .title-month-container span, .html-calendar-page .table-total {
    font-size: 13px;
}

/*.html-itinerary-page .result p {
    margin: 40px 0px;
    padding: 10px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}*/

.html-documents-page .button-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
}

#cancellation-fees {
    font-size: 13px;
    margin-bottom: 0px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 15px;
    white-space: break-spaces;
}

.preline-whitespace {
    white-space: pre-line;
}
/*contactus-alt*/

.html-contact-alt-page .button-1 {
    background-color: white;
    color: var(--black);
}

.html-contact-alt-page .button-1:hover {
    background-color: white;
}

.html-contact-alt-page body {
    background-color: transparent;
}

.html-contact-alt-page .contact-page {
    padding: 3rem;
}

.html-contact-alt-page .inputs {
    margin-bottom: 15px;
    padding: 0px 7.5px;
}

.html-contact-alt-page .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.html-contact-alt-page h2 {
    font-weight: 900;
    color: var(--white);
    font-family: 'Cabin', sans-serif;
    margin-bottom: 10px;
}

.insurance-agreement-title {
    text-transform: initial;
    text-decoration: underline;
}

.html-insurance-agreement-page label, .html-insurance-agreement-page li {
    font-size: 14px;
}

.html-insurance-agreement-page p {
    /*overflow: auto;*/
    white-space: break-spaces;
}

.html-insurance-agreement-page strong {
    font-weight: bolder;
}

.html-insurance-agreement-page u {
    text-decoration: underline;
}

.html-insurance-agreement-page .inputs input[type="text"] {
    max-width: 500px;
    /*width: 100%;*/
}

.inputs-right {
    display: flex;
    /*align-items: center;*/
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.inputs-right div {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.html-insurance-agreement-page .inputs.inputs-right label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-right: 5px;
    padding-bottom: 0px;
}

.html-insurance-agreement-page .required {
    position: absolute;
    top: 0px;
    right: 10px;
}

#Signature {
    font-family: Snell Roundhand, cursive;
    font-family: Brush Script MT, Brush Script Std, cursive;
    font-size: 19px;
}