:root {
  --whtie-200: #fafafa;
  --primary: #09060e;
  --transparent: transparent;
  --secondary: #919197;
  --blue: #8243f0;
  --white: white;
  --gray-300: #ededed;
  --black: black;
  --gray-400: #ddd;
  --black-600: #1a1a1a;
  --gray-700: #44444a;
  --gray-500: #6d6d75;
  --gray-600: #828289;
  --gray-800: white;
}

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

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

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

.w-commerce-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: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--whtie-200);
  color: var(--primary);
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

h1 {
  color: var(--primary);
  letter-spacing: -2.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 124px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

a {
  color: var(--primary);
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

li {
  list-style-type: disc;
}

strong {
  font-weight: bold;
}

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

figure {
  margin-bottom: 10px;
}

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

.container.license {
  max-width: 1280px;
}

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

.nav-button
{
  justify-content: right;
}




  

.nav {
  z-index: 999;
  background-color: var(--whtie-200);
  border-bottom: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.site-image {
  max-width: 100%;
  width: 140px;  
  height: auto;  
  display: block;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.nav-item {
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase; 
  margin: 0 40px; 
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.nav-menu-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.nav-link-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-link-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: 44px;
  display: flex;
}

.nav-link-text {
  color: var(--secondary);
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.nav-arrow-wrap {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.nav-arrow-text {
  font-family: "Fa Solid 900";
  font-size: 16px;
  line-height: 140%;
}

.nav-hero-line {
  background-color: var(--gray-300);
  width: 100%;
  height: 1px;
}

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

.nav-social-link {
  font-size: 16px;
  line-height: 140%;
  transition: color .4s;
}

.nav-social-link:hover {
  color: var(--secondary);
}

.nav-social-line {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.section {
  padding: 60px 20px;
}

.section.hero-v1 {
  padding-top: 130px;
  padding-bottom: 0;
}

.section.about-v1 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.expertise-v1 {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.project-v1, .section.awards {
  padding-bottom: 0;
}

.section.faq-v1 {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.license {
  padding-top: 194px;
  padding-bottom: 120px;
}

.section.changelog {
  text-transform: none;
  padding-top: 194px;
  padding-bottom: 120px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.section.project, .section.blog {
  padding-top: 60px;/*   210 */
}

.section.hero-v2 {
  padding-top: 210px;
  padding-bottom: 0;
}

.section.about-v2 {
  padding-top: 60px;
}

.section.project-v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.service-v2 {
  padding-bottom: 0;
}

.section.contact, .section.service {
  padding-top: 210px;
}

.section.about {
  padding-top: 210px;
  padding-bottom: 0;
}

.section.story {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.team {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing {
  padding-top: 210px;
  padding-bottom: 0;
}

.section.pricing-ctg, .section.price-single {
  padding-top: 210px;
}

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

.section.clash {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.home {
  padding-top: 143px;
  padding-bottom: 0;
}

.section.utility {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.innter {
  padding-top: 130px;
  padding-bottom: 0;
}

.section.figma {
  padding-top: 120px;
  padding-bottom: 126px;
}

.section.preview-footer {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 20px;
}
/* 
.section.blog-single, .section.project-single, .section.service-single {
  padding-top: 60px;
} */

.section.style {
  padding-top: 194px;
}

.hero-v1-top-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-v1-top-right-wrap {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 645px;
  display: grid;
}

.hero-v1-top-social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero-top-social-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-v1-social-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.hero-scoial-v1-line {
  background-color: var(--primary);
  height: 1px;
}

.hero-social-icon {
  font-family: "Fa Solid 900";
  font-size: 16px;
  line-height: 16px;
}

.hero-v1-top-counter-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.hero-v1-counter-title {
  text-align: right;
}

.hero-v1-counter-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-v1-single-counter {
  height: 45px;
  overflow: hidden;
}

.all-counter {
  display: flex;
}

.hero-top-counter-icon {
  color: var(--blue);
  font-size: 24px;
  line-height: 24px;
}

.hero-v1-wrap {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  margin-top: 90px;
  margin-bottom: 110px;
  display: flex;
}

.hero-v1-left-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1032px;
  display: flex;
}

.hero-v1-right-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-v1-sub-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.hero-v1-sub-icon {
  font-family: "Fa Solid 900";
}

.gray-color {
  color: var(--secondary);
}

.hero-v1-thimble-image {
  width: 100%;
}

.hero-v1-right-details {
  text-align: right;
  max-width: 290px;
}

.scrolling-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--gray-400);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.scrolling-icon {
  color: var(--blue);
  font-family: "Fa Solid 900";
  font-size: 16px;
  line-height: 16px;
}

.scrolling-text {
  font-size: 14px;
  line-height: 140%;
}

.about-v2-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-left-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-v1-right-wrap {
  max-width: 1149px;
}

.section-dots {
  background-color: var(--primary);
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.section-dots.white {
  background-color: var(--whtie-200);
}

.section-sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.section-sub-title.white {
  color: var(--whtie-200);
}

.about-details {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.about-button {
  margin-top: 40px;
}

.primary-button {
  color: var(--whtie-200);
}

.primary-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-icon-wrap {
  background-color: var(--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.button-icon-wrap._01 {
  opacity: 0;
  position: absolute;
}

.button-icon {
  color: var(--whtie-200);
}

.button-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 23px;
  display: flex;
}

.button-text-wrap.whte {
  background-color: var(--black-600);
}

.nav-button-icon-wrap {
  background-color: var(--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.nav-button-icon-wrap._01 {
  opacity: 0;
  position: absolute;
}

.nav-button-icon {
  color: var(--whtie-200);
}

@media screen and (max-width: 480px) {
  .nav-button-icon-wrap {
    background-color: var(--blue);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }
}

.nav-button-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 22px;
  display: flex;
}

.nav-button-text-wrap.whte {
  background-color: var(--black-600);
}

@media screen and (max-width: 768px) {
  .nav-button-text-wrap {
    font-size: 0.9rem; 
    padding: 17px 16px; 
  }
}

@media screen and (max-width: 480px) {
  .nav-button-text-wrap {
    font-size: 0.4rem  !important; 
    padding: 12px 12px; 
  }

  .contact-text
  {
  font-size: 10px !important;
  }

} 

@media screen and (max-width: 480px) {
  .button-dots {
    width: 4px;
    height: 4px;
  }
} 

.button-dots {
  background-color: var(--white);
  border-radius: 50px;
  width: 8px;
  height: 8px;
}

.button-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.expertise-v1-top-wrap {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expertise-v1-title {
  color: var(--whtie-200);
  max-width: 800px;
}

.black-gray {
  color: var(--gray-700);
}

.expertise-v1-single-wrap {
  cursor: pointer;
  border-bottom: 1px solid #313131;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.expertise-v1-single-wrap.service {
  border-bottom-color: var(--gray-400);
}

.expertise-v1-answer-wrap {
  max-width: 551px;
  overflow: hidden;
}

.expertise-v1-number {
  color: #78787d;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.expertise-v1-question-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.expertise-v1-answer {
  color: #78787d;
  margin-top: 24px;
  font-size: 16px;
  line-height: 140%;
}

.expertise-v1-single-title {
  color: var(--whtie-200);
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.expertise-v1-single-title.service {
  color: var(--primary);
}

.expertise-v1-ctg {
  color: #78787d;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.experties-question-number-wrap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expertise-v1-line-wrap {
  background-color: #313131;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.expertise-v1-line-wrap.last {
  margin-bottom: 30px;
}

.expertise-v1-line-wrap.last.service {
  margin-bottom: 0;
}

.expertise-v1-line-wrap.service {
  background-color: var(--gray-400);
  margin-top: 0;
  margin-bottom: 0;
}

.experties-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.secondary-button {
  background-color: var(--whtie-200);
  color: var(--blue);
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.secondary-button.project {
  background-color: var(--blue);
  color: var(--whtie-200);
  transition: background-color .4s;
}

.secondary-button.project:hover {
  background-color: var(--primary);
}

.secondary-btn-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 26px;
  display: flex;
}

.secondary-btn-dots {
  background-color: var(--blue);
  border-radius: 50px;
  width: 8px;
  height: 8px;
}

.secondary-btn-dots.project {
  background-color: var(--whtie-200);
}

.project-v1-top-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-v1-title {
  max-width: 806px;
}

.project-v1-left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-v1-wrap {
  margin-top: 60px;
}

.project-v1-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-v1-signle-wrap, .project-v1-item-wrap {
  width: 100%;
  max-width: 100%;
}

.project-v1-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-v1-single-image {
  width: 100%;
  max-width: 684px;
}

.project-img-btn-wrap {
  background-color: var(--black);
  color: var(--whtie-200);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-single-btn-text {
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.project-view-text {
  flex: none;
}

.porject-v1-single-title {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.project-v1-ctg {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.awards-top-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.awards-item-wrap {
  margin-top: 60px;
}

.awards-title {
  max-width: 806px;
}

.awards-item-grid-wrap {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.awards-item-title {
  color: var(--gray-500);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.awards-signle-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.awards-item-line {
  background-color: #ddd;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.awards-item-line.last {
  margin-bottom: 0;
}

.blog-v1-wrap {
  margin-top: 60px;
}

.blog-v1-top-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-v1-left-wrap {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-v1-title {
  max-width: 806px;
}

.blog-v1-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-v1-time-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
}

.blog-v1-time {
  color: var(--gray-500);
  font-size: 16px;
  line-height: 140%;
}

.blog-v1-ctg {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.blog-v1-image-wrap {
  overflow: hidden;
}

.blog-v1-item-details {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.blog-v1-btn-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.blog-v1-btn-icon {
  font-family: "Fa Solid 900";
  line-height: 14px;
}

.blog-v1-btn-icon._02 {
  position: absolute;
  inset: 0%;
}

.faq-v1-top-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-v1-wrap {
  max-width: 1218px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.faq-v1-title {
  color: var(--whtie-200);
}

.faq-v1-grid-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-v1-all-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.faq-v1-single-wrap {
  border-bottom: 1px solid #313131;
  padding-bottom: 15px;
}

.faq-v1-question-wrap {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-v1-answer-wrap {
  margin-top: 14px;
  padding-left: 44px;
  overflow: hidden;
}

.faq-v1-answer {
  color: var(--whtie-200);
  font-size: 14px;
  line-height: 140%;
}

.faq-v1-question {
  color: var(--whtie-200);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.faq-v1-question-arrow {
  color: var(--blue);
  font-family: "Fa Solid 900";
  font-size: 20px;
  line-height: 18px;
}

.client-v1-wrap {
  margin-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.client-v1-slider {
  background-color: var(--transparent);
  height: auto;
}

.client-v1-slider-mask {
  max-width: 452px;
  overflow: visible;
}

.client-v1-slide {
  max-width: 452px;
  margin-right: 12px;
}

.slide-nav {
  display: none;
}

.client-v1-slider-wrap {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 16px 40px 30px;
}

.client-v1-img-icon-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client-v1-user-image {
  width: 60px;
}

.client-v1-user-name {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.client-v1-user-position {
  color: var(--gray-500);
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.client-v1-user-review {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.client-v1-left-arrow {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .4s;
  display: flex;
  inset: auto auto -80px 46%;
}

.client-v1-left-arrow:hover {
  color: var(--white);
}

.client-v1-right-arrow {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .4s;
  display: flex;
  inset: auto 46% -80px auto;
}

.client-v1-right-arrow:hover {
  color: var(--white);
}

.footer-wrapper {
  max-width: 1270px;
}

.cta-wrapper {
  cursor: pointer;
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-title {
  color: var(--whtie-200);
  text-align: center;
  overflow: hidden;
}

.cta-icon-wrap {
  background-color: var(--blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
  position: absolute;
}

.cta-icon {
  color: var(--whtie-200);
  font-family: "Fa Solid 900";
  font-size: 24px;
  line-height: 24px;
}

.footer-line-wrap {
  background-color: #313131;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left-wrap {
  max-width: 452px;
}

.footer-details {
  color: #78787d;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
}

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

.footer-form-title {
  color: var(--whtie-200);
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.footer-email-field {
  border: 1px solid var(--black-600);
  background-color: var(--black-600);
  outline-offset: 0px;
  color: var(--whtie-200);
  border-radius: 40px;
  outline: 3px #d9d9d9;
  height: auto;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.footer-email-field:focus {
  border-color: var(--black-600);
  color: var(--whtie-200);
  font-size: 16px;
  line-height: 110%;
}

.footer-email-field::placeholder {
  color: var(--whtie-200);
  font-size: 16px;
  line-height: 110%;
}

.footer-field-btn-wrap {
  display: flex;
}

.footer-submit-btn {
  background-color: var(--blue);
  text-align: center;
  background-image: url('../images/Footer-Arrow-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
}

.footer-submit-btn:active {
  text-align: center;
}

.success-message {
  background-color: var(--black-600);
  color: var(--whtie-200);
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 140%;
}

.error-message {
  text-align: center;
  border-radius: 20px;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 500;
}

.footer-all-link-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-single-title {
  color: var(--whtie-200);
  font-size: 16px;
  line-height: 140%;
}

.footer-link-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.footer-menu-link {
  color: #78787d;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: all .4s;
}

.footer-menu-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-buttom-line {
  background-color: #313131;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 20px;
}

.footer-copyright-text {
  color: #78787d;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.footer-copyright-link {
  color: var(--whtie-200);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

._404-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-image {
  width: 100%;
  max-width: 366px;
}

._404-details {
  color: #78787d;
  text-align: center;
  max-width: 380px;
  margin-top: 30px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 110%;
}

.password-wrapper {
  max-width: 800px;
  margin: 194px auto 136px;
}

.password-top-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.password-form-wrapper {
  max-width: 609px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.password-form {
  background-color: #f5f5f5;
  border-radius: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 75px;
  display: flex;
}

.password-title {
  text-align: center;
  letter-spacing: -2.46px;
  text-transform: none;
  font-size: 82px;
  font-weight: 600;
  line-height: 120%;
}

.password-details {
  color: var(--gray-700);
  text-align: center;
  text-transform: none;
  max-width: 420px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.password-form-title {
  letter-spacing: -.28px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 11px;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.password-form-details {
  color: var(--gray-700);
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.password-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.password-field {
  border: 1px solid var(--white);
  background-color: var(--white);
  outline-offset: 0px;
  color: var(--primary);
  border-radius: 10px;
  outline: 3px #d9d9d9;
  height: auto;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.password-field:focus {
  border-color: var(--blue);
  font-size: 16px;
  line-height: 160%;
}

.password-field::placeholder {
  color: var(--gray-700);
  font-size: 16px;
  line-height: 160%;
}

.password-submit-btn {
  background-color: var(--black);
  border-radius: 7px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  transition: background-color .4s;
}

.password-submit-btn:hover {
  background-color: var(--blue);
}

.license-button {
  margin-top: 17px;
}

.license-icon-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.license-wrap {
  margin-top: 80px;
}

.license-image-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.license-single-title {
  letter-spacing: -1.08px;
  text-transform: capitalize;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.license-details {
  color: var(--gray-700);
  text-transform: none;
  max-width: 888px;
  margin-top: 17px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.license-link {
  color: var(--black-600);
  font-size: 16px;
  line-height: 160%;
  transition: color .4s;
}

.license-link:hover {
  color: var(--blue);
}

.license-image {
  width: 100%;
}

.license-flex-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.license-title {
  text-align: center;
  letter-spacing: -2.46px;
  text-transform: capitalize;
  font-size: 82px;
  font-weight: 600;
  line-height: 120%;
}

.changelog-title {
  text-align: center;
  letter-spacing: -2.46px;
  text-transform: none;
  font-size: 82px;
  font-weight: 600;
  line-height: 120%;
}

.changelog-wrap {
  max-width: 822px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-flex-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.changelog-single-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.changelog-left-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 170px;
  display: flex;
}

.changelog-right-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.version-title {
  letter-spacing: -1.08px;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.version-details {
  color: var(--gray-700);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.changelog-devided-line {
  background-color: #e4e4e4;
  width: 2px;
  min-width: 2px;
  height: 116px;
  min-height: 116px;
}

.changelog-details {
  color: var(--gray-700);
  width: 100%;
  max-width: 579px;
  font-size: 18px;
  line-height: 160%;
}

.project-top-wrap {
  margin-top: 90px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}


.project-right-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-title {
  max-width: 1055px;
}

.project-details {
  color: var(--primary);
  text-align: right;
  max-width: 290px;
  font-size: 16px;
  line-height: 140%;
}

.project-wrap {
  margin-top: 110px;
}

.blog-top-wrap {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  display: flex;
}

.blog-wrap {
  margin-top: 110px;
}

.blog-details-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-title {
  max-width: 1000px;
}

.blog-details {
  text-align: right;
  max-width: 290px;
}

.client-v1-left-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.clinet-v1-arrow._02 {
  position: absolute;
}

.client-v1-right-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-v2-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-v2-wrap {
  position: relative;
}

.hero-v2-title {
  text-align: center;
}

.hero-v2-details {
  color: #78787d;
  text-align: center;
  max-width: 654px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
}

.hero-v2-btn-wrap {
  justify-content: center  ;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-v2-left-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-v2-last-btn {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-v2-image-wrap {
  margin-top: 100px;
}

.hero-v2-img-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-v2-imag {
  width: 100%;
}

.project-v2-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  display: flex;
}

.project-v2-flex-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-v2-image {
  width: 100%;
}

.project-v2-image._01 {
  max-width: 800px;
}

.project-v2-image-wrap {
  overflow: hidden;
}

.project-v2-image-wrap._01 {
  width: 100%;
  max-width: 800px;
}

.project-v2-image-wrap._02 {
  width: 100%;
  max-width: 568px;
}

.project-v2-details-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.project-v2-btn-wrap {
  border: 1px solid var(--gray-400);
  background-color: var(--transparent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.project-v2-icon._02 {
  position: absolute;
}

.project-v2-item-title {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.project-v2-item-ctg {
  color: var(--gray-500);
  margin-top: 14px;
  font-size: 16px;
  line-height: 140%;
}

.service-v2-top-wrap {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-v2-title {
  width: 100%;
  max-width: 916px;
}

.service-v2-wrap {
  margin-top: 60px;
}

.service-v2-single-warp {
  border-bottom: 1px solid var(--gray-400);
  cursor: pointer;
  width: 100%;
  padding-top: 43px;
  padding-bottom: 43px;
}

.service-v2-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-v2-answer-wrap {
  margin-left: 226px;
  overflow: hidden;
}

.service-v2-number {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.service-v2-question {
  color: var(--primary);
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.service-v2-left-wrap {
  grid-column-gap: 185px;
  grid-row-gap: 185px;
  display: flex;
}

.service-v2-icon-wrap {
  border: 1px solid var(--gray-400);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.service-v2-icon._02 {
  position: absolute;
}

.service-v2-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-v2-details {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.service-v2-line {
  background-color: var(--gray-400);
  height: 1px;
}

.blog-v2-wrap {
  margin-top: 60px;
}

.blog-v2-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-v2-wrap {
  max-width: 684px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.client-v2-top-wrap {
  grid-column-gap: 235px;
  grid-row-gap: 235px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-v2-wrap {
  margin-top: 60px;
  overflow: hidden;
}

.client-v2-title {
  line-height: 110%;
  text-align: center; /* Center align the title */
  width: 100%; /* Ensure the title takes full width */
  margin: 0 auto; 
}

.client-v2-slider {
  background-color: var(--transparent);
  height: auto;
  padding-bottom: 110px;
}

.client-v2-slider-mask {
  max-width: 684px;
  overflow: visible;
}

.client-v2-slide {
  max-width: 684px;
  margin-right: 12px;
}

.slide-nav-2 {
  display: none;
}

.client-v2-item-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 310px;
  padding: 30px;
  display: flex;
}

.client-v2-user-review {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.client-v2-user-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-v2-user-image {
  width: 58px;
  height: 58px;
}

.clinet-v2-user-name-wap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.client-v2-user-name {
  font-weight: 500;
  line-height: 110%;
}

.client-v2-user-position {
  color: var(--gray-500);
  text-transform: none;
  font-size: 16px;
  line-height: 140%;
}

.clinet-v2-left-arrow {
  border: 1px solid var(--gray-300);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto 0% 46%;
}

.clinet-v2-right-arrow {
  border: 1px solid var(--gray-400);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 46% 0% auto;
}

.contact-wrap {
  max-width: 916px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}

.contact-top-wrap {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-left-wrap {
  max-width: 1000px;
}

.contact-right-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 290px;
  display: flex;
}

.contact-details {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.contact-form-block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-single-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-single-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.contact-single-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  line-height: 140%;
  display: flex;
}

.contact-field-label {
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.contact-text-filed {
  border: 1px solid var(--gray-400);
  background-color: var(--transparent);
  color: var(--primary);
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 19px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.contact-text-filed:focus {
  border-color: var(--blue);
  color: var(--primary);
  font-size: 16px;
  line-height: 110%;
}

.contact-text-filed::placeholder {
  color: var(--secondary);
  font-size: 16px;
  line-height: 110%;
}

.contact-message {
  border: 1px solid var(--gray-400);
  background-color: var(--transparent);
  outline-offset: 0px;
  color: var(--primary);
  border-radius: 10px;
  outline: 3px #d9d9d9;
  width: 916px;
  min-width: 916px;
  max-width: 916px;
  min-height: 164px;
  margin-bottom: 0;
  padding: 19px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.contact-message:focus {
  border-color: var(--blue);
  font-size: 16px;
  line-height: 110%;
}

.contact-message::placeholder {
  color: var(--secondary);
  font-size: 16px;
  line-height: 110%;
}

.contact-select-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button {
  border: 1px solid var(--gray-300);
  background-color: var(--transparent);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--whtie-200);
  background-image: url('../images/Check-Image.svg');
  background-position: 50%;
  background-size: auto;
}

.radio-button.w--redirected-focus {
  border: 1px solid var(--blue);
  background-color: var(--blue);
}

.radio-button-label {
  color: var(--gray-500);
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.radio-button-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  display: flex;
}

.contact-submit-button {
  background-color: var(--primary);
  text-align: center;
  background-image: url('../images/Contact-Dot.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 17px 16px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  transition: background-color .4s;
  display: block;
}

.contact-submit-button:hover {
  background-color: var(--blue);
}

.service-top-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-wrap {
  margin-top: 110px;
}

.service-left-wrap {
  max-width: 1055px;
}

.service-right-wrap {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 290px;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.service-details {
  color: var(--primary);
  font-size: 16px;
  line-height: 140%;
}

.about-top-wrap {
  grid-column-gap: 174px;
  grid-row-gap: 174px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-right-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 290px;
  display: flex;
}

.about-title {
  max-width: 700px;
  font-size: 90px;
}

.about-right-details {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.about-wrap {
  margin-top: 110px;
}

.story-right-wrap {
  max-width: 1080px;
}

.story-wrap {
  grid-column-gap: 117px;
  grid-row-gap: 117px;
  display: flex;
}

.story-details {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.story-counter-wrapper {
  margin-top: 60px;
}

.story-counter-flex-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  display: flex;
}

.story-single-counter {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.story-single-title {
  color: var(--gray-500);
  font-size: 16px;
  line-height: 140%;
}

.story-counter, .all-counter-wrap {
  display: flex;
}

.story-counter-item-wrap {
  height: 72px;
  overflow: hidden;
}

.story-number {
  letter-spacing: -1.2px;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.expertise-top-wrap {
  grid-column-gap: 125px;
  grid-row-gap: 125px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expertise-wrap {
  max-width: 1148px;
  margin-top: 60px;
  margin-left: auto;
}

.experties-title {
  max-width: 800px;
}

.expertise-single-item {
  border-bottom: 1px solid var(--gray-400);
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.experties-single-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.arrow-imag-wrap {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experties-arrow-wrap {
  background-color: var(--blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.experties-single-image {
  z-index: 1;
  width: 100%;
  max-width: 336px;
  position: absolute;
  inset: -100px 116px 0% auto;
}

.experties-button {
  max-width: 1148px;
  margin-top: 40px;
  margin-left: auto;
}

.hero-title-wrap {
  max-width: 800px;
}

.team-top-wrap {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.team-top-wrap > div {
  display: flex; /* Use flexbox for horizontal alignment */
  align-items: center; /* Vertically center dots and title */
  gap: 10px; /* Add spacing between dots and title */
}

.team-wrap {
  margin-top: 60px;
}

.team-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin-bottom: 125px;
}

.team-single-image {
  transition: filter .4s;
}

.team-single-image:hover {
  filter: grayscale();
}

.team-member-name {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.team-member-details {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-top-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-wrap {
  margin-top: 100px;
}

.pricing-title {
  max-width: 1032px;
}

.pricing-details-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-details {
  color: var(--primary);
  text-align: right;
  max-width: 290px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-tabs {
  flex-flow: column;
}

.pricing-tabs-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--gray-300);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  display: inline-flex;
}

.pricing-tabs-content {
  margin-top: 30px;
  overflow: visible;
}

.pricing-tab-link {
  background-color: var(--transparent);
  color: var(--gray-700);
  border-radius: 10px;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.pricing-tab-link.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.pricing-tab-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tab-grid-wrap.single {
  grid-template-columns: 1fr;
}

.pricing-tab-single-wrap {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}

.pricing-package-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.pricing-package-details {
  color: var(--gray-600);
  text-transform: none;
  margin-top: 14px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-price-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pricing-month {
  color: #78787d;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-price {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.pricing-button {
  background-color: var(--gray-300);
  color: var(--primary);
  text-align: center;
  border-radius: 12px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  transition: all .4s;
}

.pricing-button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.pricing-include-title {
  color: #78787d;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.pricing-single-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-single-list.disable {
  color: #78787d;
}

.pricing-list-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.price-single-title {
  max-width: 1032px;
}

.price-single-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 110px;
  display: flex;
}

.price-single-left-wrap {
  max-width: 568px;
}

.price-single-right-wrap {
  max-width: 452px;
  position: relative;
}

.field-label, .field-label-2, .quantity, .buy-now-button {
  display: none;
}

.button-group {
  background-color: var(--gray-300);
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px;
}

.button {
  border: 1px none var(--secondary);
  background-color: var(--transparent);
  border-radius: 12px;
  margin-right: 0;
  padding: 13px 30px;
  transition: all .4s;
}

.button:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--whtie-200);
}

.button.w--ecommerce-pill-selected {
  border-color: var(--blue);
  background-color: var(--blue);
}

.add-to-cart-button {
  background-color: var(--gray-300);
  color: var(--primary);
  border-radius: 12px;
  width: 100%;
  margin-top: 30px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  transition: all .4s;
}

.add-to-cart-button:hover {
  background-color: var(--blue);
  color: var(--whtie-200);
}

.price-about-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.price-about-details {
  color: var(--gray-600);
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.feature-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.price-rich-text {
  margin-top: 30px;
}

.price-rich-text h2 {
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.price-rich-text p {
  color: #78787d;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.open-menu {
  z-index: 999999;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-hamburger {
  cursor: pointer;
}

.nav-bg {
  width: 100%;
  height: 100%;
}

.nav-menu-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 70%;
  height: 100%;
  padding: 40px 30px;
  overflow: auto;
}

.nav-menu-all-wrap {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.nav-content-box {
  align-self: flex-end;
}

.nav-link-data {
  width: 100%;
}

.navbar-close-text {
  color: var(--secondary);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: color .4s;
}

.navbar-close-text:hover {
  color: var(--blue);
}

.nav-menu-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.checkout-title {
  letter-spacing: 0;
  font-size: 32px;
}

.block-header {
  padding: 20px;
}

.block-content {
  background-color: var(--gray-800);
}

.total-wrap {
  top: 90px;
}

.order-confirmation, .paypal-checkout-form, .checkout-form {
  background-color: var(--transparent);
  padding-top: 210px;
  padding-bottom: 110px;
}

.order-items {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--primary);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all .4s;
}

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

.order-summary {
  margin-bottom: 0;
}

.checkout-text {
  line-height: 130%;
}

.checkout-text-field {
  background-color: var(--transparent);
  height: auto;
  padding: 12px 15px;
}

.checkout-text-field:focus {
  border-color: var(--blue);
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.payment-info, .billing-address {
  display: none;
}

.preview-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-top-title {
  text-align: center;
  max-width: 912px;
  font-size: 82px;
  font-weight: 600;
  line-height: 120%;
}

.preview-details {
  color: var(--gray-700);
  text-align: center;
  text-transform: none;
  max-width: 571px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

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

.preview-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 7px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

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

.preview-btn-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-btn-text-wrap {
  height: 22px;
  overflow: hidden;
}

.preview-btn-icon-wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 13px;
  display: flex;
  overflow: hidden;
}

.preview-btn-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.preview-btn-icon._01 {
  filter: invert();
}

.explore-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.explore-btn-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.explore-icon {
  transform: rotate(90deg);
}

.preview-tricker {
  background-color: #f1f1f1;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.preview-tricker-wrap {
  display: flex;
}

.preview-single-wrap {
  flex: none;
  display: flex;
}

.preview-image {
  flex: none;
  width: 100%;
  max-width: 532px;
  margin-right: 30px;
}

.default-state {
  margin-bottom: 0;
}

.service-cl-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
}

.clash-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clash-title {
  color: var(--black);
  letter-spacing: -1.08px;
  text-transform: none;
  max-width: 320px;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.clash-details {
  color: #989898;
  text-transform: none;
  max-width: 420px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.clash-flex-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.clash-sinle-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.clash-single-details-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.clash-single-title {
  color: var(--black);
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.clash-single-details {
  color: var(--gray-700);
  text-transform: none;
  max-width: 420px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.home-wrap {
  max-width: 1320px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.home-page-title {
  text-align: center;
  text-transform: none;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.page-section-title {
  color: #989898;
  text-align: center;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}

.home-bg-wrap {
  background-color: #f1f1f1;
  border-radius: 26px;
  padding: 102px 113px;
}

.home-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.home-image-wrap {
  overflow: hidden;
}

.home-demo-name {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.hero-image {
  width: 100%;
}

.figma-wrapper {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}

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

.figma-left-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.figma-image {
  width: 100%;
  max-width: 83px;
}

.fimga-details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.figma-title {
  color: var(--black);
  letter-spacing: -.36px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}

.figma-details {
  color: var(--gray-700);
  text-transform: none;
  max-width: 447px;
  font-size: 16px;
  line-height: 160%;
}

.figma-support {
  color: var(--black-600);
  font-size: 16px;
  line-height: 160%;
}

.preview-footer-top-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preview-footer-title {
  color: var(--white);
  text-align: center;
  letter-spacing: -1.08px;
  text-transform: none;
  max-width: 518px;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.preview-footer-detaisl {
  color: #989898;
  text-align: center;
  text-transform: none;
  max-width: 480px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.footer-line {
  opacity: .5;
  background-color: #2d2d2d;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 24px;
}

.preview-copyright-text {
  color: #989898;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.preview-copyright-link {
  color: var(--white);
}

.blog-single-wrapper {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}

.blog-thimble-image {
  margin-top: 80px;
  margin-bottom: 40px;
}

.blog-user-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.blog-social-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-author-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-author-image {
  max-width: 40px;
}

.blog-author-name {
  color: var(--black);
  font-weight: 500;
  line-height: 110%;
}

.blog-rich-text h5 {
  color: var(--primary);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
}

.blog-rich-text p {
  color: var(--gray-500);
  text-transform: none;
  font-size: 16px;
  line-height: 140%;
}

.blog-rich-text h6 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.blog-rich-text blockquote {
  color: var(--primary);
  text-transform: none;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.blog-rich-text ul {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--gray-500);
  text-transform: none;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  list-style-type: disc;
  display: flex;
}

.project-single-wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;

}
.project-single-title{
  margin-top: 90px;
  margin-bottom: 90px;
}

.project-single-thimble {
  margin-top: 110px;
  margin-bottom: 60px;
}

.project-single-user-wrap {
  grid-column-gap: 135px;
  grid-row-gap: 135px;
  display: flex;
}

.project-user-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.project-user-title {
  color: #6d6d75;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.project-user-details {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.project-single-line {
  background-color: #ddd;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-rich-text h5 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
}

.project-rich-text p {
  color: var(--gray-500);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}

.project-rich-text strong {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.project-rich-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.service-single-wrapper {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}

.service-thimble-image {
  margin-top: 110px;
  margin-bottom: 60px;
}

.service-rich-text h5 {
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.service-rich-text p {
  color: var(--gray-500);
  text-transform: none;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.service-rich-text h6 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.service-rich-text ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--gray-500);
  text-transform: none;
  flex-flow: column;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.service-rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}

.service-rich-text strong {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.service-single-grid-wrap {
  grid-column-gap: 98px;
  grid-row-gap: 98px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.service-single-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service-single-item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.service-single-item-details {
  color: var(--gray-500);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.style-wrapper {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.style-top-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-title {
  text-align: center;
  letter-spacing: -2.46px;
  text-transform: none;
  max-width: 650px;
  font-size: 82px;
  font-weight: 600;
  line-height: 120%;
}

.style-details {
  color: var(--gray-700);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.color-wrapper {
  margin-top: 68px;
}

.section-title {
  letter-spacing: -1.08px;
  text-transform: none;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.color-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.color-single-wrap._01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 555px;
  display: grid;
}

.color-single-wrap._02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 923px;
  display: grid;
}

.color-title {
  color: var(--black);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.color-item-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.color-text {
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.color {
  border-radius: 13px;
  height: 118px;
}

.color._01 {
  background-color: var(--white);
  border: 1px solid #f2f2f2;
}

.color._02 {
  background-color: var(--whtie-200);
  border: 1px solid #f2f2f2;
}

.color._03 {
  background-color: var(--blue);
}

.color._04 {
  background-color: var(--primary);
}

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

.color._06 {
  background-color: #313131;
}

.color._07 {
  background-color: var(--gray-700);
}

.color._08 {
  background-color: #78787d;
}

.color._09 {
  background-color: var(--gray-500);
}

.color._10 {
  background-color: var(--secondary);
}

.color._11 {
  background-color: #ddd;
}

.color._12 {
  background-color: var(--gray-300);
}

.typography-wrapper {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.typography-wrap {
  margin-top: 45px;
}

.typography-title-wrap {
  background-color: #f0f0f0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 32px 28px;
  display: grid;
}

.typography-title {
  color: var(--black);
  text-transform: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.typography-item-wrap {
  border-bottom: 1px solid #676869;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 24px 28px;
  display: grid;
}

.paragraph-l-m {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-l-s {
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph-l-s-b {
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.paragraph-large {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-r {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.text-block-s-m {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.text-block-s {
  text-transform: none;
  font-size: 16px;
  line-height: 140%;
}

.font-wrapper {
  max-width: 1226px;
  margin-top: 60px;
}

.font-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.font-left-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.font-text {
  text-transform: capitalize;
}

.font-name {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.font-details {
  color: var(--gray-700);
  text-transform: none;
  max-width: 400px;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.button-wrapper {
  margin-top: 120px;
}

.button-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.start-button {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  padding: 19px 145px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.headding-medium {
  font-weight: 500;
}

.checkout-text-label {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 140%;
}

.blog-btn-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.option-list {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
}

.option {
  position: static;
  top: -80px;
  left: -20px;
}

.cart-button {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.icon {
  color: var(--blue);
}

.text-block-8 {
  display: none;
}

.cart-quantity {
  background-color: var(--blue);
  color: var(--white);
  position: absolute;
  top: -15px;
  right: 8px;
}

.cart-quantity-2 {
  display: none;
}

.cart-item {
  flex-flow: row;
}

.checkout-actions {
  align-self: stretch;
}

.close-button {
  cursor: pointer;
}

.remove-button {
  transition: color .3s ease-in-out;
  display: block;
}

.remove-button:hover {
  color: var(--blue);
}

.text-block-9 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cart-container {
  border-radius: 16px;
}

@media screen and (min-width: 1920px) {
  .about-title {
    max-width: 916px;
    font-size: 124px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2px;
    font-size: 80px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 16px;
  }

  .nav {
    padding-top: 25px;
  }

  .nav-menu-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: none;
  }

  .nav-link-wrap {
    margin-left: 30px;
  }

  .nav-link-text {
    font-size: 32px;
  }

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

  .section.license, .section.changelog {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.project, .section.blog {
    padding-top: 100px;
  }

  .section.hero-v2, .section.contact, .section.service, .section.about, .section.pricing {
    padding-top: 160px;
  }

  .section.pricing-ctg, .section.price-single {
    padding-top: 180px;
  }

  .section.preview {
    padding-top: 160px;
  }

  .section.clash, .section.home, .section.innter {
    padding-top: 100px;
  }

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

  /* .section.blog-single, .section.project-single, .section.service-single, .section.style {
    padding-top: 160px;
  } */

  .hero-v1-top-right-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-v1-single-counter {
    height: 40px;
  }

  .hero-v1-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero-v1-left-wrap {
    max-width: 650px;
  }

  .hero-v1-title {
    font-size: 60px;
  }

  .hero-v1-right-details {
    width: 222px;
  }

  .scrolling-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100px;
    height: 100px;
  }

  .scrolling-text {
    font-size: 13px;
  }

  .about-v2-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-details {
    font-size: 28px;
  }

  .about-button {
    margin-top: 30px;
  }

  .expertise-v1-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .expertise-v1-title {
    font-size: 54px;
  }

  .expertise-v1-single-wrap {
    padding-top: 50px;
  }

  .expertise-v1-answer-wrap {
    max-width: 450px;
  }

  .expertise-v1-answer {
    margin-top: 20px;
  }

  .expertise-v1-single-title, .expertise-v1-single-title.service {
    font-size: 32px;
  }

  .experties-question-number-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .expertise-v1-line-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .project-v1-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-v1-title {
    max-width: none;
    font-size: 54px;
  }

  .project-v1-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-v1-wrap {
    margin-top: 50px;
  }

  .project-v1-grid-wrap {
    grid-row-gap: 30px;
  }

  .project-v1-single-image {
    max-width: none;
  }

  .project-img-btn-wrap {
    width: 100px;
    height: 100px;
  }

  .project-view-text {
    font-size: 16px;
  }

  .porject-v1-single-title {
    font-size: 28px;
  }

  .awards-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .awards-item-wrap {
    margin-top: 50px;
  }

  .awards-title {
    letter-spacing: -1.5px;
    font-size: 54px;
  }

  .awards-item-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-v1-wrap {
    margin-top: 50px;
  }

  .blog-v1-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-v1-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .blog-v1-title {
    letter-spacing: -1.5px;
    font-size: 54px;
  }

  .blog-v1-grid-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-v1-item-details {
    font-size: 24px;
  }

  .faq-v1-wrap {
    margin-top: 60px;
  }

  .faq-v1-title {
    letter-spacing: -1.5px;
    font-size: 54px;
  }

  .faq-v1-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-v1-question-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-v1-answer-wrap {
    padding-left: 42px;
  }

  .client-v1-wrap {
    margin-top: 50px;
  }

  .client-v1-user-name {
    margin-top: 20px;
  }

  .client-v1-user-position {
    margin-bottom: 20px;
  }

  .client-v1-left-arrow {
    left: 42%;
  }

  .client-v1-right-arrow {
    right: 42%;
  }

  .cta-title {
    font-size: 56px;
  }

  .cta-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .cta-icon {
    width: 24px;
  }

  .footer-line-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-left-wrap {
    max-width: 400px;
  }

  .footer-details {
    margin-bottom: 30px;
  }

  .footer-form-title {
    margin-bottom: 20px;
  }

  .footer-all-link-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-single-wrap, .footer-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-buttom-line {
    margin-top: 45px;
  }

  ._404-image {
    max-width: 300px;
  }

  ._404-details {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .password-wrapper {
    margin-top: 180px;
    margin-bottom: 100px;
  }

  .password-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .password-form-wrapper {
    margin-top: 60px;
  }

  .password-form {
    padding: 40px;
  }

  .password-title {
    letter-spacing: -1.5px;
    font-size: 54px;
  }

  .password-form-title {
    margin-top: 30px;
    font-size: 26px;
  }

  .password-form-details {
    margin-bottom: 30px;
  }

  .license-icon-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .license-wrap {
    margin-top: 70px;
  }

  .license-image-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .license-single-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .license-flex-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .license-title, .changelog-title {
    letter-spacing: -2px;
    font-size: 54px;
  }

  .changelog-wrap {
    margin-top: 50px;
  }

  .changelog-flex-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .changelog-single-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .version-title {
    font-size: 48px;
  }

  .version-details, .changelog-details {
    font-size: 16px;
  }

  .project-top-wrap {
    margin-top: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-right-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-title {
    max-width: 500px;
    font-size: 60px;
  }

  .project-wrap {
    margin-top: 80px;
  }

  .blog-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .blog-wrap {
    margin-top: 80px;
  }

  .blog-details-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-details {
    order: -1;
  }

  .hero-v2-title {
    font-size: 64px;
  }

  .hero-v2-image-wrap {
    margin-top: 80px;
  }

  .hero-v2-img-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .project-v2-wrap {
    margin-top: 50px;
  }

  .project-v2-item-title {
    width: 90%;
    font-size: 32px;
  }

  .service-v2-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-v2-title {
    letter-spacing: -1.5px;
    max-width: 450px;
    font-size: 42px;
  }

  .service-v2-answer-wrap {
    margin-left: 80px;
  }

  .service-v2-left-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-v2-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .client-v2-top-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .client-v2-wrap {
    margin-top: 50px;
  }

  .client-v2-title {
    letter-spacing: -1.5px;
  }

  .clinet-v2-left-arrow {
    left: 43%;
  }

  .clinet-v2-right-arrow {
    right: 43%;
  }

  .contact-wrap {
    max-width: none;
    margin-top: 80px;
  }

  .contact-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-left-wrap {
    max-width: 456px;
  }

  .contact-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 240px;
  }

  .contact-title {
    font-size: 64px;
  }

  .contact-form {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contact-single-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    max-width: 100%;
  }

  .contact-field-label {
    font-size: 16px;
  }

  .contact-message {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .service-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .service-wrap {
    margin-top: 100px;
  }

  .service-right-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-title {
    font-size: 62px;
  }

  .about-top-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-right-wrap {
    max-width: 250px;
  }

  .about-title {
    letter-spacing: -1px;
    font-size: 60px;
  }

  .about-wrap {
    margin-top: 60px;
  }

  .story-right-wrap {
    max-width: none;
  }

  .story-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .story-details {
    font-size: 28px;
  }

  .story-counter-wrapper {
    margin-top: 50px;
  }

  .story-counter-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .story-counter-item-wrap {
    height: 62px;
  }

  .story-number {
    font-size: 50px;
    line-height: 120%;
  }

  .expertise-top-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .experties-title {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .experties-single-title {
    font-size: 28px;
  }

  .experties-single-image {
    max-width: 250px;
  }

  .experties-button {
    margin-top: 35px;
  }

  .team-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .team-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-name {
    font-size: 22px;
  }

  .pricing-top-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-wrap {
    margin-top: 80px;
  }

  .pricing-title {
    max-width: 500px;
    font-size: 60px;
  }

  .pricing-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-details {
    max-width: 230px;
  }

  .pricing-tab-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-tab-single-wrap {
    padding: 25px;
  }

  .pricing-package-title {
    font-size: 22px;
  }

  .pricing-package-details {
    margin-bottom: 25px;
  }

  .pricing-price {
    letter-spacing: -1.5px;
    font-size: 36px;
  }

  .pricing-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .price-single-title {
    font-size: 64px;
  }

  .price-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 80px;
  }

  .price-single-left-wrap {
    max-width: 372px;
  }

  .button-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .price-about-title {
    font-size: 22px;
  }

  .price-about-details {
    margin-bottom: 25px;
  }

  .feature-title {
    font-size: 22px;
  }

  .price-rich-text {
    margin-top: 25px;
  }

  .price-rich-text h2 {
    font-size: 22px;
  }

  .nav-bg {
    width: 10%;
  }

  .nav-menu-wrapper {
    max-width: 90%;
    padding: 35px 25px;
  }

  .nav-menu-all-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .nav-menu-list {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .checkout-title {
    font-size: 24px;
  }

  .order-confirmation, .paypal-checkout-form, .checkout-form {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .row {
    flex-flow: column;
  }

  .preview-top-title {
    letter-spacing: -1.5px;
    font-size: 64px;
  }

  .preview-details {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .heading {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .clash-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .clash-title {
    font-size: 48px;
  }

  .clash-details {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .clash-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .clash-sinle-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .clash-single-title {
    font-size: 22px;
  }

  .home-page-title {
    letter-spacing: -1.5px;
    font-size: 42px;
  }

  .home-bg-wrap {
    padding: 40px;
  }

  .home-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
  }

  .home-single-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-demo-name {
    font-size: 22px;
  }

  .figma-title {
    font-size: 32px;
  }

  .preview-footer-title {
    font-size: 48px;
  }

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

  .footer-line {
    margin-top: 40px;
  }

  .blog-single-title {
    letter-spacing: -1.5px;
  }

  .blog-thimble-image {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .blog-user-wrap {
    margin-bottom: 25px;
  }

  .blog-rich-text h5 {
    margin-top: 30px;
    font-size: 22px;
  }

  .project-single-title {
    font-size: 64px;
  }

  .project-single-thimble {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .project-single-user-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-user-details {
    font-size: 20px;
  }

  .project-single-line {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .project-rich-text h5 {
    font-size: 22px;
  }

  .project-rich-text p {
    margin-bottom: 18px;
  }

  .project-rich-image {
    margin-bottom: 30px;
  }

  .service-single-title {
    font-size: 72px;
  }

  .service-thimble-image {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .service-rich-text h5 {
    font-size: 22px;
  }

  .service-rich-text ul {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 25px;
  }

  .service-rich-text figure {
    margin-bottom: 50px;
  }

  .service-single-grid-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .service-single-item-title {
    font-size: 22px;
  }

  .style-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .style-title {
    letter-spacing: -2px;
    max-width: 450px;
    font-size: 64px;
  }

  .color-wrapper {
    margin-top: 50px;
  }

  .section-title {
    font-size: 48px;
  }

  .color-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 50px;
  }

  .color-single-wrap._01, .color-single-wrap._02 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .color-item-wrap._02 {
    display: none;
  }

  .typography-wrapper {
    margin-top: 50px;
  }

  .typography-wrap {
    margin-top: 40px;
  }

  .typography-title-wrap {
    padding: 20px;
  }

  .typography-title {
    font-size: 20px;
  }

  .typography-item-wrap {
    padding: 20px;
  }

  .paragraph-l-m, .paragraph-l-s {
    font-size: 22px;
  }

  .paragraph-l-s-b {
    font-size: 18px;
  }

  .paragraph-large, .text-block-r {
    font-size: 16px;
  }

  .font-wrapper, .font-wrap {
    margin-top: 50px;
  }

  .font-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .font-details {
    font-size: 16px;
  }

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

  .button-wrap {
    flex-flow: wrap;
    margin-top: 30px;
  }

  .start-button {
    padding: 15px 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-signle-menu {
    width: 100%;
    max-width: 100%;
  }

  .nav-link-menu {
    max-width: none;
  }

  .nav-link-wrap {
    margin-left: 15px;
  }

  .nav-link-text {
    font-size: 24px;
  }

  .nav-arrow-wrap {
    width: 40px;
    height: 40px;
  }

  .nav-social-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-social-text {
    font-size: 15px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-v1 {
    padding-bottom: 80px;
  }

  .section.license, .section.changelog {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.project, .section.blog {
    padding-top: 150px;
  }

  .section.hero-v2, .section.contact, .section.service {
    padding-top: 140px;
  }

  .section.about {
    padding-top: 150px;
  }

  .section.pricing {
    padding-top: 140px;
  }

  .section.pricing-ctg, .section.price-single {
    padding-top: 150px;
  }

  .section.preview {
    padding-top: 140px;
  }

  .section.clash, .section.home, .section.utility, .section.innter {
    padding-top: 80px;
  }

  .section.figma {
    padding-top: 80px;
    padding-bottom: 80px;
  }
/* 
  .section.blog-single, .section.project-single, .section.service-single, .section.style {
    padding-top: 140px;
  } */

  .hero-v1-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-v1-top-left-wrap {
    width: 100%;
  }

  .hero-v1-top-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    place-items: start;
    width: 100%;
    max-width: none;
  }

  .hero-v1-top-social-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-v1-top-counter-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-v1-counter-title {
    font-size: 14px;
  }

  .hero-v1-counter-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-v1-single-counter {
    height: 30px;
  }

  .number {
    letter-spacing: 1px;
  }

  .hero-v1-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hero-v1-left-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .hero-v1-right-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-v1-sub-link {
    font-size: 16px;
  }

  .hero-v1-title {
    font-size: 48px;
  }

  .hero-v1-right-details {
    text-align: left;
    width: 320px;
    max-width: none;
    font-size: 15px;
  }

  .section-scrolling-wrap {
    order: 1;
  }

  .scrolling-line {
    width: 100px;
    height: 100px;
  }

  .scrolling-text {
    font-size: 12px;
  }

  .about-v2-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-left-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .section-sub-title {
    font-size: 16px;
  }

  .about-details {
    font-size: 20px;
  }

  .about-button {
    margin-top: 25px;
  }

  .expertise-v1-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .expertise-v1-title {
    letter-spacing: -1px;
    font-size: 40px;
  }
  

  .expertise-v1-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .expertise-v1-answer-wrap {
    max-width: none;
  }

  .expertise-v1-answer {
    margin-top: 15px;
    font-size: 15px;
  }

  .expertise-v1-single-title, .expertise-v1-single-title.service {
    font-size: 28px;
  }

  .experties-question-number-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .expertise-v1-line-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .project-v1-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-v1-title {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .project-v1-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .project-v1-wrap {
    margin-top: 40px;
  }

  .project-v1-grid-wrap {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .project-img-btn-wrap {
    width: 90px;
    height: 90px;
  }

  .project-view-text {
    font-size: 15px;
  }

  .porject-v1-single-title {
    margin-top: 15px;
    font-size: 24px;
  }

  .project-v1-ctg {
    font-size: 15px;
  }

  .awards-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .awards-item-wrap {
    width: 700px;
    margin-top: 40px;
    overflow: auto;
  }

  .awards-title {
    letter-spacing: -1px;
    max-width: none;
    font-size: 40px;
  }

  .awards-item-title, .awards-signle-title {
    font-size: 16px;
  }

  .awards-item-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .awards-wrap {
    overflow: auto;
  }

  .blog-v1-wrap {
    margin-top: 40px;
  }

  .blog-v1-top-wrap, .blog-v1-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-v1-title {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .blog-v1-grid-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-v1-time-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-v1-time, .blog-v1-ctg {
    font-size: 15px;
  }

  .blog-v1-item-details {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .blog-v1-btn-wrap {
    font-size: 15px;
  }

  .faq-v1-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .faq-v1-wrap {
    margin-top: 50px;
  }

  .faq-v1-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .faq-v1-grid-wrap, .faq-v1-all-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-v1-question-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-v1-answer-wrap {
    padding-left: 38px;
  }

  .faq-v1-question {
    font-size: 17px;
  }

  .client-v1-wrap {
    margin-top: 40px;
  }

  .client-v1-slider-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .client-v1-user-name {
    margin-top: 15px;
    font-size: 18px;
  }

  .client-v1-user-position {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .client-v1-user-review {
    font-size: 16px;
  }

  .client-v1-left-arrow {
    inset: auto auto -80px 0%;
  }

  .client-v1-right-arrow {
    inset: auto auto -80px 60px;
  }

  .cta-title {
    font-size: 40px;
  }

  .cta-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .cta-icon {
    width: 22px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-line-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-wrap {
    flex-flow: column;
  }

  .footer-left-wrap {
    max-width: none;
  }

  .footer-right-wrap {
    width: 100%;
  }



  .footer-details {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
  }

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

  .success-message {
    font-size: 15px;
  }

  .footer-all-link-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-single-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-single-title {
    font-size: 15px;
  }

  .footer-link-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-menu-link {
    font-size: 15px;
  }

  .footer-buttom-line {
    margin-top: 35px;
  }

  .div-block {
    display: none;
  }

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

  ._404-details {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-wrapper {
    margin-top: 150px;
    margin-bottom: 80px;
  }

  .password-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .password-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .password-form-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .password-form {
    padding: 35px 25px;
  }

  .password-title {
    letter-spacing: -1px;
    font-size: 48px;
  }

  .password-details {
    font-size: 15px;
  }

  .password-icon {
    width: 30px;
  }

  .password-form-title {
    letter-spacing: 0;
    margin-top: 25px;
    font-size: 24px;
  }

  .password-form-details {
    margin-bottom: 20px;
  }

  .password-field-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .license-icon-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 25px;
  }

  .license-wrap {
    margin-top: 50px;
  }

  .license-image-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .license-single-title {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  .license-details {
    max-width: none;
    margin-top: 15px;
    font-size: 15px;
  }

  .license-link {
    font-size: 15px;
  }

  .license-flex-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .license-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .changelog-title {
    letter-spacing: -1.5px;
    font-size: 44px;
  }

  .changelog-wrap {
    margin-top: 40px;
  }

  .changelog-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-single-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .changelog-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .version-title {
    font-size: 36px;
  }

  .version-details {
    font-size: 15px;
  }

  .changelog-devided-line {
    width: auto;
    min-width: auto;
    height: 2px;
    min-height: 2px;
  }

  .changelog-details {
    font-size: 15px;
  }

  .project-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-title {
    font-size: 42px;
  }

  .project-details {
    text-align: left;
    max-width: none;
    font-size: 15px;
  }

  .project-wrap {
    margin-top: 60px;
  }

  .blog-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-wrap {
    margin-top: 60px;
  }

  .blog-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .blog-title {
    font-size: 42px;
  }

  .blog-details {
    text-align: left;
    max-width: none;
    font-size: 15px;
  }

  .hero-v2-title {
    font-size: 42px;
  }

  .hero-v2-details {
    max-width: 420px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .hero-v2-left-btn {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    position: static;
  }

  .hero-v2-last-btn {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    display: flex;
    position: static;
  }

  .hero-v2-image-wrap {
    margin-top: 60px;
  }

  .hero-v2-img-grid-wrap {
    grid-template-columns: 1fr;
  }

  .project-v2-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .project-v2-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .project-v2-details-wrap {
    margin-top: 15px;
  }

  .project-v2-item-title {
    width: auto;
    font-size: 26px;
  }

  .project-v2-item-ctg {
    font-size: 15px;
  }

  .service-v2-top-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .service-v2-title {
    letter-spacing: -1px;
    max-width: none;
  }

  .service-v2-single-warp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-v2-answer-wrap {
    margin-left: 70px;
  }

  .service-v2-number, .service-v2-question {
    font-size: 28px;
  }

  .service-v2-icon-wrap {
    width: 45px;
    height: 45px;
  }

  .service-v2-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-v2-details {
    font-size: 15px;
  }

  .blog-v2-grid-wrap {
    grid-template-columns: 1fr;
  }

  .client-v2-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .client-v2-wrap {
    margin-top: 40px;
  }

  .client-v2-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .client-v2-slider {
    padding-bottom: 100px;
  }

  .client-v2-item-wrap {
    padding: 25px;
  }

  .client-v2-user-review {
    font-size: 16px;
  }

  .client-v2-user-name, .client-v2-user-position {
    font-size: 15px;
  }

  .clinet-v2-left-arrow {
    inset: auto 60px 0% auto;
  }

  .clinet-v2-right-arrow {
    inset: auto 0% 0% auto;
  }

  .contact-wrap {
    margin-top: 60px;
  }

  .contact-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-left-wrap {
    max-width: none;
  }

  .contact-right-wrap {
    width: 100%;
    max-width: none;
  }

  .contact-title {
    font-size: 42px;
  }

  .contact-details {
    text-align: left;
    font-size: 15px;
  }

  .contact-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-single-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-field-label {
    font-size: 15px;
  }

  .contact-text-filed {
    padding: 15px;
  }

  .contact-message {
    min-height: 120px;
  }

  .contact-select-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .service-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-wrap {
    margin-top: 80px;
  }

  .service-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    max-width: none;
  }

  .service-title {
    font-size: 42px;
  }

  .service-details {
    font-size: 15px;
  }

  .about-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .about-title {
    font-size: 42px;
  }

  .about-right-details {
    text-align: left;
    font-size: 15px;
    line-height: 140%;
  }

  .story-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .story-details {
    font-size: 20px;
    line-height: 140%;
  }

  .story-counter-wrapper {
    margin-top: 40px;
  }

  .story-counter-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .story-counter-item-wrap {
    height: 50px;
  }

  .story-number {
    font-size: 40px;
  }

  .expertise-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .experties-title {
    font-size: 40px;
    line-height: 110%;
  }

  .expertise-single-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .experties-single-title {
    font-size: 24px;
  }

  .arrow-imag-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .experties-single-image {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .experties-button {
    margin-top: 30px;
  }

  .team-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-wrap {
    margin-top: 50px;
  }

  .team-grid-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .team-member-name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .team-member-details {
    font-size: 15px;
  }

  .pricing-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-wrap {
    margin-top: 60px;
  }

  .pricing-title {
    font-size: 42px;
  }

  .pricing-details-wrap {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .pricing-details {
    text-align: left;
    max-width: none;
    font-size: 15px;
  }

  .pricing-tabs-content {
    margin-top: 25px;
  }

  .pricing-tab-grid-wrap {
    grid-template-columns: 1fr;
  }

  .pricing-tab-single-wrap {
    padding: 20px;
  }

  .pricing-package-title {
    font-size: 20px;
  }

  .pricing-package-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .pricing-month {
    font-size: 15px;
  }

  .pricing-price {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .pricing-button {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-list-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .pricing-single-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pricing-list-text {
    font-size: 15px;
  }

  .price-single-title {
    font-size: 42px;
  }

  .price-single-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 60px;
  }

  .price-single-left-wrap {
    max-width: none;
  }

  .price-single-right-wrap {
    order: -1;
    max-width: none;
  }

  .button-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    font-size: 15px;
  }

  .add-to-cart-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .price-about-title {
    font-size: 20px;
  }

  .price-about-details {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .feature-title {
    font-size: 20px;
  }

  .price-rich-text {
    margin-top: 20px;
  }

  .price-rich-text h2 {
    font-size: 20px;
  }

  .price-rich-text p {
    font-size: 15px;
  }

  .nav-menu-wrapper {
    padding: 30px 20px;
  }

  .nav-menu-all-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .nav-menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkout-title {
    font-size: 22px;
  }

  .block-header {
    padding: 15px;
  }

  .block-content {
    background-color: var(--gray-800);
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 15px;
  }

  .order-confirmation {
    padding: 150px 15px 80px;
  }

  .paypal-checkout-form {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .shipping-method-list {
    border-left-style: none;
    border-right-style: none;
  }

  .shipping-method-2 {
    border-bottom-style: none;
  }

  .checkout-form {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .checkout-text {
    font-size: 15px;
  }

  .preview-top-title {
    letter-spacing: -1px;
    max-width: 450px;
    font-size: 42px;
  }

  .preview-details {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .preview-tricker {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .preview-image {
    max-width: 350px;
    margin-right: 20px;
  }

  .heading {
    font-size: 40px;
    line-height: 110%;
  }

  .service-about-cl-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .clash-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .clash-left-wrap {
    width: 100%;
  }

  .clash-title {
    letter-spacing: -1px;
    font-size: 42px;
  }

  .clash-details {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .clash-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .clash-sinle-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .clash-single-title {
    font-size: 20px;
  }

  .clash-single-details {
    font-size: 15px;
  }

  .home-wrap {
    margin-top: 40px;
  }

  .home-page-title {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .home-bg-wrap {
    padding: 35px;
  }

  .home-grid-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-single-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .home-demo-name {
    font-size: 20px;
  }

  .figma-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .figma-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .figma-title {
    letter-spacing: -.2px;
    font-size: 28px;
  }

  .figma-details, .figma-support {
    font-size: 15px;
  }

  .preview-footer-title {
    letter-spacing: -1px;
    max-width: 400px;
    font-size: 36px;
  }

  .preview-footer-detaisl {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .footer-line {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .blog-single-title {
    letter-spacing: -1px;
  }

  .blog-thimble-image {
    margin-top: 40px;
    margin-bottom: 25px;
  }

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

  .blog-social-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-author-name {
    font-size: 15px;
  }

  .blog-rich-text h5 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .blog-rich-text p {
    font-size: 15px;
  }

  .blog-rich-text h6 {
    margin-top: 15px;
  }

  .blog-rich-text blockquote {
    font-size: 16px;
  }

  .blog-rich-text ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 15px;
  }

  .project-single-title {
    font-size: 42px;
  }

  .project-single-thimble {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .project-single-user-wrap {
    grid-column-gap: 45px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .project-user-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-user-title {
    font-size: 15px;
  }

  .project-user-details {
    font-size: 18px;
  }

  .project-single-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .project-rich-text h5 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .project-rich-text p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .project-rich-text strong {
    font-size: 15px;
  }

  .project-rich-image {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .service-single-title {
    font-size: 42px;
  }

  .service-thimble-image {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .service-rich-text h5 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .service-rich-text p {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .service-rich-text ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 15px;
  }

  .service-rich-text figure {
    margin-bottom: 40px;
  }

  .service-rich-text strong {
    font-size: 15px;
  }

  .service-single-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-single-item-title {
    font-size: 20px;
  }

  .service-single-item-details {
    font-size: 15px;
  }

  .style-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-title {
    letter-spacing: -1.5px;
    max-width: 400px;
    font-size: 42px;
  }

  .style-details {
    font-size: 15px;
  }

  .color-wrapper {
    margin-top: 40px;
  }

  .section-title {
    font-size: 36px;
  }

  .color-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .color-single-wrap._01, .color-single-wrap._02 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .color-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .typography-wrapper {
    margin-top: 40px;
  }

  .typography-wrap {
    margin-top: 35px;
    overflow: auto;
  }

  .typography-flex-wrap {
    width: 800px;
    overflow: auto;
  }

  .typography-title-wrap {
    grid-template-columns: 1fr 1fr .75fr .75fr;
    padding: 15px;
  }

  .typography-title {
    font-size: 18px;
  }

  .typography-item-wrap {
    grid-template-columns: 1fr 1fr .75fr .75fr;
    padding: 15px;
  }

  .paragraph-l-m, .paragraph-l-s {
    font-size: 20px;
  }

  .paragraph-l-s-b {
    font-size: 16px;
  }

  .paragraph-large, .text-block-r, .text-block-s-m, .text-block-s {
    font-size: 15px;
  }

  .font-wrapper {
    margin-top: 40px;
  }

  .font-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .font-left-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .font-name {
    font-size: 16px;
  }

  .font-details {
    font-size: 15px;
  }

  .button-wrapper {
    margin-top: 60px;
  }

  .button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 25px;
  }

  .checkout-text-label {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  h2, h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-link-wrap {
    margin-left: 10px;
  }

  .nav-link-text {
    font-size: 18px;
  }

  .nav-arrow-wrap {
    width: 30px;
    height: 30px;
  }

  .nav-arrow-text {
    font-size: 14px;
  }

  .nav-social-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .nav-social-text {
    font-size: 14px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-v1 {
    padding-bottom: 60px;
  }

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

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

  .section.project, .section.blog, .section.hero-v2, .section.contact, .section.service, .section.about, .section.pricing, .section.pricing-ctg, .section.price-single, .section.preview {
    padding-top: 120px;
  }

  .section.clash, .section.home, .section.utility, .section.innter {
    padding-top: 60px;
  }

  .section.figma {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.preview-footer {
    padding-top: 60px;
    padding-bottom: 15px;
  }
/* 
  .section.blog-single, .section.project-single, .section.service-single, .section.style {
    padding-top: 120px;
  } */

  .hero-v1-top-right-wrap {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .hero-v1-top-social-wrap {
    flex-flow: wrap;
  }

  .hero-v1-top-counter-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-v1-single-counter {
    height: 25px;
  }

  .hero-v1-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-v1-right-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-v1-sub-link {
    font-size: 14px;
  }

  .hero-v1-title {
    letter-spacing: -.2px;
    font-size: 32px;
  }

  .hero-v1-right-details {
    width: auto;
    font-size: 14px;
  }

  .scrolling-line {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 80px;
    height: 80px;
  }

  .about-v2-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-left-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section-sub-title {
    font-size: 14px;
  }

  .about-details {
    font-size: 16px;
  }

  .about-button {
    margin-top: 20px;
  }

  .expertise-v1-title {
    letter-spacing: -.5px;
    font-size: 28px;
  }

  .expertise-v1-single-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .expertise-v1-answer {
    margin-top: 12px;
    font-size: 14px;
  }

  .expertise-v1-single-title {
    font-size: 22px;
  }

  .expertise-v1-single-title.service {
    font-size: 20px;
  }

  .expertise-v1-ctg {
    font-size: 14px;
  }

  .experties-question-number-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .expertise-v1-line-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .project-v1-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-v1-title {
    letter-spacing: -.5px;
    font-size: 28px;
  }

  .project-v1-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-v1-wrap {
    margin-top: 30px;
  }

  .project-v1-grid-wrap {
    grid-row-gap: 20px;
  }

  .project-img-btn-wrap {
    width: 80px;
    height: 80px;
  }

  .project-view-text {
    font-size: 14px;
  }

  .porject-v1-single-title {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .project-v1-ctg {
    font-size: 14px;
  }

  .awards-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .awards-item-wrap {
    width: 650px;
    margin-top: 30px;
  }

  .awards-title {
    letter-spacing: -.5px;
    font-size: 28px;
  }

  .awards-item-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-v1-wrap {
    margin-top: 30px;
  }

  .blog-v1-top-wrap, .blog-v1-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-v1-title {
    letter-spacing: -.5px;
    font-size: 28px;
  }

  .blog-v1-grid-wrap {
    grid-row-gap: 25px;
  }

  .blog-v1-time-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .blog-v1-time, .blog-v1-ctg {
    font-size: 14px;
  }

  .blog-v1-item-details {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .blog-v1-btn-wrap {
    font-size: 14px;
  }

  .faq-v1-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-v1-wrap {
    margin-top: 40px;
  }

  .faq-v1-title {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .faq-v1-grid-wrap, .faq-v1-all-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-v1-single-wrap {
    padding-bottom: 12px;
  }

  .faq-v1-question-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-v1-answer-wrap {
    margin-top: 12px;
  }

  .faq-v1-question {
    font-size: 16px;
  }

  .client-v1-wrap {
    margin-top: 30px;
    padding-bottom: 80px;
  }

  .client-v1-slider-wrap {
    padding: 20px 15px;
  }

  .client-v1-user-image {
    width: 50px;
  }

  .client-v1-user-icon {
    width: 24px;
  }

  .client-v1-user-name {
    font-size: 16px;
  }

  .client-v1-user-position, .client-v1-user-review {
    font-size: 14px;
  }

  .client-v1-left-arrow, .client-v1-right-arrow {
    bottom: -70px;
  }

  .cta-title {
    font-size: 30px;
  }

  .cta-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .cta-icon {
    width: 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .footer-line-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-site-image {
    width: 100%;
    height: 25vh;
  }
  

  .footer-details {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
  }

  .footer-form-title {
    margin-bottom: 12px;
  }

  .success-message {
    padding: 15px;
    font-size: 14px;
  }

  .error-message {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
  }

  .footer-all-link-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-single-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-single-title {
    font-size: 14px;
  }

  .footer-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-buttom-line {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  ._404-image {
    max-width: 200px;
  }

  ._404-details {
    max-width: 280px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .password-wrapper {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .password-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .password-form-wrapper {
    margin-top: 30px;
  }

  .password-form {
    padding: 30px 15px;
  }

  .password-title {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .password-details {
    max-width: none;
    font-size: 14px;
  }

  .password-icon {
    width: 24px;
  }

  .password-form-title {
    margin-top: 20px;
    font-size: 20px;
  }

  .password-form-details {
    margin-bottom: 15px;
  }

  .password-field-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .license-icon-wrap {
    margin-top: 20px;
  }

  .license-wrap {
    margin-top: 40px;
  }

  .license-image-wrap {
    margin-top: 20px;
  }

  .license-single-title {
    letter-spacing: 0;
    font-size: 28px;
  }

  .license-details, .license-link {
    font-size: 14px;
  }

  .license-flex-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .license-title {
    letter-spacing: -.5px;
    font-size: 36px;
  }

  .changelog-title {
    letter-spacing: -1px;
    font-size: 36px;
  }

  .changelog-wrap {
    margin-top: 30px;
  }

  .changelog-flex-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .changelog-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .version-title {
    font-size: 32px;
  }

  .version-details {
    font-size: 14px;
  }

  .changelog-details {
    max-width: none;
    font-size: 14px;
  }

  .project-top-wrap, .project-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-title {
    max-width: none;
    font-size: 32px;
  }

  .project-details {
    text-align: left;
    max-width: none;
    font-size: 14px;
  }

  .project-wrap {
    margin-top: 40px;
  }

  .blog-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-wrap {
    margin-top: 40px;
  }

  .blog-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-details {
    text-align: left;
    max-width: none;
    font-size: 14px;
  }

  .hero-v2-wrap {
    padding-bottom: 0;
  }

  .hero-v2-title {
    font-size: 32px;
  }

  .hero-v2-details {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .hero-v2-left-btn {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: static;
  }

  .hero-v2-last-btn {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    bottom: 4%;
  }

  .hero-v2-image-wrap {
    margin-top: 40px;
  }

  .project-v2-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .project-v2-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-v2-details-wrap {
    margin-top: 10px;
  }

  .project-v2-btn-wrap {
    width: 35px;
    height: 35px;
  }

  .project-v2-item-title {
    font-size: 20px;
  }

  .project-v2-item-ctg {
    margin-top: 10px;
    font-size: 14px;
  }

  .service-v2-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-v2-title {
    letter-spacing: -.5px;
    font-size: 30px;
  }

  .service-v2-single-warp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-v2-question-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-v2-answer-wrap {
    margin-left: 0;
  }

  .service-v2-number, .service-v2-question {
    font-size: 24px;
  }

  .service-v2-left-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .service-v2-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .service-v2-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .service-v2-details {
    font-size: 14px;
  }

  .client-v2-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .client-v2-wrap {
    margin-top: 30px;
  }

  .client-v2-title {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .client-v2-slider {
    padding-bottom: 80px;
  }

  .client-v2-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 280px;
    padding: 20px;
  }

  .client-v2-user-review {
    font-size: 14px;
  }

  .client-v2-user-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .client-v2-user-image {
    width: 40px;
    height: 40px;
  }

  .client-v2-user-name, .client-v2-user-position {
    font-size: 14px;
  }

  .contact-wrap {
    margin-top: 40px;
  }

  .contact-top-wrap, .contact-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-details {
    font-size: 14px;
  }

  .contact-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-single-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-single-wrap, .contact-single-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-field-label {
    font-size: 14px;
  }

  .contact-select-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-wrap {
    margin-top: 60px;
  }

  .service-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .service-details {
    font-size: 14px;
  }

  .about-top-wrap, .about-right-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-title {
    letter-spacing: 0;
    font-size: 32px;
  }

  .about-right-details {
    font-size: 14px;
  }

  .about-wrap {
    margin-top: 40px;
  }

  .story-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-details {
    font-size: 17px;
    line-height: 140%;
  }

  .story-counter-wrapper {
    margin-top: 30px;
  }

  .story-counter-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-single-counter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .story-single-title {
    font-size: 14px;
  }

  .story-counter-item-wrap {
    height: 52px;
  }

  .story-number {
    font-size: 40px;
  }

  .expertise-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .expertise-wrap {
    margin-top: 40px;
  }

  .experties-title {
    letter-spacing: 0;
    font-size: 28px;
  }

  .expertise-single-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .experties-single-title {
    font-size: 20px;
    line-height: 120%;
  }

  .experties-button {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .team-wrap {
    margin-top: 40px;
  }

  .team-grid-wrap {
    grid-row-gap: 15px;
  }

  .team-member-name {
    margin-top: 15px;
    font-size: 18px;
    line-height: 140%;
  }

  .team-member-details {
    font-size: 14px;
  }

  .pricing-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-wrap {
    margin-top: 40px;
  }

  .pricing-title {
    max-width: none;
    font-size: 32px;
  }

  .pricing-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-details {
    font-size: 14px;
  }

  .pricing-tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing-tabs-content {
    margin-top: 20px;
  }

  .pricing-tab-single-wrap {
    padding: 15px;
  }

  .pricing-package-title {
    font-size: 18px;
  }

  .pricing-package-details {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .pricing-month {
    font-size: 14px;
  }

  .pricing-price {
    letter-spacing: -.5px;
    font-size: 28px;
  }

  .pricing-button {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pricing-list-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 12px;
  }

  .pricing-list-text {
    font-size: 14px;
  }

  .price-single-title {
    font-size: 32px;
  }

  .price-single-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .button-group {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .price-about-title {
    font-size: 18px;
  }

  .price-about-details {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .feature-title {
    font-size: 18px;
  }

  .price-rich-text {
    margin-top: 15px;
  }

  .price-rich-text h2 {
    font-size: 18px;
  }

  .price-rich-text p {
    font-size: 14px;
  }

  .nav-menu-wrapper {
    padding: 25px 15px;
  }

  .nav-menu-all-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .nav-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .checkout-title {
    font-size: 18px;
  }

  .order-confirmation, .paypal-checkout-form, .checkout-form {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .checkout-text {
    font-size: 14px;
  }

  .order-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .text-block {
    align-self: flex-end;
  }

  .preview-top-title {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .preview-details {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .preview-tricker {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .preview-image {
    max-width: 250px;
    margin-right: 15px;
  }

  .heading {
    letter-spacing: 0;
    font-size: 28px;
  }

  .service-about-cl-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .clash-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .clash-title {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .clash-details {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .clash-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .clash-sinle-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .clash-single-details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .clash-single-title {
    font-size: 18px;
  }

  .clash-single-details {
    max-width: none;
    font-size: 14px;
  }

  .home-wrap {
    margin-top: 30px;
  }

  .home-page-title {
    letter-spacing: -.5px;
    font-size: 28px;
  }

  .page-section-title {
    margin-bottom: 10px;
  }

  .home-bg-wrap {
    padding: 30px 20px;
  }

  .home-grid-wrap {
    grid-row-gap: 30px;
  }

  .home-single-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-demo-name {
    font-size: 18px;
  }

  .figma-wrap, .figma-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fimga-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .figma-title {
    letter-spacing: 0;
    font-size: 24px;
  }

  .figma-details, .figma-support {
    font-size: 14px;
  }

  .preview-footer-title {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .preview-footer-detaisl {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .footer-line {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .blog-single-title {
    letter-spacing: -.5px;
  }

  .blog-thimble-image {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .blog-user-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .blog-social-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .blog-author-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-author-name {
    font-size: 14px;
  }

  .blog-rich-text h5 {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .blog-rich-text p {
    font-size: 14px;
  }

  .blog-rich-text blockquote {
    font-size: 15px;
  }

  .blog-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 14px;
  }

  .project-single-title {
    font-size: 36px;
  }

  .project-single-thimble {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .project-single-user-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .project-user-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-user-title {
    font-size: 14px;
  }

  .project-user-details {
    font-size: 16px;
  }

  .project-single-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-rich-text h5 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .project-rich-text p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .project-rich-text strong {
    font-size: 14px;
  }

  .project-rich-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .service-single-title {
    font-size: 32px;
  }

  .service-thimble-image {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .service-rich-text h5 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .service-rich-text p {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .service-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    font-size: 14px;
  }

  .service-rich-text figure {
    margin-bottom: 30px;
  }

  .service-rich-text strong {
    font-size: 14px;
  }

  .service-single-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-single-item-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-single-item-title {
    font-size: 18px;
  }

  .service-single-item-details {
    font-size: 14px;
  }

  .style-top-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-title {
    letter-spacing: -1px;
    font-size: 36px;
  }

  .style-details {
    font-size: 14px;
  }

  .color-wrapper {
    margin-top: 30px;
  }

  .section-title {
    font-size: 32px;
  }

  .color-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .color-single-wrap._01, .color-single-wrap._02 {
    grid-template-columns: 1fr;
  }

  .typography-wrapper {
    margin-top: 30px;
  }

  .typography-wrap {
    margin-top: 25px;
  }

  .typography-flex-wrap {
    width: 700px;
  }

  .typography-title {
    font-size: 16px;
  }

  .typography-item-wrap {
    grid-template-columns: 1fr 1fr .75fr .75fr;
  }

  .paragraph-l-m, .paragraph-l-s {
    font-size: 18px;
  }

  .paragraph-l-s-b {
    font-size: 15px;
  }

  .paragraph-large, .text-block-r, .text-block-s-m, .text-block-s {
    font-size: 14px;
  }

  .font-wrapper {
    margin-top: 30px;
  }

  .font-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
  }

  .font-left-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .font-name {
    font-size: 15px;
  }

  .font-details {
    max-width: none;
    font-size: 14px;
  }

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

  .button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .text-block-6, .text-block-7, .checkout-text-label {
    font-size: 14px;
  }
}

#w-node-_867ee72a-72d2-7ff4-72ef-5ceaee92de44-0ad8ab04, #w-node-_867ee72a-72d2-7ff4-72ef-5ceaee92de4e-0ad8ab04, #w-node-_867ee72a-72d2-7ff4-72ef-5ceaee92de58-0ad8ab04, #w-node-_867ee72a-72d2-7ff4-72ef-5ceaee92de62-0ad8ab04, #w-node-_867ee72a-72d2-7ff4-72ef-5ceaee92de6c-0ad8ab04 {
  justify-self: end;
}


