@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
/* Normalise */

html,
body,
p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    color: #000;
    /* text-transform: uppercase; */
}

a{
    color: #0083BF;
    text-decoration: underline;
    /*text-decoration: none !important;*/
}

a:hover{
    color: #0083BF;
    text-decoration: none;
    /*text-decoration: none !important;*/
}

html,
body {
    background: #ffffff;
}

.blue{
    color: #0083BF !important;
}

.black {
    color: #000000 !important;
}

.btn{
  border-radius: 40px;
  white-space: normal;
}

.btn-primary {
    background-color: #0083BF;
    border-color: #0083BF;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #0083BF;
    color: #0083BF;
}

.btn_text {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    transition: all .25s;
}

.btn_text:hover {
    color: #0083BF;
}


.container-fluid.container-wider{
    max-width: 1530px;
}
/* Normalise EOF */

/* Hamburger */

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham.active .line{
  stroke:#FFD5BD;
}
.ham6 .top {
  stroke-dasharray: 40 172;
}
.ham6 .middle {
  stroke-dasharray: 40 111;
}
.ham6 .bottom {
  stroke-dasharray: 40 172;
}
.ham6.active .top {
  stroke-dashoffset: -132px;
}
.ham6.active .middle {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom {
  stroke-dashoffset: -132px;
}
svg.ham.ham6.menu_anchor {
    width: 60px;
    width: 58px;
}
  
/* Hamburger EOF */

/* Mouse */

.mouse {
    height: 40px;
    width: 25px;
    border-radius: 14px;
    border: 2px solid #fff
}

.mouse:after {
    content: '';
    display: block;
    height: 8px;
    width: 2px;
    margin: 10px auto;
    background: #fff;
    position: relative;
    -webkit-animation: a 1.2s ease infinite;
    animation: a 1.2s ease infinite
}

.arrow-scroll {
    width: 25px;
    margin-top: 10px
}

.arrow-scroll>span {
    font-family: Arial,sans-serif;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 5px auto 3px;
    -webkit-animation: b 1s infinite;
    animation: b 1s infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.arrow-scroll>span:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.arrow-scroll>span:last-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes a {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes a {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes b {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}


/* Mouse EOF */


/* gallery */
 
.gallery__wrap__slider{
    display: grid;
    grid-template-columns: repeat(6, 1fr);;
}
.hokv2__feeds__box {
    width: 100%;
  height: 270px;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}
 
.hokv2__feeds__background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
 
@media (min-width: 1200px) {
  .hokv2__feeds__box {
    height: 270px;
  }
  .hokv2__feeds__box{
    height: 200px;
  }
}
 
@media (min-width: 1700px) {
  .hokv2__feeds__box {
    height: 300px;
  }
}
@media (max-width: 991px){
    .gallery__wrap__slider{
        display: grid;
        grid-template-columns: repeat(4, 1fr);;
    }
}

@media (max-width: 720px){
    .gallery__wrap__slider{
        display: grid;
        grid-template-columns: repeat(2, 1fr);;
    }
    .hokv2__feeds__box{
        height: 200px;
    }
}
 
/* eof gallery */

/* Header */

#videoresorts video {
    object-fit: cover;
}

.video-js .vjs-control-bar {
    z-index: 5;
}

#videoresorts {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center center !important;
}
  
.video-js .vjs-play-progress:before {
    top: -0.55em;
}

.logo img{
  max-width: 90px;
}

.header_menu{
    position: fixed;
    width: 100%;
    /* margin-top: 10px; */
    z-index: 55;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: padding 0.25s;
}

.header_menu.sticky {
    box-shadow: 1px 0px 9px rgba(0,0,0,0.2);
}

.header_menu:after {
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0083BF;
    transition: height .25s 0.35s, opacity .25s  0.35s;
    opacity: 0;
    z-index: -1;
}

.header_menu.sticky:after {
    height: 100%;
    opacity: 1;
}

.cta_anchor{
    max-width: 200px;
    white-space: normal;
    /* border-radius: 40px; */
    line-height: 1.1em;
    font-weight: 500;
    padding: .5rem .75rem;
}

.header_menu.sticky .cta_anchor{
    background-color: #fff;
    color: #0083BF;
}

.header_menu.sticky .cta_anchor:hover{
    background-color: #000;
    color: #fff;
}

.menu_nav_wrap{
    position: relative;
    right: -10px;
    text-align: right;
}

.header_menu .nav{
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 5;
}

.header_menu .nav.active {
    display: block !important;
}

.header_menu .nav > li{
  display: inline-block;
  display: block;
}

.header_menu .nav > li > a.nav_link {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    white-space: normal;
    width: 100%;
}

@media (max-width: 720px){
   .cta_anchor{
    font-size: 14px;;
   }
}

@media (min-width: 1200px){

  .header_menu .nav{
      background-color: transparent;
      position: initial;
      justify-content: flex-end;
  }
  
  .header_menu .nav > li > a.nav_link {
      color: #fff;
      border-bottom: 0;
  }

  .header_menu .nav > li > a.nav_link:hover, .header_menu .nav > li > a.nav_link:focus {
      background-color: transparent;
      border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  
  .header_menu .nav > li > a.btn:hover, .header_menu .nav > li > a.btn:focus {
      border-bottom: 1px solid #0a58ca;
  }

  .header_menu .nav > li > a.btn-primary{
    font-weight: 500;
  }
    
  .header_menu.sticky .nav > li > a.btn-primary{
      background-color: #fff;
      color: #0083BF;
  }
    
  .header_menu.sticky .nav > li > a.btn-primary:hover{
      background-color: #000;
      color: #fff;
  }
  
  .header_menu .nav > li > a.btn-primary:hover, .header_menu .nav > li > a.btn-primary:focus {
      background-color: #fff;
      color: #0083BF;
      border-color: transparent;
  }

  .logo img{
      max-width: 195px;
  }

  .header_menu{
      /* margin-top: 30px; */
      padding-top: 30px;
      padding-bottom: 15px;
  }

.header_menu.sticky {
    padding-top: 15px;
}

  .header_menu .nav > li{
    display: inline-block;
    margin-left: 20px;
  }
  
  .header_menu .nav > li.nav_btn_wrap {
      margin-left: 30px;
  }

  .menu_nav_wrap{
    position: initial;
}
  
}

#live-help-float{
    display: none !important;
}

.header_menu{}

.header_menu{}

.header_menu{}


.section_header .tagline{
    font-size: 50px;
    font-weight: 500 !important;
    color: #fff;
    text-transform: none;
    margin: 0;
    line-height: 1.1em;
    font-family: 'Playfair Display', 'Montserrat', serif;
}

.section_header .bg_wrap{}

.section_header .bg_item{
    background-size: cover;
}

.section_header.section_header_full .bg_item{
    height: 100vh;
}

.mouse__wrapper{
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
}

.mouse__wrapper a {
    display: inline-block;
}

.section_header .overlay_wrap{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
}

.section_header .tag{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: .5em 0;
}

.section_header .dashv_top{
    height: 60px;
    display: inline-block;
    width: 1px;
    background-color: #fff;
    opacity: 0.7;
    margin-bottom: 40px;
}

.section_header .dashv_bottom{
    height: 60px;
    display: inline-block;
    width: 1px;
    background-color: #fff;
    opacity: 0.7;
    margin-top: 40px;
}

.section_header{}

/* Header EOF */

/* About */

.section_about{
    padding-top: 54px;
}

.section_about .container{
    max-width: 1111px;
}

.section_about p{
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
}

.section_about .card_holder img{
    margin-top: 30px;
    margin-bottom: -50px;
    max-width: 90% !important;
}

@media (min-width: 1200px){
    .section_about p{
        font-size: 22px;
        line-height: 34px;
    } 
    .section_about .card_holder img{
        max-width: 100% !important;
    }
}

/* About EOF */


/* VIP Access */

.section_vip .title{
    text-align: center;
    background: #0083bf;
    padding: 38px 0 25px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.gallery__wrap{
    min-height: 330px;
}

.gallery__wrap-left{
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
}

.gallery__wrap-right{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
}

.gallery__image_3{
    grid-column: 1/3;
    grid-row: 1/3;
}

.gallery__image_4 {
    grid-column: 3
}

.gallery__image_5 {
    grid-column: 4
}

.gallery__image_6 {
    grid-column: 3/5
}

.gallery__image_7 {
    grid-column: 1/3
}

.gallery__image_8 {
    grid-column: 3/5
}

.gallery__image{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (min-width: 768px){
    .gallery__wrap {
        min-height: 450px;
    }
    .gallery__wrap-left{
        grid-template-columns: 1fr 1fr;
    }
}


@media (min-width: 1200px){
    .section_vip .title{
        font-size: 28px;
    }
    .gallery__wrap-left{
        grid-template-columns: 1fr 1fr;
    }
    .gallery__wrap{
        min-height: 694px;
    }
}

/* EOF VIP Access */

/* Inclusions */

.section_inclusions{
    background: #0083bf;
    padding: 45px 0;
    color: #fff;
}

.section_inclusions .title{
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.section_inclusions .boxInclusions{
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 135px;
}

.section_inclusions .boxInclusions i{
    font-size: 32px;
    margin-bottom: 28px;
}

.section_inclusions .boxInclusions p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.section_inclusions .tc{
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.section_require{
    background: #E1E9EF;
    padding: 35px 15px 30px;
    font-size: 16px;
}

.section_require p{
    line-height: 160%;
}

.required__title{
    font-weight: 700;
    padding-bottom: 0;
    line-height: 160%;
}

.required__additional{
    padding-top:30px;
}

@media (min-width: 1200px){
    .section_inclusions .boxInclusions p{
        font-size: 16px;
    }
    .required__additional {
        padding-top: 40px;
    }
    .section_require{
        background: #E1E9EF;
        padding: 73px 15px 84px;
        font-size: 16px;
    }
}

@media (min-width: 1200px){
    .section_inclusions{
        padding: 66px 0;
    }
    .section_inclusions .title{
        font-size: 28px;
        padding-bottom: 60px;
    }
    .section_inclusions .boxInclusions p{
        font-size: 18px;
    }
    .section_inclusions .boxInclusions i{
        font-size: 38px;
    }
    .section_inclusions .boxInclusions{
        margin-bottom: 40px;
        min-height: 170px;
    }
    .section_inclusions .tc{
        font-size: 18px;
    }
}

/* Inclusions EOF */


/* Form */
.section_form .title {
    padding: 48px 0 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.section_form .form_wrapper{
    margin: 0 auto 45px;
    max-width: 835px;
}

.section_form .form_wrapper input,
.section_form .form_wrapper select{
    padding: 15px;
    font-size: 16px;
    color: #000000;
    background: rgba(0, 131, 191, 0.3);
    width: 100%;
    border: none;
    outline: none;
    font-weight: 600;
    margin-bottom: 18px;
}

.section_form .form_wrapper .iti{
    width: 100%;
}

.section_form .form_wrapper .row{
    margin-bottom: 0;
}

.country_label{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 5px;
}

.btn_kbb_submit{
    border: 2px solid #0083BF;
    background: #0083BF;
    color: #fff;
    font-size: 20px;
    outline: none;
    padding: 7px 20px;
    font-weight: 500;
    min-width: 235px;
    transition: all 0.3s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: rgba(0, 131, 191, 0.3);
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 131, 191, 0.3) inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

*::-webkit-input-placeholder {
    color: #000;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}
*::placeholder {
    /* modern browser */
    color: #000;
}

*:focus::-webkit-input-placeholder {
    opacity: 0.35;
}
*:focus:-moz-placeholder {
    opacity: 0.35;
}
*:focus::-moz-placeholder {
    opacity: 0.35;
}
*:focus:-ms-input-placeholder {
    opacity: 0.35;
}
*:focus::-ms-input-placeholder {
    opacity: 0.35;
}
*:focus::placeholder {
    opacity: 0.35;
}

.btn_kbb_submit:hover{
    background: #fff;
    color: #0083BF;
}

.section_form .form_wrapper i{
    margin-left: 15px;
    font-size: 22px;
}

.section_form .form_wrapper .wpcf7-not-valid-tip{
    font-size: 11px;
    position: absolute;
    margin-top: 2px;
    top: 34px;
}

.section_form .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0.5em;
}




.wpcf7-form.sent .show_on_sent{
    display: block !important;
}

.wpcf7-form.sent .hide_on_sent{
    display: none !important;
}

.response_message p{
    color: #000;
    font-size: 16px;
    max-width: 580px;
    margin: 0 auto;  
    line-height: 1.4;
}

.response_message span{
    font-size: 24px;
    color: #0083BF !important;
    text-transform: uppercase;
    font-weight: 600;
}



.wpcf7-form.submitting .wpcf7-spinner,
.wpcf7-form.loading .wpcf7-spinner{
    visibility: visible;
    opacity: 1;
}

.wpcf7-form .wpcf7-spinner {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    border-radius: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    visibility: hidden;
}

.wpcf7-form .wpcf7-spinner:before{
    border-radius: 50%;
    transform-origin: 45px 45px;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    background-color: transparent;
    border-color: transparent transparent #fff transparent;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    animation-duration: 700ms;
    margin-top: -110px;
}

.wpcf7-form .wpcf7-spinner:after{
    content: "Submitting the form, please wait...";
    display: block;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.form_wrapper .agreement {
    margin: 20px auto 10px;
    max-width: 800px;
}


.form_wrapper input[type='checkbox']{
    visibility: hidden;
    display: none;
}


.form_wrapper input[type='checkbox'] + .wpcf7-list-item-label::before {
    content: "\f0c8";
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-left: 0;
    font-family: "Font Awesome 6 Pro";
    font-size: 24px;
    color: #0083BF;
    position: absolute;
    left: 12px;
    margin-top: -4px;
}

.form_wrapper input[type='checkbox']:checked + .wpcf7-list-item-label::before {
    content: "\f14a";
}

.form_wrapper .wpcf7-list-item {
    margin-left: 40px;
}

.wpcf7-recaptcha > div{
    margin: 0 auto;
    text-emphasis: center;
}

.form_wrapper .agreement label{
    cursor: pointer;
    line-height: 1.5;
}

.form_wrapper input.wpcf7-submit {
    display: none !important;
}
.recaptcha_wrapper{
    margin: 20px 0 25px !important;
}

.section_form .form_wrapper .agreement .wpcf7-not-valid-tip{
    text-align: center;
    width: 100%;
}

.section_form .form_wrapper .recaptcha_wrapper .wpcf7-not-valid-tip{
    position: relative;
}


/* T&C Table */
#kbb-vip-tnc--modal-title > span {
    display: block;
}

.modal-xl .modal-title {
    font-size: 1.5em;
    line-height: 1.25em;
}

body.modal-open #terms-and-conditions.in {
    display: block;
    opacity: 1;
}

body.modal-open #terms-and-conditions .modal-dialog {
    transform: none;
}

#terms-and-conditions {
    background: rgb(0 47 69 / 50%);
    opacity: 0;
}

#terms-and-conditions td {
    padding-bottom: 0.8em;
}

.kbb-vip-tnc--modal-show-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.kbb-vip-tnc--modal-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #0083bf;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -6px;
    top: -6px;
}

.kbb-vip-tnc--table-0 .kbb-vip-tnc--table-no {
    width: 22px;
}

.kbb-vip-tnc--table-1 .kbb-vip-tnc--table-no {
    width: 33px;
}

.kbb-vip-tnc--table-bull {
    width: 10px;
}

.kbb-vip-tnc--table-letter {
    width: 18px;
}

.modal-xl .modal-body {
    font-size: 0.8em;
    padding: 0.8rem;
}

.kbb-vip-tnc--modal-close-btn {
    position: fixed;
    top: 10px;
    right: 26px;
    color: #FFF;
    font-weight: 300 !important;
    font-size: 30px;
    z-index: 2;
    color: #666;
    right: 14px;
    background-color: #fff;
}

@media (min-width: 768px){
    .kbb-vip-tnc--modal-close-btn {
        top: 10px;
        right: 26px;
        color: #FFF;
        background-color: transparent;
    }
}

@media (min-width:992px){
    .modal-xl .modal-body {
        font-size: 1em;
        padding: 2rem;
    }
    .kbb-vip-tnc--table-0 .kbb-vip-tnc--table-no {
        width: 28px;
    }
    .kbb-vip-tnc--table-1 .kbb-vip-tnc--table-no {
        width: 42px;
    }
    .kbb-vip-tnc--table-letter {
        width: 22px;
    }
    .kbb-vip-tnc--table-bull {
        width: 12px;
    }
}

/* EOF T&C Table */

@media (min-width: 1200px){
    .section_form .title {
        font-size: 28px;
    } 
    .section_form .form_wrapper .row{
        margin-bottom: 27px;
    }
    .section_form .form_wrapper input,
    .section_form .form_wrapper select{
        margin-bottom: 0;
        font-size: 18px;
    }
    .country_label{
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }
    .btn_kbb_submit{
        font-size: 22px;
        min-width: 257px;
    }
    .section_form .form_wrapper i{
        font-size: 24px;
    }
    .recaptcha_wrapper{
        margin: 0 !important;
    }
    .section_form .form_wrapper .wpcf7-not-valid-tip{
        font-size: 13px;
        position: absolute;
        margin-top: 2px;
        top: unset;
    }
    .response_message p{
        font-size: 18px;
    }
    
    .response_message span{
        font-size: 26px;
    }
}
/* eof Form */

/* Social */

.section_social{
    padding-top: 35px;
    background-color: #E1E9EF;
}

.section_social .title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.section_social p{
    font-size: 16px;
    margin-bottom: 32px;
}

.section_social a{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block;
}

.instagram_gallery{
    padding-top: 35px;
}

@media (min-width: 1200px){
    .section_social .title{
        font-size: 28px;
    }
    .section_social p{
        font-size: 18px;
    }
    .section_social a{
        font-size: 16px;
    }
    .section_social{
        padding-top: 70px;
    }
    .instagram_gallery{
        padding-top: 70px;
    }
}

/* Social EOF */
