@import "https://fonts.googleapis.com/css?family=Poppins:400,600,700";

/* src/styles.css */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
}
::selection {
  background-color: #b01afe;
  color: #fff;
}
p {
  margin: 0;
}
h2 {
  margin: 0;
}
.wrapper {
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
}
.container {
  width: 100%;
  position: fixed;
  z-index: 5;
  background-color: #222;
}
.container .navigation {
  display: flex;
  align-items: center;
  z-index: 10;
  padding: 0 15px 0 30px;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
  transition: 0.35s;
}
.container .navigation-overley {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  transition: 0.35s;
  height: 0;
  overflow: hidden;
}
.container .navigation-overley .overley-list {
  padding: 30px 45px;
  background-color: #222;
}
.container .navigation-overley .overley-list-item {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}
.container .navigation-overley .overley-list-item a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.container .navigation .logo {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: cursive;
  color: #fff;
  cursor: pointer;
}
.container .navigation .logo h1 {
  font-size: 20px;
}
.container .navigation-list {
  display: flex;
}
.container .navigation-list .navigation-list-item {
  padding: 20px;
  cursor: pointer;
}
.container .navigation-list .navigation-list-item a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.container .navigation .humburger {
  padding: 0 20px;
  display: none;
  cursor: pointer;
}
.container .navigation .humburger-cont {
  display: flex;
  flex-direction: column;
  border: 1px solid #393939;
  padding: 7px 12px;
  border-radius: 5px;
}
.container .navigation .humburger-cont span {
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.container .navigation .humburger-cont span:not(:last-child) {
  margin-bottom: 5px;
}
.container .navigation .humburger.active + .navigation-overley {
  height: 360px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .container {
    background-color: #222;
  }
  .container .navigation-list {
    display: none;
  }
  .container .navigation .humburger {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .container .navigation .humburger.active + .navigation-overley {
    display: none;
  }
}
.home {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home.overley:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000045;
}
.home-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 0 30px;
  z-index: 1;
}
.home-content span {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}
.home-content h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2em;
}
.home-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
}
.home-content .button {
  padding: 8px 40px;
  background-color: #fff;
  margin-top: 30px;
  font-weight: 600;
  color: #222;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.home-content .button:hover {
  color: #fff;
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  .home-content h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 768px) {
  .home-content h2 {
    font-size: 39px;
  }
}
.about {
  bottom: 0;
  padding-top: 100px;
}
.about-title {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 50px;
}
.about-title h2 {
  font-size: 36px;
  color: #222222;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
.about-content {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.about-content .leftSide {
  width: 570px;
  height: 380px;
  margin-top: 115px;
  z-index: 1;
}
.about-content .leftSide img {
  width: 100%;
  height: 100%;
}
.about-content .rightSide {
  width: 620px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 50px 100px 80px 80px;
  box-sizing: border-box;
  margin-left: -50px;
  box-shadow: -47px 29px 50px -17px rgba(157, 157, 157, 0.3), 8px 3px 50px -10px rgba(157, 157, 157, 0.3);
}
.about-content .rightSide h2 {
  font-size: 30px;
  color: #222222;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
}
.about-content .rightSide p {
  margin-bottom: 1rem;
}
.about-content .rightSide h3 {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
}
@media only screen and (max-width: 992px) {
  .about-content {
    display: block;
    padding: 0 30px;
  }
  .about-content .leftSide {
    width: 100%;
    margin-top: 0;
    height: auto;
  }
  .about-content .rightSide {
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 50px;
    margin: 0;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 576px) {
  .about-title h3 {
    font-size: 26px;
  }
  .about-content .rightSide {
    padding: 10px 20px;
  }
  .about-content .rightSide h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 465px) {
  .about-content .rightSide h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-content .rightSide p,
  .about-content .rightSide h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.tours {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
}
.tours .title {
  text-align: center;
  margin-bottom: 50px;
}
.tours .title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
}
.tours-imgBox {
  display: flex;
  flex-wrap: wrap;
}
.tours-imgBox-item {
  width: calc(100% / 12 * 3);
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.tours-imgBox-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000045;
}
.tours-imgBox-item:hover .tours-imgBox-item-text:before {
  height: 110%;
}
.tours-imgBox-item:hover .tours-imgBox-item-text {
  color: #000;
}
.tours-imgBox-item-text {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  z-index: 1;
  padding: 0 20px 10px;
  color: #fff;
  transition: color 0.35s ease;
  position: relative;
  font-weight: bold;
}
.tours-imgBox-item-text:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: 0.5s ease;
  z-index: -1;
}
.tours-imgBox-item-text .text3 {
  margin: 10px 0;
  font-weight: 400;
  font-size: 20px;
  padding: 0;
}
.tours-imgBox-item-text .text4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 1100px) {
  .tours-imgBox-item {
    width: calc(100% / 12 * 6);
  }
}
@media only screen and (max-width: 768px) {
  .tours-imgBox-item {
    width: 100%;
  }
}
.service {
  margin: 0 auto;
  padding-top: 100px;
}
.service .title {
  text-align: center;
  color: #000;
  padding: 0 30px;
  margin-bottom: 50px;
}
.service .title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.service .title p {
  margin: 0;
}
.service-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f9f9ff;
  padding: 20px;
  color: #000;
  width: calc(100% / 12 * 4 - 40px);
  margin: 0 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.service-box-item:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, #b21aff 0%, #732bde 100%);
}
.service-box-item .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service-box-item .icon-title i {
  font-size: 22px;
}
.service-box-item .icon-title h2 {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .service {
    margin-top: 30px;
  }
  .service .title {
    margin-bottom: 30px;
  }
  .service-box-item {
    width: calc(100% / 12 * 6 - 40px);
  }
}
@media only screen and (max-width: 768px) {
  .service .title h2 {
    font-size: 23px;
  }
  .service-box-item {
    width: calc(100% - 40px);
    text-align: center;
  }
  .service-box-item .icon-title {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .service .title h2 {
    font-size: 19px;
  }
  .service .title p {
    font-size: 11px;
  }
}
.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-title {
  text-align: center;
  color: #000;
  padding: 0 30px;
  margin-bottom: 50px;
}
.faq-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.faq-answerAsk {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 30px;
}
.faq-answerAsk .leftSide {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
}
.faq-answerAsk .leftSide .numberText {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-bottom: 30px;
}
.faq-answerAsk .leftSide .numberText .number {
  font-size: 48px;
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #b21aff 0%, #732bde 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  height: 50px;
  line-height: 50px;
}
.faq-answerAsk .rightSide {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.faq-answerAsk .rightSide .texts:not(:last-child) {
  margin-bottom: 30px;
}
.faq-answerAsk .rightSide .texts {
  display: flex;
  flex-direction: column;
  color: #000;
}
.faq-answerAsk .rightSide .texts .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media only screen and (max-width: 992px) {
  .faq {
    margin-top: 30px;
  }
  .faq-answerAsk .leftSide .numberText {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .faq-title {
    margin-bottom: 30px;
  }
  .faq-title h2 {
    font-size: 25px;
  }
  .faq-answerAsk {
    display: block;
  }
  .faq-answerAsk .leftSide .numberText .number {
    display: block;
    line-height: 50px;
  }
}
@media only screen and (max-width: 465px) {
  .faq-title h2 {
    font-size: 20px;
  }
  .faq-title p {
    font-size: 11px;
  }
}
.video {
  height: 570px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
}
.video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(0deg, #b21aff 0%, #732bde 100%);
  opacity: 0.6;
}
.video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.video .icon.active + .video-PopUpWrapper {
  display: block;
}
.video .icon.active body {
  overflow: hidden;
}
.video .texts {
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-top: auto;
  margin-left: auto;
  padding: 0 50px 50px;
}
.video .texts .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
}
.video .texts .subTitle {
  text-align: right;
}
.video-PopUpWrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000c;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.video-PopUpWrapper .video-popUp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video-PopUpWrapper .video-popUp .overley {
  display: flex;
  flex-direction: column;
  z-index: 11;
  height: 500px;
  max-width: 900px;
  width: 100%;
  justify-content: center;
}
.video-PopUpWrapper .video-popUp .overley .iconPop {
  text-align: right;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.video-PopUpWrapper .video-popUp .overley .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-PopUpWrapper .video-popUp .overley .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .video {
    margin-top: 30px;
  }
}
.contact {
  padding-top: 100px;
  margin-bottom: 100px;
}
.contact-title {
  text-align: center;
  color: #000;
  padding: 0 30px;
  margin-bottom: 50px;
}
.contact-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.contact-title span {
  display: block;
  margin-bottom: 20px;
}
.contact-form form {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.contact-form form .leftSide {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  width: 50%;
}
.contact-form form input {
  padding: 15px;
  color: #000;
  margin-bottom: 20px;
  font-size: 12px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.contact-form form .leftSide input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-form form .leftSide input:focus,
.contact-form form .leftSide input:active {
  border: 1px solid #000;
}
.contact-form form .rightSide {
  text-align: left;
  margin-left: 15px;
  width: 50%;
}
.contact-form form .rightSide textarea {
  resize: none;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  outline: none;
  padding: 15px 0 0 15px;
  font-size: 12px;
  color: #000;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.contact-form form .rightSide textarea:focus,
.contact-form form .rightSide textarea:active {
  border: 1px solid #000;
}
.contact-form form .rightSide textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-form form .rightSide button {
  background: -webkit-linear-gradient(0deg, #b21aff 0%, #732bde 100%);
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  outline: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.contact-form form .rightSide button:hover .buttonIcon {
  right: 20px;
}
.contact-form form .rightSide button .buttonIcon {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s ease 0s;
}
.contact-findUS {
  padding-top: 10px;
  padding-left: 30px;
}
.contact-findUS-title {
  margin-bottom: 12px;
  color: #000;
}
.contact-findUS-appText {
  display: flex;
  flex-direction: column;
}
.contact-findUS-appText-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact-findUS-appText-item .logo {
  width: 30px;
  height: 30px;
}
.contact-findUS-appText-item .logo img {
  width: 100%;
  height: 100%;
}
.contact-findUS-appText-item .phone {
  margin-left: 15px;
}
.contact-findUS-appText-item .app {
  margin-left: 15px;
}
@media only screen and (max-width: 992px) {
  .contact-form form {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .contact {
    margin-top: 30px;
  }
  .contact-form form {
    flex-direction: column;
    align-items: center;
  }
  .contact-form form .leftSide {
    margin: 0;
    width: 80%;
  }
  .contact-form form .rightSide {
    margin: 0;
    width: 80%;
  }
  .contact-findUS {
    margin-top: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .contact-title h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .contact-title p {
    font-size: 14px;
  }
  .contact-form form .rightSide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-form form .rightSide button {
    padding-left: 29px;
    padding-right: 24px;
    width: 160px;
  }
  .contact-form form .rightSide button i {
    display: none;
  }
}
footer {
  min-height: 420px;
  background-color: #222;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer {
  color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrapper-item {
  width: calc(100% / 12 * 4 - 45px);
}
.footer-wrapper-item:not(:first-child) {
  margin-left: 50px;
}
.footer-wrapper-about {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.footer-wrapper-about .item1 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
.footer-wrapper-about .item2 {
  margin-bottom: 25px;
}
.footer-wrapper-newsletter {
  display: flex;
  flex-direction: column;
}
.footer-wrapper-newsletter .item1 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
.footer-wrapper-newsletter .item2 {
  margin-bottom: 25px;
}
.footer-wrapper-newsletter .input {
  display: flex;
}
.footer-wrapper-newsletter .input input {
  height: 52px;
  border: none;
  font-weight: 300;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  outline: none;
}
.footer-wrapper-newsletter .input input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.footer-wrapper-newsletter .input button {
  color: #fff;
  outline: none;
  padding: 8px 12px;
  border: 0;
  background-image: -webkit-linear-gradient(0deg, #b21aff 0%, #732bde 100%);
  cursor: pointer;
}
.footer-wrapper-findUs {
  display: flex;
  flex-direction: column;
}
.footer-wrapper-findUs .contact-findUS-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.footer-copyright {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .home-content p {
    display: none;
  }
  .small_lng_wrapper {
    display: block !important;
  }
  .footer-wrapper {
    justify-content: center;
  }
  .footer-wrapper-item {
    width: calc(100% / 12 * 6 - 45px);
    align-items: center;
    text-align: center;
    padding-top: 20px;
  }
  .footer-wrapper-item:not(:first-child) {
    margin: 0;
  }
  .footer-wrapper-newsletter .input input {
    font-size: 13px;
  }
  .footer-wrapper-findUs {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-wrapper-item {
    width: calc(100% - 45px);
    padding: 30px 0;
  }
  .footer-wrapper-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .footer-wrapper-item:not(:first-child) {
    margin: 0;
  }
  .footer-wrapper-newsletter .input input {
    font-size: 13px;
  }
}
.desc-section {
  padding-top: 100px;
  padding-left: 7%;
  padding-right: 7%;
}
.space {
  padding-left: 25px;
}
.desc-section h3 {
  font-size: 24px;
  color: black;
}
.desc-section p {
  margin: 10px 0;
}
.desc-section .prices {
  font-weight: bolder;
}
.google_map {
  padding-top: 100px;
  text-align: center;
}
.google_map p {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  margin-bottom: 50px;
  padding: 0 0 5px 10px;
}
.filter {
  text-align: center;
  padding-bottom: 25px;
}
.filter input {
  border-radius: 35px;
  border: 1px solid;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  text-align: center;
}
.filter input:focus {
  outline-width: 0;
}
.slider-icon {
  position: absolute;
  top: 50%;
  font-size: 45px;
  color: white;
  cursor: pointer;
  z-index: 4;
}
.slider-right {
  right: 15px;
}
.slider-left {
  left: 15px;
}
.slider-icon:hover {
  color: #cccccc;
}
.language_icon {
  margin-top: 18px;
  width: 50px;
  cursor: pointer;
  margin-left: 10px;
  height: 26px;
}
.language_icon_small {
  width: 40px;
  cursor: pointer;
  margin-left: 10px;
  height: 25px;
}
.small_lng_wrapper {
  display: none;
}
button:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #2C2C2C;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: black;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
