@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');
}

/*********************************
    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;
  }
  
  /*********************************
   Overview 
*********************************/
.overview{
    padding-left: 20px;
  }
  .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: 5px;
      padding: 5px;
      border-radius: 8px;
      text-transform: capitalize;
  }
  .overview-item h6{
    color: black;
    font-size: 15px;
    margin-top: 22px;
  }
  .overview-item p{
    color: #3a3a3a;
    font-size: 10px;
  }
  .overview-item .icon {
      background: #991b1e;
      color: white;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 12px;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: bold;
  }
  .overview-item .icon i{
    font-size: 18px;
    color: white;
  }
  /*********************************
     * Contact Form
  *********************************/
  .contact-form {
    position: absolute;
    transform: translateY(-19%); 
    width: 115%;
    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;
  }

/* Accordion */
.container-fluid{
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 40px;
  position: relative;
}
.accordion {
  width: 100%;
  margin: 10px;
}
.accordion h3{
    font-weight: bold;
}
.accordion-body p{
    color: #000;
    font-size: 15px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.accordion-header .accordion-button{
background: linear-gradient(to left, #3e403f, #991b1e);
  color: white;
  font-size: 20px;
  text-transform: capitalize;
}
.accordion-button {
    transition: background 0.3s ease-in-out;
}
.accordion-button:hover{
  background: linear-gradient(to right, #3e403f, #991b1e);
}
.accordion-button::after {
  filter: brightness(0) invert(1); 
}
.accordion-button:focus,
.accordion-button:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
/* Itinerary  */
.inside {
    width: 100%;
    margin: auto;
}
.inside .accordion-header .accordion-button::after {
    position: absolute;
    right: 15px; 
    top: 50%;
    transform: translateY(-50%); 
}
.inside .accordion-header .accordion-button{
    background: #3e403f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    align-items: flex-start;
    text-transform: capitalize;
    font-weight: bold;
}
.inside .accordion-header .accordion-button p{
    font-size: 15px;
    color: #ffffff;
}
.inside h3{
    font-size: 20px;
}
.meals{
    background-color: #db5000;
    padding: 5px 15px 5px 15px;
    border-radius:30px;
    color: white;
}
.activities{
    background-color: #383e75;
    padding: 5px 15px 5px 15px;
    border-radius:30px;
    color: white;
}
.itinerary-list{
    list-style-type: square;
    margin-bottom: 10px;
}
/* Hotels */
.hotel-details{
    border: 1px #3e403f solid;
    border-radius: 15px;
    padding: 15px;
    margin: 5px;
}
.hotel-details p{
    color: #000;
}
/* 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;
}
/* Terms & Conditions */
.terms li{
    margin-bottom: 10px;
    list-style-type: square;
}


/*****************************/


/* 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: 45%;  
        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;
        
      }        
      .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%;
    }
    .accordion {
        width: 100%;
    }
    .accordion-header .accordion-button{
      font-size: 15px;
    }
    .contact-form {
        width: 100% !important;
        margin-top: 20px;
        transform: none;
        position: relative;
        margin-left: 0px;
    }
}