/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #333;
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

a {
    color: #bc7e02;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #dc9a11;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background: #bc7e02;
    transition: 400ms;
}

.scrollup:hover {
    color: #fff;
    background: #dc9a11;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    display: block;
    overflow: hidden;
}

.padding-1 {
    padding: 70px 0px;
}

.padding-2 {
    padding: 30px 0px 30px 0px;
}

.padding-3 {
    padding: 150px 0px;
}

.bg-gold {
    background-color: #bc7e02;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 12px;
    transition: 400ms;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-gold {
    color: #FFF;
    background-color: #bc7e02;
}

.btn-gold:hover {
    background-color: #dc9a11 !important;
    color: #FFF !important;
}

.button-margin {
    margin-left: 30px;
}

.title-font {
    font-family: 'Abril Fatface', cursive;
}

@media screen and (max-width: 992px) {
    .button-margin {
        margin-left: 0px;
    }
}


/*header CSS*/

.header-wrapper {
    position: relative;
    background: #202020;
}

.navbar-brand img {
    width: 100px;
}

.nav-item {
    margin-left: 20px;
}

.nav-link {
    color: #FFF;
}

.nav-link:hover {
    color: #dc9a11;
}

.nav-link.active {
    color: #dc9a11 !important;
}

.nav-link:focus {
    color: #dc9a11;
}

@media screen and (max-width: 992px) {
    .nav-item {
        margin-left: 0px;
    }
    .navbar-collapse {
        padding: 30px;
    }
}


/* end header */

.slider-wrapper {
    position: relative;
    padding: 50px 0px;
}

.slider {
    display: block;
    color: #FFF;
}

.slider h1 {
    display: block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px;
}

.slider p {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .slider-wrapper {
        position: relative;
        padding: 30px 0px;
    }
    .slider h1 {
        display: block;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .navbar-toggler {
        font-size: 30px;
        color: #bc7e02 !important;
        box-shadow: none !important;
    }
}


/* end slider wrapper */

.web-title {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0px 0px 40px;
}

.web-title h2 {
    color: #bc7e02;
    font-weight: 600;
    font-size: 36px;
    display: flex;
    width: auto;
    position: relative;
    align-items: center;
    justify-content: center;
}

.web-title h2 i {
    margin: 0px 5px;
    font-size: 24px;
}

.web-title p {
    font-weight: 600;
}

.web-title h2 a {
    display: inline-block;
    margin-left: 7px;
}

@media screen and (max-width: 992px) {
    .web-title h2 {
        color: #bc7e02;
        font-weight: 600;
        font-size: 26px;
        display: flex;
        width: auto;
        position: relative;
        align-items: center;
        justify-content: center;
    }
}

.default-content {
    display: block;
}

.default-content h2 {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

.default-content h3 {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}

.default-content h4 {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}

.default-content h5 {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}

.default-content h6 {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.default-content p {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .default-content h2 {
        display: block;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .images-card {
        margin-bottom: 30px;
    }
    .flex-reverse {
        flex-direction: column-reverse;
    }
    .mobile-hide {
        display: none;
    }
}

.gallery-items {
    display: block;
}

.gallery-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-items ul li {
    display: block;
    width: 45%;
    margin: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.gallery-items ul li img {
    height: 210px;
    object-fit: cover;
}

.gallery-container {
    display: block;
    margin-bottom: 30px;
}

.gallery-container img {
    display: block;
    height: 280px;
    object-fit: cover;
}

.bg-light {
    background-color: #f4f0e9 !important;
}

@media screen and (max-width: 992px) {
    .gallery-items {
        margin-top: 30px;
    }
    .gallery-items ul li {
        display: block;
        width: 40%;
        margin: 10px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
}

.instagram-feed {
    display: block;
}

.instagram-feed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.instagram-feed ul li {
    display: block;
    width: 15%;
    margin: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.instagram-feed ul li img {
    height: 210px;
    object-fit: cover;
    padding: 10px;
    border: 1px dashed #bc7e02;
}

@media screen and (max-width: 992px) {
    .instagram-feed {
        margin-top: 30px;
    }
    .instagram-feed ul li {
        display: block;
        width: 40%;
        margin: 10px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
    .instagram-feed ul li img {
        height: 140px;
        object-fit: cover;
    }
}

.mobile-margin-top {
    margin-top: 50px;
}

.pos-image {
    position: relative;
}

.pos-image img {
    display: block;
    height: 800px;
    object-fit: contain;
}

.pos-bg {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 0px;
}

.pos-bg img {
    height: 300px;
}

@media screen and (max-width: 992px) {
    .pos-image img {
        display: block;
        height: auto;
        object-fit: contain;
    }
    .pos-bg img {
        height: 300px !important;
    }
}


/* end content area */

.footer-wrapper {
    position: relative;
    padding: 70px 0px;
}

.footer {
    display: block;
    margin: 0px 0px 30px;
    color: #FFF;
}

.footer img {
    width: 140px;
}

.footer h5 {
    display: block;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 600;
}

.footer ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    display: block;
    margin: 0px 0px 10px;
    padding: 0px;
    font-size: 16px;
}

.footer ul li a {
    display: block;
    font-size: 16px;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
}

.footer a {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
    }
    .footer h5 {
        display: block;
        margin: 0px 0px 15px;
        padding: 0px;
        font-weight: 600;
        font-size: 15px;
    }
    .footer ul li {
        text-align: center !important;
    }
}


/*end home page*/