@font-face {
    font-family: "PH 600 Caps";
    font-weight: bold;
    src: url("../fonts/PH-600RegularCaps.otf") format("opentype");
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
::-moz-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
::-ms-input-placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}
::placeholder {
  opacity: 1;
  color: #E0E0E0 !important;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: smooth;
  scroll-padding-top: 6.3125rem;
}

header {
  z-index: 1020;
  background: #FFFEFE;
}
.invalid-feedback {padding-left:1em}
a {color:var(--bs-nav-link-color);}
main p a:hover{text-decoration:none}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --bs-body-color:#5E6282;
  background-image: url('../img/girl_right.png'), url('../img/kite_left200.png');
  background-position: top 2rem right, top 2em left;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}
main{margin-top:120px}
pre, code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

section {
  padding: 3rem 0;
  background-repeat:no-repeat;
  background-position: top right 2em
}

pre {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}

ol, ul {
  padding-left: 1.1rem;
}

iframe {
  border: none;
}
h1,.h1{
	font-size:3rem;
	color:#01405C !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Open Sans", "PH 600 Caps", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.2;
    color: #14183E;
}
.text-smallcaps {
  font-variant: small-caps;
}

.text-word-break {
  word-break: break-word;
}

h1,.h1,.font-cursive {
  font-family: "PH 600 Caps", "DM Serif Display", cursive; 
}

.navbar-brand{
	font-family: "PH 600 Caps"; 
	font-size: 3rem;
	color:#01405C;
	line-height:10px;
}

.fs-error {
  font-size: 7rem;
}

@media (min-width: 576px) {
  .fs-error {
    font-size: 10rem;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-gradient {
  background: -o-linear-gradient(40deg, #fb3c00, #ffb800);
  background: linear-gradient(50deg, #fb3c00, #ffb800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.description{padding-bottom:0}
#destination{background-image:url('../img/shape-bg2.png');}
#service{background-image:url('../img/shape_services.svg');}
#booking{background-image:url('../img/kite.png');}
.bg-primary-gradient {
  background: #FFF7F5;
  -webkit-box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
  box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
}

.overflow-hidden[class*='rounded'] {
  -webkit-mask-image: radial-gradient(#FFFEFE, #000);
  mask-image: radial-gradient(#FFFEFE, #000);
}

.border-top-2 {
  border-top-width: 0.125rem !important;
}

.border-end-2 {
  border-right-width: 0.125rem !important;
}

.border-bottom-2 {
  border-bottom-width: 0.125rem !important;
}

.border-start-2 {
  border-left-width: 0.125rem !important;
}

.hr-vertical {
  border-left: 2px solid #CFCFCF;
}
.all-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


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

.link-black:hover, .link-black:focus {
  color: #262626 !important;
}

.link-100 {
  color: #FCFCFC !important;
}

.link-100:hover, .link-100:focus {
  color: white !important;
}

.link-200 {
  color: #F5F5F5 !important;
}

.link-200:hover, .link-200:focus {
  color: white !important;
}

.link-300 {
  color: #EEEEEE !important;
}

.link-300:hover, .link-300:focus {
  color: white !important;
}

.link-400 {
  color: #E0E0E0 !important;
}

.link-400:hover, .link-400:focus {
  color: white !important;
}

.link-500 {
  color: #BDBDBD !important;
}

.link-500:hover, .link-500:focus {
  color: #e3e3e3 !important;
}

.link-600 {
  color: #F0F4F9 !important;
}

.link-600:hover, .link-600:focus {
  color: white !important;
}

.link-700 {
  color: #757575 !important;
}

.link-700:hover, .link-700:focus {
  color: #9b9b9b !important;
}

.link-800 {
  color: #616161 !important;
}

.link-800:hover, .link-800:focus {
  color: #878787 !important;
}

.link-900 {
  color: #5E6282 !important;
}

.link-900:hover, .link-900:focus {
  color: #01405C !important;
}

.link-1000 {
  color: #212832 !important;
}

.link-1000:hover, .link-1000:focus {
  color: #3f4d60 !important;
}

.link-white {
  color: #FFFEFE !important;
}

.link-white:hover, .link-white:focus {
  color: white !important;
}

.hover-top-shadow {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hover-top-shadow.hover-top-shadow-lg:hover, .hover-top-shadow.hover-top-shadow-lg:focus, .card.shadow-sm:hover {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top-shadow:hover, .hover-top-shadow:focus{
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(241, 165, 1, 0.8) !important;
  box-shadow: 0 0 0.5rem 0 rgba(241, 165, 1, 0.8) !important;
}

.shadow-transition{
  -webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(94, 98, 130, 0.075);
  box-shadow: 0 1.5625rem 2.8125rem rgba(94, 98, 130, 0.075);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.shadow-warning, .card.shadow-sm:hover {
  -webkit-box-shadow: 0 0 3rem 0 rgba(241, 165, 1, 0.3) !important;
  box-shadow: 0 0 3rem 0 rgba(241, 165, 1, 0.3) !important;
}

.shadow-icon {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(241, 165, 1, 0.3));
  filter: drop-shadow(5px 5px 5px rgba(241, 165, 1, 0.3));
}

.shadow-primary {
  -webkit-box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
  box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index--1 {
  z-index: -1;
}

.collapsed .collapse-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapse-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-dismiss="dropdown"] *,
[data-offset-top] *,
[data-toggle="collapse"] *,
[data-toggle="tooltip"] *,
[data-toggle="popover"] * {
  pointer-events: none;
}

.transition-base, #destination .card:hover, .btn:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.transition-none {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fs-1 {
	font-size: 1.125rem !important;
}
.fw-medium {
    font-weight: 500 !important;
}

.shadow {
    -webkit-box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048) !important;
    box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048) !important;
}
.shadow-social {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.navbar {
  -webkit-transition: padding 0.5s linear;
  -o-transition: padding 0.5s linear;
  transition: padding 0.5s linear;
}
.navbar.py-2{
	backdrop-filter: blur(1em);
}
.navbar.py-4 img{
	height:60px
}
.navbar.py-2 img{
	height:35px
}

.padding-transition {
  padding: 1.25rem !important;
}

.show-onhover:hover .hideEl {
  visibility: visible;
  opacity: 1;
}

.show-onhover .hideEl {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.shadow-hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shadow-hover:hover {
  -webkit-box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
  box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
}

.round-btn-lg {
  height: 3.25rem;
  width: 3.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.primary-btn-shadow {
  -webkit-box-shadow: 0 1.25rem 2.1875rem 0 rgba(241, 165, 1, 0.15);
  box-shadow: 0 1.25rem 2.1875rem 0 rgba(241, 165, 1, 0.15);
}

.danger-btn-shadow {
  -webkit-box-shadow: 0 0.9375rem 1.875rem 0 rgba(223, 105, 81, 0.3);
  box-shadow: 0 0.9375rem 1.875rem 0 rgba(223, 105, 81, 0.3);
}

.orange-gradient-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF946D), to(#FF7D68));
  background-image: -o-linear-gradient(top, #FF946D, #FF7D68);
  background-image: linear-gradient(to bottom, #FF946D, #FF7D68);
  border: none;
  border-radius: 0.625rem;
  padding: 1rem 2.5rem;
}

.orange-gradient-btn:hover, .orange-gradient-btn:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7D68), to(#FF946D));
  background-image: -o-linear-gradient(top, #FF7D68, #FF946D);
  background-image: linear-gradient(to bottom, #FF7D68, #FF946D);
}

.hover-top {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-top.hover-top-shadow-lg:hover, .hover-top.hover-top-shadow-lg:focus {
  -webkit-transform: translateY(-0.3125rem) translateZ(0);
  transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top:hover, .hover-top:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
  background-color: #D42DA3;
  color: #FFFEFE;
}

.hover-top:hover .heading-color, .hover-top:focus .heading-color {
  color: #FFFEFE;
}

.carousel-indicators {
  right: unset;
  margin-left: 1.2rem;
}

@media (max-width: 991.98px) {
  .carousel-indicators {
    -webkit-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
    right: 0;
    margin-left: 15%;
  }
}

.carousel-indicators [data-bs-target] {
  background-color: #212832;
  width: 0.6875rem;
  height: 0.6875rem;
  opacity: 0.3;
  border-radius: 50%;
}

.carousel-indicators [data-bs-target]:not(:last-child) {
  margin-right: 1.5625rem;
}

.carousel-indicators [data-bs-target].active {
  opacity: 1;
}

.carousel-inner {
  overflow: unset;
}

.hero-title {
  font-family: "PH 600 Caps", "DM Serif Display", cursive;
  font-weight: 700;
  font-size: 2.88651rem;
  color: #181E4B;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 4.62363rem;
  }
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: 5.20158rem;
  }
}

@media (min-width: 992px) {
  .hero-title:before {
    top: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .hero-title:before {
    font-size: 4.62363rem;
    top: 4.1875rem;
    right: -0.9375rem;
  }
}

@media (min-width: 1400px) {
  .hero-title:before {
    font-size: 5.20158rem;
    top: 4.6875rem;
    width: 23.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-img {
    width: 135%;
    margin-left: -4rem;
  }
}
.hero-img {
    width: 105%;
    margin-left: -5rem;
}

.card {
  border: none;
  border-radius:1.5rem;
  
}

.card.service-card:before {
  content: '';
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #44BED2;
  border-radius: 1.875rem 0 0.625rem 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .card.service-card:before {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1.25rem 0 0.5rem 0;
  }
}

.card.service-card:hover:before {
  left: -1.3rem;
  bottom: -2.1875rem;
}

@media (max-width: 767.98px) {
  .card.service-card:hover:before {
    left: -0.9375rem;
    bottom: -1.5625rem;
  }
}

.telegram-subscriber {
  background-color: #fff;
  border-radius:16px;
  color: #39425D;
  padding:.7rem .8rem;
  text-decoration:none; 
  font-size: 1.75rem;
  display:block;
}

.telegram-subscriber .telegram-icon{
padding-right:.5rem;
}

.mb-7 {
    margin-bottom: 4rem !important;
}
.py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}
.btn:hover{background-color:#F39D1F}
.btn-primary{--bs-btn-bg:#03597A}
.row{--bs-gutter-x:2rem}
.navbar{--bs-navbar-nav-link-padding-x:1rem} 
ul.navbar-nav a.nav-link, ul.footer-links li a{
	text-decoration:none;
	font-size:1.25em;
	font-weight:500;
	border-bottom:2px solid transparent;
}
ul.navbar-nav .nav-link:hover,ul.footer-links li a:hover{
	text-decoration:none;
	color:#01405C !important;
	border-bottom:2px solid #01405C;
}
.text-danger{color:#F39D1F!important}
.steps{border-radius: 13px}
.steps img{filter: invert(1)}
.tv-search-form{
	background-image:url("../img/shape-bg2.png");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:rgba(77,187,178,.25);
	border-radius:20px 129px 20px 20px;
	
}
.subscriber{
	background-image:url("../img/shape-bg1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: rgba(45,144,174,0.25);
	border-radius:20px 20px 20px 129px ;
	}
	
.description span{display:block;width:20px;margin-right:5px}
.subscriber h4{line-height:3rem}
.iconed img{margin:0 .4em}
.iconed {color:black}
ul.social-links li{margin-right:2em}
ul.social-links img{border-radius:.35em}
ul.social-links img:hover{background:#fff;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}
ul.footer-links {margin-bottom:1rem}
ul.footer-links li a{color:var(--bs-nav-link-color);}
@media (max-width: 767.98px) {
	#destination .card{ 
		text-align:center;
	}
	#destination h4, footer a.fw-medium{
		font-size:1.5rem;
	}
	.subscriber h4{ 
		font-size: larger;
	}
	footer .col-12{
		text-align:center;
	}
	.mb-7 {
		margin-bottom:2rem;
	}
	section{padding:1rem 0}
	.navbar.py-4 img{
		height:30px;
	}
	.h1, h1{
		font-size:2.5em;
	}
	#hero{padding-top:90px}
	nav.navbar{
		backdrop-filter: blur(1em);
		text-align:center;
	}
	#booking{background:none}
	ul.footer-links li a{font-weight:400}
	ul.footer-links li{
		padding:5px!important
	}
	.description{margin-top:1rem}
	body{background-image:none}
	main{margin-top:100px}
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.carousel-cell {margin:1rem}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}