:root {
  --primary-color: #28c6b5;
}

body {
  font-family: "Nunito Sans", sans-serif  !important;
  font-optical-sizing: auto;
  font-style: normal;
}

body .container {
  max-width: 1150px;
}

.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/social-sprite.jpg") no-repeat;
  background-size: 300px 150px;
  /* 4*64 x 5*64 */
}

/* Row 1 */
.icon-facebook {
  background-position: -157px -45px;
}

.icon-instagram {
  background-position: -189px -45px;
}

.icon-twitter {
  background-position: -221px -45px;
}

.icon-tiktok {
  background-position: -253px -45px;
}

.icon-linkedin {
  background-position: -157px -108px;
}

.icon-youtube {
  background-position: -186px -76px;
}

/* Row 2 */
.icon-snapchat {
  background-position: 0   -64px;
}

.icon-whatsapp {
  background-position: -128px -64px;
}

.icon-behance {
  background-position: -192px -64px;
}

/* Row 3 */
.icon-dribbble {
  background-position: -64px -128px;
}

.icon-pinterest {
  background-position: -128px -128px;
}

.icon-spotify {
  background-position: -192px -128px;
}

/* Row 4 (black icons) */
.icon-facebook-bw {
  background-position: 0   -192px;
}

.icon-instagram-bw {
  background-position: -64px -192px;
}

.icon-twitter-bw {
  background-position: -128px -192px;
}

.icon-tiktok-bw {
  background-position: -192px -192px;
}

/* Row 5 (black icons) */
.icon-snapchat-bw {
  background-position: 0   -256px;
}

.icon-youtube-bw {
  background-position: -64px -256px;
}

.icon-whatsapp-bw {
  background-position: -128px -256px;
}

.icon-behance-bw {
  background-position: -192px -256px;
}

.icon-linkedin-bw {
  background-position: 0   -320px;
}

.icon-dribbble-bw {
  background-position: -64px -320px;
}

.icon-pinterest-bw {
  background-position: -128px -320px;
}

.icon-spotify-bw {
  background-position: -192px -320px;
}

.pageBanner {
  background: url(../img/bannerImgFull.jpg) no-repeat 0 80%;
  background-size: cover;
  width: 100%;
  position: relative;
}

.btn.btnSecondary {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
  border: 1px solid #FFF;
}

.btn.btnSecondary:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}

.btn.btnPrimary {
  background-color: var(--primary-color);
  color: #FFF;
  border: 1px solid var(--primary-color);
}

.btn.btnPrimary:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: var(--primary-color);
}

.header .btn {
  min-width: 100px;
}

.bannerContentWrap {
  padding-top: 25vh;
}

@media screen and (max-width: 768px) {
  .bannerContentWrap {
    padding-top: 10vh;
  }
}

.pageBannerContent {
  color: #FFF;
}

.pageBannerContent h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.pageBannerContent p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pageBannerContent {
    padding-right: 140px !important;
  }
  .pageBannerContent h2 {
    font-size: 30px;
  }
  .pageBannerContent p {
    font-size: 14px;
  }
}

.bannerPass {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 168px;
}

@media screen and (max-width: 768px) {
  .bannerPass {
    max-width: 130px;
  }
}

.bannerForm {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px;
  color: #FFF;
}

.bannerForm h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.bannerForm a {
  color: #0a58ca;
  text-decoration: none;
}
.bannerForm a:hover{
  color: var(--primary-color);;
}

.formGroup {
  position: relative;
}

.formGroup .form-control {
  border-color: #FFF;
}

.formGroup .formLabel {
  position: absolute;
  top: 18px;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFF;
  color: #000;
  padding: 0 10px;
  font-size: 14px;
}
.formGroup.filled .formLabel {
  top: 0;
}


.formGroup input:focus + .formLabel {
  top: 0;
}

.footerRightCol a {
  text-decoration: none;
  color: #595f60;
  font-size: 14px;
}

.footerRightCol a:hover {
  color: #000;
}

.newsletter .form-control {
  border-color: #ecf4f7;
  background-color: #ecf4f7;
  color: #595f60;
}

.copyright {
  font-size: 12px;
  color: #706969;
}

.contentTitleCopy h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #043844;
}

.contentTitleCopy h2 {
  font-size: 45px;
}

.contentTitleCopy p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contentTitleCopy h2 {
    font-size: 30px;
  }
}

.cardsListWrap .card {
  -webkit-box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  border: none;
}

.cardsListWrap .card h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #043844;
}

.cardsListWrap .card p {
  font-size: 16px;
  color: #104450;
}

.cardsListWrap .card .ph {
  color: #0043c9;
}

.keyStats h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--primary-color);
}

.keyStats p {
  font-size: 16px;
  color: #595f60;
}

.grayBg {
  background-color: #ecf4f7;
}

.saveOnTravel p {
  max-width: 600px;
}

.hotelImageWrap {
  position: absolute;
  margin-right: 20px;
}

@media screen and (max-width: 578px) {
  .hotelImageWrap {
    position: static;
  }
}

.passCards {
  position: relative;
}

.passCards img {
  width: 100%;
  border-radius: 20px;
  background-size: 110%;
  -webkit-box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
}

.passCardWrap {
  position: relative;
}

.passCardWrap .passCardTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  padding: 15px;
  border-radius: 0 0 20px 20px;
  border: 2px solid var(--primary-color);
  text-align: center;
}

.passCardWrap .passCardTitle span {
  font-weight: 600;
}

.passCardWrap .passCardTitle.passCardTitle2 {
  background-color: var(--primary-color);
  color: #FFF;
}

.hotelImage {
  max-width: 508px;
  margin-top: 80px;
}

.hotelImage img {
  width: 100%;
  height: 631px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
}

.hotelImage .card {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  border-radius: 20px;
  border: 0;
  padding: 20px;
  color: #595f60;
}

.hotelImage .card h4 {
  font-size: 20px;
  color: #043844;
}

.hotelImage .card .ph-map-pin {
  color: var(--primary-color);
}

.hotelImage .card .ph-star {
  color: #fec10b;
}

@media screen and (max-width: 767px) {
  .hotelImage img {
    height: 450px;
  }
}

.reviewSection .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 20px;
  padding-top: 50px;
}

.reviewSection .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.reviewSection .slick-arrow {
  font-size: 25px;
  position: absolute;
  top: 10px;
  cursor: pointer;
}

.reviewSection .slick-arrow.ph-caret-circle-right {
  left: auto;
  right: 0;
}

.reviewSection .card {
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 310px;
}

.reviewSection .card h5 {
  font-size: 20px;
}

.reviewSection .card .ph-star {
  color: #fec10b;
}

@media (max-width: 768px) {
  .siteLogo img {
    height: 25px;
  }
}

.animate-on-view {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.animate-on-view.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


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