@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

html{
    scroll-behavior: smooth;
}
body,
h1,
h3 {
    font-family: 'Josefin Sans', sans-serif !important;
}
header{
    position: sticky;
    top: 0;
    z-index: 999999;
    background: #fff;
}

p{
    font-family: 'Merriweather', serif !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
}

header .navbar {
    background: rgba(250, 250, 250, 1);
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left_menu,
.right_menu {
    display: flex;
}

.navbar-nav .nav-item .nav_link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000 !important;
    text-decoration: none;
}

.navbar-nav .nav-item {
    margin-right: 40px;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_content h1 {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
}

.banner_content p {
    color: #fff;
}

.web_btn button.btn {
    background: rgba(201, 165, 104, 1);
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 30px 7px 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    transition: 0.3s;
}

.web_btn button.btn:hover {
    background: #964D15;
}

.web_btn {
    margin-top: 100px;
}

.mt100 {
    margin-top: 100px;
}

/* .border_img {
    width: 500px;
} */

.small_heading {
    color: #964D15;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.content .heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 150px;
    height: 4px;
    background: #964D15;
}

.wood_bg {
    background-image: url(../images/wood_bg.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials {
    background-image: url(../images/testimonials.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wood_bg .small_heading {
    color: #000 !important;
}

.gallery_inner {
    position: relative;
}

.place-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 10px 15px 6px 15px;
    text-transform: uppercase;
}

.grid_images {
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.owl-dot.active span {
    background: #964D15 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px !important;
}

.white-text {
    color: #fff;
}

footer {
    background-color: #964D15;
    margin-top: 170px;
}

.footer_logo {
    margin-top: -80px;
}

.address_link {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.address_link a {
    color: #fff;
    font-weight: 300;
    font-family: 'Merriweather';
    letter-spacing: 2px;
    font-size: 14px;
    text-decoration: none;
}

.address_link a:hover {
    color: #fff;
}

.copyright {
    background: #C9A568;
    padding: 15px 0;
}

.footer_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.footer_links ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    text-decoration: none;
    font-weight: 300;
}

.copy {
    line-height: 35px;
    color: #fff;
    font-family: 'Merriweather', serif !important;
    font-size: 14px;
    letter-spacing: 1px;

}

.border-right {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.border-left {
    padding: 0 10px;
}

.order2 {
    order: 2;
}

.order1 {
    order: 1;
}

.logo_mobile {
    display: none;
}
.footer li{
    
}
.gallery_inner img{
width: 100%;
}

@media screen and (max-width:992px) {
    .border-right {
        border: none;
    }

    .copyright {
        text-align: center;
    }

    .footer_links ul {
        margin: auto;
    }

    h1 {
        font-size: 40px !important;
    }

    .banner_content p {
        font-size: 14px;
    }

    .gallery .col-lg-8 {
        margin-bottom: 25px;
    }

    .logo {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .navbar-nav {
        margin-top: 25px;
    }

    .left_menu,
    .right_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        width: 100%;
    }
    .navbar-nav .nav-item{
        width: 100%;
        line-height: 50px;
    }
    .navbar-toggler{
        border: none;
        background: #964D15 !important;
    }

}

@media screen and (max-width:767px) {
    h1 {
        font-size: 32px !important;
    }
}
.gallery_set{
    padding-top: 125px;
}