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

body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	line-height: 1.75;
	font-size: 1.1rem;
	color: #444;
}
a {text-decoration: none;}

a.text-white:hover {text-decoration: underline;}

.breadcrumb {
  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%;}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', serif;
}
.btn, .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn:hover {text-decoration: none !important;}

.vh-75 {height: 75vh!important}

.vh-50 {height: 50vh!important}

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

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

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

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
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
==================================== */
#Header {z-index: 999;}

#Header .menu-icon {
  z-index: 9999;
  right: 1em;
}
/* Offcanva
==================================== */
.offcanvas a {color: #dfdfdf;}

.offcanvas a:hover, .offcanvas a:focus {color: #fff;}

.offcanvas .dropdown-menu.show {
  position: static !important;
  transform: none !important;
}
.offcanvas .dropdown-item:hover, .offcanvas .dropdown-item:focus {
  background-color: transparent;
}
/* Index
==================================== */
.index-banner img {
  object-fit: cover;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.index-caption {
  width: 85%;
}
/* 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://cdn4.gttwl.net/attachments/tribesdestinationstravel.gttcms.net/ltmq6z/1673899600_original.png);
}
.slick-next:before {
  background-image: url(https://cdn4.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 {
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.bcg {
	position: absolute;
	background-size: cover;
  background-position: center;
	width: 100%;
	height: 150%;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}
.bcg-content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
}
.bcg-content a {color: #fff;}

/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card .bg-dark.bg-opacity-50:hover {
  background-color: rgba(0,0,0,.3) !important;
}

/* SECTIONS
-------------------------------------------------- */
.number {
  height: 60px;
  width: 60px;
  line-height: 55px;
}
.process-step .vr {
  width: 2px;
  margin-left: 29px;
}
.img-bcg {
  background-size: cover;
  background-position: center;
}
/* PAGES
-------------------------------------------------- */
.page-title.bg-secondary {
  padding-top: 10em;
}

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

article p, article div {margin-bottom: 1.2em;}

article li {margin-bottom: 1em;}

article p, article div, article li {
  font-size: 108%;
  line-height: 1.7;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: .5rem 0 1em;
}
article br {display: none;}

/* 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;
  color: #666;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}
/* User Page Profile ----------------------- */
.profile .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* CTA HERO
-------------------------------------------------- */

/* FOOTER
-------------------------------------------------- */
#footer {
  background-color: #fff;
  font-size: 90%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
#footer a {color: #ededed;}

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

#footer .credits {font-size: 80%;}

.social-links .nav-link {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  color: #fff !important;
}
.social-links .nav-link:hover, .social-links .nav-link:focus {background-color: #111;}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  
}
@media (min-width: 768px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (max-width: 991px) {
  .brand img {
	  max-height: 80px;
  }
  #Header .menu-icon {
    top: 1.85em;
  }
  .section-body-img {
		min-height: 400px;
	}
}
@media (min-width: 992px) {
  .brand img {
	  max-height: 110px;
  }
  #Header .menu-icon {
    top: 2.5em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .welcome .section-body-img {
		min-height: 900px;
	}
}
@media (min-width: 1201px) {
  .welcome .section-body-img {
		min-height: 800px;
	}
}
/* print styles */
@media print {
  
}