@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Srisakdi&subset=latin-ext,thai,vietnamese");
*:focus {
  outline: none !important;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

body {
  line-height: 1.2;
  font-family: "Work Sans", sans-serif !important;
  overflow-x: hidden;
  font-size: 14px;
}

.font-light {
  font-weight: 300;
}

.font-extra-bold {
  font-weight: 900;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.color-dark-blue {
  color: #00225b;
}

.fs-30 {
  font-size: 30px;
}

.color-white {
  color: #fff;
}

.fs-26 {
  font-size: 26px;
}

.fs-24 {
  font-size: 24px;
}

.mx-3n {
  margin-left: -1rem;
  margin-right: -1rem;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

.border {
  border: 1px solid #f2f2f2 !important;
}

.rounded {
  border-radius: 4px !important;
}

.fs-28 {
  font-size: 28px;
}

.fs-14 {
  font-size: 14px;
}

.color-dark-grey {
  color: #0f0f0f;
}

.fs-12 {
  font-size: 12px;
}

.fs-32 {
  font-size: 32px;
}

.fs-38 {
  font-size: 38px;
}

.color-page-grey {
  color: #3e3f3e;
}

.color-blue {
  color: #1b3d9a;
}

.btn-light {
  background-color: transparent;
  color: #ffffff;
  border-radius: 1.25rem !important;
}

.btn-light:hover {
  background-color: #fff;
  color: #000;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:focus:active {
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none !important;
}

.btn:active:focus {
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.add-arrow {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='7' viewBox='0 0 12 7'%3E%3Cdefs%3E%3Cpath id='su2va' d='M1265.24 636.17l.75.76 6.04-6.04-.76-.75-5.28 5.28-5.26-5.26-.75.76 3.01 3.01z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1260 -630)'%3E%3Cuse xlink:href='%23su2va'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 12px 7px;
}

.custom-select {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='7' viewBox='0 0 12 7'%3E%3Cdefs%3E%3Cpath id='su2va' d='M1265.24 636.17l.75.76 6.04-6.04-.76-.75-5.28 5.28-5.26-5.26-.75.76 3.01 3.01z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1260 -630)'%3E%3Cuse xlink:href='%23su2va'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 12px 7px;
}

.custom-select:focus {
  box-shadow: none;
  border-color: #000;
}

.custom-select.no-style {
  display: inline-block;
  border: none;
  width: auto;
  padding: 0 2rem 0 0;
  height: auto;
  background-color: transparent;
  vertical-align: middle;
}

.custom-select.no-style:focus, .custom-select.no-style:active {
  box-shadow: none;
}

#site-navigation {
  position: relative;
  z-index: 12;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

#site-navigation #top-head {
  border-bottom: 1px solid #f2f2f2;
}

#site-navigation #top-head a {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

#site-navigation #top-head a.mail {
  padding-left: 16px;
  background: url("/assets/icon-at-black.svg") no-repeat left center;
}

#site-navigation #top-head a.phone {
  padding-left: 16px;
  background: url("/assets/icon-phone-black.svg") no-repeat left center;
}

#site-navigation #site-menu {
  padding: 10px 0;
}

#site-navigation #site-menu a {
  font-size: 16px;
  color: #000;
}

#site-navigation #site-menu .book-now {
  border-radius: 45px;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  margin-left: 10px;
}

#site-navigation #site-menu .book-now:hover {
  padding: 10px 30px;
  border-radius: 17px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

#site-navigation .navbar-brand {
  width: 250px;
  height: 98px;
  /*
  background: url("/assets/logo-black.png") no-repeat top left;
  */
}

#site-navigation .custom-select.no-style {
  color: #000;
}

body.home #site-navigation, body.detail #site-navigation {
  box-shadow: none;
}

body.home #site-navigation #top-head, body.detail #site-navigation #top-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

body.home #site-navigation #top-head a, body.detail #site-navigation #top-head a {
  color: #fff !important;
}

body.home #site-navigation #top-head a.mail, body.detail #site-navigation #top-head a.mail {
  background-image: url("/assets/icon-at.svg");
}

body.home #site-navigation #top-head a.phone, body.detail #site-navigation #top-head a.phone {
  background-image: url("/assets/icon-phone.svg");
}

body.home #site-navigation #site-menu, body.detail #site-navigation #site-menu {
  padding: 0;
}

body.home #site-navigation #site-menu a, body.detail #site-navigation #site-menu a {
  color: #fff;
}

body.home #site-navigation #site-menu .book-now, body.detail #site-navigation #site-menu .book-now {
  background-color: #ffffff;
  color: #000;
}

body.home #site-navigation #site-menu:hover, body.detail #site-navigation #site-menu:hover {
  color: #fff;
  background-color: #0000;
}

/*body.home #site-navigation .navbar-brand, body.detail #site-navigation .navbar-brand {
  background-image: url("/assets/logo.png");
}*/
body.home #site-navigation .custom-select.no-style, body.detail #site-navigation .custom-select.no-style {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='7' viewBox='0 0 12 7'%3E%3Cdefs%3E%3Cpath id='o9v8a' d='M1265.24 636.17l.75.76 6.04-6.04-.76-.75-5.28 5.28-5.26-5.26-.75.76 3.01 3.01z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1260 -630)'%3E%3Cg%3E%3Cuse fill='%23fff' xlink:href='%23o9v8a'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#detail-header {
  margin-top: -170px;
}

#home-header {
  position: relative;
  margin-top: -170px;
}

#carouselGiftControls .carousel-inner {
  margin-top: 50px;
}

.rotate180 {
  transform: rotate(180deg);
}

#home-slider .row {
  height: 768px;
}

#home-slider .card {
  width: 100%;
  background: url("/assets/card.png") no-repeat;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.56);
  margin-bottom: 20px;
  margin-top: 20px;
}

#home-slider .card-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
}

#home-slider .card-price {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin: 5px;
}

#home-slider .card-price small {
  font-size: 14px;
}

#home-slider .card-text {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}

#home-slider .card-bottom {
  width: 100%;
  position: absolute;
  bottom: 11px;
  left: 0;
}

#home-slider .carousel-control-prev-icon,
#home-slider .carousel-control-next-icon {
  width: 12px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='22' viewBox='0 0 12 22'%3E%3Cdefs%3E%3Cpath id='4c8fa' d='M152.5 698.75l-1.28 1.3 10.3 10.4 1.28-1.3-9-9.1 8.96-9.06-1.29-1.3-5.14 5.2z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-151 -689)'%3E%3Cuse fill='%23fff' xlink:href='%234c8fa'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#home-slider .carousel-control-next-icon {
  transform: rotate(180deg);
}

#home-slider .carousel-control-next {
  left: 50px;
  top: 108%;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  opacity: 1;
}

#home-slider .carousel-control-prev {
  top: 108%;
  border: 2px solid #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  opacity: 1;
}

#home-slider h4 {
  font-family: "Srisakdi", cursive !important;
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
}

#home-slider .carousel-item {
  background-size: cover;
}

#home-slider #carouselGiftControls h3 {
  font-weight: bold;
  color: #fff;
  font-size: 42px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#home-slider #carouselGiftControls p {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

#home-slider .learn-more-btn {
  padding: 8px 30px 8px 30px;
  border-radius: 40px;
  margin: 10px 0;
}

#home-slider .card-link {
  font-size: 14px;
}

#home-slider .swiper-button-prev, #home-slider .swiper-container-rtl .swiper-button-next {
  background-image: none;
  border: 2px solid #ffffff;
  width: 45px;
  top: 500px;
  height: 45px;
  border-radius: 100%;
  font-size: 32px;
  padding: 2px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}

#home-slider .swiper-button-next, #home-slider .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  border: 2px solid #ffffff;
  width: 45px;
  left: 65px;
  height: 45px;
  top: 500px;
  border-radius: 100%;
  font-size: 32px;
  padding: 2px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}

#home-slider .swiper-slide .card {
  border: none;
}

#home-slider .swiper-container {
  width: 100%;
  height: 100%;
}

#home-slider .swiper-slide {
  text-align: center;
  height: 370px;
  width: 57%;
  padding: 10px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-slider .swiper-slide .card {
  height: 100%;
}

#home-slider .swiper-slide .card img {
  border-radius: 4px !important;
}

.section-p {
  color: #414141;
  font-weight: 300;
  font-size: 14px;
}

.sectionTitle {
  font-size: 36px;
  color: #000;
  font-weight: 300;
}

#pricing {
  background: #f2f2f2;
}

#pricing .carousel-control-prev, #pricing .carousel-control-next {
  color: #000;
  font-size: 32px;
  opacity: 1;
}

#pricing .card {
  margin-bottom: 20px;
}

#pricing .card-body {
  padding: 0;
}

#pricing .card-price p {
  font-size: 16px;
  margin-bottom: 0;
}

#pricing .card-price p:last-child {
  text-decoration: line-through;
}

#pricing .card-price h6 {
  font-size: 42px;
  margin-bottom: 0;
}

.price-bottom a {
  color: #000;
  font-weight: bold;
}

#pricing .card {
  border: none;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

#pricing hr {
  margin: 1.5rem 0;
}

#pricing .card-title {
  margin: 0.5rem 0;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

#pricing .card-price {
  font-size: 3rem;
  margin: 0;
  background: #f2f2f2;
}

#pricing .card-price.reverse {
  background-color: #000;
  color: #fff;
}

#pricing .card-price.active {
  background-color: #111111;
  color: #fff;
}

#pricing .card-price .period {
  font-size: 0.8rem;
}

#pricing ul li {
  margin-bottom: 1rem;
}

#pricing ul li:last-child {
  margin-bottom: 0;
}

#pricing .text-muted {
  opacity: 0.7;
}

#pricing .btn {
  padding: 10px;
}

#meet-pilot {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

#meet-pilot .img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  max-width: 100%;
  height: auto;
}

#meet-pilot .top-left {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

#meet-pilot .ballonn-3 {
  z-index: 9;
  position: absolute;
  width: 125px;
  top: -80px;
  left: 20px;
}

#meet-pilot .ballonn-3 img {
  max-width: 100%;
}

#meet-pilot .btn {
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 25px 10px 25px;
  margin-top: 20px;
}

#meet-pilot .btn:hover {
  background-color: #000000;
  color: #fff;
}

#meet-pilot .video {
  margin-bottom: 100px;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black:hover {
  color: #fff;
}

#private-flight {
  background: #f2f2f2;
  color: #fff;
}

#private-flight .col-md-8 {
  padding-right: 0;
}

#private-flight .col-md-4 {
  padding-right: 0;
  background: url("/assets/8984cf94fc2c346d6dc3cf698dbb8d88304f055f.png");
  background-size: cover;
}

#private-flight .text-area {
  padding: 100px;
}

#private-flight p {
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

#private-flight span {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

#private-flight .btn-light {
  font-size: 18px;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 2rem !important;
}

#testimonials {
  margin-top: 100px;
  margin-bottom: 100px;
}

#testimonials .card {
  margin-top: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border: none;
}

#testimonials .card-title {
  font-size: 18px;
  font-weight: bold;
}

#testimonials .card-subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #9b9b9b;
}

#testimonials .card-text {
  font-size: 14px;
  color: #414141;
}

#testimonials .btn {
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 25px 10px 25px;
  margin-top: 20px;
}

#testimonials .btn:hover {
  background-color: #000000;
  color: #fff;
}

.btn-dark {
  background: #000;
  color: #fff;
  border-radius: 1.25rem;
}

.btn-white {
  background: #fff;
  color: #000;
  border-radius: 1.25rem;
}

.btn-white:hover {
  opacity: 0.7;
}

#gift-card {
  background: #f2f2f2;
  margin-top: 60px;
  margin-bottom: 60px;
}

#gift-card img {
  margin: -80px 0 -110px;
}

#gift-card .btn-light {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
}

#gift-card .btn-light:hover {
  background-color: #000000;
  color: #fff;
}

#social-feed {
  margin-top: 100px;
  margin-bottom: 80px;
}

#social-feed img {
  display: block;
}

#social-feed a {
  display: block;
  font-size: 0;
  position: relative;
  transition: transform 0.2s;
}

#social-feed a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  /*background: url("/assets/instagram.png") no-repeat;*/
  background-size: 100% 100%;
  z-index: 2;
}

#social-feed a:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 3;
}

#social-link {
  margin-bottom: 110px;
}

#social-link a {
  color: #fff;
}

#social-link .fab {
  font-size: 24px;
  width: 50px;
  background: #000;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  height: 50px;
  line-height: 47px;
}

#social-link .fab:hover {
  opacity: 0.7;
}

#site-footer {
  color: #fff;
}

#site-footer .list-group-item {
  background: none;
}

#site-footer a {
  color: #fff;
}

#site-footer h5, #site-footer h6 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

#site-footer .list-unstyled a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 10px;
}

#list-category {
  background: #ffffff;
}

#list-category .card {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: none;
}

#list-category .card-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
}

#list-category .card-price {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

#list-category .card-price small {
  font-size: 14px;
}

#list-category .card-text {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}

#list-category .card-bottom {
  width: 100%;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
}

.bottom-button {
  position: absolute;
  bottom: -220px;
  padding: 5px 30px 5px 30px;
}

#detail-page .accordion .card-header {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
}

#detail-page .accordion .btn-link {
  color: #000;
  font-size: 14px;
}

#detail-page .card h5 {
  color: #dc3545;
}

#detail-page .detail-total-price-text {
  font-weight: bolder;
  font-size: 16px;
}

#detail-page .detail-total-price {
  font-size: 16px;
  font-weight: bold;
}

#also-like .card {
  height: 340px;
  width: 370px;
  background: url("/assets/05b633f17759ea918ff7c3c71f680cbe6e6cf818.png") no-repeat;
  background-size: cover;
}

#also-like .card-title {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
}

#also-like .card-price {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

#also-like .card-price small {
  font-size: 14px;
}

#also-like .card-text {
  font-size: 14px;
  color: #ffffff;
}

#also-like .card-bottom {
  width: 100%;
  position: absolute;
  bottom: 11px;
  left: 0;
}

#about-us {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

#about-us .list-group-item {
  background: rgba(239, 239, 239, 0.05);
  box-shadow: 1px 1px 20px #f2f2f2;
}

#about-us .list-group-item a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #3e3f3e;
}

#about-us .list-group-item a:hover {
  font-weight: bold;
}

#about-us p {
  font-size: 14px;
  color: #414141;
  padding-top: 20px;
}

#about-us .ballonn-1 {
  z-index: 9;
  position: absolute;
  width: 158px;
  top: -120px;
  left: 20px;
}

#about-us .ballonn-1 img {
  max-width: 100%;
}

#about-us .ballonn-2 {
  position: absolute;
  right: 20px;
  width: 153px;
  bottom: -175px;
}

#about-us .ballonn-2 img {
  max-width: 100%;
}

.hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #ffffff;
}

.box hr {
  border-color: #f2f2f2;
  margin: 1rem -1rem;
}

.color-red {
  color: #c42f36;
}

.bg-gray {
  background: #f2f2f2;
}

.bg-gray p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3e3f3e;
}

#book-step-one .traveller-form {
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}

#book-step-one .travel-info {
  position: fixed;
  width: 23%;
  z-index: 9;
}

#book-step-one .card-image img {
  width: 50px;
  height: 30px;
}

#book-step-one label {
  font-size: 14px;
  color: #000000;
}

#book-step-one .bg-black p {
  color: #fff;
}

#book-step-one small {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3e3f3e;
}

.btn-black-bg {
  border-radius: 31px;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 10px 25px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.btn-black-bg:hover {
  background: #fff;
  color: #000 !important;
}

.btn-black-border {
  border-radius: 31px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 10px 25px;
  color: #000000 !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.btn-black-border:hover {
  background: #ccc;
  color: #000 !important;
}

.collapse-link {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

.collapse-link:hover {
  text-decoration: none;
}

#detail-header .carousel-item {
  height: 500px;
  background-size: cover;
}

.view-gallery {
  z-index: 2;
  margin-top: -50px;
  position: relative;
}

.btn-white-square {
  background-color: #fff;
  font-size: 16px;
  color: #000000;
}

.btn-grey {
  border-radius: 3px;
  background-color: #f2f2f2;
  color: #000;
  font-weight: 700;
}

.btn-red {
  background-color: #c42f36;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
}

.form-control {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.box-border {
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

.btn-visitor {
  display: block;
  width: 100%;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  cursor: pointer;
  text-align: left;
  padding: 0.75rem;
  color: #495057;
  border-bottom: none;
}

.btn-visitor.collapsed {
  border-radius: 4px;
  border-bottom: 1px solid #f2f2f2;
}

.visitor-select {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.spinner {
  align-items: center;
  justify-content: space-between;
}

.spinner .btn {
  border-radius: 50% !important;
  background-color: #fff;
  color: #000000;
  font-size: 12px;
  border: #000000 solid 1px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  padding: 0 !important;
}

.spinner .form-control {
  border: none;
  text-align: center;
  font-size: 16px;
  color: #000000;
  height: auto;
}

.spinner .form-control:focus {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.slick-slide {
  margin: 0 15px;
}

.slick-slide img {
  display: inline-block;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  z-index: 9;
  top: calc(50% - 25px);
  left: -50px;
  background-color: #fff;
  border-radius: 50%;
}

.slick-prev:before, .slick-next:before {
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cpath id='pry0a' d='M33.16 1756a22.82 22.82 0 0 1 22.8-22.8 22.82 22.82 0 0 1 22.79 22.8 22.82 22.82 0 0 1-22.8 22.79 22.82 22.82 0 0 1-22.79-22.8zm47.56-.01a24.77 24.77 0 1 0-49.54 0 24.77 24.77 0 0 0 49.54 0z'/%3E%3Cpath id='pry0b' d='M50.04 1754.57l-1.4 1.4 11.2 11.2 1.4-1.4-9.8-9.8 9.76-9.76-1.4-1.4-5.6 5.6z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-31 -1731)'%3E%3Cuse xlink:href='%23pry0a'/%3E%3C/g%3E%3Cg transform='translate(-31 -1731)'%3E%3Cuse xlink:href='%23pry0b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
  background-size: contain;
  opacity: 1;
  color: white;
  content: " ";
  display: block;
}

.slick-prev:hover, .slick-next:hover {
  background-color: #fff;
}

.slick-next {
  left: auto;
  transform: rotate(180deg);
  right: -50px;
  top: calc(50% - 50px);
}

.navbar-toggler {
  border: none;
  padding: 0;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  outline: none !important;
}

.navbar-toggler.open {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='20px' viewBox='0 0 28 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 21%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-21' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M0,0 L0,4.82758621 L28,4.82758621 L28,0 L0,0 Z M26.8336069,3.62097263 L1.1674873,3.62097263 L1.1674873,1.20661357 L26.8336069,1.20661357 L26.8336069,3.62097263 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M0,12.5517241 L28,12.5517241 L28,7.72413793 L0,7.72413793 L0,12.5517241 Z M1.16639312,8.93075151 L26.8325127,8.93075151 L26.8325127,11.3451106 L1.16639312,11.3451106 L1.16639312,8.93075151 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M0,19.3103448 L28,19.3103448 L28,14.4827586 L0,14.4827586 L0,19.3103448 Z M1.16639312,15.6893722 L26.8325127,15.6893722 L26.8325127,18.1037313 L1.16639312,18.1037313 L1.16639312,15.6893722 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.navbar-toggler.close {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 22%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-22' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M4.576,4.576 C-0.629,9.781 -0.629,18.219 4.576,23.425 C9.781,28.631 18.219,28.63 23.425,23.425 C28.631,18.219 28.631,9.782 23.425,4.576 C18.219,-0.63 9.782,-0.629 4.576,4.576 Z M22.67,22.67 C17.889,27.451 10.11,27.451 5.329,22.67 C0.548,17.889 0.548,10.11 5.329,5.329 C10.11,0.548 17.889,0.548 22.67,5.329 C27.451,10.11 27.45,17.889 22.67,22.67 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' points='8.722 7.969 7.968 8.723 13.246 14.001 7.993 19.254 8.747 20.008 14 14.755 19.253 20.008 20.007 19.254 14.754 14.001 20.032 8.723 19.278 7.969 14 13.247'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body.home .navbar-toggler.open, body.detail .navbar-toggler.open {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='20px' viewBox='0 0 28 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 19%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-20' transform='translate(-39.000000, -4.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-19' transform='translate(39.000000, 4.000000)'%3E%3Cpath d='M0,0 L0,4.82758621 L28,4.82758621 L28,0 L0,0 Z M26.8336069,3.62097263 L1.1674873,3.62097263 L1.1674873,1.20661357 L26.8336069,1.20661357 L26.8336069,3.62097263 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M0,12.5517241 L28,12.5517241 L28,7.72413793 L0,7.72413793 L0,12.5517241 Z M1.16639312,8.93075151 L26.8325127,8.93075151 L26.8325127,11.3451106 L1.16639312,11.3451106 L1.16639312,8.93075151 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M0,19.3103448 L28,19.3103448 L28,14.4827586 L0,14.4827586 L0,19.3103448 Z M1.16639312,15.6893722 L26.8325127,15.6893722 L26.8325127,18.1037313 L1.16639312,18.1037313 L1.16639312,15.6893722 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body.home .navbar-toggler.close, body.detail .navbar-toggler.close {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 18%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-18' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M4.576,4.576 C-0.629,9.781 -0.629,18.219 4.576,23.425 C9.781,28.631 18.219,28.63 23.425,23.425 C28.631,18.219 28.631,9.782 23.425,4.576 C18.219,-0.63 9.782,-0.629 4.576,4.576 Z M22.67,22.67 C17.889,27.451 10.11,27.451 5.329,22.67 C0.548,17.889 0.548,10.11 5.329,5.329 C10.11,0.548 17.889,0.548 22.67,5.329 C27.451,10.11 27.45,17.889 22.67,22.67 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' points='8.722 7.969 7.968 8.723 13.246 14.001 7.993 19.254 8.747 20.008 14 14.755 19.253 20.008 20.007 19.254 14.754 14.001 20.032 8.723 19.278 7.969 14 13.247'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.btn-light:hover {
  border-color: transparent;
}

.detail-header .detail-slider .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center center;
}

.contact-form .form-control {
  margin-bottom: 10px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .btn {
  margin-top: 20px;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  border-radius: 20px;
  padding: 10px 40px 10px 40px;
}

.contact-form .btn:hover {
  background: #000;
  color: #fff;
}

.contact-form iframe {
  margin-top: 30px;
}

.pilots {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 30px;
}

.pilots img {
  border-radius: 4px;
}

strong {
  font-weight: bolder;
}

.fixed-book-now-button {
  position: fixed;
  display: none;
  bottom: 50px;
  width: 50% !important;
  left: 25%;
  z-index: 99999;
}

.fixed-book-now-button:hover {
  color: #fff;
}

.bordered-div {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}

.bordered-div:last-child {
  border: none;
}

#cart img {
  height: 100px;
  margin-bottom: 10px;
}

#cart .single-item-in-cart {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}

#cart .single-item-in-cart:last-child {
  border: none;
}

.btn-red:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #b43c3c;
  -moz-box-shadow: 0px 0px 20px 0px #b43c3c;
  box-shadow: 0px 0px 20px 0px #b43c3c;
}

.terms-condition-link {
  font-weight: bolder;
}

#list-category .card-body, #home-slider .card-body {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 102.5%;
}

#top-head {
  padding-bottom: 10px;
  padding-top: 10px;
}

.oylesine {
  width: 100px;
}

.card, .card:first-child {
  cursor: pointer;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-bottom: 10px;
}

.card .card-header, .card:first-child .card-header {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.gift-voucher-header {
  margin-top: -160px;
  height: 871px;
  background-size: cover;
  background-position: center;
}

.gift-voucher-header h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  margin-top: 240px;
  margin-bottom: 30px;
  padding: 0;
}

.gift-voucher-header p {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 80px;
}

.book-voucher-header {
  margin-top: -160px;
  height: 450px;
  background-size: cover;
  background-position: top;
}

.book-voucher-header h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  margin-top: 240px;
  margin-bottom: 30px;
  padding: 0;
}

.book-voucher-header p {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 80px;
}

.buy-gift-voucher {
  font-size: 22px;
  background: #fff;
  border-radius: 45px;
  padding: 17px 53px;
}

.buy-gift-voucher:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}

.gift-voucher-introduction-top-sizer {
  margin-top: -250px;
}

.gift-voucher-introduction-top-sizer .gift-voucher-introduction {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 19px 21px 0px rgba(0, 0, 0, 0.08);
  padding: 50px;
  margin-bottom: 100px;
}

.gift-voucher-introduction-top-sizer .gift-voucher-introduction h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

.gift-voucher-introduction-top-sizer .gift-voucher-introduction h3.inc-mt50 {
  margin-top: 50px;
}

.gift-voucher-introduction-top-sizer .gift-voucher-introduction p {
  font-size: 15px;
}

.cta-gift-voucher {
  background: #000;
  padding: 50px 0;
  margin-bottom: 100px;
}

.cta-gift-voucher h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 42px;
  margin-bottom: 40px;
}

.cta-gift-voucher .buy-gift-voucher {
  font-weight: bold;
}

.book-voucher span {
  font-weight: bolder;
  font-size: 16px;
}

.book-voucher #totalPriceText, .book-voucher #totalPrice {
  font-weight: bolder;
}

@media only screen and (max-width: 1247px) {
  #home-slider .swiper-button-prev, #home-slider .swiper-button-next {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .book-voucher-header {
    height: 480px;
  }

  .book-voucher-header h1 {
    font-size: 28px;
  }

  .book-voucher-header p {
    font-size: 16px;
  }

  .gift-voucher-introduction-top-sizer {
    margin-top: -180px;
  }

  .ballonn-1 {
    margin-top: -10px;
    width: 100px !important;
  }

  .ballonn-2 {
    width: 120px !important;
  }

  .ballonn-3 {
    width: 160px !important;
    margin-top: -100px !important;
    margin-left: 100px;
  }

  #top-head {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #home-slider h4 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bolder;
  }

  #home-slider .swiper-button-prev, #home-slider .swiper-button-next {
    margin-top: -30px;
  }

  #home-slider .swiper-slide .card {
    margin: 0 !important;
  }

  .pilots h4 {
    margin-top: 10px;
  }

  .fixed-book-now-button {
    display: block;
  }

  #detail-header .carousel-item {
    height: 300px !important;
  }

  #cart .single-item-in-cart {
    padding-bottom: 20px;
  }
}
.footer-logo-diffea {
  height: 38px;
}

@media screen and (max-width: 1200px) {
  #gift-card img {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #gift-card img.tall {
    left: 94px;
    top: -69%;
  }

  #gift-card img.venti {
    width: 100%;
    position: absolute;
    left: 45px;
    top: 2px;
  }

  .deliver-btn {
    font-size: 13px !important;
    padding: 6px !important;
  }
}
@media screen and (max-width: 768px) {
  .left-75 {
    left: 75px;
  }

  .responsive-text-center {
    text-align: center !important;
  }

  #gift-card img.tall {
    left: 94px;
    top: -69%;
  }

  #gift-card img.venti {
    width: 100%;
    position: absolute;
    left: 45px;
    top: 2px;
  }

  .deliver-btn {
    font-size: 8px !important;
    padding: 6px !important;
  }
}
@media screen and (max-width: 578px) {
  #private-flight p .btn {
    margin-left: -38px;
  }

  #social-link .sectionTitle {
    font-size: 29px !important;
  }

  #also-like .card {
    width: 347px;
    margin-top: 20px;
  }

  #gift-card .btn {
    margin-top: 10px;
  }

  #testimonials .card {
    margin-top: 20px;
  }

  #home-slider .swiper-slide {
    width: 100%;
  }

  #pricing .carousel-item {
    padding-left: 0;
    padding-right: 0;
  }

  #home-slider .swiper-slide .card {
    margin: 2rem;
  }

  .slick-next {
    right: -15px;
  }

  .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }

  .collapse-lg-none {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  #navbarNavDropdown {
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 75%;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 11;
    padding: 1rem;
  }

  #navbarNavDropdown .nav-container {
    height: 100%;
    overflow-x: scroll;
  }

  body.home #navbarNavDropdown .navbar-brand, body.detail #navbarNavDropdown .navbar-brand {
    /*
    background-image: url("/assets/logo-black.png");
    */
    margin: 0;
  }

  body.home #navbarNavDropdown .nav-link, body.detail #navbarNavDropdown .nav-link {
    color: #000 !important;
  }
}
@media screen and (max-width: 824px) {
  .swiper-button-next {
    left: auto !important;
    right: calc(50% - 50px) !important;
  }

  .swiper-button-prev {
    left: calc(50% - 50px) !important;
    right: auto !important;
  }
}
/*# sourceMappingURL=dubai.css.map */
/*# sourceMappingURL=dubai.scss.map */

/*# sourceMappingURL=dubai.css.map */
