@import url('fonts/akrobat/stylesheet.css');
@import url('fonts/autography/stylesheet.css');


:root {
  --primary-color: rgb(172, 161, 144);
  --secondary-color: #b39982;
  --text-light: #ffffff;
  --bg-primary-color: #f5f2eb;
  --bg-secondary-color: #ece8dd;
  --border-color: #c98a4d;
}

body {
  font-family: 'Akrobat SemiBold', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  overflow-x: hidden;
  color: black;
}

body {
  background-color: var(--text-light);
}

button {
  outline: none;
  border: none;
}

a {
  text-decoration: none !important;
  color: black !important;
}

a:hover {
  text-decoration: none !important;
}

h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500 !important;
}

h5 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

h6 {
  font-size: 16px !important;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500 !important;
}

.akrobat-bold {
  font-family: 'Akrobat ExtraBold', sans-serif !important;
}

.akrobat-semibold {
  font-family: 'Akrobat SemiBold', sans-serif !important;
}

.autography {
  font-family: 'Autography', sans-serif !important;
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.primary-text {
  color: var(--primary-color) !important;
}

.secondary-text {
  color: var(--secondary-color) !important;
}

.primary-bg {
  background-color: var(--bg-primary-color) !important;
}

.secondary-bg {
  background-color: var(--bg-secondary-color) !important;
}

.bg-nude {
  background-color: var(--primary-color);
}

.hover-primary-text {
  transition: 0.2s all linear;
}

.hover-primary-text:hover {
  color: var(--primary-color) !important;
  transition: 0.2s all linear;
  text-decoration: none;
}

.font-inter {
  font-family: "Inter", sans-serif !important;

}

/*BOOTSTRAP EXTEND*/

.word-nowrap {
  white-space: nowrap;
  text-wrap: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.z-9 {
  z-index: 999 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-1 {
  z-index: 1 !important;
}

.top-0 {
  top: 0 !important;
}

.top-1 {
  top: 4px !important;
}

.top-2 {
  top: 8px !important;
}

.top-3 {
  top: 16px !important;
}

.top-4 {
  top: 24px !important;
}

.top-5 {
  top: 48px !important;
}

.top-6 {
  top: 72px !important;
}


.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 4px;
}

.bottom-2 {
  bottom: 8px;
}

.bottom-3 {
  bottom: 16px;
}

.bottom-4 {
  bottom: 24px;
}

.bottom-5 {
  bottom: 48px;
}



.m-0 {
  margin: 0 !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.row {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 auto !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.6 !important;
}

.line-height-3 {
  line-height: 3 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}


.fs-10 {
  font-size: 15px;
}

.fs-8 {
  font-size: 10px;
}

.fs-7 {
  font-size: 12px;
}

.fs-6 {
  font-size: 14px;
}

.fs-5 {
  font-size: 21px;
}

.fs-4 {
  font-size: 24px;
}

.fs-3 {
  font-size: 28px;
}

.fs-2 {
  font-size: 32px;
}

.fs-1 {
  font-size: 36px;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.fw-italic {
  font-style: italic !important;
}

.d-grid {
  display: grid;
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 8px;
  column-gap: 8px;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8px;
  column-gap: 8px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
  column-gap: 8px;
}

.bg-black {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.text-black:hover {
  color: #000 !important;
}

.text-center {
  text-align: center;
}

.text-warning {
  color: #f0ad4e !important;
}

.p-0 {
  padding: 0 !important;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.gap-30 {
  gap: 30px;
}

.gap-4 {
  gap: 24px;
}

.gap-5 {
  gap: 48px;
}

.form-group {
  margin-bottom: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-1 {
  margin-left: 4px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

.ms-3 {
  margin-left: 16px !important;
}

.ms-4 {
  margin-left: 24px !important;
}

.ms-5 {
  margin-left: 48px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ps-1 {
  padding-left: 4px !important;
}

.ps-2 {
  padding-left: 8px !important;
}

.ps-3 {
  padding-left: 16px !important;
}

.ps-4 {
  padding-left: 24px !important;
}

.ps-5 {
  padding-left: 48px !important;
}

.ps-md-5 {
  padding-left: 48px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.ps-10 {
  padding-left: 60px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mt-50 {
  margin-top: 50px !important;
}


label {
  margin-bottom: 0 !important;
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.position-fixed {
  position: fixed !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.text-white {
  color: var(--text-light) !important;
}

.text-white-subtle {
  color: #f0f0f0 !important;
}

.text-black {
  color: #000 !important;
}

.w-25 {
  width: 25% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-90 {
  width: 90% !important;
}

.h-auto {
  height: auto !important;
}

.h-100 {
  height: 100% !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pl-4 {
  padding-left: 24px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.object-fit-cover {
  object-fit: cover;
}

.text-decoration-none {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 48px;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-5 {
  padding-left: 48px;
  padding-right: 48px;
}

.pr-5 {
  padding-right: 48px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pr-3 {
  padding-right: 16px !important;
}

.pl-3 {
  padding-left: 16px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}


.fw-bold {
  font-weight: bold !important;
}

.border-none {
  border: none;
}

.outline-none {
  outline: none !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: var(--text-light) !important;
}

.border {
  border: 1px solid !important;
}

.border-1 {
  border: 2px solid !important;
}


.border-2 {
  border: 3px solid !important;
}

.border-white {
  border-color: white !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 16px !important;
}

.rounded-4 {
  border-radius: 24px !important;
}

.rounded-5 {
  border-radius: 48px !important;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.666667%;
}

.col-10 {
  width: 83.333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.666667%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.666667%;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}


.p-3 {
  padding: 16px;
}

.p-4 {
  padding: 24px;
}

.p-5 {
  padding: 48px;
}

.bg-transparent {
  background-color: transparent !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.ps-3 {
  padding-left: 16px !important;
}

.pe-3 {
  padding-right: 16px !important;
}

.pe-2 {
  padding-right: 10px !important;
}

.border-bottom {
  border-bottom: 2px solid !important;
}

.border-bottom-2 {
  border-bottom: 2px solid !important;
}

.border-top {
  border-top: 1px solid !important;
}

.list-style-type-none {
  list-style-type: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.header-wrapper {
  background-color: var(--primary-color) !important;
}

.searchbar-icon {
  color: #000;
}
button#show-megamenu {
  background: transparent !important;
}
@media screen and (min-width: 768px) {

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .ps-md-5 {
    padding-left: 12px !important;
  }

  .px-md-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .px-md-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mt-md-3 {
    margin-top: 16px !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .px-md-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .pt-md-4 {
    padding-top: 24px !important;
  }

  .px-md-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .px-md-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .ms-md-4 {
    margin-left: 24px !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .pr-md-2 {
    padding-right: 10px !important;
  }

  .pl-md-2 {
    padding-left: 10px !important;
  }

  .d-md-none {
    display: none !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-2 {
    gap: 10px;
  }

  .gap-md-3 {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  
  .header-left-container div {
    display: none !important;
}
  .justify-content-xxs-center {
    justify-content: center !important;
  }

  .gap-30 {
    gap: 24px !important
  }
}

@media screen and (min-width: 1023px) {
  .px-lg-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .col-lg-4 {
    width: 33.333333% !important;
  }

  .col-lg-5 {
    width: 41.666667% !important;
  }

  .col-lg-3 {
    width: 25% !important;
  }

  .col-lg-6 {
    width: 50% !important;
  }

  .col-lg-9 {
    width: 75% !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .gap-lg-0 {
    gap: 0px !important;
  }
}

@media screen and (max-width: 1400px) {
  .grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-5 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (max-width: 1022px) {
  .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .px-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .mt-xs-5 {
    margin-top: 48px !important;
  }

  .mt-xs-4 {
    margin-top: 24px !important;
  }

  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (max-width: 576px) {
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
    width: 1320px !important;
  }
}

@media screen and (min-width:450px) {
  .col-sm-1 {
    width: 8.333333%;
  }

  .col-sm-2 {
    width: 16.666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333%;
  }

  .col-sm-5 {
    width: 41.666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .col-sm-8 {
    width: 66.666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333%;
  }

  .col-sm-11 {
    width: 91.666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

}


/*BOOTSTRAP EXTEND END*/