﻿/* HERO */

* {
  font-family: "Montserrat";
}

.wrapper {
  position: relative;
}

.travel-next-hero {
  font-family: "Montserrat";
  /*margin-top: 61px;*/
  color: #000;
}

.btn-action {
  color: #fff !important;
}

.travel-next-hero-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 30px;
}

.travel-next-hero-image-container {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.travel-next-hero-images img {
  height: 2rem;
  width: 100%;
  object-fit: contain;
}

.travel-next-hero-list li:last-child {
  padding-bottom: 0;
}

.travel-next-hero-text {
  background-color: #bee4ef;
  padding-top: 30px;
  padding-bottom: 30px;
  /*padding-right: 3rem;
  padding-left: 3rem;*/
}

.travel-next-hero-calc {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (min-width: 767px) {
  /* MOBILE NAVBAR STYLES */
	.travel-next-hero-text {
	  background-color: #bee4ef;
	  padding-top: 30px;
	  padding-bottom: 30px;
	  padding-right: 3rem;
	  padding-left: 3rem;
	}
}

.travel-next-video-container {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  width: 100%;
  overflow: hidden;
  background: #000;
  margin-bottom: 20px;
}

/* Responsive iframe */
/* .travel-next-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.travel-next-video-modal {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Ensure the modal content scales properly */
.modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
  max-width: 900px;
}

.modal-content {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.travel-next-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.travel-next-sign-up-image-section {
  position: relative;
}

.travel-next-sign-up-image-section svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 20%;
  height: 20%;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.travel-next-sign-up-image-section svg:hover {
  fill: #000;
}

/* Initial state of the modal content */
.modal-content {
  opacity: 0;
  transform: scale(0.9); /* Initial smaller scale */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Smooth transition */
}

/* State when the modal is shown */
.modal.fade.show .modal-content {
  opacity: 1;
  transform: scale(1); /* Scale to original size */
}

/* Optional: Ensure proper state when the modal is hidden */
.modal.fade:not(.show) .modal-content {
  opacity: 0;
  transform: scale(0.9); /* Scale down again */
}

/* Video container */
.travel-next-modal-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}

/* Responsive iframe */
.travel-next-modal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Close button styling */
.travel-next-modal-video-container button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.travel-next-hero-list {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-top: 30px;
}

.travel-next-navbar-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

.travel-next-hero-list-icon {
  flex-shrink: 0;
  margin-right: 6px;
}

.travel-next-hero-list li {
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.travel-next-about-section {
  position: relative;
  overflow: hidden;
  padding: 0 0;
  background-image: none;
}

.travel-next-about-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.yd_rev_bg .rev_block {
  height: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: none !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #23d3d3;
  background-image: none;
  width: 50px;
  height: 50px;
  mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M4.293 0L0 4l4.293 4 1.414-1.414L2.828 4l2.879-2.879L4.293 0z"/></svg>')
    center/contain no-repeat;
}

.carousel-control-next-icon {
  mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M3.707 0L8 4l-4.293 4L2.293 6.586 5.172 4 2.293 1.414 3.707 0z"/></svg>')
    center/contain no-repeat;
}

.travel-next-background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.travel-next-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire area */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Place image behind the content */
}

.travel-next-hero-list li img {
  align-self: baseline;
  width: 20px;
}

.travel-next-hero-list span {
  margin-left: 5px;
  font-size: 20px;
  @media screen and (max-width: 380px){
    font-size: 18px;
  }
}

.travel-next-hero-text h2, h4 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;  
  @media screen and (max-width: 600px){
    font-size: 31px;
  }
}

h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.travel-next-invest h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.travel-next-invest {
  padding: 30px 0;
  font-family: "Montserrat";
  color: #000;
}

.travel-next-invest .travel-next-invest-return-number {
  font-weight: bold;
  font-size: 3rem;
  margin-top: 30px;
  color: #000;
}

.travel-next-invest-balance .btn-alt:hover {
  color: #000 !important;
  background-color: #bee4ef !important;
  transition: all 0.2s;
}

.travel-next-invest .travel-next-invest-balance {
  margin-top: 30px;
}

.travel-next-initial-balance,
.travel-next-perion-in-years {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.travel-next-initial-balance-title {
  font-size: 14px;
}

.travel-next-initial-balance-number,
.travel-next-perion-in-years-single {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}

.travel-next-future-value-value,
.travel-next-effective-annual-percentage {
  color: #000;
}

.future-value-title {
  font-size: 14px;
}

/* period */

.travel-next-period {
  margin-top: 30px;
}

.travel-next-period-years {
  display: flex;
  margin-top: 15px;
  justify-content: center;
  width: 100%;
}

.travel-next-period-year {
  width: 10%;
  border: 1px solid #b9b9b9;
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: none;
  flex: 1;
}

.travel-next-period-year:first-child {
  border-left: 1px solid #b9b9b9;
}

.travel-next-period-year--active {
  background-color: #23d3d3;
}

.travel-next-period-title {
  font-size: 14px;
}

/* future value */

.travel-next-future-value {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.travel-next-future-value-value {
  font-weight: bold;
}

.travel-next-future-value-title {
  font-size: 14px;
}

/* effective-annual */

.travel-next-effective-annual {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.travel-next-effective-annual-title {
  font-size: 14px;
}

.travel-next-effective-annual-percentage {
  font-weight: bold;
}

/* log-in-info */

.travel-next-log-in-info {
  margin-top: 10px;
  /* font-weight: bold; */
}

.travel-next-log-in-info a {
  color: #000;
  font-weight: bold;
}

.travel-next-sign-up-info a {
  color: #000;
  font-weight: bold;
}

.travel-next-log-in-info,
.travel-next-sign-up-info {
  text-align: center;
}

.travel-next-sign-up-info {
  margin-top: 10px;
}

/* PROJECTS */

.travel-next-projects {
  font-family: "Montserrat";
}

.travel-next-project:nth-child(n + 3) {
  margin-top: 1rem;
}

.travel-next-projects-text {
  margin-left: auto;
  margin-right: auto;
}

.travel-next-projects h2 {
  margin-top: 0px;
}

.travel-next-projects-description {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.travel-next-projects-description p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.travel-next-projects h2 {
  text-align: center;
}

.project-btns {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-btns a {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-btns-invest:first-child {
  width: 58%;
}

.project-btns-invest:nth-child(2) {
  width: 40%;
}

.projects-load-more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* INVESTORS  */

.investors {
  color: #000;
}

.investors-info-text {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.investors-info-bar {
  height: 20px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}

.investors-info-bar::after {
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: var(--bar-width, 0%);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.investors-start-project,
.investors-length-project,
.investors-rate,
.investors-return {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.investors-info-value,
.investors-start-project-date,
.investors-length-project-years,
.investors-rate-percentage,
.investors-return-percentage {
  font-weight: bold;
  color: #000;
}

.investors-already-invested{
	display: none;
}

.travel-next-projects {
  /* border: 2px solid #23D3D3; */
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #fafafa;
  /* margin-top: 30px; */
}

.travel-next-projects-row {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.travel-next-projects-row h2 {
  width: 100%;
  font-size: 2rem;
}

.travel-next-project {
  background-color: #fafafa;
}

.travel-next-project-image-section {
  position: relative;
}

.travel-next-project-image-label {
  position: absolute;
  top: 0;
  left: 0;
}

.travel-next-project-image-label {
  font-size: 1rem !important;
  background-color: #bee4ef;
  padding: 10px;
  margin-top: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.travel-next-project-content {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 15px;
  /* display: none; */
}

/* travel-next-investing */

.travel-next-investing {
  background-color: #bee4ef;
  color: #000;
  font-family: "Montserrat";
  padding-top: 20px;
  padding-bottom: 20px;
}

.travel-next-investing-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.travel-next-investing h1 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}

.travel-next-investing h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}

.travel-next-investing p {
  font-size: 1rem;
  line-height: 1.6;
}

.travel-next-investing-desc {
  margin-top: 20px;
}

.travel-next-investing-highlight p {
  margin-top: 20px;
}

.travel-next-investing-image {
  order: 5;
}

.travel-next-investing-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel-next-investing-image-desktop {
  display: none;
}

.travel-next-investing-btn a {
  margin-bottom: 0;
}

.travel-next-investing-image-mobile {
  margin-top: 20px;
}

.travel-next-sign-up {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

.travel-next-sign-up-row {
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center;
}

.travel-next-sign-up-image-section p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.travel-next-sign-up-image-section img {
  margin-top: 20px;
}

.travel-next-sign-up-info-section h3 {
  font-size: 1.5rem;
  margin-top: 20px;
}

.travel-next-sign-up-info-section p {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.3;
}

.travel-next-sign-up-info-section-btn {
  display: flex;
  justify-content: center;
}

.travel-next-sign-up-info-section-btn a {
  margin-bottom: 0;
}

.travel-next-sign-up-info-section-content {
  cursor: pointer;
}

.travel-next-sign-up-info-section-content img {
  display: none;
}

.travel-next-sign-up-info-section-sign-up img {
  margin-top: 10px;
}

.travel-next-result {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.travel-next-info {
  background-color: #bee4ef;
  color: #000;
  font-family: "Montserrat";
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.travel-next-info-row {
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center;
  align-items: baseline;
}

.travel-next-info h2 {
  font-size: 1.5rem;
  margin-top: 20px;
}

.travel-next-info img {
  font-size: 2rem;
  margin-top: 20px;
}

.travel-next-info img:not(:first-child) {
  margin-top: 20px;
}

.travel-next-info p {
  font-size: 2rem;
  margin-top: 20px;
}

/* FOOTER */
.travel-next-footer-row {
  align-items: center;
  justify-content: space-between;
}

.travel-next-footer .back-to-top {
  background: url(../icons/arrow.svg) center top 1.2rem no-repeat #bee4ef !important;
  z-index: 200;
}

.travel-next-footer-row .footer-logo p {
  font-size: 1rem;
  font-weight: 200;
}

.footer-logo h5{
    color: #e5e5e5;
}

.travel-next-footer .travel-next-footer-links {
  display: none;
}

.travel-next-footer-icons {
  margin-top: 10px;
}

/* slider */

input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
  overflow: hidden;
  border-radius: 16px;
  margin-top: 15px;
}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
  height: 40px;
  background: #ebf1f2;
  border-radius: 500px;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
  height: 40px;
  background: #ebf1f2;
  border-radius: 500px;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 500px;
  border: 2px solid #000;
  /*  slider progress trick  */
  box-shadow: -440px 0 0 420px #000;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 500px;
  border: 1px solid #23d3d3;
  /*  slider progress trick  */
  box-shadow: -440px 0 0 420px #000;
}

/* Optionally, if you need to use classes for different states */
input[type="range"].updated-box-shadow::-webkit-slider-thumb {
  box-shadow: -490px 0 0 420px #23d3d3; /* Updated box-shadow */
}

.travel-next-navbar-log {
  display: none;
}

.nav-item-mobile {
    display: none !important;
}

.travel-next-footer-menu {
  display: flex;
  justify-content: center;
}

.navbar-nav {
  position: relative;
  display: flex;
  list-style: none;
  padding-left: 0;
}

.nav-item {
  position: relative;
  margin-right: 20px;
}

.nav-link {
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  color: #333;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23d3d3; /* Adjust this color to your theme */
  transition: width 0.3s ease-in-out;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.travel-next-review h3 {
  margin-top: 10px;
}

.travel-next-review-firtname {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.travel-next-review-image-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.travel-next-review-image-container img {
  height: 100%;
  object-fit: cover;
}

/* SLIDER */

.about-carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.about-carousel .slick-list {
  display: flex;
  align-items: stretch;
}

.about-carousel .slick-arrow {
  width: 4rem;
  height: 4rem;
}

.about-carousel .slick-arrow::before {
  font-size: 4rem;
  color: #000;
}

.slick-slider {
  position: static;
}

/* Configurator */

.travel-next-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
  color: #000 !important;
  -webkit-appearance: none;
}

.travel-next-select:focus {
  -webkit-appearance: none;
  color: #000 !important;
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.travel-next-select-wrapper {
  -webkit-appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  @media screen and (max-width: 380px){
    height: 550px !important;
  }
  @media screen and (max-width: 460px){
    height: 650px;
    
  }
  @media screen and (max-width: 767px){
    height: 500px;
  }
  @media screen and (min-width: 767px){
    height: 550px;
  }
  @media screen and (min-width: 767px) and (max-width:1328px){
    height: 600px;
  }
  @media screen and (min-width: 767px) and (max-width:958px){
    height: 650px;
  }
  @media screen and (min-width: 767px) and (max-width:811px){
    height: 730px;
  }
}
.travel-next-configurator-title{
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.3;
  @media screen and (max-width: 480px){
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -5px;
  }
}
#configurator{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.configurator-btn{
  margin: 0 !important;
  width: 100% !important;
  @media screen and (max-width: 480px){
    margin-top: 20px !important;
  }
}

.choices__inner{
  background-color: #fff !important;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid black !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  @media screen and (max-width: 480px){
    font-size: 14px;
  }
}
.choices__list--single {

  padding: 5px 16px 4px 4px !important;
  
}
.choices__placeholder{
  opacity: 1 !important;

}
.travel-next-configurator-middle{
  display: flex;
  flex-direction: column;
  @media screen and (max-width: 460px){
    gap: 15px !important;
  }
  @media screen and (max-width: 767px){
    gap: 2vh;
  }
  @media screen and (max-width: 875px) and (min-width:811px){
    gap: 20px !important;
  }
  @media screen and (min-width: 767px){
    gap: 2.5vh;
  }
  @media screen and (min-width: 767px) and (max-width:1328px){
    gap: 3vh;
  }
  @media screen and (min-width: 767px) and (max-width:958px){
    gap: 4vh;
  }
 
}
.travel-next-configurator-info{
  margin-top: 10px;
  text-align: center;
  line-height: 18px;
  @media screen and (max-width:767px){
    margin-top: 25px;
  }
}
.configurator-first-header{
  margin-top: 5px;
}
.travel-next-configurator{
  padding: 30px 0;
  font-family: "Montserrat";
  color: #000;
}

.travel-next-configurator h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}
.travel-next-select:disabled {
  background-color: white !important;
  color: gray !important;
  border: 1px solid rgb(201, 201, 201)!important;
  pointer-events: none;
  opacity: 1;
}
#car-brand {
 
}
.disabled .choices__inner {
  background-color: white !important;
  color: gray !important;
  border: 1px solid rgb(201, 201, 201)!important;
  pointer-events: none;
  opacity: 1;
}

.choices__item{
  font-size: 16px;
  @media screen and (max-width:480px){
    font-size: 14px;
  }
}
.payment-icons{
  width: 250px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  @media screen and (max-width:767px){
    margin-top: 20px;
  }
  
}
@media screen and (min-width: 576px) {
  .travel-next-projects-description p {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 768px) {
  .travel-next-hero-images {
    display: flex;
  }

  .travel-next-footer .back-to-top {
    margin-bottom: 70px;
  }

  .nav-item-signup {
    margin-right: 0 !important;
  }

  .travel-next-footer-icons {
    margin-top: 0px;
  }

  .yd_rev_bg .rev_block {
    margin-left: initial;
    margin-right: initial;
    max-width: none;
    height: auto !important;
    /* max-width: 420px !important; */
  }

  .travel-next-project-image-label {
    padding: 7px;
  }

  .travel-next-project:nth-child(n + 2) {
    margin-top: auto;
  }

  .travel-next-project:nth-child(n + 4) {
    margin-top: 1.5rem;
  }

  .travel-next-investing-image-mobile {
    display: none;
  }

  .travel-next-investing-image-desktop {
    display: block;
  }
  .travel-next-hero-text h2 {
    max-width: 70%;
  }
  .travel-next-navbar .nav-item:last-child {
    margin-right: 0;
  }
  .travel-next-navbar .navbar-nav {
    padding-right: 0;
    border-left: none;
  }
  .travel-next-projects-description {
    max-width: 80%;
  }
  .travel-next-hero-image-container {
    padding: 10px;
    /* background-color: #fff; */
    width: 30%;
  }

  .travel-next-hero-images img {
    height: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .travel-next-project:nth-child(n + 2) {
    margin-top: auto;
  }

  .travel-next-project:nth-child(n + 4) {
    margin-top: auto;
  }

  .travel-next-project:nth-child(n + 5) {
    margin-top: 1.875rem;
  }

  .travel-next-about-container .carousel-control-prev {
    left: -15px;
  }

  .travel-next-about-container .carousel-control-next {
    right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* MOBILE NAVBAR STYLES */
  .navbar-nav {
    height: 100vh;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  
  .nav-item-mobile {
    display: block !important;
}

  .travel-next-navbar-log {
    display: flex;
    margin-top: auto;
    margin-bottom: 70px;
    flex-direction: column;
    width: 100%;
  }
  .travel-next-navbar-log a {
    margin-bottom: 0;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
  }

  .navbar-nav .nav-item .nav-link {
    font-weight: bold;
  }

  .navbar .btn-cta {
    padding-left: 0;
  }

  .travel-next-about-container .carousel-control-prev {
    left: -10px;
  }

  .travel-next-about-container .carousel-control-next {
    right: -10px;
  }

  .about-carousel .slick-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 1200px){
  .travel-next-footer .travel-next-footer-links {
    display: block;
  }
}

@media only screen and (min-width: 866px) {
  .travel-next-sign-up-info-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid rgb(192, 192, 192);
    width: calc(50% - 4px);
  }

  .travel-next-sign-up-row {
    align-items: stretch;
  }

  .travel-next-sign-up-info-section-content:nth-child(1) {
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .travel-next-sign-up-info-section-content:nth-child(2) {
    margin-bottom: 4px;
  }

  .travel-next-sign-up-info-section-content:nth-child(3) {
    margin-right: 4px;
  }

  .travel-next-sign-up-info-section {
    display: flex;
    flex-wrap: wrap;
  }

  .travel-next-sign-up-info-section-content p {
    text-align: center;
  }

  .travel-next-sign-up-info-section-content img {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    display: block;
  }
 /*
  .travel-next-footer .travel-next-footer-links {
    display: block;
  }
*/

@media screen and (min-width: 866px) and (max-width: 1200px)  {
  .travel-next-sign-up-image-section {
    max-width: 400px;
  }
  .img-fluid {
    height: 430px; 
    object-fit: cover;
  }
}

  .travel-next-sign-up-image-section p {
    margin-top: 0;
  }

  .travel-next-about-container .carousel-control-prev {
    left: -35px;
  }

  .travel-next-about-container .carousel-control-next {
    right: -35px;
  }
}

@media only screen and (min-width: 1028px) {
  .travel-next-hero-images {
    display: flex;
  }
  .travel-next-hero-list {
    max-width: 420px;
  }
}

.btn-alt,
.btn-action {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid black !important;
  
}

.btn-action-width {
	width:65%;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-action:hover,
.btn-action:focus {
  color: #000 !important;
  background-color: #bee4ef !important;
  transition: all 0.2s;
  border: 1px solid black !important;
}

.travel-next-project-image-section .image-carousel .slick-next {
  right: 5px;
  z-index: 100;
}

.travel-next-project-image-section .image-carousel .slick-prev {
  left: 5px;
  z-index: 100;
}

.travel-next-project-image-section .image-carousel .slick-arrow {
  width: 40px;
}

.travel-next-project-image-section .image-carousel .slick-arrow:before {
  font-size: 30px;
}
