/* General
==================================== */
html {scroll-behavior: smooth;}
body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	line-height: 1.5;
	color: #444;
	background-color: #F3F3F3;
}
p {font-size: 118%;}

a {color: #529BA3;}

a:hover, a:focus {color: #CBE1E3; text-decoration: none;}

img {max-width: 100%;}

.breadcrumb {
	font-family: 'Poppins', sans-serif;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.3;
}
strong {font-weight:700;}

.letter-spacing {letter-spacing: .3em;}

.sans-serif {font-family: 'Poppins', sans-serif!important;}

.btn {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.btn-success {background-color: #529BA3; border-color: #529BA3;}

.btn-success:hover, .btn-success:focus {background-color: #CBE1E3; border-color: #CBE1E3;}

.btn-primary {background-color: #EE7042; border-color: #EE7042;}

.btn-primary:hover, .btn-primary:focus {background-color: #EC9B83; border-color:#EC9B83 ;}

.bg-success {background-color: #529BA3;}

.text-success {color: #529BA3;}

.border-success {border-color: #529BA3;}

.bg-success-light {background-color: #CBE1E3;}

.text-success-light {color: #CBE1E3;}

.border-success-light {border-color: #CBE1E3 !important;}

.bg-primary {background-color: #EE7042;}

.text-primary {color: #EE7042;}

.border-primary {border-color: #EE7042 !important;}

.bg-primary-light {background-color: #FCF3EF;}

.text-primary-light {color: #FCF3EF;}

.border-primary-light {border-color: #FCF3EF;}

.btn-block {padding-left: 0; padding-right: 0;}

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

.border-3 {border-width: 3px !important;}

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

.border-5 {border-width: 5px !important;}

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

.border-7 {border-width: 7px !important;}

.border-8 {border-width: 8px !important;}

.border-9 {border-width: 9px !important;}

.border-10 {border-width: 10px !important;}

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

form, legend, table {font-family: 'Helvetica', Arial, sans-serif;}

legend {
	font-size: 110%;
	font-weight: 600;
}
blockquote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 90%;
}
blockquote cite {font-size: 80%;}

blockquote a {color: #111;}

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

article p, article div, article li {
	font-size: 120%;
	line-height: 1.6;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: .5rem 0 1em;
}
.post-summary {
  font-size: 130%;
  line-height: 1.6;
}
section {overflow: hidden;}

.alert {margin: 0;}

.modal-header {display: block;}

.modal-header .close, #homemodal .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	font-size: 200%;
}
.contest-title {
  bottom: 2px;
  left: 0;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
}
.text-muted p {
	font-size: 89%;
	font-family: 'Helvetica', Arial, sans-serif;
	text-align: justify;
	text-justify: inter-word;
}
.vh-75 {height: 75vh!important;}

/* Header
==================================== */
#header {
	z-index: 999;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 93%;
}
#header .container-fluid, .page-top .container-fluid {
	max-width: 1400px;
}
#header .dropdown-item, #header .dropdown-header {
	font-size: 85%;
	padding: .2rem .8rem;
}
#header .navbar-toggler {
	z-index: 9999;
}
#header .navbar-collapse.show {
	width: 100%;
	left: 0;
	top: 0;
	padding: 1em;
}
/* Wave Pattern
==================================== */
.fill-white svg {fill: #fff;}

.fill-success svg {fill: #529BA3;}

.fill-primary svg {fill: #EE7042;}

.fill-success-light svg {fill: #CBE1E3;}

.fill-primary-light svg {fill: #FCF3EF;}

.wave-top, .wave-bottom {
  left: 0;
  z-index: 9;
}
/* Slider
==================================== */
.index-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.index-slider .slick-slide>div>div>img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 0;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}
.index-slider .slick-slide>div:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.index-caption {
	position: absolute;
	width: 97%;
	text-align: center;
	color: #fff;
	z-index:4;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.index-caption h1 {
	line-height: 1.2;
	text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.articles-slider .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
/** 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 {right: 100px;}

.slick-next {right: 0;}

.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);
}
/* Slider Dots */
.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: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #333;
}
/* Parallax Banner
==================================== */
.bcg-parallax {
	color: #fff;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.bcg {
	background-size: cover;
	background-position: center;
	position: absolute;
	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;}

.bcg-link {
	position: relative;
	display: block;
	z-index: 2;
	color: #fff;
	padding: 150px 0;
}
.bcg-link:hover {color: #fff; background-color: rgba(0,0,0,.2)}

.destinations .bcg-link h4 {
	font-weight: 900;
	font-size: 370%;
	letter-spacing: .5rem;
}
.bcg-parallax.section {min-height: 450px;}

/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card {
	height: 100%;
	position: relative;
}
a.card {color: #333;}

.card-title {font-weight: 600;}

p.card-text {
	font-size: 107%;
	line-height: 1.3;
}
.card .btn-dark {
	position: absolute;
	left: 5%;
	bottom: 12px;
	width: 90%;
}
.card-img {transition: all 0.4s ease-in-out;}

.card-specialty .card-img {opacity: .8;}

.card-specialty:hover .card-img {opacity: .5;}

.card-specialty .card-title {text-shadow: 1px 1px 5px rgba(0,0,0,.3);}

.card.supplier {
	height: 120px;
	margin-bottom: 1rem;
	transition: all 0.4s ease-in-out;
}
.card.supplier:hover {
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.card.supplier img, .card-content-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	margin: 0;
}
.supplier-logo img {max-height: 100px;}

/******* Boostrap Accordion ******/
.accordion .card-body {
  line-height: 1.75;
}
.accordion .card-header .btn:hover, .accordion .card-header .btn:focus {
  text-decoration: none;
}
.accordion .card-header .btn:after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 130%;
  line-height: 60px;
}
.accordion .collapse.show:before {
  content: '-';
  position: absolute;
  background-color: #fff;
  top: 1px;
  right: 13px;
  z-index: 1;
  width: 20px;
  height: 60px;
  line-height: 55px;
  color: #222;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 230%;
}
/* CTA Wedding
-------------------------------------------------- */
.cta-wedding label, .cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
	height: 45px;
	line-height: 45px;
	font-size: 110%;
}
.cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
.cta-wedding button {
	padding-top: 0;
	padding-bottom: 0;
}

/* CONTENT SECTIONS
-------------------------------------------------- */
.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
	line-height: 1.3;
}
.section-title p {line-height: 1.4;}

.section.agents {
	background-color: #fff;
}
/* OFFERS
-------------------------------------------------- */
.offer {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
	background-color: #000;
}
.offer:hover {color: #fff;}

.offer-media img {transition: all 0.2s linear;}

.offer-media img:hover {
	opacity: 0.7;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}
.offer-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 1em 1.3em;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.offer-content h2 {
	margin: 0;
	line-height: 1.2;
}
/* PAGES
-------------------------------------------------- */
.page-title h1 {
	line-height: 1.2;
}
/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	font-family: 'Poppins', 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;
}
/******* User Page Profile ******/
.profile .social-links .rounded-circle {
	display: inline-block;
	margin-right: .25em;
}
/* CTA HERO
-------------------------------------------------- */
.cta-hero {
	background-image: url(https://cdn1.gttwl.net/attachments/romance_bg_63779070211170765.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	position: relative;
}
.cta-hero:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}
.cta-hero h3 {text-shadow: 1px 1px 4px rgba(0,0,0,.4);}

/* FOOTER
-------------------------------------------------- */
#footer {
	background-color: #fff;
	font-size: 90%;
	letter-spacing: -.01em;
	font-family: 'Poppins', sans-serif;
}
#footer a {color: #686868;}

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

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

.footer-logos img {
	max-height: 65px;
	margin: 0 .5em .5em;
}
.social-links .nav-link {
	background-color: #529BA3;
	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: #CBE1E3;}

.btn-subscribe {
	position: fixed;
	bottom: 0;
	right: 5%;
	z-index: 999;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
/* WEDDING EVENT
-------------------------------------------------- */
.wedding-event {
	background-color: #F3F3F3;
}
.wedding-event .bcg-parallax.page-title {
	height: 100vh;
}
.wedding-event .bcg-parallax p.h4 {
	line-height: 1.7;
}
.photos-slider .slick-slide img {
	max-height: 450px;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.navbar-brand img {
		max-height: 80px;
	}
	.bcg-parallax.page-title {
		min-height: 400px;
	}
	.package-caption {
		max-width: 90%;
	}
	.package-caption h3 {
		font-size: 200%;
	}
}
@media (min-width: 768px) {
	.contact-info {
		text-align: right;
	}
	.section-title h2 {
		font-size: 180%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img {
		max-height: 90px;
	}
	.bcg-parallax.page-title {
		min-height: 500px;
	}
}
@media (max-width: 991px) {
  .wave-top {
    top: -10px;
	}
	.wave-bottom {
    bottom: -10px;
	}
}
@media (min-width: 992px) {
	#header .navbar-expand-lg .navbar-nav .nav-link {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 100px;
	}
	.navbar-brand img {
		max-height: 100px;
	}
	.bcg-parallax.page-title {
		min-height: 600px;
	}
	.wave-top {
    top: -4px;
	}
	.wave-bottom {
    bottom: -4px;
	}
}
@media print {    
	
}