﻿/*************************************************************************************************************************************/
    /* HOW WE WORK */
/*************************************************************************************************************************************/
.howWeWorkWrapper {
    display: none;
    /*background-color: #A9D14B;*/
    padding: 20px 0;
    background: linear-gradient(to bottom, #70A435 , #AECE3C);
    position: relative;
}
.howWeWorkContainer {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
.hwwBlock {
    margin: 0 auto 30px auto;
}
.hwwBlock h2 {
    font-family: gibson-light;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 6px;
}
.hwwBlock p {
    text-transform: uppercase;
    background-color: #454834;
    display: inline-block;
    padding: 2px 3px;
    margin-bottom: 2px;
}
.hwwBlock ul {
    -webkit-padding-start: 25px;
    margin-top: 6px;
}
.hwwTitle {
    display: none;
}
.hwwClose {
    background-color: rgb(255, 106, 99);
    position: absolute;
    right: 40px;
    top: 10px;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
    padding: 2px 4px 6px;
    cursor: pointer;
}

@media(min-width: 375px) {
    .hwwBlock {
        width: 336px;
    }
}
@media(min-width: 768px) {
    .hwwBlock {
         margin: 0;
         display: inline-block;       
         margin-bottom: 10px;
    }
    .hwwBtmMid {
        display: inline-block;
        float: right;
    }
    .hwwBlock2 {
        float: right;
    }

    /*.hww-close-btn {
        height: 40px;
        width: 38px;
        font-size: 30px;
    }*/
}
@media(min-width: 1080px) {
    .hwwBlock h2 {
        font-size: 39px;
        width: 100%;
        line-height: 35px;
    }
    .hwwBlock p {
        font-size: 16px
    }
    .hwwBlock li {
        font-size: 16px
    }
    .hwwBlock ul {
        width: 100%;
    }
    .hwwTop {
        display: block;
        position: relative;
        height: 280px;
    }
    .hwwBlock1, .hwwBlock2 {
        width: 33%;
        position: absolute;
    }
    .hwwBlock1 {
        left: 40px;
        top: 20px;
    }
    .hwwBlock2 {
        right: 80px;
        top: 10px;
    }
    .hwwBtm {
        display: block;
        height: 420px;
        position: relative;
    }
    .hwwBlock3, .hwwBlock5, .hwwBtmMid {
        width: 33%;
        position: absolute;
    }
    .hwwBlock3 {
        top: 50px;
    }
    .hwwBtmMid {
        top: 0;
        left: 390px;
    }
    .hwwBlock5 {
        right: 0;
    }
    .hwwTitle {
        display: block;
        margin-bottom: 100px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .hwwTitle h1, .hwwTitle h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: gibson-bold;
    }
    .hwwTitle h1 {
        font-size: 90px;
        line-height: 50px;
    }
    .hwwTitle h2 {
        font-size: 41px;
        line-height: 50px;
        margin-left: 6px
    }
}
@media(min-width: 1366px) {
    .howWeWorkContainer {
        width: 1297px;
        margin: 0 auto
    }
    .hwwBlock1 {
        left: 80px;
        top: 40px;
    }
    .hwwBlock2 {
        right: 120px;
        top: 20px;
    }
    .hwwBtmMid {
        left: 480px;
    }
    .hwwBlock5 {
        top: 30px;
    }
}

/*************************************************************************************************************************************/
    /* LANDING PAGE */
/*************************************************************************************************************************************/
.container-fluid {
    padding: 0;
}
#landing {
    background-color: gray;
    min-height: 672px;
    position: relative;
    color: #fff;
    background-size: cover;
    padding-top: 40px;
}
.landing-img{
    background: url(/Images/landing-background.jpg) 50% no-repeat;
}
#activated-popup-title {
    color: #73a236;
    display: inline-block;
    vertical-align: sub;
    width: auto;
    margin-right: 6px;
    font-size: 20px;
}
#activated-popup img {
    width: 30px;
}
/*----------------------*/
/*  Landing Header      */
/*----------------------*/
#landing-header {
    text-align: center; 
}
#landing-header-inline {
    display: block;
    margin-top: 20px;
}
#landing-header h1 {
    margin: 0 auto 20px auto;
    font-size: 40px;
    font-family: gibson-light, Helvetica;
    width: 90%;
}
#landing-header p {
    font-size: 18px;
    display: none;
}
#landing-header button {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    display: inline-block;
}
#landing-header button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
a.btn-booking-landing-header {
    background-color: rgb(255, 106, 99);
    width: 90%;
    margin: 40px auto;
    font-size: 20px;
    padding: 12px 0;
    display: block;
    display: none;
}
#promo-code-form {
    width: 100%;
    height: auto;
}
#landing-header input:focus {
    border-color: #b5ce49;
}
.how-we-work-btn {
    border: 1px solid #fff;
    font-weight:300;
    font-size: 18px;
    height: 50px;
    padding: 6px 12px;
    border-radius: 3px;
}
#booking-list {
    display: none;
}
.covid-19-landing-img {
    width: 220px;
}
.bookingBtnContainer {
    margin-top: 0px;
}
@media (min-width: 768px) {
    #landing-header h1 {
        font-size: 50px;
        width: 691px;
    }
    a.btn-booking-landing-header {
        display: none;
    }
    #landing-header p {
        display: block;
    }
    #booking-list {
        display: block;
    }
    #landing-header-inline { 
        display: block;
    }
    
}

/**** BOTTOM BOUNDARY OF LANDING SECTION ****/
.landing-bottom-boundary-wrapper {
    height: 100px; 
}
.landing-bottom-boundary-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 67px;
}
.landing-bottom-boundary {
    position: absolute;
    width: 100%;
    height: inherit;
    background: url(/Images/fullwidth-arrow.png) bottom no-repeat;
    background-size: cover;
    z-index: 1;
}

/*--------------------------*/
/*  Benefits Section        */
/*--------------------------*/
#benefits {
    position: relative;
    padding: 0;
    height: 310px;
    color: #fff;
    box-sizing: border-box;
    background: no-repeat top;
    background-image: url(/Images/landing-promo.jpg); 
    background-size: cover;
    text-align: center;
    white-space: normal;
}
#benefits-container-xs {
    display: none;
}
#benefits-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    display: table;
}
.benefits-block {
    display: table-cell;
    width:33%;
    vertical-align: top;
    padding-left: 50px;
    padding-right: 50px;
}
.seperator {
    display: table-cell;
    width: 0.2%;
    background: hsla(0,0%,100%,.4);
    vertical-align: top;
}
.benefits-icon, .benefits-title, 
.benefits-description {
    display: block;
}
.benefits-block i {
    font-size: 50px;
    color: #b5ce49;
}
.benefits-title {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 14px;
    font-family: gibson-light;
}
.benefits-description {
    font-size: 15px;
}

@media (min-width: 1200px) {
    #benefits-container {
        width: 1200px;
    }
}
@media (max-width: 1200px) {
    #benefits-container {
        width: 100%;
    }
}
@media (max-width: 900px){
    #benefits-container-xs {
        display: block;
    }
    #benefits-container {
        display: none;
    }
    #benefits {
        height: 380px;
    }
    #benefits-container-xs {
        padding-top: 50px;
        width: 70%;
        margin: 0 auto;
    }
    .benefits-block-xs {
        text-align: left;
        margin: 0 0 30px 0;
        padding-bottom: 10px;
    }
    .bottom-border {
        border-bottom: 1px solid hsla(0,0%,100%,.4);
    }
    .benefits-icon-xs, .benefits-content-xs {
        display: inline-block;  
    }   
    .benefits-icon-xs {
        width: 10%;
        vertical-align: top;
    }
    .benefits-icon-xs i {
        font-size: 50px;
        padding-top: 4px;
        color: #b5ce49;
    }   
    .benefits-content-xs {
        width: 80%;
        margin-left: 10px;
    }    
    .benefits-title-xs {
        font-size: 18px;
    }
    .benefits-description-xs {
        font-size: 14px;
    }
}
@media (max-width: 700px){
    .benefits-icon-xs {
        width: 12%;
    }
    .benefits-icon-xs i {
        font-size: 44px;
    }
    .benefits-description-xs {
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .benefits-icon-xs {
        width: 14%;
    }
    #benefits-container-xs {
        width: 85%;
    }
}   

/*--------------------------*/
/*      Download App        */
/*--------------------------*/
#download-app{
    position: relative;
    background-color: lightgray;
    min-height: 300px;
    height: 100%;
    max-height: 600px;
    height: 100vh;
    padding: 60px 0;
    padding-bottom: 0;
    z-index: 2;
    color: #fff;
}
.download-app-img{
    background: url(/Images/landing-mobile-phone.jpg) no-repeat bottom;
    background-size: cover;
}
#download-app-wrapper {
    display: block;
    width: 87.4%;
    margin: 0 auto;
    position: relative;
}
#download-app h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: .8;
    position: relative;
    line-height: 30px;
}
#app-download-points {
    position: relative;
    z-index: 999;
    margin: 40px 0 40px;
    margin-left: -16px;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: initial; 
}
#app-download-points li {
    font-size: 22px;
    line-height: 1;
    font-weight: lighter;
    margin-bottom: 15px;
    color: #fff;
}
.download-app-btn {
    width: 175px;
    height: 50px;
    margin-top: 16px;
}
.btn-ios {
    background-image: url(/Images/app-ios-link.svg);
}
.btn-android {
    background-image: url(/Images/app-android-link.png);
}
.btn-ios, .btn-android {
    background-repeat: no-repeat;
    background-size: cover; 
}

@media (max-width: 663px) {   
    #download-app {
        background-size: 254%;
        background-size: 300vw;
        background-position: 40% 100%;
        background-position: -75vw 100%;
        background-color: #cfd0d2;
    }
    #download-app-wrapper {
        width: 89%;
    }
    #download-app h1 {
        line-height: .8;
        font-size: 8vw;
    }
    #app-download-points li {
        font-size: 16px;
        line-height: 1.2;
    }
}

/*--------------------------*/
/*      In Focus            */
/*--------------------------*/
#in-focus {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}
.green-polygon-1 {
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(/Images/landing-green-polygon-1.png) no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
}
#in-focus-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.icon-circles {
    background: url(/Images/icon-circles.png) no-repeat;
    width: 48px;
    height: 48px;
    background-size: contain;
    display: inline-block;
    margin-left: -100px;
    margin-bottom: 40px;
}
#in-focus-container {
    width: 90%;
    z-index: 1;
    margin: 0 auto;
}
#in-focus-items-container {
    width: 100%;
    margin: 0 auto;
}
.in-focus-block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
#why-not-book-shuttle-img {
    padding-right: 10px;
}
#agent-img {
    padding-right: 5px;
    padding-left: 5px;
}
#door-to-airport-img {
    padding-left: 10px;
}
.in-focus-item-img {
    background-size: cover;
    display: block;
    width: 100%; 
    min-height: 200px; 
    max-height: 420px; 
    height: 23.2vw;
    border-radius: 2px;
}
.assurance-msg-1 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
    font-size: 18px;
    line-height: 1.2;
    color: #42474d;
    font-weight: 900;
    text-align: center;
}
.assurance-msg-1 strong {
    font-family: gibson-semibold;
    /*font-weight: 600;*/
    /*font-family: gibson-regular;*/
}
.assurance-msg-2 {
    margin: 0 auto;
    color: #9e9e9e;
    width: 90%;
    font-size: 13px;
    line-height: 1.25;
    margin-top: 10px;
    font-family: Gibson-Light,Helvetica,Arial,sans-serif;
    font-weight: 100;
    text-align: center;
}

@media (max-width: 900px) {
    .in-focus-block:nth-of-type(1), 
    .in-focus-block:nth-of-type(3) {
        display: none;
    }   
    .in-focus-block {
        width: 100%;
    }
    .in-focus-item-img { 
        object-fit: cover;
        object-position:top;  
    }
}

/* Styling the green polygon 1 */
@media (min-width: 320px) {
    .green-polygon-1 {
        margin-top: -24px;
    }
}
@media (min-width: 350px) {
    .green-polygon-1 {
        margin-top: -30px;
    }
}
@media (min-width: 520px) {
    .green-polygon-1 {
        margin-top: -40px;
    }
}
@media (min-width: 700px) {
    .green-polygon-1 {
        margin-top: -50px;
    }
}
@media (min-width: 880px) {
    .green-polygon-1 {
        margin-top: -60px;
    }
}
@media (min-width: 1040px) {
    .green-polygon-1 {
        margin-top: -70px;
    }
}
@media (min-width: 1220px) {
    .green-polygon-1 {
        margin-top: -80px;
    }
}
@media (min-width: 1390px) {
    .green-polygon-1 {
        margin-top: -90px;
    }
}
@media (min-width: 1560px) {
    .green-polygon-1 {
        margin-top: -95px;
    }
}

/*--------------------------*/
/*      Reviews             */
/*--------------------------*/
#reviews {
    height: 580px;
    margin-top: 100px;
    background: #abcf37;
    position: relative;
    z-index: 33;
}
#huge-white-space-seperator {
    position: absolute;
    left: 0;
    top: 0;
    height: 283px;
    width: 100%;
    background: url(/Images/huge-white-space.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
#reviews-items-container {
    width: 87.4%;
    margin: 0 auto;
}
#reviews-title-container {
    z-index: 3;
    position: absolute;
}
#reviews-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    color: #73a236;
}
#icon-heart {
    width: 60px;
    height: 60px;
    background: url(/Images/icon-heart.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
#reviews-content-container {
    padding-top: 12%;
    min-height: 700px;
}  
#reviews-left-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 40px auto 0 auto;
}
#reviews-left-content div {
    font-size: 30px;
    line-height: 32pt;
    color: #42474d;
    font-weight: 100;
    transition: 0.5s ease-in;
    font-family: gibson-light; 
}
#reviews-right-content {
    /*background-image: url(/Images/reviews-lady.jpg);*/
    transition: background-image 0.25s linear;
    -webkit-transition: background-image 0.25s linear;
    -moz-transition: background-image 0.25s linear;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    max-height: 580px;
    z-index: 1;
}
#reviews-right-content div {
    font-size: 45px;
    color: #fff;
    padding: 60px;
    line-height: 1.1;
    top: 25%;
    position:absolute;
    font-family: gibson-light;
}
#reviews-bottom-seperator-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 67px;
}
#reviews-bottom-seperator {
    position: absolute;
    width: 100%;
    height: inherit;
    background: url(/Images/triangle-green.png) bottom no-repeat;
    background-size: cover;
    z-index: 100;
}

@media (min-width: 1000px){
    #reviews-left-content {
        width: 49%;
        font-size: 36px;
    }
}
@media (min-width: 800px) and (max-width: 999px) {
    #reviews {
        margin-top: 150px;
    }
    #reviews-right-content div {
        top: 20%;
    }
    #reviews-title-container {
        margin-top: -50px;
    }
    #reviews-left-content {
        width: 49%;
        font-size: 36px;
    }
}   
@media (min-width: 600px) and  (max-width: 800px) {
    #reviews {
        margin-top: 150px;
    }
    #reviews-right-content div {
        top: 25%;
        padding: 30px;
    }
    #reviews-left-content {
        width: 49%;
        font-size: 36px;
    }
    #reviews-left-content div {
        line-height: 28pt;
    }
    #reviews-title-container {
        margin-top: -60px;
    }
}
@media (max-width: 600px) {
    #reviews {
        margin-top: 200px;
    }
    #reviews-right-content { 
        display: none;
    }
    /*#reviews-left-content {
        width: 100%;
        margin: 40px auto 0 auto;
    }*/
    /*#reviews-left-content div {
        font-size: 24pt;
        line-height: 28pt;
    }*/
    #reviews-title-container {
        margin-top: -70px;
    }
}
@media (max-width: 435px) {
    #reviews-title {
        font-size: 32px;
    }
    #icon-heart {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 350px) {
    #reviews-title {
        font-size: 28px;
    }
    #icon-heart {
        width: 55px;
        height: 55px;
    }
}

/*--------------------------*/
/*      Business            */
/*--------------------------*/
#business{
    background-color: #fff;
    text-align: center;
}
#business-header {
    width: 40%;
    margin: 0 auto;
}
#business-icon { 
    width: 52px; 
    height: 52px;
    margin: 0 auto; 
    background: url(/Images/icon-case.png) no-repeat; 
    background-size: contain; 
}
#business-header h3 {
    font-weight: 900;
    color: #3e454c;
    text-transform: uppercase;
    font-size: 18pt;
    line-height: 21pt;
    display: block;
    margin: 16px 0;
    font-family: gibson-semibold,Helvetica,Arial,sans-serif;
}
#business-header div:nth-of-type(2) {
    color: #8b8b8b;
    font-size: 16pt;
    line-height: 20pt;
    font-family: Gibson-Light,Helvetica,Arial,sans-serif;
    margin: 0 auto;
    width: 90%;
    margin: 0 auto;
}
#business-logos {
    width: 70%;
    margin: 30px auto;
}
.logo-block {
    display: inline-block;
    width: 33%;
    height: 10vw;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.air-nz {
    background: url(/Images/air-nz.png) center no-repeat;
    background-size: contain;
}
.sky {
    background-image: url(/Images/sky.png);
}
.nz-rugby {
    background-image: url(/Images/nz-rugby.png);
}
.noel-leeming {
    background-image: url(/Images/noel-leeming.png);
}
.les-mills {
    background-image: url(/Images/les-mills.png);
}
.revlon {
    background-image: url(/Images/revlon.png);
}
.business-btn-container {
    width: 90%;
    margin: 0 auto;
}
.business-btn-container a {
    padding: 12px;
    display: block;
    margin-bottom: 10px;
}
.business-btn-container a:hover {
   color: #fff;
}
@media(min-width: 768px) {
   .business-btn-container a {
        display: inline-block;
        margin-right: 20px;
    } 
}

/* ADDED */
/*.logoContainer {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3),
                0px -1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3),
                        0px -1px 3px rgba(0, 0, 0, 0.3);
    height: 100px;
    width: 150px;
    margin: 0 4px 15px 4px;
    display: inline-block;
}*/

/* HOTEL DEALS MODAL */
#hotel-deal-modal {
    text-align: left;    
}
.hotel-deals-body { 
    margin: 0 auto;
}
#hotel-deal-modal h2 {
    font-size: 20px;
    font-weight: 900;
    color: #73a236;
}
.hotel-deal-container {
    margin-top: 14px;
}
.hotel-deal-block {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.hotel-deal-block:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hotel-deal-content, .hd-logo-container {
    display: inline-block;
}
.hd-logo-container {
    width: 40%;
    padding: 10px;
}
.hotel-deal-content {
    vertical-align: top;
    padding: 10px;
    width: 55%;
}
.hotel-title {
    color: #42474d;
    font-weight: 600;
    font-size: 20px;
}
.hotel-stars {
    color: #F6AB3F;
}
.hotel-address {
    color: #42474d !important;
    margin-bottom: 0;
    margin-top: 4px;
}
.hd-logo-container img {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
     #business-logos {
        width: 100%;
    }
    .logo-block {
        width: 14%;
        height: 8vw;
    }
}
@media (min-width: 900px) and  (max-width: 1200px){
    #business-header {
        width: 80%;
    }   
    #business-logos {
        width: 100%;
    }
    .logo-block {
        width: 26%;
        height: 10vw;
    }
}
@media (max-width: 900px) {
    #business-header {
        width: 80%;
    }
    #business-logos {
        width: 90%;
    }
    .logo-block {
        width: 30%;
        height: 12vw;
    }
}
@media (min-width: 768px) {
    .hotel-deal-btn {
        margin-top: 0px;
    }
    .business-link-btn, .hotel-deal-btn {
        font-size: 16px;
    }
    .hotel-deal-wrapper {
        width: 460px !important;
    }
    .hotel-deals-body { 
        width: 400px;
    }
}
