:root {
  --body-font: "Bremenoff", "Inter", sans-serif;
  --preloader-font: "SOFINA", sans-serif;
  --heading-font: "RoundedSoft", "SOFINA", sans-serif;
  --subheading-font: "Bremenoff", "SOFINA", sans-serif;
  --subtitle-font: "Symphonice", serif;
  --accent-font: "Symphonice", serif;
  --rounded-font: "RoundedSoft", "SOFINA", sans-serif;
  --bs-heading-color: #343634;

  --img-bg-01: "/images/bg/about.jpg";
  --img-bg-02: "/images/bg/text-bg.jpg";
  --img-bg-03: "/images/bg/text-bg-02.jpg";
}

@view-transition {
  navigation: auto;
}

.preloader-svg { font-family: var(--rounded-font); }

.tripex-iconic-box-two a { color: var(--color-green-mid); }
.tripex-iconic-box-two a:hover { color: var(--secondary-color); }

.sidebar-widget-area .sidebar-information-widget .widget-content ul li { padding: 10px; }
.sidebar-widget-area .sidebar-information-widget .widget-content ul li:hover { background-color: var(--border-color); }

p a { color: var(--secondary-color);  }
p a:hover { color: var(--color-green-mid); }

.copyright-area p a { color: rgba(255, 255, 255, 0.65); }
.copyright-area p a:hover { color: var(--secondary-color); }

.header-top-bar a:hover { color: var(--secondary-color); }

text {
  letter-spacing: -10px;
}
@media (min-width: 1200px) {
  .header-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9999;
  }
}
.tripex-offcanvas-panel.panel-on {
  z-index: 99999;
}
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .content .h4 {
  color: var(--white-color);
}
.brand-logo img { transition: transform .5s ease-in-out; }
.sticky .brand-logo img { transform: scale(.5); }
.sticky .primary-menu { transition: height .5s ease-in-out; height: 100px; }
/* .footer-logo img { filter: invert(1); } */

.header-area.sticky { margin-bottom: 92px; }

.footer-widget.footer-nav-widget ul li a:focus:before {
  margin-right: 7px;
  visibility: visible;
  opacity: 1;
}
btn.style-one:hover {
	background-color: var(--secondary-color);
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 100% 100%;
}
.big-graphic { 
  aspect-ratio: 1;
  position: absolute;
  inset: 0;
  background-size: cover;
}
.rounded-font {  font-family: var(--rounded-font); }

.header-navigation .main-menu ul > li > a { font-weight: 700; font-family: var(--subheading-font); }
.h2, .h3, .h4, .h5, .h6 { font-weight: 700; }
.h2, .h3, .h4, .h5, .h6 {
  text-wrap: balance;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}

/* Map Box */
.map-box {
  display: inherit;
  width: 100%;
  border: none;
  min-height: 500px;
}

/* Contact Page Map */
.contact-page-map .map-box {
  min-height: 650px;
}

footer { background-color: var(--color-green-dark) !important; }
footer .h2, footer .h3, footer .h4, footer .h5, footer .h6,
.cta-wrapper .h2, .cta-wrapper .h3, .cta-wrapper .h4, .cta-wrapper .h5, .cta-wrapper .h6 {
  color: var(--white-color);
}
h2, h3, h4, h5, h6, .title, .theme-btn {
  font-weight: 700;
  font-family: var(--subheading-font);
}
.big-text h1, .big-text .h1, .big-text h2:not(.subtitle), .big-text .h2:not(.subtitle) {
	font-style: normal;
	font-weight: 800;
	padding-top: 20px;
    letter-spacing: -6px;
	background: url(/images/bg/text-bg.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.big-text h1, .big-text .h1 {
  font-size: clamp(4rem, -0.875rem + 8.333vw, 7rem);
  line-height: .8;
}
.big-text h2:not(.subtitle), .big-text .h2:not(.subtitle) {
  font-size: clamp(3rem, -0.875rem + 8.333vw, 3rem);
  line-height: 1.5;
}
.subtitle { 
  font-family: var(--subtitle-font); 
  font-weight: normal;
  font-size: 36px;
  margin-top: 12px;
}

.content p, .content ul li { 
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 1.4rem;
  text-wrap: pretty;
}
.content-hero p, .content-hero ul li { 
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 1.4rem;
  text-wrap: pretty;
}
.nowrap { white-space: nowrap; }
.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

.graphics-sticky {
  padding-top: 200px;
  padding-bottom: 100vh;  
}
.graphics-sticky img {
  padding-top: 200px;
  object-fit: cover;
  position: sticky;
  top: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: transparent; }
.form-group { position: relative; }
.form-group label { 
  color: var(--bs-dark-bg-subtle);
  position: absolute;
  top: 14px;
  left: 21px;
  pointer-events: none;
  transition: 0.2s;
}
.form-group textarea ~ label {
  top: 13px;
}
.form-group input:focus ~ label,
.form-group textarea:focus ~ label, 
.form-group input:not(:placeholder-shown) ~ label,
.form-group textarea:not(:placeholder-shown) ~ label {
    top: -16px;
    left: 25px;
    font-size: small;
    color: var(--bs-heading-color);
    background-color:#fff;
    padding:0 5px 0 5px;
}

.hero-right.hero-image-box {
  margin-left: -245px;
  margin-right: auto !important;
}
@media (max-width: 1650px) {
  .hero-right.hero-image-box {
    margin-left: -80px;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-right.hero-image-box {
    margin-left: 0;
  }
}

.vs-destination-style1 {
  position: relative;
}
.vs-destination-style1 .des-icon-1,
.vs-destination-style1 .des-icon-2 {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .vs-destination-style1 .des-icon-1,
  .vs-destination-style1 .des-icon-2 {
	display: none;
  }
}
.vs-destination-style1 .des-icon-1 {
  top: 100px;
  right: 260px;
}
@media (max-width: 1399px) {
  .vs-destination-style1 .des-icon-1 {
	top: 100px;
	right: 100px;
  }
}
@media (max-width: 1199px) {
  .vs-destination-style1 .des-icon-1 {
	top: 50px;
	right: 50px;
  }
}
.vs-destination-style1 .des-icon-2 {
  bottom: -5px;
  left: 100px;
}
@media (max-width: 1399px) {
  .vs-destination-style1 .des-icon-2 {
	bottom: -5px;
	left: 50px;
  }
}
@media (max-width: 1199px) {
  .vs-destination-style1 .des-icon-2 {
	bottom: -5px;
	left: 20px;
  }
}

.destination-box-wrapper {
  position: relative;
  display: grid;
  gap: 25px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .destination-box-wrapper {
	grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(1):hover), .destination-box-wrapper:has(> :nth-child(1).active) {
	grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(2):hover), .destination-box-wrapper:has(> :nth-child(2).active) {
	grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(3):hover), .destination-box-wrapper:has(> :nth-child(3).active) {
	grid-template-columns: 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(4):hover), .destination-box-wrapper:has(> :nth-child(4).active) {
	grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .destination-box-wrapper {
	grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .destination-box-wrapper:has(> :nth-child(1):hover), .destination-box-wrapper:has(> :nth-child(1).active) {
	grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
  }
  .destination-box-wrapper:has(> :nth-child(2):hover), .destination-box-wrapper:has(> :nth-child(2).active) {
	grid-template-columns: 0.5fr 1fr 0.5fr 0.5fr;
  }
  .destination-box-wrapper:has(> :nth-child(3):hover), .destination-box-wrapper:has(> :nth-child(2).active) {
	grid-template-columns: 0.5fr 0.5fr 1fr 0.5fr;
  }
  .destination-box-wrapper:has(> :nth-child(4):hover), .destination-box-wrapper:has(> :nth-child(4).active) {
	grid-template-columns: 0.5fr 0.5fr 0.5fr 1fr;
  }

  .destination-box-wrapper.only-3-destinations {
  grid-template-columns: 1fr 1fr 1fr;
  }
  .destination-box-wrapper.only-3-destinations:has(> :nth-child(1):hover), .destination-box-wrapper.only-3-destinations:has(> :nth-child(1).active) {
  grid-template-columns: 1fr 0.5fr 0.5fr;
  }
  .destination-box-wrapper.only-3-destinations:has(> :nth-child(2):hover), .destination-box-wrapper.only-3-destinations:has(> :nth-child(2).active) {
  grid-template-columns: 0.5fr 1fr 0.5fr;
  }
  .destination-box-wrapper.only-3-destinations:has(> :nth-child(3):hover), .destination-box-wrapper.only-3-destinations:has(> :nth-child(2).active) {
  grid-template-columns: 0.5fr 0.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .destination-box-wrapper {
	grid-template-columns: 1fr;
  }
}

.slider-inner img, .tripex-image-box img, .br-15 {
  border-radius: 15px;
}
.tripex-image { position: relative; }
.tripex-image .image-main { }
.tripex-image .image-overlay { 
  position: absolute;
  right: 60px;
  bottom: -200px;
  z-index: 2;
  width: 75%;
}
.destination-box {
  position: relative;
  transition: 0.5s;
  border-radius: 60px;
  overflow: hidden;
  backdrop-filter: brightness(70%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .destination-box {
	border-radius: 20px;
  }
}
.destination-box::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 10.2%, rgba(17, 21, 11, 0.7) 88.41%);
}
.destination-thumb a {
  display: contents;
}
.destination-box .destination-thumb {
  height: 536px;
}
.destination-box .destination-thumb img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.destination-box .destination-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .destination-box .destination-content {
	padding: 30px;
  }
}
.destination-box .destination-content .info {
  text-align: center;
  transition: 0.5s;
  flex-shrink: 0;
  width: 100%;
}
.destination-box .destination-content .info h4 {
  line-height: 1;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .destination-box .destination-content .info h4 {
	font-size: 30px;
  }
}
.destination-box .destination-content .info span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-top: 10px;
}
.destination-box .destination-content .icon {
  flex-shrink: 0;
  margin-right: -150px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  width: 56px;
  height: 56px;
}
.destination-box .destination-content .icon i {
  font-size: 21px;
}
@media (max-width: 991px) {
  .destination-box .destination-content .icon {
	width: 50px;
	height: 50px;
  }
}
.destination-box .destination-content .icon:before {
  position: absolute;
  content: "";
  inset: -4px;
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}
.destination-box .destination-content .icon:hover {
  color: var(--white-color);
}
.destination-box.active, .destination-box:hover {
  object-position: left top;
}
.destination-box.active .destination-content .info, .destination-box:hover .destination-content .info {
  text-align: left;
  width: calc-size(max-content, size);
}
.destination-box.active .destination-content .icon, .destination-box:hover .destination-content .icon {
  margin-right: 0px;
}
.destination-box.style-2 {
  border-radius: 20px;
}
.destination-box.style-2 .destination-thumb img {
  transition: all 0.3s ease-in-out;
}
.destination-box.style-2 .destination-content .info {
  text-align: start;
  flex-shrink: auto;
  width: auto;
}
.destination-box.style-2 .destination-content .icon {
  margin: 0;
}
.destination-box.style-2:hover {
  border-radius: 60px;
}

.vs-destination {
  position: relative;
}

.destination-box-2 {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .destination-box-2 {
	height: 100%;
  }
}
@media (max-width: 1199px) {
  .destination-box-2 .destination-thumb {
	height: 100%;
  }
}
.destination-box-2 .destination-thumb img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .destination-box-2 .destination-thumb img {
	height: 100%;
  }
}
@media (max-width: 767px) {
  .destination-box-2 .destination-thumb img {
	min-height: 516px;
  }
}
@media (max-width: 424px) {
  .destination-box-2 .destination-thumb img {
	min-height: 280px;
  }
}
.destination-box-2 .destination-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
}
.destination-box-2 .destination-content .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 166.667%;
  text-transform: capitalize;
}
.destination-box-2 .destination-content .info {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.destination-box-2:hover .destination-thumb img {
  transform: scale(1.1);
}

.sec-title {
  text-transform: capitalize;
  line-height: 122.222%;
}
.sec-title span {
  color: var(--theme-color);
}
.sec-title.style2 {
  font-size: 90px;
  line-height: 85px;
  margin: 0;
}

.sec-subtitle {
  text-transform: uppercase;
  display: block;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px 0;
}
.sec-subtitle.style-2 {
  position: relative;
  padding-left: 53px;
}
.sec-subtitle.style-2::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 3.004px;
  left: 0;
  top: 50%;
  border-radius: 5px;
  background: var(--theme-color);
  transform: translateY(-50%);
}

.sec-text {
  color: var(--smoke-color);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 30px;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 20px);
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area {
	text-align: center;
  }
}
.title-area.style2 {
  margin-bottom: 0;
}
.title-area.style2 img {
  margin-bottom: 0px;
}
.title-area.style2 .sec-title {
  font-size: 80px;
  line-height: 95px;
  margin: 0em 0 15px 0;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .title-area.style2 .sec-title {
	font-size: 50px;
	line-height: 70px;
  }
}
@media (max-width: 767px) {
  .title-area.style2 .sec-title {
	font-size: 44px;
	line-height: 54px;
  }
}
.title-area.style2 .sec-subtitle {
  margin: -0.6em 0 44px 0;
  color: var(--white-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area.style2 .sec-subtitle {
	margin: -0.6em 0 30px 0;
  }
}

.theme-btn.style-one { text-transform: uppercase; }
.footer-v2 .footer-cta .cta-content-box p span { padding: 0px 9px 5px 9px; }
.sec-btns {
  padding: 13px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-btns i.fa-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

.sec-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}
.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}

.sec-line {
  background-color: var(--theme-color);
  flex: 1;
  height: 2px;
}

.border-title {
  position: relative;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
.border-title-border {
  width: 48px;
  height: 2px;
  display: inline-block;
  background-color: var(--theme-color);
  margin-bottom: 25px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title4 {
	font-size: 42px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-title4 {
	font-size: 36px;
	line-height: 1.4;
  }
  .tripex-image .image-overlay { 
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 20px;
  }

}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title3.h1,
  .sec-title.h1 {
	font-size: 36px;
  }
  .sec-line-wrap {
	margin: 0 0 60px 0;
  }
  .sec-subtitle2 {
	margin-bottom: 15px;
  }
  .title-area {
	margin-bottom: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title3.h1,
  .sec-title.h1 {
	font-size: 30px;
  }
  .sec-subtitle {
	font-size: 16px;
	margin: 0 0 10px 0;
  }
  .sec-line-wrap {
	margin: 0 0 40px 0;
	gap: 10px;
  }
  .sec-title4 {
	font-size: 30px;
	line-height: 1.4;
  }
}