@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
  font-family: "AmerTypewriterITCbyBT-Medium";
  src: url("../fonts/AmerTypewriterITCbyBT-Medium.woff2") format("woff2"),
    url("../fonts/AmerTypewriterITCbyBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  box-sizing: border-box;
  outline: none;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
header {
  background-color: transparent;
  padding: 20px 0;
  position: fixed;
  width: 100%;
}
.ico-phone {
  background-image: url(../images/ico-phone.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 2rem;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.header-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 18px;
}
.header-menu li a {
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.058rem;
  transition: color 0.3s ease-in-out;
  font-weight: 300;
  font-size: 15px;
}
header.active {
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 2px 9px 1px #737373;
}

header.active .header-menu li a {
  color: #222;
}
header.active .ico-phone {
  filter: invert(70%);
}

/* ================ hero-section css ======================== */

.hero-section {
  background-image: url("../images/Loyality-Programme.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
}
.hero-content p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.hero-content {
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* ===================== about-benifits ====================== */

.about-benifits {
  padding: 60px 0;
}

a.join-btn {
  /* background-color: #da791f; */
  background-color: #98c9c2;
  padding: 10px 26px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
}

/* ===================== all-benifits css ====================== */
h2 {
  font-family: "AmerTypewriterITCbyBT-Medium";
  margin-bottom: 20px;
}
.all-benifits {
  padding: 10px 0;
}
.all-benifits {
  padding: 60px 0;
  /* background: #98c9c2; */
  /* background-color: #2f3433; */
  background-color: #da791f;
}
.all-benifits h2 {
  font-family: "AmerTypewriterITCbyBT-Medium";
  color: #fff;
}
.all-benifits p {
  color: #fff;
  max-width: 610px;
}
.benifits img {
  max-width: 38px;
  margin: 0 auto;
}
.benifit-box {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  /* align-content: center; */
}

.benifit-box span {
  color: #fff;
  text-align: center;
}
.benifits {
  margin-top: 45px;
}

/* ============================== Member-Benefits ===========================  */

.Member-Benefits {
  padding: 60px 0;
}

.benifits-card {
  max-width: 273px;
  height: 158px;
  background-color: #cc9900;
  box-shadow: 10px 10px 25px rgb(0 0 0 / 29%);
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.4s;
}
.benifits-card span {
  position: absolute;
  left: 50%;
  font-family: sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-box {
  position: relative;
}

.card-box:after {
  content: "";
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.08);
  width: 19.59vw;
  height: 18.59vw;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: #f8f8f8;
}
.cards-row {
  margin-top: 60px;
}

.benifits-card:hover {
  transform: scale(1.025);
}

.benifits-card::after {
  position: absolute;
  right: -162px;
  top: -114px;
  width: 118%;
  border-radius: 61%;
  opacity: 0.1;
  height: 169%;
  background-color: #fff;
  content: "";
}

.benifits-card::before {
  position: absolute;
  right: -196px;
  top: -109px;
  width: 118%;
  border-radius: 61%;
  opacity: 0.1;
  height: 169%;
  background-color: #fff;
  content: "";
}

.Benefits-btn {
  margin-top: 53px;
}
.Member-Benefits h2 {
  text-align: center;
}
.Member-Benefits p {
  text-align: center;
  max-width: 788px;
  margin: 0 auto;
}

/* footer img {
  width: 100%;
} */

/*======================= accordian ================ */

.header-content {
  width: 800px;
  margin: 50px auto 0 auto;
  color: #000;
  text-align: center;
}

.accordion-wrapper {
  display: flex;
  flex-flow: row wrap;
  /* width: 800px;
    margin: 0 auto; */
}

.item {
  width: 100%;
}

/* Accordion */

.accordion {
  list-style-type: none;
  padding-left: 0;
}

.accordion-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background: #ffffffbf;
}

.accordion-header:after {
  content: "+";
  font-size: 0.6rem;
  color: #f89e2e;
  font-size: 22px;
  font-weight: 700;
  float: right;
}

.accordion-header.active:after {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 2%;
  border-radius: 12px;
}

.accordion-header.active {
  background: #d07928;
  color: #fff;
}

.accordion-body {
  display: none;
  box-shadow: 0 2px 2px #ccc;
  color: #797979;
  font-size: 15px;
  background: #ffffff;
  padding: 1rem;
  /* border-bottom: 1px solid #ddd; */
}
.accordion-body p {
  margin-bottom: 0;
}
.accordion-body ol {
  padding-left: 17px;
}
.accordion-body ol li {
  list-style: decimal;
}

.Join-Now {
  padding: 60px 0;
  background-color: currentColor;
}
.Join-Now a {
  background-color: #98c9c2;
  color: #fff;
}
.accordion > li {
  margin-top: 10px;
}

/* -========== slider ================*/

.slick-slide {
  padding: 0 10px;
}

.card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  border-radius: 3px;
  border: none;
  background-color: white;

  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);

  transition: all 0.1s linear;

  @media screen and (max-width: 600px) {
    height: auto;
  }
}

/** Product image */
.card .image {
  order: -1;
  position: relative;
  padding: 2px;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

.card .image img {
  width: 100%;
  height: 100%;

  transition: all 0.3s ease-in-out;
}

.card .description {
  margin: 7px 10px 15px 10px;
  font-size: 18px;
  /* opacity: .8; */
  text-align: center;
  line-height: normal;
}

/** Floating "sale" badge */
.card .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;

  padding: 5px 10px;

  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: rgb(200, 0, 0);
}

/** Price */
.card .price {
  padding-left: 10px;
}

.card .price .new-price {
  font-weight: bold;
}

.card .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}

/** Rating */
.card .rating {
  margin: 10px 0 15px 10px;
  color: orange;
  font-size: 12px;
}

.Earn-points {
  padding: 30px 0;
}
.card-slider .slick-arrow {
  background-color: transparent;
  height: 35px;
  border: solid 1px #ff6100;
  width: 35px;
  border-radius: 50%;
}
.card-slider .slick-prev {
  left: -5%;
}
.card-slider .slick-next {
  right: -5%;
}

.card-slider .slick-arrow::before{
  display: none;
}
.card-slider .slick-arrow::after {
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../images/arrow.png');
  background-size: 100%;
  width: 28px;
  height: 28px;
  transform: translate(-50% , -50%);
  content: '';
}
.card-slider .slick-prev.slick-arrow::after{
  transform: translate(-50% , -50%) rotate(180deg);
}





/* -------==============use points ============= */


/*--vertical single image slider--*/

.slidery {
  position: relative;
  width: 92.33%;
  max-width: calc(100% - 7rem);
  margin: 0 0 5rem auto;
}

.slidery figure {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  position: relative;
}

.slidery figure img {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  height: auto;
}

.slidery figure:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../images/small-wave-lt.svg);
  background-size: contain;
}

.slidery .slider-item {
  position: relative;
}

.slidery .slider-rightsection {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #3a393c;
  color: #ffffff;
  width: calc(100% - 3.8rem);
  height: 100%;
  position: relative;
  font-weight: 300;
  margin-top: -100px;
}
.maincta.slick-arrow {
  cursor: pointer;
  width: 41px;
  z-index: 99;
  height: 41px;
  border-radius: 50%;
  background-color: #ff6b26;
}

.slidery .slider-rightsection .vslide-content {
  width: 46%;
  padding: 3.66rem 3.111rem;
  max-width: 690px;
  margin: 0 0 0 auto;
  height: 100%;
  max-height: 318px;
}

.slidery .slider-rightsection .vslide-content .infotxt {
  margin: 0.625rem 0 2.1875rem 0;
  font-weight: 300;
}
.vslide-content h3{
  font-size: 1.6rem;
      font-family: "AmerTypewriterITCbyBT-Medium";
}

.vslider {
  position: relative;
}

.vslider .slick-track {
  display: flex;
}

.vslider .slider-item figure img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.vslider .slick-current.slick-active figure img {
  transform: scale(1);
}

.vslider .common-static-info {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  /* justify-content: center; */
  background-color: #ff8c22;
  max-width: 55.34%;
  width: 100%;
  position: absolute;
  color: #ffffff;
  padding: 2rem 1rem 2.9rem 4rem;
  z-index: 1;
  bottom: 0;
  top: auto;
  left: 0;
  min-height: 16.4444rem;
}

.vslider .common-static-info .moredescription {
  margin-top: 0.8rem;
}


.vslider .slick-dots li {
  display: inline-block;
}


.vslider .slick-dots li:only-child {
  display: none;
}

.vslider .slick-next, .vslider .slick-prev {
  left: auto;
  right: 5rem;
  top: 64%;
}

.vslider .slick-prev {
  right: 142px;
}

.vslider .maincta .arrow.arrow-prev {
  transform: rotate(90deg) !important;
}

.vslider .maincta .arrow.arrow-next {
  transform: rotate(-90deg);
}

.vslider .pretitle {
  color: #ffffff;
}

.slick-arrow i.arrow {
  margin-left: 0;
}

/*--hoorizontal single image slider--*/

.singleimgeslider {
  /*width:86.45%;
width: calc(100% - 13.444rem);
margin-left:auto;
margin-right:6.625rem;
padding:0 15px;*/
  max-width: 100%;
  margin: 0 8.0729%;
}

.singleimgeslider .slick-next {
  right: 0;
  transform: translateX(40%);
}

.singleimgeslider .slick-prev {
  transform: translateX(3.8vw);
  left: 0;
}

.singleimgeslider .slick-dots {
  position: absolute;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 1, 2, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000102", GradientType=0);
  /* IE6-9 */
  border-radius: 0px 0px 20px 0px;
  padding: 1.25rem 0;
  right: 0;
  width: 51.5%;
  bottom: 0;
  padding-left: 5rem;
  z-index: 0;
  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
  /* Firefox 2 - 27 (2009 Spec), UC Mini */
  /* IE10 (2012 Syntax) */
  /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
  display: flex;
  /* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */
  width: 56.7%;
  justify-content: center;
}

.singleimgeslider .slick-dots li {
  display: inline-block;
}

.singleimgeslider .slick-dots li button {
  text-indent: -9999px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(1.5556rem + (1vw - 0.2335rem) * 2.6787);
  min-height: 0vw;
  margin: 0 0.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  /*@include responsive(largedesktop){
    width:60px;
}
@include responsive(tabs){
    width:25px;
}*/
}

.singleimgeslider .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}

.singleimgeslider .slick-dots li:only-child {
  display: none;
}

.sliderh {
  position: relative;
}

.sliderh .hotel-thumb picture img {
  height: auto;
}

.sliderh figure {
  position: relative;
  width: 100%;
  max-width: 92.163%;
  overflow: hidden;
  margin: 0 10px 0 auto;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.sliderh figure img {
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  height: auto;
}

.sliderh .sliderh_content {
  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
  /* Firefox 2 - 27 (2009 Spec), UC Mini */
  /* IE10 (2012 Syntax) */
  /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
  display: flex;
  /* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */
  position: relative;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 6rem;
}

.sliderh .sliderh_content .col1 {
  width: 60%;
  max-width: 53.63rem;
  flex-grow: 1;
}

.sliderh .sliderh_content .col2 {
  width: 40%;
  flex-grow: 1;
}

.sliderh .sliderh_content .h-contactinfo {
  padding: 2rem 3rem 1rem 4.5rem;
  font-size: calc(1rem + (1vw - 0.65rem) * 0.5625);
  font-weight: 300;
}

.sliderh .sliderh_content .h-contactinfo p {
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  letter-spacing: 0.015em;
  padding-left: 2rem;
}

.sliderh .sliderh_content .h-contactinfo p a {
  color: #00416B;
  text-decoration: none;
  position: relative;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.sliderh .sliderh_content .h-contactinfo p a img {
  display: block;
}

.sliderh .sliderh_content .h-contactinfo .h-address span {
  color: #00416B;
  display: block;
}

.sliderh .sliderh_content .h-contactinfo .h-social {
  padding-left: 0;
}

.sliderh .overlappedsection {
  max-width: 950px;
  width: 100%;
  position: relative;
}

.sliderh .overlappedsection .sliderh_infosection {
  background-color: #004564;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 3.7rem 1.889rem 2.25rem 4.625rem;
  position: relative;
  width: 100%;
  transform: translateY(-40%);
  color: #ffffff;
  z-index: 15;
  min-height: 277px;
  margin-bottom: -8%;
  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
  /* Firefox 2 - 27 (2009 Spec), UC Mini */
  /* IE10 (2012 Syntax) */
  /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
  display: flex;
  /* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  /*a.btnyellowarrow{
    margin-right:2rem;
}*/
}

.sliderh .overlappedsection .sliderh_infosection a {
  color: #ffffff;
}

.sliderh .overlappedsection .sliderh_infosection a i.ico path {
  stroke: #ffffff;
}

.sliderh .overlappedsection .sliderh_infosection a:hover {
  color: #F2A141;
}

.sliderh .overlappedsection .sliderh_infosection a.learnmore:hover svg path {
  stroke: #F2A141;
}

.sliderh .overlappedsection .sliderh_infosection .pretitle {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.sliderh .overlappedsection .sliderh_infosection .btns {
  display: flex;
  margin-top: 2em;
}

.sliderh .sliderh_description {
  width: 100%;
  padding: 1.5rem 1rem 1rem 3rem;
  letter-spacing: 0.05rem;
  line-height: 1.667rem;
}

.sliderh .sliderh_description P {
  padding: 2.34vh 0 0 0;
  font-weight: 300;
  /* line-height: 150%; */
}

.sliderh .sliderh_description P a {
  color: #00416B;
  transition: all 0.3s ease;
}

.sliderh .sliderh_description P a:hover {
  text-decoration: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
figure{
  margin-bottom: 0;
}






#MembershipTiers {
  padding: 106px 50px 50px 50px;
}


#MembershipTiers table {
  box-shadow: 0 2px 3px #ccc;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  font-size: 16px;
}
td:nth-child(1){
  border-bottom: dashed 1px #c9c9c9;
  padding: 14px 10px 14px 20px;
}
.member {
  text-align: left;
  padding: 20px;
  background-color: cadetblue;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}
.member span , .gold span, .platinum span, .black span{
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}
th {
  background-color: #f2f2f2;
}
td:nth-child(2){
  border-bottom: dashed 1px #c9c9c9;
}
td:nth-child(3){
  border-bottom: dashed 1px #c9c9c9;
}
td:nth-child(4){
  border-bottom: dashed 1px #c9c9c9;
}
tbody tr td:nth-child(4) {
text-align: center;
font-size: 26px;
}

.gold {
  background-color: #d4b300;
  font-size: 25px;
  color: white;
}
.platinum {
  background-color: #928f8f;
  font-size: 25px;
  color: white;
}
.black {
  background-color: black;
  font-size: 25px;
  color: white;
}
thead th:nth-child(2), thead th:nth-child(3), thead th:nth-child(4){
  text-align: center;
}
#MembershipTiers table tbody tr td:nth-child(2){
  color: #d4b300;
  font-size: 26px;
  text-align: center;
}
#MembershipTiers table tbody tr td:nth-child(3){
  text-align: center;
  font-size: 26px;
  color: #928f8f;
}
@media screen and (max-width: 768px) {
  #MembershipTiers table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
  }
}
.col-6 p{
  letter-spacing: normal;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
#earn-point{
  padding: 70px 0;
  background-color:#ececec;
  margin-bottom:5%;
}


#earn-point table {
  border-collapse: collapse !important;
  margin: 20px auto;
  text-align: center;
}
#earn-point th, #earn-point td {
  border: 2px solid black;
  padding: 10px;
}
#earn-point th {
  background-color: #004e6c;
  color: white;
  text-align: center;
  font-weight: bold;
}
.header-row {
  font-weight: bold;
}
.sub-header {
  font-weight: bold;
}

/* tab */

.tab-wrapper {
  text-align: center;
  display: block;
}

.tabs {
 margin-bottom: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}
.tab-link h2{
  margin-bottom: 0;
}
.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #333;
  border-color: #333;
}

section.faq {
  margin-top: 60px;
  padding: 45px 0;
  background-color: #efefef;
}
.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}


/*--------------------------- popup -----------------------*/

.modal {
    display: none;
    /* position: fixed; */
    position: static;
    z-index: 1; 
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    /* background-color: rgba(0,0,0,0.4); */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #f9a741;
    color: white;
}

.modal-body {padding: 2px 16px;}

section.Participating-hotels {
  position: relative;
  padding: 99px 0;
  background-image: url(../images/luxury_experience.jpg);
  background-size: 100%;
  background-attachment:fixed ;
  background-position: center;
}
section.Participating-hotels::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 77%);
  content: '';
}
button.popUpBtn {
  background-color: transparent;
  border: solid 1.5px #fff;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 60px;
}




/* ---------search bar css ----------- */



.search input[type=text] {
  width: 100%;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 15px;
  border: none;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.search input[type=text]:focus { 
  width: 150%; 
  outline: none;
} 
.search {
  margin-left: 30%;
}
#list{
  padding-left: 0;
}

.hotel {
  border-bottom: dashed 1px #ccc;
  display: list-item;
  padding: 9px 0;
  font-size: 15px;
  display: list-item;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.hotel span{
  width: 80%;
}
.hotel span a{
  color: #000;
}
.city{
  width: 20%;
  text-align: center;
}
.hotel b {
  font-size: 18px;
}


/* T & C css */

.tc-table .member,.tc-table .gold, .tc-table .platinum, .tc-table .black {
font-size: 18px !important;
    padding: 9px 15px;

}
.tc-table td{
  font-size: 15px;
  padding: 5px 10px !important;
}

.tc-table tbody tr td:nth-child(2), .tc-table tbody tr td:nth-child(3), .tc-table tbody tr td:nth-child(4) {
      font-size: 15px;
}

.point-table{
  text-align: center;
}

.point-table thead>tr>th{
  font-size: 20px;
  text-align: center;
  background: #2f3332;
  color: #fff;
}
.point-table thead tr+tr th{
  font-size: 14px;
  color: #000 !important;
}

.bg-o{
  background-color: #a6a6a6 !important;
    text-align: center;
}
.bg-l{
  text-align: center;
 background-color: #c4c4c4 !important;
}
.bg-p{
   text-align: center;
    background-color: #b8b3aa91 !important;
}




/* footer css */



.footer {
  background: #98c9c3;
  /* border-radius: 15px; */
  width: auto;
  clear: both;
  /* margin: 20px 40px 0 40px; */
  /* margin-top: 20px; */
  padding: 20px 95px 26px 95px;
}
.foot1 h2 {
  font-family: "Nunito", sans-serif;
  color: #f1f5e2;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}
.foot1 h1 {
  font-family: "Nunito", sans-serif;
  color: #f1f5e2;
  font-size: 20px;
  letter-spacing: 1px;
}
.foot1 ul {
  margin: 0;
  padding: 0;
}
.foot1 li {
  display: inline-block;
  float: left;
  list-style-type: none;
  width: 20%;
}
.foot1 li a {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #f1f5e2;
  font-size: 13px;
  padding: 0;
  line-height: 40px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.foot1 li a:hover {
  text-decoration: none;
  color: #5f6062;
}
.hr_line1 {
  margin: 20px 0 35px 0;
  width: 100%;
  height: 2px !important;
  background: #fff;
  border-top: solid 1px #0000008f;
  opacity: 0.4;
}
.hr_line2 {
  margin: 0 50px 0 0;
  width: 2px;
  height: 80px !important;
  background: #fff;
  border-left: solid 1px #60908a;
  opacity: 0.4;
  float: left;
}
.foot2 ul {
  margin: 0;
  padding: 0;
}
.foot2 li {
  display: inline-block;
  float: left;
  list-style-type: none;
  width: 33%;
  border-right: 1px solid #f1f5e2;
  line-height: 12px;
  padding-right: 10px;
  margin: 0 0 20px 0;
  padding-left: 16px;
}
.foot2 li a {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  color: #f1f5e2;
  font-size: 13px;
  padding: 0;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.foot2 li a:hover {
  text-decoration: none;
  color: #5f6062;
}
.foot2 h2 {
  font-family: "Nunito", sans-serif;
  color: #f1f5e2;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}
.foot2 input {
  background: #86bdb5;
  border: 0;
  height: 30px;
  width: 65%;
  padding: 8px;
}
.foot2 .btnfoot {
  background: #f8971d;
  border-bottom: 2px solid #f78105;
  color: #fff;
  width: 18%;
  padding: 5px 0 6px 0;
  border-radius: 5px;
  line-height: 20px;
}
.foot2 .btnfoot:hover {
  background: #edfbe9;
  color: #f8971d;
  border-bottom: 2px solid #edfbe9;
}
.foot3 p {
  font-size: 14px;
}
.subcribe {
  float: right;
  width: 90%;
}
.socialview h2 {
  font-size: 45px;
  font-family: AmericanTypewriter-Light;
  color: #f8971d;
  line-height: 40px;
  font-weight: 500;
}
.socialview h3 {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  color: #5f6062;
}
.socialview p {
  font-size: 12.5px;
  line-height: 24px;
}
.socialview {
  margin: 0 0 55px 0;
}
.socialview a {
  color: #f8971d;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 500;
}
.instawarp {
  margin: 0 0 0 80px;
}
.foot2 input::-webkit-input-placeholder {
  color: #f1f5e2;
}
.foot2 input::-moz-placeholder {
  color: #f1f5e2;
}
.foot2 input:-ms-input-placeholder {
  color: #f1f5e2;
}
.foot2 input:-moz-placeholder {
  color: #f1f5e2;
}
.copyright {
  color: #98c9c2;
  font-family: "Nunito", sans-serif;
  text-transform: none;
  text-align: center;
  margin: 16px 0 10px 0;
}
.foot2 li:nth-child(3n) {
  border-right: 1px solid #98c9c3;
}
.foot2 li:nth-child(4n) {
  padding-left: 0;
}
.foot2 li:nth-child(7n) {
  padding-left: 0;
}
.foot2 li:nth-child(8n) {
  padding-left: 16px;
}
.foot2 li:last-child {
  border-right: none;
}

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: left;
}
.h4tag {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #000000;
  font-size: 20px;
  letter-spacing: 1px;
}
.other-brand {
  margin: 20px 40px 0 40px;
}
.other-brand img {
  margin: 0 10px;
}
.copyright {
  color: #98c9c2;
  text-align: center;
  margin: 16px 0 10px 0;
  font-size: 14px;
}




.my-modal-body {
  /* margin: 66px auto 0 auto; */
  max-width: 305px;
  padding: 10px;
  overflow: hidden;
  background-color: #f1f5e2;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.citypop1 {
  width: 100%;
}
.citypop1 img {
  width: 100%;
}
.btn13 {
  background: #f8971d;
  color: #fff;
  border-radius: 4px;
  margin: 5px 6px;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.space2 {
  height: 20px;
}
.citymenu {
  padding: 0;
}

.citymenu > li {
  display: flex;
  justify-content: space-between;
}

.hotelname {
  width: 62%;
  text-align: left;
  float: left;
  color: #000;
}
.moremenu {
  width: 33%;

  padding: 0 !important;
  font-size: 15px;
  text-align: left;
  color: #f8971d !important;
  text-decoration: underline;
}
.citymenu li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 8px 0 16px 0;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.my-popup,
.my-popup1,
.my-popup3,
.my-popup4 {
  position: absolute;
  z-index: 99;
  left: 25%;

  display: none;
}
.my-popup4 {
  left: 35%;

  display: none;
}

.my-popup.active,
.my-popup1.active,
.my-popup3.active,
.my-popup4.active {
  display: block;
}

.btn13:hover {
  background: #98c9c2;
  text-decoration: none;
  color: #fff;
}

/* prosess syeps css */



.checkout {
  display: flex;
  padding-left: 0;
  padding-top: 1.5em;
  font-family: Monda;
  text-align: center;
  max-width: 90%;
  list-style: none;
}

.checkout .step {
  flex: 1 1 100%;
  height: 20px;
  position: relative;
}

.checkout .step:before,
.checkout .step:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-1px);
  border-bottom: 2px solid #fff;
  z-index: -1;
}

.checkout .step:before {
  left: 0;
  right: 50%;
}

.checkout .step:after {
  left: 50%;
  right: 0;
}

.checkout .step:first-child:before {
  left: 50%;
}

.checkout .step:last-child:after {
  right: 50%;
}

.checkout .step-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #afb3b9;
  position: relative;
}

.checkout .step.active .step-icon:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0.6667); 
  background: #ff8c22;
  border-radius: 50%;
}

/* .checkout .step.completed:after,
.checkout .step.completed + li:before {
  border-color: #fff;
}

.checkout .step.completed .step-icon {
  background: #fff;
  border-color: #18d112;
}

.checkout .step.completed .step-icon:after {
  position: absolute;
  content: '';
  top: 45%;
  width: 60%;
  height: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: transparent;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
} */

.checkout .step-label {
  font-family: "Nunito", sans-serif;
 
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: normal;
  /* text-transform: uppercase; */
  white-space: nowrap;
  visibility: hidden;
}
.step-label b {
    font-size: 1.5rem;
    font-weight: 400;
}

.checkout .step.active .step-label {
  color: #fff;

  visibility: visible;
}

.checkout .step:not(.active) .step-label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .checkout .step-label {
    visibility: visible;
  }
}
.social-media-list{
      display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 0;
}
.social-media-list img{
  max-width: 32px;
}
.yt-icon{
  max-width: 45px !important;
}
.responsive-menus button{
  display: none;
}
.header-menu.table li a{
  color: #222 !important;
}
.header-menu.table li a.ico-phone{
    filter: invert(60%);


}

