@import "variable.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


/* Fonts
======================================================*/
@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Light.woff2') format('woff2'),
        url('../fonts/Hind-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Bold.woff2') format('woff2'),
        url('../fonts/Hind-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Medium.woff2') format('woff2'),
        url('../fonts/Hind-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Regular.woff2') format('woff2'),
        url('../fonts/Hind-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-SemiBold.woff2') format('woff2'),
        url('../fonts/Hind-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Bold.woff2') format('woff2'),
        url('../fonts/Archivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Black.woff2') format('woff2'),
        url('../fonts/Archivo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Archivo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Medium.woff2') format('woff2'),
        url('../fonts/Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Thin.woff2') format('woff2'),
        url('../fonts/Archivo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraLight.woff2') format('woff2'),
        url('../fonts/Archivo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Light.woff2') format('woff2'),
        url('../fonts/Archivo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.woff2') format('woff2'),
        url('../fonts/Archivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-SemiBold.woff2') format('woff2'),
        url('../fonts/Archivo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/fa-regular-400.woff2") format("woff2"), 
        url("../fonts/fa-regular-400.woff") format("woff"), 
        url("../fonts/fa-regular-400.ttf") format("truetype"), 
        url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); 
    }
  
    .fa-regular {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
    }
.fa
.fa-regular,
.far {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
    }
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }
  
  .fa,
  .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
    @font-face {
        font-family: 'Font Awesome 5 Brands';
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url("../fonts/fa-brands-400.eot");
        src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }
      
      .fab {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400; 
      }
      
  
/* Reset CSS
======================================================*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

body,
html {
    background: var(--bs-body-bg) none no-repeat scroll top center;
    background-size: contain;
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    font-weight: var(--bs-body-font-weight);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure,
picture {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
    border: none;
    height: auto;
    width: auto;
}

svg {
    max-width: 100%;
    height: auto;
}

.absolute-div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.picture > img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.object-fit {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.object-fit img {
    opacity: 0;
}

strong, b, label {
    font-family: var(--bs-font-heading); 
    font-weight: var(--bs-font-medium);
    margin-bottom: 0px;
}

ul, ul li, ol, ol li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--bs-font-heading);
    font-weight: var(--bs-font-bold);
    color: #111827;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

h1, .h1 {font-size: var(--bs-font-size-h1); line-height: var(--bs-line-height-h1);}
h2, .h2 {font-size: var(--bs-font-size-h2); line-height: var(--bs-line-height-h2);}
h3, .h3 {font-size: var(--bs-font-size-h3); line-height: var(--bs-line-height-h3);}
h4, .h4 {font-size: var(--bs-font-size-h4); line-height: var(--bs-line-height-h4);}
h5, .h5 {font-size: var(--bs-font-size-h5); line-height: var(--bs-line-height-h5);}
h6, .h6 {font-size: var(--bs-font-size-h6); line-height: var(--bs-line-height-h6);}

a, .a,
a:focus, .a:focus,
a:hover, .a:hover {
    text-decoration: none;
    outline: none;
}

a, .a {
    color: var(--bs-primary);
    display: inline-block;
    cursor: pointer;
}

a:hover, .a:hover {
    color: var(--bs-primary);
}

p {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    margin: 0 0 23px;
}

p:empty {
    display: none;
}

label {
    margin-bottom: 0px;
}

small, .small {
    font-size: var(--bs-small-font-size);
    line-height: var(--bs-small-line-height);
}

main {
    display: flex;
    flex: 1 1 auto !important;
}

section > .card,
.tab-pane > .card {
    min-height: 100%;
}

::-moz-selection {color: var(--bs-white); background: var(--bs-primary); }
::selection {color: var(--bs-white); background: var(--bs-primary); }

:hover, :visited, :active, :focus {
    outline: none !important;
}

:last-child:not(img):not(.icon):not(.modal-dialog):not(.margin-child), 
:only-child:not(img):not(.icon):not(.modal-dialog):not(.margin-child) {
    margin-bottom: 0px !important;
}


/* Common Css
======================================================*/
.transition, ::before, ::after, img, svg, svg *, a, .a, input, textarea, button, select, option, .form-control, .icon, .button, .form-label, .select2-selection__arrow,
.select2-results__option, .daterangepicker .ranges ul li, .daterangepicker td.in-range, .daterangepicker .calendar-table thead th, 
body a.cke_button, body a.cke_combo_button {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.box-shadow {
    -webkit-box-shadow: 10px 7px 24px #EFEDE5;
    -moz-box-shadow: 10px 7px 24px #EFEDE5;
    box-shadow: 10px 7px 24px #EFEDE5;
}

.rounded-circle, .form-check .form-check-input[type="radio"]:after, .form-switch .form-check-input::after, .text-content ul:not(.gallery-block) li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rounded, .dropdown-item {
    -webkit-border-radius: var(--bs-border-radius-xs) !important;
    -moz-border-radius: var(--bs-border-radius-xs) !important;
    border-radius: var(--bs-border-radius-xs) !important;
}

.rounded-sm, .card, .select2-dropdown, .dropdown-menu {
    -webkit-border-radius: var(--bs-border-radius-sm);
    -moz-border-radius: var(--bs-border-radius-sm);
    border-radius: var(--bs-border-radius-sm);
}
.rounded-md {
    -webkit-border-radius: var(--bs-border-radius-md);
    -moz-border-radius: var(--bs-border-radius-md);
    border-radius: var(--bs-border-radius-md);
}
.rounded-lg {
    -webkit-border-radius: var(--bs-border-radius-lg);
    -moz-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
}

.rounded-0, .form-control, .form-check-input[type="checkbox"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.row {
    --bs-gutter-x: var(--bs-gutter);
    --bs-gutter-y: var(--bs-gutter);
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-container {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

.border {
    border: 1px solid var(--bs-border-color) !important;
}

.btn {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding: 16px 24px;
	transition: all 0.3s;
    position: relative;
    color: #fff;
}
.btn i:before {
    transition: all 0.2s;
}
.white-btn {
    color: #fff;
}
.btn-small {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 32px;
}
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--bs-primary);
	transition: all 0.3s;
    border-radius: 5px;
}
.btn:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s;
    border-radius: 5px;
	border: 1px solid var(--bs-primary);
	transform: scale(1.2,1.2);
}
.btn:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
.btn:hover {
    color: var(--bs-primary);
}
.btn span {
    position: relative;
    z-index: 3;
}
.white-btn {
    color: #22C55E;
}
.btn.white-btn::before {
	content: '';
	background-color: #fff;
}
.btn.white-btn::after {
	content: '';
	opacity: 0;
	border: 1px solid #fff;
}
.btn.white-btn:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn.white-btn:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
.btn.white-btn:hover {
    color: #fff;
}
.primary-btn {
    color: #FFFFFF;
}
.btn.primary-btn::before {
	content: '';
	background-color: #1E3A8A;
}
.btn.primary-btn::after {
	content: '';
	opacity: 0;
	border: 1px solid #1E3A8A;
}
.btn.primary-btn:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn.primary-btn:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
.btn.primary-btn:hover {
    color: #1E3A8A;
}
.btn.btn-border {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #334155;
    padding: 8px 15px;
}
.btn.btn-border::before {
	content: '';
    background-color: transparent;
    border: 1px solid var(--bs-primary);
    border-radius: 25px;
}
.btn.btn-border::after {
	content: '';
	opacity: 0;
	background-color:var(--bs-primary);
    border-radius: 25px;
}
.btn.btn-border:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn.btn-border:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
.btn.btn-border:hover {
    color: #fff;
}
.btn.focus, .btn:focus {
    box-shadow: unset !important;
}
.padd-80 {
    padding: 80px 0;
}
.padd-section-160 {
    padding-top: var(--bs-space-160);
    padding-bottom: var(--bs-space-160);
}
.mb-12 {
    margin-bottom: var(--bs-space-12);
}
.mb-32 {
    margin-bottom: var(--bs-space-32);
}
.mb-40 {
    margin-bottom: var(--bs-space-40);
}
.mb-48 {
    margin-bottom: var(--bs-space-48);
}

.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}
.preloader .loader {
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
}
.preloader .loader img {
    width: 50px;
    height: 50px;
}
.clouds {
    position: absolute;
    top: 0;
    left:0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 337px;
    background-image: url("../images/bg-clouds.png");
  }
.clouds {
    -webkit-animation: clouds 20s infinite linear;
    -moz-animation: clouds 20s infinite linear;
    -ms-animation: clouds 20s infinite linear;
    -o-animation: clouds 20s infinite linear;
    animation: clouds 20s infinite linear;
  }
  
  /* clouds */
  @-webkit-keyframes clouds {
    0% {
      background-position: 0 0; }
  
    100% {
      background-position: -1000px 0; } }
  
  @-moz-keyframes clouds {
    0% {
      background-position: 0 0; }
  
    100% {
      background-position: -1000px 0; } }
  
  @-ms-keyframes clouds {
    0% {
      background-position: 0 0; }
  
    100% {
      background-position: -1000px 0; } }
  
  @-o-keyframes clouds {
    0% {
      background-position: 0 0; }
  
    100% {
      background-position: -1000px 0; } }
  
  @keyframes clouds {
    0% {
      background-position: 0 0; }
  
    100% {
      background-position: -1000px 0; } 
  }
  .heading-title-box {
    padding-bottom: 40px;
  }
  .sub-title {
    font-family: 'Hind';
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
/* input:-internal-autofill-selected {
    background: rgb(255 255 255 / 20%) !important;
} */

/* ------------------------------------------------------------------------------ */
header.main-header .site-header__main{
    background: url(../images/header-image.png);
    width: 100%;
    padding: 16px 0;
}
header.main-header .site-header__main.fixed {
    position: fixed;
    background: url(../images/header-image.png);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
    padding: 10px 0;
    top: 0;
    transition: all 0.5s ease;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}
.site-header__main .logo-white {
    display: none;
}
.site-header__main.fixed .logo-white {
    display: block;
}
.site-header__main .logo-green {
    display: block;
}
.site-header__main.fixed .logo-green {
    display: none;
}
.navigation ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    transition: 0.3s ease;
    position: relative;
    padding: 32px 0;
}
.navigation ul li a i {
    vertical-align: middle !important;
    margin-left: 10px
}
.navigation ul li {
    display: inline-block;
    padding: 0 18px;
}
.navigation {
    margin-left: auto;
    margin-right: auto;
}
.header-right-links {
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}
.navigation ul.dropdown-menu {
    top: 10px !important;
}
.navigation ul.dropdown-menu li {
    display: block;
}
.navigation ul.dropdown-menu li a {
    color: #101828;
    padding: 10px 0;
}
.header-right-links li {
    line-height: 1;
    list-style: none;
    margin: 0 10px;
}
.header-right-links li.cart-bag {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}
.header-right-links li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.header-top-link {
    display: flex;
    align-items: center;
    padding: 16px 0;
}
.header-top-link p 
.header-top-link li:first-of-type {
    padding-left: 0;
}
.header-top-link li {
    display: inline-block;
    padding: 0 16px;
    line-height: 1;
}
.header-top-link li a, .header-top-link p  {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0F172A;
}
.header-top-link li a i {
    margin-right: 8px;
}
.open-close-time {
    margin-left: auto;
}
.open-close-time i {
    margin-right: 8px;
}
/* ------------------------------------------------------------------------------ */
.banner-item {
    padding: 80px 60px;
    background: #F1F5F9;
    border-radius: 16px;
}
.banner-item .row {
    align-items: center;
}
/* ------------------------------------------------------------- */

.ourpicks-section {
    background: url(../images/our-item-bg.png);
    padding: 60px 0;
}
.ourpick-item-inner {
    display: flex;
    align-items: center;
}
.ourpick-item {
    margin-right: 30px;
    background: #fff;
    padding: 24px;
}
.ourpick-item-detail h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.ourpick-item-detail p {
    font-size: 18px;
    line-height: 28px;
    color: #475569;
    margin-bottom: 8px;
}
.ourpick-item-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 20px;
}
.new-arrival {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5C9929;
}
.ourpick-item-detail h6 {
    margin-bottom: 12px;
}
/* ------------------------------------------------------------- */
.how-works-section .heading-title-box {
    padding-bottom: 80px;
}
.work-box {
    text-align: center;
    padding: 20px 30px;
    position: relative;
}
.work-image {
    width: 106px;
    height: 106px;
    background: #F4F5F7;
    border-radius: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.work-box:before {
    content: "";
    width: calc(100% - 136px);
    height: 3px;
    background: #CBD5E1;
    position: absolute;
    top: 72px;
    left: calc(50% + 83px);
}
.how-works-section .row .col-lg-4:last-of-type .work-box::before, .how-works-section .row .col-lg-4:last-of-type .work-box::after {
    content: "";
    display: none;
} 
.work-box:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 57px;
    right: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #CBD5E1;
}
/* ------------------------------------------------------------- */
.familycalender-box {
    background: url(../images/family-calender-bg.png);
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.familycalender-box .calender-text-box {
    display: inline-block;
    text-align: center;
    float: right;
}
.calender-text-box h2{
    margin-bottom: 30px;
}
/* ------------------------------------------------------------- */
.company-image.slick-slide {
    margin: 0 40px;
}
.slick-track {
    display: flex;
    align-items: center;
}
.company-slider {
    position: relative;
    padding: 54px 0;
}
.company-slider::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
}
.company-slider::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
}
/* ------------------------------------------------------------- */
.weddingcalender-box {
    background: url(../images/wedding-calender-bg.png);
    padding: 30px 56px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------- */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item, .grid-sizer {
    width: 33.33%;
}

.grid-item {
    float: left;
    padding: 20px;
    position: relative;
}
.grid-item h3 {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 51px;
    color: #0F172A;
    position: absolute;
    left: 40px;
    top: 60px;
}
.grid-item-right {
    float: right;
}
.grid-item--width2 { width: 66.66%; }
.grid-item--height2 { height: 200px; }
  
/* ------------------------------------------------------------- */
.testimonial-slider {
    position: relative;
}
.slick-arrow {
    width: 56px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    height: 56px;
    line-height: 1;
    font-size: 18px;
    border-radius: 56px;
    background: transparent;
    color: #667085;
    border: 1px solid #667085;
    z-index: 1;
}
button.slick-next.slick-arrow {
    right: 0;
    left: auto;
}
.testimonial-item-inner{
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
.testimonial-text {
    font-family: 'Hind';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 13px;
    color: #334155;
}
.author-image {
    margin: 0 auto 16px;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    overflow: hidden;
}
.author-image img {
    width: 100%;
    object-fit: cover;
}
.author-name {
    font-family: 'Hind';
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #101828;
    margin-bottom: 4px;
}
.author-designation {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #334155;
}
/* ------------------------------------------------------------- */
.count-section .main-title {
    color: #fff;
    margin-bottom: 10px;
}
.count-section .sub-title {
    color: #fff;
}
.count-section .counter-container{
    padding: 80px 170px;
    background: url(../images/counter-bg.png);
    border-radius: 16px;
    text-align: center;
}
.count-number {
    font-weight: 800;
    font-size: 64px;
    line-height: 85px;
    text-align: center;
    color: #FFFFFF;
}
.count-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
}
/* ------------------------------------------------------------ */
.contact-detail-row {
    padding-top: 40px;
}
.contact-detail-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    color: #101828;
}
.contact-detail-sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #334155;
    margin-bottom: 0;
}
.contact-path {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #5C9929;
}
.map-direction {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #1E293B;
    padding: 4px 12px;
    background: #F1F5F9;
    border-radius: 4px;
}
.map-direction i {
    vertical-align: initial !important;
    margin-right: 6px;
}
/* ----------------------Listing Page CSS-------------------------------------- */
.listing-box {
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.listing-box .ourpick-item-image img{
    width: 100%;
}
.filter-side {
    box-shadow: 0 0 10px rgb(0 0 0 / 17%);
    padding: 20px;
    border-radius: 10px;
}
.filter-custom-control {
    font-size: 16px;
    line-height: 24px;
}
.filter-custom-control input {
    vertical-align: initial !important;
}
.sidebar-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 30px 20px 0;
    color: #000000;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid #f3eeeb;
}
.addcart-sidebar-title {
    font-size: 24px;
    text-align: center;
    padding-right: 30px;
    margin-bottom: 30px;
}
.addcart-sidebar {
    display: none;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 9999;
    transition: all cubic-bezier(.65,.05,.36,1) .3s;
    -webkit-transition: all cubic-bezier(.65,.05,.36,1) .3s;
}
.close-sidebar {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: var(--bs-secondary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
}
.addcart-sidebar.visible {
    display: block;
}
.additem-image {
    width: 70px;
    height: 70px;
}
.additem-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.additem-price {
    font-size: 16px;
    line-height: 20px;
}
.additem-text h5 {
    font-size: 16px;
    line-height: 24px;
}
.additem-text {
    margin-left: 15px;
    width: calc(100% - 85px);
}
.add-item-detail {
    display: flex;
    align-items: center;
}
.add-quantity {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.addcart-sidebar .addcart-subtext {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 20px;
    line-height: normal;
}
.total-price-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dadada;
    margin-top: 20px;
}
.add-quantity button {
    box-shadow: none;
    margin: 0;
    height: 30px;
    width: 30px;
    display: flex;
    padding: 0 10px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}
.add-quantity input {
    height: 30px;
    padding: 0;
    max-width: 35px;
    border-width: 1px 0;
    border-style: solid;
    border-color: var(--bs-secondary);
    font-size: 13px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.sidebar-btn .btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.categories-list.availability li {
    margin-bottom: 20px;
}
.filter-custom-control input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filter-custom-control label {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 18px;
}
.filter-custom-control input:checked + label {
    color: var(--bs-primary);
}
.filter-custom-control label:before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid var(--bs-primary);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 2px;
    border-radius: 50%;
}
.filter-custom-control input:checked+label:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 6px !important;
    left: 4px;
    width: 10px;
    height: 10px;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.filter-custom-control input +label:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 4px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    background: var(--bs-primary);
    opacity: 0;
    transition: all cubic-bezier(.47,1.21,.47,1.21) .3s;
    -webkit-transition: all cubic-bezier(.47,1.21,.47,1.21) .3s;
}
/* ------------------------------------------------------------ */

.main-footer {
    background: url(../images/footer-bg.png);
    padding: 85px 0;
}
.footer-logo {
    margin-bottom: 53px;
}
.main-footer p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #D9DBE1;
    margin-bottom: 10px;
}
.footer-subscribe form {
    position: relative;
}
.footer-subscribe .form-control::placeholder {
    color: #fff;
}
.footer-subscribe .form-control::-moz-placeholder{
    color: #fff;
}
.footer-subscribe .form-control::-webkit-input-placeholder{
    color: #fff;
}

.footer-subscribe .form-control {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    padding: 14px 24px;
    gap: 10px;
    height: 60px;
    background: rgb(255 255 255 / 20%);
    border: transparent;
    box-shadow: 0px 1.33321px 2.66643px rgb(16 24 40 / 5%);
    border-radius: 10px;
    margin-right: auto;
}
.footer-subscribe .subscribe-btn {
    padding: 13px 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 15px 15px;
}
.footer-box ul li {
    display: block;
    margin-bottom: 16px;
}
.footer-box ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #D9DBE1;
}
.footer-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.footer-top .footer-right-box {
    padding-left: 130px;
}
.footer-top .footer-left-box {
    padding-right: 90px;
}
.footer-bottom {
    margin-top: 80px;
    padding-top: 43px;
    border-top: 1.33321px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom-link ul li {
    display: inline-block;
    padding: 0 8px;
}
.footer-bottom-link ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #EAECF0;
}
.footer-bottom-link {
    text-align: right;
}
.footer-cbox .footer-box-text {
    width: calc(100% - 50px);
}
.footer-cbox .footer-box-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cbox {
    color: #9ca3af;
    display: flex;
    margin-top: 20px;
    font-size: 16px;
    align-items: center;
    color: #fff;
}
.social-icon {
    margin-top: 43px;
}
.social-icon li {
    display: inline-block;
    margin: 0 10px;
}
.social-icon li:first-of-type {
    margin-left: 0;
}
.social-icon li:last-of-type {
    margin-right: 0;
}
.social-icon a {
    font-size: 24px;
    color: #fff;
    background: rgb(255 255 255 / 20%);
    width: 42px;
    height: 42px;
    border-radius: 42px;
    justify-content: center;
    display: flex;
    align-items: center;
}