:root {
  --white: white;
  --1a171a: #1a171a;
  --cca048: #cca048;
  --211e21: #211e21;
  --black: black;
}

.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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.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;
}

@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: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  line-height: 155%;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 94px;
  font-weight: 400;
  line-height: 111%;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 116%;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 53.68px;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yeseva One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29.6px;
}

p {
  margin-bottom: 10px;
}

ul {
  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;
}

.page-wrapper {
  background-color: #442a19;
}

.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #cb9e6da8;
  background-clip: border-box;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  background-color: #442a19bd;
  max-width: 1350px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-logo {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 0;
  max-height: 115px;
  overflow: auto;
}

.nav-right-wrapper {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.nav-menu-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-weight: 500;
  line-height: 155%;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:active {
  color: #69523b;
}

.search-nav {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  background-color: #fff0;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  width: 0;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  inset: 0% 30px 0% auto;
}

.search-button {
  background-color: #3898ec00;
  background-image: url('../images/search-01-stroke-sharp-1_1search-01-stroke-sharp 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  padding: 0;
}

.section {
  background-color: #f5f5f500;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.banner-section {
  border-bottom: 4px none var(--cca048);
  background-color: #442a19bd;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 250px;
  position: relative;
}

.section.magic {
  border-top: 4px solid var(--cca048);
  background-image: url('../images/Group-1171276047.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bakery-menu {
  background-image: url('../images/Group-1000010374.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section.products {
  background-color: #1a171a;
  padding-top: 155px;
}

.section.products.inner-section {
  padding-top: 115px;
}

.section.why-choose-us {
  background-color: #442a19bd;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 0;
  padding-bottom: 152px;
}

.section.table {
  padding-top: 155px;
  padding-bottom: 155px;
}

.section.table.inner-section {
  padding-top: 115px;
}

.section.highlights {
  background-color: #442a19;
  padding-top: 0;
  padding-bottom: 100px;
}

.section.testimonial {
  padding-top: 0;
  overflow: clip;
}

.section.testimonial._2 {
  padding-top: 155px;
}

.section.faq {
  background-image: url('../images/Group-1171276032.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
}

.section.blog {
  padding-top: 155px;
}

.section.cta {
  background-color: #442a19bd;
  background-image: none;
  border: 1px solid #0000;
  min-height: 608px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  mix-blend-mode: normal;
  background-color: #442a19bd;
  outline: 3px #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.inner-banner {
  background-image: url('../images/Mask-group-11.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 228px;
  padding-bottom: 94px;
}

.section.khow-us {
  padding-top: 115px;
  padding-bottom: 155px;
  overflow: clip;
}

.section.success {
  padding-top: 0;
}

.section.principles {
  background-image: url('../images/image-20.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
}

.section.team-members {
  background-image: url('../images/Group-1000010393-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
}

.section.team-members.inner-section, .section.beakry-menu-page.inner-section {
  padding-top: 115px;
}

.section.shop-single, .section.team-single.inner-section {
  padding-top: 120px;
}

.section.blog-page {
  padding-top: 115px;
}

.section.blog-single {
  padding-top: 106px;
}

.section.contact-us {
  padding-top: 115px;
}

.section.license, .section.changelog {
  padding-top: 120px;
}

.section.password-protected {
  background-color: #1a171a;
  padding-top: 120px;
}

.section._404, .section.search-result {
  padding-top: 120px;
}

.section.checkout {
  width: auto;
  min-height: auto;
  padding: 140px 0;
}

.section.checkout-paypal {
  width: auto;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.section.preview-banner {
  padding-top: 255px;
  padding-bottom: 0;
}

.section.included {
  padding-top: 155px;
}

.section.demo-home {
  background-image: url('../images/image-20-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.inner-pages {
  padding-top: 155px;
}

.section.demo-section.utility, .section.template-core-features {
  background-image: url('../images/Group-1437253816-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
}

.section.figma-file {
  padding-bottom: 0;
}

.section.preview-fotter {
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 30px;
}

.section.cta {
  background-image: url('../images/Group-1171276025.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #cca048;
  min-height: 608px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-right-flex {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: var(--white);
  background-color: #f33;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  position: absolute;
  inset: -12% -38% auto auto;
}

.secondary-button {
  z-index: 1;
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-wrapper.banner-wrapper {
  text-align: center;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.menu {
  max-width: 572px;
}

.section-title-wrapper.faq-title-wrapper {
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

.section-title-wrapper.know-us-wrapper {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.demo {
  text-align: center;
  max-width: 788px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.demo.utilitis {
  max-width: 848px;
}

.section-title-wrapper.home-demo {
  text-align: center;
  max-width: 598px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.title-style {
  color: #fff;
  margin-bottom: 12px;
  font-family: Satisfy, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.title-style.menu {
  margin-bottom: 6px;
}

.section-title.banner-title {
  color: #fff;
  margin-bottom: 18px;
  font-size: 84px;
}

.section-title.menu-title, .section-title.product-title {
  margin-bottom: 16px;
}

.section-title.choose-title {
  text-align: center;
  margin-bottom: 17px;
  font-size: 48px;
}

.section-title.table-title, .section-title.highlight-title {
  margin-bottom: 16px;
}

.section-title.smiles-title {
  text-transform: capitalize;
}

.section-title.cta-title {
  margin-bottom: 17px;
}

.section-title.inner-banner-title, .section-title.know-us-title, .section-title.success-title, .section-title.principles-title, .section-title.team-title, .section-title.blog-single-title, .section-title.contact-us-title, .section-title.included, .section-title.home-demo, .section-title.demo {
  margin-bottom: 16px;
}

.text-style {
  color: var(--cca048);
}

.section-details {
  margin-bottom: 0;
}

.section-details.banner-details {
  color: #782a1a;
  margin-bottom: 33px;
}

.section-details.menu-details {
  max-width: 536px;
  margin-bottom: 32px;
}

.section-details.products-details {
  max-width: 696px;
}

.section-details.choose-us-details {
  text-align: center;
}

.section-details.highlight-details {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.testimonial-details {
  margin-bottom: 32px;
}

.section-details.faq-section-details {
  margin-bottom: 30px;
}

.section-details.cta-details {
  max-width: 476px;
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.know-details {
  text-align: center;
}

.section-details.success-details, .section-details.principles-details {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.team-details {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.bekary-details._2, .section-details.blog-details, .section-details.contact-us-details {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.section-bottom-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.section-bottom-flex.left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.primary-button {
  z-index: 1;
  background-color: var(--cca048);
  color: var(--1a171a);
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-weight: 500;
  line-height: 155%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-left-wrapper {
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner-left-img-01 {
  max-width: 365px;
}

.banner-right-wrapper {
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-right-img-01 {
  max-width: 365px;
}

.magic-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.magic-main-flex {
  max-width: 312px;
}

.magic-main-botom-img {
  margin-top: -44px;
  position: relative;
}

.magic-main-rigth-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.magic-main-title-style-wrap {
  background-color: var(--cca048);
  margin-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

.magic-main-title-style-text {
  color: #1a171a;
  font-weight: 500;
  line-height: 155%;
}

.magic-main-left-counter-wrapper {
  margin-bottom: 30px;
}

.magic-main-left-counter-flex {
  height: 54px;
  display: flex;
  overflow: hidden;
}

.single-counter {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.single-counter._2 {
  justify-content: flex-end;
}

.coustomers-text {
  font-weight: 500;
}

.magic-left-div {
  background-color: #ffffff1a;
  width: 312px;
  height: 1px;
  margin-bottom: 24px;
}

.offers-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.offers-left-wrapper {
  background-image: url('../images/Group-1000010381.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
}

.offers-left-top-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 352px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.offers-left-top-tile-wrap {
  margin-bottom: 20px;
}

.offer-title {
  z-index: 1;
  text-align: center;
  font-family: Satisfy, sans-serif;
}

.offer-title._2 {
  margin-top: -20px;
  font-family: Yeseva One, sans-serif;
}

.offers-title-style {
  color: var(--cca048);
}

.offers-main-img {
  max-width: 545px;
}

.offers-left-small-shape {
  position: absolute;
  inset: 180px auto auto 70px;
}

.offers-right-wrapper {
  background-image: url('../images/Mask-group.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offers-right-contant-wrapper {
  max-width: 293px;
}

.offers-left-bottom-contant {
  margin-bottom: 8px;
}

.offers-left-bottom-distcount-wrap {
  background-color: var(--white);
  padding-left: 8px;
  padding-right: 8px;
}

.offers-left-bottom-distcount-text {
  color: #1a171a;
  font-weight: 500;
}

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

.menu-right-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 648px;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.menu-right-flex {
  grid-row-gap: 60px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.menu-right-single-iteam-wrapper {
  background-color: #1a171a;
  flex: none;
  padding: 40px;
}

.menu-right-single-iteam-wrapper._1 {
  background-color: #211e21;
}

.menu-right-single-top-iteam-wraper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-right-single-top-left-iteam-wraper {
  padding-left: 24px;
  position: relative;
}

.menu-right-single-top-left-iteam-text {
  z-index: 1;
  position: relative;
}

.menu-right-single-top-left-iteam-logo {
  position: absolute;
  inset: -20% auto auto 0%;
}

.menu-right-iteam-contant-wrap {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.menu-right-iteam-left-contant-wrap {
  max-width: 330px;
  margin-top: 20px;
}

.menu-right-iteam-left-contant-title {
  margin-bottom: 4px;
}

.menu-right-iteam-right-contant-wrap {
  text-align: center;
  background-image: url('../images/Rectangle-69_1Rectangle 69.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 24px 30px;
}

.menu-right-contant-product-wight {
  margin-bottom: 4px;
}

.bakery-menu-overly._1 {
  background-image: linear-gradient(#1a171a, #1a171a00);
  height: 100%;
  max-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.bakery-menu-overly._2 {
  background-image: linear-gradient(#1a171a00, #1a171a);
  height: 100%;
  max-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.products-main-top-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 736px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products-main-tabs {
  justify-content: center;
  display: flex;
}

.products-tabs {
  width: 100%;
}

.products-tabs-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 872px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products-tabs-link {
  text-align: center;
  background-color: #ddd0;
  width: 100%;
  max-width: 200px;
  margin-right: 24px;
  padding: 0;
}

.products-tabs-link.w--current {
  background-color: #ddd0;
}

.products-tabs-link.last {
  margin-right: 0;
}

.products-tabs-img-wrap {
  display: flex;
}

.products-tabs-img-02 {
  position: absolute;
}

.products-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;
}

.products-top-contant-wrapper {
  background-image: url('../images/Group-1000010393.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px;
}

.products-main-contant-bottom-wrapper {
  background-color: #1a171a;
  border: 1px solid #ffffff0d;
  border-top-style: none;
  padding: 30px;
}

.products-main-contant-bottom-flex {
  text-align: center;
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
}

.products-name-link {
  margin-bottom: 8px;
  text-decoration: none;
}

.products-main-contant-bottom-wrap {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 254px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products-main-contant-bottom-wrap._1 {
  max-width: 265px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.products-right-contant-bottom-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.products-right-wight-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
  line-height: 142%;
}

.products-right-wight-text.price {
  color: var(--cca048);
}

.price-add-to-cart {
  background-color: #3898ec00;
  border: 1px solid #cca048;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.choose-main-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.choose-left-img {
  border: 1px solid var(--cca048);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.choose-right-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.choose-right-top-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-end;
  display: flex;
}

.choose-right-top-iteam-wrap {
  background-image: url('../images/Frame-1437253274.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 298px;
  padding: 40px 31px 45px 28px;
}

.choose-right-top-icon {
  margin-bottom: 32px;
}

.choose-us-iteam-title {
  max-width: 178px;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 38px;
}

.choose-us-iteam-details {
  width: 100%;
  max-width: 239px;
  margin-bottom: 0;
}

.choose-right-top-content-wrap {
  width: 100%;
  max-width: 573px;
  margin-bottom: 33px;
}

.choose-right-bottom-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.table-main-top-wrapper {
  text-align: center;
  max-width: 848px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.table-details {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.table-contant-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-contant-right-wrapper {
  background-image: url('../images/Group-1171275814.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.table-contant-top-wrapper {
  background-image: url('../images/Mask-group-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 80px;
}

.table-top-title {
  text-align: center;
}

.table-contant-bottom-wrapper {
  padding: 52px 40px 60px;
}

.table-contant-bottom-flex {
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.table-contant-single-bottom-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.table-single-bottom-name {
  font-weight: 500;
  line-height: 142%;
}

.table-single-bottom-name.yellow {
  color: var(--cca048);
  font-size: 18px;
}

.table-right-single-bottom-wrap {
  grid-column-gap: 27px;
  align-items: center;
  width: 100%;
  max-width: 363px;
  display: flex;
}

.table-right-contant-wrap {
  background-image: url('../images/Group-1171276035.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  padding: 50px 40px 40px;
}

.table-right-contant-top-wrap {
  margin-bottom: 52px;
}

.table-right-contant-top-title {
  margin-bottom: 12px;
}

.table-right-contant-from-wrap {
  margin-bottom: 0;
}

.table-feild {
  color: #fff9;
  background-color: #211e21;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
}

.table-feild::placeholder {
  color: #fff9;
  font-size: 18px;
  line-height: 28px;
}

.table-feild._1 {
  width: 100%;
  max-width: 272px;
}

.table-feild._2 {
  color: #7c7c7c99;
  background-color: #211e2100;
  width: 100%;
  max-width: 272px;
  padding-left: 0;
  padding-right: 0;
}

.table-right-contant-from-flex {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

.table-right-from-flex {
  grid-column-gap: 24px;
  display: flex;
}

.select-feild {
  background-color: #211e21;
  width: 100%;
  padding-left: 24px;
  padding-right: 20px;
}

.table-sumbit-button {
  background-color: var(--cca048);
  color: #1a171a;
  width: 100%;
  height: 60px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
}

.table-sumbit-button:focus-visible, .table-sumbit-button[data-wf-focus-visible] {
  font-size: 18px;
  font-weight: 500;
}

.highlights-main-top-wrapper {
  text-align: center;
  max-width: 848px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-main-contant-wrapper {
  background-image: url('../images/Frame-1437253279.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.highlight-main-top-img-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.highlight-main-top-img-wrapper._1 {
  justify-content: flex-start;
}

.highlight-main-top-img-wrapper._2 {
  justify-content: flex-end;
}

.highlight-main-single-img-wrapper {
  grid-column-gap: 40px;
  flex: none;
  display: flex;
}

.highlight-main-single-img {
  border: 1px solid #cca048;
}

.highlight-main-img-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.testimonial-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  display: flex;
}

.testimonial-top-left-wrapper {
  max-width: 601px;
}

.testimonial-top-right-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 536px;
  margin-bottom: 15px;
  display: flex;
}

.testimonal-shape {
  margin-bottom: 80px;
}

.testimonial-slider-main-wrap {
  position: relative;
}

.slider-info-testimonials {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-mask-testimonials {
  width: 40%;
  overflow: visible;
}

.testimonial-slider-content-wrappr {
  background-image: url('../images/Frame-1437253287.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 35px 46px;
}

.testimonial-slider-contant-flex {
  text-align: center;
}

.testimonial-main-content {
  margin-bottom: 17px;
}

.testimonial-main-content-details {
  margin-bottom: 31px;
  font-size: 20px;
  line-height: 30px;
}

.slide-nav {
  display: none;
}

.testimonial-athor-img-wrap {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-athor-details {
  text-align: left;
}

.testimonial-athor-title {
  margin-bottom: 5px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.testimonial-item-arrow {
  width: 20%;
  display: flex;
}

.testimonial-item-arrow.left-arrow-cover {
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial-item-arrow.right-arrow {
  height: auto;
  inset: 0% 0% 0% auto;
}

.arrow-item-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.hover-hero-arrow {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  top: -38px;
  left: -30px;
}

.slider-white-arrow {
  width: auto;
  height: auto;
}

.faq-tabs-menu-tab-link {
  color: #fff;
  text-transform: capitalize;
  background-color: #211e21;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-family: Yeseva One, sans-serif;
  font-size: 20px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.faq-tabs-menu-tab-link.w--current {
  color: #1a171a;
  background-color: #cca048;
}

.faq-question {
  color: #fff;
  max-width: 100%;
  font-size: 22px;
}

.section-title-single {
  width: 100%;
  max-width: 672px;
}

.faq-accordion-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.faq-minus-icon {
  position: absolute;
}

.primary-button-2 {
  z-index: 1;
  color: #0d0d0d;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  color: #fff;
  max-width: 818px;
  margin-top: 17px;
  margin-bottom: 0;
  line-height: 28px;
}

.section-button-wrap {
  display: inline-block;
}

.faq-icon {
  z-index: 1;
  position: relative;
}

.faq-accordion-answer-wrap {
  overflow: hidden;
}

.single-faq-accordion-wrap {
  background-color: #1a171a;
  padding: 28px 30px 30px 20px;
  text-decoration: none;
}

.single-faq-accordion-wrap.w--current {
  background-color: #1a171a00;
  background-image: url('../images/Group-1171275919-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-description-button-wrap {
  width: 100%;
  max-width: 536px;
  padding-top: 23px;
}

.display-none {
  display: none;
}

.faq-icon-wrapper {
  background-color: #211e21;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.faq-tabs {
  grid-column-gap: 24px;
  grid-template: "Area"
  / 1fr 2.05fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-tabs-menu {
  grid-row-gap: 15px;
  background-color: #1a171a;
  flex-flow: wrap;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 140px;
}

.faq-accordion-question-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon-wrap-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-main-wrapper {
  overflow: clip;
}

.blog-slider {
  background-color: #ddd0;
  height: auto;
}

.blog-mask {
  max-width: 760px;
  overflow: visible;
}

.blog-slide {
  margin-right: 24px;
}

.blog-img-link {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.blog-img {
  width: 100%;
  height: 100%;
}

.blog-name-link-wrapper {
  max-width: 536px;
}

.blog-name-link {
  margin-bottom: 16px;
  text-decoration: none;
}

.blog-main-link {
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-arrow {
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  inset: -120px 0% auto auto;
}

.blog-arrow._1 {
  top: -130px;
  right: 82px;
}

.blog-arrow._2 {
  top: -130px;
}

.cta-main-wrapper {
  background-color: #442a19bd;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-main-left-wrapper {
  max-width: 276px;
  margin-bottom: 30px;
}

.cta-logo-link.w--current {
  margin-bottom: 8px;
}

.cta-logo-details {
  text-align: center;
  margin-bottom: 28px;
}

.cta-from-block-wrap {
  width: 100%;
  margin-bottom: 0;
}

.cta-from-title {
  margin-bottom: 30px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.cta-from-block-field {
  background-color: #1a171a;
  border: 1px #000;
  width: 216px;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
}

.cta-from-block-field::placeholder {
  color: #fff9;
  font-size: 18px;
}

.cta-from-block-flex {
  width: 100%;
  display: flex;
}

.cta-from-block-submit-button {
  background-color: var(--cca048);
  background-image: url('../images/Vector-7_1Vector (7).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  padding: 0;
}

.cta-main-middle-wrap {
  background-image: url('../images/Group-1171276024.png');
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 648px;
  margin-top: -40px;
  padding: 162px 52px 168px;
}

.cta-main-middle-iteam {
  text-align: center;
}

.cta-right-wrapper {
  width: 100%;
  max-width: 276px;
  margin-left: 0;
}

.cta-title {
  margin-bottom: 20px;
}

.cta-sape-img {
  margin-bottom: 24px;
}

.cta-right-contact-wrap {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 35px;
  display: flex;
}

.cta-right-single-contact-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.cta-right-single-text {
  color: #fff;
  text-decoration: none;
}

.fotter-social-link-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fotter-social-link-wrapper._2 {
  position: absolute;
  inset: auto 0% 30px;
}

.fotter-social-link-wrapper.team-single {
  justify-content: flex-start;
  align-items: center;
}

.fotter-social-link {
  grid-column-gap: 12px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fotter-social-link._1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-color: #ffffff1a;
}

.fotter-social-link-img {
  z-index: 1;
  position: relative;
}

.fotter-social-link-div {
  background-color: #cca048;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: auto 0% 0% 42%;
}

.fotter-main-link-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 90px;
  display: grid;
}

.fotter-single-link {
  grid-column-gap: 12px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.fotter-single-link-wrap {
  margin-bottom: 24px;
}

.fotter-link-right-single-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.fotter-single-link-flex {
  justify-content: space-between;
  display: flex;
}

.fotter-single-link-flex._2 {
  max-width: 457px;
}

.fotter-single-link-title {
  margin-bottom: 10px;
}

.fotter-single-link-div {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-main-shape-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-main-shape {
  background-color: #ffffff1a;
  width: 400px;
  height: 1px;
}

.footer-top-link {
  background-image: url('../images/Group-1000010163_1Group 1000010163.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.copyright-text {
  text-align: center;
}

.copyright-link {
  color: #2d62ff;
  font-weight: 500;
  text-decoration: none;
}

.inner-banner-main-wrapper {
  text-align: center;
}

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

.inner-banner-link {
  color: var(--white);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.inner-banner-link.w--current {
  color: var(--cca048);
}

.khow-us-main-top-wrapper {
  margin-bottom: 55px;
}

.know-us-img-wrapper {
  grid-column-gap: 24px;
  display: flex;
}

.know-us-single-img-wrapper {
  grid-column-gap: 24px;
  flex: none;
  display: flex;
}

.know-us-single-img {
  max-width: 648px;
}

.success-main-top-wrapper {
  text-align: center;
  max-width: 788px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.process-main-vh-wrapper {
  height: 400vh;
}

.process-main-contant-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-main-title-wrapper {
  max-width: 360px;
}

.process-main-contant-single-wrapper {
  border-right: 4px #8000ff;
  border-left: 4px solid var(--cca048);
}

.process-main-contant-single-wrapper._2 {
  border-right-style: none;
  border-right-color: var(--cca048);
  border-left-color: var(--cca048);
}

.process-main-name-details {
  margin-bottom: 0;
  font-size: 17px;
}

.process-main-contant-single-flex {
  padding: 40px 36px;
}

.process-contant-number {
  color: #1a171a;
}

.process-contant-number._3 {
  color: #0d0d0d;
}

.process-main-wrapper {
  position: sticky;
  top: -49px;
  overflow: hidden;
}

.process-main-name-title {
  letter-spacing: -.64px;
  margin-bottom: 22px;
  font-size: 30px;
}

.process-main-img-shape {
  margin-bottom: 20px;
}

.process-contant-number-wrap {
  background-color: #cca048;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin-bottom: 40px;
  display: flex;
}

.principles-main-top-wrapper {
  text-align: center;
  max-width: 788px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.principles-main-bottom-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.principles-main-single-bottom-wrapper {
  background-color: #1a171a;
  max-width: 400px;
  padding: 40px;
}

.principles-main-single-bottom-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.principles-single-bottom-div {
  background-color: #211e21;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: flex;
}

.principles-title {
  text-align: center;
  margin-bottom: 16px;
}

.principles-details {
  text-align: center;
  margin-bottom: 0;
}

.team-members-top-wrapper {
  text-align: center;
  max-width: 724px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.team-list-wrapper {
  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-members-top-contant-wrapper {
  max-width: 424px;
  padding-top: 36px;
  position: relative;
  overflow: hidden;
}

.team-img-link {
  z-index: 1;
  position: relative;
}

.team-img {
  z-index: -1;
  position: relative;
}

.team-img._2 {
  z-index: 1;
}

.team-overly-bg {
  background-color: var(--cca048);
  position: absolute;
  inset: 0%;
}

.team-overly-shape {
  z-index: 1;
  background-image: url('../images/Rectangle-34625169.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-bottom-wrap {
  text-align: center;
  padding-top: 40px;
  padding-left: 62px;
  padding-right: 62px;
}

.team-main-name-link {
  margin-bottom: 4px;
  text-decoration: none;
}

.team-occupation-text {
  font-weight: 500;
}

.beakry-menu-top-wrapper {
  text-align: center;
  max-width: 762px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.beakry-menu-main-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-page-grid {
  justify-content: center;
  align-items: center;
  max-width: 648px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.shop-single-main-wrapper {
  grid-column-gap: 60px;
  margin-bottom: 55px;
  display: flex;
}

.shop-single-left-wrapper {
  background-image: url('../images/Group-1000010393.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px;
}

.shop-single-right-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 836px;
  display: flex;
}

.shop-single-top-star-wrapper {
  width: 100%;
}

.shop-star-img {
  max-width: 836px;
  margin-bottom: 20px;
}

.shop-single-name {
  margin-bottom: 20px;
}

.shop-single-iteam-flex {
  grid-column-gap: 24px;
  margin-bottom: 30px;
  display: flex;
}

.shop-single-iteam-div {
  background-color: #ffffff1a;
  width: 100%;
  max-width: 836px;
  height: 1px;
  margin-bottom: 30px;
}

.shop-single-iteam-text {
  margin-bottom: 30px;
}

.shop-add-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 0;
  display: flex;
}

.shop-quainty {
  color: #fff9;
  background-color: #211e21;
  border-style: none;
  width: 100%;
  max-width: 406px;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
}

.shop-add-to-cart {
  background-color: var(--cca048);
  color: #1a171a;
  width: 100%;
  max-width: 406px;
  font-weight: 500;
}

.shop-single-add-to-cart {
  margin-bottom: 30px;
}

.shop-single-text {
  margin-bottom: 0;
}

.shop-rich-text h3 {
  margin-bottom: 16px;
}

.shop-rich-text p {
  margin-bottom: 30px;
}

.shop-list-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ffffff1a;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 3.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-list-single-wrap {
  border-bottom: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  padding: 17px 24px;
}

.shop-list-single-wrap._2 {
  border-right-style: none;
}

.shop-list-single-wrap._2.last, .shop-list-single-wrap.last {
  border-bottom-style: none;
}

.shop-list-single-text {
  font-weight: 500;
}

.shop-list-single-text._2 {
  font-weight: 400;
}

.cart-header {
  padding: 30px;
}

.cart-title {
  color: var(--1a171a);
}

.cart-close-button {
  cursor: pointer;
  background-color: #1a171a0d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.cart-list {
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 0 10px;
  display: flex;
}

.cart-item {
  background-color: #1a171a0d;
  padding: 20px;
}

.cart-product-name {
  color: #1a171a;
  font-family: Yeseva One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.cart-div {
  margin-left: 0;
  margin-right: 0;
}

.cart-right-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.cart-single-quantity {
  color: #1a171a;
  border-style: none;
  border-radius: 0;
  width: 80px;
  height: 60px;
}

.cart-wrapper {
  background-color: #1a171acc;
}

.cart-container {
  min-width: 500px;
  max-width: 500px;
}

.remove-button {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.web-payments {
  display: none;
}

.cart-footer {
  background-color: #1a171a;
  border-top-style: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-line-item {
  margin-bottom: 24px;
}

.sub-total-text {
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  line-height: 130%;
}

.checkout-button {
  background-color: var(--cca048);
  color: #1a171a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

.team-page-athor-text {
  font-weight: 500;
}

.team-details-shape {
  background-color: #ffffff1a;
  height: 1px;
  margin-bottom: 30px;
}

.team-details-name {
  margin-bottom: 16px;
}

.team-details-main-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.team-details-right-wrapper {
  width: 100%;
  max-width: 880px;
}

.team-page-athor-flex {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.team-page-athor-div {
  background-color: var(--white);
  width: 30px;
  height: 1px;
}

.team-details-text {
  margin-bottom: 30px;
}

.blog-page-main-top-wrapper {
  text-align: center;
  max-width: 862px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-details-top-content {
  margin-bottom: 55px;
}

.blog-details-author-image-bio-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details-read-time-date-text {
  font-size: 18px;
}

.blog-details-author-wrapper {
  background-color: #211e21;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.blog-details-read-time-date {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details-author-name {
  margin-bottom: 8px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.blog-details-author-bio-text {
  font-size: 18px;
  line-height: 28px;
}

.blog-details-read-time-date-line {
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.blog-details-name-wrap {
  max-width: 1061px;
  margin-bottom: 55px;
}

.blog-details-rich-content h3 {
  margin-bottom: 16px;
}

.blog-details-rich-content p {
  margin-bottom: 30px;
}

.blog-details-rich-content blockquote {
  text-align: center;
  background-image: url('../images/inverted-comma_1inverted-comma.png'), url('../images/Group-1171276055.png');
  background-position: 50% 18%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border-left-style: none;
  margin-bottom: 55px;
  padding: 162px 60px 70px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.blog-details-rich-content ul {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.blog-details-rich-content li {
  background-image: url('../images/checkmark-circle-01-stroke-sharp-1_1checkmark-circle-01-stroke-sharp 1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

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

.contact-us-main-top-wrapper {
  text-align: center;
  max-width: 798px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-main-top-wrapper.search-result {
  max-width: 762px;
}

.contact-us-bottom-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Group-1171276055_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.contact-us-single-bottom-wrap {
  border-right: 4px solid #cca048;
  padding: 60px 33px;
}

.contact-us-single-bottom-wrap.last {
  border-right-style: none;
}

.contact-us-single-bottom-text, .contact-us-single-author-bottom-text {
  text-align: center;
}

.contact-map-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.contact-map-link-text {
  background-color: var(--cca048);
  color: var(--1a171a);
  padding: 16px 30px;
  font-weight: 500;
  position: absolute;
}

.contact-footer-form-submit-button {
  width: 100%;
  display: inline-block;
}

.contact-textarea {
  color: #fff9;
  background-color: #211e21;
  border: 1px #000;
  min-width: 100%;
  max-width: 100%;
  min-height: 260px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 120%;
}

.contact-textarea::placeholder {
  color: #fff9;
}

.contact-fields-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.footer-form-submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-field {
  color: #fff;
  background-color: #211e21;
  width: 548px;
  height: 60px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 120%;
}

.contact-field:active, .contact-field:focus, .contact-field:focus-visible, .contact-field[data-wf-focus-visible] {
  border-style: none;
}

.contact-field::placeholder {
  color: #fff9;
}

.contact-field:lang(en) {
  border-style: none;
}

.contact-us-right-main-wrapper {
  background-color: #1a171a;
  background-image: url('../images/Group-1171276068.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  width: 100%;
  padding: 60px;
}

.single-field-wrap.textarea {
  margin-bottom: 40px;
}

.contact-label {
  margin-bottom: 16px;
  font-family: Yeseva One, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.contact-submit-button {
  color: #0d0d0d;
  background-color: #cca048;
  width: 100%;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s;
}

.contact-submit-button:hover {
  background-color: var(--1a171a);
  color: #fff;
}

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

.single-field-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.style-guide-title-tag-circel {
  background-color: var(--white);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.style-guide-color-plate-wrapper {
  overflow: hidden;
}

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

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

.style-guide-single {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 100px;
}

.style-guide-single.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.color-code {
  color: #fff;
  font-family: Yeseva One, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.color-code.black {
  color: #1a171a;
}

.style-guide-title-tag-main {
  margin-bottom: 55px;
  display: inline-block;
}

.style-guide-title-wrapper {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.style-arrow-wrap {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.style-guide-paragraph-text {
  line-height: 28px;
}

.style-guide-color-plate-number {
  color: #fff;
  margin-bottom: 152px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.style-guide-color-plate-number.black {
  color: #1a171a;
  font-weight: 400;
}

.style-guide-color-plate-single {
  flex-flow: column;
  justify-content: space-between;
  min-height: 330px;
  padding: 30px;
  display: flex;
}

.style-guide-color-plate-single._4 {
  background-color: var(--white);
  border: 1px solid #16161a1a;
}

.style-guide-color-plate-single._1 {
  background-color: #1a171a;
  border: 1px solid #ffffff14;
}

.style-guide-color-plate-single._2 {
  background-color: #211e21;
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
}

.style-guide-color-plate-single._3 {
  background-color: #cca048;
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
}

.style-guide-title-tag-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.style-guide-paragraph {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.style-guide-title-tag-wrapper {
  grid-column-gap: 8px;
  background-color: #cca0481a;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 12px;
  display: flex;
}

.style-guide-paragraph-title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.colour-name {
  font-weight: 500;
}

.colour-name.black {
  color: #1a171a;
}

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

.license-icon-single-wrap {
  background-color: #211e21;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.license-description-text-link {
  color: #fff;
}

.license-icon {
  max-width: 80px;
}

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

.license-typography-button-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.licence-text-wrap {
  text-align: center;
  background-image: url('../images/Group-1171276055.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.license-description-text {
  width: 100%;
  max-width: 648px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.licence-text {
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.license-title {
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 54px;
}

.license-title-description, .license-title-description.mb30 {
  margin-bottom: 55px;
}

.license-icons-wrapper {
  width: 100%;
  max-width: 960px;
}

.license-image {
  width: 100%;
}

.license-content {
  grid-row-gap: 147px;
  flex-flow: column;
  display: flex;
}

.license-text-link {
  color: #fff;
  font-weight: 500;
}

.changelog-date-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.changelog-list-circel {
  background-color: var(--cca048);
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

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

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

.changelog-date-wrap {
  padding-top: 5px;
}

.changelog-list-text {
  color: #fffc;
  font-size: 18px;
  line-height: 28px;
}

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

.changelog-tag {
  margin-bottom: 27px;
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.changelog-line {
  height: 1038px;
  display: none;
  position: absolute;
  inset: 0% auto auto 250px;
}

.changelog-tag-wrap {
  margin-bottom: 30px;
}

.changelog-tag-line {
  background-image: linear-gradient(82deg, #fff, #fff0);
  width: 100%;
  height: 1px;
}

.changelog-single-wrapper {
  background-color: #211e21;
  width: 100%;
  max-width: 760px;
  padding: 30px 40px 40px;
}

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

.sign-in-form-wrap {
  margin-bottom: 0;
}

.authentication-title-wrapper {
  text-align: center;
  max-width: 401px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.authentication-social-media-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sign-in-checkbox-label {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.sign-in-or-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.sign-in-checkbox {
  background-color: #fff0;
  border-color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.sign-in-checkbox.w--redirected-checked {
  background-color: #6e26ff;
  background-size: 15px;
  border-color: #6e26ff;
  border-radius: 100%;
}

.sign-in-checkbox.w--redirected-focus {
  box-shadow: none;
}

.sign-in-title {
  color: #fff;
  letter-spacing: -.32px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 39px;
  line-height: 52px;
}

.authentication-social-media-link {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #211e21;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 25px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.sign-in-single-fields {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.authentication-left-content {
  background-image: url('../images/Mask-group-31.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.alternative-details-text-link {
  color: #fff;
  text-decoration: underline;
}

.sign-in-single-field-wrap {
  position: relative;
}

.sign-in-single-field-wrap.password {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sign-in-single-field-wrap.flex {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.or-border {
  background-image: linear-gradient(#6e26ff00, #6e26ff);
  width: 100%;
  height: 1px;
}

.or-border.right, .or-border.left {
  background-color: #ffffff1a;
  background-image: none;
}

.sign-in-field {
  color: #fff9;
  background-color: #211e21;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
}

.sign-in-field::placeholder {
  color: #fff9;
}

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

.alternative-details._2 {
  max-width: 420px;
}

.log-in {
  width: 100%;
}

.sign-in-checkbox-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #d7d7d7;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.sign-in-submit-button {
  background-color: var(--cca048);
  color: #000;
  text-transform: capitalize;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.sign-in-form-content-wrap {
  margin-bottom: 30px;
}

.sign-in-right-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.authentication-typography-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 115vh;
  display: flex;
  position: relative;
}

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

.password-view-icon {
  position: absolute;
  inset: auto 20px auto auto;
}

.authentication-wrapper {
  grid-column-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.sign-in-checkbox-label-span {
  font-weight: 400;
  text-decoration: underline;
}

.or-text {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 18px;
}

.sing-title {
  margin-bottom: 16px;
}

.authentication-text-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.password-wrapper {
  background-color: #1a171a;
  background-image: url('../images/pngwing.com-17-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff1a;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 40px;
}

.password-main-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.password-title {
  text-align: center;
  margin-bottom: 16px;
}

.password-lebel {
  display: none;
}

.password-feild {
  background-color: #211e21;
  border: 1px #000;
  height: 60px;
  margin-bottom: 24px;
  padding: 16px 24px;
}

.password-feild::placeholder {
  color: #fff9;
  font-size: 18px;
}

.submit-button {
  color: #1a171a;
  background-color: #cca048;
  width: 100%;
  height: 60px;
  padding-top: 16px;
  font-weight: 500;
}

.submit-button:focus-visible, .submit-button[data-wf-focus-visible] {
  font-weight: 500;
}

.password-details {
  text-align: center;
  margin-bottom: 34px;
}

._404-main-right-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._404-img {
  max-width: 544px;
}

._404-main-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  align-items: center;
  display: flex;
}

._404-main-right-title {
  text-align: center;
  margin-bottom: 16px;
}

._404-main-right-details-wrapper {
  color: #fffc;
  text-align: center;
  margin-bottom: 32px;
}

.search-main-wrap {
  align-items: center;
  max-width: 872px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search-page-input {
  color: #fff9;
  background-color: #211e21;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
}

.search-page-button {
  background-color: #3898ec00;
  background-image: url('../images/search-01-stroke-sharp-1-1_1search-01-stroke-sharp 1 (1).png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  inset: 18px 18px 0% auto;
}

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

.search-result-item {
  background-color: #211e21;
  padding: 30px;
}

.search-title {
  margin-bottom: 8px;
}

.search-link {
  color: #cca048;
  margin-bottom: 30px;
}

.checkout-header {
  background-color: var(--cca048);
  border-style: none;
  padding: 20px 40px;
}

.checkout-right-wrap, .checkout-left-wrapper {
  flex: 0 auto;
  width: 50%;
}

.checkout-web-payment {
  display: none;
}

.checkout-content-wrapper {
  background-color: var(--1a171a);
  border: 1px solid #0000001a;
  padding: 40px;
}

.checkout-feild {
  background-color: var(--211e21);
  border-style: none;
  border-radius: 0;
  height: 40px;
}

.customer-info {
  border: 1px solid #ffffff1a;
}

.checkout-title, .checkout-required {
  color: var(--1a171a);
}

.preview-banner-top-content {
  margin-bottom: 80px;
}

.preview-banner-typography {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 94px;
  font-weight: 500;
  line-height: 111%;
}

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

.preview-banner-description-text {
  color: #fffc;
  width: 100%;
  max-width: 806px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.preview-banner-bottom-content {
  background-image: url('../images/Group-1437253789.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  display: flex;
}

.preview-banner-card-image-wrap-left {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.preview-banner-card-image {
  width: 100%;
  height: 100%;
}

.preview-banner-card-image._1 {
  max-width: 346px;
}

.preview-banner-card-image-wrap-middle {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.preview-banner-card-image-wrapper-right {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.section-description-text {
  color: #16161acc;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.section-description-text.included {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 28px;
}

.section-description-text.home-demo {
  color: #fffc;
  text-align: center;
  width: 100%;
  max-width: 530px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.section-description-text.demo {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.section-description-text.demo._2 {
  max-width: 100%;
}

.section-description-text.demo.featuers {
  max-width: 530px;
}

.included-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.included-single {
  text-align: center;
  background-color: #211e21;
  max-width: 382px;
  padding: 40px 20px;
}

.included-icon-wrapper {
  background-color: #16161a0d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-icon {
  width: 80px;
  height: 80px;
}

.included-title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 42px;
}

.included-description-text {
  font-size: 18px;
  line-height: 28px;
}

.demo-home-name-wrap {
  z-index: 1;
  background-color: var(--cca048);
  text-align: center;
  margin-top: -67px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.demo-home-name {
  color: var(--1a171a);
  font-family: Yeseva One, sans-serif;
  font-size: 32px;
  line-height: 100%;
  display: inline-block;
}

.vedio-play-logo-wrap {
  background-color: #1a171a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.demo-home-content {
  background-color: #211e21;
  padding: 40px 10px 10px;
}

.banner-main-circle-wrapper {
  background-color: #cca048;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.demos-overly-wrap {
  background-color: #1a171acc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.demo-home-image-wrapper {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.demo-home-image {
  width: 100%;
}

.demo-home-link {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.demo-home-image-single {
  border: 1px solid var(--cca048);
  position: relative;
  overflow: hidden;
}

.demo-name {
  color: #1a171a;
  font-family: Yeseva One, sans-serif;
  line-height: 110%;
  display: inline-block;
}

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

.demo-name-wrapper {
  z-index: 1;
  background-color: var(--cca048);
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 100%;
  position: absolute;
  inset: auto 0 0;
}

.demo-name-wrapper._2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.demos-overly-wrap-2 {
  background-color: #1a171acc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.demo-image-single {
  border: 1px solid var(--cca048);
  position: relative;
  overflow: hidden;
}

.demo-single {
  background-color: #211e21;
  padding: 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.template-core-features-description {
  margin-bottom: 0;
}

.template-core-features-image-wrapper {
  width: 100%;
  max-width: 724px;
}

.template-core-features-button-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.template-core-features-single {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f3f4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.template-core-features-single.left-padding {
  background-color: #1a171a;
  border-radius: 0;
  padding-left: 20px;
  overflow: hidden;
}

.template-core-features-single.left-padding.last {
  padding-left: 20px;
}

.template-core-features-single.right-padding {
  background-color: #1a171a;
  border-radius: 0;
  padding-right: 20px;
}

.template-core-features-image {
  width: 100%;
}

.template-core-features-content {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.template-core-features-typography {
  width: 100%;
  max-width: 473px;
}

.template-core-features-title {
  letter-spacing: -.64px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 54px;
}

.figma-image-wrapper {
  position: relative;
}

.figma-image-shape {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.figma-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 74px;
}

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

.figma-typography-content {
  width: 100%;
  max-width: 1096px;
}

.figma-description-text {
  color: #fffc;
  line-height: 28px;
}

.figma-button-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.figma-icon-image-wrapper {
  width: 100%;
  max-width: 159px;
}

.figma-image {
  width: 100%;
  height: 100%;
}

.figma-description-text-under-line {
  color: #fffc;
  text-decoration: underline;
}

.figma-top-content {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

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

.preview-footer-button-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.preview-footer-description-text {
  width: 100%;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.preview-footer-typography {
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.preview-footer-bottom-content {
  text-align: center;
  border-top: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.copy-right-text {
  text-align: center;
}

.copy-right-link {
  color: #fff;
}

.primary-button-text-block {
  z-index: 1;
  position: relative;
}

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

.dropdown-pd.pd-60px {
  background-color: var(--black);
  border: 1px solid #ffffff26;
  padding: 40px;
}

.dropdown-menu-cms-line {
  background-color: var(--cca048);
  width: 10px;
  height: 1px;
}

.dropdown-title-wrapper {
  margin-bottom: 40px;
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 875px;
  margin-left: 100px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-title {
  color: var(--white);
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.more-temple-text-link-boder {
  background-color: var(--cca048);
  width: 100%;
  height: 1px;
}

.more-temple-wrapper {
  display: inline-block;
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: var(--white);
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 24px;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover {
  color: var(--cca048);
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.drop-toggle-arrow {
  color: #fff;
  margin-left: 6px;
  font-size: 15px;
}

.drop-toggle-arrow:hover {
  color: #fff;
}

.dropdown-menu-cms {
  color: var(--cca048);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .45s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #ff4c0a;
}

.more-temple-text-link {
  color: var(--cca048);
  font-size: 18px;
  text-decoration: none;
}

.nav-bottom.for-mobile {
  display: none;
}

.text-block {
  text-align: center;
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.section-2 {
  margin-top: 150px;
  padding-top: 0;
  font-size: 16px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
}

.text-span {
  color: var(--cca048);
}

.bold-text {
  color: #fff;
  font-size: 20px;
}

.text-style-2 {
  color: #cca048;
}

.title-style-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  font-family: Satisfy, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.choose-left-img-2 {
  border: 1px solid #fff0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.text-style-3 {
  color: #cca048;
}

.code-embed {
  color: #000;
  text-align: center;
}

.div-block, .bold-text-2, .bold-text-3 {
  font-size: 16px;
}

.bold-text-4 {
  color: #c89f68;
}

.text-span-2 {
  color: #fff;
}

.nav-main-wrapper-copy {
  background-color: #cb9e6da8;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-copy {
  background-color: #cb9e6da8;
  max-width: 1350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
}

.title-style-3 {
  color: #fff;
  margin-bottom: 12px;
  font-family: Satisfy, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.banner-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.magic {
    background-size: cover;
  }

  .section.why-choose-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.highlights {
    padding-bottom: 50px;
  }

  .section.cta {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1px #000;
  }

  .section.footer {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .section-bottom-flex.left {
    flex-flow: row;
    display: flex;
  }

  .banner-left-img-01, .banner-right-img-01 {
    max-width: 100%;
  }

  .magic-main-wrapper {
    justify-content: space-between;
  }

  .menu-main-wrapper {
    grid-column-gap: 100px;
    display: flex;
  }

  .choose-main-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: grid;
  }

  .choose-left-img {
    width: 100%;
    max-width: 100%;
  }

  .choose-right-top-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .choose-right-top-iteam-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .choose-right-bottom-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .table-contant-bottom-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .table-contant-single-bottom-flex {
    justify-content: space-between;
  }

  .table-single-bottom-name, .table-single-bottom-name.yellow {
    font-size: 24px;
  }

  .highlight-main-contant-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .faq-question {
    font-size: 24px;
  }

  .faq-tabs {
    display: grid;
  }

  .cta-main-wrapper {
    justify-content: space-between;
  }

  .cta-right-single-text {
    color: #fff;
    text-decoration: none;
  }

  .footer-main-shape {
    width: 600px;
  }

  .copyright-link {
    color: #0059ff;
  }

  .principles-main-bottom-wrapper {
    display: grid;
  }

  .principles-main-single-bottom-wrapper {
    max-width: 100%;
  }

  .team-members-top-contant-wrapper {
    max-width: 424px;
  }

  .team-img {
    max-width: 100%;
  }

  .team-bottom-wrap {
    padding-left: 74px;
    padding-right: 74px;
  }

  .contact-field {
    width: 548px;
  }

  .contact-us-right-main-wrapper {
    padding-top: 100px;
  }

  .single-field-flex {
    flex-flow: row;
    display: flex;
  }

  .changelog-line {
    display: block;
    left: 250px;
  }

  .authentication-left-content {
    max-width: 750px;
  }

  .authentication-wrapper {
    flex-flow: row;
  }

  .included-grid {
    display: grid;
  }

  .included-single {
    max-width: 100%;
  }

  .included-icon {
    width: 100px;
    height: 100px;
  }

  .template-core-features-single.left-padding {
    padding-left: 60px;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
  }

  .link, .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .link-3 {
    color: var(--white);
    text-decoration: none;
  }

  .choose-left-img-2 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .choose-left-img, .choose-right-top-iteam-wrap {
    height: 100%;
  }

  .table-contant-top-wrapper {
    padding-left: 180px;
    padding-right: 180px;
  }

  .table-contant-bottom-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fotter-link-right-single-flex {
    grid-column-gap: 24px;
  }

  .team-bottom-wrap {
    padding-left: 74px;
    padding-right: 74px;
  }

  .contact-us-right-main-wrapper {
    padding: 100px;
  }

  .preview-banner-card-image-wrap-left {
    max-width: 470px;
  }

  .preview-banner-card-image._1 {
    max-width: 100%;
  }

  .preview-banner-card-image-wrapper-right {
    max-width: 470px;
  }

  .template-core-features-single.left-padding {
    justify-content: space-between;
  }

  .template-core-features-single.left-padding.last {
    padding-left: 60px;
  }

  .template-core-features-single.right-padding {
    padding-right: 60px;
  }

  .choose-left-img-2 {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    overflow: clip;
  }

  .navbar {
    background-color: #cb9e6d;
  }

  .nav-logo {
    width: 120px;
    max-width: 200px;
    height: auto;
    overflow: clip;
  }

  .nav-menu {
    display: flex;
  }

  .section.magic {
    background-size: cover;
  }

  .section.footer {
    padding-top: 40px;
  }

  .nav-right-flex {
    align-items: center;
  }

  .section-title.choose-title {
    font-size: 64px;
  }

  .choose-right-top-iteam-wrap {
    height: auto;
  }

  .choose-right-bottom-flex {
    height: 100%;
  }

  .slider-mask-testimonials {
    width: 38%;
  }

  .cta-right-single-text {
    color: var(--white);
    text-decoration: none;
  }

  .copyright-link {
    color: #0867ff;
  }

  .process-main-vh-wrapper, .process-main-title-wrapper {
    text-align: left;
  }

  .authentication-social-media-wrap {
    flex-flow: row;
  }

  .sign-in-title {
    margin-bottom: 16px;
    font-size: 43px;
  }

  .authentication-left-content {
    background-color: #0d0d0d;
    max-width: 960px;
  }

  .preview-banner-title {
    letter-spacing: -3.2px;
  }

  .preview-banner-card-image {
    width: auto;
    height: auto;
  }

  .preview-banner-card-image._1 {
    max-width: 100%;
  }

  .preview-banner-card-image-wrap-middle {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .included-single {
    padding: 40px 50px;
  }

  .demo-single {
    max-width: 100%;
  }

  .primary-button-text-block.is-text-absolute {
    flex: 0 auto;
    display: block;
  }

  .text-block {
    text-align: center;
  }

  .link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }

  .link-2, .link-3 {
    color: var(--white);
    text-decoration: none;
  }

  .container-copy {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 90px;
  }

  h2 {
    font-size: 54px;
    line-height: 64px;
  }

  h3 {
    font-size: 34px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container._2 {
    flex-flow: column;
  }

  .nav-main-wrapper {
    align-items: center;
  }

  .nav-logo {
    max-width: 150px;
  }

  .nav-right-wrapper {
    grid-column-gap: 20px;
    align-items: center;
  }

  .nav-menu {
    background-color: #c8c8c800;
  }

  .nav-menu-flex {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    background-color: var(--1a171a);
    border: 1px solid #ffffff0d;
    flex-flow: column;
    max-height: 85vh;
    padding: 30px;
    overflow: auto;
  }

  .nav-link {
    margin-left: 0;
  }

  .search-nav {
    display: none;
  }

  .section.banner-section {
    border-bottom-style: none;
    padding-top: 200px;
  }

  .section.magic {
    background-position: 50% 95%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.offers, .section.bakery-menu, .section.products {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.products.inner-section {
    padding-top: 100px;
  }

  .section.why-choose-us, .section.table, .section.table.inner-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.highlights, .section.testimonial {
    padding-bottom: 100px;
  }

  .section.testimonial._2, .section.faq, .section.blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .section.inner-banner {
    padding-top: 200px;
    padding-bottom: 85px;
  }

  .section.khow-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.success {
    padding-bottom: 100px;
  }

  .section.principles, .section.team-members {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.team-members.inner-section {
    padding-top: 100px;
  }

  .section.beakry-menu-page.inner-section, .section.shop-single, .section.team-single.inner-section, .section.blog-page, .section.blog-single, .section.contact-us, .section.style-guide, .section.license, .section.changelog, .section.password-protected, .section._404, .section.search-result, .section.checkout, .section.checkout-paypal {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.preview-banner {
    padding-top: 203px;
  }

  .section.included, .section.demo-home, .section.inner-pages, .section.demo-section.utility, .section.template-core-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.figma-file {
    padding-top: 100px;
  }

  .section.preview-fotter {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-title-wrapper.menu {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-wrapper.faq-title-wrapper {
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .section-title-wrapper.demo {
    max-width: 688px;
    margin-bottom: 40px;
  }

  .section-title-wrapper.home-demo {
    margin-bottom: 40px;
  }

  .title-style {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-title.banner-title {
    margin-bottom: 10px;
    font-size: 62px;
    line-height: 72px;
  }

  .section-title.choose-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.faq-title {
    text-align: center;
  }

  .section-title.cta-title {
    margin-bottom: 12px;
  }

  .section-title.inner-banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .section-title.know-us-title, .section-title.team-title {
    margin-bottom: 10px;
  }

  .text-style {
    font-weight: 400;
  }

  .section-details.banner-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-details.menu-details {
    max-width: 600px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.choose-us-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.testimonial-details {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-details.faq-section-details {
    margin-bottom: 18px;
  }

  .section-details.cta-details {
    margin-bottom: 20px;
  }

  .section-bottom-flex.left {
    justify-content: center;
    align-items: stretch;
  }

  .banner-left-img-01, .banner-right-img-01 {
    max-width: 250px;
  }

  .magic-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .magic-main-botom-wrap {
    width: 100%;
  }

  .magic-main-botom-img {
    width: 100%;
    margin-top: 0;
  }

  .magic-main-rigth-flex {
    order: -1;
  }

  .magic-main-left-counter-flex {
    height: 44px;
  }

  .offers-main-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .offers-main-img-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .offers-main-img {
    max-width: 100%;
  }

  .offers-right-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-main-wrapper {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .menu-right-wrapper {
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .menu-right-flex {
    grid-row-gap: 30px;
    width: 100%;
  }

  .menu-right-flex._2 {
    display: none;
  }

  .menu-right-single-iteam-wrapper {
    padding: 30px;
  }

  .bakery-menu-overly._1, .bakery-menu-overly._2 {
    display: none;
  }

  .products-tabs-menu {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .products-tabs-img-02 {
    max-width: 153px;
  }

  .products-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .products-top-contant-wrapper {
    padding: 30px;
  }

  .products-main-contant-bottom-wrapper {
    padding: 25px;
  }

  .choose-main-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .choose-right-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .choose-right-top-iteam-wrap {
    max-width: 100%;
  }

  .choose-right-top-content-wrap {
    margin-bottom: 20px;
  }

  .choose-right-bottom-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .table-contant-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .table-contant-top-wrapper {
    background-size: cover;
    padding: 40px 100px;
  }

  .table-contant-bottom-wrapper {
    padding: 40px;
  }

  .table-single-bottom-name, .table-single-bottom-name.yellow {
    font-size: 22px;
  }

  .table-right-single-bottom-wrap {
    grid-column-gap: 25px;
    max-width: 450px;
  }

  .table-right-contant-wrap {
    padding: 30px;
  }

  .table-right-contant-top-wrap {
    margin-bottom: 30px;
  }

  .table-feild._2 {
    max-width: 100%;
  }

  .select-feild {
    padding-left: 15px;
    padding-right: 15px;
  }

  .highlights-main-top-wrapper {
    margin-bottom: 30px;
  }

  .highlight-main-contant-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .highlight-main-top-img-wrapper._1, .highlight-main-single-img-wrapper {
    grid-column-gap: 20px;
  }

  .highlight-main-img-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-top-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .testimonial-top-left-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .testimonial-top-right-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 20px;
  }

  .testimonal-shape {
    margin-bottom: 40px;
    display: none;
  }

  .slider-mask-testimonials {
    width: 100%;
  }

  .testimonial-item-arrow.left-arrow-cover {
    justify-content: center;
    align-items: center;
    width: auto;
    inset: 0% 0% 0% auto;
  }

  .testimonial-item-arrow.right-arrow {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .arrow-item-cover {
    display: none;
  }

  .hover-hero-arrow {
    position: static;
  }

  .faq-tabs-menu-tab-link {
    padding: 18px 20px;
  }

  .faq-question {
    max-width: 85%;
    font-size: 22px;
    line-height: 32px;
  }

  .section-title-single {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button-2 {
    border-radius: 30px;
    padding: 14px 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-answer {
    max-width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }

  .single-faq-accordion-wrap {
    padding: 25px;
  }

  .section-description-button-wrap {
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .faq-icon-wrapper {
    width: 36px;
    height: 36px;
  }

  .faq-tabs {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .faq-tabs-menu {
    padding: 20px;
    position: static;
  }

  .blog-slider {
    padding-bottom: 120px;
  }

  .blog-name {
    font-size: 23px;
  }

  .blog-arrow._1 {
    inset: auto auto 0% 40%;
  }

  .blog-arrow._2 {
    inset: auto 40% 0% auto;
  }

  .cta-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-main-left-wrapper {
    order: -1;
    margin-bottom: 0;
  }

  .cta-logo-link {
    margin-bottom: 15px;
  }

  .cta-main-middle-wrap {
    max-width: 100%;
    margin-top: 0;
    padding: 100px 40px;
  }

  .cta-right-wrapper {
    order: -1;
  }

  .fotter-social-link {
    width: 55px;
    height: 55px;
  }

  .fotter-main-link-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .fotter-single-link {
    font-size: 16px;
    line-height: 26px;
  }

  .fotter-single-link-wrap {
    margin-bottom: 20px;
  }

  .fotter-link-right-single-flex {
    grid-column-gap: 98px;
    grid-row-gap: 98px;
    justify-content: flex-start;
  }

  .fotter-single-link-flex {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
    justify-content: flex-start;
  }

  .fotter-single-link-title {
    margin-bottom: 10px;
  }

  .fotter-single-link-div {
    grid-row-gap: 21px;
  }

  .footer-main-shape-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-main-shape {
    width: 300px;
  }

  .khow-us-main-top-wrapper {
    margin-bottom: 40px;
  }

  .know-us-single-img-wrapper {
    grid-column-gap: 20px;
  }

  .process-main-vh-wrapper {
    height: auto;
  }

  .process-main-contant-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-main-contant-single-flex {
    padding: 20px 20px 30px;
  }

  .process-contant-number {
    font-size: 21px;
  }

  .process-main-wrapper {
    position: static;
  }

  .process-main-contant-img {
    width: 100%;
  }

  .process-main-name-title {
    margin-bottom: 14px;
  }

  .process-contant-number-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .principles-main-top-wrapper {
    margin-bottom: 40px;
  }

  .principles-main-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .principles-main-single-bottom-wrapper {
    padding: 25px;
  }

  .principles-single-bottom-div {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .principles-single-bottom-img {
    max-width: 48px;
  }

  .principles-title {
    margin-bottom: 10px;
  }

  .principles-details {
    font-size: 16px;
    line-height: 26px;
  }

  .team-members-top-wrapper {
    margin-bottom: 40px;
  }

  .team-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-members-top-contant-wrapper {
    max-width: 100%;
    padding-top: 20px;
  }

  .team-img {
    z-index: 1;
  }

  .team-img._2 {
    width: 100%;
  }

  .team-bottom-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .beakry-menu-main-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .menu-page-grid {
    max-width: 100%;
  }

  .shop-single-main-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .shop-single-left-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .shop-star-img {
    max-width: 812px;
  }

  .shop-rich-text h3 {
    margin-bottom: 10px;
  }

  .shop-rich-text p {
    margin-bottom: 20px;
  }

  .shop-list-single-wrap {
    padding: 15px 20px;
  }

  .shop-list-single-text, .shop-list-single-text._2 {
    font-size: 15px;
  }

  .team-details-shape {
    margin-bottom: 20px;
  }

  .team-details-name {
    margin-bottom: 14px;
  }

  .team-details-main-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .team-details-right-wrapper {
    max-width: 100%;
  }

  .team-page-athor-flex, .team-details-text {
    margin-bottom: 20px;
  }

  .blog-page-main-top-wrapper, .blog-details-top-content {
    margin-bottom: 40px;
  }

  .blog-details-read-time-date-text {
    font-size: 16px;
  }

  .blog-details-name {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-details-author-wrapper {
    padding: 20px;
  }

  .blog-details-author-name {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 36px;
  }

  .blog-details-author-bio-text {
    font-size: 16px;
  }

  .blog-details-name-wrap {
    margin-bottom: 40px;
  }

  .blog-details-rich-content h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 14%, 50% 0;
    margin-bottom: 30px;
    padding: 130px 40px 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-rich-content li {
    padding-left: 30px;
    font-size: 14px;
    line-height: 26px;
  }

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

  .contact-us-main-top-wrapper {
    margin-bottom: 40px;
  }

  .contact-us-bottom-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-single-bottom-wrap.last {
    border-bottom: 4px solid #cca048;
    border-right-style: solid;
  }

  .contact-us-single-bottom-wrap._3 {
    border-bottom: 4px solid #cca048;
    border-left: 4px solid #cca048;
  }

  .contact-us-single-bottom-wrap._1 {
    border-top: 4px solid #cca048;
    border-bottom: 4px solid #cca048;
    border-left: 4px solid #cca048;
  }

  .contact-us-single-bottom-wrap._2 {
    border-top: 4px solid #cca048;
    border-bottom: 4px solid #cca048;
  }

  .contact-map-link-text {
    padding: 12px 25px;
  }

  .contact-textarea {
    min-height: 200px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-fields-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .contact-field {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-us-right-main-wrapper {
    max-width: 100%;
    padding: 30px;
  }

  .single-field-wrap {
    width: 100%;
  }

  .single-field-wrap.textarea {
    margin-bottom: 30px;
  }

  .contact-label {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .contact-submit-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .style-guide-content {
    grid-row-gap: 60px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-single {
    padding-bottom: 60px;
  }

  .color-code {
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-title-tag-main {
    margin-bottom: 30px;
  }

  .style-guide-title-wrapper {
    grid-row-gap: 15px;
  }

  .style-arrow-wrap {
    width: 55px;
    height: 55px;
  }

  .style-guide-paragraph-text {
    font-size: 17px;
    line-height: 27px;
  }

  .style-guide-color-plate-number {
    margin-bottom: 100px;
  }

  .style-guide-color-plate-single {
    min-height: 180px;
    padding: 20px 15px;
  }

  .style-guide-paragraph {
    grid-row-gap: 15px;
  }

  .style-guide-title-tag-wrapper {
    padding: 5px 10px;
  }

  .style-guide-paragraph-title {
    font-size: 24px;
    line-height: 34px;
  }

  .license-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .license-icons-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .licence-text-wrap {
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .license-description-text {
    max-width: 700px;
    font-size: 16px;
    line-height: 26px;
  }

  .licence-text {
    font-size: 16px;
  }

  .license-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .license-title-description {
    margin-bottom: 40px;
  }

  .license-icons-wrapper {
    max-width: 100%;
  }

  .license-content {
    grid-row-gap: 40px;
  }

  .changelog-content {
    grid-row-gap: 35px;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .changelog-line {
    height: 100%;
    display: none;
  }

  .changelog-single-wrapper {
    max-width: 100%;
  }

  .changelog-single-content {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 100%;
  }

  .sign-in-or-wrap {
    grid-column-gap: 10px;
  }

  .sign-in-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .sign-in-single-fields {
    grid-row-gap: 30px;
  }

  .authentication-left-content {
    display: none;
  }

  .sign-in-right-content {
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._404-img {
    max-width: 100%;
  }

  ._404-main-left-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._404-main-wrapper {
    flex-flow: wrap;
  }

  .search-main-wrap {
    margin-bottom: 20px;
  }

  .search-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .checkout-right-wrap, .checkout-left-wrapper {
    width: 100%;
  }

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

  .preview-banner-top-content {
    margin-bottom: 40px;
  }

  .preview-banner-title {
    letter-spacing: 0;
    font-size: 56px;
    font-weight: 400;
    line-height: 66px;
  }

  .preview-banner-description-text {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-bottom-content {
    grid-column-gap: 15px;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .preview-banner-card-image-wrap-left {
    grid-row-gap: 15px;
    max-width: 183px;
  }

  .preview-banner-card-image-wrap-middle {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .preview-banner-card-image-wrapper-right {
    grid-row-gap: 15px;
    max-width: 183px;
  }

  .section-description-text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .included-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .included-single {
    padding: 30px 20px;
  }

  .included-icon-wrapper {
    margin-bottom: 20px;
  }

  .included-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .demo-home-name-wrap {
    margin-top: -65px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .vedio-play-logo-wrap {
    width: 50px;
    height: 50px;
  }

  .vedio-play-logo {
    max-width: 23px;
  }

  .demo-home-content {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .banner-main-circle-wrapper {
    width: 120px;
    height: 120px;
  }

  .demo-home-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-main-circle-text-img {
    max-width: 87px;
  }

  .demo-name {
    font-size: 22px;
  }

  .demo-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .demo-name-wrapper {
    max-width: 320px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .demo-name-wrapper._2 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .demo-single {
    max-width: 361.5px;
    padding: 20px;
  }

  .template-core-features-description {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .template-core-features-button-wrapper {
    margin-top: 20px;
  }

  .template-core-features-single.left-padding {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 40px;
  }

  .template-core-features-single.left-padding.last {
    grid-row-gap: 30px;
    padding: 40px;
  }

  .template-core-features-single.right-padding {
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 40px;
  }

  .template-core-features-typography {
    text-align: center;
    order: -1;
    max-width: 100%;
  }

  .figma-title {
    font-size: 52px;
    line-height: 62px;
  }

  .figma-typography-content {
    max-width: 650px;
  }

  .figma-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .figma-button-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .figma-icon-image-wrapper {
    max-width: 60px;
  }

  .figma-top-content {
    grid-row-gap: 31px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

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

  .preview-footer-title {
    font-size: 46px;
    line-height: 56px;
  }

  .preview-footer-bottom-content {
    text-align: center;
  }

  .dropdown-pd.pd-60px {
    height: auto;
    padding: 40px 30px;
    overflow: visible;
  }

  .dropdown-column-wrapper {
    margin-left: 0;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .menu-dropdown-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: static;
  }

  .dropdown-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .nav-bottom.for-dekstop {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .text-style-2 {
    font-weight: 400;
  }

  .title-style-2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .text-style-3 {
    font-weight: 400;
  }

  .nav-main-wrapper-copy {
    align-items: center;
  }

  .container-copy._2 {
    flex-flow: column;
  }

  .title-style-3 {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
    line-height: 27px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    margin-top: 30px;
  }

  .nav-logo {
    max-width: 110px;
  }

  .nav-menu-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
  }

  .nav-link {
    margin-right: auto;
    font-size: 17px;
  }

  .section.banner-section {
    padding-top: 150px;
    padding-bottom: 240px;
  }

  .section.magic, .section.offers, .section.bakery-menu, .section.products {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.products.inner-section {
    padding-top: 80px;
  }

  .section.why-choose-us, .section.table, .section.table.inner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.highlights, .section.testimonial {
    padding-bottom: 80px;
  }

  .section.testimonial._2, .section.faq, .section.blog, .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  .section.inner-banner {
    padding-top: 172px;
    padding-bottom: 70px;
  }

  .section.khow-us, .section.principles, .section.team-members {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.team-members.inner-section {
    padding-top: 80px;
  }

  .section.beakry-menu-page.inner-section, .section.shop-single, .section.team-single.inner-section, .section.blog-page, .section.blog-single, .section.contact-us, .section.style-guide, .section.license, .section.changelog, .section.password-protected, .section._404, .section.search-result, .section.checkout, .section.checkout-paypal {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.preview-banner {
    padding-top: 160px;
  }

  .section.included, .section.demo-home, .section.inner-pages, .section.demo-section.utility, .section.template-core-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.figma-file, .section.preview-fotter {
    padding-top: 80px;
  }

  .secondary-button {
    padding: 14px 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-title-wrapper.faq-title-wrapper {
    margin-bottom: 20px;
  }

  .section-title-wrapper.demo, .section-title-wrapper.home-demo {
    margin-bottom: 30px;
  }

  .title-style {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .section-title.banner-title {
    font-size: 45px;
    line-height: 55px;
  }

  .section-title.menu-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.product-title {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.table-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .section-title.highlight-title {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.smiles-title {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.cta-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.inner-banner-title {
    margin-bottom: 10px;
  }

  .section-title.inner-banner-title._2 {
    font-size: 29px;
    line-height: 39px;
  }

  .section-title.know-us-title {
    font-size: 37px;
    line-height: 47px;
  }

  .section-title.success-title {
    font-size: 34px;
    line-height: 44px;
  }

  .section-title.principles-title {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.team-title {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.blog-single-title {
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 47px;
  }

  .section-title.contact-us-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

  .section-title.included {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.home-demo {
    margin-bottom: 12px;
  }

  .section-title.demo {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 50px;
  }

  .section-details.banner-details {
    font-size: 16px;
  }

  .section-details.menu-details {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 27px;
  }

  .section-details.products-details, .section-details.table-details, .section-details.highlight-details {
    font-size: 16px;
    line-height: 26px;
  }

  .section-details.testimonial-details, .section-details.faq-section-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-details.cta-details {
    font-size: 14px;
    line-height: 27px;
  }

  .section-details.know-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.success-details {
    font-size: 17px;
    line-height: 27px;
  }

  .section-details.team-details, .section-details.contact-us-details {
    font-size: 16px;
    line-height: 26px;
  }

  .primary-button {
    padding: 14px 25px;
  }

  .banner-left-img-01, .banner-right-img-01 {
    max-width: 165px;
  }

  .magic-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .magic-main-flex {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .magic-main-rigth-flex {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .magic-right-title {
    text-align: center;
  }

  .magic-main-left-counter-wrapper {
    margin-bottom: 20px;
  }

  .magic-main-left-counter-flex {
    justify-content: center;
    height: 40px;
  }

  .magic-left-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .offers-left-top-wrapper {
    margin-bottom: 20px;
  }

  .offers-left-top-tile-wrap {
    margin-bottom: 15px;
  }

  .offers-main-img {
    max-width: 330px;
  }

  .offers-left-small-shape {
    display: none;
  }

  .offers-right-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .offers-left-bottom-contant {
    text-align: center;
  }

  .menu-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .menu-right-single-iteam-wrapper {
    padding: 20px;
  }

  .menu-right-iteam-contant-wrap {
    margin-top: 30px;
  }

  .menu-right-iteam-left-contant-wrap {
    max-width: 100%;
    margin-top: 15px;
  }

  .menu-right-iteam-left-contant-text {
    font-size: 16px;
  }

  .menu-right-iteam-right-contant-wrap {
    padding: 18px 20px;
  }

  .menu-right-contant-product-wight {
    margin-bottom: 2px;
  }

  .products-main-top-wrapper {
    margin-bottom: 40px;
  }

  .products-tabs-menu {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .products-tabs-link {
    margin-right: 0;
  }

  .products-tabs-img-wrap {
    justify-content: center;
    align-items: center;
  }

  .products-tabs-img-01, .products-tabs-img-02 {
    max-width: 100px;
  }

  .products-list {
    grid-template-columns: 1fr;
  }

  .products-top-contant-wrapper {
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: flex;
  }

  .products-top-img {
    width: 100%;
  }

  .products-main-contant-bottom-wrapper {
    padding: 20px;
  }

  .price-add-to-cart {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .choose-main-wrapper {
    flex-flow: column;
    display: flex;
  }

  .choose-left-img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .choose-right-wrapper {
    grid-row-gap: 20px;
  }

  .choose-right-top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .choose-right-top-iteam-wrap {
    padding: 30px 25px;
  }

  .choose-us-iteam-title, .choose-us-iteam-details {
    max-width: 100%;
  }

  .choose-right-top-content-wrap {
    text-align: center;
    order: -1;
    margin-bottom: 25px;
  }

  .choose-right-bottom-flex {
    grid-template-columns: 1fr;
  }

  .table-main-top-wrapper {
    margin-bottom: 30px;
  }

  .table-contant-top-wrapper {
    padding: 30px 80px;
  }

  .table-contant-bottom-wrapper {
    padding: 20px;
  }

  .table-contant-bottom-flex {
    grid-row-gap: 20px;
  }

  .table-single-bottom-name {
    font-size: 18px;
  }

  .table-single-bottom-name.yellow {
    font-size: 15px;
  }

  .table-right-single-bottom-wrap {
    grid-column-gap: 20px;
    max-width: 270px;
  }

  .table-right-contant-wrap {
    padding: 25px;
  }

  .table-right-contant-top-wrap {
    margin-bottom: 20px;
  }

  .table-right-contant-top-details {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .table-right-contant-from-wrap {
    margin-bottom: 0;
  }

  .table-feild {
    height: 55px;
    padding: 14px 20px;
  }

  .table-feild::placeholder {
    font-size: 16px;
  }

  .table-feild._1 {
    max-width: 100%;
  }

  .table-right-contant-from-flex {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .table-right-from-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .highlights-main-top-wrapper {
    margin-bottom: 20px;
  }

  .highlight-main-contant-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .highlight-main-top-img-wrapper._1, .highlight-main-top-img-wrapper._2, .highlight-main-single-img-wrapper {
    grid-column-gap: 20px;
  }

  .highlight-main-single-img {
    max-width: 250px;
  }

  .highlight-main-img-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-top-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-top-right-wrapper {
    margin-top: 15px;
  }

  .testimonal-shape {
    display: none;
  }

  .testimonial-slider-main-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-info-testimonials {
    width: auto;
    height: auto;
    padding-bottom: 80px;
  }

  .testimonial-slider {
    margin-right: 20px;
  }

  .testimonial-slider-content-wrappr {
    max-width: 500px;
    padding: 20px;
  }

  .testimonial-main-content {
    margin-bottom: 10px;
  }

  .testimonial-main-content-details {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-athor-img {
    max-width: 54px;
  }

  .testimonial-item-arrow.left-arrow-cover {
    inset: auto auto 0% 55%;
  }

  .testimonial-item-arrow.right-arrow {
    inset: auto 49% 0% auto;
  }

  .hover-hero-arrow {
    width: 50px;
    height: 50px;
  }

  .slider-white-arrow {
    max-width: 23px;
  }

  .faq-tabs-menu-tab-link {
    padding: 16px 15px;
    font-size: 20px;
  }

  .faq-question {
    font-size: 20px;
    line-height: 30px;
  }

  .section-title-single {
    margin-bottom: 16px;
  }

  .primary-button-2 {
    padding: 13px 24px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 25px;
  }

  .single-faq-accordion-wrap {
    padding: 20px;
  }

  .section-description-button-wrap {
    max-width: 450px;
    padding-top: 0;
  }

  .faq-icon-wrapper {
    width: 35px;
    height: 35px;
  }

  .faq-tabs {
    grid-row-gap: 30px;
  }

  .faq-tabs-menu {
    grid-row-gap: 15px;
    padding: 15px;
  }

  .blog-slider {
    padding-bottom: 100px;
  }

  .blog-arrow._1 {
    left: 30%;
  }

  .blog-arrow._2 {
    right: 30%;
  }

  .cta-main-wrapper {
    grid-row-gap: 40px;
  }

  .cta-main-left-wrapper {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .cta-from-block-field {
    width: 100%;
  }

  .cta-main-middle-wrap {
    padding: 30px;
  }

  .cta-right-wrapper {
    max-width: 100%;
  }

  .cta-title, .cta-right-contact-wrap {
    text-align: left;
  }

  .fotter-social-link-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .fotter-social-link-wrapper._2 {
    justify-content: center;
    align-items: center;
  }

  .fotter-main-link-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .fotter-single-link-wrap {
    margin-bottom: 15px;
  }

  .fotter-link-right-single-flex {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: space-between;
  }

  .fotter-single-link-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .fotter-single-link-flex._2 {
    grid-column-gap: 127px;
    grid-row-gap: 127px;
    justify-content: flex-start;
    max-width: 100%;
  }

  .fotter-single-link-title {
    margin-bottom: 0;
  }

  .fotter-single-link-div {
    grid-row-gap: 15px;
  }

  .footer-main-shape-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .footer-main-shape {
    width: 180px;
  }

  .footer-top-link {
    width: 55px;
    height: 55px;
  }

  .copyright-text {
    font-size: 16px;
    line-height: 27px;
  }

  .khow-us-main-top-wrapper {
    margin-bottom: 30px;
  }

  .know-us-single-img {
    width: 100%;
    max-width: 350px;
  }

  .success-main-top-wrapper {
    margin-bottom: 40px;
  }

  .process-main-contant-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .process-main-contant-img {
    width: 100%;
  }

  .principles-main-top-wrapper {
    margin-bottom: 20px;
  }

  .principles-main-bottom-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .principles-main-single-bottom-wrapper {
    padding: 20px;
  }

  .team-members-top-wrapper {
    margin-bottom: 30px;
  }

  .team-list-wrapper {
    grid-template-columns: 1fr;
  }

  .team-img-link {
    width: 100%;
    max-width: 100%;
  }

  .team-img {
    width: 100%;
  }

  .team-img._2 {
    height: 100%;
  }

  .team-overly-shape {
    background-position: 50% 0;
    max-height: 150px;
  }

  .shop-single-main-wrapper {
    margin-bottom: 20px;
  }

  .shop-single-left-wrapper {
    padding: 30px;
  }

  .shop-star-img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .shop-single-name {
    margin-bottom: 15px;
  }

  .shop-single-iteam-flex, .shop-single-iteam-div, .shop-single-iteam-text {
    margin-bottom: 20px;
  }

  .shop-add-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .shop-rich-text p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .team-details-text {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-page-main-top-wrapper {
    margin-bottom: 30px;
  }

  .blog-page-list {
    grid-template-columns: 1fr;
  }

  .blog-details-top-content {
    margin-bottom: 20px;
  }

  .blog-details-name {
    font-size: 29px;
    line-height: 39px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-details-author-name {
    font-size: 24px;
    line-height: 34px;
  }

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

  .blog-details-rich-content h3 {
    font-size: 27px;
    line-height: 37px;
  }

  .blog-details-rich-content blockquote {
    padding: 120px 30px 30px;
    font-size: 18px;
  }

  .blog-details-rich-content ul {
    margin-bottom: 25px;
  }

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

  .contact-us-main-top-wrapper {
    margin-bottom: 20px;
  }

  .contact-us-bottom-wrap {
    grid-template-columns: 1fr;
  }

  .contact-us-single-bottom-wrap.last {
    border-left: 4px solid #cca048;
  }

  .contact-us-single-bottom-wrap._2 {
    border-top-style: none;
    border-left: 4px solid #cca048;
  }

  .contact-map-link {
    margin-bottom: 20px;
  }

  .contact-map-link-text {
    padding: 10px 20px;
  }

  .contact-textarea {
    min-height: 140px;
  }

  .contact-fields-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .footer-form-submit-button-wrap {
    width: 100%;
  }

  .contact-field {
    height: 45px;
    font-size: 14px;
  }

  .contact-us-right-main-wrapper {
    padding: 20px;
  }

  .single-field-wrap.textarea {
    margin-bottom: 20px;
  }

  .contact-submit-button {
    height: 55px;
    padding: 16px 30px;
    font-size: 17px;
  }

  .single-field-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .style-arrow-icon {
    max-width: 20px;
  }

  .style-guide-content {
    grid-row-gap: 40px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-single {
    padding-bottom: 30px;
  }

  .color-code {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .style-guide-title-tag-main {
    margin-bottom: 20px;
  }

  .style-guide-title-wrapper {
    grid-row-gap: 10px;
  }

  .style-guide-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .style-arrow-wrap {
    width: 50px;
    height: 50px;
  }

  .style-guide-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-color-plate-number {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-color-plate-single {
    min-height: 140px;
  }

  .style-guide-title-tag-text {
    font-size: 16px;
  }

  .colour-name {
    font-size: 15px;
  }

  .license-icon-single-wrap {
    width: 50px;
    height: 50px;
  }

  .license-icon {
    width: 25px;
  }

  .license-icons-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .license-typography-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .licence-text-wrap {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .license-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .licence-text {
    max-width: 420px;
    font-size: 16px;
    line-height: 26px;
  }

  .license-title {
    font-size: 32px;
    line-height: 42px;
  }

  .license-content {
    grid-row-gap: 50px;
  }

  .changelog-date-text {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 30px;
  }

  .changelog-list-circel {
    flex: none;
    width: 8px;
    height: 8px;
    margin-top: 7px;
  }

  .changelog-content {
    grid-row-gap: 30px;
  }

  .changelog-list-single {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .changelog-list-text {
    font-size: 16px;
    line-height: 26px;
  }

  .changelog-list-wrapper {
    grid-row-gap: 5px;
  }

  .changelog-tag {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .changelog-single-wrapper {
    padding: 25px 15px;
  }

  .authentication-social-media-wrap {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .sign-in-checkbox-label {
    font-size: 16px;
    line-height: 28px;
  }

  .sign-in-or-wrap {
    grid-column-gap: 10px;
    text-align: center;
  }

  .sign-in-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .authentication-social-media-link {
    justify-content: center;
    align-items: center;
  }

  .sign-in-single-fields {
    grid-row-gap: 20px;
  }

  .sign-in-single-field-wrap.flex {
    justify-content: space-between;
    align-items: center;
  }

  .or-border {
    width: 40%;
  }

  .sign-in-field {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .sign-in-submit-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .sign-in-form-content-wrap {
    margin-bottom: 20px;
  }

  .sign-in-right-content {
    max-width: 430px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .authentication-logo-link-block {
    margin-bottom: 30px;
  }

  .authentication-wrapper {
    min-height: 100vh;
  }

  .or-text {
    flex: none;
    width: auto;
  }

  .password-wrapper {
    padding: 30px;
  }

  .password-main-icon-wrapper {
    margin-bottom: 20px;
  }

  .password-main-password-img {
    max-width: 61px;
  }

  .password-title {
    margin-bottom: 10px;
  }

  .password-feild {
    height: 50px;
    margin-bottom: 20px;
  }

  .password-feild::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .submit-button {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .password-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  ._404-img {
    max-width: 400px;
  }

  ._404-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._404-main-right-title {
    margin-bottom: 10px;
  }

  ._404-main-right-details-wrapper {
    margin-bottom: 20px;
  }

  .preview-banner-top-content {
    margin-bottom: 25px;
  }

  .preview-banner-typography {
    max-width: 450px;
  }

  .preview-banner-title {
    letter-spacing: 0;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 44px;
  }

  .preview-banner-button-wrapper {
    grid-column-gap: 15px;
    flex-flow: wrap;
  }

  .preview-banner-description-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-banner-bottom-content {
    grid-column-gap: 10px;
    max-width: 479px;
    padding: 15px;
  }

  .preview-banner-card-image-wrap-left {
    grid-row-gap: 12px;
    max-width: 110px;
  }

  .preview-banner-card-image {
    height: 100%;
  }

  .preview-banner-card-image-wrap-middle {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .preview-banner-card-image-wrapper-right {
    max-width: 110px;
  }

  .section-description-text {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-description-text.included {
    max-width: 450px;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .included-single {
    padding: 25px;
  }

  .included-icon {
    max-width: 80px;
  }

  .included-title {
    margin-bottom: 12px;
  }

  .demo-home-name-wrap {
    margin-top: 0;
    padding: 10px;
  }

  .demo-home-name {
    font-size: 24px;
  }

  .vedio-play-logo-wrap {
    width: 40px;
    height: 40px;
  }

  .vedio-play-logo {
    max-width: 17px;
  }

  .demo-home-content {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-main-circle-wrapper {
    width: 100px;
    height: 100px;
  }

  .demo-home-image-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-main-circle-text-img {
    max-width: 76px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-name-wrapper {
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .demo-image {
    width: 100%;
  }

  .demo-single {
    max-width: 100%;
  }

  .template-core-features-description {
    font-size: 16px;
    line-height: 26px;
  }

  .template-core-features-image-wrapper {
    max-width: 100%;
  }

  .template-core-features-button-wrapper {
    margin-top: 20px;
  }

  .template-core-features-single.left-padding {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .template-core-features-single.left-padding.last {
    padding: 20px;
  }

  .template-core-features-single.right-padding {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .template-core-features-title {
    font-size: 36px;
    line-height: 46px;
  }

  .figma-title {
    font-size: 40px;
    line-height: 50px;
  }

  .figma-typography-content {
    max-width: 400px;
  }

  .figma-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .figma-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .figma-icon-image-wrapper {
    max-width: 40px;
  }

  .preview-footer-button-wrapper {
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .preview-footer-logo-image {
    max-width: 130px;
  }

  .preview-footer-description-text {
    max-width: 450px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-title {
    font-size: 34px;
    line-height: 44px;
  }

  .preview-footer-bottom-content {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .copy-right-text {
    font-size: 15px;
  }

  .dropdown-pd.pd-60px {
    width: 400px;
    padding: 40px 20px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-column-wrapper.w--open {
    max-width: 100%;
  }

  .menu-dropdown-wrapper {
    margin-right: 0;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .dropdown-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .menu-button {
    width: 45px;
    height: 45px;
  }

  .nav-bottom.for-dekstop {
    display: none;
  }

  .nav-bottom.for-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cta-from {
    width: 100%;
  }

  .title-style-2 {
    margin-bottom: 10px;
  }

  .choose-left-img-2 {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .container-copy {
    margin-top: 30px;
  }

  .title-style-3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-logo {
    max-width: 90px;
  }

  .nav-right-wrapper {
    grid-column-gap: 15px;
  }

  .nav-menu-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #cb9e6d;
    padding: 20px;
  }

  .nav-link {
    font-size: 15px;
  }

  .section.banner-section {
    padding-top: 145px;
    padding-bottom: 177px;
  }

  .section.magic, .section.offers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bakery-menu {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: clip;
  }

  .section.products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.products.inner-section {
    padding-top: 60px;
  }

  .section.why-choose-us, .section.table, .section.table.inner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.highlights, .section.testimonial {
    padding-bottom: 60px;
  }

  .section.testimonial._2, .section.faq, .section.blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cta {
    background-image: none;
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.inner-banner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.inner-banner._2 {
    padding-top: 180px;
  }

  .section.khow-us, .section.principles, .section.team-members {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team-members.inner-section {
    padding-top: 60px;
  }

  .section.beakry-menu-page.inner-section, .section.shop-single, .section.team-single.inner-section, .section.blog-page, .section.blog-single, .section.contact-us, .section.style-guide, .section.license, .section.changelog, .section.password-protected, .section._404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.search-result {
    padding-top: 60px;
  }

  .section.checkout, .section.checkout-paypal {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.preview-banner {
    padding-top: 130px;
  }

  .section.included, .section.demo-home, .section.inner-pages, .section.demo-section.utility, .section.template-core-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.figma-file {
    padding-top: 80px;
  }

  .section.preview-fotter {
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .cart-quantity {
    font-size: 10px;
  }

  .secondary-button {
    padding: 13px 22px;
    font-size: 14px;
    line-height: 24px;
  }

  .section-title-wrapper.faq-title-wrapper {
    margin-bottom: 25px;
  }

  .section-title-wrapper.demo {
    margin-bottom: 20px;
  }

  .section-title-wrapper.home-demo {
    margin-bottom: 25px;
  }

  .title-style {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .section-title.banner-title {
    font-size: 35px;
    line-height: 45px;
  }

  .section-title.menu-title {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.product-title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.choose-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.table-title {
    font-size: 22px;
    line-height: 33px;
  }

  .section-title.highlight-title {
    font-size: 22px;
    line-height: 32px;
  }

  .section-title.smiles-title {
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.faq-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title.cta-title {
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.inner-banner-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title.inner-banner-title._2, .section-title.know-us-title {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title.success-title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 32px;
  }

  .section-title.principles-title, .section-title.team-title {
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.blog-single-title {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.contact-us-title {
    font-size: 26px;
    line-height: 37px;
  }

  .section-title.included {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title.home-demo {
    margin-bottom: 10px;
    font-size: 31px;
  }

  .section-title.demo {
    font-size: 26px;
    line-height: 36px;
  }

  .text-style {
    color: var(--cca048);
  }

  .section-details.banner-details {
    font-size: 13px;
    line-height: 24px;
  }

  .section-details.menu-details {
    font-size: 14px;
    line-height: 25px;
  }

  .section-details.products-details {
    max-width: 694px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.choose-us-details {
    font-size: 13px;
    line-height: 23px;
  }

  .section-details.table-details, .section-details.highlight-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.testimonial-details {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .section-details.faq-section-details {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.cta-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.know-details {
    font-size: 14px;
    line-height: 23px;
  }

  .section-details.principles-details, .section-details.team-details {
    font-size: 14px;
    line-height: 24px;
  }

  .section-details.bekary-details._2 {
    font-size: 15px;
    line-height: 26px;
  }

  .section-details.blog-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details.contact-us-details {
    font-size: 15px;
  }

  .section-bottom-flex, .section-bottom-flex.left {
    flex-flow: wrap;
  }

  .primary-button {
    padding: 13px 22px;
    font-size: 14px;
    line-height: 24px;
  }

  .banner-left-img-01, .banner-right-img-01 {
    max-width: 120px;
  }

  .magic-main-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .magic-main-left-counter-wrapper {
    margin-bottom: 15px;
  }

  .magic-main-left-counter-flex {
    height: 35px;
  }

  .coustomers-text {
    font-size: 16px;
  }

  .magic-left-div {
    margin-bottom: 15px;
  }

  .magic-left-title {
    font-size: 20px;
    line-height: 30px;
  }

  .offers-left-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .offers-main-img {
    max-width: 100%;
  }

  .offers-right-wrapper {
    padding-top: 30px;
  }

  .menu-right-flex {
    grid-row-gap: 25px;
  }

  .menu-right-single-iteam-wrapper {
    padding: 15px;
  }

  .menu-right-single-top-left-iteam-logo {
    max-width: 40px;
  }

  .menu-right-single-top-right-iteam-img {
    max-width: 100px;
  }

  .menu-right-iteam-contant-wrap {
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
  }

  .menu-right-iteam-left-contant-wrap {
    margin-top: 10px;
  }

  .menu-right-iteam-left-contant-title {
    margin-bottom: 3px;
  }

  .menu-right-iteam-left-contant-text {
    font-size: 15px;
    line-height: 25px;
  }

  .menu-right-iteam-right-contant-wrap {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding: 16px 15px;
  }

  .menu-right-iteam-right-contant-price-wrap {
    justify-content: space-between;
    display: flex;
  }

  .products-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: grid;
  }

  .products-tabs-link {
    max-width: 100%;
    margin-right: 0;
  }

  .products-tabs-img-wrap {
    justify-content: center;
    width: 100%;
  }

  .products-tabs-img-01 {
    width: 100%;
  }

  .products-top-contant-wrapper {
    padding: 20px;
  }

  .products-main-contant-bottom-wrapper {
    padding: 15px;
  }

  .products-main-contant-bottom-wrap {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .products-right-wight-text {
    font-size: 15px;
  }

  .price-add-to-cart {
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .choose-main-wrapper {
    grid-row-gap: 20px;
  }

  .choose-left-img {
    height: 300px;
  }

  .choose-right-wrapper {
    grid-row-gap: 15px;
  }

  .choose-right-top-iteam-wrap {
    padding: 20px;
  }

  .choose-right-top-icon {
    max-width: 54px;
    margin-bottom: 15px;
  }

  .choose-us-iteam-title {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .choose-us-iteam-details {
    font-size: 14px;
    line-height: 24px;
  }

  .choose-right-bottom-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .table-main-top-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .table-contant-top-wrapper {
    padding: 20px 40px;
  }

  .table-contant-bottom-wrapper {
    padding: 15px;
  }

  .table-contant-bottom-flex {
    grid-row-gap: 15px;
  }

  .table-contant-single-bottom-flex {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
  }

  .table-single-bottom-name {
    font-size: 15px;
  }

  .table-right-single-bottom-wrap {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .table-right-single-bottom-img {
    max-width: 90px;
    display: none;
  }

  .table-right-contant-wrap {
    padding: 15px;
  }

  .table-right-contant-top-title {
    margin-bottom: 10px;
  }

  .table-right-contant-top-details {
    font-size: 13px;
    line-height: 22px;
  }

  .table-feild {
    height: 50px;
    padding: 13px 18px;
    font-size: 16px;
  }

  .table-feild::placeholder {
    font-size: 15px;
  }

  .table-right-contant-from-flex {
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .table-sumbit-button {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .highlight-main-contant-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .highlight-main-single-img-wrapper {
    grid-column-gap: 15px;
  }

  .highlight-main-single-img {
    max-width: 200px;
  }

  .highlight-main-img-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-top-right-wrapper {
    margin-top: 10px;
  }

  .slider-info-testimonials {
    padding-bottom: 80px;
  }

  .testimonial-slider-content-wrappr {
    padding: 15px;
  }

  .testimonial-main-content-details {
    font-size: 14px;
  }

  .testimonial-item-arrow.left-arrow-cover {
    left: 53%;
  }

  .testimonial-item-arrow.right-arrow {
    right: 53%;
  }

  .hover-hero-arrow {
    width: 40px;
    height: 40px;
  }

  .slider-white-arrow {
    max-width: 20px;
  }

  .faq-tabs-menu-tab-link {
    padding: 14px 12px;
    font-size: 18px;
  }

  .faq-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .section-title-single {
    margin-bottom: 10px;
  }

  .faq-accordion-wrapper {
    grid-row-gap: 15px;
  }

  .primary-button-2 {
    padding: 12px 23px;
    font-size: 14px;
    line-height: 25px;
  }

  .faq-answer {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-icon {
    width: 12px;
  }

  .single-faq-accordion-wrap {
    padding: 15px;
  }

  .section-description-button-wrap {
    max-width: 300px;
  }

  .faq-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .faq-tabs-menu {
    grid-row-gap: 10px;
    padding: 15px;
  }

  .faq-accordion-question-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-slider {
    padding-bottom: 80px;
  }

  .blog-name-link {
    margin-bottom: 10px;
  }

  .blog-name {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-arrow._1, .blog-arrow._2 {
    width: 50px;
    height: 50px;
  }

  .cta-main-wrapper {
    grid-row-gap: 30px;
  }

  .cta-main-left-wrapper {
    text-align: center;
  }

  .cta-logo-link {
    margin-bottom: 8px;
  }

  .cta-logo {
    max-width: 100%;
    height: auto;
  }

  .cta-logo-details {
    margin-bottom: 15px;
  }

  .cta-from-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .cta-from-block-field {
    width: 80%;
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-from-block-field::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-from-block-submit-button {
    width: 50px;
    height: 55px;
  }

  .cta-main-middle-wrap {
    padding: 20px;
  }

  .cta-title {
    text-align: center;
  }

  .cta-sape-img {
    margin-bottom: 20px;
  }

  .cta-right-contact-wrap {
    grid-row-gap: 20px;
    text-align: left;
    margin-bottom: 20px;
  }

  .fotter-social-link-wrapper {
    grid-column-gap: 10px;
  }

  .fotter-social-link {
    width: 50px;
    height: 50px;
  }

  .fotter-social-link._1 {
    width: 40px;
    height: 40px;
  }

  .fotter-social-link-img {
    max-width: 19px;
  }

  .fotter-social-link-div {
    width: 5px;
    height: 5px;
  }

  .fotter-main-link-flex {
    flex-flow: wrap;
    margin-bottom: 30px;
    display: flex;
  }

  .fotter-link-right-single-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .fotter-single-link-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fotter-single-link-flex._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .fotter-single-link-title {
    font-size: 24px;
  }

  .fotter-div-img-shape {
    max-width: 100%;
  }

  .fotter-single-link-div {
    grid-row-gap: 12px;
  }

  .footer-main-shape-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-main-shape {
    width: 100px;
    display: none;
  }

  .footer-top-link {
    width: 50px;
    height: 50px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 25px;
  }

  .know-us-single-img {
    max-width: 200px;
  }

  .success-main-top-wrapper {
    margin-bottom: 20px;
  }

  .process-main-contant-single-flex {
    padding: 15px 15px 20px;
  }

  .process-main-name-title {
    font-size: 22px;
    line-height: 30px;
  }

  .principles-main-single-bottom-wrapper {
    padding: 15px;
  }

  .principles-single-bottom-div {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .principles-single-bottom-img {
    max-width: 30px;
  }

  .principles-title {
    margin-bottom: 8px;
  }

  .principles-details {
    font-size: 14px;
    line-height: 24px;
  }

  .team-members-top-wrapper {
    margin-bottom: 25px;
  }

  .team-bottom-wrap {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .beakry-menu-top-wrapper {
    margin-bottom: 40px;
  }

  .shop-single-left-wrapper {
    padding: 25px;
  }

  .shop-star-img {
    margin-bottom: 10px;
  }

  .shop-single-iteam-flex {
    margin-bottom: 15px;
  }

  .shop-single-iteam-text {
    font-size: 15px;
  }

  .shop-add-flex {
    flex-flow: wrap;
  }

  .shop-quainty {
    height: 50px;
  }

  .shop-single-text {
    font-size: 15px;
    line-height: 25px;
  }

  .shop-rich-text h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .shop-list-single-wrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .shop-list-single-text {
    font-size: 13px;
  }

  .shop-list-single-text._2 {
    font-size: 11px;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-close-button {
    width: 50px;
    height: 50px;
  }

  .cart-item {
    grid-row-gap: 15px;
    flex-flow: column;
    padding: 15px;
  }

  .cart-single-quantity {
    width: 74%;
    height: 50px;
  }

  .remove-button {
    width: 50px;
    height: 50px;
  }

  .cart-footer {
    padding: 20px;
  }

  .sub-total-text {
    font-size: 15px;
  }

  .checkout-button {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .team-details-name {
    margin-bottom: 10px;
  }

  .team-details-main-wrap {
    grid-row-gap: 20px;
  }

  .team-details-text {
    margin-bottom: 15px;
  }

  .blog-details-top-content {
    margin-bottom: 30px;
  }

  .blog-details-author-image-bio-wrapper {
    grid-column-gap: 10px;
  }

  .blog-details-read-time-date-text {
    font-size: 15px;
  }

  .blog-details-author-image {
    width: 70px;
  }

  .blog-details-name {
    font-size: 19px;
    line-height: 29px;
  }

  .blog-details-author-wrapper {
    grid-row-gap: 10px;
    padding: 15px;
  }

  .blog-details-read-time-date {
    flex-flow: wrap;
  }

  .blog-details-author-name {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .blog-details-author-bio-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-read-time-date-line {
    width: 25px;
  }

  .blog-details-rich-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-rich-content p {
    margin-bottom: 15px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 10%, 50% 0;
    padding: 116px 20px 20px;
    font-size: 15px;
    line-height: 28px;
  }

  .contact-us-bottom-wrap {
    margin-bottom: 20px;
  }

  .contact-us-single-bottom-wrap {
    padding: 30px 20px;
  }

  .contact-us-single-author-bottom-text {
    font-size: 16px;
  }

  .contact-map-link-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .contact-textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .contact-fields-grid-wrap {
    grid-row-gap: 15px;
  }

  .contact-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .contact-us-right-main-wrapper {
    padding: 15px;
  }

  .contact-label {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .contact-submit-button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .single-field-flex {
    flex-flow: column;
  }

  .style-guide-content {
    grid-row-gap: 30px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-single {
    padding-bottom: 20px;
  }

  .style-guide-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .style-guide-paragraph-text {
    font-size: 13px;
    line-height: 23px;
  }

  .style-guide-color-plate-number {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
  }

  .style-guide-color-plate-single {
    min-height: 100px;
  }

  .style-guide-color-plate-single._1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .style-guide-title-tag-text {
    font-size: 13px;
  }

  .style-guide-paragraph {
    grid-row-gap: 14px;
  }

  .style-guide-paragraph-title {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 33px;
  }

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

  .license-icon-single-wrap {
    width: 100%;
    height: 100%;
  }

  .license-icons-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .licence-text-wrap {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 17px;
  }

  .license-description-text {
    font-size: 14px;
    line-height: 24px;
  }

  .licence-text {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 23px;
  }

  .license-title {
    font-size: 26px;
    line-height: 36px;
  }

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

  .license-title-description.mb30 {
    margin-bottom: 20px;
  }

  .license-content {
    grid-row-gap: 30px;
  }

  .changelog-date-text {
    margin-top: 0;
    font-size: 18px;
  }

  .changelog-list-circel {
    width: 6px;
    height: 6px;
  }

  .changelog-content {
    grid-row-gap: 25px;
  }

  .changelog-list-text {
    font-size: 14px;
    line-height: 24px;
  }

  .changelog-tag {
    font-size: 22px;
    line-height: 32px;
  }

  .changelog-tag-wrap {
    margin-bottom: 20px;
  }

  .changelog-single-wrapper {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sign-in-checkbox-label {
    font-size: 15px;
    line-height: 22px;
  }

  .sign-in-or-wrap {
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sign-in-checkbox {
    flex: none;
    width: 16px;
    height: 16px;
  }

  .sign-in-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .authentication-social-media-link {
    grid-column-gap: 6px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .sign-in-single-fields {
    grid-row-gap: 15px;
  }

  .sign-in-single-field-wrap.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .or-border {
    width: 25%;
  }

  .sign-in-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .alternative-details {
    font-size: 14px;
    line-height: 24px;
  }

  .sign-in-checkbox-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
  }

  .sign-in-submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sign-in-form-content-wrap {
    margin-bottom: 30px;
  }

  .sign-in-right-content {
    max-width: 100%;
  }

  .authentication-logo-link-block {
    width: 250px;
    margin-bottom: 20px;
  }

  .authentication-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .or-text {
    width: auto;
    font-size: 16px;
  }

  .authentication-text-link {
    font-size: 15px;
  }

  .password-wrapper {
    padding: 25px;
  }

  .password-title {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .password-feild {
    margin-bottom: 15px;
  }

  .submit-button {
    height: 45px;
  }

  .password-details {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  ._404-img {
    max-width: 150px;
  }

  ._404-main-right-details-wrapper {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .search-page-input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .search-page-button {
    top: 15px;
    right: 15px;
  }

  .search-grid {
    flex-flow: column;
    display: flex;
  }

  .search-result-item {
    padding: 20px;
  }

  .search-title {
    font-size: 20px;
    line-height: 30px;
  }

  .search-link {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .checkout-header, .checkout-content-wrapper {
    padding: 15px;
  }

  .checkout-title {
    font-size: 20px;
  }

  .checkout-required {
    font-size: 12px;
    line-height: 22px;
  }

  .preview-banner-typography {
    max-width: 300px;
  }

  .preview-banner-title {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .preview-banner-button-wrapper {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .preview-banner-description-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .preview-banner-bottom-content {
    border-radius: 0;
    justify-content: space-between;
    max-width: 373px;
    padding: 15px 10px;
  }

  .preview-banner-card-image-wrap-left {
    grid-row-gap: 10px;
    max-width: 74px;
  }

  .preview-banner-card-image._1 {
    max-width: 100%;
  }

  .preview-banner-card-image-wrap-middle {
    max-width: 134px;
    margin-left: 0;
    margin-right: 0;
  }

  .preview-banner-card-image-wrapper-right {
    grid-row-gap: 10px;
    max-width: 73px;
  }

  .section-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .section-description-text.included {
    font-size: 14px;
    line-height: 24px;
  }

  .section-description-text.home-demo {
    font-size: 15px;
  }

  .included-single {
    padding: 20px;
  }

  .included-icon-wrapper {
    margin-bottom: 15px;
  }

  .included-icon {
    width: 40px;
    max-width: 62px;
    height: 40px;
  }

  .included-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .included-description-text {
    font-size: 14px;
    line-height: 24px;
  }

  .demo-home-name-wrap {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .demo-home-name {
    font-size: 20px;
  }

  .demo-home-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-main-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .demo-home-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-main-circle-text-img {
    max-width: 62px;
  }

  .demo-name {
    font-size: 17px;
  }

  .demo-name-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    bottom: 0;
  }

  .demo-single {
    padding: 15px;
  }

  .template-core-features-description {
    font-size: 15px;
    line-height: 25px;
  }

  .template-core-features-single.left-padding {
    grid-row-gap: 20px;
    padding: 15px;
  }

  .template-core-features-single.right-padding {
    padding: 15px;
  }

  .template-core-features-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .figma-title {
    font-size: 30px;
    line-height: 40px;
  }

  .figma-description-text {
    font-size: 14px;
    line-height: 24px;
  }

  .figma-button-wrapper {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .figma-top-content {
    grid-row-gap: 20px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-footer-logo-link {
    width: 200px;
    margin-bottom: 15px;
  }

  .preview-footer-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .preview-footer-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .preview-footer-typography {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .preview-footer-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .preview-footer-bottom-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .copy-right-text {
    font-size: 13px;
    line-height: 25px;
  }

  .dropdown-pd.pd-60px {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 0;
  }

  .dropdown-menu-text-link {
    font-size: 15px;
  }

  .dropdown-grid {
    flex-flow: wrap;
    display: flex;
  }

  .more-temple-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .title-style-2 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .choose-left-img-2 {
    height: 300px;
  }

  .nav-main-wrapper-copy {
    background-color: #cb9e6d;
    display: flex;
  }

  .container-copy {
    -webkit-text-fill-color: inherit;
    background-color: #cb9e6d;
    background-clip: border-box;
    margin-top: 0;
  }

  .title-style-3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}

#w-node-afbfab6e-c298-88f2-315d-3d12f7096687-7ffd9432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa445efb-861c-103b-6006-5129b047131c-7ffd941f {
    order: 9999;
  }
}


