/* General ----------------------- */

html {scroll-behavior: smooth;}

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #2C2B2A;
	background-color: #FFF;
}
.img-cover {object-fit: cover;}

strong {font-weight: 600;}

a {
	color: #EB078D;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2C2B2A;
}
.breadcrumb {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
.tracking-tighter {letter-spacing: -.1em;}

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

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

.fw-bold {font-weight: 600 !important;}

.fw-bolder {font-weight: 700 !important;}

.btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.btn:hover {text-decoration: none !important;}

.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
	background-color: #EB078D;
	border-color: #EB078D;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #9B045D;
	border-color: #9B045D;
}
.btn-outline-primary {
	border-color: #EB078D;
	color: #EB078D;
}
.btn-success, .btn-outline-success:hover, .btn-outline-success:focus {
	background-color: #B0D46B;
	border-color: #B0D46B;
}
.btn-success:hover, .btn-success:focus {
	background-color: #EB078D;
	border-color: #EB078D;
}
.btn-outline-success {
	border-color: #B0D46B;
	color: #B0D46B;
}
.bg-primary, .list-group-item.active {background-color: #EB078D !important;}

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

.text-primary {color: #EB078D !important;}

.bg-success {background-color: #B0D46B !important;}

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

.text-success {color: #B0D46B !important;}

.text-dark {color: #2C2B2A !important;}

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

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

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

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

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

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

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

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

.minw-100 {min-width:100%;}

.minh-100 {min-height:100%;}

.mw-0 {max-width: none;}

.vh-75 {height: 75vh;}

.vh-50 {height: 50vh;}

.vh-25 {height: 25vh;}

.gradient-dark-b {background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));}

.gradient-dark-t {background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));}

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

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

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

label {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.form-control, .form-select {
	background-color: #efefef;
	border-color: #efefef;
}
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;}

.move-left {
  animation-name: right-left;
  animation-duration: 2s;
}
/* Corners ----------------------- */

.corner-t, .corner-l, .corner-tl {
	border-top-left-radius: 50px;
}
.corner-t, .corner-r, .corner-tr {
	border-top-right-radius: 50px;
}
.corner-b, .corner-r, .corner-br {
	border-bottom-right-radius: 50px;
}
.corner-b, .corner-l, .corner-bl {
	border-bottom-left-radius: 50px;
}
/* Header ----------------------- */
#mainNav {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	z-index:999;
}
#mainNav .nav-link, #mainNav .dropdown-item {
	color: #EB078D;
}
#mainNav .nav-link:hover, #mainNav .nav-link:focus, #mainNav .dropdown-item:hover, #mainNav .dropdown-item:focus {
	background-color: #EB078D;
	color: #fff;
}
.navbar-collapse.show {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6.5em 1em 1em;
	background-color: #fff;
	width: 100%;
	z-index: -1;
}
/* Index ----------------------- */
.Ad img {
  width: 100%;
  height: auto;
}
/* Sinuous Backgrounds ----------------------- */
.bg-sinuous {
	background-repeat:no-repeat;
	background-size: 70%;
}
.bg-sinuous-primary-sb, .bg-sinuous-success-sb {
	background-position: left bottom;
}
.bg-sinuous-primary-eb, .bg-sinuous-success-eb {
	background-position: right bottom;
}
.bg-sinuous-primary-st, .bg-sinuous-success-st {
	background-position: left top;
}
.bg-sinuous-primary-et, .bg-sinuous-success-et {
	background-position: right top;
}
.bg-sinuous-primary-sb {background-image: url(https://cdn4.gttwl.net/attachments/748c6199-9935-4c07-b18e-10037b157634.png);}

.bg-sinuous-success-sb {background-image: url(https://cdn4.gttwl.net/attachments/83066400-b9d9-4201-b5e6-f196f06c8259.png);}

/*** 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;
	border-radius: 0.375rem;
}
/* Slider ----------------------- */
/** 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: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #000;
}
/* ARTICLES ----------------------- */
article p, article li, article > div {
  font-size: 110%;
	line-height: 1.6;
}
article p, article li {
	margin-bottom: 1em;
}
article img {
  max-width: 100%;
  border-radius: .375rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
	
/*article .image_resized img, article img.image_resized {
  width: auto !important;
  height: auto !important;
}
article .image_resized {
  margin-right:auto;
  margin-left:auto;
}
article .image_resized.image-style-block-align-left, article .image_resized.image-style-block-align-right {
  margin-right:0;
  margin-left:0;
}*/
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 1em 0 .5em;
}
/* PAGES ----------------------- */
.supplier img {
	max-width: 85%;
	max-height: 85%;
}
.forcollapse::after {
	width: .6em;
	height: .6em;
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: transform .2s ease-in-out;
	position: absolute;
	right: 1em;
	bottom: 1em;
}
.forcollapse:not(.collapsed)::after {
	transform: rotate(225deg);
}
.forcollapse.collapsed::after {
	transform: rotate(45deg);
}
.tags span:after {
  display:inline-block;
  content:','
}
.tags span:last-child:after {
  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;
}
.pagination .disabled span, .pagination .active span {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	border-color: #dee2e6;
}
/* FOOTER ----------------------- */

#footer a {color: #666;}

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

.social-links .rounded-circle {
	padding: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

/* RESPONSIVE CSS ----------------------- */

@media (max-width: 767px) {
	.post-title-w-bg {
		height: 50vh;
	}
	.post-title-w-bg>img {
		width: 250%;
	} 
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
	.navbar-brand img {
		max-height: 50px;
	}
	.wrap-content {
	  margin-top: 80px;
	}
	.index-intro {
	  position: relative;
	}
	.bg-sinuous {
		background-size: 230%;
	}
}
@media (min-width: 992px) {
	.navbar-brand img {
		max-height: 60px;
	}
	.wrap-content {
	  margin-top: 90px;
	}
	.index-intro {
	  position: absolute;
	  transform: translate(-50%, -50%);
	  top: 50%;
	  left: 50%;
	}
	.vh-lg-100 {
	  height: 100vh;
	}
}
@media (max-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}
@media (min-width: 1201px) {
	#mainNav .btn {
		min-width: 130px;
	}
}
@media (min-width: 2300px) {
	.bg-sinuous {
		background-size: 53%;
	}
}
/* print styles */
@media print {
	
}
@keyframes right-left {
  0%   {left:0;}
  2%   {left:95%;}
  100% {left:0;}
}