h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: 'Roboto';
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.slick-slide img {
    display: block;
    width: 100%;
}
.section-tittle h2 {
    color: #824e26;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}
.Our-story-area .story-caption .story-details h4 {
    font-size: 30px;
    font-weight: 400;
    color: #cead6e;
    text-transform: capitalize;
    margin-bottom: 21px;
}
.slider-area {
    background-image: url(../img/hero/slider_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.story-padding {
    padding-top: 100px;
    padding-bottom: 150px;
}
.gallery-area .single-gallery .thumb-content-box .thumb-content {
    position: absolute;
    bottom: 0;
    align-items: end;
    background: #d2af71;
    display: flex;
    padding: 32px 97px 32px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: translateX(-70%);
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #cbae6a;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}
.Our-story-area .story-caption .story-details h4 {
    font-size: 30px;
    font-weight: 400;
    color: #010000;
    text-transform: capitalize;
    margin-bottom: 21px;
}
.Our-story-area .story-caption .story-details p {
    color: #010000;
}
.gift-area .gift-caption h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: 'Roboto';
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.Our-story-area .story-caption .story-details h4 {
    font-size: 30px;
    font-weight: 400;
    color: #010000;
    text-transform: capitalize;
    margin-bottom: 21px;
    font-family: 'Roboto';
}
.mb-80 {
    margin-bottom: -13px;
}
