@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-image: url(../images/body-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #58260d;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Retro';
    src: url(../font/Retro\ Floral.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'Retro';
    font-size: 70px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'Retro';
    font-size: 40px;
    line-height: 1.2;
    color: #c8a797;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Retro';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Retro';
    font-size: 25px;
    line-height: 1.2;
    color: #c8a797;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Retro';
    font-size: 20px;
    line-height: 1.2;
    color: #c8a797;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Retro';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    border: unset;
    overflow: hidden;
    display: inline-block;
    padding: 17px 20px;
    background: #9c6144;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 3px 2px 0px #0000005c;
    color: #fff;
    height: 100%;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 0;
    transition: 0.5s all;
    text-transform: uppercase;
    width: max-content;
    font-weight: 500;
}

.theme_btn::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 52%) 0%, rgba(130, 140, 141, 0) 52%);
    width: 96%;
    height: 80%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    right: 0;
}

.theme_btn:hover {
    background: #161616;
    color: #fff;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 23px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    background-image: url(../images/menu-bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 9px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.topSec {
    background-image: -webkit-linear-gradient(90deg, rgb(156, 97, 68) 0%, rgb(200, 167, 151) 100%);
}

header {
    position: absolute;
    width: 100%;
}

.topbar-contact ul {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 50px;
    position: relative;
    padding: 10px 0;
}

.topbar-text {
    position: relative;
    left: 21%;
}

.topbar-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #eeeeee;
    font-size: 14px;
}

.topbar-socail {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topbar-socail a {
    padding: 10px 17px;
    border-left: 1px solid #cbac9c;
}

.topbar-contact ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 42%;
    background: #fff;
    width: 1px;
    height: 100%;
}

.topbar-socail a:Last-child {
    border-right: 1px solid #cbac9c;
}

.topbar-socail a i {
    color: #fffefb;
    opacity: 30%;
    font-size: 19px;
    transition: 0.5s all;
}

.topbar-text p {
    color: #ffffff;
    text-transform: uppercase;
}

.header-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.header-btns a {
    padding: 17px 20px;
    background: #9c6144;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0px 3px 2px 0px #0000005c;
    color: #fff;
    width: 60px;
    height: 100%;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 0;
    transition: 0.5s all;
}

.header-btns a:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 52%) 0%, rgba(130, 140, 141, 0) 52%);
    width: 90%;
    height: 100%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    right: 0;
}

.header-btns a:hover {
    background: #161616;
}

.topbar-socail a:hover i {
    opacity: 1;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #734529; */
    height: 800px;
    align-content: center;
    background-position: 0px 0px;
    padding-top: 70px;
    margin-bottom: 100px;
}

.banner-text p {
    color: #fff;
    margin-bottom: 20px;
    width: 77%;
    opacity: 60%;
}

.site-top-head {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0 25px;
    line-height: 24px;
    width: max-content;
    z-index: 0;
}

.site-top-head:before, .site-top-head:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/bnr-shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.site-top-head:after {
    top: unset;
    bottom: -50px;
    background-image: url(../images/bnr-shape2.png);
}

.banner-text .site-top-head {
    margin-bottom: 10px;
    padding: 30px 0;
}

.banner-text h1 span {
    font-size: 60px;
    display: block;
}

.banner-text .site-top-head:after {
    bottom: -63px;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */


footer {
    background-color: #5b2a11;
}

.footer-logo img {
    transition: all 0.5s ease;
}

.footer-logo img:hover {
    transform: scale(1.1);
}

ul.footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.footer-menu a {
    font-size: 14px;
    color: #fbfaf8;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
}

ul.footer-menu a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #fbfaf8;
    bottom: -5px;
    left: 0;
    transition: .5s ease;
}

ul.footer-menu a:hover::before {
    width: 100%;
}

ul.footer-menu a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-content h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.footer-content a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    transition: all 0.5s ease;
}

.footer-content a:hover {
    padding-left: 10px;
    color: #fff;
}

.footer-content input {
    width: 100%;
    height: 50px;
    background: #73452a;
    border: 0;
    border-radius: 5px;
    padding: 0 17px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s ease;
}

.footer-content input:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    outline: none;
}

.footer-content input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.footer-content {
    padding: 100px 0;
    height: 100%;
    display: block;
    align-content: center;
    position: relative;
    z-index: 1;
}

.footer-content .btn2 {
    background: #fbfaf8;
}

.footer-content .btn2 span {
    background: #462113;
    color: #fff;
}

.footer-content .btn2 img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(1763%) hue-rotate(332deg) brightness(94%) contrast(95%);
}

.footer-content button {
    margin: 15px 0 0;
    padding: 17px 30px;
}

.footer-content button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.footer-nav-card img {
    width: 50%;
}

.foter-nav p {
    font-size: 14px;
    color: #ffffff;
    opacity: 70%;
}

.footer-nav-card {
    text-align: end;
}

footer .row {
    align-items: center;
}

.footer-top {
    padding: 17px 0;
    border-bottom: 1px solid #72493a;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #72493a;
}

.footer-center .row {
    align-items: unset;
}

.footer-content::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 12%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #72493a;
}

.footer-center .col-lg-3:last-child .footer-content::before {
    display: none;
}

.footer-content a span {
    opacity: 70%;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-head .theme-head-2 {
    margin: 0 0 35px;
    padding: 20px 0 20px;
}

.testm-descrp {
    opacity: 70%;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 10px 0 30px 0;
}

.testim-profl img {
    width: 100%;
    height: 100%;
    border-radius: 70px;
    object-fit: cover;
}

.testimonial-sec .slick-arrow:hover {
    background: #828c8d;
}

.testimonial-sec .slick-arrow:before {
    content: '';
    background-image: url(../images/arw-R.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    transition: 0.5s all;
}

.testimonial-sec .slick-prev:before {
    background-image: url(../images/arw-L.png);
}

.testimonial-sec .slick-prev:hover:before {
    filter: brightness(8);
}

.testim-profl {
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 0 5px #fff;
    border-radius: 50%;
    transition: 0.5s all;
}

.testm-descrp p {
    color: #fff;
    transition: 0.5s all;
}

.testimonial-card {
    position: relative;
    z-index: 1;
    padding: 30px 30px 35px;
    margin: 20px 0 40px;
    background-color: #73452a;
    box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.06);
    transition: 0.5s all;
}

.testimonial-card::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.testim-info h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.testim-info p {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    opacity: 50%;
}

.testimonial-card span {
    text-align: end;
    display: block;
    color: #7c7c7c;
    font-size: 12px;
}

.testimonial-head {
    text-align: center;
}

.testimonial-sec .slick-prev,
.testimonial-sec .slick-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #828c8d;
    border-radius: 50px;
    opacity: 1 !important;
    top: -10%;
    right: 3%;
    justify-content: center;
    transition: 0.5s all;
}

.testimonial-sec .slick-next:before,
.testimonial-sec .slick-prev:before {
    position: absolute;
    content: '';
}

.testimonial-sec {
    margin-bottom: 120px;
}

.testimonial-sec .slick-prev {
    left: auto;
    right: 7%;
}

.sec-head.testimonial-head p {
    width: 46%;
    opacity: 70%;
    color: #fff;
    margin: 0px auto 10px;
}

.testim-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.testim-info ul {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.testim-info ul li i {
    color: #ff9c00;
    font-size: 15px;
}

.testimonial-card img {
    width: max-content;
    margin: 0 auto 20px;
    transition: 0.5s all;
}

.testimonial-card:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50px;
    background: #c8a797;
    width: 30px;
    height: 30px;
    clip-path: polygon(8% 0%, 0% 100%, 100% 100%);
    transform: rotate(85deg);
    margin: auto 0 0 0;
    opacity: 0;
}

.testimonial-card:hover p, .slick-current .testimonial-card p {
    color: #000;
    opacity: 70%;
}

.testimonial-card:hover img, .slick-current .testimonial-card img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(11%) saturate(1139%) hue-rotate(334deg) brightness(98%) contrast(85%);
}

.testimonial-card:hover:before, .slick-current .testimonial-card:before {
    opacity: 1;
}

.testimonial-card:hover, .slick-current .testimonial-card {
    background: #c8a797;
    transform: translateY(-10px);
}

.slick-current .testim-profl {
    box-shadow: 0px 0px 0 5px #c8a797;
    transform: scale(1.1);
}

.testimonial-head .site-top-head {
    margin: 0 auto;
}

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

/*---------------------------------------------------- Instagram Section Start ------------------------------------------------------------- */

.insta-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s all;
    filter: grayscale(1);
}

.insta-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slick-slide {
    margin: 0px 20px;
    opacity: 1;
}

.insta-slide:hover img {
    transform: scale(1.2);
    filter: unset;
}

.container-fluid {
    padding: 0 5%;
}

.instagram-sec .slick-slide {
    margin: 0;
}

/*---------------------------------------------------- Instagram Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Featured Section Start ------------------------------------------------------------- */

.featured-head {
    text-align: center;
    margin-bottom: 30px;
}

.featured-head p {
    color: #fff;
    width: 64%;
    opacity: 70%;
    margin: 0 auto;
}

.featured-head .site-top-head {
    margin: 0 auto;
}

.featured-image img {
    width: 100%;
    height: 400px;
    filter: grayscale(1);
    object-fit: cover;
    transition: 0.5s all;
}

.featured-text {
    text-align: center;
    margin-top: 20px;
}

.featured-sec {
    margin-bottom: 100px;
}

.featured-main:hover img {
    filter: unset;
}

/*---------------------------------------------------- Featured Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    margin-bottom: 100px;
}

.about-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.about-text {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 30px 30px;
}

.about-text a.theme_btn {
    height: max-content;
}

.about-text p {
    color: #111111;
    opacity: 70%;
    width: 80%;
    margin: 0 auto 17px;
}

.about-text .site-top-head {
    color: #000;
    margin: 0 auto;
    padding: 13px 24px 15px;
    margin-bottom: 12px;
}

.about-text h2 {
    width: 90%;
    margin: 0 auto 5px;
    color: #9e6448;
}

.about-text .site-top-head:before {
    background-image: url(../images/abt-shape1.png);
    background-size: auto;
}

.about-text .site-top-head:after {
    background-image: url(../images/abt-shape2.png);
    background-size: auto;
    bottom: -40px;
}


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Curated Section Start ------------------------------------------------------------- */

.curated-collection-sec {
    margin-bottom: 80px;
}

.curated-coll-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.curated-coll-head p {
    width: 55%;
    color: #fff;
    opacity: 70%;
}

.collection-image img {
    width: 100%;
    height: 360px;
    filter: grayscale(1);
    object-fit: cover;
    transition: 0.5s all;
}

.collection-text {
    width: 94%;
    margin: 17px auto 0;
    text-align: center;
}

.collection-text p {
    text-align: center;
    color: #fff;
    opacity: 70%;
}

.collection-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.collection-text span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Retro';
}

.collection-text a.theme_btn {
    opacity: 0;
    margin-top: 12px;
    top: -20px;
}

.collecion-main:hover a.theme_btn {
    opacity: 1;
    top: 0px;
}

/*---------------------------------------------------- Curated Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Vintage Section Start ------------------------------------------------------------- */

.vintage-sec {
    margin-bottom: 100px;
    background-image: url(https://cmscustom-staginglink3.com/nianvic/wp/wp-content/uploads/2026/05/New-Project-23.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    background-position: 0px 20%;
    align-content: end;
}

.vintage-main {
    text-align: center;
    width: 78%;
    margin: 0 auto;
    background-image: url(../images/body-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #58260d;
    background-position: left;
    padding-top: 30px;
    margin-bottom: -6.6%;
}

.vintage-main .site-top-head {
    margin: 0 auto;
}

.vintage-main p {
    color: #fff;
    width: 65%;
    opacity: 70%;
    margin: 1px auto 20px;
}

/*---------------------------------------------------- Vintage Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Timeless Section Start ------------------------------------------------------------- */

.timeless-sec {
    margin-bottom: 100px;
    padding-top: 100px;
}

.timeless-main img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    object-position: 0px -110px;
    background: #9e6448;
}

.timeless-main {
    position: relative;
    margin-bottom: 40px;
}

.timeless-text {
    position: absolute;
    bottom: 20px;
    left: 25px;
}

.timeless-text h2 {
    color: #fff;
}


/*---------------------------------------------------- Timeless Section End ------------------------------------------------------------- */




/* new css */

section.banner.inn {
    padding-top: 250px;
    padding-bottom: 90px;
}

header.entry-header {
    display: none;
}


section.banner.inn {
    margin-bottom: 120px;
    border-bottom: 1px solid white;
}
.wpb_text_column p {
    color: white;
}

.wpb_text_column p {
    margin-bottom: 10px;
}


.hf-fields-wrap {
    background: white;
    padding: 30px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}
.hf-fields-wrap input {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}
.hf-fields-wrap textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    resize: none;
    border-radius: 10px;
    height: 160px;
}

.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 50px;
    border-left: 10px solid #de9e4d !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.social-icon-01 p {
    color: black;
}


input[type="submit"] {
    background: black;
    color: white;
    font-weight: 600;
    font-size: 16px;
    width: auto;
    padding: 0px 20px;
}



header.woocommerce-products-header {
    display: none;
}


.productdet {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.collection-text ul {
    display: block;
}


.woocommerce-shop nav.woocommerce-breadcrumb * {
    color: white;
}

.woocommerce-shop nav.woocommerce-breadcrumb {
    color: white;
}

.woocommerce-shop p.woocommerce-result-count {
    color: white;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.newsletter-section{
    padding:80px 0;
    background:#f8f8f8;
}

/* .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:50px;
} */

.newsletter-image{
    width:45%;
}

.newsletter-image img{
    width:100%;
    display:block;
    border-radius:10px;
}

.newsletter-content{
    width:55%;
}

.newsletter-content h2{
    font-size:42px;
    margin-bottom:20px;
    color:#111;
}

.newsletter-content p{
    font-size:18px;
    line-height:1.7;
    color:#555;
    margin-bottom:30px;
}

.newsletter-form{
    display:flex;
    gap:15px;
}

.newsletter-form input{
    flex:1;
    height:55px;
    padding:0 20px;
    border:1px solid #ddd;
    outline:none;
    font-size:16px;
    border-radius:5px;
}

.newsletter-form button{
    padding:0 30px;
    border:none;
    background:#000;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    border-radius:5px;
    transition:0.3s;
}

.newsletter-form button:hover{
    background:#333;
}

/* Responsive */
@media(max-width:768px){

    .container{
        flex-direction:column;
    }

    .newsletter-image,
    .newsletter-content{
        width:100%;
    }

    .newsletter-content h2{
        font-size:32px;
    }

    .newsletter-form{
        flex-direction:column;
    }

    .newsletter-form button{
        height:55px;
    }
}


div#popmake-52 {
    padding: 0px 0px !important;
}

div#popmake-52 div#pum_popup_title_52 {
    display: none;
}

div#popmake-52 .vc_column-inner {
    padding: 0px;
}

div#popmake-52 img {
    width: auto;
    height: 530px;
    margin-left: 15px;
}

div#popmake-52 .wpb_single_image {
    margin: 0px;
}

div#popmake-52 p {
    color: black !important;
}

div#popmake-52 .elementor-widget-text-editor {
    color: black !important;
    font-weight: 400;
    width: 90%;
}

div#popmake-52 input {
    width: 90%;
    border: 1px solid;
}

div#popmake-52 input#gform_submit_button_1 {
    padding: 10px 10px;
}

div#gform_wrapper_1 {
    background: white;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#gform_wrapper_1 input {
    border: 1px solid;
}

div#gform_wrapper_1 h4 {
    font-weight: 800;
}

div#gform_wrapper_1 label {
    font-family: 'lavish';
    font-size: 18px;
}

div#gform_wrapper_1 legend {
    font-family: 'lavish';
    font-size: 18px;
}

div#gform_wrapper_1 label {
    font-family: 'lavish';
    font-weight: 600;
    font-size: 18px;
}

div#gform_wrapper_1 input#gform_submit_button_1 {
    padding: 10px 30px;
    border-radius: 30px;
    background: #6f56a4;
    color: white !important;
    border: 0px solid;
    font-weight: 600;
}
