*,
*::before,
*::after {
    margin: 0;
    padding: 0 !important;
    box-sizing: border-box;
}

a,
a:visited,
a:link.a:active {
    text-decoration: none;
    color: #220228;
}

body {
    background-color: #fff;
    font-family: Montserrat;
}

.container {
    width: 400px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
}

header {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

header .header-stripe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

header h1 {
    font-size: 20px;
    color: #fff;
}

header .header-stripe i {
    font-size: 22px;
    font-weight: 700;
    margin-right: 15px;
    color: #fff;
}

header .swiper {
    width: 100%;
    margin-bottom: 20px;
}

header .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

header .swiper-slide img {
    display: block;
    width: 99%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

header input {
    width: 100%;
    padding: 10px !important;
    border-radius: 10px;
    border: 0;
}

header .input-group {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}

header .input-group-text {
    padding: 10px !important;
    background-color: #f0f0f0;
}

.fa-bag-shopping {
    color: black;
}

.wrapper {
    /* height: 100vh; */
    margin-top: 10px;
    background-color: #fff;
}

.wrapper .swiper-slide {
    width: 126px !important;
    margin-right: 0 !important;
    text-align: center;
}

.wrapper button {
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 20px!important;
    font-size: 15px;
    background-color: transparent;
    font-weight: 700;
}

.wrapper button.active {
    border-bottom: 3px solid #29aa4d;
    color: #29aa4d;
    /* margin-left: 5px; */
}

.wrapper .tabcontent {
    display: none;
    padding: 30px 15px 5px 15px !important;
    background-color: #f0eff4;
}

.wrapper .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px;
    padding-top: 20px !important;
    border-radius: 10px;
}

.wrapper .card img {
    width: 100px;
    height: 85px;
}

.wrapper .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.wrapper .contain {
    padding: 2px 16px;
}

.wrapper .contain h4 {
    font-size: 15px;
}

.wrapper .products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}


/* Cart Styling ! */

.service {
    width: 85%;
    margin: 0 auto;
    /* height: 100vh; */
}

.service .col-6 {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 1px 8px #e1e1e1;
    height: 148px;
    width: 148px;
    margin-left: 17px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 17px;
}

.service .col-6 h4 {
    text-decoration: none;
    color: #956b26;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.service .col-6 img {
    height: 75px;
    display: block;
    margin: 20px auto;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -27px;
    padding: 16px 15px !important;
    background-color: #a5a3a4;
     height: 120px;
  width:380px;
  position:relative;
  right:22px;
    align-items: center;
}

.header .logo {
    width: calc(100px + (130 - 100) * ((100vw - 320px) / (1920 - 320)));
    height: auto;
}

.header .menu {
    margin-right: 5px;
}

.cart {
    /*position: relative;*/
    /* background-color: #fff; */
    /*color: #212529;*/
    /*font-size: 20px;*/
    /*padding: 5px !important;*/
    /*border-radius: 4px;*/
    
    
    position: relative;
    /* background-color: #fff; */
    color: #212529;
    font-size: 30px;
    padding: 6px !important;
    border-radius: 5px;
    margin-top: 60px;
}

.cartAmount {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 16px;
    background-color: #ff6c00;
    color: #fff;
    padding: 3px !important;
    border-radius: 3px;
    margin-right: 5px;
}


/* Cart Styling ! */

.shop {
    display: grid;
    grid-template-columns: repeat(1, 223px);
    /* gap: 30px; */
    justify-content: center;
}

.ofr {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 15px;
    /* padding: 12px !important; */
    margin-top: 55px;
    height: auto;
    /* margin-bottom: 75px !important; */
}

.container-fluid {
    border: 2px solid #f6fafd;
    border-radius: 4px;
    /* display: flex; */
    /* flex-direction: row; */
    align-items: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    height: 82px;
    background-color: #fff;
    border-radius: 15px;
    /* width: 357px; */
    justify-content: space-around;
}

.container-fluid img {
    /* margin-left: 15px; */
    /* margin-top: -19px; */
    margin: 0px 10px 10px 5px;
}

.container-fluid .details h5 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
}

.container-fluid .details span {
    padding-bottom: 7px !important;
    font-size: 11px;
    font-weight: 600;
}

.container-fluid .price-quantity h5 {
    font-size: 16px;
    margin-left: 14px !important;
}

.buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    /* margin-left: 200px; */
    cursor: pointer;
    margin-top: 0px;
}

.bi-dash-lg {
    color: #29aa4d;
    background-color: #e3f9e2;
    padding: 3px 5px 2px 5px !important;
    border-radius: 50%;
}

.bi-plus-lg {
    color: #fff;
    background-color: #29aa4d;
    padding: 3px 5px 2px 6px !important;
    border-radius: 50%;
}


/* Category Styling ! */


/* Cart Page Styling ! */

.shopping-cart {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 15px;
    position:relative;
    top:57px;
    padding: 12px !important;
}

.cart-item {
    border-radius: 5px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px !important;
    background-color: #fff;
}

.cart-item img {
    margin-right: 10px;
}

.bi-x-lg {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    margin-top: -48px;
    margin-right: 10px;
}

.title-price-x {
    width: 280px;
    display: flex;
    justify-content: space-between;
}

.title-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: bold;
}

.cart-item .details h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: -25px;
}

.cart-item-price {
    background-color: #212529;
    color: white;
    border-radius: 4px;
    padding: 3px 6px !important;
}

.text-center h4 {
    padding-bottom: 10px !important;
}

.text-center .button-list {
    margin-bottom: 20px;
}


/* Order Button */

.button-3 {
    appearance: none;
    background-color: #2ea44f;
    border: 0 !important;
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 16px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-3:hover {
    background-color: #2c974b;
}

.button-3:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
}

.button-3:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.button-3:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}


/* Order Button */


/* Cart Page Styling ! */


/* About */

.info-text {
    padding: 12px !important;
    text-align: justify;
    line-height: 30px;
  margin-top:53px;
    font-family: Poppins;
}


/* About */


/* Contact */

.map {
    width: 85%;
    margin: 0 auto;
    display: block;
    padding-top: 13px !important;
}

.qr {
    height: 165px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.addr {
    width: 85%;
    display: block;
    margin: 30px auto;
}

.addr p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 38px;
    margin-top: 7px;
}

.addr span {
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    margin-top: 7px;
}

.addr span i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
}

.share-wp {
    /* width: 85%; */
    display: block;
    margin: 0 auto 13px auto;
    background: #857f7f;
    padding: 26px 34px !important;
    height: 300px;
}

.wp-h4 {
    text-align: center;
    /* margin-top: 41px; */
    font-weight: 300 !important;
    /* background: #22935e; */
    width: 85%;
    margin: 16px auto 24px auto;
    padding: 7px !important;
    color: #fff;
    border-radius: 25px;
    font-size: 20px;
}

.form-control {
    padding: 0.375rem 0.75rem !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: green;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    margin-left: 5px;
    margin-top:30px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* Contact */


/*Footer */

footer {
    width: 400px;
    display: block;
    margin: 0 auto;
    background: #0d6833;
    padding: 10px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Poppins;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer-icons i {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-icons i,
.footer-icons p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.footer-icons p a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}


/* Footer */

.card {
    background: #fff !important;
    position: relative;
}

.details-card {
    padding: 25px 0;
    margin-top: 10px;
}

.boot-card {
    width: 400px;
    display: block;
    margin: 0 auto;
    border: none;
}

.text-heading {
    font-size: 19px;
    font-family: 'Poppins';
    background: #ffffff;
    width: 71%;
    padding: 7px 15px!important;
    border-radius: px 5px 5px 0;
    color: #a48d2d;
    position: relative;
    left: 50px;
    border: 1px solid #0d6833;
    border-radius: 25px 0px 25px 0px;
    text-align: center;
}

.form-data {
    /* margin-top: 21%; */
    background-color: #FFF;
  margin-top:40px;
}

.appnt-frm {
    width: 85%;
    margin: 0 auto;
}

.form-body {
    padding: 20px;
}

.form-row {
    margin-bottom: 15px;
}

.room-info {
    color: #362b28;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}

.card-title {
    color: #362b28;
}



.container .wrapper {
    padding: 15px 0px 30px !important;
    text-align: center;
}

.container .wrapper-items {
    font-family: Poppins;
}


/* Categories */

.tab-link {
    cursor: pointer;
}

ul.tabs {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 98%;
    margin: 20px 0 30px 12px !important;
    text-align: center;
    padding: 0px !important;
}


/* ul.tabs li {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #dbdbdb;
margin: 0 10px 15px 0px !important;
padding: 12px 2px !important;
border-radius: 0px 15px 0 15px;
background: #ffffff;
box-shadow: 2px 2px 5px -2px #efede6;
font-size: 12px;
color: #87446b !important;
width: 80px;
height: 100px;
} */

ul.tabs li span {
    margin-top: 5px !important;
}

ul.tabs li img {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    padding: 12px 2px !important;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 2px 5px -2px #efede6;
    font-size: 12px;
    color: #87446b !important;
    margin: 0 auto;
}

ul.tabs li.current {
    background: #ffffff;
    border-color: #521c5c;
    color: #fff;
    font-weight: 600;
}

ul.tabs li p {
    margin-top: 5px;
    margin-bottom: 1rem;
}

.bi-dash-lg,
.bi-plus-lg {
    font-size: 18px;
    height: 17px;
    width: 17px;
    background-color: #f9f0f6;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    color: #8b6800;
    margin-top: 2px;
    padding: 0px !important;
}

.bi-x-lg {
    font-size: 14px;
    height: 17px;
    width: 17px;
    background-color: #f9f0f6;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #8b6800;
    margin-top: -47px;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dialog__trigger,
.dialog__action {
    font-size: 1.1rem;
    text-transform: uppercase;
    display: block;
    transition: all 150ms ease-out;
    transform: translateY(0px);
    position: absolute;
    right: 78px;
    top: 20px;
    color: black;
    font-size:25px;
}

.dialog__trigger:hover,
.dialog__action:hover,
.dialog__trigger:focus,
.dialog__action:focus {
    outline: 0;
    transform: translateY(-5px);
    transition: all 100ms ease-in;
}

.dialog__trigger:active,
.dialog__action:active {
    transform: translateY(-3px);
}

.dialog {
    /* background: #00000013; */
    width: 300px;
    /*position: relative;*/
    left: 50%;
    transform: translate(-50%, -210%);
    top: 69px;
    padding: 30px 12px;
    /*box-shadow: 0 10px 30px rgba(51, 51, 51, 0.4);*/
    visibility: hidden;
    opacity: 1;
    transition: all 180ms ease-in;
}

.dialog.dialog--active {
    position: fixed;
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease-out;
}

.dialog .dialog__close {
    font-size: 1rem;
    line-height: 2rem;
    position: relative;
    left: 245px;
    top: -55px;
    cursor: pointer;
    padding: 15px;
    transition: color 150ms ease;
}

.dialog .dialog__close:hover {
    color: #E74C3C;
}

.dialog .dialog__title {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #333333;
}

.dialog .dialog__content {
    font-size: 1.1rem;
    line-height: 2rem;
}

.dialog .dialog__action {
    margin: 0;
    font-size: 1rem;
}

.banners {
    width: 90%;
    display: block;
    margin: 20px auto;
}

.carousel-item img {
    border-radius: 15px;
}

.cat-items {
    width: 95%;
    margin: 0 auto;
  
}

.cat-head-area {
    display: flex;
    justify-content: space-between;
}

.cat-head-area p {
    font-weight: 500;
    font-size: 14px;
  color: #320445;
}

.cat-head-area a {
    color: #070707;
    font-size: 11px;
    font-weight: 600;
    font-family: Poppins;
    position: relative;
    right: 31px;
}

.cat-list-items .owl-item img {
    width: 93px !important;
    height: 93px;
    /*background: #e5ffe9;*/
    /*padding: 10px !important;*/
    border-radius: 10%;
    border: 1px solid #320439;
}

.owl-item{
    width: 90.149px  !important;
    margin-right: 15px  !important;
}
.cat-list-items .owl-item p {
    text-align: center;
    line-height:15px;
}

.cat-list-items .owl-stage {
    width: 100% !important;
}

.banners .owl-stage,
.banners .owl-item {
    width: 100% !important;
}

.banners .owl-carousel .owl-item img {
    border-radius: 15px;
}

.subcat-list img {
    width: 75px;
    height: 75px;
    border: 1px solid #0d6833;
    margin-top:30px;
    border-radius: 10%;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #ffffff;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(251 251 251 / 80%);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

header i {
    color: black;
}

.dropdown-item {
    position: relative;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: #000 !important;
    z-index: 1;
    padding: 15px !important;
    border-radius: 20px !important;
    background: #fff;
    margin-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 38px, 0px);
    top: -38px !important;
    left: 23px !important;
    will-change: transform;
    border: none;
    background: #f15d5d00!important;
    border: #fff;
    border: 5px solid #f15d5d00!important;
}

.container-img {
    column-count: 3;
    column-gap: 10px;
  margin:25px;
}
.dropdown-menu a {
    padding: 15px !important;
    border-radius: 20px !important;
    margin-bottom: 10px;
    padding: 8px !important;
    text-align:center;
    border-radius: 20px !important;
    /* margin-bottom: 2px;
    margin-left: -24px; */
    width: 118px;
    background: #aa8f2d;
    margin-bottom: 2px;
    margin-left: 60px;
    width: 40px;
    height: 40px;
}

.social-icons a i {
    height: 35px !important;
    width: 35px !important;
    color: #ffffff;
    /* border: 1px solid #edcc6e; */
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    margin-right: 6px;
}


.iconss {
    column-count: 4;
    width: 90%;
    font-size: 16px;
    margin-left:16px;
    /* margin-left: 10px; */
    /* background-color: #1b606b; */
    padding: 7px !important;
    /* margin: 0px 23px; */
    /* background: #fff; */
    border-radius: 25px;
    box-shadow: 2px 1px 11px #ddd9d9;
}

.dropdown-menu a:hover {
    background-color:  #90d556;
  }
  
  .modal-content {
    border: 0;
    /* border-radius: 0.75rem; */
    margin-top: 40%;
    border: 1px solid white;
    border-radius: 5%;
    /* background-color: #f3e9ce; */
}
#modal-dialog {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.modal-backdrop.show {
    opacity: 0.9;
}
.modal-header {
    border-bottom: 1px solid #ebebeb;
}
.modal-footer {
    border-top: 1px solid #ebebeb;
}
#cartAmount {
    position: absolute;
    top: -11px;
    right: -8px;
    color: rgb(248, 248, 248);
}
  
  @media screen and (max-width: 400px) { 
    .container{ 
      width: 100% !important; 
    } 
  }
 @media screen and (max-width: 400px) { 
    .fixed-bottom{ 
      width: 100% !important; 
    } 
  }
  
  @media screen and (max-width: 400px) {
    .boot-card {
        width: 100% !important;
    }
}