body {
    font-size: 18px;
    color: #111;
    font-family: "DM Sans", sans-serif;
}


/* default css */

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    background-color: #a6742f;
    transition: 400ms;
    border-radius: 0px;
    box-shadow: 0px 3px 7px rgb(30 85 165 / 20%);
}

.scrollup:hover {
    color: #FFF;
    background-color: #111;
}

.wrapper {
    position: relative;
    padding: 100px 0px;
    z-index: 100;
}

.wrapper-big {
    position: relative;
    padding: 250px 0px;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    transition: 400ms;
    border-radius: 0px;
    letter-spacing: 1px;
}

.btn-1 {
    display: flex;
    color: #a6742f;
    background-color: #FFF;
    border: 2px solid #a6742f;
}

.btn-1:hover {
    color: #FFF;
    background-color: #a6742f;
    border-color: #a6742f;
}

.btn-2 {
    display: flex;
    color: #a6742f;
    background-color: #000;
    border: 2px solid #a6742f;
}

.btn-2:hover {
    color: #FFF;
    background-color: #a6742f;
    border-color: #a6742f;
}

.btn-3 {
    display: flex;
    color: #FFF;
    background-color: #000;
    border: 2px solid #000;
}

.btn-3:hover {
    color: #FFF;
    background-color: #a6742f;
    border-color: #a6742f;
}

.btn-text {
    display: block;
    padding: 15px 30px;
}

.icon-btn {
    color: #FFF;
    padding: 15px 30px;
    background-color: #a6742f;
}

.overflow {
    overflow: hidden;
}

.bg-gold {
    background-color: #9c661b;
}

.bg-golden {
    background-color: #fff2e0;
}

.bg-pattern {
    background: url(../images/slider-bg-1.jpg) no-repeat top center;
    background-size: 100%;
}

.bg-pattern-2 {
    background: url(../images/slider-bg-2.jpg) no-repeat top center;
    background-size: cover;
}

.bg-pattern-3 {
    background: #000000 url(../images/slider-bg-2.jpg) no-repeat top center;
    background-size: 100%;
}

.text-color {
    color: #a6742f;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .wrapper {
        position: relative;
        padding: 50px 0px;
    }

    .script {
        font-family: "Great Vibes", cursive;
        font-size: 60px !important;
        line-height: 30px;
        font-weight: 300 !important;
    }

    .script-2 {
        font-family: "Great Vibes", cursive;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        font-weight: 200 !important;
    }
}


/* end default css*/


/* Start Header CSS */

.header-wrapper {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0px 0px;
    width: 100%;
    background-color: #FFF;
}

.navbar-brand img {
    width: 200px;
}

.nav-item {
    margin: 0px;
    font-size: 14px;
}

.nav-link {
    font-weight: 700;
    text-transform: uppercase;
    color: #333 !important;
}

.nav-link:hover {
    color: #a6742f !important;
}

.nav-link.active {
    color: #a6742f !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none !important;
    background-color: #1b1b1b !important;
}

.dropdown-item {
    color: #FFF !important;
    background-color: transparent !important;
}

.dropdown-item:hover {
    color: #a6742f !important;
}

@media screen and (max-width: 1200px) {
    .nav-item {
        margin: 0px;
        font-size: 13px;
    }

    .navbar-brand img {
        width: 170px;
    }

}

@media screen and (max-width: 992px) {
    .navbar-nav {
        text-align: center;
        margin-top: 30px;
    }

    .nav-item {
        margin: 0px 0px 20px 0px;
    }

    .navbar-toggler {
        box-shadow: none !important;
    }

    .navbar-brand img {
        width: 170px;
    }

    .top-d-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ms3-3 {
        margin-left: 0px;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    display: block;
    padding: 30px 15px 0px;
}

.slider-video {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden !important;
}

.slider-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.slider-content {
    display: block;
    text-align: center;
}

.slider-content h1 {
    font-size: 100px;
    margin-bottom: 30px;
}

.bor-bottom {
    background: rgb(255, 243, 227);
    background: linear-gradient(0deg, rgba(255, 243, 227, 1) 0%, rgba(255, 255, 255, 1) 75%);
    border-bottom: 1px dashed #9c661b;
}

@media screen and (max-width: 992px) {
    .slider-content {
        height: 70vh;
        padding-bottom: 40px;
    }

    .slider-video {
        position: relative;
        width: 100%;
        height: 80vh;
        padding: 0px 30px;
        overflow: hidden !important;
    }

    .slider-content h1 {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .slider-content p {
        font-size: 16px;
    }

    .slider-content br {
        display: none;
    }
}


/* End Slider */


/* Start Main Content */

.sub-title {
    color: #a6742f;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.images-card {
    display: block;
}

.images-card {
    width: 100%;
}

.gallery-grid {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery-grid div {
    display: block;
    width: 400px;
    height: 400px;
    margin: 0px 30px 30px 0px;
}

.gallery-grid div img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .gallery-grid {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .gallery-grid div {
        display: block;
        width: 120px;
        height: 120px;
        margin: 0px 20px 30px;
    }

    .gallery-grid div img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
}

.list-price li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    border-bottom: 1px solid #a6742f;
    margin-bottom: 2px;
}

.h-light {
    line-height: 22px !important;
}


/* End Main Content */


/* Start footer css*/

.footer-wrapper {
    position: relative;
    background: #000;
    padding: 100px 0px 80px;
}

.footer {
    display: block;
    color: #FFF;
    margin-bottom: 30px;
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer ul li {
    display: block;
    color: #FFF;
    line-height: 44px;
    font-size: 15px;
}

.footer ul li a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
}

.social-icons-footer ul {
    display: flex;
}

.social-icons-footer ul li {
    display: flex;
    margin: 0px 15px 0px 0px;
    list-style: none;
    line-height: normal;
}

.social-icons-footer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #FFF;
    line-height: normal;
    transition: 400ms;
    background-color: #333;
}

.social-icons-footer ul li a:hover {
    background-color: #000;
    color: #FFF;
    box-shadow: 0px 0px 0px rgba(30, 84, 165, 0.349);
}

.copyrights-wrapper {
    padding: 30px 0px 30px 0px;
    background: #111;
}

.copyrights {
    color: #FFF;
}

.copyrights p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.copyrights a {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
    }

    .mob-margin {
        height: auto !important;
        margin-bottom: 10px;
    }
}


/* end footer css*/