/* General ================== */
html {scroll-behavior: smooth;}

body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
	line-height: 1.75;
	font-size: 1.2rem;
	color: #444;
  background-color: #F3F3F3;
}
strong {font-weight:700;}

a {color: #0F97B2; text-decoration: none;}

a:hover, a:focus {color: #016977;}

.breadcrumb {
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
  margin: 0;
  font-size:80%;
}
img {max-width: 100%;}

.tracking-tighter {letter-spacing: -.1em;}

.tracking-wider {letter-spacing: .1em;}

.fs-tiny {font-size: 80%;}

.sans-serif {font-family: 'Montserrat', sans-serif;}

.cursive {font-family: 'Kristi', cursive;}

.text-shadow {text-shadow: 1rem 1rem 1rem rgba(0,0,0,.15);}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.btn, .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn:hover {text-decoration: none !important;}

.h-100px {height:100px;}

.h-50px {height: 50px;}

.w-50px {width: 50px;}

.border-2 {border-width: 2px;}

.border-4 {border-width: 4px;}

.border-6 {border-width: 6px;}

cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
}
cite:before {content: "— ";}

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

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header
==================================== */
#mainNav {
  font-family: 'Montserrat', sans-serif;
  z-index:999;
}
.navbar-collapse.show {
  position: absolute;
  top: 0;
  padding: 6em 1em 1em;
  background-color: #333;
  width: 100%;
  z-index: -1;
}

/* Index
==================================== */
.index-banner img {
  max-width: none;
  min-width: 100%;
}
.index-caption {width: 90%;}

.index-caption h1 {
  letter-spacing: .1em;
}
/* Slider
==================================== */
.index-slider .slick-list,
.index-slider .slick-track,
.index-slider .slick-slide {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.index-slider .slick-active>img {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.index-slider .slick-dots {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index:999;
}
.testimonials-slider .blockquote {
  font-size: 90%;
}
/** arrows **/
.slick-prev, .slick-next {
  position: absolute;
  font-size: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 0;}

.slick-next {left: 100px;}

.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  width: 30px;
  height: 15px;
  background-size: cover;
  background-position: center;
}
.slick-prev:before {
  background-image: url(https://cdn1.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673899600_original.png);
}
.slick-next:before {
  background-image: url(https://cdn1.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673899552_original.png);
}
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #fff;
}
/* Parallax Banner */
.bcg-parallax {
  min-height: 550px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.6;
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.bcg-content a {color: #fff;}
/* BOOTSTRAP CARDS
-------------------------------------------------- */

/*** Flip Card
-------------------------------------------------- */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
.flip-card-front {
	position: relative;
	background-color: #111;
}
.flip-card-front img {opacity: 0.6;}

.flip-card-front h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-size: 170%;
}
.flip-card:hover .flip-card-front h5, .flip-card:hover .flip-card-front img {
	opacity: 0;
}
.flip-card-back {
	position: absolute; 
	top: 0;
	background-color: #fff;
	transform: rotateY(180deg);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}
.flip-card-back p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	line-height: 1.55;
}
.flip-card-back:after {
	position: absolute;
	content: '';
	top: 5%;
	left: 5%;
	height: 90%;
	width: 90%;
	display: block;
	border: 1px solid #333;
}

/* ARTICLES
-------------------------------------------------- */


/* PAGES ----------------------- */

/* BOOTSTRAP Accordion ----------------------- */
.accordion-item {
  border: 1px solid #666 !important;
}
.accordion-button {
  box-shadow: none !important;
  font-size: 1.5rem;
}

/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-family: 'Montserrat', sans-serif;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0;
  line-height: 1.25;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}

/* CTA HERO
-------------------------------------------------- */

/* FOOTER
-------------------------------------------------- */
#footer {font-family: 'Montserrat', sans-serif;}

#footer, #footer a {color: #fff;}

#footer a:hover {text-decoration: underline;}

.btn-subscribe {right: 1em;}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  
}
@media (min-width: 768px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (max-width: 991px) {
  .wrap-content {
    margin-top: -90px;
  }
  .page-top {
    height: 90px;
  }
}
@media (min-width: 992px) {
  
}
@media (max-width: 1200px) {
  .navbar-brand img {
    max-height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .wrap-content {
    margin-top: -80px;
  }
  .page-top {
    height: 80px;
  }
}
@media (min-width: 1201px) {
  .wrap-content {
    margin-top: -120px;
  }
  .navbar-brand img {
    max-height: 80px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    line-height: 120px;
  }
  .page-top {
    height: 120px;
  }
}
/* print styles */
@media print {
  
}