html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
b,
strong {
    font-weight: bold;
    font-style: normal;
}
body {
    font-size: 18px;
    line-height: 28px;
    line-height: inherit;
    font-family: "Montserrat",
    sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    overflow-x: clip;
}
p {
    margin-bottom: 15px;
    color: #000;
    line-height: 28px;
}
p:last-child{
    margin: 0;
}
a {
    color: #000;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
a:hover,
a:focus,
a:active {
    color: #D5C480;
}
header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #230B07;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #000;
}
header .menu-item + .menu-item{
    margin-left: 45px;
}
header .menu-item a {
    font-size: 18px;
    color: #D5C480;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}
header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item a:active,
header .menu-item.current-menu-item a {
    color: #fff;
}
header .navbar-nav li:last-child a{
    padding: 10px 20px;
    background: #D5C480;
    border-radius: 25px;
    color: #471D00;
    font-weight: 700;
}
header .navbar-nav li:last-child a:hover,
header .navbar-nav li:last-child a:focus,
header .navbar-nav li:last-child a:active{
    background: #fff;
}
.home-banner{
    margin-top: 120px;
    padding: 200px 0;
    height: calc(100vh - 82px);
}
.hb-desc{
    max-width: 260px;
}
.hb-desc h1{
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 10px;
}
.hb-desc h1 b, .hb-desc h1 strong{
    color: #D5C480;
    font-weight: 400;
}
.ptb-50{
    padding: 50px 0;
}
.sub-title h2{
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}
.pop-grid-main{
    margin-top: 30px;
}
.pop-desc img{
    width: 100%;
    margin-bottom: 15px;
}
.pop-desc p{
    font-size: 16px;
    line-height: 24px;
}
.pop-desc a{
    font-weight: 700;
}
.pop-box{
    background: #fff;
    border: 1px solid #471D00;
    border-radius: 15px;
    padding: 15px 15px 20px;
}
.pop-box h3{
    font-weight: 700;
    color: #471D00;
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.pop-box h3:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 1px;
    width: 150px;
    background: #471D00;
}
.pop-box ul{
    max-width: 215px;
    margin: 0 auto 25px;
}
.pop-box ul li{
    position: relative;
    padding-left: 23px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 6px;
}
.pop-box ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.5' r='6' stroke='black'/%3E%3Cpath d='M2.51294 8.08841L4.88074 9.63552L9.8298 4.0002' stroke='black'/%3E%3C/svg%3E");
    background-size: 13px;
}
.pop-box p{
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 6px;
}
.btn-primary{
    padding: 15px 30px;
    background: #471D00;
    font-weight: 700;
    border-color: #471D00;
    box-shadow: none;
    outline: none;
    font-weight: 700;
    color: #fff;
}
.btn-primary:hover{
    background: #fff;
    border-color: #471D00;
    color: #471D00;
}
.pop-box .btn-primary{
    width: max-content;
    margin: 30px auto 0;
}
.pop-grid-main .row + .row{
    margin-top: 30px;
}
.pop-grid-main .row:nth-child(2n){
    flex-direction: row-reverse;
}
.mc-title{
    padding: 151px 0;
    max-width: 650px;
    margin: 0 auto;
}
.mc-title h2{
    font-size: 48px;
    margin: 0;
    font-weight: lighter;
    color: #fff;
}
.ft-desc{
    max-width: 730px;
    margin: 0 auto;
}
.ft-desc p{
    font-weight: 500;
}
.ft-desc a{
    font-weight: 700;
}
.best-selling{
    padding: 50px 0 200px;
}
.best-selling h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.bs-box h4{
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.bs-box p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 6px;
}
.bottom-line h2{
    font-size: 48px;
    font-weight: 300;
    margin: 0;
}
footer{
    background: #F4F0E6;
}
.footer-top h4{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 2px;
    background: #D5C480;
}
.footer-top p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-top ul {
    padding-left: 1rem;
}
.footer-top ul li {
    font-size: 16px;
    font-weight: 600;
    list-style-type: disc;
    margin-bottom: 6px;
}
.map iframe {
    width: 100%;
    height: 255px;
}
.footer-bottom{
    padding: 30px 0;
    background: #230B07;
}
.social{
    gap: 15px;
}
.pop-desc h2{
    font-size: 20px;
    font-weight: 700;
    color: #471D00;
    margin-bottom: 15px;
}
.service-main .pop-box h3 {
    font-size: 0;
}
.sm-box h3{
    font-size: 20px;
    font-weight: 700;
    color: #471D00;
    margin-bottom: 20px;
    text-align: center;
}
.sm-box{
    padding: 30px 70px;
    background: #fff;
    margin: 30px 0;
}
.sm-box ul {
    padding-left: 1rem;
}
.sm-box ul li{
    font-size: 16px;
    font-weight: 500;
    list-style-type: disc;
    margin-bottom: 16px;
}
.sm-box ul li b, .sm-box ul li strong{
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
.small-desc p{
    font-weight: 700;
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    
}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1199px) {
    header .menu-item a{
        font-size: 16px;
    }
    header .menu-item+.menu-item {
        margin-left: 35px;
    }
    .pop-box h3{
        font-size: 20px;
    }
    .pop-box ul li,
    .pop-box p,
    .bs-box p {
        font-size: 18px;
    }
    .pop-box ul li::before{
        top: 4px;
    }
    .pop-box .btn-primary{
        margin-top: 20px;
    }
    .bs-box h4{
        font-size: 26px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-toggler {
        display: block;
        right: 30px;
        position: absolute;
        border: 0px solid #D5C480;
        border-radius: 10px;
        width: 30px;
        height: 30px;
        padding: 0px;
        box-shadow: none !important;
    }

    .navbar-toggler .icon-bar {
        width: 100%;
        height: 4px;
        background-color: #D5C480;
        display: block;
        border-radius: 5px;
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        width: 60%;
        margin-left: auto;
    }

    header .collapse:not(.show) {
        display: block;
    }

    header{
        padding: 15px 0;
    }

    .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #230B07;
        overflow: auto;
    }

    button.close-btn {
        width: 40px;
        height: 40px;
        background: #D5C480;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #fff;
        padding: 0 0px;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-left: auto;
        margin-right: 10px;
        margin-top: 10px;
        transition: all 0.5s;
    }

    button.close-btn svg {
        fill: #1a1a1a;
        width: 16px;
    }

    button.close-btn svg {
        fill: #fff;
    }

    ul.navbar-nav {
        padding-top: 70px;
    }

    .navbar-nav {
        width: 100%;
        overflow-x: hidden;
    }

    .navbar-collapse.show {
        right: 0;
    }

    header .menu-item {
        width: 100%;
    }

    header .menu-item+.menu-item {
        border-top: 1px solid #D5C480;
    }

    header .menu-item a {
        padding: 15px 20px;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    header .menu-item+.menu-item {
        margin-left: 0;
    }
    header .navbar-nav li:last-child a {
        padding: 15px 20px;
        background: transparent;
        border-radius: 0;
        color: #D5C480;
        font-weight: 400;
    }
    header .navbar-nav li:last-child a:hover,
    header .navbar-nav li:last-child a:focus,
    header .navbar-nav li:last-child a:active {
        background: transparent;
        color: #fff;
    }
    .home-banner {
        height: auto;
        padding: 100px 0;
    }
    .pop-grid-main .row,
    .best-selling .row,
    .footer-top .row {
        row-gap: 30px;
    }
    .mc-title{
        padding: 90px 0;
    }
    .best-selling {
        padding: 50px 0 100px;
    }
    .footer-bottom .col-lg-4 {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .hb-desc h1,
    .mc-title h2,
    .bottom-line h2 {
        font-size: 32px;
    }
    .sub-title h2{
        font-size: 28px;
    }
    .pop-grid-main {
        margin-top: 15px;
    }
    .footer-bottom .row{
        row-gap: 15px;
    }
    .footer-bottom .col-lg-4 {
        width: 100%;
    }
    .sm-box{
        padding: 30px;
    }
}