@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

*{
  color: black;
}
p{
  color: #2b2b2b;
}

/*********************************
    Banner
*********************************/

.banner{    
    display: flex;    
}
.text-overlay {
    top: 13%;
    left: 5%;
    padding: 10px 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}
.large-text {
  font-size: 70px;
  color: #991b1e;
  text-transform: capitalize;
  font-family: 'Beyond';
  margin-bottom: 25px;
}

.highlight-box {
  display: inline-block;
  background-color: #3e403f;
  color: white;
  font-size: 19px;
  border: 2px solid #3e403f;
  padding: 5px 12px;
  border-radius: 10px 10px 10px 0px;
  font-family: Georgia;
  max-width: fit-content;
}
  
.date-box {
  display: inline-block;
  background-color: white;
  color: #3e403f;
  font-size: 25px;
  font-weight: bold;
  padding: 9px 15px;
  border: 2px solid #991b1e;
  border-radius: 0px 28px 28px 28px;
  font-family: Georgia;
  max-width: fit-content;
}
.banner img{
  width: 100%;
  margin-bottom: 10px;
  margin-top: 100px;
}

/*********************************
   Description
*********************************/
.description{
  margin-left: 30px;
  margin-bottom: 70px;
  padding: 20px;
  width: 90%;

}
.description h3{
  color:black;
  font-weight: bold;
  border-bottom: 2px solid #991b1e;
  display: inline-block;
  padding-bottom: 5px;
}
.description h4{
  color: black;
  font-weight: bold;
}
.description p, .description ol{
  color: #494949;
  font-size: 17px;
}


/*********************************
   * Contact Form
*********************************/
.contact-form {
  position: absolute;
  transform: translateY(-8%); 
  width: 110%;
  background: linear-gradient(to top right,#991b1e, #c0c0c0);
  padding: 20px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.205);
  z-index: 11;   
  margin-right: 50px;
  margin-left: -90px;
}

.contact-form h5 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}


.input-wrapper {
  border-radius: 10px;
  overflow: hidden; 
  border: none;
  display: flex;
  align-items: center;
  
}

.input-wrapper .input-group-text{
  background: none;
  border: none;
}
.input-wrapper .input-group-text i{
  font-size: 18px;
  color: #fff;
}

.form-control, .form-select {
  border-left: none;
  border: none;
  border-radius: 0;
  flex: 1;
  color: #ffffff;
  font-size: 12px !important;
}

.form-control:focus, .form-select:focus{
  box-shadow: none;
  border: none;
  outline: none;
  background: none;
  color: #fff;
}
.form-select:focus option{
  color: black;
}
.input_field
{
height: 42px;
font-size: 15px;
font-weight: 400;
border: none;
outline: none;
background: transparent;
color: #FFFFFF;
border-bottom: solid 2px #e1e1e1;
}

.contact-form button {
  font-size: 13px;
font-weight: bold;
  line-height: 30px;
color: #fff;
text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
background: linear-gradient(to left,#991b1e, #691112);
border: none;
cursor: pointer;
  border-radius: 20px;
  margin-top: 15px;
}
.contact-form button:hover {
  background: #691112;
  color: #FFFFFF;
}
button span
{
display: inline-block;
vertical-align: middle;
width: 5.75px;
height: 5.63px;
background: #FFFFFF;
border-radius: 50%;
margin-right: 2px;
}
button span:first-child
{
margin-left: 10px;
}
button span:nth-child(2)
{
opacity: 0.6;
}
button span:last-child
{
opacity: 0.4;
margin-right: 0px;
}

/*********************************
   Overview 
*********************************/
.overview{
  padding-left: 30px;
}
.overview-title {
    color: black;
    font-weight: bold;
    border-bottom: 2px solid #991b1e;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 0;
}

.overview-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.overview-item h6{
  color: black;
  font-size: 18px;
  margin-top: 20px;
}
.overview-item p{
  color: #3a3a3a;
  font-size: 13px;
}
.overview-item .icon {
    background: #991b1e;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
}
.overview-item .icon i{
  font-size: 25px;
  color: white;
}
/*********************************
   Details
*********************************/

.details{
  background: white;
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.details h1{
  padding-bottom: 5px;
  border-bottom: 2px solid #3e403f;
  margin-bottom: 30px;
}
.details h3{
  font-weight: bold;
  border-bottom: 2px solid #991b1e;
  display: inline-block;
  padding-bottom: 5px;
}
.details h4{
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #991b1e;
  display: inline-block;
}
.details h3 i,.details h4 i{
  margin-right: 10px;
}

.itinerary-day {
  margin-top: 20px;
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}
.day-icon {
  text-align: center;
  width: 80px;
  font-weight: bold;
}
.timeline {
  border-left: 2px solid #991b1e;
  padding-left: 15px;
  position: relative;
}
.price-section  .form-select{
  border: solid #3e403f 1px;
  box-shadow: none;
}
.price-section  .form-select:focus{
  border: solid #991b1e 1px;
  box-shadow: none;
}


/*********************************
   Accordion
*********************************/

.accordion-header .accordion-button{
    background: linear-gradient(to left, #3e403f, #991b1e);
    color: white;
    font-size: 20px;
    text-transform: capitalize;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button::after {
    filter: brightness(0) invert(1); 
  }
.accordion-button:focus,
.accordion-button:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.accordion h4{
  font-weight: bold;
}
/* Inclusion & Exclusions */
.inclusion, .exclusion{
  list-style-type: none;
}
.inclusion i{
  color: darkgreen;
  font-size: 20px;
  margin-right: 10px;
}
.exclusion i{
  color: darkred;
  font-size: 20px;
  margin-right: 10px;
}

/***********************************************************************************************/


/* Tablets */
@media (max-width: 991px) {
    .banner img{
      margin-top: 50%;
      margin-left: 10%;
      margin-bottom: 10%;
    }
    .text-overlay{
      margin-top: 40%;  
      max-width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0;
      z-index: 10;
  }
  .large-text {
      max-width: 100%;
      font-size:23px;
      text-transform: capitalize;
      margin-bottom: 5px;
    }
    
    .highlight-box {
      display: inline-block;
      color: white;
      font-size: 10px;
      border-radius: 10px 10px 10px 0px;
      max-width: 80%;
      
    }        
    .date-box {
      display: inline-block;
      background-color: white;
      font-size: 13px;
      font-weight: bold;
      padding: 3px 15px;
      border-radius: 2px 25px 25px 25px;
      max-width: 100%;
    }
    .container-fluid {
        flex-direction: column;
        align-items: center;
    }
    .accordion {
        width: 100%;
    }
    .contact-form {
      width: 60vh !important;
      margin-top: 20px;
      transform: none;
      position: relative;
      margin-left: 30px;
  }
}

/* Phones */
@media (max-width: 767px) {
    .banner img{
        min-width: 100%;
        margin-bottom: 5%;
    }
    .text-overlay{
      position: absolute;
      top: 50%; 
      left: 4%; 
      transform: translateY(-50%);
      max-width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0;
  }
  .large-text {
      max-width: 100%;
      font-size:23px;
      text-transform: capitalize;
    }
    
    .highlight-box {
      display: inline-block;
      color: white;
      font-size: 10px;
      margin-top: 10px;
      border-radius: 10px 10px 10px 0px;
      max-width: 75%;
      margin-bottom: 0;
      
    } 
        .contact-form {
      width: 100% !important;
      margin-top: 20px;
      transform: none;
      position: relative;
      margin-left: 0px;
  }
    .date-box {
      display: inline-block;
      background-color: white;
      font-size: 13px;
      font-weight: bold;
      padding: 3px 15px;
      border-radius: 2px 25px 25px 25px;
      max-width: 100%;
    }

    .container-fluid {
        flex-direction: column;
        align-items: center;
    }
    .banner img {
        width: 100%;
    }
    .contact-form {
      width: 100%;
      margin-top: 15px;
      transform: none;
  }
    .accordion {
        width: 100%;
    }
    .accordion-header .accordion-button{
      font-size: 15px;
    }

}
