:root {
  --black: #8a8a8a;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #214442;
  background-color: #f4efe9;
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: #214442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  display: inline-block;
}

h2 {
  color: #214442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

h3 {
  color: #214442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

h4 {
  color: #214442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h5 {
  color: #214442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

h6 {
  color: #214442;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.top-navigation {
  z-index: 9999;
  color: #834d27;
  background-color: #214442;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.top-navigation-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
}

.top-navigation-left-content {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.navigation-single-contact {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.navigation-contact-text {
  color: #d3dad9;
  font-size: 18px;
  font-weight: 500;
}

.navigation-line {
  background-color: #d3dad9;
  width: 1px;
  height: 30px;
}

.top-navigation-right-content {
  grid-column-gap: 30px;
  background-color: #22524f;
  align-items: center;
  padding: 18px 25px;
  display: flex;
}

.navigation-social-media-wrapper {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .45s;
}

.navigation-social-media-wrapper:hover {
  color: #d8cfc4;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: -60px;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 35px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #214442;
  text-transform: capitalize;
  flex: 0 auto;
  margin-right: auto;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  transition: all .45s;
}

.nav-link:hover, .nav-link.w--current {
  color: #d8cfc4;
}

.primary-button {
  color: #214442;
  text-transform: capitalize;
  border: 1px solid #214442;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.secondary {
  color: #fff;
  border-color: #fff;
}

.primary-button.tertiary {
  color: #fff;
  background-color: #214442;
}

.primary-button.white {
  background-color: #fff;
  border-color: #fff;
}

.primary-button.desktop {
  display: flex;
}

.primary-button-text-block {
  z-index: 1;
  justify-content: flex-start;
  line-height: 100%;
  display: flex;
  position: relative;
}

.primary-button-text-block.is-text-absolute {
  position: absolute;
}

.section.banner-section {
  background-color: #f4efe9;
}

.section.footer {
  background-color: #214442;
  position: relative;
  overflow: hidden;
}

.section.cta {
  padding-top: 150px;
  padding-bottom: 180px;
  position: relative;
}

.section.instagram-post {
  padding-top: 205px;
  position: relative;
  overflow: hidden;
}

.section.about-us {
  margin-bottom: -111px;
  padding-top: 175px;
  padding-bottom: 180px;
}

.section.blog-section {
  margin-bottom: -30px;
  padding-top: 145px;
  position: relative;
  overflow: hidden;
}

.section.blog-section.main {
  margin-bottom: 0;
  padding-bottom: 150px;
}

.section.appointment {
  background-image: url('../images/Appointment-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.testimonial-section {
  height: 1100px;
  margin-top: -45px;
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.section.pricing-package {
  padding-top: 130px;
  padding-bottom: 180px;
  position: relative;
}

.section.choose-us {
  padding-top: 170px;
  padding-bottom: 180px;
  position: relative;
}

.section.inner-banner-section {
  background-image: url('../images/Inner-Section-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.not-found {
  padding-top: 160px;
  padding-bottom: 180px;
}

.section.password, .section.changelog, .section.license, .section.style-guide {
  padding-top: 150px;
  padding-bottom: 180px;
}

.section.contact-us {
  padding-top: 135px;
  padding-bottom: 180px;
}

.section.shop, .section.products-details, .section.services-section {
  padding-top: 150px;
}

.section.service-details {
  padding-top: 140px;
  padding-bottom: 150px;
}

.section.team-member-section, .section.team-details {
  padding-top: 150px;
}

.section.blog-details {
  padding-top: 160px;
}

.section.checkout-section {
  background-color: #f4efe9;
  min-height: auto;
  padding-top: 150px;
}

.section.banner-section-hv2 {
  padding-top: 130px;
  position: relative;
}

.section.blog-section-hv2 {
  padding-bottom: 150px;
  position: relative;
}

.section.pricing-plan {
  padding-top: 170px;
  position: relative;
}

.section.testimonials {
  background-image: url('../images/Testimonials-Sec-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
}

.section.our-products {
  padding-top: 175px;
  padding-bottom: 180px;
  position: relative;
}

.section.luxurious-place {
  padding-top: 125px;
}

.section.choose-us-section {
  margin-bottom: 140px;
  padding-top: 360px;
}

.section.services-hv2 {
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
}

.section.team-member-hv2 {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.previwe-features {
  padding-top: 170px;
  position: relative;
}

.section.demo-section {
  padding-top: 170px;
}

.section.demo-section.last, .section.figma-file-included {
  padding-bottom: 170px;
}

.section.preview-footer {
  background-color: #214442;
  position: relative;
}

.section.about-us-hv2 {
  padding-bottom: 1px;
  position: relative;
}

.section.team-member-hv1 {
  background-image: url('../images/Team-Member-Hv1-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.services-section-hv1 {
  background-color: #214442;
  padding-top: 175px;
  padding-bottom: 175px;
  position: relative;
}

.section.tranquility-section {
  padding-top: 150px;
  position: relative;
}

.section.blog-category {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.history {
  padding-bottom: 180px;
  overflow: hidden;
}

.banner-typography-content {
  z-index: 1;
  text-align: center;
  position: relative;
}

.banner-hero-image-wrapper {
  margin-bottom: 35px;
  display: inline-block;
}

.banner-typography-wrapper {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title {
  color: #214442;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.banner-description {
  color: #214442;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.banner-description.previwe {
  max-width: 830px;
}

.banner-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-image {
  width: 100%;
}

.banner-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.banner-content.previwe {
  padding-bottom: 0;
}

.banner-line-shape {
  width: 100%;
  position: absolute;
  inset: 160px auto auto 0%;
}

.banner-circel-shape {
  background-color: #f4efe9;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 580px;
  height: 800px;
  position: absolute;
  inset: auto;
}

.banner-element-one {
  position: absolute;
  inset: auto auto 240px 220px;
}

.banner-element-two {
  position: absolute;
  inset: auto 210px 90px auto;
}

.banner-ticker-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 60px;
  position: absolute;
  inset: auto auto 100px;
}

.footer-content {
  z-index: 1;
  position: relative;
}

.footer-top-content {
  border-bottom: 1px solid #ffffff26;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-social-media-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  max-width: 390px;
  display: flex;
}

.footer-social-media-link {
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-social-media-link:hover {
  color: #214442;
  background-color: #fff;
}

.footer-logo-wrapper {
  border-left: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.footer-form-wrapper {
  width: 100%;
  max-width: 430px;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form-field-label {
  color: #fff;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.footer-form-text-field-wrapper {
  position: relative;
}

.footer-form-text-field {
  color: #d3dad9;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff1a;
  height: 78px;
  margin-bottom: 0;
  padding: 20px 0 40px;
  font-size: 18px;
}

.footer-form-text-field::placeholder {
  color: #d3dad9;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-form-submit-button {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 19px 35px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-menu-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-bottom-content {
  padding-top: 90px;
  padding-bottom: 110px;
}

.footer-menu-details-wrapper {
  width: 100%;
  max-width: 380px;
}

.footer-menu-title-wrapper {
  margin-bottom: 25px;
}

.footer-menu-title {
  color: #fff;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.footer-menu-description {
  color: #d3dad9;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.footer-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.footer-menu-list-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.footer-menu-text-link {
  color: #d3dad9;
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.footer-contact-info-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-contact-info-single {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-contact-info-text {
  color: #d3dad9;
  font-size: 18px;
  font-weight: 400;
}

.footer-infermation-wrapper {
  border-top: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-infermation-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.footer-infermation-text-link {
  color: #fff;
  text-decoration: underline;
}

.footer-element-one {
  width: 264px;
  height: 275px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-18.64deg);
}

.footer-element-two {
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-content {
  background-image: url('../images/CTA-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 600px;
  justify-content: space-between;
  padding: 115px 80px 60px 90px;
  display: flex;
  position: relative;
}

.cta-title-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 488px;
  position: relative;
}

.cta-title {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.cta-description-button-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 350px;
  position: relative;
}

.cta-description-text {
  color: #fff;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button-wrapper {
  display: inline-block;
}

.cta-element-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 182px;
  display: flex;
  position: absolute;
  inset: auto 525px 0% auto;
}

.cta-element-two {
  position: absolute;
  inset: auto auto 0%;
}

.instagram-section-title-wrapper {
  z-index: 1;
  margin-bottom: 50px;
  position: relative;
}

.title-tag-wrapper {
  text-align: center;
  margin-bottom: 15px;
}

.title-tag {
  color: #214442;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.title-tag.text-white {
  color: #fff;
}

.title-element {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.title-element.mb0 {
  margin-bottom: 0;
}

.title-element-line {
  background-color: #214442;
  width: 140px;
  height: 1px;
}

.title-element-line.white-bg {
  background-color: #ffffff26;
}

.title-element-shape {
  width: 60px;
}

.instagram-section-title-wrap {
  text-align: center;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-section-title {
  color: #214442;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.instagram-content {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.instagram-single-content.left {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.instagram-single-content.middle {
  width: 100%;
  max-width: 480px;
}

.instagram-single-content.right {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 512px;
  display: flex;
}

.instagram-single {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  width: 100%;
}

.gallery-background-shape {
  background-color: #214442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: absolute;
  inset: auto;
}

.gallery-background-shape.middle {
  width: 800px;
  height: 800px;
}

.gallery-background-shape.right {
  width: 600px;
  height: 600px;
}

.icon-wrap {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: flex;
}

.icon-wrap.middle {
  width: 150px;
  height: 150px;
  font-size: 40px;
  line-height: 50px;
}

.instagram-right-bottom-post {
  grid-column-gap: 24px;
  display: flex;
}

.track-wrapper {
  overflow: hidden;
}

.track {
  align-items: center;
  display: flex;
}

.inner-track-wrapper {
  flex: none;
  align-items: stretch;
  display: flex;
}

.single-track-wrap {
  margin-right: 80px;
}

.track-title-tag {
  color: #fff;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.about-us-section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.about-us-section-title {
  color: #214442;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.about-us-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-button-single {
  z-index: 2;
  grid-column-gap: 20px;
  background-color: #f4efe9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.about-us-top-content {
  margin-bottom: 100px;
  position: relative;
}

.about-us-button-line {
  background-color: #21444226;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 30px 0%;
}

.about-us-futures-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-us-futures-single {
  text-align: center;
  border: 1px solid #214442;
  border-radius: 270px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-futures-typography {
  z-index: 2;
  text-align: center;
  position: relative;
}

.about-us-futures-name {
  color: #214442;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.about-us-futures-name-wrapper {
  margin-bottom: 35px;
}

.about-us-futures-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
  position: relative;
}

.about-us-futures-number-wrapper {
  display: block;
}

.about-us-futures-number {
  color: #214442;
  font-family: Marcellus, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.about-us-futures-icon {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.about-us-futures-shape {
  z-index: 1;
  background-color: #f4efe9;
  border-radius: 100%;
  width: 520px;
  height: 520px;
  position: absolute;
  inset: auto;
}

.about-us-futures-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-us-futures-icon-white {
  opacity: 0;
  position: absolute;
  inset: auto;
}

.section-title-wrapper {
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.section-title-wrapper.choose-us {
  margin-bottom: 180px;
}

.section-title-wrapper.mb60 {
  margin-bottom: 60px;
}

.section-title {
  color: #214442;
  max-width: 825px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.section-title.history {
  max-width: 850px;
}

.section-description {
  color: #214442;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.section-description.previwe {
  max-width: 620px;
}

.blog-post-content {
  z-index: 1;
  position: relative;
}

.blog-post-collection-list {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.blog-post-single {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post-left-content {
  width: 100%;
  max-width: 980px;
}

.single-blog-post {
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 33px 60px;
  position: relative;
  overflow: hidden;
}

.blog-post-name-wrapper {
  color: #fff;
  letter-spacing: -.32px;
  width: 100%;
  max-width: 484px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
}

.blog-post-name {
  color: #fff;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
}

.blog-post-name.main {
  color: #214442;
}

.single-blog-post-date-tag-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.single-blog-post-tag {
  color: #fff;
  font-size: 20px;
}

.single-blog-post-tag-cirel {
  background-color: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.blog-post-right-content {
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-single-image {
  height: 100%;
}

.blog-single-image._2 {
  position: absolute;
}

.blog-post-shape {
  z-index: 1;
  background-color: #214442;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-typography {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.blog-post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.appointment-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.appointment-content.left {
  width: 100%;
  max-width: 555px;
}

.appointment-content.right {
  width: 100%;
  max-width: 640px;
}

.appointment-title-tag-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.appointment-title-tag-line {
  background-color: #ffffff4d;
  width: 140px;
  height: 1px;
}

.appointment-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.appointment-description {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.appointment-schedules {
  margin-top: 40px;
  margin-bottom: 45px;
}

.appointment-schedule-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.appointment-schedule-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.appointment-schedule-title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.appointment-schedule-time {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.appointment-form-wrapper {
  background-color: #f4efe9;
  padding: 50px 60px 60px;
}

.appointment-form-title-wrapper {
  margin-bottom: 30px;
}

.appointment-form-title {
  color: #214442;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.appointment-form-block {
  margin-bottom: 0;
}

.appointment-form {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.appointment-form-single {
  grid-column-gap: 30px;
  display: flex;
}

.appointment-form-text-field {
  background-color: #fff0;
  border: 1px solid #21444226;
  border-radius: 100px;
  height: 60px;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 18px;
}

.appointment-form-text-field::placeholder {
  color: #214442;
}

.appointment-form-textarea {
  color: #214442;
  background-color: #fff0;
  border: 1px solid #21444226;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  height: 140px;
  min-height: 140px;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
}

.appointment-form-textarea::placeholder {
  color: #214442;
}

.appointment-form-submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #214442;
  border-radius: 100px;
  width: 100%;
  height: 58px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.testimonial-section-title-wrapper {
  max-width: 655px;
  margin-bottom: 60px;
}

.testimonial-section-title {
  color: #214442;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.testimonial-description {
  color: #214442;
  max-width: 550px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-content {
  border-top: 1px solid #21444226;
  border-bottom: 1px solid #21444226;
  position: relative;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
}

.testimonial-slider-arrow {
  border: 1px solid #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .4s;
  display: flex;
  inset: -140px 0% auto auto;
}

.testimonial-slider-arrow:hover {
  background-color: #214442;
}

.testimonial-slider-arrow.left {
  right: 270px;
}

.testimonial-single {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-image-wrapper {
  border-right: 1px solid #21444226;
  width: 100%;
  max-width: 540px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.testimonial-image {
  width: 100%;
}

.testimonial-typography-wrapper {
  width: 100%;
  max-width: 685px;
}

.testimonial-quote-text {
  color: #214442;
  margin-bottom: 65px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.testimonial-author-name {
  color: #214442;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.testimonial-author-bio {
  color: #214442;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
}

.slide-nav {
  display: none;
}

.testimonial-slider-arrow-line {
  background-color: #214442;
  width: 150px;
  height: 1px;
  position: absolute;
  inset: -102px 100px auto auto;
}

.testimonial-man-element {
  position: absolute;
  inset: auto 0% 70px auto;
}

.pricing-package-content {
  z-index: 1;
  position: relative;
}

.pricing-package-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  display: flex;
}

.pricing-package-top-content.tranquility {
  z-index: 1;
  margin-bottom: 105px;
  position: relative;
  overflow: hidden;
}

.pricing-package-title-wrapper {
  width: 100%;
  max-width: 595px;
}

.pricing-package-title {
  color: #214442;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.pricing-package-description {
  color: #214442;
  max-width: 546px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-package-element-image-wrapper {
  width: 100%;
  max-width: 210px;
}

.pricing-package-element-image-wrapper.tranquility {
  max-width: 313px;
}

.pricing-package-element-image {
  width: 100%;
}

.pricing-package-tab-content {
  text-align: left;
}

.pricing-package-tabs {
  text-align: center;
}

.pricing-package-tab-menu {
  z-index: 1;
  grid-column-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.pricing-package-tab-link {
  color: #214442;
  background-color: #fff0;
  border: 1px solid #214442;
  border-radius: 100px;
  padding: 19px 35px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.pricing-package-tab-link.w--current {
  color: #fff;
  background-color: #214442;
}

.pricing-package-single {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-package-image-wrapper {
  width: 100%;
  max-width: 650px;
}

.pricing-package-image {
  border-radius: 500px;
}

.pricing-package-typography {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.package-name-price-wrapper {
  grid-column-gap: 11px;
  align-items: center;
  display: flex;
}

.package-name-wrap {
  flex: none;
}

.package-name {
  color: #214442;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.package-line {
  background-color: #21444226;
  width: 100%;
  height: 1px;
}

.package-price-wrapper {
  grid-column-gap: 10px;
  flex: none;
  align-items: center;
  display: flex;
}

.package-price-text-field {
  color: #214442;
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.package-price {
  color: #214442;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 100%;
}

.package-description {
  color: #214442;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.choose-us-content {
  z-index: 2;
  max-width: 1635px;
  margin-left: auto;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}

.choose-us-section-title-wrapper {
  margin-bottom: 60px;
  position: relative;
}

.choose-us-section-title {
  color: #214442;
  max-width: 580px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.choose-us-description {
  color: #214442;
  max-width: 550px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-slider {
  background-color: #fff0;
  height: 100%;
}

.choose-us-slider-mask {
  max-width: 424px;
  overflow: visible;
}

.choose-us-slide {
  margin-right: 24px;
}

.choose-us-image {
  border-radius: 320px;
}

.choose-us-image-wrapper {
  border: 1px solid #214442;
  border-radius: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.choose-us-typography {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.choose-us-name-wrapper {
  margin-bottom: 40px;
}

.choose-us-name {
  color: #214442;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.choose-us-element-shape-wrapper {
  margin-bottom: 40px;
  display: inline-block;
}

.choose-single-description {
  color: #214442;
  max-width: 318px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-shape {
  background-color: #f4efe9;
  border-radius: 100%;
  width: 700px;
  height: 700px;
  position: absolute;
  inset: auto;
}

.inner-banner-content {
  text-align: center;
}

.inner-banner-element-wrapper {
  margin-bottom: 20px;
}

.inner-banner-title-wrapper {
  margin-bottom: 15px;
}

.inner-banner-title {
  color: #fff;
  text-transform: capitalize;
  max-width: 940px;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.inner-banner-text-link-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-banner-text-link {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
}

.inner-banner-text-link.w--current {
  font-weight: 500;
  text-decoration: underline;
}

.inner-banner-text-arrow {
  color: #fff;
  font-size: 20px;
}

.not-found-content {
  text-align: center;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-image-wrapper {
  text-align: center;
  margin-bottom: 90px;
}

.not-found-typography-wrapper {
  text-align: center;
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-title {
  color: #214442;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.not-found-description {
  color: #214442;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.not-found-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 470px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 85px 200px;
}

.password-image-wrapper {
  background-color: #214442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: 220px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-name-description {
  margin-bottom: 25px;
}

.password-name {
  color: #214442;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.password-description {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.password-field-label {
  display: none;
}

.password-text-field {
  color: #214442;
  border: 1px solid #21444226;
  border-radius: 100px;
  height: 58px;
  margin-bottom: 30px;
  padding: 0 30px;
  font-size: 18px;
}

.password-text-field::placeholder {
  color: #214442;
}

.password-submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #214442;
  border-radius: 100px;
  width: 100%;
  height: 58px;
  font-size: 18px;
  font-weight: 500;
}

.changelog-line {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 195px;
}

.changelog-list-wrapper {
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.changelog-list-single {
  grid-column-gap: 15px;
  color: #214442;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.changelog-tag {
  color: #214442;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.changelog-date-text {
  color: #214442;
  margin-top: -5px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.changelog-content {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.changelog-single-wrapper {
  background-color: #fff;
  border-left: 4px solid #214442;
  width: 100%;
  max-width: 665px;
  padding: 30px;
}

.changelog-list-text {
  color: #214442;
  font-size: 18px;
  font-weight: 400;
}

.changelog-single-content {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.changelog-list-circel {
  background-color: #214442;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.license-content {
  grid-row-gap: 130px;
  flex-direction: column;
  display: flex;
}

.license-section-title-wrapper {
  margin-bottom: 50px;
}

.license-section-title-wrapper.mb30 {
  margin-bottom: 30px;
}

.license-section-title {
  color: #214442;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.license-section-description {
  color: #214442;
  letter-spacing: -.36px;
  max-width: 595px;
  font-size: 18px;
  line-height: 28px;
}

.license-section-description-text-link {
  color: #214442;
  font-size: 18px;
  font-weight: 500;
}

.license-image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-image {
  width: 100%;
}

.license-icons-wrapper {
  max-width: 520px;
}

.license-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.license-icon-wrapper {
  border: 1px dashed #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.license-button-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-content {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.style-guide-tag-wrapper {
  margin-bottom: 60px;
}

.style-guide-tag {
  color: #214442;
  text-transform: capitalize;
  border: 1px solid #214442;
  border-radius: 100px;
  padding: 5px 35px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.style-guide-color-plate-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-color-plate {
  border-radius: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
}

.style-guide-color-plate._1 {
  background-color: #f4efe9;
  border: 1px solid #21444226;
}

.style-guide-color-plate._2 {
  background-color: #fff;
}

.style-guide-color-plate._3 {
  background-color: #214442;
}

.style-guide-color-code {
  color: #214442;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.style-guide-color-code.white {
  color: #fff;
}

.style-guide-heading-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.typography-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.typography-title {
  color: #214442;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.typography-text-block {
  color: #214442;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.contact-us-content {
  grid-row-gap: 170px;
  flex-direction: column;
  display: flex;
}

.contact-us-section-title-wrapper {
  text-align: center;
  margin-bottom: 45px;
}

.contact-us-section-title {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-form-wrapper {
  background-color: #fff;
  padding: 110px;
}

.contact-us-form-block {
  margin-bottom: 0;
}

.contact-us-form {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.contact-us-form-single-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.contact-us-form-single {
  width: 100%;
}

.contact-us-field-label {
  color: #214442;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.contact-us-text-field {
  color: #214442;
  border: 1px solid #21444226;
  border-radius: 100px;
  height: 65px;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 18px;
  line-height: 28px;
}

.contact-us-text-field::placeholder {
  color: #214442;
}

.contact-us-textarea {
  color: #214442;
  border: 1px solid #21444226;
  border-radius: 30px;
  min-width: 100%;
  max-width: 100%;
  min-height: 295px;
  margin-bottom: 0;
  padding: 25px;
  font-size: 18px;
}

.contact-us-textarea::placeholder {
  color: #214442;
}

.shop-collection-list {
  grid-column-gap: 28px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-image-wrapper {
  border-radius: 310px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image {
  width: 100%;
}

.product-image-shape {
  z-index: 2;
  opacity: 0;
  background-color: #21444233;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 600px;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  inset: auto;
}

.product-name-price-wrap {
  text-align: center;
}

.product-name {
  color: #214442;
  letter-spacing: -.32px;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
}

.product-price {
  color: #214442;
  font-size: 20px;
  font-weight: 400;
}

.products-details-top-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1275px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products-details-image-wrapper {
  width: 100%;
  max-width: 600px;
}

.products-details-image {
  width: 100%;
}

.products-details-typography-wrapper {
  width: 100%;
  max-width: 595px;
}

.products-details-name {
  color: #214442;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.products-details-price {
  color: #214442;
  margin-bottom: 25px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.products-details-description {
  color: #214442;
  margin-bottom: 65px;
  font-size: 18px;
  line-height: 28px;
}

.products-details-quantity-text {
  color: #214442;
  margin-bottom: 24px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.products-details-quantity-field {
  color: #214442;
  background-color: #fff0;
  border-style: solid;
  border-color: #21444226;
  border-radius: 100px;
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.products-details-add-to-cart-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #214442;
  border-radius: 100px;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.products-details-default {
  margin-bottom: 0;
}

.products-details-bottom-content {
  width: 100%;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.products-details-content {
  grid-row-gap: 140px;
  flex-direction: column;
  display: flex;
}

.products-details-rich-content h2 {
  color: #214442;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.products-details-rich-content p {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.products-details-rich-content ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.products-details-rich-content li {
  color: #214442;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.services-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-details-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.service-details-name-description-wrapper {
  width: 100%;
  max-width: 900px;
}

.service-details-name {
  color: #214442;
  margin-bottom: 5px;
  font-size: 60px;
  line-height: 70px;
}

.service-details-description-text {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.service-details-element-image-wrapper {
  display: block;
}

.service-details-image-wrapper {
  margin-bottom: 65px;
}

.service-details-image {
  width: 100%;
}

.service-details-rich-content-wrapper {
  max-width: 1090px;
}

.service-details-rich-content h2 {
  color: #214442;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
}

.service-details-rich-content p {
  color: #214442;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.service-details-rich-content ol {
  padding-left: 20px;
}

.service-details-rich-content ul {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.service-details-rich-content li {
  color: #214442;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.team-member-collection {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-single {
  position: relative;
  overflow: hidden;
}

.team-member-image {
  width: 100%;
}

.team-member-infermation-wrapper {
  background-image: url('../images/Team-Member-Infermation-Card-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 20px;
}

.team-member-infermation-single {
  grid-row-gap: 75px;
  flex-direction: column;
  display: flex;
}

.team-member-name-bio-wrapper {
  text-align: center;
}

.team-member-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
}

.team-member-bio-text {
  color: #d3dad9;
  font-size: 18px;
}

.team-member-social-media-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-social-media-wrapper.left {
  justify-content: flex-start;
}

.team-member-social-media-link {
  color: #fff;
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.team-member-social-media-link:hover {
  color: #214442;
  background-color: #fff;
}

.team-member-social-media-icon {
  font-family: "Fa Brands 400", sans-serif;
}

.team-member-signature {
  color: #fff;
  font-family: Cedarville Cursive, sans-serif;
  font-size: 32px;
  line-height: 42px;
  position: absolute;
  inset: auto 10px 55px auto;
  transform: rotate(-39.7deg);
}

.team-details-content {
  justify-content: space-between;
  display: flex;
}

.team-details-image-wrapper {
  width: 100%;
  max-width: 620px;
  position: sticky;
  top: 140px;
}

.team-details-social-media {
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 40px 40px auto;
}

.team-details-social-media-icon {
  color: #214442;
  border: 1px solid #0000001f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.team-details-typography-wrapper {
  width: 100%;
  max-width: 630px;
}

.team-details-name-bio-wrapper {
  margin-bottom: 45px;
}

.team-details-name {
  color: #214442;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.team-details-bio {
  color: #214442;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.team-details-description-text-wrapper {
  border-bottom: 1px solid #21444226;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.team-details-description-text {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.team-details-rich-content h2 {
  color: #04313f;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
}

.team-details-rich-content p {
  color: #214442;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.team-details-rich-content h3 {
  color: #214442;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 42px;
}

.team-details-rich-content li {
  color: #214442;
  font-size: 20px;
}

.team-details-rich-content ul {
  grid-row-gap: 7px;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.contact-us-form-submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #214442;
  border-radius: 100px;
  padding: 19px 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.contact-us-infermation-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-us-infermation-single {
  border: 1px solid #214442;
  border-radius: 320px;
  padding-top: 85px;
  padding-bottom: 105px;
}

.contact-us-infermation-image-wrapper {
  text-align: center;
  margin-bottom: 15px;
}

.contact-us-office-name-wrapper {
  text-align: center;
  margin-bottom: 35px;
}

.contact-us-office-name {
  color: #214442;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.contact-us-office-details-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-us-details-single {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.contact-us-details-icon-wrap {
  background-color: #214442;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.contact-us-details-text-wrapper {
  max-width: 200px;
}

.contact-us-details-text {
  color: #214442;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.blog-details-content {
  grid-row-gap: 70px;
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-details-tag {
  color: #214442;
  text-transform: capitalize;
  border: 1px solid #214442;
  border-radius: 100px;
  margin-bottom: 25px;
  padding: 11px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.blog-details-name {
  color: #214442;
  margin-bottom: 70px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.blog-details-author-wrapper {
  border-bottom: 1px solid #21444226;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.blog-details-author-name-image-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-details-author-name {
  color: #214442;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.blog-details-author-bio-text {
  color: #214442;
  font-size: 18px;
  font-weight: 400;
}

.blog-details-author-bio {
  color: #214442;
  font-size: 20px;
}

.blog-details-rich-content h2 {
  color: #214442;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.blog-details-rich-content p {
  color: #214442;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-rich-content li {
  color: #214442;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.blog-details-rich-content ul {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 22px;
  display: flex;
}

.blog-details-rich-content blockquote {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #214442;
  background-image: url('../images/Blog-Details-Quote-Image-.svg');
  background-position: 50% 70px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  border-radius: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 135px 135px 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
}

.blog-details-rich-content figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.checkout-header {
  padding: 20px 15px;
}

.checkout-header-heading {
  color: #214442;
  font-size: 34px;
  line-height: 44px;
}

.checkout-content {
  padding: 20px 15px;
}

.checkout-input-field {
  background-color: #fff;
  border-color: #21444226;
  border-radius: 100px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-sticky {
  top: 140px;
}

.checkout-button {
  color: #fff;
  background-color: #214442;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 500;
}

.blog-content {
  grid-row-gap: 170px;
  flex-direction: column;
  display: flex;
}

.blog-main-section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.blog-main-section-title {
  color: #214442;
  font-family: Marcellus, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.blog-categories-wrapper {
  width: 100%;
  max-width: 560px;
}

.blog-categories-collection-list, .blog-categories-collection-item {
  grid-column-gap: 15px;
  display: flex;
}

.blog-categories-button {
  color: #214442;
  background-color: #fff0;
  border: 1px solid #21444226;
  border-radius: 100px;
  padding: 16px 30px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.blog-categories-button.w--current {
  color: #f4efe9;
  background-color: #214442;
}

.blog-collection-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-link {
  display: block;
}

.blog-post-main-image {
  width: 100%;
}

.blog-post-typography-wrapper {
  background-color: #fff;
  padding: 35px 20px;
}

.blog-post-categories-button {
  margin-bottom: 20px;
}

.blog-post-categories-button-text {
  color: #214442;
  border: 1px solid #214442;
  border-radius: 100px;
  padding: 11px 25px;
  font-size: 18px;
  line-height: 100%;
  display: inline-block;
}

.blog-post-name-wrap {
  margin-bottom: 20px;
}

.blog-post-author-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-post-author-image-wrap {
  width: 60px;
}

.blog-post-author-name {
  color: #214442;
  margin-bottom: 7px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.blog-post-author-bio {
  color: #214442;
  font-size: 16px;
  font-weight: 400;
}

.banner-content-hv2 {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.banner-typography-image-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-typography-hv2 {
  width: 100%;
  max-width: 800px;
}

.banner-heading {
  color: #214442;
  margin-bottom: 20px;
  font-size: 73px;
  line-height: 83px;
}

.banner-description-text {
  color: #214442;
  max-width: 730px;
  font-size: 20px;
  line-height: 30px;
}

.banner-image-wrap {
  width: 100%;
  max-width: 454px;
}

.banner-spa-image {
  width: 100%;
}

.banner-button-wrapper-hv2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.banner-button-wrapper-hv2.product {
  margin-top: 70px;
}

.banner-button-wrapper-hv2.services {
  margin-top: 80px;
}

.banner-button-wrapper-hv2.previwe {
  margin-top: 40px;
}

.banner-button-wrapper-hv2.mt60 {
  margin-top: 0;
}

.banner-button-wrapper-hv2.mt100 {
  margin-top: 100px;
}

.banner-button-wrapper-hv2.mt80 {
  margin-top: 80px;
}

.banner-button-single-hv2 {
  z-index: 1;
  grid-column-gap: 20px;
  background-color: #f4efe9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.banner-button-single-hv2.services {
  background-color: #214442;
}

.banner-button-line {
  background-color: #21444226;
  width: 100%;
  height: 1px;
  position: absolute;
}

.banner-button-line.services {
  background-color: #ffffff26;
}

.banner-bottom-content-hv2 {
  position: relative;
}

.banner-hero-image-content {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-hero-single {
  text-align: center;
  background-color: #f4efe9;
  border: 1px solid #21444233;
  border-radius: 260px;
  width: 100%;
  max-width: 360px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.banner-hero-single-content {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.banner-hero-single-image-wrap {
  margin-bottom: 15px;
}

.banner-hero-single-typography {
  margin-bottom: 20px;
}

.banner-single-hero-title {
  color: #214442;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

.banner-single-description {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.banner-hero-button-wrap {
  display: inline-block;
}

.banner-single-hero-image-wrap {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.banner-hero-img-single {
  border-radius: 260px;
}

.banner-hero-image-main-hv2 {
  background-color: #f4efe9;
  border-top: 1px solid #21444233;
  border-left: 1px solid #21444233;
  border-right: 1px solid #21444233;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 730px;
  display: flex;
  position: relative;
}

.banner-hero-main-image {
  width: 100%;
  min-width: 580px;
  position: absolute;
  inset: auto auto 0%;
}

.banner-circel-wrap {
  background-color: #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  inset: -20px 10px auto auto;
}

.blog-content-hv2 {
  z-index: 1;
  position: relative;
}

.blog-slider {
  background-color: #fff0;
  height: 100%;
}

.blog-single-hv2 {
  position: relative;
}

.pricing-plan-content {
  z-index: 1;
  position: relative;
}

.pricing-plan-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.testimonials-section-title-wrapper {
  margin-bottom: 50px;
}

.testimonials-section-title-wrapper.services {
  z-index: 1;
  position: relative;
}

.testimonials-section-title-description {
  text-align: center;
}

.testimonials-section-title {
  color: #fff;
  max-width: 655px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  line-height: 70px;
}

.testimonials-section-title.services {
  max-width: 660px;
}

.testimonials-section-title.team-member {
  max-width: 725px;
}

.testimonials-section-description-text {
  color: #d3dad9;
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.testimonials-tabs {
  flex-direction: column-reverse;
  display: flex;
}

.testimonials-tabs-menu {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.testimonials-tab-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0;
  overflow: hidden;
}

.testimonials-tab-link.w--current {
  background-color: #fff0;
  border-width: 3px;
}

.testimonials-single-content {
  text-align: center;
}

.testimonials-description {
  color: #fff;
  max-width: 1048px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.testimonials-name {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.testimonials-bio {
  color: #d3dad9;
  text-transform: capitalize;
  font-size: 20px;
}

.our-products-content {
  z-index: 1;
  position: relative;
}

.quantity-text-none {
  display: none;
}

.product-add-to-cart-button {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 19px 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.product-cart-btn-wrap {
  margin-bottom: 0;
}

.luxurious-place-top-content {
  margin-bottom: 160px;
}

.luxurious-place-menu-wrapper {
  grid-row-gap: 75px;
  flex-direction: column;
  display: flex;
}

.luxurious-place-top-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.luxurious-place-menu-single {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.luxurious-place-menu-name {
  z-index: 1;
  color: #214442;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.luxurious-place-menu-number {
  color: #214442;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.luxurious-place-line {
  background-color: #2144424d;
  width: 1px;
  height: 60px;
}

.luxurious-place-menu-image {
  opacity: 0;
  position: absolute;
  inset: 50% auto auto;
  transform: translate(0, -50%);
}

.luxurious-place-bottom-menu-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.luxurious-place-bottom-content {
  height: 350vh;
}

.luxurious-place-bottom-content.hv2 {
  height: auto;
}

.luxurious-place-single {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.luxurious-place-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.luxurious-place-typography-wrapper {
  background-color: #214442;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 40px;
}

.luxurious-place-typography-wrapper._2nd {
  padding-left: 40px;
  padding-right: 0;
}

.luxurious-place-typography-wrapper.team-member-image-hv1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 1060px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.luxurious-place-typography-single {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}

.luxurious-place-typography-single._2nd {
  margin-left: 0;
}

.luxurious-place-typography-single.absulote {
  position: absolute;
  inset: auto 40px auto auto;
}

.luxurious-place-typography-single.absulote._2, .luxurious-place-typography-single.absulote._3 {
  opacity: 0;
}

.luxurious-place-icon-wrapper {
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.luxurious-place-icon-single {
  border: 1px solid #ffffff26;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.luxurious-place-title-wrapper {
  text-align: center;
  margin-bottom: 75px;
}

.luxurious-place-title {
  color: #fff;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  line-height: 70px;
}

.luxurious-place-title._2nd {
  max-width: 350px;
}

.luxurious-place-title._3rd {
  max-width: 415px;
}

.choose-us-content-hv2 {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.luxurious-place-spa-image-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.luxurious-place-description-text {
  color: #d3dad9;
  max-width: 540px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.luxurious-place-button-wrap {
  display: inline-block;
}

.luxurious-place-image-wrap.hv2 {
  overflow: hidden;
}

.luxurious-place-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-slider-arrow {
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  inset: auto auto 120px 100px;
}

.blog-slider-arrow.right {
  left: 440px;
}

.blog-typography-hv2 {
  background-color: #214442e6;
  width: 100%;
  max-width: 500px;
  padding: 45px 40px 205px;
  position: absolute;
  inset: auto auto 60px 60px;
}

.blog-name-description-wrapper {
  border-bottom: 1px solid #ffffff26;
  margin-top: 25px;
  padding-bottom: 70px;
}

.blog-name {
  color: #fff;
  letter-spacing: -.32px;
  margin-bottom: 13px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
}

.blog-description-text {
  color: #d3dad9;
  font-size: 18px;
  line-height: 28px;
}

.blog-typography-line {
  background-color: #fff;
  width: 210px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 100px;
}

.about-us-services {
  background-color: #214442;
}

.services-content-hv2 {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
}

.services-content-single-hv2 {
  justify-content: space-between;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.services-single-content-hv2 {
  width: 100%;
  max-width: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.services-name-wrapper {
  margin-bottom: 30px;
}

.services-name {
  color: #fff;
  max-width: 200px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
  display: inline-block;
}

.services-image-link {
  margin-bottom: 30px;
  display: block;
}

.services-image-hv2 {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.services-description-text {
  color: #d3dad9;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.services-card-line {
  background-color: #ffffff26;
  width: 1px;
}

.team-member-section-title-wrapper {
  z-index: 1;
  border-bottom: 1px solid #21444226;
  margin-bottom: 60px;
  padding-bottom: 50px;
  position: relative;
}

.team-member-section-title {
  max-width: 600px;
  margin-bottom: 13px;
}

.team-member-section-description {
  color: #214442;
  max-width: 550px;
  font-size: 18px;
  line-height: 28px;
}

.team-member-slider-content {
  z-index: 1;
  position: relative;
}

.team-member-slider {
  background-color: #fff0;
  height: 100%;
}

.team-member-slider-arrow {
  border: 1px solid #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  inset: -200px 0% auto auto;
}

.team-member-slider-arrow.left {
  right: 270px;
}

.team-member-slide-grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.team-member-single-hv2 {
  text-align: center;
}

.team-member-single-hv2.mt-270 {
  margin-top: 270px;
}

.team-member-image-wrapper-hv2 {
  border-radius: 400px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.team-member-typography-hv2 {
  text-align: center;
  background-color: #214442;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  inset: 0%;
}

.team-member-typography-element-wrap {
  margin-bottom: 50px;
}

.team-member-social-media-hv2-wrap {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.team-member-social-media-link-hv2 {
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.team-member-signature-text {
  color: #fff;
  font-family: Cedarville Cursive, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  transform: rotate(-15deg);
}

.team-member-name-hv2 {
  color: #214442;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.team-member-bio-hv2 {
  color: #214442;
  font-size: 18px;
  font-weight: 400;
}

.team-member-slider-arrow-line {
  background-color: #214442;
  width: 150px;
  height: 1px;
  position: absolute;
  inset: auto 100px 100px auto;
}

.previwe-banner-content {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.previwe-banner-top-content {
  overflow: hidden;
}

.previwe-banner-image-wrapper {
  background-image: url('../images/Previwe-Banner-Image-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.previwe-banner-image-single {
  width: 100%;
  max-width: 660px;
}

.previwe-banner-image-single.middle {
  z-index: 1;
  max-width: 700px;
  margin-left: -120px;
  margin-right: -120px;
  position: relative;
}

.previwe-banner-image-single.left, .previwe-banner-image-single.right {
  margin-top: 100px;
}

.previwe-banner-image {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.previwe-features-content {
  z-index: 1;
  position: relative;
}

.previwe-features-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.previwe-features-single {
  text-align: center;
  background-color: #f4efe9;
  border: 1px solid #214442;
  border-radius: 320px;
  padding: 80px 50px 140px;
}

.previwe-features-icon-wrapper {
  background-color: #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.previwe-features-name-description {
  text-align: center;
}

.previwe-features-name {
  color: #214442;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
}

.previwe-features-description {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.previwe-features-description.last {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
}

.demo-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.single-demo {
  background-color: #d8cfc4;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.single-demo-image {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
}

.demo-shape-one {
  background-color: #214442;
  width: 100%;
  height: 51%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-shape-two {
  background-color: #214442;
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.demo-tag {
  z-index: 1;
  color: #214442;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: auto auto 100px -1px;
  box-shadow: 25px 0 60px #0000001a;
}

.figma-file-title {
  color: #214442;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
}

.figma-file-included-typography {
  max-width: 690px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.figma-file-included-content {
  background-image: url('../images/Figma-File-Included-Content-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.preview-banner-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.figma-file-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.figma-icon-wrap {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 150px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.figma-file-title-description {
  text-align: center;
  margin-bottom: 30px;
}

.figma-file-description {
  color: #214442;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.figma-file-image-wrapper {
  background-color: #214442;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.demo-single {
  width: 100%;
  max-width: 648px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.figma-file-description-gmail {
  color: #214442;
  font-weight: 500;
  text-decoration: none;
}

.preview-footer-bottom-content {
  z-index: 1;
  text-align: center;
  border-top: 1px solid #ffffff26;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.preview-footer-title-description {
  margin-bottom: 30px;
}

.preview-footer-title {
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: 13px;
  font-size: 60px;
  line-height: 70px;
}

.preview-footer-details-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.preview-footer-wrapper {
  position: relative;
}

.preview-footer-logo-link-block {
  margin-bottom: 40px;
}

.preview-footer-description {
  color: #fff;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.preview-footer-top-content {
  z-index: 1;
  text-align: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.preview-footer-details-text-link {
  color: #fff;
  font-weight: 500;
}

.about-us-content-hv2 {
  justify-content: space-between;
  max-width: 1530px;
  margin-bottom: -186px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-us-left-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 860px;
}

.about-us-subtitle {
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  margin-bottom: 25px;
  padding: 10px 20px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.about-us-title-hv2 {
  color: #fff;
  max-width: 808px;
  margin-bottom: 35px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.about-us-typography-button-img-wrap {
  margin-bottom: 62px;
  padding-left: 315px;
}

.about-us-button-link-hv2 {
  color: #fff;
  background-color: #22524f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 160px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  display: flex;
}

.about-us-button-text {
  text-align: center;
  max-width: 98px;
}

.about-us-counter-wrapper {
  border-bottom: 1px solid #21444226;
  padding-right: 90px;
}

.about-us-counter-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
}

.about-us-counter-single {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.about-us-counter-single.middle {
  justify-content: center;
}

.about-us-counter-single.padding {
  border-left: 1px solid #21444226;
  border-right: 1px solid #21444226;
  padding: 50px 25px;
}

.numbers {
  justify-content: flex-start;
  height: 46px;
  display: flex;
  overflow: hidden;
}

.numbers.two {
  align-items: center;
  height: 52px;
  overflow: hidden;
}

.number-categories {
  color: #214442;
  justify-content: center;
  align-items: center;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.number-digit {
  z-index: 1;
  color: #214442;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  position: relative;
}

.about-us-counter-details-text {
  color: #214442;
  text-transform: capitalize;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
}

.about-us-right-content {
  width: 100%;
  max-width: 640px;
}

.about-us-image-hv2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-tabs {
  grid-column-gap: 70px;
  grid-template: "Team-Member-Grid-Area"
  / 1fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.team-member-tabs-menu {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.team-member-tab-link {
  color: #ffffff80;
  text-transform: capitalize;
  background-color: #fff0;
  padding: 0;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
}

.team-member-tab-link.w--current {
  color: #fff;
  background-color: #fff0;
}

.team-member-single-hv1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-member-image-link-block {
  width: 100%;
  max-width: 450px;
  position: relative;
}

.team-member-image-hv1 {
  width: 100%;
}

.team-member-typography-wrap {
  width: 100%;
  max-width: 380px;
}

.team-member-bio-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.team-member-bio-line {
  background-color: #fff;
  width: 100%;
  max-width: 50px;
  height: 1px;
}

.team-member-bio-text-hv1 {
  color: #fff;
  font-family: Marcellus, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.team-member-description {
  color: #d3dad9;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 28px;
}

.preloader {
  z-index: 9999;
  background-color: #f4efe9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.preloader-logo-wrapper {
  width: 200px;
}

.choose-us-content-wrap {
  z-index: 1;
  grid-row-gap: 180px;
  flex-direction: column;
  width: 100%;
  max-width: 464px;
  display: flex;
  position: relative;
}

.choose-us-single-content {
  justify-content: space-between;
  display: flex;
}

.choose-us-title-description-wrap {
  width: 100%;
  max-width: 304px;
}

.choose-us-title-description-wrap.right-content {
  text-align: right;
}

.choose-us-title {
  color: #214442;
  margin-bottom: 14px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.choose-us-description-text {
  color: #214442;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.choose-us-icon-wrapper {
  background-color: #f4efe9;
  border-radius: 100%;
  width: 100%;
  max-width: 140px;
  height: 140px;
  padding: 10px;
}

.choose-us-icon-single {
  background-image: url('../images/Choose-Us-Icon-Border-Line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.choose-us-image-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% 0 auto;
  transform: translate(0, -50%);
}

.choose-us-image-hv2 {
  width: 100%;
}

.choose-us-image-element {
  position: absolute;
  inset: auto 0 -5px;
}

.services-content-hv1._2 {
  z-index: 2;
  position: relative;
}

.services-content-hv1._3 {
  z-index: 3;
  position: relative;
}

.services-content-hv1._4 {
  z-index: 4;
  position: relative;
}

.services-card {
  background-color: #2c605d;
  border-radius: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-card._1 {
  background-color: #22524f;
}

.services-card._2 {
  background-color: #265956;
}

.services-card._3 {
  background-color: #2c605d;
}

.services-card-single {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-card-image-wrapper {
  border-radius: 300px;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
}

.services-card-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.services-card-name-details-wrapper {
  width: 100%;
  max-width: 480px;
}

.services-card-name {
  color: #fff;
  margin-bottom: 25px;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.services-card-name:hover {
  color: #d8cfc4;
}

.services-card-description {
  color: #d3dad9;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.tertiary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #214442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tertiary-button-text {
  z-index: 1;
  max-width: 135px;
  position: relative;
}

.tertiary-button-text.text-width-153 {
  max-width: 153px;
}

.tranquility-content {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tranquility-image {
  width: 100%;
  height: 100%;
}

.tranquility-tabs-wrapper {
  height: 100%;
}

.tranquility-tab-menu {
  z-index: 1;
  height: 100%;
}

.tranquility-tab-link {
  background-color: #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.tranquility-tab-link.w--current {
  background-color: #214442;
}

.tranquility-tab-link._1 {
  position: absolute;
  inset: 140px auto auto 425px;
}

.tranquility-tab-link._2 {
  position: absolute;
  inset: 238px auto auto 127px;
}

.tranquility-tab-link._3 {
  position: absolute;
  inset: auto auto 259px 307px;
}

.tranquility-tab-link._4 {
  position: absolute;
  inset: 294px 303px auto auto;
}

.tranquility-tab-link._5 {
  position: absolute;
  inset: auto 62px 274px auto;
}

.tranquility-tabs-wrapper-main {
  position: absolute;
  inset: 0%;
}

.tranquility-tab-content {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.tranquility-tab-pane {
  width: 100%;
  max-width: 370px;
}

.tranquility-tab-pane._1 {
  z-index: 2;
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: -85px 140px auto auto;
}

.tranquility-tab-pane._2 {
  z-index: 1;
  position: absolute;
  inset: -85px auto auto -30px;
}

.tranquility-tab-pane._3 {
  position: absolute;
  inset: auto auto 200px 100px;
}

.tranquility-tab-pane._4 {
  position: absolute;
  inset: -80px -30px auto auto;
}

.tranquility-tab-pane._5 {
  position: absolute;
  inset: 0% -30px auto auto;
}

.tranquility-tab-single {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 370px;
  min-height: 420px;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
  position: relative;
}

.tranquility-title {
  color: #214442;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.tranquility-description-text {
  color: #214442;
  font-size: 18px;
  line-height: 28px;
}

.tranquility-content-close {
  cursor: pointer;
  background-color: #214442;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 35px 40px auto;
}

.banner-circel-element {
  position: absolute;
  inset: 267px auto auto 0%;
}

.banner-circel-element._1 {
  transform: rotate(8.85deg);
}

.banner-circel-element._2 {
  inset: 271px 0% auto auto;
  transform: rotate(-15.22deg);
}

.features-demo-element-shape {
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-element-shape-one {
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-element-shape-two {
  position: absolute;
  inset: auto 0% 0% auto;
}

.tertiary-button-shape {
  opacity: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
}

.services-card-main {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 140px;
}

.about-us-element-one {
  position: absolute;
  inset: auto auto 45px 280px;
}

.about-us-element-two {
  position: absolute;
  inset: auto 280px 45px auto;
}

.services-element-one {
  position: absolute;
  inset: 290px auto auto 0%;
}

.services-element-two {
  position: absolute;
  inset: 195px 0% auto auto;
}

.tranquility-element-one {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tranquility-element-two {
  z-index: -1;
  position: absolute;
  inset: auto 0% 30px auto;
}

.tranquility-element-three {
  position: absolute;
  inset: auto auto 150px 0%;
}

.choose-us-slider-arrow {
  border: 1px solid #214442;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .45s;
  display: flex;
  inset: -150px 300px auto auto;
}

.choose-us-slider-arrow:hover {
  background-color: #214442;
  border-color: #214442;
}

.choose-us-slider-arrow.left {
  right: 570px;
}

.choose-arrow-us-line {
  background-color: #214442;
  width: 100%;
  max-width: 150px;
  height: 1px;
  position: absolute;
  inset: auto 400px 50px auto;
}

.choose-us-slider-arrow-white {
  position: absolute;
}

.choose-us-element-one {
  position: absolute;
  inset: 100px 665px auto auto;
}

.choose-us-element-two {
  height: 102%;
  position: absolute;
  inset: -30px auto auto 0%;
}

.luxurious-service-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 1060px;
  display: flex;
  position: relative;
}

.luxurious-service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.luxurious-service-image._2, .luxurious-service-image._3 {
  opacity: 0;
}

.luxurious-sticky-content {
  position: sticky;
  top: 140px;
}

.luxurious-service-tag-number-wrap {
  text-align: center;
  background-color: #f4efe9;
  border: 1px solid #214442;
  border-radius: 270px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: auto;
}

.luxurious-service-tag-text {
  color: #214442;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.luxurious-service-tag-icon {
  margin-bottom: 25px;
}

.luxurious-service-number-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.luxurious-service-number-single {
  width: 71px;
  height: 52px;
  position: relative;
  overflow: hidden;
}

.luxurious-service-number-text {
  color: #214442;
  font-family: Marcellus, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.luxurious-service-number-text._2, .luxurious-service-number-text._3 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.luxurious-place-element, .testimonial-element-two, .pricing-package-element-one {
  position: absolute;
  inset: auto auto 0% 0%;
}

.pricing-package-element-two {
  position: absolute;
  inset: auto 0% 60px auto;
}

.blog-element1 {
  position: absolute;
  inset: 335px auto auto 315px;
}

.blog-element2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-element3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.instagram-post-element {
  position: absolute;
  inset: -30px auto auto 460px;
}

.instagram-post-element-two {
  position: absolute;
  inset: 265px 0% auto auto;
}

.banner-element {
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-element-line {
  width: 100%;
  position: absolute;
  inset: 195px auto auto 0%;
}

.blog-hv2-element1 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.hv2-pricing-plan-element {
  position: absolute;
  inset: 0% auto auto 0%;
}

.team-member-element-one {
  position: absolute;
  inset: 160px auto auto 0%;
}

.team-member-element-two {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.our-products-element-line1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.our-products-element-line2 {
  position: absolute;
  inset: 349px 0% auto auto;
}

.mobile-button {
  display: none;
}

.dropdown-pd.pd-60px {
  background-color: #060606;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  background-color: #fff;
  border: 1px solid #3224751a;
  padding: 20px;
}

.dropdown-pd.pd-60px {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  padding: 40px;
}

.dropdown-toggle-homes {
  color: #214442;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  transition: all .35s;
  display: flex;
}

.dropdown-toggle-homes:hover {
  color: #d8cfc4;
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: #04313f;
  letter-spacing: -.36px;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover, .dropdown-menu-text-link.w--current {
  color: #d8cfc4;
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-toggle-arrow-2 {
  margin-left: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
}

.dropdown-column-wrapper-2 {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper-2.homes-page {
  width: 160px;
  left: -40px;
  transform: none;
}

.dropdown-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-title-wrapper {
  margin-bottom: 30px;
}

.more-temple-wrapper {
  display: inline-block;
}

.dropdown-title {
  color: #000b22;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.dropdown-menu-cms {
  color: #214442;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.dropdown-menu-cms-line {
  background-color: #214442;
  width: 10px;
  height: 1px;
}

.more-temple-text-link-boder {
  background-color: #214442;
  width: 100%;
  height: 1px;
}

.dropdown-toggle {
  color: #214442;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #d8cfc4;
}

.more-temple-text-link {
  color: #214442;
  letter-spacing: -.36px;
  font-size: 18px;
  text-decoration: none;
}

.dropdown-menu-text-link-2 {
  grid-column-gap: 10px;
  color: #214442;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link-2:hover {
  color: #d8cfc4;
}

.dropdown-menu-text-link-2.mb0 {
  margin-bottom: 0;
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.navbar-right-content {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.navbar-cart-button {
  background-color: #fff0;
  border: 1px solid #00170d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

.cart-quantity {
  color: #fff;
  background-color: #214442;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: -8px 0% auto auto;
}

.contact-us-schedule-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.contact-us-schedule-title {
  color: #214442;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.contact-us-schedule-description {
  float: left;
  color: #214442;
  width: 100%;
  max-width: 10000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.contact-us-schedule-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-us-schedule-image-wrap {
  width: 100%;
  max-width: 650px;
}

.contact-us-schedule-image {
  width: 100%;
}

.contact-us-schedule-day-time {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 585px;
  display: flex;
}

.contact-us-schedule-day-time-single {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-us-schedule-date {
  color: #214442;
  font-size: 24px;
  line-height: 34px;
}

.contact-us-schedule-time {
  color: #214442;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.cart-header {
  border-bottom-color: #00000026;
  padding: 25px 20px;
}

.cart-container {
  min-width: 550px;
  max-width: 550px;
}

.cart-title {
  color: #214442;
  font-size: 42px;
  line-height: 52px;
}

.cart-close-button-icon {
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-item {
  align-items: center;
}

.cart-priceing-name {
  color: #214442;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.cart-image-wrap {
  background-color: #f4efe9;
  border-radius: 100px;
  width: 100px;
  padding: 1px;
}

.cart-image {
  width: 100%;
}

.cart-price {
  color: #214442;
  margin-bottom: 10px;
  font-size: 18px;
}

.cart-quantity-2 {
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  height: auto;
  padding: 0;
}

.cart-remove-button {
  color: #214442;
  font-size: 20px;
  font-weight: 400;
}

.cart-footer {
  border-top-color: #00000026;
  padding-top: 30px;
  padding-bottom: 30px;
}

.checkout-button-2 {
  color: #fff;
  background-color: #214442;
  border-radius: 100px;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 500;
}

.choose-us-name-wrapper-link {
  text-decoration: none;
}

.services-cards {
  height: 200vh;
}

.pricing-package-line {
  width: 100%;
  position: absolute;
  inset: 545px auto auto 0%;
}

.choose-us-white-icon {
  position: absolute;
}

.history-of-love-grid-wrapper {
  width: 130%;
  overflow: hidden;
}

.history-card-heading {
  color: #214442;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.singel-history-box {
  text-align: center;
  margin-top: 80px;
}

.singel-history-box.mt0 {
  margin-top: 0;
}

.history-card-paragraph-text {
  color: #214442;
  max-width: 300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.year-text {
  color: #214442;
  margin-bottom: 30px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.year-text.mt30 {
  margin-top: 30px;
  margin-bottom: 0;
}

.year-boder {
  background-color: #214442;
  width: 1px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.boder-circle {
  background-color: #214442;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  margin-left: auto;
  margin-right: auto;
}

.boder-circle.mt-4 {
  margin-top: -4px;
}

.history-of-love-grid-singel-wrapper.boder {
  border-top: 1px solid #55290226;
}

.history-of-love-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.history-card {
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.history-card.mt45 {
  margin-top: 45px;
}

.product-hover-image {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.about-relaxation {
  grid-column-gap: 50px;
  align-items: center;
  max-width: 1635px;
  margin-top: 200px;
  margin-left: auto;
  padding-top: 53px;
  padding-left: 15px;
  display: flex;
  overflow: hidden;
}

.about-relaxation-title-wrapper {
  width: 100%;
  max-width: 575px;
}

.about-relaxation-button-wrap {
  margin-top: 25px;
  display: inline-block;
}

.about-relaxation-image-wrapper {
  width: 100%;
  max-width: 995px;
  display: flex;
  position: relative;
}

.about-relaxation-single-image {
  flex: none;
  margin-right: 25px;
}

.about-circel {
  position: absolute;
  inset: -53px auto auto -65px;
}

.products-category {
  margin-bottom: 50px;
}

.products-category-collection-list {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.products-category-link {
  color: #214442;
  font-size: 20px;
  text-decoration: none;
}

.products-category-link.w--current {
  text-decoration: underline;
}

.about-us-futures-link, .header-phone, .header-email {
  text-decoration: none;
}

.license-description-wrapper {
  text-align: center;
  max-width: 650px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  font-size: 12px;
  line-height: 18px;
}

.checkbox {
  margin-top: 2.5px;
}

@media screen and (min-width: 1920px) {
  .top-navigation {
    z-index: 2147483647;
    position: sticky;
    top: 0;
  }

  .navbar {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: sticky;
    top: 64px;
  }

  .section.cta {
    height: auto;
    margin-bottom: -50px;
  }

  .section.about-us {
    margin-bottom: -160px;
  }

  .section.appointment {
    line-height: 15px;
  }

  .section.testimonial-section {
    opacity: 1;
    border-radius: 0;
    width: auto;
    height: 1000px;
    margin-top: -30px;
  }

  .appointment-form-wrapper {
    margin-bottom: auto;
  }

  .appointment-form-title {
    opacity: 1;
    border-radius: 0;
  }

  .about-us-content-hv2 {
    margin-right: 120px;
  }

  .banner-circel-element._1 {
    top: 304px;
    left: -5px;
  }

  .banner-circel-element._2 {
    top: 307px;
    right: -5px;
  }

  .pricing-package-line {
    top: 545px;
  }

  .history-of-love-grid-wrapper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .checkbox-label {
    text-align: left;
    margin-top: -50px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .checkbox {
    margin-top: -15.5px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    height: auto;
  }

  .top-navigation-left-content {
    grid-column-gap: 15px;
  }

  .navigation-single-contact {
    grid-column-gap: 5px;
  }

  .navigation-contact-icon {
    width: 18px;
  }

  .navigation-contact-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .navigation-line {
    height: 20px;
  }

  .top-navigation-right-content {
    grid-column-gap: 20px;
    padding: 15px;
  }

  .navigation-social-media-wrapper {
    font-size: 18px;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-single-content {
    grid-column-gap: 12px;
    display: flex;
  }

  .nav-menu {
    background-color: #214442;
    max-height: 90vh;
    padding: 30px 20px;
    overflow: auto;
  }

  .nav-link {
    color: #fff;
    margin-bottom: 20px;
  }

  .primary-button {
    padding: 18px 30px;
    font-size: 17px;
  }

  .primary-button.desktop {
    display: none;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.instagram-post {
    padding-top: 100px;
  }

  .section.about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-section {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .section.blog-section.main {
    padding-bottom: 100px;
  }

  .section.appointment {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.testimonial-section {
    height: 1550px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pricing-package, .section.choose-us, .section.inner-banner-section, .section.not-found, .section.password, .section.changelog, .section.license, .section.style-guide, .section.contact-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.shop, .section.products-details, .section.services-section {
    padding-top: 100px;
  }

  .section.service-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-member-section, .section.team-details, .section.blog-details {
    padding-top: 100px;
  }

  .section.banner-section-hv2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-section-hv2 {
    padding-bottom: 100px;
  }

  .section.pricing-plan {
    padding-top: 100px;
  }

  .section.testimonials, .section.our-products {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.luxurious-place {
    padding-top: 100px;
  }

  .section.choose-us-section {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .section.services-hv2, .section.team-member-hv2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.previwe-features, .section.demo-section {
    padding-top: 100px;
  }

  .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 100px;
  }

  .section.preview-footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .section.about-us-hv2 {
    padding-bottom: 100px;
  }

  .section.team-member-hv1, .section.services-section-hv1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.tranquility-section {
    padding-top: 100px;
  }

  .section.blog-category {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.history {
    padding-bottom: 100px;
  }

  .banner-hero-image-wrapper {
    margin-bottom: 20px;
  }

  .banner-hero-image {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-typography-wrapper {
    max-width: 730px;
  }

  .banner-title {
    margin-bottom: 15px;
    font-size: 58px;
    line-height: 68px;
  }

  .banner-description.previwe {
    max-width: 595px;
    font-size: 20px;
    line-height: 30px;
  }

  .banner-content.previwe {
    padding-top: 80px;
  }

  .banner-line-shape {
    top: 175px;
  }

  .banner-circel-shape {
    width: 480px;
    height: 700px;
  }

  .banner-element-one, .banner-element-two {
    display: none;
  }

  .banner-ticker-wrapper {
    padding: 20px 40px;
    bottom: 40px;
  }

  .footer-top-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-details {
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .footer-social-media-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-social-media-link {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .footer-logo-wrapper {
    border-left-style: none;
    border-right-style: none;
    order: -1;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-form-wrapper {
    max-width: 100%;
  }

  .footer-menu-wrapper {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .footer-bottom-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-menu-details-wrapper {
    max-width: 620px;
  }

  .footer-menu {
    max-width: 100%;
  }

  .footer-menu-list-wrapper, .footer-contact-info-wrapper {
    grid-row-gap: 15px;
  }

  .footer-infermation-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-element-one, .footer-element-two {
    display: none;
  }

  .cta-content {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    padding: 40px 60px;
  }

  .cta-title-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-title {
    font-size: 48px;
    line-height: 58px;
  }

  .cta-description-button-wrapper {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-description-text {
    margin-bottom: 20px;
  }

  .cta-element-wrapper {
    display: none;
  }

  .instagram-section-title-wrapper {
    text-align: center;
  }

  .title-element {
    margin-bottom: 20px;
  }

  .title-element-line {
    width: 120px;
  }

  .instagram-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .instagram-single-content.left {
    grid-row-gap: 20px;
    max-width: 265px;
  }

  .instagram-single-content.middle {
    max-width: 452px;
  }

  .instagram-single-content.right {
    max-width: 100%;
  }

  .instagram-single.last {
    width: 50%;
  }

  .gallery-background-shape.right {
    width: 900px;
    height: 900px;
  }

  .gallery-background-shape.last {
    width: 550px;
    height: 550px;
  }

  .single-track-wrap {
    margin-right: 30px;
  }

  .track-title-tag {
    font-size: 28px;
    line-height: 38px;
  }

  .about-us-section-title-wrapper {
    margin-bottom: 40px;
  }

  .about-us-section-title {
    max-width: 720px;
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-top-content {
    margin-bottom: 60px;
  }

  .about-us-bottom-content {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-futures-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .about-us-futures-number {
    font-size: 62px;
  }

  .section-title-wrapper.choose-us {
    margin-bottom: 60px;
  }

  .section-title-wrapper.mobile-mb20 {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-post-single {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .single-blog-post {
    padding: 20px 40px;
  }

  .blog-post-name-wrapper {
    max-width: 100%;
  }

  .blog-post-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-post-name.main {
    font-size: 24px;
    line-height: 34px;
  }

  .single-blog-post-date-tag-wrap {
    grid-column-gap: 10px;
  }

  .single-blog-post-tag {
    font-size: 18px;
  }

  .blog-post-right-content {
    max-width: 100%;
  }

  .blog-single-image._2 {
    object-fit: cover;
    width: 100%;
  }

  .blog-typography {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .appointment-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .appointment-content.left {
    text-align: center;
    max-width: 100%;
  }

  .appointment-content.right {
    max-width: 100%;
  }

  .appointment-title-tag-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }

  .appointment-title {
    font-size: 48px;
    line-height: 58px;
  }

  .appointment-description {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .appointment-schedules {
    margin-bottom: 40px;
  }

  .appointment-schedule-list {
    grid-row-gap: 10px;
  }

  .appointment-schedule-item {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .appointment-schedule-time {
    font-size: 20px;
    line-height: 30px;
  }

  .appointment-form-wrapper {
    padding: 40px 30px;
  }

  .testimonial-section-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .testimonial-description {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-content {
    border-top-style: none;
    border-bottom-style: none;
    padding-bottom: 100px;
  }

  .testimonial-slider-arrow.left {
    width: 60px;
    height: 60px;
    inset: auto 80px -100px 0;
  }

  .testimonial-slider-arrow.right {
    width: 60px;
    height: 60px;
    inset: auto 0 -100px 80px;
  }

  .testimonial-single {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .testimonial-image-wrapper {
    border: 1px solid #21444226;
    max-width: 100%;
    padding: 30px;
  }

  .testimonial-typography-wrapper {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .testimonial-quote-text {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-author-name {
    font-size: 36px;
    line-height: 46px;
  }

  .testimonial-slider-arrow-line {
    display: none;
  }

  .testimonial-man-element {
    display: none;
    bottom: 0;
  }

  .pricing-package-top-content {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .pricing-package-top-content.tranquility {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .pricing-package-title-wrapper {
    text-align: center;
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-package-title {
    font-size: 46px;
    line-height: 56px;
  }

  .pricing-package-description {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-package-element-image-wrapper.tranquility, .pricing-package-element-image {
    display: none;
  }

  .pricing-package-tab-menu {
    grid-column-gap: 10px;
    margin-bottom: 60px;
  }

  .pricing-package-tab-link {
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 500;
  }

  .pricing-package-single {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .pricing-package-typography {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .choose-us-content {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
  }

  .choose-us-section-title-wrapper {
    text-align: center;
    max-width: 750px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-section-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .choose-us-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-slider-content {
    padding-bottom: 100px;
  }

  .choose-us-typography {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-banner-title {
    font-size: 48px;
    line-height: 52px;
  }

  .inner-banner-text-link {
    font-size: 18px;
    line-height: 28px;
  }

  .not-found-image-wrapper {
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .not-found-title {
    font-size: 48px;
    line-height: 58px;
  }

  .not-found-description {
    margin-bottom: 20px;
  }

  .password-wrapper {
    border-radius: 0;
    max-width: 650px;
    padding: 60px;
  }

  .password-image-wrapper {
    max-width: 150px;
    height: 150px;
    margin-bottom: 30px;
  }

  .password-image {
    width: 60px;
  }

  .password-text-field {
    margin-bottom: 20px;
  }

  .changelog-line {
    display: none;
  }

  .changelog-content {
    grid-row-gap: 35px;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .changelog-single-wrapper {
    max-width: 100%;
  }

  .changelog-single-content {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 100%;
  }

  .license-content {
    grid-row-gap: 80px;
  }

  .license-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .license-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .license-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-content {
    grid-row-gap: 60px;
  }

  .style-guide-tag-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-tag {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 20px;
  }

  .style-guide-color-plate {
    min-height: 130px;
  }

  .style-guide-color-code {
    font-size: 28px;
  }

  .style-guide-heading-wrapper {
    grid-row-gap: 10px;
  }

  .style-guide-button-wrapper {
    grid-column-gap: 20px;
  }

  .contact-us-content {
    grid-row-gap: 100px;
  }

  .contact-us-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .contact-us-form-wrapper {
    padding: 60px 40px;
  }

  .contact-us-text-field {
    height: 58px;
  }

  .contact-us-textarea {
    border-radius: 20px;
    min-height: 180px;
    padding: 15px;
  }

  .shop-content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .products-details-top-content {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .products-details-image-wrapper, .products-details-typography-wrapper, .products-details-bottom-content {
    max-width: 100%;
  }

  .products-details-content {
    grid-row-gap: 100px;
    max-width: 768px;
  }

  .services-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-name-description-wrapper {
    max-width: 550px;
  }

  .service-details-name {
    font-size: 46px;
  }

  .service-details-image-wrapper {
    margin-bottom: 40px;
  }

  .service-details-rich-content h2 {
    font-size: 36px;
  }

  .service-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-collection {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-infermation-single {
    grid-row-gap: 40px;
  }

  .team-member-name {
    font-size: 28px;
    line-height: 38px;
  }

  .team-member-signature {
    font-size: 26px;
  }

  .team-details-content {
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-details-image-wrapper {
    max-width: 100%;
  }

  .team-details-image {
    width: 100%;
  }

  .team-details-typography-wrapper {
    max-width: 100%;
  }

  .team-details-name-bio-wrapper {
    margin-bottom: 25px;
  }

  .team-details-name {
    font-size: 48px;
    line-height: 58px;
  }

  .team-details-description-text-wrapper {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .contact-us-infermation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-infermation-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-details-content {
    grid-row-gap: 50px;
  }

  .blog-details-name {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 52px;
  }

  .blog-details-author-wrapper {
    padding-bottom: 25px;
  }

  .blog-details-author-name {
    font-size: 28px;
  }

  .blog-details-rich-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-details-rich-content blockquote {
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-content {
    grid-row-gap: 100px;
  }

  .blog-main-section-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .blog-main-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .blog-categories-collection-list {
    justify-content: center;
    align-items: center;
  }

  .blog-categories-button {
    padding: 15px 25px;
  }

  .blog-collection-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-typography-wrapper {
    padding: 30px 15px;
  }

  .blog-post-author-name {
    margin-bottom: 5px;
  }

  .banner-content-hv2 {
    grid-row-gap: 60px;
  }

  .banner-typography-image-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .banner-typography-hv2 {
    text-align: center;
    max-width: 740px;
  }

  .banner-heading {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .banner-image-wrap {
    max-width: 300px;
  }

  .banner-button-wrapper-hv2.services {
    margin-top: 60px;
  }

  .banner-button-wrapper-hv2.previwe {
    margin-top: 30px;
  }

  .banner-button-wrapper-hv2.mt60, .banner-button-wrapper-hv2.mt100 {
    margin-top: 40px;
  }

  .banner-button-wrapper-hv2.mt80 {
    margin-top: 60px;
  }

  .banner-bottom-content-hv2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-hero-image-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-hero-single, .banner-single-hero-image-wrap {
    max-width: 100%;
  }

  .banner-hero-image-main-hv2 {
    display: none;
  }

  .blog-slider-mask {
    padding-bottom: 130px;
  }

  .pricing-plan-grid {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .testimonials-section-title-wrapper.services {
    margin-bottom: 40px;
  }

  .testimonials-section-title, .testimonials-section-title.services {
    font-size: 48px;
    line-height: 58px;
  }

  .testimonials-section-title.team-member {
    max-width: 650px;
    font-size: 48px;
    line-height: 58px;
  }

  .testimonials-section-description-text {
    max-width: 550px;
  }

  .testimonials-tabs-menu {
    margin-top: 40px;
  }

  .testimonials-description {
    max-width: 630px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
  }

  .testimonials-name {
    font-size: 36px;
    line-height: 46px;
  }

  .luxurious-place-top-content {
    max-width: 768px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .luxurious-place-menu-wrapper {
    grid-row-gap: 40px;
  }

  .luxurious-place-menu-name {
    font-size: 32px;
    line-height: 42px;
  }

  .luxurious-place-line {
    display: none;
  }

  .luxurious-place-menu-image {
    width: 100px;
  }

  .luxurious-place-bottom-menu-wrapper {
    max-width: 600px;
  }

  .luxurious-place-grid {
    grid-template-columns: 1fr;
  }

  .luxurious-place-typography-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .luxurious-place-typography-wrapper._2nd {
    padding-left: 0;
  }

  .luxurious-place-typography-wrapper.team-member-image-hv1 {
    min-height: 950px;
    padding: 80px 15px;
  }

  .luxurious-place-typography-single, .luxurious-place-typography-single._2nd {
    margin-left: auto;
    margin-right: auto;
  }

  .luxurious-place-typography-single.absulote {
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .luxurious-place-title-wrapper {
    margin-bottom: 40px;
  }

  .choose-us-content-hv2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .luxurious-place-spa-image-wrap {
    margin-bottom: 40px;
  }

  .blog-slider-arrow.left {
    background-color: #214442;
    border-color: #214442;
    width: 65px;
    height: 65px;
    inset: auto 100px 0% 0%;
  }

  .blog-slider-arrow.right {
    background-color: #214442;
    border-color: #214442;
    width: 65px;
    height: 65px;
    inset: auto 0% 0% 100px;
  }

  .blog-typography-hv2 {
    max-width: 100%;
    padding-bottom: 45px;
    position: static;
  }

  .blog-name-description-wrapper {
    padding-bottom: 50px;
  }

  .blog-slider-arrow-icon {
    width: 24px;
  }

  .blog-typography-line {
    display: none;
  }

  .services-content-hv2 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .services-content-single-hv2 {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-single-content-hv2 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-single {
    width: 100%;
  }

  .services-name-wrapper {
    margin-bottom: 25px;
  }

  .services-name {
    max-width: 100%;
    font-size: 36px;
    line-height: 46px;
  }

  .services-image-link {
    width: 100%;
  }

  .services-image-hv2 {
    height: auto;
  }

  .services-card-line {
    display: none;
  }

  .team-member-section-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .team-member-section-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .team-member-section-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-slider-content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-slider-mask {
    padding-bottom: 140px;
  }

  .team-member-slider-arrow.left {
    width: 65px;
    height: 65px;
    inset: auto 100px 0% 0%;
  }

  .team-member-slider-arrow.right {
    width: 65px;
    height: 65px;
    inset: auto 0% 0% 100px;
  }

  .team-member-slide-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-member-single-hv2.mt-270 {
    margin-top: 0;
  }

  .team-member-slider-arrow-icon {
    width: 25px;
  }

  .team-member-slider-arrow-line {
    display: none;
  }

  .previwe-banner-content {
    grid-row-gap: 80px;
  }

  .previwe-banner-bottom-content {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .previwe-banner-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .previwe-banner-image-single.middle {
    max-width: 300px;
    margin-left: -80px;
    margin-right: -80px;
  }

  .previwe-banner-image-single.left, .previwe-banner-image-single.right {
    max-width: 280px;
    margin-top: 40px;
  }

  .previwe-features-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .previwe-features-single {
    border-radius: 200px;
    padding: 40px 25px 100px;
  }

  .previwe-features-icon-wrapper {
    width: 130px;
    height: 130px;
  }

  .previwe-features-icon {
    width: 50px;
  }

  .previwe-features-description {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .previwe-features-description.last {
    max-width: 285px;
  }

  .demo-grid {
    grid-row-gap: 24px;
  }

  .single-demo {
    padding: 20px;
  }

  .single-demo-image {
    border-radius: 10px;
  }

  .demo-tag {
    padding: 9px 20px;
    font-size: 18px;
    bottom: 40px;
  }

  .figma-file-title {
    font-size: 42px;
    line-height: 52px;
  }

  .figma-file-included-typography {
    max-width: 700px;
  }

  .figma-file-included-content {
    border-radius: 0;
    padding-top: 100px;
  }

  .figma-icon-wrap {
    max-width: 120px;
    height: 120px;
    margin-bottom: 25px;
  }

  .figma-file-title-description {
    margin-bottom: 25px;
  }

  .figma-file-description {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .figma-file-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-icon {
    width: 35px;
  }

  .demo-single {
    max-width: 360px;
    margin-top: 24px;
  }

  .preview-footer-title {
    font-size: 42px;
    line-height: 52px;
  }

  .preview-footer-logo-link-block {
    margin-bottom: 30px;
  }

  .preview-footer-top-content {
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-us-content-hv2 {
    flex-direction: column;
    max-width: 768px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-left-content {
    max-width: 100%;
  }

  .about-us-typography-wrap-hv2 {
    text-align: center;
  }

  .about-us-title-hv2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .about-us-typography-button-img-wrap {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .about-us-button-link-hv2 {
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-counter-wrapper {
    display: none;
  }

  .about-us-counter-grid {
    grid-template-columns: 1fr max-content;
  }

  .numbers.two {
    justify-content: center;
    max-width: 215px;
    height: 92px;
  }

  .number-categories, .number-digit {
    color: #fff;
    font-size: 82px;
    line-height: 92px;
  }

  .about-us-right-content {
    max-width: 100%;
  }

  .team-member-tabs {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-member-tabs-menu {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .team-member-tab-link {
    font-size: 36px;
    line-height: 46px;
  }

  .team-member-single-hv1 {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .team-member-typography-wrap {
    max-width: 450px;
  }

  .team-member-description {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .choose-us-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .choose-us-single-content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .choose-us-single-content.change {
    flex-direction: column;
  }

  .choose-us-title-description-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .choose-us-title-description-wrap.right-content {
    text-align: center;
  }

  .choose-us-image-wrap {
    display: none;
  }

  .services-content-hv1 {
    position: static;
  }

  .services-card {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-card-single {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .services-card-name-details-wrapper {
    text-align: center;
    max-width: 630px;
  }

  .services-card-name {
    margin-bottom: 20px;
  }

  .tertiary-button {
    width: 150px;
    height: 150px;
    font-size: 18px;
    line-height: 28px;
  }

  .tranquility-image-wrapper {
    display: none;
  }

  .tranquility-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .tranquility-tab-link.w--current {
    border: 2px solid var(--black);
  }

  .tranquility-tab-link._1, .tranquility-tab-link._2, .tranquility-tab-link._3, .tranquility-tab-link._4, .tranquility-tab-link._5, .tranquility-tabs-wrapper-main, .tranquility-tab-content {
    position: static;
  }

  .tranquility-tab-pane {
    max-width: 100%;
  }

  .tranquility-tab-pane._1 {
    max-width: 100%;
    position: static;
  }

  .tranquility-tab-pane._2, .tranquility-tab-pane._3, .tranquility-tab-pane._4, .tranquility-tab-pane._5 {
    position: static;
  }

  .tranquility-tab-single {
    max-width: 100%;
    min-height: auto;
    padding-bottom: 35px;
  }

  .tranquility-description-text {
    max-width: 400px;
  }

  .tranquility-content-close {
    display: none;
  }

  .banner-circel-element._1 {
    left: -8px;
  }

  .banner-circel-element._2 {
    right: -8px;
  }

  .features-demo-element-shape, .footer-element-shape-one, .footer-element-shape-two {
    display: none;
  }

  .tertiary-button-shape {
    width: 250px;
    height: 250px;
  }

  .services-card-main {
    grid-row-gap: 30px;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-element-one {
    display: none;
    left: 20px;
  }

  .about-us-element-two {
    display: none;
    right: 20px;
  }

  .services-element-one, .services-element-two, .tranquility-element-one, .tranquility-element-two, .tranquility-element-three {
    display: none;
  }

  .choose-us-slider-arrow {
    width: 60px;
    height: 60px;
  }

  .choose-us-slider-arrow.left {
    inset: auto 70px -100px 0%;
  }

  .choose-us-slider-arrow.right {
    inset: auto 0% -100px 70px;
  }

  .choose-us-slider-arrow-icon {
    width: 25px;
  }

  .choose-arrow-us-line {
    display: none;
  }

  .choose-us-slider-arrow-white {
    width: 25px;
  }

  .choose-us-element-one {
    display: none;
  }

  .choose-us-element-two {
    height: auto;
    display: none;
  }

  .luxurious-service-image-wrapper {
    min-height: 600px;
  }

  .luxurious-service-tag-number-wrap, .luxurious-place-element, .testimonial-element-two, .pricing-package-element-one, .pricing-package-element-two, .blog-element1, .blog-element2, .blog-element3, .instagram-post-element, .instagram-post-element-two {
    display: none;
  }

  .banner-element {
    width: 110px;
  }

  .banner-element-line, .blog-hv2-element1, .hv2-pricing-plan-element, .team-member-element-one, .team-member-element-two, .our-products-element-line1, .our-products-element-line2 {
    display: none;
  }

  .mobile-button {
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .dropdown-pd.pd-60px {
    height: 700px;
    overflow: auto;
  }

  .dropdown-pd.pd-60px.homes-pd {
    height: auto;
    display: inline-block;
  }

  .dropdown-pd.pd-60px {
    height: auto;
  }

  .dropdown-toggle-homes {
    color: #fff;
    justify-content: flex-start;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-column-wrapper-2 {
    overflow: visible;
  }

  .dropdown-column-wrapper-2.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper-2.homes-page {
    left: 0;
  }

  .dropdown-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    color: #fff;
    justify-content: flex-start;
  }

  .navbar-right-content {
    grid-column-gap: 20px;
  }

  .contact-us-schedule-wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-schedule-content {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-us-schedule-image-wrap {
    max-width: 100%;
  }

  .contact-us-schedule-day-time {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .services-cards {
    height: auto;
  }

  .pricing-package-line {
    display: none;
  }

  .history-of-love-grid-wrapper {
    width: 100%;
    margin-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .singel-history-box, .singel-history-box.mt0 {
    margin-top: 10px;
  }

  .boder-circle {
    margin-bottom: 0;
  }

  .boder-circle.mt-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .history-of-love-grid-singel-wrapper.boder {
    border-top-style: none;
    border-top-width: 0;
  }

  .history-of-love-grid {
    grid-template-columns: 1fr;
  }

  .history-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .history-card.mt45 {
    margin-top: 0;
  }

  .history-card-wrapper {
    margin-top: 10px;
  }

  .about-relaxation {
    flex-direction: column;
    margin-top: 100px;
    padding-top: 0;
    padding-right: 15px;
  }

  .about-relaxation-title-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .about-relaxation-image-wrapper {
    grid-column-gap: 15px;
    max-width: 100%;
  }

  .about-relaxation-single-image {
    flex: 0 auto;
    margin-right: 0;
  }

  .about-relaxation-image {
    width: 100%;
  }

  .about-circel {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 66px;
    line-height: 76px;
  }

  h2 {
    font-size: 52px;
    line-height: 62px;
  }

  .top-navigation {
    display: none;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-logo-link-block {
    padding-left: 0;
  }

  .navbar-logo-image {
    width: 165px;
  }

  .nav-menu {
    padding: 25px 15px;
  }

  .nav-link {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .primary-button {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.instagram-post {
    padding-top: 80px;
  }

  .section.about-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-section {
    padding-top: 80px;
  }

  .section.blog-section.main {
    padding-bottom: 80px;
  }

  .section.appointment, .section.testimonial-section, .section.pricing-package, .section.choose-us, .section.inner-banner-section, .section.not-found, .section.password, .section.changelog, .section.license, .section.style-guide, .section.contact-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.shop, .section.products-details, .section.services-section {
    padding-top: 80px;
  }

  .section.service-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team-member-section, .section.team-details, .section.blog-details {
    padding-top: 80px;
  }

  .section.banner-section-hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-section-hv2 {
    padding-bottom: 80px;
  }

  .section.pricing-plan {
    padding-top: 80px;
  }

  .section.testimonials, .section.our-products {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.luxurious-place, .section.choose-us-section {
    padding-top: 80px;
  }

  .section.services-hv2, .section.team-member-hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.previwe-features, .section.demo-section {
    padding-top: 80px;
  }

  .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 80px;
  }

  .section.preview-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .section.about-us-hv2 {
    padding-bottom: 80px;
  }

  .section.team-member-hv1, .section.services-section-hv1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.tranquility-section {
    padding-top: 80px;
  }

  .section.blog-category {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.history {
    padding-bottom: 80px;
  }

  .banner-hero-image-wrapper {
    margin-bottom: 15px;
  }

  .banner-hero-image {
    width: 190px;
  }

  .banner-typography-wrapper {
    max-width: 450px;
  }

  .banner-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .banner-description {
    max-width: 445px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-description.previwe {
    max-width: 395px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-content {
    padding-top: 80px;
  }

  .banner-content.previwe {
    padding-top: 70px;
  }

  .banner-circel-shape {
    width: 380px;
    height: 600px;
  }

  .banner-ticker-wrapper {
    padding: 15px 25px;
    bottom: 20px;
  }

  .footer-social-media-link {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .footer-logo {
    width: 180px;
  }

  .footer-form-text-field {
    height: 70px;
    padding-bottom: 25px;
  }

  .footer-form-submit-button {
    padding: 16px 25px;
    font-size: 17px;
  }

  .footer-bottom-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-menu-details-wrapper {
    max-width: 445px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-description {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-menu {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-infermation-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-infermation-text {
    max-width: 400px;
  }

  .cta-content {
    border-radius: 0;
    padding: 30px;
  }

  .cta-title {
    font-size: 36px;
    line-height: 46px;
  }

  .cta-description-text {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .title-tag-wrapper {
    margin-bottom: 10px;
  }

  .title-tag {
    font-size: 18px;
    line-height: 28px;
  }

  .title-element {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .title-element-line {
    width: 100px;
  }

  .title-element-shape {
    width: 50px;
  }

  .instagram-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .instagram-content {
    grid-row-gap: 15px;
    max-width: 450px;
  }

  .instagram-single-content.left, .instagram-single-content.middle {
    max-width: 100%;
  }

  .gallery-background-shape {
    width: 650px;
    height: 650px;
  }

  .icon-wrap {
    width: 100px;
    height: 100px;
  }

  .icon-wrap.middle {
    width: 120px;
    height: 120px;
  }

  .instagram-right-bottom-post {
    grid-column-gap: 15px;
  }

  .track-title-tag {
    font-size: 24px;
    line-height: 34px;
  }

  .about-us-section-title {
    max-width: 450px;
    font-size: 28px;
    line-height: 38px;
  }

  .about-us-button-single {
    grid-column-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-bottom-content {
    max-width: 480px;
  }

  .about-us-futures-single {
    padding: 60px 15px;
  }

  .about-us-futures-name {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us-futures-number {
    font-size: 48px;
  }

  .about-us-futures-icon, .about-us-futures-icon-white {
    width: 70px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .section-description {
    font-size: 17px;
    line-height: 27px;
  }

  .section-description.previwe {
    max-width: 430px;
  }

  .blog-post-collection-list {
    grid-row-gap: 20px;
  }

  .single-blog-post {
    padding-left: 35px;
    padding-right: 35px;
  }

  .blog-post-name {
    font-size: 26px;
    line-height: 36px;
  }

  .single-blog-post-tag {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-typography {
    grid-row-gap: 10px;
  }

  .appointment-title-tag-wrapper {
    margin-bottom: 15px;
  }

  .appointment-title-tag-line {
    width: 100px;
  }

  .appointment-title {
    font-size: 42px;
    line-height: 52px;
  }

  .appointment-description {
    max-width: 420px;
    font-size: 18px;
  }

  .appointment-schedules {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .appointment-schedule-item {
    grid-column-gap: 10px;
  }

  .appointment-schedule-title {
    font-size: 22px;
    line-height: 32px;
  }

  .appointment-schedule-time {
    font-size: 18px;
    line-height: 28px;
  }

  .appointment-form-wrapper {
    padding: 20px;
  }

  .appointment-form-title {
    font-size: 32px;
    line-height: 42px;
  }

  .appointment-form {
    grid-row-gap: 20px;
  }

  .appointment-form-single {
    grid-column-gap: 15px;
  }

  .appointment-form-text-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .appointment-form-textarea {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-section-title-wrapper {
    max-width: 450px;
  }

  .testimonial-section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .testimonial-description {
    max-width: 430px;
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-image-wrapper {
    padding: 20px;
  }

  .testimonial-quote-text {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .testimonial-author-name {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 38px;
  }

  .pricing-package-top-content {
    grid-row-gap: 15px;
    margin-bottom: 40px;
  }

  .pricing-package-top-content.tranquility {
    margin-bottom: 30px;
  }

  .pricing-package-title-wrapper {
    max-width: 450px;
  }

  .pricing-package-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .pricing-package-description {
    max-width: 435px;
  }

  .pricing-package-tab-menu {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .pricing-package-single {
    grid-row-gap: 30px;
  }

  .pricing-package-image-wrapper {
    max-width: 450px;
  }

  .pricing-package-image {
    border-radius: 200px;
  }

  .pricing-package-typography {
    grid-row-gap: 20px;
  }

  .package-name-price-wrapper {
    grid-column-gap: 10px;
  }

  .package-name {
    font-size: 22px;
    line-height: 32px;
  }

  .package-price-text-field {
    font-size: 18px;
  }

  .package-price {
    font-size: 30px;
  }

  .package-description {
    font-size: 17px;
    line-height: 27px;
    display: inline-block;
  }

  .choose-us-section-title-wrapper {
    max-width: 450px;
  }

  .choose-us-section-title {
    max-width: 420px;
    font-size: 36px;
    line-height: 46px;
  }

  .choose-us-description {
    max-width: 415px;
    font-size: 17px;
    line-height: 27px;
  }

  .choose-us-slider-mask {
    max-width: 360px;
  }

  .choose-us-name-wrapper, .choose-us-element-shape-wrapper, .choose-single-description {
    margin-bottom: 25px;
  }

  .inner-banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .not-found-content {
    max-width: 450px;
  }

  .not-found-image-wrapper {
    max-width: 300px;
  }

  .not-found-title {
    font-size: 42px;
    line-height: 52px;
  }

  .password-wrapper {
    max-width: 440px;
    padding: 40px 30px;
  }

  .password-image-wrapper {
    max-width: 120px;
    height: 120px;
  }

  .password-image {
    width: 50px;
  }

  .password-name {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .password-description {
    font-size: 17px;
    line-height: 27px;
  }

  .changelog-list-wrapper {
    grid-row-gap: 5px;
  }

  .changelog-list-single {
    grid-column-gap: 5px;
    align-items: flex-start;
  }

  .changelog-tag {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .changelog-date-text {
    letter-spacing: normal;
  }

  .changelog-content {
    grid-row-gap: 30px;
  }

  .changelog-single-wrapper {
    border-left-width: 2px;
    padding: 25px 15px;
  }

  .changelog-list-text {
    font-size: 16px;
    line-height: 26px;
  }

  .changelog-list-circel {
    flex: none;
    margin-top: 7px;
  }

  .license-content {
    grid-row-gap: 60px;
  }

  .license-section-title-wrapper {
    margin-bottom: 40px;
  }

  .license-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .license-section-description {
    font-size: 17px;
    line-height: 27px;
  }

  .license-icon-wrapper {
    width: 70px;
    height: 70px;
  }

  .style-guide-tag-wrapper {
    margin-bottom: 25px;
  }

  .style-guide-tag {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-color-plate-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-color-plate {
    min-height: 100px;
  }

  .style-guide-color-code {
    font-size: 24px;
  }

  .typography-wrapper {
    grid-row-gap: 20px;
  }

  .contact-us-content {
    grid-row-gap: 80px;
  }

  .contact-us-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-us-form-wrapper {
    padding: 40px 30px;
  }

  .contact-us-form {
    grid-row-gap: 20px;
  }

  .contact-us-form-single-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-us-field-label {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .contact-us-text-field {
    font-size: 17px;
    line-height: 27px;
  }

  .contact-us-textarea {
    min-height: 160px;
  }

  .shop-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-image-wrapper {
    margin-bottom: 20px;
  }

  .product-image-shape {
    width: 350px;
    height: 350px;
    padding-bottom: 80px;
  }

  .product-name {
    font-size: 24px;
    line-height: 34px;
  }

  .product-price {
    font-size: 18px;
    line-height: 24px;
  }

  .products-details-name {
    font-size: 42px;
    line-height: 52px;
  }

  .products-details-description {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 27px;
  }

  .products-details-quantity-text {
    margin-bottom: 20px;
  }

  .products-details-quantity-field {
    margin-bottom: 15px;
  }

  .products-details-content {
    grid-row-gap: 80px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-details-rich-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .products-details-rich-content p, .products-details-rich-content li {
    font-size: 17px;
    line-height: 27px;
  }

  .services-content {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-collection-list {
    grid-template-columns: 1fr;
  }

  .service-details-name {
    font-size: 36px;
    line-height: 46px;
  }

  .service-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-element-image-wrapper {
    display: none;
  }

  .service-details-image-wrapper {
    margin-bottom: 30px;
  }

  .service-details-rich-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .service-details-rich-content p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-collection {
    grid-template-columns: 1fr;
  }

  .team-member-signature.hv1 {
    font-size: 28px;
    line-height: 38px;
  }

  .team-details-social-media {
    width: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 20px;
    right: 20px;
  }

  .team-details-social-media-icon {
    width: 50px;
    height: 50px;
  }

  .team-details-name-bio-wrapper {
    margin-bottom: 20px;
  }

  .team-details-name {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
  }

  .team-details-rich-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .team-details-rich-content p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .team-details-rich-content li {
    font-size: 18px;
  }

  .contact-us-infermation-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-infermation-single {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-us-details-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .blog-details-tag {
    padding: 8px 20px;
  }

  .blog-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-author-name {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-rich-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-rich-content blockquote {
    padding-top: 125px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-rich-content figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-content {
    grid-row-gap: 80px;
  }

  .blog-main-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .blog-categories-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .blog-categories-button {
    padding: 14px 20px;
    font-size: 16px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-post-author-name {
    font-size: 22px;
  }

  .banner-typography-hv2 {
    max-width: 460px;
  }

  .banner-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-description-text {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-button-wrapper-hv2.product {
    margin-top: 60px;
  }

  .banner-button-wrapper-hv2.mt60 {
    margin-top: 40px;
  }

  .banner-button-wrapper-hv2.mt100 {
    margin-top: 30px;
  }

  .banner-button-single-hv2 {
    grid-column-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-hero-image-content {
    grid-template-columns: 1fr;
  }

  .banner-hero-single, .banner-single-hero-image-wrap {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-slider-mask {
    padding-bottom: 120px;
  }

  .pricing-plan-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .testimonials-section-title-wrapper {
    margin-bottom: 40px;
  }

  .testimonials-section-title, .testimonials-section-title.services, .testimonials-section-title.team-member {
    font-size: 36px;
    line-height: 46px;
  }

  .testimonials-section-description-text {
    max-width: 450px;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-tab-link {
    width: 60px;
  }

  .testimonials-tab-link.w--current {
    border-width: 2px;
  }

  .testimonials-description {
    max-width: 410px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
  }

  .testimonials-name {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonials-bio {
    font-size: 18px;
  }

  .our-products-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-add-to-cart-button {
    padding: 14px 25px;
    font-size: 16px;
    font-weight: 400;
  }

  .luxurious-place-top-content {
    max-width: 460px;
  }

  .luxurious-place-menu-wrapper {
    grid-row-gap: 20px;
  }

  .luxurious-place-top-menu-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .luxurious-place-menu-single {
    grid-column-gap: 10px;
  }

  .luxurious-place-menu-name {
    font-size: 24px;
  }

  .luxurious-place-menu-number {
    font-size: 20px;
  }

  .luxurious-place-bottom-menu-wrapper {
    flex-wrap: wrap;
  }

  .luxurious-place-typography-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .luxurious-place-typography-wrapper.team-member-image-hv1 {
    min-height: 850px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .luxurious-place-typography-single.absulote {
    max-width: 450px;
  }

  .luxurious-place-icon-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .luxurious-place-icon-single {
    width: 75px;
    height: 75px;
  }

  .luxurious-place-title-wrapper {
    margin-bottom: 30px;
  }

  .luxurious-place-title {
    font-size: 48px;
    line-height: 58px;
  }

  .choose-us-content-hv2 {
    grid-row-gap: 30px;
  }

  .luxurious-place-spa-image-wrap {
    margin-bottom: 30px;
  }

  .luxurious-place-description-text {
    max-width: 440px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-slider-arrow.left {
    width: 55px;
    height: 55px;
    right: 80px;
  }

  .blog-slider-arrow.right {
    width: 55px;
    height: 55px;
    left: 80px;
  }

  .blog-typography-hv2 {
    padding: 35px 25px;
  }

  .blog-name-description-wrapper {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .blog-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-content-single-hv2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-name {
    font-size: 24px;
    line-height: 34px;
  }

  .services-image-link {
    margin-bottom: 20px;
  }

  .services-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .team-member-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .team-member-slider-content {
    max-width: 480px;
  }

  .team-member-slider-mask {
    padding-bottom: 120px;
  }

  .team-member-slider-arrow.left {
    width: 55px;
    height: 55px;
    right: 80px;
  }

  .team-member-slider-arrow.right {
    width: 55px;
    height: 55px;
    left: 80px;
  }

  .team-member-slide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-social-media-hv2-wrap {
    margin-bottom: 35px;
  }

  .team-member-signature-text {
    font-size: 24px;
    line-height: 34px;
  }

  .previwe-banner-content {
    grid-row-gap: 60px;
  }

  .previwe-banner-bottom-content {
    width: 100%;
    max-width: 480px;
  }

  .previwe-banner-image-wrapper {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .previwe-banner-image-single.middle {
    max-width: 230px;
  }

  .previwe-banner-image-single.left, .previwe-banner-image-single.right {
    max-width: 180px;
    margin-top: 30px;
  }

  .previwe-features-grid {
    grid-template-columns: 1fr;
  }

  .previwe-features-single {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .previwe-features-icon-wrapper {
    width: 100px;
    height: 100px;
  }

  .previwe-features-icon {
    width: 40px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .single-demo {
    width: 100%;
    padding: 15px;
  }

  .figma-file-title {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 46px;
  }

  .figma-file-included-typography {
    margin-bottom: 40px;
  }

  .figma-file-included-content {
    padding-top: 80px;
  }

  .preview-banner-button-wrapper {
    grid-column-gap: 11px;
  }

  .figma-icon-wrap {
    max-width: 100px;
    height: 100px;
  }

  .figma-file-description {
    max-width: 450px;
    font-size: 15px;
    line-height: 25px;
  }

  .figma-file-image-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .figma-icon {
    width: 30px;
  }

  .demo-single {
    max-width: 100%;
  }

  .preview-footer-bottom-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .preview-footer-title-description {
    margin-bottom: 25px;
  }

  .preview-footer-title {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 46px;
  }

  .preview-footer-details-text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-logo-link-block {
    margin-bottom: 25px;
  }

  .preview-footer-logo-image {
    width: 200px;
  }

  .preview-footer-description {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .preview-footer-top-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-us-content-hv2 {
    max-width: 480px;
  }

  .about-us-subtitle {
    font-size: 18px;
  }

  .about-us-title-hv2 {
    font-size: 24px;
    line-height: 34px;
  }

  .about-us-button-link-hv2 {
    max-width: 140px;
    height: 140px;
    font-size: 20px;
    line-height: 30px;
  }

  .numbers.two {
    max-width: 135px;
    height: 52px;
    margin-bottom: 0;
  }

  .number-categories, .number-digit {
    letter-spacing: -2px;
    font-size: 52px;
    line-height: 62px;
  }

  .team-member-tabs {
    grid-row-gap: 35px;
  }

  .team-member-tab-link {
    font-size: 30px;
    line-height: 40px;
  }

  .team-member-bio-wrapper {
    grid-column-gap: 15px;
  }

  .team-member-bio-text-hv1 {
    font-size: 26px;
  }

  .team-member-description {
    margin-bottom: 20px;
  }

  .choose-us-content-wrap {
    grid-column-gap: 15px;
  }

  .choose-us-title {
    font-size: 24px;
    line-height: 34px;
  }

  .services-card._1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-card-single {
    grid-row-gap: 20px;
  }

  .services-card-image-wrapper {
    border-radius: 200px;
    max-width: 420px;
  }

  .services-card-image {
    height: 200px;
  }

  .services-card-name-details-wrapper {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-card-name {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .services-card-description {
    font-size: 16px;
    line-height: 26px;
  }

  .tranquility-tab-menu {
    margin-bottom: 30px;
  }

  .tranquility-tab-single {
    padding: 30px 25px;
  }

  .tranquility-title {
    font-size: 28px;
    line-height: 38px;
  }

  .tranquility-description-text {
    max-width: 400px;
  }

  .banner-circel-element._1, .banner-circel-element._2 {
    display: none;
  }

  .tertiary-button-shape {
    width: 220px;
    height: 220px;
  }

  .services-card-main {
    grid-row-gap: 25px;
  }

  .luxurious-service-image-wrapper {
    min-height: 500px;
  }

  .banner-element {
    width: 80px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-menu-text-link-2 {
    margin-bottom: 15px;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .contact-us-schedule-wrapper {
    max-width: 480px;
  }

  .contact-us-schedule-title {
    font-size: 36px;
    line-height: 46px;
  }

  .contact-us-schedule-day-time {
    grid-row-gap: 21px;
  }

  .contact-us-schedule-date, .contact-us-schedule-time {
    font-size: 20px;
    line-height: 30px;
  }

  .cart-header {
    padding: 20px 15px;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-title {
    font-size: 28px;
    line-height: 38px;
  }

  .cart-close-button-icon {
    width: 45px;
    height: 45px;
  }

  .cart-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .history-of-love-grid-wrapper {
    margin-top: 45px;
  }

  .about-relaxation {
    margin-top: 80px;
  }

  .license-description-wrapper {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 56px;
    line-height: 66px;
  }

  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .top-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    top: auto;
  }

  .navbar-logo-image {
    width: 150px;
  }

  .primary-button {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .section.footer {
    text-align: left;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.instagram-post {
    padding-top: 60px;
  }

  .section.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-section {
    padding-top: 60px;
  }

  .section.blog-section.main {
    padding-bottom: 60px;
  }

  .section.appointment {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonial-section {
    height: 1175px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.pricing-package, .section.choose-us, .section.inner-banner-section, .section.not-found, .section.password, .section.changelog, .section.license {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.style-guide {
    padding-top: 60px;
  }

  .section.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.shop, .section.products-details, .section.services-section, .section.team-member-section, .section.blog-details {
    padding-top: 60px;
  }

  .section.banner-section-hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-section-hv2 {
    padding-bottom: 60px;
  }

  .section.pricing-plan {
    padding-top: 60px;
  }

  .section.testimonials, .section.our-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.luxurious-place, .section.choose-us-section {
    padding-top: 60px;
  }

  .section.services-hv2, .section.team-member-hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.previwe-features, .section.demo-section {
    padding-top: 60px;
  }

  .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 60px;
  }

  .section.team-member-hv1, .section.services-section-hv1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.tranquility-section {
    padding-top: 60px;
  }

  .section.blog-category {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.history {
    padding-bottom: 60px;
  }

  .banner-hero-image {
    width: 140px;
  }

  .banner-typography-wrapper {
    max-width: 300px;
  }

  .banner-title {
    font-size: 25px;
    line-height: 35px;
  }

  .banner-title.hv1 {
    font-size: 24px;
    line-height: 34px;
  }

  .banner-description, .banner-description.previwe {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-content.previwe {
    padding-top: 60px;
  }

  .banner-circel-shape {
    width: 220px;
    height: 360px;
  }

  .banner-ticker-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 15px;
  }

  .footer-top-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-media-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-social-media-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-form-field-label {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-form-text-field {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-form-text-field::placeholder {
    font-size: 16px;
  }

  .footer-bottom-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-menu-details-wrapper {
    max-width: 300px;
  }

  .footer-menu-description {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-menu-list-wrapper {
    grid-row-gap: 10px;
  }

  .footer-menu-text-link {
    font-size: 17px;
    line-height: 26px;
  }

  .footer-contact-info-text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-infermation-text {
    font-size: 15px;
  }

  .cta-content {
    border-radius: 0;
    padding: 25px 20px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 38px;
  }

  .cta-description-text {
    max-width: 240px;
    font-size: 16px;
    line-height: 26px;
  }

  .title-element-line {
    width: 50px;
  }

  .title-element-shape {
    width: 40px;
  }

  .instagram-section-title {
    font-size: 24px;
    line-height: 34px;
  }

  .instagram-content {
    max-width: 300px;
  }

  .gallery-background-shape {
    width: 450px;
    height: 450px;
  }

  .gallery-background-shape.middle {
    width: 500px;
    height: 500px;
  }

  .gallery-background-shape.right {
    width: 400px;
    height: 400px;
  }

  .gallery-background-shape.last {
    width: 280px;
    height: 280px;
  }

  .icon-wrap {
    width: 80px;
    height: 80px;
  }

  .icon-wrap.middle {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }

  .single-track-wrap {
    margin-right: 20px;
  }

  .track-title-tag {
    font-size: 20px;
    line-height: 100%;
  }

  .about-us-section-title-wrapper {
    margin-bottom: 30px;
  }

  .about-us-section-title {
    max-width: 300px;
    font-size: 22px;
    line-height: 32px;
  }

  .about-us-button-single {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .about-us-button-line {
    display: none;
    bottom: 0;
  }

  .about-us-futures-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-us-futures-single {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-futures-name-wrapper {
    margin-bottom: 25px;
  }

  .about-us-futures-icon-wrapper {
    margin-bottom: 20px;
  }

  .about-us-futures-number {
    font-size: 42px;
  }

  .about-us-futures-icon, .about-us-futures-icon-white {
    width: 50px;
  }

  .section-title-wrapper.choose-us {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 24px;
    line-height: 34px;
  }

  .section-description {
    font-size: 15px;
    line-height: 25px;
  }

  .section-description.previwe {
    max-width: 290px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-post-collection-list {
    grid-row-gap: 15px;
  }

  .single-blog-post {
    border-radius: 0;
    padding: 15px 20px;
  }

  .blog-post-name, .blog-post-name.main {
    font-size: 20px;
    line-height: 30px;
  }

  .single-blog-post-tag {
    font-size: 16px;
  }

  .blog-typography {
    grid-row-gap: 5px;
  }

  .appointment-title-tag-line {
    width: 50px;
  }

  .appointment-title {
    font-size: 32px;
  }

  .appointment-description {
    font-size: 16px;
    line-height: 26px;
  }

  .appointment-schedule-list {
    grid-row-gap: 5px;
  }

  .appointment-schedule-title {
    font-size: 16px;
    font-weight: 500;
  }

  .appointment-schedule-time {
    font-size: 16px;
    line-height: 26px;
  }

  .appointment-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .appointment-form-title {
    font-size: 26px;
    line-height: 36px;
  }

  .appointment-form-single {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .appointment-form-textarea {
    border-radius: 15px;
    height: 120px;
    min-height: 120px;
  }

  .appointment-form-submit-button {
    height: 50px;
    font-size: 17px;
  }

  .testimonial-section-title-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .testimonial-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial-description {
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-content {
    padding-bottom: 80px;
  }

  .testimonial-slider-arrow.left {
    width: 50px;
    height: 50px;
    bottom: -80px;
    right: 70px;
  }

  .testimonial-slider-arrow.right {
    width: 50px;
    height: 50px;
    bottom: -80px;
    left: 70px;
  }

  .testimonial-image-wrapper {
    padding: 15px;
  }

  .testimonial-typography-wrapper {
    padding-bottom: 0;
  }

  .testimonial-quote-text {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-author-name {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-author-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-package-title-wrapper {
    max-width: 290px;
  }

  .pricing-package-title {
    font-size: 26px;
    line-height: 36px;
  }

  .pricing-package-description {
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-package-tab-menu {
    grid-row-gap: 10px;
  }

  .pricing-package-tab-link {
    padding: 14px 15px;
    font-size: 16px;
  }

  .pricing-package-image-wrapper {
    max-width: 300px;
  }

  .package-name-price-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .choose-us-section-title {
    max-width: 290px;
    font-size: 28px;
    line-height: 38px;
  }

  .choose-us-description {
    max-width: 283px;
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-slider-content {
    padding-bottom: 80px;
  }

  .choose-us-image {
    object-fit: cover;
    width: 100%;
    height: 500px;
  }

  .choose-us-typography {
    padding: 100px 15px;
  }

  .choose-us-name {
    font-size: 24px;
    line-height: 34px;
  }

  .choose-single-description {
    max-width: 248px;
    font-size: 16px;
    line-height: 26px;
  }

  .inner-banner-element-wrapper {
    margin-bottom: 15px;
  }

  .inner-banner-title-wrapper {
    margin-bottom: 10px;
  }

  .inner-banner-title {
    font-size: 26px;
    line-height: 36px;
  }

  .not-found-content {
    max-width: 300px;
  }

  .not-found-image-wrapper {
    max-width: 200px;
  }

  .not-found-title {
    font-size: 32px;
    line-height: 42px;
  }

  .not-found-description {
    font-size: 16px;
    line-height: 26px;
  }

  .password-wrapper {
    padding: 30px 15px;
  }

  .password-image-wrapper {
    max-width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 40px;
  }

  .password-name {
    font-size: 28px;
    line-height: 38px;
  }

  .password-description {
    font-size: 16px;
    line-height: 26px;
  }

  .password-text-field {
    height: 52px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
  }

  .password-submit-button {
    height: 52px;
    font-size: 16px;
  }

  .changelog-tag {
    font-size: 22px;
    line-height: 32px;
  }

  .changelog-date-text {
    font-size: 18px;
  }

  .changelog-content {
    grid-row-gap: 25px;
  }

  .changelog-single-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .changelog-list-circel {
    width: 6px;
    height: 6px;
  }

  .license-content {
    grid-row-gap: 40px;
  }

  .license-section-title-wrapper {
    margin-bottom: 30px;
  }

  .license-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .license-section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .license-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .license-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-button-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-content {
    grid-row-gap: 40px;
  }

  .style-guide-tag {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-guide-color-plate {
    min-height: 80px;
  }

  .style-guide-color-code {
    font-size: 20px;
  }

  .typography-title {
    font-size: 24px;
    line-height: 34px;
  }

  .typography-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-content {
    grid-row-gap: 60px;
  }

  .contact-us-section-title {
    font-size: 26px;
    line-height: 36px;
  }

  .contact-us-form-wrapper {
    padding: 30px 15px;
  }

  .contact-us-form-single-wrapper {
    grid-row-gap: 20px;
  }

  .contact-us-field-label {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-us-text-field {
    height: 55px;
  }

  .shop-collection-list {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .product-image-shape {
    width: 450px;
    height: 450px;
  }

  .products-details-top-content {
    grid-row-gap: 30px;
  }

  .products-details-name {
    font-size: 32px;
    line-height: 42px;
  }

  .products-details-price, .products-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .products-details-quantity-text {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .products-details-quantity-field {
    height: 48px;
  }

  .products-details-add-to-cart-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .products-details-content {
    grid-row-gap: 60px;
    max-width: 320px;
  }

  .products-details-rich-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .products-details-rich-content p, .products-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .services-content {
    max-width: 290px;
  }

  .services-collection-list {
    grid-row-gap: 25px;
  }

  .service-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .service-details-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .service-details-rich-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .service-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-infermation-wrapper {
    inset: 15px;
  }

  .team-member-infermation-single {
    grid-row-gap: 25px;
  }

  .team-member-name {
    font-size: 24px;
    line-height: 34px;
  }

  .team-member-social-media-wrapper.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-member-social-media-link {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .team-member-signature.hv1 {
    font-size: 24px;
    line-height: 34px;
  }

  .team-details-social-media {
    width: 60px;
  }

  .team-details-social-media-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .team-details-name {
    font-size: 32px;
    line-height: 42px;
  }

  .team-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-rich-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .team-details-rich-content p {
    margin-bottom: 20px;
  }

  .team-details-rich-content ul {
    grid-row-gap: 5px;
  }

  .contact-us-form-submit-button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
  }

  .contact-us-infermation-single {
    max-width: 300px;
    padding: 40px 20px 80px;
  }

  .contact-us-office-name-wrapper {
    margin-bottom: 20px;
  }

  .contact-us-details-single {
    grid-column-gap: 10px;
  }

  .contact-us-details-icon-wrap {
    width: 30px;
    height: 30px;
  }

  .contact-us-details-icon {
    width: 20px;
  }

  .contact-us-details-text {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-name {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-details-rich-content blockquote {
    font-weight: 400;
  }

  .blog-content {
    grid-row-gap: 60px;
  }

  .blog-main-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-post-author-wrapper {
    grid-column-gap: 10px;
  }

  .blog-post-author-name {
    margin-bottom: 4px;
  }

  .banner-content-hv2 {
    grid-row-gap: 40px;
  }

  .banner-typography-hv2 {
    max-width: 300px;
  }

  .banner-heading {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 37px;
  }

  .banner-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .banner-image-wrap {
    max-width: 200px;
  }

  .banner-button-wrapper-hv2 {
    margin-top: 25px;
  }

  .banner-button-wrapper-hv2.services {
    margin-top: 40px;
  }

  .banner-button-wrapper-hv2.mt60 {
    margin-top: 30px;
  }

  .banner-button-wrapper-hv2.mt80 {
    margin-top: 50px;
  }

  .banner-button-single-hv2 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .banner-button-line, .banner-button-line.services {
    display: none;
  }

  .banner-hero-single {
    max-width: 290px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-single-hero-title {
    font-size: 24px;
    line-height: 34px;
  }

  .banner-single-description {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-hero-button-wrap {
    display: inline-block;
  }

  .banner-circel-wrap {
    max-width: 100px;
    height: 100px;
  }

  .banner-circel {
    width: 80px;
  }

  .blog-slider-mask {
    padding-bottom: 90px;
  }

  .testimonials-section-title-wrapper.services {
    margin-bottom: 40px;
  }

  .testimonials-section-title {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonials-section-title.services {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonials-section-title.team-member {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonials-section-description-text {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-tabs-menu {
    grid-column-gap: 10px;
    margin-top: 30px;
  }

  .testimonials-tab-link {
    width: 45px;
  }

  .testimonials-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .testimonials-name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .our-products-content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .luxurious-place-menu-wrapper {
    grid-row-gap: 10px;
  }

  .luxurious-place-top-menu-wrapper {
    grid-row-gap: 10px;
    justify-content: center;
  }

  .luxurious-place-bottom-menu-wrapper {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .luxurious-place-typography-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .luxurious-place-typography-wrapper.team-member-image-hv1 {
    min-height: 800px;
  }

  .luxurious-place-typography-single.absulote {
    max-width: 300px;
  }

  .luxurious-place-icon-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .luxurious-place-title {
    max-width: 310px;
    font-size: 36px;
    line-height: 46px;
  }

  .luxurious-place-spa-image {
    width: 250px;
  }

  .luxurious-place-description-text {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-slider-arrow.left {
    width: 50px;
    height: 50px;
    right: 70px;
  }

  .blog-slider-arrow.right {
    width: 50px;
    height: 50px;
    left: 70px;
  }

  .blog-typography-hv2 {
    padding: 30px 15px;
  }

  .blog-name-description-wrapper {
    padding-bottom: 25px;
  }

  .blog-name {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 31px;
  }

  .blog-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-slider-arrow-icon {
    width: 22px;
  }

  .services-content-single-hv2 {
    grid-template-columns: 1fr;
  }

  .services-image-link {
    margin-bottom: 15px;
  }

  .team-member-section-title-wrapper {
    padding-bottom: 30px;
  }

  .team-member-section-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .team-member-section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-slider-content {
    max-width: 265px;
  }

  .team-member-slider-mask {
    padding-bottom: 100px;
  }

  .team-member-slide-grid {
    grid-template-columns: 1fr;
  }

  .team-member-image-wrapper-hv2 {
    margin-bottom: 20px;
  }

  .team-member-typography-element {
    width: 90px;
  }

  .previwe-banner-content {
    grid-row-gap: 50px;
  }

  .previwe-banner-bottom-content {
    max-width: 320px;
  }

  .previwe-banner-image-wrapper {
    padding-top: 40px;
  }

  .previwe-banner-image-single.middle {
    max-width: 150px;
  }

  .previwe-banner-image-single.left, .previwe-banner-image-single.right {
    max-width: 100px;
  }

  .previwe-features-single {
    max-width: 290px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .previwe-features-icon-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }

  .previwe-features-icon {
    width: 35px;
  }

  .previwe-features-name {
    font-size: 24px;
    line-height: 34px;
  }

  .previwe-features-description {
    max-width: 250px;
    font-size: 16px;
    line-height: 26px;
  }

  .single-demo {
    padding: 15px;
  }

  .demo-tag {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    bottom: 30px;
  }

  .figma-file-title {
    font-size: 26px;
    line-height: 36px;
  }

  .figma-file-included-typography {
    margin-bottom: 30px;
  }

  .figma-file-included-content {
    padding-top: 60px;
  }

  .preview-banner-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .figma-file-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .figma-icon-wrap {
    max-width: 80px;
    height: 80px;
  }

  .figma-file-title-description {
    margin-bottom: 20px;
  }

  .figma-file-description {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .figma-file-image-wrapper {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .figma-icon {
    width: 25px;
  }

  .preview-footer-title-description {
    margin-bottom: 20px;
  }

  .preview-footer-title {
    letter-spacing: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .preview-footer-details-text {
    max-width: 290px;
    font-size: 14px;
    line-height: 24px;
  }

  .preview-footer-logo-image {
    width: 180px;
  }

  .preview-footer-description {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-footer-top-content {
    max-width: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-us-content-hv2 {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-title-hv2 {
    font-size: 18px;
    line-height: 28px;
  }

  .numbers.two {
    max-width: 108px;
  }

  .number-categories, .number-digit {
    font-size: 42px;
    line-height: 52px;
  }

  .team-member-tab-link {
    font-size: 26px;
    line-height: 36px;
  }

  .team-member-bio-wrapper {
    grid-column-gap: 10px;
  }

  .team-member-bio-line {
    max-width: 25px;
  }

  .team-member-bio-text-hv1 {
    font-size: 24px;
  }

  .team-member-description {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-content-wrap {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .choose-us-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-icon-wrapper {
    max-width: 120px;
    height: 120px;
  }

  .services-card {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .services-card-image {
    height: 150px;
  }

  .services-card-name-details-wrapper {
    max-width: 300px;
  }

  .services-card-name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .services-card-description {
    font-size: 15px;
    line-height: 25px;
  }

  .tertiary-button {
    width: 130px;
    height: 130px;
    font-size: 16px;
    line-height: 26px;
  }

  .tranquility-tab-menu {
    grid-column-gap: 10px;
  }

  .tranquility-tab-link {
    max-width: 35px;
    height: 35px;
  }

  .tranquility-tab-single {
    padding: 25px 20px;
  }

  .tranquility-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .tertiary-button-shape {
    width: 180px;
    height: 180px;
  }

  .services-card-main {
    grid-row-gap: 20px;
  }

  .choose-us-slider-arrow {
    width: 50px;
    height: 50px;
  }

  .choose-us-slider-arrow.left, .choose-us-slider-arrow.right {
    bottom: -80px;
  }

  .choose-us-slider-arrow-icon, .choose-us-slider-arrow-white {
    width: 20px;
  }

  .luxurious-service-image-wrapper {
    min-height: 300px;
  }

  .dropdown-pd.pd-60px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-menu-text-link {
    font-size: 15px;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .more-temple-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-menu-text-link-2 {
    font-size: 15px;
  }

  .navbar-right-content {
    grid-column-gap: 10px;
  }

  .navbar-cart-button {
    width: 35px;
    height: 35px;
  }

  .cart-quantity {
    top: -7px;
  }

  .contact-us-schedule-title-wrapper {
    margin-bottom: 40px;
  }

  .contact-us-schedule-title {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-us-schedule-description {
    max-width: 265px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-schedule-day-time {
    grid-row-gap: 15px;
  }

  .contact-us-schedule-date {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-schedule-time {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cart-priceing-name {
    font-size: 17px;
    line-height: 27px;
  }

  .cart-image-wrap {
    width: 60px;
  }

  .cart-price {
    font-size: 16px;
    line-height: 26px;
  }

  .cart-remove-button {
    font-size: 18px;
  }

  .cart-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .history-card-paragraph-text {
    font-size: 15px;
  }

  .about-relaxation-image-wrapper {
    grid-column-gap: 10px;
  }

  .license-description-wrapper {
    max-width: 260px;
    margin-bottom: 40px;
  }
}

#w-node-_201b51af-0710-480c-4dee-1e6a9036c791-a7d45d48, #w-node-_72bd1c45-58da-ab21-b8d4-f045f4dee9c6-a7d45d48, #w-node-df8fd914-acd1-9f6c-ba19-e6dad9b6829b-a7d45d48, #w-node-df8fd914-acd1-9f6c-ba19-e6dad9b682a1-a7d45d48, #w-node-_6e614e95-8c46-e2c2-7705-fbede024e273-a7d45d48, #w-node-_8bd56c70-75a4-336a-ed47-c40311d7476b-a7d45d48, #w-node-e8d86e67-c16b-58d9-dbd4-35236120efd2-a7d45d48, #w-node-be9e81c4-5e36-9739-e0a7-2a38e7aef52c-a7d45d48, #w-node-_46cf906d-3012-1310-6be4-5727fb4d645f-a7d45d48, #w-node-_0b50a943-20da-32cc-63dc-3fd14862ff40-a7d45d48, #w-node-_2e9f6456-662d-c79d-6721-313626bf5a4c-a7d45d48, #w-node-_33a7e032-a333-a9e0-9ab1-c81ea450f1d0-a7d45d48, #w-node-c45e940f-01b0-8229-6201-bad1190b764c-a7d45d48, #w-node-_6c84d5ab-8048-dd26-7442-7158206d3913-a7d45d48, #w-node-_099eca0e-33b5-7391-1771-ff4bd82b16f3-a7d45d48, #w-node-c45e940f-01b0-8229-6201-bad1190b7652-a7d45d48, #w-node-_2db5e38e-bf4c-c2fe-c4d5-947d6e93d4ae-49bf7cca, #w-node-_9906d434-558c-3986-32e4-d01d015fe6ba-49bf7cca, #w-node-_9906d434-558c-3986-32e4-d01d015fe6e6-49bf7cca, #w-node-_9906d434-558c-3986-32e4-d01d015fe713-49bf7cca, #w-node-acec9f44-3663-c5f4-a119-a398dbf6e06b-a7d45d65, #w-node-_9e2f56c3-fb19-3791-b3af-e3c795fb7150-a7d45d65, #w-node-_2cdd5a46-a5ff-1343-055e-f1f77b07e3ac-a7d45d65, #w-node-_68017faa-dead-44d8-3002-34fd0daba07e-a7d45d65, #w-node-_0b7bff5a-e266-5126-76a6-a5641f04f156-a7d45d65, #w-node-_35bc2843-f9f3-d41e-2542-4610ddab7782-a7d45d65, #w-node-abbc3f14-7de6-ae7c-044c-f00232e300a6-a7d45d65, #w-node-_21d36752-e16e-0d4d-013e-b76bfae11a22-a7d45d65, #w-node-_061b900c-cff0-94ce-b7c5-40338c70f2d9-a7d45d65, #w-node-_180aad6f-d3fa-e09f-236d-39d03725ff69-a7d45d65, #w-node-_477e4434-61b5-c957-4b79-9c6c666495be-a7d45d65, #w-node-_6fbeb675-9bfa-c676-f410-68ed26938e53-a7d45d65, #w-node-a7bd5672-80e9-079c-d123-9b945a2e6c3c-a7d45d65, #w-node-_7d3e58ee-9829-ce4f-794c-c7832497bc4d-a7d45d65, #w-node-b3a61518-57a3-f67f-ec60-5bb03cd5bfd3-a7d45d65, #w-node-_5ed2d12d-8423-d31b-bd03-1be9faae57d2-a7d45d65, #w-node-fbc91235-ecf0-9efa-17bd-94806c87ded6-a7d45d65, #w-node-_4978d490-53c4-0cf1-ab7f-7d19396dce12-a7d45d65, #w-node-_7d09c4cd-382d-282c-7612-e3ac766bc278-a7d45d65, #w-node-cc415a40-14c6-ac68-6dbf-2beefbd4eecb-a7d45d65, #w-node-_2cb5f7d3-8da3-aaf8-bc2d-766e023de570-a7d45d65, #w-node-b8b91cb2-5fc4-cf59-0d1b-dba604278cd1-a7d45d66, #w-node-_450d26de-2f4e-f781-701a-ee665cb8cf2f-a7d45d66, #w-node-_2bd4de75-a690-02fe-6a74-0f801a11a1e2-a7d45d66, #w-node-e24b6fae-f54e-5bb4-ddd5-495ff3a6ccef-a7d45d9f, #w-node-cde6aa37-b600-e26a-8058-52d261901e49-a7d45d9f, #w-node-_768971b7-5a3a-aad4-746b-3792a02dc3bc-a7d45d9f, #w-node-cde6aa37-b600-e26a-8058-52d261901e56-a7d45d9f, #w-node-_5e8c3ef7-c602-293c-c85e-9b24b0039041-a7d45d9f, #w-node-cde6aa37-b600-e26a-8058-52d261901e63-a7d45d9f, #w-node-bf5763d1-d542-1590-4055-c8e04e9e3945-a7d45d9f, #w-node-cde6aa37-b600-e26a-8058-52d261901e70-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c48-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c4d-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c53-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c58-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c5e-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c63-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c6b-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c71-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c76-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c7c-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c81-a7d45d9f, #w-node-_80213ba5-d871-6617-8cb8-46aedbc85c87-a7d45d9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_035ed759-ee49-c5fd-3df9-4578c40666d6-a7d45d9f {
  grid-area: Team-Member-Grid-Area;
}

@media screen and (max-width: 991px) {
  #w-node-_450d26de-2f4e-f781-701a-ee665cb8cf2f-a7d45d66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc9425c0-64c0-5a61-cb95-0428e39126df-a7d45d89 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}