﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,800);

/*Default css*/
body {
  margin: 0;
  padding: 0;
  font-family: "Gotham Narrow A", "Gotham Narrow B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #131313;
  line-height: 21px;


  #lange {
    background: transparent;
    margin-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
    padding: 3px 8px;
    height: 33px;
    margin-top: -1px;
    border-radius: 0;
    border: 2px solid #ffd479;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #lange option {
    color: #000;
    background-color: #fff;
  }

  .modal-header {
    border-top-left-radius: .0rem;
    border-top-right-radius: .0rem;
  }

  .btn {
    border-radius: 0rem;
  }

  .modal-content {
    border-radius: 0rem;
  }

  .conforradio {
    display: block;
    position: relative;
    padding: 4px 0px 0px 36px;
    margin: 20px 4px 10px 0px;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .pleasenote {
    background-color: #fff;
    color: #000;
    border: solid 2px #aeaeae;
  }

  .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    background-color: #fff;
    color: #000;
    border: solid 2px #aeaeae;
    border-radius: 0rem;
  }

  .conforradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  .conforradio:hover input~.checkmark {
    background-color: #ccc;
  }

  .conforradio input:checked~.checkmark {
    background-color: #2196F3;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .conforradio input:checked~.checkmark:after {
    display: block;
  }

  .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  .ck-button {
    margin: 4px;
    color: #414142;
    overflow: none;
    letter-spacing: 1px;
    margin: auto;
  }

  .ck-button:hover {

  }

  .ck-button label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 42px;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 1px;
  }

  .ck-button label span {
    text-align: center;
    padding: 3px 0px;
    display: block;
  }

  .ck-button label input {
    position: absolute;
    top: -20px;
  }

  .ck-button input:checked+span {
    margin: -2px;
    height: 46px;
 
    color: #fff;
  }

  .ck-button span:checked{
    color: #fff;
  }

  .box {
    color: #000;
    padding: 4px;
    display: none;
    margin-top: 4px;
  }

  .spding {
    color: #399724;
    font-weight: 600
  }

  .txtnrm {
    text-transform: none;
  }


}

/*font-family: 'Lato', sans-serif;*/
/* Default CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
span,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

p a {
  background: transparent !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a {
  outline: none !important;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #A7F4F6;
  color: #555;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none !important;
}

input {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.section_padding {
  padding-top: 5px;
  padding-bottom: 50px;
}

p {
  color: #000000;
  font-family: "Gotham Narrow A", "Gotham Narrow B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

/**************************************/
/************ Header  Area*************/
/************************************/

.header_area {
  background-color: #fff;
  position: relative;
  z-index: 99999;
}

.header_area:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.logo_area {
  overflow: hidden;
  padding: 20px 0px;
  position: relative;
}

.logo_area a img {
  height: auto;
}

.main_menu {
  padding: 25px 0px;
}

.main_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  color: #E1E1E1;
  padding: 5px 0px;
  margin: 0px 23px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 3px solid transparent;
  font-size: 16px;
}

.main_menu ul li a i {
  margin-left: 6px;
}

.main_menu ul li:first-child a {
  border-bottom: 3px solid transparent !important;
}

.main_menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.main_menu ul li:hover ul {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_menu ul ul li a {
  border-bottom: 3px solid transparent !important;
}

.main_menu ul li a:hover {
  border-bottom: 3px solid #F7BD43;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFF;
}

.active {
  border-bottom: 3px solid #F7BD43 !important;
  color: #FFF !important;
}

.hader_banner_content {
  text-align: center;
  padding-top: 67px;
  padding-bottom: 60px;
}

.hader_banner_content img {
  width: 36%;
  height: auto;
  margin-bottom: 80px;
}

.hader_banner_content h3 {
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

.menu-bar .fas.fa-bars {
  color: #fff;
  font-size: 25px;
}

.menu-bar {
  position: absolute;
  right: 16px;
  top: 26px;
  display: none;
}



/**************************************/
/************ Earn   Area*************/
/************************************/
.earn_area {
  background: #FFF;
  overflow: hidden;
}

.earn_headin_content p {
  width: 78%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 70px;

}

.earn_headin_content p:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 4px;
  width: 60px;
  background: #E9B743;
  bottom: 0;
  margin: 0 auto;
}

.Earn_single_item {
  overflow: hidden;
  padding: 0px 37px;
  margin-bottom: 80px;
}

.Earn_single_item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.Earn_single_item p span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.earn_bottom_img img {
  width: 70%;
  height: auto;
  margin: 0 auto;
  display: inherit;
  padding-bottom: 25px;
}

.register_bnt {
  text-align: center;
}

.register_bnt a {
  color: #E3B84B;
  border: 2px solid #E3B84B;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 310px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.register_bnt a:hover {
  background: #E3B439;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**************************************/
/************ Footer Area*************/
/************************************/
.footer_area {
  background: #fff;
  overflow: hidden;
}

.footer_title h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer_left ul li a {
  display: block;
  color: #FFf;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer_middle img {
  width: 270px;
  height: auto;
  padding: 16px 0px;
}

.footer_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_social ul li a {
  color: #FFF;
  height: 28px;
  width: 28px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  line-height: 26px;
  margin: 6px 8px;
}

.footer_social ul li a .fab.fa-facebook-f {
  color: #131313;
  background: #FFF;
  padding: 5px 9px;
  border-radius: 28px;
  height: 26px;
  width: 26px;
  line-height: 21px;
  font-size: 18px;
}


/**************************************/
/************ Register Area ***********/
/************************************/
.register_header_area {
  background-color: #fff;
  position: relative;
  z-index: 99999;
}

.where_left_logo {
  overflow: hidden;
  text-align: center;
}

.where_left_logo a img {
  width: 80%;
  padding-bottom: 55px;
  height: auto;
}

.where_to_next_area {
  box-shadow: 0px 0px 27px 2px #DDD;
  /*margin-bottom: 25px;*/
}

.where_qualiry_btn {
  text-align: center;
}

.where_qualiry_btn a {
  color: #131313;
  border: 2px solid #131313;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 250px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.where_qualiry_btn a:hover {
  background: #131313;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.where_right_content h2 {
  font-size: 29px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 18px;
}

.where_right_content p {
  padding-bottom: 20px;
}

.where_next_list ul li {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 19px;
}

.where_next_list {
  margin-top: 10px;
}



/**************************************/
/************ Right  Area ************/
/************************************/
.right_informainton_area {
  background: #FFf;
  overflow: hidden;
  padding-left: 180px;
  padding-right: 180px;
}

.right_title {
  margin-bottom: 30px;
}

.right_title h2 {
  position: relative;
}

.title h2 {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 3px;
  margin-bottom: 4px;
}

.right_title p span {
  font-weight: 600;
}

.right_single_input {
  margin-bottom: 40px;
}

.right_single_input label {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #242424;
  display: block;
  font-weight: 400;
}

.right_single_input input {
  width: 93%;
  padding: 13px 15px;
  border: 1px solid #9E9E9E;
  color: #6B6B6B;
  font-size: 14px;
}

.right_single_input input:focus {
  border: 1px solid #131313;
}

.flight_botton_text {
  padding-top: 20px;
}

.flight_botton_text p {
  position: relative;
  padding-top: 35px;
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
  padding-bottom: 50px;
}

.flight_botton_text p:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  width: 60px;
  background: #E9B743;
  margin: 0 auto;
}

.flight_bottom_btn {}

.input_btn {
  margin-bottom: 50px;
}

.input_btn input {
  color: #414142;
  border: 2px solid #414142;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 224px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FFF;
  cursor: pointer;
}

.input_btn input:hover {
  background: #414142;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.right_single_input p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 5px;
  width: 93%;
}

.custom_checkbox_2 {
  position: relative;
  cursor: pointer;
  margin-top: 8px;
}

.custom_checkbox_2 input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_checkbox_2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 2px;
}

.custom_checkbox_2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_checkbox_2 input:checked~.checkmark {
  background-color: #FFF;
}

.custom_checkbox_2 input:checked~.checkmark:after {
  display: block;
}

.custom_checkbox_2 .checkmark:after {
  left: 6px;
  top: -1px;
  width: 11px;
  height: 21px;
  border: solid #F3BD56;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(31deg);
}

.custom_checkbox_2 p span {
  margin-left: 32px;
  padding-top: 4px;
  font-size: 15px;
  color: #000;
  text-transform: none;
  display: block;
}


select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.custom_select_item {
  position: relative;
}

.custom_select_item select {
  width: 93%;
  border: 1px solid #6B6B6B;
  padding: 12px 15px;
}

.custom_arrow {
  position: absolute;
  top: 14px;
  right: 61px;
}

.custom_arrow span i {
  font-size: 18px;
}

.input_btn button {
  background: #414142;
  color: #FFF;
  border: 2px solid #414142;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 224px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FFF;
  cursor: pointer;
}

.input_btn button:hover {
  background: #414142;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.flight_bottom_btn button span i {
  font-size: 15px;
  display: inline-block;
}

/**************************************/
/****** VIP Collective  Area *********/
/************************************/

.tierselection_single {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border: solid 1px #c1c1c1;
  padding: 20px 25px;
  border-radius: 5px;
}

.tierselection_single .vip_title h2 {
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 10px;
}

.vip_title h5 {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 1px;
}

.day_single {
  margin-bottom: 35px;
}

.day_single h5 {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #212121;
}

.day_single p {}

.custom_vip_1 {
  margin-right: 10px;
}

.custom_vip {
  margin-left: 10px;
}

.input_btn_select button {
  /*background: #414142;*/
  background: #209ac0;
  color: #FFF;
  /*border: 2px solid #414142;*/
  border: 2px solid #209ac0;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 260px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.input_btn_select button:hover {
  background: #1e3464;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_active button {
  background: #414142;
  color: #FFF;
}

.btn_active button:hover {
  background: #414142;
  color: #FFF;
}

.input_btn_select button span i {
  padding-right: 5px;
}


.custom_checkbox_3 {
  position: relative;
  cursor: pointer;
  margin-top: 8px;
}

.custom_checkbox_3 input {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_checkbox_3 p span {
  margin-left: 38px;
  font-size: 22px;
  color: #000;
  text-transform: none;
  display: block;
  font-weight: 600;
}

.custom_checkbox_3 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 2px;
}

.custom_checkbox_3 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_checkbox_3 input:checked~.checkmark {
  background-color: #FFF;
}

.custom_checkbox_3 input:checked~.checkmark:after {
  display: block;
}

.custom_checkbox_3 .checkmark:after {
  left: 6px;
  top: -1px;
  width: 11px;
  height: 21px;
  border: solid #F3BD56;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(31deg);
}

.paeckg_disc {
  margin-top: 30px;
  padding: 0px 42px;
}

.paeckg_disc h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.paeckg_disc ul {}

.paeckg_disc ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}

.tierselection_single_2 .vip_title h2:after {
  position: absolute;
  content: '';
  left: 0;
  height: 4px;
  width: 60px;
  background: #E9B743;
  bottom: 0;
  margin: 0 auto;
  right: 0;
}

.tierselection_single_2 .vip_title h2 {
  position: relative;
  text-align: center;
  padding-bottom: 34px;
  margin-bottom: 41px;
}

.extra_night_box {
  margin-bottom: 28px;
}

.extra_night_full_box {
  width: 59%;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 20px;
}

.tierselection {
  padding-bottom: 25px;
}


/**************************************/
/************* Payment  Area *********/
/************************************/

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  line-height: 33px;
  display: inline-block;
  color: #131313;
  font-size: 20px;
  font-weight: 500;
}


[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked+label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.payment_checkbox form p {
  margin-bottom: 15px;
}

.payment_mathod_from {
  margin-left: 53px;
  overflow: hidden;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}

.payment_single_input input {
  width: 100%;
  border: 1px solid #131313;
  padding: 10px 15px;
  color: #bababa;
  text-transform: uppercase;
  font-size: 15px;
}

.payment_single_input {
  margin-bottom: 15px;
}

.date {
  width: 50%;
  float: left;
  margin-right: 91px;
}

.cvc {
  width: 25%;
  float: left;
  overflow: hidden;
}

.date input,
.cvc input {
  width: 100%;
  border: 1px solid #131313;
  padding: 10px 15px;
  color: #bababa;
  text-transform: uppercase;
  font-size: 15px;
}

.total_table_area {
  width: 500px;
  margin: 0 auto;
  border: 1px solid #DDD;
  padding: 5px 15px;
}

.total_table_area table {
  width: 100%;
}

.total_table_area table tr {
  padding: 14px 25px;
  display: block;
  border-bottom: 1px solid #DDD;
  width: 100%;
  font-size: 20px;
  color: #131313;
}

.total_table_area table tr:last-child {
  border-bottom: 1px solid transparent;
}

.total_table_area table tr td:first-child {
  width: 305px;
}

.total_table_area table tr th:first-child {
  width: 305px;
}

.confram_payment {
  margin-top: 40px;
}

.confram_payment button {
  /*background: #414142;*/
  background: #209ac0;
  color: #FFF;
}

.justify_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hide {
  display: none;
}

.hidden {
  display: none !important;
  ;
}