.tour-detail-desccripton img {
    max-width: calc(100% - 16px);
    height: auto;
}

figure.image {
    display: inline-block;
    /* border: 1px solid gray; */
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.home-btn-discovery {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}

.navbar {
    font-size: 14px;
}

.top-hero {
    font-size: 16px;
}

/* .top-hero h2 {
    font-size: 18px;
} */
.bg-banner {
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}

    
 .social-links a {
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 48px;
    height: 48px;
  }
  
 .social-links a:hover {
    background: #3b8af2;
    text-decoration: none;
  }
  .social-links a i {
    font-size: 36px;
  }