:root {
  --light-grey: #d0d6dc;
  --white: #ffffff;
  --primary: #a3cd39 !important;
  --black: #050505;
  --transparent: transparent;
  --border-radius: 24px;
  --secondary: #252525 !important;
  --dark-gray: #404040;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.image-text {
  /* color: #a3cd39 !important; */
  /* color: #252525 !important; */
  color: #fff !important;
  padding: 0.5% 1.5% !important;
  backdrop-filter: blur(60px);
}
.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  -ms-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: 40px;
  display: block;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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;
  -ms-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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-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: -webkit-sticky;
  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;
  -ms-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;
}

.centrize {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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-commerceorderconfirmationcontainer {
  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: 0.33em;
}

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity,
  .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,
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: #d0d6dc !important;
  color: var(--white);
  font-family: Archivo, sans-serif;
  font-size: 14px;
  line-height: 40px;
}

h1 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  font-family: Archivo, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

h2 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

h3 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

h4 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

h5 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

h6 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

p {
  color: var(--light-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 27px;
}

a {
  color: var(--light-grey);
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover,
a.w--current {
  color: #a3cd39;
}


ul,
ol {
  grid-column-gap: 16px;
  grid-row-gap: 11px;
  color: var(--light-grey);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

li {
  letter-spacing: 1px;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

form {
  width: 100%;
}

.font-size-wu {
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
}

label {
  color: var(--light-grey);
  margin-bottom: 5px;
  font-family: Archivo, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: 5px solid #a3cd39 !important;
  color: var(--white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.space-112px {
  min-height: 112px;
}

.space-32px {
  min-height: 32px;
}

.space-16px {
  min-height: 16px;
}

.section {
  width: 100%;
}
.section1 {
  width: 100%;
  background-color: #a3cd39 !important;
}

.section.relative {
  position: relative;
}

.section.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section.relative-overflow-hidden.curved-bottom {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section.background-secondary.curved {
  border-radius: 100px;
}

.section.background-secondary.curved-top {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.section.background-secondary.relative.curved-bottom {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container.padding-72px {
  padding-left: 72px;
  padding-right: 72px;
}

.container.padding-72px.overflow {
  position: relative;
  overflow: visible;
}

.container.overflow {
  overflow: visible;
}

.container.padding-216px {
  padding-left: 216px;
  padding-right: 216px;
}

.container.padding-144px.relative.no-max-width {
  max-width: none;
}

.container.relative {
  position: relative;
}

.container.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.banner-bg-section  .image-wrapper {
    margin-left: unset;
    margin-right: unset;
    border-radius: 0px;
 
}


.banner-bg-section .image-parallax-curve {
    min-width: 100%;
    object-fit: cover;
    border: 0px;
}
.container.padding-144px.banner-bg-section{

padding:0px;
}

.space-64px {
  min-height: 64px;
}

.footer-flex-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #a3cd39 !important;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1152px;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

.footer-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #a3cd39 !important;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 24px;
  margin-top: 0;
  padding: 12px 32px;
  font-family: Archivo, sans-serif;
  font-weight: 300;
  line-height: 27px;
  transition: background-color 0.25s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.faq-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.max-width-480px {
  max-width: 480px;
}

.max-width-480px.centered {
  text-align: center;
}

.navbar {
  background-color: var(--transparent);
  background-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.2));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0 16px; /* Added padding for spacing */
}

/* For tablets (768px and above) */
@media (min-width: 768px) {
  .navbar {
    /* max-width: 1520px; */
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 0 32px;
  }
}

/* For desktops (1024px and above) */
@media (min-width: 1024px) {
  .navbar {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding: 0 48px;
  }
}

/* For large screens (1200px and above) */
@media (min-width: 1200px) {
  .navbar {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    padding: 0 64px;
    /* max-width: 1520px; */
    margin: 0 auto; /* Center the navbar */
  }
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link,
.nav-links  {
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 12px;
    font-family: Archivo, sans-serif;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.25s;
    overflow: hidden;
    line-height: 1;
    display: block;
}

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

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  margin-left: 20px;
  display: flex;
}

.trigger {
  min-height: 112px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-parallax-curve {
  min-width: 100%;
}

.faq-dropdown {
  border-radius: var(--border-radius);
  background-color: #252525 !important;
  min-width: 100%;
}

.dropdown-toggle {
  text-align: center;
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px 0;
}

.faq-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.dropdown-answer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-success-message {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: #f5f5f5;
  text-align: center;
  border-radius: 20px;
  padding: 24px 32px;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.message-area {
  border-radius: var(--border-radius);
  background-color: #252525 !important;
  color: #f5f5f5;
  border: 1px solid #171f33;
  min-height: 112px;
  margin-bottom: 8px;
  padding: 16px;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #aaa;
}

.form-wrapper {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border-radius: var(--border-radius);
  background-color: #252525 !important;
  color: #f5f5f5;
  border: 1px solid #171f33;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #aaa;
}

.contact-error-message {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: #f5f5f5;
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 24px 32px;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.utilities-side-bar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  border: 0 solid #363636;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  height: 100vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.utilities-wrapper-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-wrapper-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-flex-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-flex-title.w--current {
  color: #a3cd39 !important;
}

.utilities-flex-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.utilities-grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.utilities-wrapper-font {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-title-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.color-wrapper {
  border-radius: 100px;
  min-width: 100%;
  max-width: 256px;
  min-height: 128px;
  max-height: 128px;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: 1px solid var(--black);
}

.fill {
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
}

.background-primary {
  background-color: #a3cd39 !important;
}

.background-secondary {
  background-color: #252525 !important;
}

.background-light-gray {
  background-color: var(--light-grey);
}

.background-black {
  background-color: var(--black);
}

.background-white {
  background-color: var(--white);
}

.utilities-line {
  background-color: #a3cd39 !important;
  min-width: 32px;
  min-height: 4px;
}

.line-spacer {
  width: 100%;
}

.utilities-line-spacer {
  background-color: #a3cd39 !important;
  width: 100%;
  min-height: 1px;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.au-font {
  font-size: 20px;
  line-height: 1;
  text-transform: none !important;
  font-weight: 300;
  margin-left: 0px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.logo {
  max-height: 70px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.section.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.hero-wrapper,
.space-112px {
  position: relative;
  z-index: 1;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrapper {
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-wrapper-padding {
  padding-bottom: 0%;
}

.badge {
  background-color: #252525 !important;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
}

.works-project-text-flex {
  grid-column-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.works-details-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--border-radius);
  background-color: #adbbda;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 525px;
  padding: 32px;
  display: flex;
}

.works-project-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 525px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.works-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-image {
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 720px;
  height: 100%;
}

.max-width-520px {
  max-width: 520px;
}

.works-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-link-wrapper.flip {
  flex-direction: row-reverse;
}

.font-huge {
  color: var(--black);
  font-size: 180px;
  line-height: 180px;
}

.line-thin {
  background-color: #a3cd39 !important;
  min-width: 100%;
  min-height: 1px;
}

.title-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.awards-icon-wrapper {
  background-color: #a3cd39 !important;
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-bottom: 8px;
  display: flex;
}

.revenue-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-image {
  object-fit: cover;
  border-radius: 24px;
  min-width: 50%;
  max-width: 540px;
}

.revenue-text-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 724px;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  display: flex;
  position: relative;
}

.self-align-right {
  align-self: flex-end;
}

.text-align-right {
  text-align: right;
  display: flex;
}

.text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projects-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 128px;
  max-height: 128px;
  display: grid;
}

.projects-details-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.projects-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.work-services-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.work-services-rich-text h1,
.work-services-rich-text h2,
.work-services-rich-text h3,
.work-services-rich-text h4,
.work-services-rich-text h5,
.work-services-rich-text h6,
.work-services-rich-text p,
.work-services-rich-text blockquote,
.work-services-rich-text ol,
.work-services-rich-text ul {
  color: var(--black);
}

.work-services-rich-text a {
  color: var(--black);
  transition: letter-spacing 0.2s;
}

.work-services-rich-text a:hover {
  color: var(--black);
  letter-spacing: 2px;
}

.services-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-brands-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-brands-grid.last-item-margin {
  margin-right: 60px;
}

.brands-image-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 160px;
  max-width: 160px;
  display: flex;
}

.flex {
  grid-column-gap: 12px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.projects-grid-thirds {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.service-project-title {
  font-size: 90px;
  line-height: 90px;
}

.blog-project-title {
  font-size: 55px;
  line-height: 65px;
}

.marg {
  margin-top: 20px;
  margin-bottom: 50px;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrapper-animation {
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-left: -25px;
}

.animate-h5 {
  color: var(--black);
  position: relative;
  top: 1px;
  left: 10px;
}

.animate-h5.move-down {
  position: absolute;
  top: 100%;
  left: 10px;
}

.footer-link.w--current {
  color: #a3cd39 !important;
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-link.move-down.w--current {
  color: #a3cd39 !important;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/HeroBG.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-button {
  background-color: #a3cd39 !important;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 400;
  transition: background-color 0.25s, color 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-button:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.utility-button.w--current {
  color: var(--black);
}

.centered {
  text-align: center;
  align-self: center;
}

.caps {
  text-transform: uppercase;
}

.caps.font-black.move-down {
  position: absolute;
  top: 100%;
}

.contact-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.faq-main-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.single-title {
  font-size: 90px;
  line-height: 90px;
}

.projects-image {
  border-radius: 24px;
  min-width: 100%;
  max-width: 100%;
  min-height: 540px;
  max-height: 540px;
}

.footer-bottom-text:hover {
  color: #a3cd39 !important;
}

.utitlities-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.packages-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-thirds {
  min-width: 30%;
  max-width: 360px;
  position: relative;
}

.w-pcontainer {
  display: flex;
  justify-content: center;
}

.cards-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.sercard {
  position: relative;
  width: 350px;
  height: 250px;
  background-color: #7091e6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;

  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sercard:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(182, 10, 10, 0.2);
}

.card__content {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #0000009a;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sercard:hover .card__content {
  transform: rotateX(0deg);
}

.card__title {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cards-container {
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sercard {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .sercard {
    width: 100%;
    max-width: 100%;
  }
}

.price-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #252525 !important;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 16px;
  display: flex;
}

.price-card-title {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.15em;
}

.price-card-description-wrapper {
  width: 100%;
  max-width: 240px;
  margin: 0 40px 10px;
}

.space-text {
  min-height: 18px;
}

.price-card-description {
  text-align: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button {
  background-color: #a3cd39 !important;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  transition: background-color 0.25s;
  display: flex;
}

.button:hover {
  color: var(--black);
  background-color: #f5f5f5;
}

.button.w--current {
  color: #1d2025;
  background-color: #f5f5f5;
}

.button.w--current:hover {
  background-color: #d0d0d0;
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  align-items: start;
}

.product_total {
  color: var(--black);
}

.fix-scroll-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.side-bar-left {
  margin-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.package-button-wrapper {
  margin-top: 20px;
}

.fix-scroll-container-products {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 16px;
  background-color: var(--light-grey);
  border-radius: 24px;
  flex-direction: column;
  padding: 36px 32px;
  display: flex;
}

.services-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.package-text-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.products-title,
.quantity {
  color: var(--black);
}

.select-field {
  background-color: var(--black);
  color: #f5f5f5;
  border: 1px solid #171f33;
  border-radius: 20px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.select-field:focus {
  border-color: #171f33;
}

.select-field::placeholder {
  color: #aaa;
}

.color-black,
.font-black {
  color: var(--black);
}

.font-black.max-width-240px {
  max-width: 240px;
}

.font-black.no-wrap.move-down {
  position: absolute;
  top: 100%;
  left: 15%;
}

.button-with-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #a3cd39 !important;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 13px 32px 12px;
  font-family: Archivo, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  transition: background-color 0.25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-icon:hover {
  color: var(--black);
}

.button-with-icon.w--current:hover {
  background-color: var(--white);
}

.button-icon {
  color: var(--black);
  line-height: 17px;
  position: relative;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.outline-white {
  color: var(--transparent);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
}

.font-primary {
  color: #a3cd39 !important;
}

.max-width-360px {
  max-width: 360px;
}

.works-text-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.avatars-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 144px;
  display: flex;
  position: relative;
}

.about-avatar-a {
  border: 4px solid #a3cd39 !important;
  object-fit: cover;
  border-radius: 100px;
}

.about-avatar-b {
  border: 4px solid #a3cd39 !important;
  object-fit: cover;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 40px;
}

.about-avatar-c {
  border: 4px solid #a3cd39 !important;
  object-fit: cover;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 80px;
}

.title {
  color: var(--black);
  text-transform: uppercase;
  font-size: 72px;
  line-height: 54px;
}

.cta-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reviews-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.title-text-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 18px;
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.no-wrap {
  white-space: nowrap;
}

.thumbnails {
  border-radius: 24px;
}

.checkout {
  border-color: #252525 !important;
  background-color: #252525 !important;
  color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.billing-address-toggle {
  align-items: flex-start;
}

.title-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-link {
  border-radius: 24px;
  min-width: 100%;
  max-width: 100%;
  min-height: 540px;
  max-height: 540px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.package-title {
  text-align: center;
  max-width: 800px;
  font-size: 96px;
  line-height: 80px;
}

.faq-question {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.selection {
  background-color: var(--black);
  color: var(--white);
}

.selection:hover {
  color: #a3cd39 !important;
}

.selection.w--ecommerce-pill-selected {
  background-color: #a3cd39 !important;
  color: var(--black);
}

.cart-text {
  display: none;
}

.cart-button {
  background-color: var(--transparent);
  color: var(--white);
  height: 100%;
  padding: 8px;
  position: relative;
}

.cart-button:hover {
  color: #a3cd39 !important;
}

.cart-quantity-alt {
  background-color: var(--transparent);
  color: var(--white);
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cart-container {
  background-color: var(--black);
}

.checkout-button {
  background-color: #a3cd39 !important;
  color: var(--black);
}

.checkout-button:hover {
  color: var(--black);
}

.main-cart-quantity {
  color: var(--black);
  font-family: Archivo, sans-serif;
  font-size: 13px;
}

.main-cart-quantity:hover,
.main-cart-quantity:active,
.main-cart-quantity:focus {
  color: var(--black);
}

.main-cart-quantity:focus-visible {
  color: var(--black);
}

.main-cart-quantity[data-wf-focus-visible],
.main-cart-quantity:lang(en) {
  color: var(--black);
}

.cart-footer {
  border-top-color: #a3cd39 !important;
}

.cart-header {
  border-bottom-color: #a3cd39 !important;
}

.cart {
  z-index: 999;
  color: var(--black);
}

.hero-title-huge {
    text-transform: uppercase;
    font-size: 130px;
    font-weight: 600;
    line-height: 140px;
}

.hero-long-title {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 140px;
}

.space-top {
  min-height: 160px;
}

.image-wrapper-parallax {
  border-radius: 20px;
  min-height: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

.image-parallax {
  position: relative;
  top: -192px;
}

.services-cards-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.big-letter-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-letter {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  font-size: 150px;
  line-height: 112px;
}

.about-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.icon-wrapper-circle {
  border: 1px solid #a3cd39 !important;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
}

.timeline-line {
  background-color: #a3cd39 !important;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.red-font {
  color: #f77;
}

.input {
  color: var(--black);
}

.outline-black {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
}

.text-overlay {
  z-index: 3;
  background-color: rgba(5, 5, 5, 0.65);
  width: 0%;
  min-height: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -1px;
}

.metrics-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-flex.space-between {
  justify-content: space-between;
}

.metrics-flex.space-between.align-center {
  align-items: center;
}

.metrics-card {
  border-radius: var(--border-radius);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 232px;
  max-width: 232px;
  min-height: 232px;
  max-height: 232px;
  padding: 48px 36px;
  display: flex;
}

.large-text {
  font-size: 72px;
  font-weight: 700;
  line-height: 52px;
}

.metrics-card-large {
  border-radius: var(--border-radius);
  background-color: #a3cd39 !important;
  color: #f5f5f5;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 480px;
  max-width: 480px;
  min-height: 480px;
  max-height: 480px;
  padding: 48px 36px;
  display: flex;
}

.metrics-flex-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.metrics-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.metrics-card-wide {
  border-radius: var(--border-radius);
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 480px;
  max-width: 480px;
  min-height: 232px;
  max-height: 232px;
  padding: 55px 36px;
  display: flex;
}

.metrics-arrow-image {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
  padding-top: 12px;
}

.flex-no-gap {
  align-items: flex-start;
  display: flex;
}

.works-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-block {
  grid-column-gap: 32px;
    grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.metrics-wrapper {
  grid-column-gap: 128px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text {
  color: var(--black);
  font-size: 150px;
  line-height: 120px;
}

.metrics-text.outline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
}

.vision-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  padding-left: 100px;
  padding-right: 100px;
}

.vision-text {
  width: 70%;
  position: relative;
  top: -13px;
}

.vision-description {
  color: var(--black);
  text-align: left;
  line-height: 64px;
}

.page-title-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.page-title-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-title-flex {
  align-items: flex-start;
  display: flex;
}

.awards-wrapper {
  grid-column-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.awards-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.awards-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #252525 !important;
  background-color: var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 128px;
  min-height: 128px;
  max-height: 128px;
  padding: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: transform 0.3s ease-in-out;
}

.awards-card:hover {
  transform: scale(1);
}

.work-image-wrapper {
  border-radius: 24px;
  width: 100%;
  max-width: 720px;
  height: 100%;
  overflow: hidden;
}

.works-title-wrapper {
  position: relative;
  overflow: hidden;
}

.lightbox-link-small {
  border-radius: 24px;
  overflow: hidden;
}

.hero-h1 {
  margin-left: -16px;
  font-size: 232px;
  line-height: 170px;
}

.hero-image {
  filter: brightness(60%);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 625px;
  max-height: 625px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 932px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-image-center {
  z-index: 1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  max-height: 350px;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 14%;
  right: 0%;
}

.hero-subtext {
  z-index: 2;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.brands-text-wrapper {
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.brands-flex-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0.6;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.images-brand-infinite-move {
  display: flex;
}

.images-brand-infinite-move.opposite {
  margin-right: -600px;
}

.space-8px {
  min-height: 8px;
}

.skills-block-wrapper {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.skills-block-wrapper {
  flex-wrap: wrap;
}

.skills-content-wrapper h5 {
  font-size: 15px;
  line-height: 15px;
  animation: rainbowColorChange 10s infinite alternate;
}

@keyframes rainbowColorChange {
  0% {
    color: #ff0000; /* Red */
  }
  16% {
    color: #ff7f00; /* Orange */
  }
  32% {
    color: #868602; /* Yellow */
  }
  48% {
    color: #019601; /* Green */
  }
  64% {
    color: #0000ff; /* Blue */
  }
  80% {
    color: #7f0ecf; /* Indigo */
  }
  100% {
    color: #860340; /* Violet */
  }
}

.skills-content-wrapper:hover {
  transform: scale(1.05); /* Slight scale up on hover */
}

.skills-content-wrapper {
  transition: transform 0.3s ease-in-out;
}

.card-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.line-progress {
  background-color: var(--black);
  min-width: 100%;
  min-height: 1px;
}

.skills-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 460px;
  max-width: 360px;
  display: flex;
}

.line-wrapper {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}

.card {
  background-color: var(--transparent);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 505px;
  max-width: 560px;
  min-height: 560px;
  max-height: 560px;
  padding: 64px;
  display: flex;
  margin-bottom: 100px;
}

.card-image {
  border-radius: var(--border-radius);
  width: 50%;
  max-width: 560px;
  max-height: 560px;
}

.services-letters {
  opacity: 0.25;
  color: var(--light-grey);
  -webkit-text-stroke-color: #a3cd39 !important;
  text-transform: uppercase;
  min-width: 540px;
  max-width: 540px;
  font-size: 480px;
  line-height: 480px;
  position: relative;
  top: 32px;
  left: -32px;
  /* transform: rotate(-90deg); */
}

.services-circle-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 312px;
  max-width: 312px;
  min-height: 128px;
  max-height: 128px;
  display: flex;
  position: absolute;
  top: 355px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-wrapper {
  display: flex;
  flex-direction: column; /* Stack on smaller screens */
  align-items: flex-start;
  padding: 20px; /* Add some padding for better spacing */
}

.circle-image {
  width: 100%; /* Make the image responsive */
  max-width: 200px; /* Limit the maximum size */
  height: auto; /* Maintain aspect ratio */
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 20px; /* Adjust top margin for smaller screens */
  object-fit: cover;
}

.text-content {
  max-width: 100%; /* Allow text to take full width */
  max-width: 714px; /* Still limit on larger screens */
}

/* Media queries for larger screens */
@media (min-width: 768px) {
  .content-wrapper {
    flex-direction: row; /* Switch back to row layout on larger screens */
  }

  .circle-image {
    margin-top: 60px; /* Add back larger margin on bigger screens */
  }
}

@media (min-width: 1024px) {
  .text-content {
    max-width: 800px; /* Optionally increase text content width */
  }
}

.services-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 270px;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-link-wrapper:hover {
  color: #f5f5f5;
}

.services-circle {
  background-color: rgba(232, 255, 1, 0.5);
  border: 24px solid #000;
  border-radius: 100%;
  min-width: 128px;
  max-width: 128px;
  min-height: 128px;
  max-height: 128px;
}

.services-card-close {
  display: none !important;
}

.services-row-title {
  color: #050505;
  text-transform: uppercase;
  line-height: 40px;
}

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

.services-description {
  color: #050505;
  max-width: 240px;
}

.au-img {
  width: 50%;
  padding-top: 60px;
  height: 100%;
  object-fit: cover;
}

.slide-nav-review {
  display: block;
}

.reviews-arrow {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  transition: border-color 0.25s, color 0.25s;
  display: flex;
  position: relative;
  top: auto;
  bottom: 32px;
  left: 0%;
  right: 0%;
}

.reviews-arrow:hover {
  color: #9ef916;
  border-color: #9ef916;
}

.reviews-arrow.left {
  display: none;
  bottom: 64px;
  left: -20px;
  right: 0%;
}

.reviews-arrow.right {
  display: none;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mask {
  max-width: 100%;
}

.reviews-image {
  border-radius: 100%;
}

.testimonial-arrow-icon {
  font-size: 128px;
}

.reviews-text {
    color: var(--black);
    text-align: center;
    text-transform: none;
    max-width: 960px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    letter-spacing: 2px;
}

.footer-footer-top .footer-text{
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;

}

.reviews-slide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.reviews-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-flex {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.reviews-flex.align-center {
  grid-column-gap: 16px;
  align-items: center;
}

.title-flex {
  grid-column-gap: 12px;
  flex-flow: row;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cta-text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-medium {
  text-transform: uppercase;
  font-size: 96px;
  line-height: 70px;
}

.cta-small {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 50px;
}

.cta-flex {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.cta-large {
  font-size: 150px;
  line-height: 100px;
}

.space-large {
  min-height: 112px;
}

.teams-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teams-slider-wrapper.slide-from-right-animation {
  min-height: 600px;
  max-height: 600px;
}

.slides {
  margin-right: 48px;
}

.team-image {
  min-width: 280px;
  max-width: 280px;
  min-height: 320px;
  max-height: 320px;
}

.team-mask {
  max-width: 280px;
  overflow: visible;
}

.left-arrow {
  display: none;
}

.teams-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-arrow {
  display: none;
}

.social-icon {
  object-fit: cover;
  background-image: radial-gradient(
    circle closest-side,
    #ddfb51 80%,
    #050505 90%
  );
  border-radius: 100%;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-wrapper.align-left {
  justify-content: flex-start;
  align-items: center;
}

.teams-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.teams-slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 280px;
  max-width: 280px;
  min-height: 540px;
  max-height: 540px;
  display: flex;
}

.teams-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.rich-text-block h1,
.rich-text-block h2,
.rich-text-block h3,
.rich-text-block h4,
.rich-text-block h5,
.rich-text-block h6,
.rich-text-block p,
.rich-text-block blockquote,
.rich-text-block ol,
.rich-text-block ul {
  color: var(--black);
}

.rich-text-block a {
  color: var(--black);
  transition: letter-spacing 0.2s;
}

.rich-text-block a:hover {
  color: var(--black);
  letter-spacing: 2px;
}

.max-width-250px {
  max-width: 250px;
}

.footer-block {
  margin-top: -50px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .vision-wrapper h5 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
  }

  .vision-wrapper .vision-text .vision-description {
        font-size: 16px;
        line-height: 1.5;
  }

  .popup .popup-content{

    position: static;
  }

  h4{

        font-size: 31px;
    line-height: 1.2;
  }
}

.max-width-320px {
  max-width: 320px;
}



@media screen and (max-width: 1024px){

.metrics-text {
    font-size: 100px;
    line-height: 1.3;
}

.awards-wrapper-new .awards-card{
        height: auto;
        min-height: unset;
        max-height: unset;

}

}


@media screen and (max-width: 991px) {
  h1 {
    margin-left: 0;
  }

  h3 {
    font-size: 32px;
    line-height: 28px;
  }

  .container.padding-72px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.padding-216px,
  .container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .faq-text-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .logo-link-wrapper {
    z-index: 1000000;
    min-height: 67px;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    font-size: 64px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    margin-left: 0;
    padding-top: 100px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .faq-wrapper {
    width: 100%;
  }

  .form-wrapper {
  width: 100%;
  }

  .utilities-side-bar {
    display: none;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .image-wrapper {
    min-height: 480px;
    max-height: 480px;
  }

  .banner-bg-section .image-wrapper{
min-height: 300px;
        max-height: 300px;

  }
  .banner-bg-section .image-parallax-curve {
        height: 100%;
        object-fit: cover;
        min-height: 300px;
}
    .navbar .header-mobile {
         width: 100%;
    }
    .navbar .mobile-menu {
        width: 50%;
    }
  .works-project-text-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .works-details-flex {
    height: 100%;
  }

  .works-project-flex {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    height: 480px;
    position: static;
  }

  .works-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .font-huge {
    font-size: 190px;
    line-height: 190px;
  }

  .awards-title-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .revenue-wrapper {
    flex-wrap: wrap;
  }

  .feature-image {
    min-width: 100%;
    max-width: none;
  }

  .revenue-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .text-align-right {
    text-align: left;
  }

  .flex-wrapper {
    flex-wrap: wrap;
  }

  .services-card-wrapper {
    flex-wrap: wrap-reverse;
  }

  .projects-details,
  .services-details {
    max-width: 600px;
  }

  .contact-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .faq-main-wrapper {
    flex-wrap: wrap;
  }

  .hide-on-tab {
    display: none;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .packages-row {
    width: 100%;
  }

  .wrapper-thirds {
    min-width: 45%;
    max-width: 300px;
  }

  .page-grid {
    flex-direction: column;
    display: flex;
  }

  .side-bar-left {
    position: static;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .font-black.max-width-360px.centered-from-tab,
  .font-black.max-width-240px.centered-from-tab,
  .max-width-360px.centered-from-tab {
    text-align: center;
  }

  .works-text-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-title-flex {
    text-align: center;
    flex-direction: column;
  }

  .title-wrapper {
    width: 90%;
  }

  .package-title {
    max-width: 600px;
    font-size: 72px;
    line-height: 64px;
  }

  .cart-button {
    margin-left: 0;
  }

  .hero-title-huge {
    font-size: 90px;
    line-height: 72px;
  }

  .image-parallax {
    top: 0;
  }

  .services-cards-flex {
    flex-flow: wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .big-letter {
    font-size: 112px;
    line-height: 84px;
  }

  .icon-wrapper-circle {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .metrics-card {
    min-width: 48%;
    max-width: 48%;
    min-height: 176px;
    max-height: 176px;
    padding: 24px;
  }

  .metrics-card.background-primary {
    padding: 24px;
  }

  .metrics-card-large {
    min-width: 40%;
    max-width: 40%;
    min-height: 368px;
    max-height: 368px;
  }

  .metrics-card-wide {
    min-width: 100%;
    max-width: 100%;
    min-height: 176px;
    max-height: 176px;
  }

  .metrics-arrow-image {
    min-width: 128px;
    max-width: 128px;
    min-height: 128px;
    max-height: 128px;
  }

  .works-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .metrics-wrapper {
    grid-column-gap: 128px;
    grid-row-gap: 64px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .vision-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
  }

  .page-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .page-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .page-title-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-button {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .burger-icon {
    color: var(--white);
    font-size: 30px;
  }

  .hero-h1 {
    align-self: center;
    font-size: 150px;
    line-height: 112px;
  }

  .hero-image {
    min-height: 100vh;
    max-height: 100vh;
  }

  .hero-wrapper {
    max-width: 583px;
    height: 580px;
  }

  .hero-image-center {
    min-height: 240px;
    max-height: 240px;
    top: 25%;
  }

  .hero-subtext {
    font-size: 20px;
    line-height: 24px;
  }

  .brands-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .card-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    justify-content: center;
    min-height: auto;
    max-height: none;
  }

  .card-image {
    width: 100%;
  }

  .services-letters {
    font-size: 42px;
    line-height: 32px;
  }

  .services-card-open,
  .services-link-wrapper {
    min-height: 360px;
    max-height: 360px;
  }

  .services-card-close {
    display: none;
  }

  .services-row-title {
    font-size: 42px;
    line-height: 32px;
  }

  .reviews-arrow {
    position: relative;
  }

  .reviews-arrow.left {
    bottom: 48px;
  }

  .reviews-arrow.right {
    bottom: 80px;
  }

  .reviews-text {
    max-width: 480px;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
  }

  .title-flex {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cta-large {
    font-size: 120px;
    line-height: 80px;
  }

  .teams-title-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .teams-block {
    justify-content: center;
    align-items: center;
  }

 .w-dyn-list-container  .services-card-open{
width: 100%;
 max-width: 100%;
  }

.awards-wrapper-new .awards-card .font-black{
     font-size: 28px;
    line-height: 1.2;

}

.unique-form-container.unique-form-container1{
width: 100%;

}
.career-card  .responsive-section .responsive-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.career-card .card{
  min-height: unset;
 max-height: unset;
 min-width: 100%;
 max-width: 100%;
margin-bottom: 0px;
}

.corporate-banner  .image-wrapper {
min-height: auto;
 max-height: max-content;
}

 .corporate-banner .container {
  min-height:auto;
}
 .corporate-banner  .image-wrapper img{
 display: none;
 }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
    margin-left: 15px;
    margin-right: 15px;
  }

  h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-footer-top {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .form-wrapper {
    width: 100%;
    max-width: none;
  }

  .utilities-wrapper-02 {
    max-width: 100%;
  }

  .utilities-wrapper-4,
  .utilities-wrapper-3 {
    width: 100%;
  }

  

  .utilities-flex-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .rich-text {
    width: 100%;
  }

  .rich-text h4 {
    white-space: normal;
  }

  .logo {
    max-width: none;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .works-details-flex {
    width: 100%;
  }

  .works-project-flex {
    height: auto;
  }

  .work-image {
    max-width: none;
    min-height: 340px;
    max-height: 340px;
  }

  .works-link-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .works-link-wrapper.flip {
    flex-direction: column;
  }

  .font-huge {
    font-size: 112px;
    line-height: 112px;
  }

  .revenue-text-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .projects-details-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .projects-details,
  .services-details {
    max-width: 420px;
  }

  .projects-grid-thirds {
    grid-column-gap: 16px;
  }

  .service-project-title,
  .single-title {
    font-size: 56px;
    line-height: 56px;
  }

  .projects-image {
    min-height: 360px;
    max-height: 360px;
  }

  .wrapper-thirds {
    min-width: 75%;
    max-width: 75%;
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .side-bar-left {
    position: static;
  }

  .nav-container {
    margin-left: 32px;
  }

  .works-text-flex {
    justify-content: center;
  }

  .about-title-flex {
    text-align: center;
    flex-direction: column;
  }

  .lightbox-link {
    min-height: 360px;
    max-height: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .package-title {
    max-width: 480px;
    font-size: 56px;
    line-height: 48px;
  }

  .cart-button {
    margin-left: 0;
  }

  .hero-title-huge {
    font-size: 72px;
    line-height: 56px;
  }

  .image-wrapper-parallax {
    min-height: auto;
    max-height: none;
  }

  .big-letter {
    font-size: 80px;
    line-height: 64px;
  }

  .about-flex {
    justify-content: center;
  }

  .timeline-line {
    display: none;
  }

  .metrics-card-large {
    min-width: 50%;
    max-width: 100%;
  }

  .metrics-flex-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .works-flex {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .works-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .metrics-wrapper {
    flex-wrap: wrap;
  }

  .vision-wrapper {
    grid-row-gap: 16px;
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .vision-text {
    width: 100%;
  }

  .page-title-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-title-block {
    text-align: center;
    align-items: center;
  }

  .awards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .awards-card {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .work-image-wrapper {
    max-width: none;
  }

  .hero-h1 {
    font-size: 96px;
    line-height: 72px;
  }

  .hero-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 382px;
  }

  .hero-image-center {
    min-height: 192px;
    max-height: 192px;
    top: 31%;
    left: 9%;
  }

  .hero-subtext {
    font-size: 20px;
  }

  .card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .services-card-open {
    min-height: 360px;
    max-height: 360px;
  }

  .services-link-wrapper {
    text-align: center;
    min-height: 360px;
    max-height: 360px;
  }

  .services-card-close {
    display: none;
  }

  .reviews-arrow.left {
    bottom: 0;
  }

  .reviews-arrow.right {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .reviews-slide {
    padding-bottom: 0;
  }

  .title-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-medium {
    font-size: 72px;
  }

  .cta-small {
  font-size: 22px;
  line-height: 28px;
  }

  .cta-large {
    font-size: 80px;
    line-height: 50px;
  }

  .teams-slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .teams-slider-wrapper.slide-from-right-animation {
    min-height: 480px;
    max-height: 480px;
  }

  .team-image {
    object-fit: cover;
    min-width: 70%;
    max-width: 70%;
    min-height: 100%;
    max-height: 100%;
  }

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

  .teams-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .teams-slider {
    flex-direction: column;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
.corporate-banner img{
display: none;

}
   
}

@media screen and (max-width: 479px) {
  .au-font {
    font-size: 21px;
  }

  h1 {
    font-size: 48px;
    line-height: 46px;
  }

  h2,
  h3 {
    font-size: 32px;
    line-height: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }

  h5 {
    line-height: 18px;
  }

  .space {
    padding-top: 50px;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link {
    min-height: 64px;
    font-size: 32px;
  }

  .nav-menu {
    z-index: 998;
  }

  .form-wrapper {
    max-width: 260px;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
        z-index: 999;
        max-width: 100%;
        position: relative;
        max-height: 100%;
  }

  .works-project-text-flex {
    text-align: center;
    align-items: center;
  }

  .works-project-flex {
    width: 100%;
  }

  .work-image {
    min-height: 280px;
    max-height: 280px;
  }

  .font-huge {
    font-size: 64px;
    line-height: 64px;
  }

  .feature-image {
    max-height: 240px;
  }

  .revenue-text-wrapper {
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .self-align-right.outline-black {
    font-size: 32px;
  }

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

  .text-block {
    grid-row-gap: 16px;
    align-items: center;
  }

  .flex-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
  }

  .projects-details-grid {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    min-height: auto;
    max-height: none;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .projects-details,
  .services-details {
    max-width: 240px;
  }

  .flex {
    align-items: center;
  }

  .projects-grid-thirds {
    grid-column-gap: 8px;
  }

  .service-project-title {
    font-size: 32px;
    line-height: 32px;
  }

  .single-title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .projects-image {
    min-height: 240px;
    max-height: 240px;
  }

  .wrapper-thirds {
    min-width: 100%;
    max-width: 100%;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .side-bar-left {
    max-width: 100%;
  }

  .fix-scroll-container-products {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .row-content {
    align-items: center;
  }

  .brochure-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-page,
  .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .works-text-flex {
    text-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .title {
        font-size: 40px;
        line-height: 1.2;
  }

  .cta-block {
    grid-template-columns: 1fr;
  }

  .title-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .title-wrapper {
    flex-direction: column;
  }

  .title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lightbox-link {
    min-height: 240px;
    max-height: 240px;
  }

  .package-title {
    max-width: 280px;
    font-size: 36px;
    line-height: 32px;
  }

  .cart-button {
    z-index: 1001;
    margin-left: 0;
  }

  .cart-header {
    z-index: 1001;
    background-color: var(--black);
  }

  .cart-form-wrapper {
    z-index: 1001;
    background-color: var(--black);
    position: relative;
  }

  .cart {
    z-index: 1001;
  }

  .hero-title-huge {
    font-size: 48px;
    line-height: 42px;
  }

  .services-cards-flex {
    width: 100%;
  }

  .big-letter {
    font-size: 48px;
    line-height: 36px;
  }

  .big-letter.outline-black {
    font-size: 48px;
  }

  .metrics-card,
  .metrics-card-large {
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .metrics-flex-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
  }

  .metrics-card-wide {
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .flex-no-gap {
    align-items: center;
  }

  .works-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .metrics-wrapper {
    grid-template-columns: 1fr;
  }

  .vision-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .vision-description {
    text-align: center;
  }

  .page-title-wrapper {
    text-align: center;
    border-radius: 24px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-title-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .page-title-flex {
    align-items: center;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .hero-h1 {
    font-size: 60px;
    line-height: 48px;
  }

  .hero-image {
    min-height: 253px;
    max-height: 253px;
  }

  .hero-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 240px;
    height: 140px;
    padding-top: 64px;
  }

  .hero-image-center {
    top: 15%;
    left: -4%;
  }

  .hero-subtext {
    font-size: 16px;
    line-height: 20px;
  }

  .brands-text-wrapper {
    text-align: center;
    justify-content: center;
  }

  .card-flex {
    text-align: center;
    align-items: center;
  }

  .skills-content-wrapper {
    min-width: 240px;
    max-width: 240px;
  }

  .card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-image {
    max-height: 320px;
  }

  .services-letters {
    font-size: 32px;
  }

  .services-card-open {
    align-items: center;
    min-width: 280px;
    max-width: 280px;
    min-height: 360px;
    max-height: 360px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-link-wrapper {
    align-items: center;
    width: 280px;
    min-height: 360px;
    max-height: 360px;
  }

  .services-card-close {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: none;
  }

  .services-row-title {
    font-size: 32px;
  }

  .slide-nav-review {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide {
    height: 100%;
  }

  .reviews-arrow.right {
    width: 64px;
    height: 64px;
  }

  .reviews-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.5;
  }

  .reviews-slide {
    justify-content: space-around;
    overflow: hidden;
  }

  .reviews-images-icon {
    max-width: 76px;
    max-height: 66px;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
    max-width: 320px;
  }

  .reviews-flex {
    align-items: center;
  }

  .title-flex {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .cta-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-medium {
    font-size: 35px;
    line-height: 50px;
  }

  .cta-flex {
    flex-flow: row;
    align-items: center;
  }

  .cta-large {
    font-size: 48px;
    line-height: 36px;
  }

  .teams-slider-wrapper {
    height: 100%;
  }

  .teams-slider-wrapper.slide-from-right-animation {
    min-height: 570px;
    max-height: 570px;
  }

  .slides {
    margin-right: 0;
  }

  .team-image {
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

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

  .teams-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .socials-wrapper {
    top: 64%;
  }

  .teams-slider {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-block {
    justify-content: center;
    align-items: center;
  }

  


  .brand {
    z-index: 999;
  }

}

#w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-2b8089b4,
#w-node-_5d110268-179e-1371-ecd7-5eaf057a1928-2b8089b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-2b8089b4 {
    justify-self: center;
  }
}

/* Aboutus */
body,
h3 {
  margin: 0;
  padding: 0;
}

.sliding-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  background-color: var(--light-grey);
  width: 100%;
}

.slide-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.heading {
  text-align: center;
  font-size: 25px;
  font-weight: 150;
  color: black;
  opacity: 0;
  transform: translateX(-100%);
  animation: slideIn 1s forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .heading {
    font-size: 1.5rem;
  }
  .sliding-section {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 1.2rem;
  }
  .sliding-section {
    height: 300px;
  }
}

/* services */

.box-section {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 20px;
  margin: -30px auto;
  max-width: 1300px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.box-section .contnt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.box-section h3 {
  color: #333;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.box-section p {
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  max-height: 3em;
  position: relative;
  margin-bottom: 10px;
}

.box-section-design {
  padding-top: 50px;
  width: 100%;
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-design .content-ser {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.box-section-design h3 {
  color: #000000;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;

}




.box-section-design h2 {
  color: #000000;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}

.box-section-events {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}



.box-section-design.mice-company-page h3{
    font-size: 24px;
    line-height: 1.2;
  
}

.box-section-design.mice-company-page h2{
font-size: 40px;
    line-height: 1.3;

} 
.box-section-design.mice-company-page p{

    font-size: 16px;
}


.right-padding .text-content{
padding-right: 25px;

}

@media only screen and (max-width: 767px) {
  .box-section-design h2 {
    font-size: 40px;
    line-height: 35px !important;
  }
.box-section-design .content-ser {
        padding: 0px 10px;
    }
  .right-padding .text-content {
    padding-right: 0;
    max-width: 100%;
}
    #it .content-wrapper {
        flex-direction: column-reverse;
    }

    .box-section-design.mice-company-page h2{

      margin: 10px 0px;
    }
}

.box-section-design p {
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  max-height: 6em;
  position: relative;
  margin-bottom: 10px;
  /* margin-left: 15px;
  margin-right: 15px; */
}

.box-section-design p.expanded {
  max-height: none;
}

.box-section-design table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.box-section-design tbody tr:nth-child(odd) {
  background-color: white;
}

.box-section-design tbody tr:nth-child(even) {
  background-color: #a3cd39 !important;
  color: white;
}

.box-section-design th,
.box-section-design td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  color: black;
}

.list-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
}

.list-bg1 {
  background-color: var(--light-grey);
  border: 1px solid #000;
}

.list-bg2 {
  background-color: var(--light-grey);
  border: 1px solid #000;
}

.list {
  width: 45%;
}

.list h3 {
  margin-bottom: 10px;
}

.list p {
  margin-bottom: 10px;
}

.list ul {
  list-style-type: none;
  padding: 0;
}

.list li {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.list li::before {
  content: "◉";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.line {
  width: 1px;
  background-color: #ccc;
  height: 100%;
  align-self: stretch;
}

/* From Uiverse.io by shah1345 */
.read-more {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000000;
  padding: 0px 10px;
  left: 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: #a3cd39 !important;
}

.box-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.border {
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.box-section th,
.box-section td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  color: black;
}

.box-section tbody tr:nth-child(odd) {
  background-color: white;
}

.box-section tbody tr:nth-child(even) {
  background-color: #a3cd39 !important;
  color: white;
}

@media (max-width: 768px) {
  .box-section th,
  .box-section td {
    padding: 8px;
    font-size: 14px;
  }
  .box-section h3 {
    font-size: 1.3em;
  }
  .box-section p {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 600px){

    .footer-footer-top {
        grid-row-gap: 10px;
        padding-top: 52px;
        padding-bottom: 27px;
    }
      .footer-wrapper{
        grid-column-gap: 17px;
        grid-row-gap: 12px;
        width: 100%;
      }

      .footer-footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.background-secondary{
        margin-top: -1px;
}

.background-secondary .cta-block {
grid-column-gap: 48px;
 grid-row-gap: 16px;
  margin-bottom: 40px;
}
}









@media (max-width: 576px) {
  .box-section th,
  .box-section td {
    padding: 6px;
    font-size: 12px;
  }
}

/* whatsapp logo */

.whatsapp-button {
  display: inline-block;
  background-color: #25d366; /* WhatsApp green color */
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.whatsapp-logo {
  width: 24px; /* Default size */
  height: 24px; /* Default size */
  vertical-align: middle;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .whatsapp-logo {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 992px) {
  .whatsapp-logo {
    width: 20px;
    height: 20px;
  }
.nav-menu{
 padding-top: 198px;
}

}

@media (max-width: 768px) {
  .whatsapp-button {
    padding: 8px;
  }
  .whatsapp-logo {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 576px) {
  .whatsapp-button {
    padding: 6px;
  }
  .whatsapp-logo {
    width: 16px;
    height: 16px;
  }
}

/* blogs */
.headingg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-selection {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .main-image-container {
    height: 200px !important;
  }
  .container {
    min-height: 0px !important;
  }
  .cta-flex {
    grid-column-gap: 0px !important;
  }
  .img-slider .slider-container .slide img {
    height: 40% !important;
  }
  .img-slider {
    height: 275px !important;
  }
  .section.relative-overflow-hidden.curved-bottom {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }

    .services-card-open{
    min-height: unset;
    max-height: unset;
  }

  .works-details-flex{
  grid-column-gap: 0px;
  }
  .works-project-text-flex ul{

    padding-left: 10px;
  }

  .popup-content{
    position: unset;

  }

    .popup-content .close {
    top: 1px;
    right: 17px;
}

.blog-selection{

  overflow-x: hidden;
}

.blog-project-title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0px;
}
.form-group-unique label{
    text-align: left;
}
.unique-form-container{
    padding: 10px 0px;
      width: 100%;
}

.space-112px {
    min-height: 50px;
}

.navbar  .mobile-menu{
  width:50%;
}

.navbar-link{
justify-content: flex-end;

}
.navbar  .header-mobile{
 width: 80%;
}
/* .navbar{
 min-height: 100px;
} */
.footer-footer-top a{
 width: 70%;
 margin: 0 auto;
display: inline-block;

}

.nav-menu{
 padding-top: 148px;
}
}

.blog-card {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s;
}

.blog-card:hover {
  transform: translateY(-10px);
}

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

.blog-info {
  padding: 10px;
}

.blog-date {
  margin: 15px;
  color: #888;
  font-size: 14px;
}

.blog-title {
  margin: 15px;
  font-size: 25px;
  text-transform: none;
  line-height: 20px;
}

.blog-title a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}

.blog-title a:hover {
  color: #a3cd39 !important;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.content {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
}
.sidebar {
  margin-top: 30px;
  padding: 20px;
}

.sidebar a {
  color: black;
}

.sidebar img {
  border-radius: 10px;
  width: 90px;
  height: 85px;
}

.sidebar .blog-item {
  display: flex;
  margin-bottom: 20px;
}

.sidebar .text-content {
  margin-left: 10px;
  line-height: 2;
}

.main-content {
  flex: 1;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.main-content img {
  width: 100%;
  height: auto;
}

.main-content h5 {
  letter-spacing: 0px;
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-transform: none;
  padding-bottom: 20px;
}

.date {
  font-size: 0.9em;
  color: #888;
}

.heding {
  color: black;
  font-size: 2em;
  margin: 10px 0;
}

.paragraph {
  color: black;
  font-size: 17px;
  margin: 10px 0;
  padding-bottom: 30px;
}

.main-image-container {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 30px;
}

.main-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}

.main-image:hover {
  transform: scale(1.03);
}

@media (min-width: 768px) {
  .content {
    flex-direction: row;
  }
  .sidebar {
    width: 30%;
  }
  .main-content {
    width: 75%;
  }
}

/* gallery */

.wrapper {
  padding-right: 15px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1300px;
  margin: 20px;
}

.gallery-item {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  padding-top: 70px;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}


.popup .popup-content{
  padding-top: 0px;
  padding: 0px;
  margin-top: 70px;

}
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

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

.blog-details-page a{
     color: #a3cd39;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3;

}



.blog-details-page a:hover{
     color: #a3cd39;

}
.blog-details-page h1,
.blog-details-page h2, 
.blog-details-page h3, 
.blog-details-page h4 ,
 .blog-details-page h5 ,
  .blog-details-page h6{
    line-height: 1.1;
    color: #000;

  }

.blog-details-page ul,
.blog-details-page ol{
    color: #000;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 992px){
    .blog-details-page .main-content {
        width: 100%;
        flex: none;
    }

           .blog-details-page .content {
        flex-direction: row;
        flex-wrap: wrap;
    }
   .blog-details-page  .sidebar {
        width: 100%;
    }
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

      .blog-details-page .sidebar {
        padding: 0px;
    }

        .blog-details-page .main-content {
        padding: 0px;
    }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

}

.product_info {
  padding: 20px;
}

.img-fluid {
  border-radius: 30px;
}

/* catelogue */

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
  box-sizing: border-box;
}

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

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

.modal-content h2 {
  margin-bottom: 20px;
}

.modal-content label {
  color: #a7a7a7;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal-content input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
}

.modal-content button {
  background-color: #7091e6;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-content button:hover {
  background-color: #45a049;
}

.modal-content img {
  width: 100px;
  margin-bottom: 20px;
}

/* Responsive styles */

@media (max-width: 600px) {
.modal-content {
width: 90%;
padding: 15px;
}
.modal-content h2 {
font-size: 18px;
}
.modal-content input,
.modal-content button {
padding: 8px;
margin-bottom: 15px;
}
.modal-content button {
width: 100%;
}
.modal-content img {
width: 80px;
}
.box-section-design h3 {
font-size: 25px !important;
line-height: 1.1 !important;
margin-left: 0;
margin-right: 0;
}
.box-section-design p {
margin-left: 0;
margin-right: 0;
}
.circle-image {
max-width: 100%;
margin-right: 0px;
margin-top: 0px;
object-fit: cover;
margin-bottom: 30px;
}
.content-ser .content-wrapper {
padding: 0px 10px;
}
#it .content-wrapper{
flex-direction: column-reverse;
}
.box-section-design .content-ser {
padding: 0px 10px;
}

.box-section-design.mice-company-page h2{

      font-size: 36px;
}
.box-section-design h2{
margin-left: 0px!important;
}
.box-section-design{
width: 100%;
}
.navbar{
justify-content: flex-end;
} 
.event-management  .circle-image {
max-width: 100%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
.event-management .text-content h2 br{
display:none;
margin-top: 10px;
}
.event-management  .content-ser {
margin-bottom: 20px;
}
.event-management .row-reverse-col .content-wrapper{
display: flex
;
flex-direction: column-reverse;
}
.event-management .content-ser >h2{
text-align: center;
}
.card-new-wrap{
margin-bottom: 0px;
}
.metrics-wrapper.metrics-wrapper2{
grid-row-gap: 15px;
}
.vision-wrapper.vision-wrapper2{
padding-left: 40px;
padding-right: 40px;
} 
.metrics-text {
        font-size: 65px;
        line-height: 1.1;
}

.metrics-text-wrapper{
 grid-row-gap: 15px;
}
.skills-block-wrapper2 .skills-content-wrapper {
min-width: 100%;
max-width: 100%;
}
.event-management .text-content h2 {
margin-left: 0px !important;
margin-right: 0px;
margin-top: 20px;
}
.event-management .blank-space{
padding: 0px 20px;
}
.collection_wrapper.collection_banner .collection_inner_wrap {
padding-top: 0px;
}
.employee-sec .text-content h2 br {
display: none;
}
}

.video-parallax {
  width: 100%;
}

.field-wrapper {
  line-height: 20px;
}

@media (max-width: 768px) {
  .slideshow-container {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .slide-image {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .next {
    right: 0px;
  }

  .prev,
  .next {
    font-size: 14px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .prev,
  .next {
    font-size: 12px;
    padding: 8px;
  }
}
.image-text {
  position: absolute;
  bottom: 6%; /* Adjust the position of the text */
  left: 26px; /* Adjust the position of the text */
  color: white; /* Text color */
  font-weight: bold; /* Text weight */
  padding: 5px;
  border-radius: 5px;
}


   .brands-heading {
    font-size: 48px;
    line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .image-text {
    left: 15px; /* Adjust for small screens */
    bottom: 5%; /* Adjust vertical position */
    font-size: 35px;
    line-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .image-text {
    left: 15px; /* Adjust for small screens */
    bottom: 5%; /* Adjust vertical position */
    font-size: 35px;
    line-height: 33px;
  }
}

@media screen and (max-width: 480px) {
  .image-text {
    left: 15px; /* Adjust for very small screens */
    bottom: 62%; /* Adjust vertical position */
    font-size: 18px;
    padding: 0px;
    line-height: 27px;
  }
      .form-wrapper {
        max-width: 100%;
    }

    .unique-form-container{
    width: 100%!important;

    }

    .brands-heading {
    font-size: 32px;
    line-height: 1.3;
}

}

.img-slider {
  position: relative;
  width: 100%;
  height: 700px;
}

.img-slider .slider-container {
  position: absolute;
  width: 1100%; /* Reflects 11 images */
  top: 0;
  left: 0;
  overflow: hidden;
  animation: slider 44s ease-in-out 5s infinite;


}

.img-slider .slider-container .slide {
  position: relative;
  width: 9.09%; /* Each slide will take 100% / 11 images */
  height: 700px;
  float: left;
  overflow: hidden;
}

.img-slider .slider-container .slide img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes slider {
  0%,
  15% {
    left: 0%; /* Show the 1st image */
  }
  15%,
  24% {
    left: -100%; /* Show the 2nd image */
  }
  24%,
  33% {
    left: -200%; /* Show the 3rd image */
  }
  33%,
  42% {
    left: -300%; /* Show the 4th image */
  }
  42%,
  51% {
    left: -400%; /* Show the 5th image */
  }
  51%,
  60% {
    left: -500%; /* Show the 6th image */
  }
  60%,
  69% {
    left: -600%; /* Show the 7th image */
  }
  69%,
  78% {
    left: -700%; /* Show the 8th image */
  }
  78%,
  87% {
    left: -800%; /* Show the 9th image */
  }
  87%,
  96% {
    left: -900%; /* Show the 10th image */
  }
  96%,
  100% {
    left: -1000%; /* Show the 11th image */
  }
}

.spacingg {
  word-spacing: 8px;
  word-spacing: 7px;
  font-size: 30px;
  line-height: 30px;
}

#event-poster {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease-out; /* Smooth hide transition */
}
#event-poster.hide {
  opacity: 0;
}
#poster-image {
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
#event-poster button {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #ff4d4d; /* Softer red for a more polished look */
  color: white;
  font-size: 16px; /* Smaller font size */
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 8px 15px; /* Reduced padding for a more compact button */
  border-radius: 50%; /* Circular button */
  width: 40px;
  height: 40px; /* Small circular button */
  display: flex;
  justify-content: center;
  align-items: center; /* Center the 'X' */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 101; /* Ensure the close button is above the image */
}

/* Hover effect */
#event-poster button:hover {
  background-color: #e60000; /* Darker red on hover */
  transform: scale(1.05); /* Slight zoom */
}

/* Focus effect */
#event-poster button:focus {
  outline: none; /* Remove default focus outline */
  box-shadow: 0 0 10px rgba(255, 77, 77, 0.7); /* Custom focus shadow */
}

/* new site internal pages */

.textyy {
  text-align: justify;
}
.bgbody {
  background-color: #b9d76e;
}
.bgbodyyellow {
  background-color: #ffd950;
}
.bgbodypink {
  background-color: #ff90d1;
}
.bgbodyblue {
  background-color: #85daff;
}
.bgbodypurple {
  background-color: #d495ca;
}

body::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #252525; /* color of the scroll thumb */
  border-radius: 20px; /* creates padding around scroll thumb */
  border: 2px solid #d0d6dc;
}

/* card home page */

/* Container for the list items */
.w-dyn-list-container {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping to a new line if necessary */
  gap: 16px; /* Adjust the gap between items as needed */
  margin: 0 auto; /* Centers the container horizontally */
  padding: 0px 20px; /* Adds padding around the container */
}

@media screen and (max-width: 480px) {
  .w-dyn-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.w-dyn-list {
  flex: 1 1 calc(20% - 16px); /* Adjust the percentage to control the number of items per row */
  box-sizing: border-box;
}

/* Styles for the service card */
.services-card-open {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.7s ease;
  max-width: 312px;
  min-height: 420px;
  max-height: 420px;
  padding: 20px;
  cursor: pointer;
  border-radius: 14px;
}
.services-card-open:hover {
  transform: scale(1.07); /* Adjust the scale value as needed */
  transition: transform 0.7s ease;
}

.gap-16px {
  margin-top: 60px;
}

.flex-no-gap {
  display: flex;
  align-items: center;
}

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

.font-black {
  font-weight: 700;
}

.font-size-wu {
  font-size: 1.2em;
}

.services-row-title {
  margin-top: 8px;
  font-size: 1.1em;
}

.services-description {
  margin-top: 55px;
}

/* contact form css */

/* Basic styles for the form */
.field-wrapper {
  margin-bottom: 15px;
}

.text-field,
.message-area {
  width: 100%;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #ccc;
}

.submit-button {
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

/* Backdrop filter effect */
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  align-items: center;

  justify-content: center;
  z-index: 1000; /* Ensure it’s above other content */
}

.popup-content {
  background: rgb(0, 0, 0);
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  max-width: 500px;

  width: 100%;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  cursor: pointer;

  color: white;
}

.hidden {
  display: none;
}

/* 2nd form */

/* Backdrop filter effect */
.popup-container2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  align-items: center;

  justify-content: center;
  z-index: 1000; /* Ensure it’s above other content */
}

.popup-content2 {
  background: rgb(0, 0, 0);
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  max-width: 500px;

  width: 100%;
}

.popup-close2 {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  cursor: pointer;

  color: white;
}

.hidden2 {
  display: none;
}


.blog-details-page  .main-content p{
color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: justify;

}


.blog-details-page  .main-content p strong{
    font-weight: 500;

}

.blog-details-page .sidebar .text-content {
    line-height: 1.6;
}
.blog-details-page  .sidebar a {
color: black;
    line-height: 1.1;
    font-size: 15px;
}


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

.thank-you-page  .thank-content {
    text-align: center;
}
.thank-you-page {
    padding: 150px 0px 80px 0px;
    background: url(../images/thaank-you-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
}


.thank-you-page  .heading {
font-size: 39px;
    font-weight: 400;
    line-height: 1;
    margin: 10px 0px;
    margin-bottom: 5px;
}

.thank-you-page p{
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}

.thank-you-page .button-with-icon{
    display: inline-block;
    margin-top: 19px;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #a3cd39;
}

.thank-you-page .thank-content img {
    width: 140px;
    margin-bottom: 4px;
}

.thank-you-page .button-with-icon:hover,
.thank-you-page .button-with-icon:focus{
    color: #000 !important;
background-color: #fff !important;
}

.error-page  .thank-content img{
    width: 380px;
    margin-bottom: 20px;


}

.thank-you-page.error-page{
    background: url(../images/error-bg.webp);
    background-repeat: no-repeat;

}
.slider-mock-sec{
overflow: hidden;
}

.service-box-inner .font-black{
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;

}



@media only screen and (max-width: 768px) {
.thank-you-page {
        padding: 130px 0px 50px 0px;
}
.thank-you-page .thank-content {
    padding: 0px 20px;
}

.thank-you-page .heading{
  font-size: 35px;
}

.error-page  .thank-content img{
    width: 250px;
}
}


.footer-footer-top  .socials-wrapper a{
    display: flex;
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 1px;
    border-radius: 50%;
    color: #000;
    background: #a3cd39;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    border: 1px solid #a3cd39;

}
.footer-footer-top  .socials-wrapper a:hover{
   color: #000;
    background: #fff;

}
.footer-footer-top .socials-wrapper{
    grid-column-gap: 10px;
margin: 10px 0px;
}


.home-banner .image-text{
    font-family: Archivo, sans-serif;
    font-size: 19px;
    margin-left: 0;
    letter-spacing: 1px;
    line-height: 1.2;
    /* display: none; */
}

.footer-footer-top  p,
.footer-footer-top  a,
.footer-footer-bottom p{
font-size: 15px;
line-height: 1.4;
}

@media (min-width: 576px){
.container-col{
 max-width: 540px;
}

}


@media (min-width: 768px){
.container-colr{
 max-width: 720px;
}

}


@media (min-width: 992px){
.container-col{
 max-width: 960px;
}

}

@media (min-width: 1200px){
.container-col{
max-width: 1140px;
}
}


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

}


.container-col .wrapper {
    padding-right: 0;
    padding-left: 0;

}

.gallery-sec .container-col .wrapper{
margin-top: 80px;

}

.nav-link-wrapper  .child-items{
    list-style: none;
    position: relative;

}





.child-menus>li> a{
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.child-menus>li a:hover{
  color: #a3cd39 ;
}


.header-menu .nav-link-wrapper svg {
    font-size: 14px;
    transform: rotate(90deg);
    position: relative;
    left: 2px;
    top: 1px;
}

.nav-link-wrapper .child-items:hover  svg {
    transform: rotate(-87deg);
}

.slide-up-animatio-new  .works-details-flex{
    padding: 20px;
    grid-column-gap: 0;
}

.slide-up-animatio-new  .works-project-text-flex a{

    display: contents;
}





@media only screen and (min-width: 992px){
.header-menu .nav-link-wrapper {
        margin-right: 10px;
}
.header-menu .nav-link-wrapper:last-child{
     margin-right: 0px;

}

.header-menu .nav-link-wrapper {
    overflow: visible;
}

.container-cols {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.child-menus{
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    position: absolute;
    background: rgb(0 0 0 / 63%);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    list-style: none;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    z-index: 9;
    width: 217px;
    left: 0;
}
.child-menus>li>{
position: relative;
}
.nav-link-wrapper .child-items:hover > .child-menus  {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
    pointer-events: unset;


}
}
@media only screen and (min-width: 768px) {
.home-banner {
    min-height: 700px;
    height: 700px;
    overflow: hidden;
}


}
@media only screen and (max-width: 1150px){
.nav-link, .nav-links{
  padding: 0px 5px;
}


}

@media only screen and (max-width: 992px){

.header-menu .nav-link-wrapper {
    margin-bottom: 30px;
}
.nav-link-wrapper .child-items a{
        display: block;
        text-align: center;
        margin-bottom: 0px;
}

.child-menus{
        background: rgb(255 255 255 / 4%);
        position: relative;
        margin: 0 auto;
        opacity: 1;
        transform: unset;
        display: none;
        list-style: none;
        text-align: left;
        padding: 0px;
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        padding-top: 20px;
}
.container-cols {
padding: 0 16px;
        display: flex
;
        justify-content: space-around;
        width: 100%;
}
.header-menu .menus-sec {
    width: 50%;
}
    .header-menu  .menu-button {
        padding-right: 0px;
    }
    .navbar.header-menu .mobile-menu {
        width: auto;
                margin-left: 0;
    }
.header-menu .log-sec {
    width: 50%;
}
}