@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Actionsans;
  src: url('../fonts/ActionSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Actionsans;
  src: url('../fonts/ActionSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Actionsans;
  src: url('../fonts/ActionSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Actionsans;
  src: url('../fonts/ActionSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --background-color: #070616;
  --body-font-color: #5c5c5c;
  --secondary-color: #1c1c24;
  --heading-color: #0e0d26;
  --green: #b3de4f;
  --logo-text: 40px;
  --service-two-radius-one: 1000px;
  --service-two-radius-two: 1000px;
  --black: black;
  --radius: 1000px;
  --nav-two-font-size-one: 20px;
  --nav-two-font-height-one: 29px;
  --nav-two-font-size-two: 20px;
  --nav-two-font-height-two: 29px;
  --nav-two-font-size-three: 20px;
  --nav-two-font-height-three: 29px;
  --nav-two-font-size-four: 20px;
  --nav-two-font-height-four: 29px;
  --nav-two-font-size-five: 20px;
  --nav-two-font-height-five: 29px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-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-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-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 {
  color: #333;
  font-family: Outfit, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

h1 {
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 150px;
}

h2 {
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 120px;
}

h3 {
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100px;
}

h4 {
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

h5 {
  color: var(--white);
  letter-spacing: -.64px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

h6 {
  color: var(--white);
  letter-spacing: -.48px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul, ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.nav-one-cart {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-one-project-image-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.home-one-project-image-item {
  border-radius: 6px;
  overflow: hidden;
}

.heading-six {
  color: #fff;
  letter-spacing: -.48px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.heading-six.change-font-style {
  font-size: 22px;
  line-height: 20px;
}

.heading-six.chnage-heading-color {
  color: #0e0d26;
}

.heading-six.chnage-heading-color.change-size {
  font-size: 20px;
  line-height: 30px;
}

.heading-six.chnage-heading-color.change-size.change-color-white {
  color: #fff;
}

.heading-six.change-color-dark-grey {
  color: #7e7e7e;
  text-decoration: none;
}

.heading-six.change-font-style {
  font-size: 22px;
  line-height: 20px;
  text-decoration: underline;
}

.heading-six.text-align-center {
  text-align: center;
}

.home-one-project-details {
  max-width: 183px;
}

.auto-fit {
  object-fit: cover;
}

.auto-fit.image-full-width.border-radius-twenty {
  border-radius: 20px;
}

.auto-fit.image-full-width.chnage-height, .auto-fit.responsive-image-full-width.image-effect, .auto-fit.responsive-image-full-width.image-effect-height {
  height: 110%;
}

.auto-fit.image-big-size {
  height: 800px;
}

.auto-fit.three, .auto-fit.six, .auto-fit.four, .auto-fit.two, .auto-fit.five {
  position: absolute;
  inset: 0%;
}

.auto-fit.border-radius-twenty {
  border-radius: 20px;
}

.auto-fit.border-radius-twenty.image-full-width.image-effect {
  height: 105%;
}

.auto-fit.border-radius-five {
  border-radius: 5px;
}

.auto-fit.image-full-width {
  width: 100%;
  height: 100%;
}

.auto-fit.chnage-filter {
  filter: invert();
}

.header-menu-item {
  color: #202854;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.header-menu-item:hover {
  color: #4a74fd;
}

.header-menu-item.sub-menu {
  display: block;
}

.header-menu-item.sub-menu.change-line-height:hover, .header-menu-item.sub-menu.change-line-height.w--current {
  color: var(--white);
}

.header-menu-item.sub-menu.change-line-height:hover, .header-menu-item.sub-menu.change-line-height.w--current {
  color: #fff;
}

.header-menu-item.sub-menu.change-line-height {
  color: #7e7e7e;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  transition: all .2s;
}

.header-menu-item.sub-menu.change-line-height:hover, .header-menu-item.sub-menu.change-line-height.w--current {
  color: #fff;
}

.home-one-project-social-media {
  flex-flow: wrap;
  max-width: 255px;
  display: flex;
}

.home-one-project-social-media.change-gap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.home-one-project-client-wrapper {
  padding-bottom: 30px;
  display: flex;
}

.home-one-project-client-wrapper.change-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 20px;
}

.nav-one-menu {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.dropdown-toggle.change-left-padding {
  padding-left: 0;
}

.dropdown-toggle.change-left-padding.change-padding-arround, .dropdown-toggle.change-padding-arround {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-font {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.menu-font.social-media-hover.change-fonrt-style {
  color: #7e7e7e;
  font-weight: 500;
}

.menu-font.social-media-hover.change-fonrt-style.hover {
  color: #5c5c5c;
  transition: all .3s;
}

.menu-font.social-media-hover.change-fonrt-style.hover:hover {
  color: #fff;
}

.menu-font.change-submenu {
  min-width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-font.change-submenu.w--open {
  background-color: #fff;
}

.menu-font.change-submenu.box-shadow.w--open {
  box-shadow: 0 10px 10px 2px #0000001a;
}

.menu-font.change-submenu.box-shadow.border-radius-ten.change-color, .menu-font.change-submenu.box-shadow.border-radius-ten.change-color.change-secondary-color {
  background-color: var(--secondary-color);
}

.menu-font.change-submenu.box-shadow.border-radius-ten {
  background-color: #070616;
  border-radius: 10px;
}

.menu-font.change-submenu.box-shadow.border-radius-ten.change-color, .menu-font.change-submenu.box-shadow.border-radius-ten.change-color.change-secondary-color {
  background-color: #1c1c24;
}

.menu-font.change-submenu.box-shadow.border-radius-ten {
  background-color: #070616;
}

.menu-font.change-submenu.box-shadow.border-radius-ten:hover {
  color: #4c34e3;
}

.menu-font.change-submenu.box-shadow.border-radius-ten.w--open {
  box-shadow: 0 5px 10px 2px #0000001a;
}

.menu-font.change-submenu.box-shadow.border-radius-ten.change-color {
  background-color: #1c1c24;
}

.menu-font.change-color {
  color: #0e0d26;
}

.menu-font.change-font-weight {
  font-weight: 500;
}

.menu-font.change-font-weight.social-media-hover.text-underline, .menu-font.change-decoration {
  text-decoration: underline;
}

.nav-one-main-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
  position: relative;
}

.nav-one-cart-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.home-one-project-click-main {
  background-image: url('../images/Box-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px;
  position: relative;
}

.home-one-project-click-main.chnage-background {
  background-size: 337px 446px;
  padding-right: 25px;
}

.home-one-project-click-main.chnage-background.new-background {
  background-image: url('../images/BG.webp');
  padding-bottom: 60px;
}

.footer-one-right-item-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-one-right-item-link.change-underline {
  text-decoration: underline;
}

.footer-one-right-item-link.chnage-display {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 230px;
}

.big-container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.big-container.position-relative {
  position: relative;
}

.home-one-project-top-wrapper {
  opacity: 0;
  justify-content: flex-end;
  margin-top: -60px;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
  overflow: hidden;
}

.home-one-project-top-wrapper.change-position {
  width: 40%;
  margin-top: 0;
  margin-left: auto;
  top: 80px;
}

.home-one-project-top-wrapper.change-position.new-position {
  margin-top: -150px;
}

.home-one-project-email {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.black-nav-arrow {
  display: none;
}

.black-nav-arrow.display-on {
  display: block;
}

.button-font {
  color: #070616;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.button-font.change-color-white {
  color: #fff;
}

.button-font.change-color-white.chnage-wight {
  font-weight: 500;
}

.button-font.change-color-white.chnage-wight.hover-link {
  color: #5c5c5c;
}

.button-font.change-color-white.chnage-wight.hover-link:hover {
  color: #fff;
}

.button-font.change-color-grey {
  color: #7e7e7e;
  text-decoration: none;
}

.button-font.chnage-color-grey {
  color: #c2c2c2;
}

.button-font.chnage-color-grey.text-align-center {
  text-align: center;
}

.button-font.chnage-color-dark-grey {
  color: #5c5c5c;
}

.button-font.chnage-color-dark-grey.scroll-effect.responsive-color-white.hover:hover {
  color: var(--heading-color);
}

.button-font.change-color-green {
  color: #b3de4f;
}

.button-font.change-color-grey-light {
  color: #efefef;
}

.button-font.change-color-fade-white {
  color: #fff9;
}

.change-opacity {
  opacity: .4;
}

.home-one-project-click-wrapper {
  z-index: 11;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.home-one-social-media-item {
  padding-left: 10px;
  padding-right: 10px;
}

.home-one-social-media-item.change-left-side-padding {
  border-right: 2.5px solid #fff;
  padding-left: 0;
}

.home-one-social-media-item.change-left-side-padding.border-none {
  border-right-width: 0;
}

.home-one-social-media-item.change-left-side-padding.change-left-padding {
  padding-left: 10px;
}

.home-one-social-media-item.change-left-side-padding.change-left-padding.change-border-style {
  color: #5c5c5c;
  border-right-color: #7e7e7e;
}

.home-one-social-media-item.change-left-side-padding.change-left-padding.change-border-style:hover {
  color: #fff;
}

.home-one-social-media-item.change-left-side-padding.chnage-border-style {
  border-right-color: #7e7e7e;
}

.home-one-social-media-item.border-left {
  border-right: 2.5px solid #fff;
}

.home-one-project-click-top {
  border-bottom: 1px solid #e1e1e133;
  padding-bottom: 20px;
}

.responsive-burger-menu-navbar.border-radius-ten.desktop-display-off {
  display: none;
}

.responsive-burger-menu-navbar.border-radius-ten.change-style {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #070616;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 100% auto auto;
}

.home-one-project-click-big {
  position: relative;
}

.home-one-project-arrow {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
  position: absolute;
  inset: auto 5px -2px auto;
}

.home-one-project-arrow.chnage-position {
  bottom: 40px;
  right: 0;
}

.chnage-font-style {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 21px;
}

.chnage-font-style.hover-link {
  text-decoration: underline;
}

.chnage-font-style.hover-link:hover {
  color: #fff;
}

.logo-font {
  color: #fff;
  font-family: Actionsans, sans-serif;
  font-size: var(--logo-text);
  letter-spacing: -.96px;
  font-weight: 400;
  line-height: 90px;
}

.logo-font.change-color {
  color: #0e0d26;
}

.home-one-social-media-main {
  position: relative;
}

.nav-arrow.display-off {
  display: none;
}

.button-background {
  background-color: #b3de4f;
  border-radius: 50px;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-main {
  z-index: 1;
  background-color: var(--green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.button-main.change-button-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.button-main.change-padding-around {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button-main.remove-padding {
  padding-left: 0;
  padding-right: 10px;
}

.button-arrow-wrapper {
  z-index: 1;
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  min-width: 59px;
  height: 59px;
  min-height: 59px;
  display: flex;
  position: relative;
  transform: translate(-10px);
}

.small-heading-text {
  color: #333;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.small-heading-text.change-weight {
  color: #5c5c5c;
  font-weight: 400;
}

.home-one-about-green-line {
  background-color: #b3de4f;
  width: 50%;
  height: 1px;
}

.home-one-about-line-wrapper {
  background-color: #3d3d42;
  height: 1px;
}

.home-one-about-line-wrapper.change-color {
  background-color: #c2c2c2;
}

.small-container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.small-container.chnage-width {
  flex: 1;
}

.small-container.chnage-width.position-relative, .small-container.change-position {
  z-index: 2;
  position: relative;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.button-wrapper.change-button-width {
  width: 100%;
}

.home-one-about-subheading {
  padding-bottom: 20px;
}

.home-one-agency-design-heading {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-agency-design {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-agency-background {
  position: absolute;
  inset: 0%;
}

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

.text-align-center.change-color-dark {
  color: #5c5c5c;
}

.home-one-agency-tab-item {
  background-color: #070616;
  border-radius: 20px;
  padding: 8px 30px 5px;
}

.home-one-agency-tab-item.change-tab-style {
  background-color: #07061600;
  border: 1px solid #fff;
}

.home-one-agency-pertition {
  background-color: #dbdbdb;
  width: 1px;
}

.home-one-agency-main-image {
  background-image: url('../images/Home-One-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120%;
}

.heading-five {
  color: #fff;
  letter-spacing: -.64px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.heading-five.change-color-white {
  color: #fff;
}

.heading-five.change-font-style {
  color: #0e0d26;
  text-align: center;
  text-transform: uppercase;
}

.heading-five.chnage-size {
  font-size: 40px;
  line-height: 40px;
}

.heading-five.chnage-color-grey {
  color: #c2c2c2;
}

.heading-five.change-heading-color {
  color: #0e0d26;
}

.heading-five.change-heading-color.chnage-font-size {
  font-size: 35px;
  line-height: 39px;
}

.heading-five.change-color-green {
  color: #b3de4f;
}

.heading-five.change-color-white {
  color: #fff;
  text-decoration: none;
}

.heading-five.change-color-white.text-no-wrap {
  white-space: nowrap;
}

.home-one-agency-counter-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.home-one-agency-design-tab {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 30px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.home-one-agency-design-tab.change-position {
  padding-left: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-one-agency-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.home-one-agency-item {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 90px 20px 100px;
  display: flex;
}

.home-one-agency-counter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.home-one-agency-design-text {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.home-one-agency-item-heading {
  max-width: 576px;
  padding-bottom: 20px;
}

.home-one-agency-item-details {
  max-width: 522px;
  padding-bottom: 40px;
}

.home-one-agency {
  background-color: #070616;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.medium-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.medium-container.chnage-width {
  z-index: 11;
  flex: 1;
  position: relative;
}

.medium-container.chnage-full-width {
  width: 100%;
}

.medium-container.full-height {
  z-index: 1;
  height: 100%;
  position: relative;
}

.medium-container.chnage-position-sticky {
  position: sticky;
  top: 15%;
}

.change-font {
  letter-spacing: -4px;
  font-family: Italiana, sans-serif;
}

.change-font.change-color-white {
  color: #fff;
}

.change-font.change-style {
  background-color: #b3de4f;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.change-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.change-padding.chnage-style-gredient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
}

.change-padding.text-align-center {
  text-align: center;
  letter-spacing: -.8px;
  font-size: 160px;
  line-height: 150px;
}

.change-padding.text-align-center.change-heading-color {
  color: #0e0d26;
}

.change-padding.text-align-center.change-heading-color.text-no-break {
  color: #fff;
  white-space: nowrap;
}

.change-padding.text-align-center {
  text-align: center;
}

.change-padding.text-align-center.change-heading-color.text-no-break {
  color: #fff;
}

.change-padding.h1 {
  color: #fff;
  font-size: 160px;
  line-height: 150px;
}

.change-padding.h1.text-align-center {
  text-align: center;
}

.change-color-white {
  color: #fff;
}

.heading-two {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 120px;
}

.heading-two.change-font-style {
  text-transform: capitalize;
  font-size: 130px;
}

.heading-one {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 150px;
}

.heading-one.change-font {
  letter-spacing: -5px;
  font-family: Italiana, sans-serif;
}

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

.heading-one.no-wrap.chnage-font-size {
  font-size: 120px;
}

.heading-four {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.heading-four.change-color-light {
  color: #55555b;
}

.heading-four.change-color-light.text-no-break {
  white-space: nowrap;
}

.heading-four.change-heading-color {
  color: #0e0d26;
}

.heading-four.chnage-color-grey {
  color: #c2c2c2;
}

.heading-four.chnage-color-grey.text-no-wrap {
  white-space: nowrap;
  font-size: 60px;
  line-height: 70px;
  transform: rotate(-90deg);
}

.heading-four.chnage-color-green {
  color: #b3de4f;
}

.heading-four.change-heading-color.padding-bottom {
  padding-bottom: 3px;
}

.home-one-card-image-text-wrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-one-card-image-main-wrapper {
  height: 130%;
}

.home-one-card {
  background-color: #070616;
  padding: 60px 15px 160px;
  position: relative;
}

.home-one-card-image-main-text {
  max-width: 662px;
}

.home-one-card-main-wrapper {
  grid-column-gap: 40vh;
  grid-row-gap: 40vh;
  flex-flow: column;
  height: 500vh;
  display: flex;
}

.home-one-card-border {
  background-color: #b3de4f;
  height: 60px;
  position: absolute;
  inset: -8px 0% auto;
}

.card-small-text {
  color: #fffc;
  font-family: Actionsans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.home-one-card-heading {
  transform-origin: 0%;
}

.home-one-card-image {
  cursor: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-card-image.two, .home-one-card-image.three {
  cursor: pointer;
}

.home-one-card-item {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #16161c;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 70px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-card-main {
  height: 100vh;
  position: sticky;
  top: 0;
}

.home-one-card-main.website-design {
  border-radius: 20px;
  padding-top: 8px;
  overflow: hidden;
}

.home-one-service-button-wrapper {
  padding-top: 60px;
  display: flex;
}

.home-one-small-heading {
  margin-top: 5px;
}

.home-one-tool-item-paragraph {
  max-width: 100%;
  padding-bottom: 20px;
}

.text-span {
  white-space: normal;
  overflow-wrap: anywhere;
}

.home-one-tool {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 150vh;
  display: flex;
  position: relative;
}

.home-one-tool-image-big-wrapper {
  width: 100%;
  overflow: hidden;
}

.home-one-tool-item {
  background-color: #efefef;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 90px 20px;
  display: flex;
}

.home-one-tool-item-image {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home-one-tool-item-heading-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.home-one-tool-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  height: 750px;
  display: grid;
}

.home-one-tool-main {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 130px 15px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-one-project-main-wrapper {
  height: 200vh;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-one-project {
  background-color: #070616;
  padding-top: 100px;
  position: relative;
}

.home-one-project-number {
  display: flex;
}

.home-one-project-top-text {
  max-width: 600px;
}

.home-one-project-main-image {
  border-radius: 20px;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.home-one-project-merquee-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.home-one-project-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-one-project-main-text {
  max-width: 600px;
  margin-left: 0;
  position: relative;
  transform: translate(0, -120%);
}

.text-background-image {
  background-image: url('../images/thumb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-one-service-scroll-down {
  position: absolute;
  bottom: 27vh;
}

.home-one-service-scroll-down.chnage-position {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  bottom: -5%;
  left: 50px;
}

.home-one-project-box {
  padding-left: 20px;
  padding-right: 20px;
}

.home-one-project-main-image-wrapper {
  height: 100%;
  overflow: hidden;
}

.home-one-project-merquee {
  display: flex;
  overflow: hidden;
}

.home-one-project-click-heading {
  max-width: 217px;
  padding-bottom: 60px;
}

.home-one-project-click-heading.change-width {
  max-width: 269px;
}

.home-one-project-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.home-one-project-button {
  display: flex;
  position: absolute;
  inset: 3% 8% auto auto;
}

.heading-three {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100px;
}

.heading-three.text-align-center {
  text-align: center;
}

.heading-three.change-heading-color {
  color: #0e0d26;
}

.heading-three.change-heading-color.text-align-center {
  text-align: center;
}

.heading-three.chnage-color-light-grey {
  color: #efefef;
}

.heading-three.chnage-heading-color {
  color: #0e0d26;
}

.heading-three.chnage-color-green {
  color: #b3de4f;
}

.home-one-testimonial-quotetion {
  position: absolute;
  inset: 15% 15% auto auto;
}

.home-one-testimonial {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.home-one-testimonial-item {
  background-color: #efefef;
  border-radius: 20px;
  flex: 1;
  max-width: 502px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.home-one-testimonial-small-wrapper {
  z-index: 1;
  max-width: 1622px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-one-testimonial-item-star {
  padding-bottom: 20px;
}

.home-one-testimonial-item-paragraph {
  max-width: 386px;
  padding-bottom: 40px;
}

.home-one-testimonial-main-image {
  transform-origin: 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.change-color-black {
  color: #5c5c5c;
}

.home-one-testimonial-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.home-one-testimonial-merquee-item {
  padding-right: 20px;
}

.home-one-testimonial-merquee {
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.home-one-testimonial-item-image {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.home-one-testimonial-big-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-small-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.chnage-color-grey {
  color: #c2c2c2;
}

.footer-one-right-item-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.footer-one-right-item-line {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-one-right-heading {
  padding-bottom: 40px;
}

.footer-one-right {
  flex: 0 27%;
  justify-content: space-between;
  display: flex;
}

.footer-one-right.change-sizing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.chnage-sising {
  flex: 1;
}

.counter-new {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.counter-box.big-counter {
  height: 54px;
}

.home-two-counter-box-new {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.counter-train {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-project-number-wrapper {
  position: relative;
}

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

.nav-two-menu-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-two-hero-big-container {
  background-color: #070616;
  border-radius: 20px;
  width: 100%;
  max-width: 1826px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 15px 70px;
  position: relative;
}

.home-two-hero {
  justify-content: center;
  align-items: center;
  height: 1195px;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.home-two-social-media-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-two {
  z-index: 111;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-two-about-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-two-about-text-white-wrapper {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 73%;
  height: 254px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.home-two-about-white-paragraph-wrapper {
  position: absolute;
  inset: 0% auto;
}

.change-heading-color {
  color: #0e0d26;
}

.change-heading-color.chnage-font-style {
  text-transform: capitalize;
}

.change-heading-color.h1 {
  color: #0e0d26;
}

.home-two-about {
  height: 300vh;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-two-about-paragraph-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 81%;
  height: 53px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.home-two-about-text-paragraph {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-two-about-text {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-two-about-image-main-wrapper {
  border-radius: 20px;
  width: 574px;
  height: 780px;
  overflow: hidden;
}

.home-two-about-white-text-wrapper {
  position: absolute;
  inset: 0% auto;
}

.home-two-about-text-heading {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-main-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-two-service-item-bar {
  background-color: #ffffff1a;
  border-radius: 20px;
  width: 305px;
  height: 10px;
  margin-top: 20px;
}

.home-two-service-item-image {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.home-two-service-item-image.chnage-height {
  height: 100%;
}

.home-two-service-item {
  background-color: #1c1c24;
  flex: none;
  width: 33.33%;
  height: 100%;
  position: relative;
}

.home-two-service-item.chnage-color-black {
  background-color: #070616;
}

.home-two-service-item-main-heading {
  max-width: 395px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-two-service-item-button {
  display: flex;
  overflow: hidden;
}

.home-two-service-item-button.chnage-display {
  justify-content: center;
  align-items: center;
}

.home-two-service-main {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-two-service-item-subheading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-service-item-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-two-service-item-wrapper.change-display {
  justify-content: center;
  align-items: center;
}

.home-two-service-wrapper {
  background-color: #070616;
  height: 180vh;
}

.home-two-service-item-main-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.home-two-service-top {
  background-color: #070616;
  height: 200px;
  overflow: hidden;
}

.home-two-service-item-content {
  padding-bottom: 20px;
  display: flex;
}

.change-color-grey {
  color: #c2c2c2;
}

.change-color-dark-grey {
  color: #7e7e7e;
}

.change-color-dark-grey.change-heading-color {
  color: #0e0d26;
}

.home-two-team-heading {
  max-width: 600px;
}

.home-two-team {
  height: 300vh;
  padding-left: 15px;
  padding-right: 15px;
}

.home-two-team-main {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-two-team-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.home-two-team-member-image {
  flex: none;
  margin-left: -200px;
}

.home-two-team-left {
  flex: 0 50%;
  justify-content: flex-start;
  align-items: center;
  padding-right: 200px;
  display: flex;
}

.home-two-count-bottom-text {
  z-index: 1;
  position: relative;
}

.home-two-count-right-main {
  max-width: 266px;
}

.home-two-count-arrow-wrapper {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -180px;
  margin-right: 180px;
  display: flex;
}

.home-two-count-bottom {
  justify-content: center;
  align-items: center;
  height: 357px;
  display: flex;
  position: relative;
}

.home-two-count-overlay {
  background-color: #b3de4f;
  height: 98%;
  position: absolute;
  inset: auto 0% 0;
}

.home-two-count-overlay.overlay-four {
  background-color: #c2c2c2;
  height: 12%;
}

.home-two-count-overlay.overlay-three {
  background-color: #fff;
  height: 75%;
}

.home-two-count-overlay.overlay-two {
  background-color: #1c1c24;
  height: 32%;
}

.home-two-count-top {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-two-count-right-text {
  max-width: 430px;
}

.home-two-count-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.home-two-count-main {
  border: 1px solid #3d3d42;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.home-two-count {
  background-color: #070616;
  padding: 200px 15px 110px;
  position: relative;
  overflow: hidden;
}

.home-two-count-item {
  border-right: 1px solid #3d3d42;
  flex: 1;
  max-width: 345px;
}

.home-two-count-cristal {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-two-count-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-project-merquee-new {
  display: flex;
}

.home-two-count-right {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-two-grow-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-grow-email {
  border-bottom: 1px solid #3d3d42;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.home-two-grow-image {
  border-radius: 20px;
  flex: none;
  overflow: hidden;
}

.home-two-grow-wrapper {
  z-index: 12;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #070616;
  border-radius: 20px;
  flex-flow: column;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-two-grow-email-arrow {
  color: #c2c2c200;
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
  position: relative;
}

.home-two-two-grow-top-right {
  max-width: 400px;
}

.home-two-grow {
  perspective: 3000px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 160px 15px;
  overflow: hidden;
}

.home-two-grow-top {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.home-two-grow-text {
  max-width: 401px;
  padding-bottom: 40px;
}

.home-two-grow-top-image {
  padding-bottom: 20px;
}

.footer-two-left-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-two-social-media {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.footer-two-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.footer-two-hover-main {
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.footer-two-left-address {
  max-width: 248px;
}

.footer-two-bottom-right-text {
  max-width: 286px;
}

.footer-two-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-two-bottom-right {
  border-bottom: 1px solid #7e7e7e;
  flex: 0 41%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.footer-two {
  background-color: #070616;
  padding: 160px 15px 100px;
  position: relative;
}

.footer-two-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-two-bottom-left {
  flex: 1;
}

.footer-two-social-media-icon-main {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.chnage-color-white {
  color: #fff;
}

.chnage-color-white.chnage-font-style {
  color: #fff;
  text-transform: capitalize;
}

.home-two-grow-image-wrapper {
  position: absolute;
  inset: 0%;
}

.home-two-form-submit {
  color: #c2c2c2;
  background-color: #fff0;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Actionsans, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.home-two-form-submit:focus {
  border-width: 0;
}

.home-two-form-submit::placeholder {
  color: #c2c2c2;
  text-transform: uppercase;
  font-family: Actionsans, sans-serif;
  font-weight: 500;
}

.submit-arrow {
  position: absolute;
}

.home-two-grow-emailmain {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-team-right-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  height: 800px;
  display: flex;
}

.home-two-right-main-wrapper {
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
}

.home-two-team-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.home-two-team-right-image {
  border-radius: 20px;
  flex: none;
  width: 80%;
  position: relative;
  overflow: hidden;
}

.home-two-team-member-name {
  cursor: pointer;
  background-color: #efefef;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
}

.home-three-banner-image {
  background-image: url('../images/Orange-Text.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 158px 120px;
  border-radius: 10px;
}

.home-three-hero-banner-background {
  z-index: 1;
  background-image: linear-gradient(#0003, #0003), url('../images/milad-fakurian-fUl4Hbe3GCY-unsplash-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.home-three-hero-image-three {
  z-index: 4;
  background-image: linear-gradient(#0003, #0003), url('../images/milad-fakurian-fUl4Hbe3GCY-unsplash-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-three-hero-image-one {
  z-index: 2;
  background-image: url('../images/Banner-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-three-hero-text {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-banner-text {
  max-width: 834px;
}

.home-three-banner-details {
  max-width: 465px;
}

.home-three-hero {
  background-image: url('../images/milad-fakurian-fUl4Hbe3GCY-unsplash-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-three-hero-image-two {
  z-index: 3;
  background-image: url('../images/cash-macanaya-Oe7HQQWm9Z4-unsplash-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-three-hero-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-three-hero-image.chnage-display {
  display: block;
}

.home-three-banner-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  padding-top: 40px;
  display: flex;
}

.home-three-about-details {
  max-width: 257px;
}

.home-three-about-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.small-heading {
  color: #0e0d26;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.small-heading.change-color-white {
  color: #fff;
}

.small-heading.change-color-grey {
  color: #c2c2c2;
}

.home-three-service-bottom-head {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.home-three-service-head {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-service {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.home-three-service-head-image {
  border-radius: 10px;
  overflow: hidden;
}

.button-main-2 {
  z-index: 1;
  background-color: #b3de4f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.footer-three-middle {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.footer-three-left-button {
  display: flex;
}

.home-three-social-item-icon {
  padding-right: 15px;
  overflow: hidden;
}

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

.footer-three-bottom {
  border-top: 1px solid #c2c2c2;
  padding: 30px 15px;
}

.footer-three-social-item-main {
  border-bottom: 1px solid #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-three-social-item-main.chnage-padding-top {
  padding-top: 0;
}

.footer-three-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .8fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 160px;
  padding-bottom: 160px;
  display: grid;
}

.footer-three-top {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-three {
  background-color: #fff;
  position: relative;
}

.footer-three-social-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-three-left-heading {
  max-width: 542px;
  padding-bottom: 40px;
}

.footer-three-middle-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-three-location {
  max-width: 313px;
}

.navbar-one-new {
  z-index: 2;
  background-color: #ddd0;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-one-new.chnage-position-stiky {
  z-index: 11;
  position: absolute;
}

.small-heading-text-new {
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.small-heading-text-new.change-weight {
  color: #5c5c5c;
  font-weight: 400;
}

.small-heading-text-new.change-weight.change-style {
  text-transform: capitalize;
}

.small-heading-text-new.chnage-color-grey-black {
  color: #5c5c5c;
}

.small-heading-text-new.change-color-grey {
  color: #c2c2c2;
}

.small-heading-text-new.change-color-white {
  color: #fff;
}

.about-one-work-item-heading {
  max-width: 423px;
  padding-bottom: 20px;
}

.about-one-work-item-paragraph {
  max-width: 423px;
  overflow: hidden;
}

.about-one-work-heading {
  max-width: 840px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-one-work-arrow {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  margin-top: 20px;
  display: flex;
}

.about-one-work-number {
  padding-bottom: 10px;
}

.about-one-work-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.about-one-work-image {
  width: 170px;
  height: 170px;
}

.about-one-work {
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-work-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #efefef;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 20px;
  display: flex;
}

.about-one-project-image {
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.about-one-project-two-heading {
  max-width: 275px;
}

.about-one-project-two-heading.change-style {
  border-bottom: 1px solid #3d3d42;
  padding-bottom: 20px;
}

.about-one-project-number.change-padding-top {
  padding-top: 40px;
}

.about-one-vedio-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-one-vedio-image {
  height: 100%;
}

.about-one-project-right-image.padding-around {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #efefef;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  display: flex;
}

.about-one-project-right-image.padding-around.chnage-background-color {
  background-color: #1c1c24;
}

.about-one-project-right {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-one-project-two-heading-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-one-project-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-one-project-arrow {
  margin-left: -80px;
  display: none;
}

.about-one-project-vedio {
  flex: 1;
  height: 100%;
  position: relative;
}

.about-one-agency-tag {
  position: absolute;
  inset: 100px 100px auto auto;
}

.about-one-agency {
  padding-left: 15px;
  padding-right: 15px;
}

.about-one-agency-bottom-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-one-agency-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-one-agency-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #070616;
  background-image: url('../images/Component-20.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-one-agency-bottom {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.about-one-contact-heading {
  max-width: 400px;
}

.about-one-contact-left-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #7e7e7e;
  flex-flow: column;
  flex: 1;
  padding-bottom: 10px;
  display: flex;
}

.about-one-contact-left-main.change-border {
  border-bottom-width: 0;
}

.about-one-contact-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Red-Sky-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-one-contact-right-heading {
  max-width: 500px;
}

.about-one-contact-main {
  justify-content: space-between;
  display: flex;
}

.about-one-contact-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Human.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 0 55%;
  padding: 120px 15px;
  display: flex;
}

.about-one-contact-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.about-two-hero-line {
  background-color: #fff;
  flex: 1;
  max-width: 243px;
  height: 1px;
}

.about-two-hero-sub-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-two-hero-sub-heading.change-style {
  justify-content: flex-start;
  align-items: center;
  max-width: 490px;
}

.nav-one-menu-main {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-three-round-text-wrapper {
  position: absolute;
  inset: 0%;
}

.about-three-round-icon {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-three-round-icon-main {
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 178px;
  display: flex;
  position: relative;
}

.about-three-merquee-item {
  flex: none;
  display: flex;
}

.about-three-small-round-icon {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.about-three-hero-main-wrapper {
  z-index: 5;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-three-hero-style {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

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

.about-three-hero {
  background-color: #070616;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
}

.about-three-merqee-main-item {
  flex: none;
  padding-right: 30px;
}

.about-three-hero-heading {
  flex: 1;
}

.about-three-merquee-top {
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto;
}

.about-three-merquee-bottom {
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-three-hero-merquee {
  display: flex;
  position: relative;
}

.home-three-service-item-image {
  border-radius: 20px;
  width: 100%;
  height: 501px;
  overflow: hidden;
}

.home-three-service-item-small-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.home-three-service-item-close {
  flex: 0 auto;
  width: 0%;
  height: 100%;
  overflow: hidden;
}

.home-three-service-item-close.one {
  width: 0%;
}

.home-three-service-item-close.five {
  width: 100%;
}

.home-three-service-item-small-details {
  max-width: 200px;
}

.home-three-service-item-main-heading {
  width: 80px;
  transform: rotate(-90deg);
}

.home-three-service-item-details {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.home-three-service-main {
  background-image: url('../images/Color-full-Image.webp');
  background-position: 50%;
  background-size: cover;
  height: 1139px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-three-service-item-arrow-wrapper {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
}

.home-three-service-item-overlay {
  background-color: #070616;
  border-radius: 20px;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.home-three-service-item-overlay.five {
  width: 100%;
}

.home-three-service-item-overlay.one {
  width: 0%;
}

.home-three-service-wrapper {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.home-three-service-wrapper.change-diaplay.desktop-off {
  display: none;
}

.home-three-service-item-heading {
  z-index: 1;
  flex: 0 12%;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home-three-service-item-heading.five {
  border-right-width: 0;
}

.home-three-service-item {
  border-right: 1px solid #c2c2c2;
  justify-content: center;
  align-items: center;
  width: 12%;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-service-item.one {
  border-right: 1px solid #c2c2c2;
  width: 12%;
}

.home-three-service-item.five {
  border-right-width: 1px;
  width: 45%;
}

.home-three-service-item-top-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.service-one-hero-banner-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-one-hero-scroll {
  z-index: 5;
  position: absolute;
  inset: auto 3% 100px auto;
}

.service-one-hero {
  background-color: #070616;
  padding: 220px 15px 120px;
  position: relative;
  overflow: hidden;
}

.service-one-hero-click-wrapper {
  display: flex;
}

.home-one-project-small-heading {
  max-width: 257px;
  padding-bottom: 20px;
}

.service-one-hero-left {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-one-hero-contact-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-one-hero-heading {
  padding-bottom: 20px;
}

.service-one-hero-heading.overflow-hidden {
  z-index: 5;
  position: relative;
}

.home-one-project-client-wrapper-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-bottom: 30px;
  display: flex;
}

.service-one-hero-contact {
  z-index: 5;
  border-top: 1px solid #3d3d42;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.service-one-hero-banner-image {
  border-radius: 20px;
  width: 65%;
  height: 812px;
  overflow: hidden;
}

.change-coloe-dark-grey {
  color: #5c5c5c;
}

.service-one-service-details {
  flex: 1;
}

.service-one-service {
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-service-heading {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  display: flex;
}

.service-one-service-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  border-bottom: 1px solid #7e7e7e;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.service-one-service-line {
  background-color: #b3de4f;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.service-one-service-image {
  border-radius: 20px;
  flex: 0 40%;
  position: relative;
  overflow: hidden;
}

.service-one-service-tag {
  background-color: #070616;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 15px 5px;
  display: flex;
}

.service-one-service-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-one-process-item-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-one-process-heading {
  max-width: 439px;
}

.service-one-process-wrapper {
  background-color: #efefef;
  border-radius: 20px;
  margin-top: 50px;
  padding: 100px 40px;
  position: relative;
}

.service-one-process-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: sticky;
  top: 100px;
}

.service-one-process-item-main-tag {
  background-color: #efefef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 5px;
  display: flex;
}

.service-one-process-item-tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.service-one-process-item {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.service-one-process-item-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: sticky;
  top: 100px;
}

.service-one-process-paragraph {
  max-width: 482px;
}

.service-one-process-image {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.service-one-process-left-paragraph {
  max-width: 404px;
}

.service-one-process-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 725px;
  display: flex;
}

.service-one-process-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-one-business {
  background-color: #070616;
  padding: 160px 15px;
}

.service-three-image-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 100px;
  display: flex;
}

.service-one-image-top {
  position: absolute;
  inset: -3% auto auto 0%;
}

.service-one-image-bottom-left {
  position: absolute;
  inset: auto auto 5% 0%;
}

.service-one-image-section {
  padding: 160px 15px 280px;
}

.service-one-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1121px;
  display: flex;
  position: relative;
}

.service-one-image-heading {
  max-width: 1000px;
}

.service-one-image-top-right {
  position: absolute;
  inset: 0% 25% auto auto;
}

.service-one-image-bottom-right {
  position: absolute;
  inset: auto 0% -12% auto;
}

.service-two-hero-text-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-image {
  filter: invert();
}

.service-two-hero-hero-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.service-two-hero-image {
  border-radius: var(--service-two-radius-one);
  background-image: linear-gradient(#00000080, #00000080), url('../images/service2Banner-img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 70%;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-two-hero-text {
  padding-bottom: 135px;
}

.service-two-hero-text-bottom-left {
  width: 100%;
}

.service-two-hero-main {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.service-two-hero-main.overflow-hidden {
  overflow: hidden;
}

.menu-icon {
  filter: invert();
}

.service-two-hero-text-top {
  max-width: 343px;
}

.navbar-one-main {
  z-index: 2;
  background-color: #ddd0;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-one-main.chnage-position-styky {
  z-index: 10;
  position: absolute;
}

.service-two-hero-text-left {
  flex: 0 30%;
}

.service-two-hero {
  background-color: #efefef;
  height: 300vh;
}

.service-two-hero-text-wrapper {
  border-bottom: 1px solid #c2c2c2;
  max-width: 388px;
  padding-bottom: 20px;
}

.service-two-text-animation {
  z-index: 2;
  border-radius: var(--service-two-radius-two);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 70%;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-two-hero-text-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.service-two-social-media-link {
  width: 36px;
  padding: 10px;
}

.service-two-hero-text-social-media {
  width: 100%;
  display: flex;
}

.service-two-service-item-bottom-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-two-service-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.service-two-service-item-text {
  flex: 1;
}

.service-three-service-heading {
  flex: 1;
  max-width: 735px;
}

.service-three-service-heading-right {
  flex: 1;
  max-width: 400px;
  padding-top: 10px;
}

.service-three-service {
  background-color: #070616;
  padding-top: 160px;
  padding-bottom: 160px;
}

.service-three-service-heading-button {
  padding-bottom: 40px;
}

.service-three-service-top-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.service-three-service-paragraph {
  max-width: 502px;
}

.service-two-service-item-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-three-service-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 150px 15px;
}

.service-two-service-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #efefef;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 160px;
  overflow: hidden;
}

.service-two-service-item.change-color-green {
  background-color: #b3de4f;
}

.service-two-service-item.change-style {
  background-color: #070616;
  padding-left: 15px;
  padding-right: 0;
}

.service-two-service-item-heading {
  padding-bottom: 20px;
}

.service-two-service-item-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.service-two-contact-main {
  padding-bottom: 40px;
}

.service-two-contact-heading-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 23%, #070616);
  position: absolute;
  inset: 0%;
}

.service-two-contact-heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-two-contact-button {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.service-two-contact {
  background-color: #070616;
  padding: 160px 15px 60px;
}

.service-two-vedio {
  background-color: #070616;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  height: 810px;
}

.service-two-vedio-overlay {
  z-index: 2;
  justify-content: space-between;
  position: absolute;
  inset: 0%;
}

.service-three-portfolio-button {
  flex: 1;
  display: flex;
}

.service-three-portfolio-left-main {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.service-three-portfolio-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  height: 1600px;
  display: flex;
  overflow: hidden;
}

.service-three-portfolio-main {
  background-color: #fff;
  border-radius: 20px;
  padding: 160px 15px;
}

.service-three-portfolio-item {
  border-radius: 20px;
  flex: none;
  overflow: hidden;
}

.service-three-portfolio-heading-main {
  flex: 0 65%;
}

.service-three-portfolio-heading {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.service-three-portfolio {
  background-color: #070616;
}

.service-three-portfolio-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  padding-bottom: 40px;
  display: flex;
}

.service-three-portfolio-right-main {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.team-details-banner {
  background-color: #070616;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.team-details-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.team-details-hero-wrapper.position-relative {
  justify-content: space-between;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.hover-out-icon {
  position: absolute;
  transform: translate(0, 110%);
}

.team-details-social-border {
  background-color: #fff;
  width: 1px;
  height: 150px;
}

.team-details-hero-heading {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: stretch;
}

.team-details-hero-heading.margin-bottom-thirty {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.team-details-social-icons {
  grid-row-gap: 16px;
  align-items: center;
  display: none;
  position: absolute;
  right: 0%;
}

.position-relative {
  position: relative;
}

.position-relative.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-details-border {
  background-color: #ffffff4d;
  width: 2px;
}

.border-radius-ten {
  border-radius: 10px;
}

.team-details-hero-text-wrapper {
  z-index: 10;
  max-width: 490px;
  position: relative;
}

.tag-five-text {
  color: #fff;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.tag-five-text.tag-five-heart-emoji {
  background-image: url('../images/😍-4.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
}

.team-member-quote {
  color: #fff;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 3.125rem;
}

.about-team-member {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-details-text {
  color: #ffffff0d;
  font-size: 15.625rem;
  font-weight: 700;
  line-height: 16.25rem;
}

.team-member {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -110px;
  display: grid;
}

.tag-style-five-details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
}

.tag-style-five-details.heading-six {
  padding-bottom: 40px;
}

.team-member-about {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tag-six-colord-background {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(to right, #8f88ff, #5cb0e9);
  align-items: center;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.tag-six-colord-background.border-radius-twenty {
  background-image: none;
  border-radius: 20px;
  padding-right: 0;
}

.details {
  align-items: center;
}

.quote-wrapper {
  background-image: url('../images/Background-Quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-left: 100px;
}

.team-member-details-section {
  background-color: #1c1c24;
  padding-top: 130px;
  padding-bottom: 130px;
}

.blog-one-hero-heading {
  padding-bottom: 10px;
}

.blog-one-hero-sub-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-one-hero-line {
  background-color: #fff;
  flex: 1;
  max-width: 300px;
  height: 1px;
}

.blog-one-heading-wrapper {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
}

.blog-one-post-paragraph {
  max-width: 384px;
  padding-bottom: 40px;
}

.blog-one-main {
  padding: 160px 15px;
}

.blog-one-post-tag-main {
  border: 1px solid #7e7e7e;
  border-radius: 50px;
  padding: 10px 20px 8px;
}

.blog-one-post-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #c2c2c2;
  flex-flow: column;
  flex: 0 26%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.blog-one-post-item-heading {
  max-width: 429px;
  padding-bottom: 20px;
}

.blog-one-post-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 3000px;
  flex-flow: column;
  padding-top: 80px;
  display: flex;
}

.blog-one-post-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.blog-one-post-image-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-post-hover-line {
  background-color: #b3de4f;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-one-post-month {
  padding-bottom: 2px;
}

.blog-one-arrow-wrapper {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
}

.blog-one-post-tag {
  display: flex;
}

.blog-one-main-heading {
  max-width: 500px;
}

.blog-one-post-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-two-post-item-heading {
  max-width: 429px;
}

.blog-two-post-item-heading.change-max-width {
  max-width: 300px;
}

.blog-two-post-item-image {
  border-radius: 20px;
  overflow: hidden;
}

.blog-two-post-item-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  margin-top: -40px;
  padding: 80px 20px 40px;
  display: flex;
}

.blog-two-post-item-details.change-primary-color {
  background-color: #070616;
}

.blog-three-hero-iten-image {
  border-radius: 20px;
  overflow: hidden;
}

.blog-three-hero-item {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.blog-three-hero-wrapper {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 100px;
  display: flex;
}

.blog-three-hero-item-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #070616;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  margin-left: -200px;
  padding: 60px 40px;
  display: flex;
}

.blog-three-hero-stone {
  opacity: .8;
  transform: rotate(50deg);
}

.blog-three-hero-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-three-hero {
  background-color: #1c1c24;
  padding: 160px 15px;
  position: relative;
}

.blog-three-hero-item-heading {
  max-width: 535px;
  padding-bottom: 20px;
}

.date-month-wrapper {
  display: flex;
}

.blog-details-hero-tag-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.blog-details-hero {
  background-color: #1c1c24;
  padding: 160px 15px 40px;
  position: relative;
}

.blog-details-hero-image {
  border-radius: 20px;
  height: 700px;
  overflow: hidden;
}

.blog-details-hero-heading {
  max-width: 1000px;
  padding-bottom: 60px;
}

.blog-details-image {
  border-radius: 20px;
  height: 531px;
  overflow: hidden;
}

.blog-details-poet-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #070616;
  border-radius: 20px;
  padding: 40px 40px 30px;
  display: flex;
}

.blog-details-details-main {
  padding-top: 20px;
  padding-bottom: 60px;
}

.blog-details-button-paragraph {
  max-width: 524px;
}

.blog-details-image-heading {
  padding-bottom: 40px;
}

.blog-details-details {
  background-color: #1c1c24;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details-image-sub-heading {
  padding-bottom: 60px;
}

.blog-details-button-wrapper {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 40px 60px;
  display: flex;
}

.blog-details-details-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.blog-details-image-details {
  padding-bottom: 60px;
}

.blog-details-poet-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.blog-details-poet-main-details {
  max-width: 762px;
}

.blog-details-blog {
  background-color: #1c1c24;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details-blog-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-details-blog-heading {
  max-width: 572px;
  padding-bottom: 60px;
}

.small-heading-text-main {
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.small-heading-text-main.change-color-fade-white {
  color: #fff9;
}

.portfolio-main-details-paragraph {
  max-width: 697px;
}

.portfolio-details-box-text {
  max-width: 623px;
}

.portfolio-details-text {
  flex: 1;
  max-width: 726px;
}

.portfolio-details-text-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.portfolio-details-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.portfolio-details-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #efefef;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.portfolio-details-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-right: 15px;
  position: sticky;
  top: 0;
}

.portfolio-details-poet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.portfolio-details-text-heading {
  padding-bottom: 30px;
}

.portfolio-details-date {
  background-color: #070616;
  border-radius: 20px;
  padding: 5px 20px;
}

.portfolio-details-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.portfolio-details-image-one {
  height: 100vh;
  position: sticky;
  top: 0;
}

.portfolio-details-image {
  width: 50%;
}

.portfolio-main-details {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

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

.portfolio-details-dot {
  background-color: var(--black);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.shop-page-hero-top-heading {
  z-index: 5;
  padding-bottom: 20px;
  position: relative;
}

.shop-page-hero-button {
  z-index: 5;
  position: relative;
}

.shop-page-hero-heading {
  z-index: 5;
  max-width: 896px;
  padding-bottom: 40px;
  position: relative;
}

.shop-page-hero {
  background-image: url('../images/Shop-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 15px;
  position: relative;
}

.shop-page-shop-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.shop-page-shop-line {
  background-color: #c2c2c2;
  max-width: 1500px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.shop-page-shop-details {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  padding-top: 60px;
  padding-bottom: 25px;
  display: flex;
}

.shop-page-shop-heading {
  padding-bottom: 50px;
}

.shop-page-shop {
  background-color: #efefef;
  padding: 160px 15px;
}

.shop-page-shop-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.shop-page-cart-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  inset: 0%;
}

.cart-wrapper {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.product-details-info {
  flex: 0 48.76%;
}

.product-small-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  transition: transform .75s;
}

.product-small-image:hover {
  transform: scale(1.1);
}

.shop-details-price {
  padding-bottom: 30px;
}

.shop-details-hero-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-details-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.border-radius-six, .product-small-image-one {
  border-radius: 20px;
}

.product-small-image-one.cursor-pointer {
  cursor: pointer;
}

.shop-details-hero {
  background-color: #efefef;
  justify-content: space-between;
  padding: 140px 15px;
  position: relative;
}

.small-images-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-image-tab {
  flex-direction: column-reverse;
  justify-content: flex-start;
  display: flex;
}

.product-details-information {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.product-details-information.border-off {
  border-bottom-style: none;
}

.product-details-more-information-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 512px;
  margin-top: 20px;
  padding: 30px 50px 30px 30px;
  display: flex;
}

.shop-details-color-main {
  background-color: #c95454;
  border-radius: 5px;
  width: 20px;
  height: 20px;
}

.product-details-brand {
  flex: 0 30%;
}

.shop-details-paragraph {
  padding-top: 30px;
  padding-bottom: 20px;
}

.product-image-big {
  cursor: pointer;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  transition: transform .75s;
}

.product-image-big:hover {
  transform: scale(1.1);
}

.product-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.shop-details-hero-text {
  flex: 1;
  position: sticky;
  top: 130px;
}

.shop-details-quantity {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.shop-details-hero-heading {
  max-width: 492px;
  padding-bottom: 35px;
}

.no-padding {
  opacity: .45;
  background-color: #ddd0;
  padding: 0;
}

.no-padding.w--current {
  opacity: 1;
  background-color: #fff0;
  border: 1px solid #0e0d26;
  border-radius: 20px;
  padding: 10px;
}

.shop-details-star-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.product-details-heading {
  padding-bottom: 20px;
}

.product-details-work-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.product-details-work-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-details-work-dot {
  background-color: var(--body-font-color);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.display-off {
  display: none;
}

.quantity {
  margin-bottom: 0;
}

.shop-page-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.add-to-cart-button {
  background-color: #3898ec00;
  padding-left: 20px;
  padding-right: 20px;
}

.shop-details-product {
  background-color: #efefef;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-details-product-heading {
  max-width: 403px;
  padding-bottom: 40px;
}

.shop-details-product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.cart-quantity {
  position: absolute;
  inset: 0% auto auto 5px;
}

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

.row {
  flex-flow: column;
}

.checkout-form {
  background-color: #efefef00;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.order-confirmation-hero {
  background-color: #efefef;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.order-confirmation {
  background-color: #f5f5f500;
  padding-left: 0;
  padding-right: 0;
}

.order-confirmation-hero-heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

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

.submit-button.button-font.change-button-padding {
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.submit-button.button-font.change-button-padding.change-width {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.paypal-checkout-section {
  background-color: #efefef;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.paypal-checkout-heading {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.paypal-checkout-form {
  background-color: #f5f5f500;
}

.checkout-hero {
  background-color: #efefef;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.contact-one-form-item {
  padding-bottom: 30px;
}

.contact-one-hero {
  height: 200vh;
  position: relative;
}

.contact-one-hero.contact-one-hero-v1 {
  height: 600vh;
}

.contact-one-email {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.contact-one-right-main-heading {
  max-width: 500px;
}

.contact-one-right-heading {
  padding-bottom: 40px;
  display: flex;
}

.select-field {
  color: #949494;
  text-transform: uppercase;
  background-color: #f3f3f300;
  border: 1px solid #0000;
  border-bottom-color: #3d3d42;
  height: 75px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Actionsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}

.contact-one-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.contact-one-main-item-top {
  border-bottom: 1px solid #fff9;
  padding-bottom: 10px;
}

.contact-one-phone {
  text-decoration: none;
}

.contact-one-right-main {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.contact-one-main-middle {
  padding-top: 20px;
  padding-bottom: 10px;
}

.contact-one-main-item {
  flex: 1;
  max-width: 300px;
}

.contact-one-main-item.change-max-width {
  max-width: 330px;
}

.contact-one-hero-left {
  background-image: url('../images/Contact-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}

.contact-one-hero-right {
  z-index: 11;
  background-image: url('../images/Contact-One-Form.webp');
  background-size: cover;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transform: none;
}

.submit-button-wrapper {
  padding-top: 60px;
  display: flex;
}

.contact-one-form {
  max-width: 623px;
}

.contact-one-contact {
  z-index: 1500;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.contact-one-hero-heading {
  padding-bottom: 100px;
}

.contact-one-hero-heading.overflow-hidden {
  overflow: hidden;
}

.contact-one-input {
  color: #949494;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #3d3d42;
  margin-bottom: 0;
  padding: 25px 0 40px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}

.contact-one-input::placeholder {
  color: #949494;
  text-transform: uppercase;
}

.contact-one-hero-full {
  z-index: 1111;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-one-hero-main {
  justify-content: space-between;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.submit-button-new {
  background-color: #3898ec00;
}

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

.conact-two-input-field {
  color: #949494;
  background-color: #1c1c24;
  border: 1px solid #55555b;
  border-radius: 80px;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.conact-two-input-field::placeholder {
  color: #949494;
  text-transform: uppercase;
  font-weight: 500;
}

.conact-two-input-field.change-color-white {
  background-color: #fff;
}

.conact-two-input-field.change-color-white.change-input-style, .conact-two-input-field.change-color-white.change-input-style::placeholder {
  color: #5c5c5c;
  font-weight: 500;
}

.checkout-button {
  background-color: #3898ec00;
}

.checkout-button.button-font.change-padding-around {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-one-cross {
  position: absolute;
}

.nav-one-cross.change-color {
  filter: invert();
}

.portfolio-details-button {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

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

.home-two-vedio {
  width: 100%;
  height: 100%;
}

.home-one-hero-main {
  z-index: 10;
  height: 100vh;
  position: sticky;
  top: 0;
}

.home-one-project-main {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 220px 15px 0% 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.change-background-primary-color {
  background-color: var(--background-color);
}

.utility-page-wrap.change-background-password-protect {
  background-image: url('../images/Password-Protect-Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
}

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

.utility-page-content.chnage-width {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.utility-page-content.chnage-width.change-max-width {
  background-color: var(--secondary-color);
  border-radius: 20px;
  max-width: 600px;
  padding: 60px 15px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form.chnage-width {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 427px;
}

.utility-page-heading {
  padding-top: 40px;
}

.utility-page-paragraph {
  max-width: 489px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.lock-image {
  margin-left: auto;
  margin-right: auto;
}

.password-protect-heading {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.password-protect-button {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.border-radius-six {
  border-radius: 6px;
}

.nav-link-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 8%;
  margin-bottom: 8%;
  text-decoration: none;
  display: flex;
}

.change-color-green {
  color: var(--green);
}

.chnage-heading-color {
  color: var(--heading-color);
}

.blog-coma {
  padding-right: 10px;
}

.opacity-off {
  opacity: 0;
}

.opacity-off.change-position {
  position: absolute;
  inset: 0%;
}

.hover {
  transition: all .2s;
}

.hover:hover {
  color: var(--green);
}

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

.block-header-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-fixed-tag {
  z-index: 2147483647;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.rt-icon-main {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.rt-icon-main.rt-2 {
  background-color: #202020;
}

.rt-fixed-icon-1 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-image: linear-gradient(90deg, #b8c8ff, #ffd8d8);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.rt-fixed-icon-1.rt-1 {
  text-decoration: none;
  transform: translate(127px);
}

.rt-fixed-icon-1.rt-3 {
  background-image: linear-gradient(90deg, #169ef3, #9649e5);
  text-decoration: none;
  transform: translate(127px);
}

.rt-fixed-icon-1.rt-2 {
  background-color: #000;
  background-image: none;
  text-decoration: none;
  transform: translate(127px);
}

.rt-template-div.rt-1, .rt-template-div.rt3, .rt-template-div.rt-2 {
  overflow: hidden;
}

.rt-chnage-font {
  color: #000;
  text-transform: capitalize;
  padding-top: 2px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.rt-chnage-font.rt-change-white {
  color: #fff;
}

.rt-fixed-top {
  z-index: 2147483647;
  height: 140px;
  position: fixed;
  inset: 65% 0% 0% auto;
  overflow: hidden;
}

.rt-nav-v2 {
  display: none;
}

.button-main-4 {
  z-index: 1;
  background-color: #b3de4f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.home-one-project-number-line-2 {
  background-color: #fff;
  height: 1px;
  margin-top: -5px;
}

.div-block-1745 {
  padding-top: 20px;
}

.chnage-color-grey-dark-2 {
  color: #5c5c5c;
}

.rt-dark-bg {
  background-color: #070616;
}

.rt-nav-two-links-2 {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  transition: all .4s;
}

.rt-nav-two-links-2:hover {
  color: #fff;
  letter-spacing: 5.5px;
}

.heading {
  color: var(--white);
  font-size: 160px;
  line-height: 150px;
}

.h1 {
  color: #fff;
  font-size: 160px;
  line-height: 150px;
}

.social-media-main-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: -60px 0% auto;
}

.home-one-contact-left {
  display: flex;
}

.social-media-icon-main {
  background-color: #070616;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: relative;
}

.home-one-hero-contact {
  z-index: 11;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 80px;
}

.social-media-polygon {
  position: absolute;
  inset: auto auto -7px;
}

.home-one-hero-merquee {
  z-index: 5;
  width: 100%;
  padding-bottom: 350px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-one-hero-main-backgound-image {
  background-image: url('../images/Banner-img-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.home-one-hero-merquee-item {
  flex: none;
  padding-right: 50px;
}

.merquee-text {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 250px;
  font-weight: 400;
  line-height: 200px;
}

.home-one-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 1300px;
  position: relative;
}

.home-one-hero-contact-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-hero-background {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-two-defence-merquee {
  display: flex;
}

.home-two-deffence-merquee-main {
  background-color: #efefef;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 183px;
  display: flex;
}

.home-two-deffence-merquee-main.change-radius {
  border-radius: 200px;
}

.home-two-deffence-heading {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.home-two-defence-heading-wrapper {
  max-width: 450px;
}

.home-two-defence {
  padding: 150px 15px 75px;
  overflow: hidden;
}

.home-two-deffence-merquee-wrapper {
  padding-right: 30px;
}

.small-heading-text-2 {
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.home-two-deffence-merquee-item {
  flex: none;
  padding-right: 30px;
  display: flex;
}

.heading-five-2 {
  letter-spacing: -.64px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.heading-five-2.chnage-color-grey {
  color: #c2c2c2;
}

.button-font-3 {
  color: #070616;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.button-font-3.chnage-color-grey {
  color: #c2c2c2;
  text-decoration: none;
}

.home-two-hero-flower {
  width: 70%;
  margin-top: 20%;
  margin-left: 25%;
  position: absolute;
}

.home-two-big-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 210px;
  font-weight: 400;
  line-height: 200px;
}

.home-two-hero-text-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.change-font-2 {
  letter-spacing: -4px;
}

.change-font-2.change-color-white {
  color: #fff;
}

.home-two-hero-inner-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.home-two-text-wrapper {
  padding-bottom: 0;
}

.home-two-hero-text-bottom {
  max-width: 471px;
}

.home-two-hero-text-arrow-wrapper {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
}

.home-two-social-media-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-project-client {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.home-three-project-small-heading {
  padding-bottom: 10px;
}

.home-three-project {
  background-color: #fff;
  height: 350vh;
  padding: 160px 15px;
  position: relative;
}

.home-three-project-middle {
  flex: 0 28%;
  height: 570px;
  overflow: hidden;
}

.home-three-project-one {
  background-color: #1c1c24;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 60px 20px 70px;
  display: flex;
  position: relative;
}

.home-three-project-one.two {
  justify-content: space-between;
  align-items: flex-start;
}

.home-three-project-one.three {
  background-color: #b3de4f;
}

.white-arrow {
  margin-top: 8px;
  margin-left: -80px;
  margin-right: 80px;
}

.home-three-project-line {
  background-color: #c2c2c2;
  height: 1px;
}

.home-three-project-star {
  position: absolute;
  inset: auto 10% 30% auto;
}

.home-three-project-heading {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
}

.home-three-project-heading.chnage-border-bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.home-three-project-item-image {
  border-radius: 20px;
  overflow: hidden;
}

.home-three-project-percentage {
  flex-flow: column;
  display: flex;
}

.home-three-project-small-line {
  background-color: #b3de4f;
  width: 50%;
  height: 1px;
}

.home-three-project-left-top {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.home-three-project-arrow-wrapper {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-three-project-main {
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.home-three-project-details {
  max-width: 314px;
  padding-bottom: 40px;
}

.home-three-project-left {
  background-color: #efefef;
  flex: 0 28%;
  padding: 60px 20px 70px;
  position: sticky;
  top: 160px;
}

.home-three-project-percentage-main {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-three-project-image {
  flex: 1;
}

.heading-five-3 {
  letter-spacing: -.64px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.heading-five-3.change-color-white {
  color: #fff;
}

.home-three-project-client-details {
  flex: 1;
  max-width: 207px;
}

.home-two-news {
  z-index: 1;
  background-color: #070616;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-two-news-item-tag-main {
  background-color: #070616;
  border-radius: 20px;
  padding: 5px 20px 4px;
}

.home-two-news-wrapper {
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
}

.home-two-news-item-tag {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-two-news-left-button {
  margin-bottom: 5px;
  margin-left: -160px;
}

.home-two-news-left-heading {
  flex: 1;
  max-width: 600px;
}

.home-two-news-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.home-two-news-left {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-two-news-item-tag-paragraph {
  max-width: 336px;
}

.home-two-news-item-tag-paragraph.chnage-width {
  max-width: 537px;
}

.home-two-news-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.home-two-news-inner-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 100px 15px 160px;
}

.home-two-news-item-image {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.home-two-news-item-tag-heading {
  max-width: 327px;
}

.home-two-news-item-tag-heading.change-width {
  max-width: 537px;
}

.play-button-2 {
  background-color: #b3de4f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
}

.home-one-hero-merquee-three {
  z-index: 1;
  width: 100%;
  padding-bottom: 200px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-one-hero-merquee-three.change-position {
  z-index: 2;
  padding-bottom: 40px;
}

.home-three-vedio-client {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  padding: 20px 20px 15px;
  display: flex;
}

.home-three-vedio-email-main {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-three-vedio-content-item {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px 10px 30px;
}

.home-three-vedio-content-item.mergin-top {
  margin-top: -10px;
}

.button-font-4 {
  color: #070616;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.home-three-vedio {
  background-image: url('../images/Vedio-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 0;
}

.home-three-vedio-email {
  z-index: 11;
  position: absolute;
  inset: auto 0% 120px;
}

.home-three-vedio-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-vedio-section-email {
  background-color: #0e0d26;
  border-radius: 24px;
  padding: 5px 20px 10px;
}

.home-three-vedio-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-three-vedio-client-image {
  border-radius: 10px;
  overflow: hidden;
}

.home-three-vedio-wrapper {
  padding-top: 100px;
  display: flex;
}

.about-two-work-graph {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 635px;
  display: flex;
}

.about-two-work-text-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-two-work-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-two-work-text-top {
  padding-bottom: 150px;
}

.about-two-work-image {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 60px;
}

.chnage-color {
  color: #5c5c5c;
}

.about-two-work-item-bar {
  background-color: #efefef;
  border-radius: 18px;
  height: 15px;
  padding: 5px;
}

.about-two-work-bottom-text-heading {
  padding-bottom: 40px;
}

.button-font-5 {
  color: #070616;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.about-two-work-image-main {
  border-radius: 20px;
  height: 817px;
  overflow: hidden;
}

.about-two-work-heading {
  max-width: 700px;
  padding-bottom: 40px;
}

.about-two-main-bar {
  background-color: #b3de4f;
  border-radius: 18px;
  width: 98%;
  height: 5px;
}

.about-two-main-bar.two {
  background-color: #0e0d26;
  width: 87%;
}

.about-two-main-bar.three {
  background-color: #7e7e7e;
  width: 95%;
}

.about-two-work {
  padding: 160px 15px;
}

.about-two-work-bottom-text-paragraph {
  max-width: 740px;
  padding-bottom: 40px;
}

.about-two-work-item-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-two-work-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.small-heading-text-3 {
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.about-two-work-text {
  flex: 1;
}

.nav-bar-three-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.nav-bar-three {
  z-index: 11;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-bar-three-hambarger {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-three {
  background-color: #ddd0;
}

.nav-three-click {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-bar-three-link {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-three-cross {
  position: absolute;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 200px;
    line-height: 170px;
  }

  h2 {
    font-size: 160px;
    line-height: 130px;
  }

  h3 {
    font-size: 120px;
    line-height: 110px;
  }

  h4 {
    font-size: 100px;
  }

  h5 {
    font-size: 60px;
    line-height: 64px;
  }

  .heading-six.chnage-heading-color.change-size {
    font-size: 25px;
    line-height: 33px;
  }

  .nav-one-main-wrapper {
    grid-template-columns: 2fr 1fr 1.5fr;
  }

  .home-one-project-click-wrapper {
    padding-bottom: 160px;
  }

  .button-main.change-button-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-five, .heading-five.chnage-size {
    font-size: 60px;
    line-height: 64px;
  }

  .heading-five.change-heading-color.chnage-font-size {
    font-size: 50px;
    line-height: 54px;
  }

  .home-one-agency-design-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .heading-two {
    font-size: 160px;
    line-height: 130px;
  }

  .heading-one {
    font-size: 200px;
    line-height: 170px;
  }

  .heading-one.no-wrap.chnage-font-size {
    font-size: 140px;
  }

  .heading-four, .heading-four.chnage-color-grey.text-no-wrap {
    font-size: 80px;
    line-height: 80px;
  }

  .card-small-text {
    font-size: 50px;
    line-height: 45px;
  }

  .home-one-tool-item-paragraph {
    max-width: 404px;
  }

  .home-one-tool-main-heading {
    max-width: 350px;
  }

  .home-one-tool-item-heading-wrapper {
    flex-flow: column;
  }

  .home-one-tool-wrapper {
    height: 820px;
    display: flex;
  }

  .home-one-project-main-text {
    max-width: 1100px;
  }

  .home-one-service-scroll-down.chnage-position {
    left: 80px;
  }

  .home-one-project-button {
    top: 4%;
    right: 35%;
  }

  .heading-three {
    font-size: 120px;
    line-height: 110px;
  }

  .footer-one-right.change-sizing {
    flex: 0 553px;
  }

  .counter-box.big-counter {
    height: 64px;
  }

  .home-two-about-text-white-wrapper {
    width: 59%;
  }

  .home-two-about-paragraph-text-wrapper {
    width: 67%;
  }

  .home-two-service-top {
    height: 220px;
  }

  .home-two-service-item-heading {
    max-width: 350px;
  }

  .home-two-team-heading {
    max-width: 750px;
  }

  .home-two-team-member-image {
    flex: none;
    margin-left: -200px;
  }

  .home-two-team-left {
    padding-right: 300px;
  }

  .home-two-count-right-main {
    max-width: 300px;
  }

  .home-two-count-arrow-wrapper {
    width: 59px;
    height: 59px;
    margin-left: -200px;
    margin-right: 200px;
  }

  .home-two-count-right-text, .home-two-two-grow-top-right {
    max-width: 500px;
  }

  .home-two-grow {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .home-two-grow-top {
    padding-top: 90px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .home-two-team-right-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-two-team-member-name {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-three-banner-text {
    max-width: 1061px;
  }

  .footer-three-social-item-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .footer-three-wrapper {
    grid-template-columns: 1.2fr .8fr 1.2fr;
  }

  .footer-three-social-item {
    flex: 1;
    max-width: 410px;
  }

  .about-one-project-two-heading.change-style {
    padding-bottom: 40px;
  }

  .about-one-project-arrow {
    display: block;
  }

  .about-one-contact-right, .about-one-contact-left {
    padding-left: 60px;
  }

  .about-three-hero-heading.overflow-hidden {
    padding-right: 600px;
  }

  .home-three-service-item-image {
    height: 517px;
  }

  .home-three-service-item-small-details {
    max-width: 280px;
  }

  .home-three-service-item-main-heading {
    width: 100px;
  }

  .home-three-service-item-top-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-service-image {
    flex: 0 auto;
  }

  .service-one-service-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-one-process-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .service-one-process-item-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-three-image-button {
    padding-left: 140px;
  }

  .service-one-image-bottom-left {
    bottom: 10%;
    left: 5%;
  }

  .service-one-image-heading {
    max-width: 1100px;
  }

  .service-two-hero-image {
    background-image: url('../images/service2Banner-img.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service-two-service-item-bottom-left {
    max-width: 450px;
  }

  .service-two-service-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-two-service-item-heading {
    padding-bottom: 40px;
  }

  .service-two-service-item-bottom {
    flex-flow: row;
  }

  .service-two-contact-main {
    padding-bottom: 40px;
  }

  .service-two-contact-heading {
    max-width: 1000px;
  }

  .service-two-contact-button {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .service-two-contact {
    padding-top: 160px;
  }

  .team-details-hero-wrapper.position-relative {
    justify-content: flex-start;
    align-items: center;
  }

  .team-details-hero-heading.margin-bottom-thirty {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-social-icons {
    display: flex;
  }

  .hover-in-icon.change-filter {
    filter: invert();
  }

  .blog-two-post-item-heading.change-max-width {
    max-width: 100%;
  }

  .blog-two-post-item-details {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-three-hero-item {
    padding-bottom: 30px;
  }

  .blog-three-hero-item-details {
    padding: 80px 60px 80px 100px;
  }

  .blog-three-hero-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-three-hero-item-heading {
    max-width: 660px;
  }

  .blog-details-hero-heading {
    max-width: 1200px;
  }

  .blog-details-blog-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .order-confirmation-hero-heading {
    max-width: 1000px;
  }

  .contact-one-right-main-heading {
    max-width: 600px;
  }

  .div-block-1745 {
    padding-top: 0;
  }

  .home-one-hero-merquee-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .merquee-text {
    font-size: 300px;
  }

  .heading-five-2 {
    font-size: 60px;
    line-height: 64px;
  }

  .home-two-hero-flower {
    width: 60%;
  }

  .home-two-big-text {
    font-size: 270px;
  }

  .home-two-hero-text-bottom {
    max-width: 500px;
  }

  .home-three-project-client {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .home-three-project-small-heading, .home-three-project-left-top {
    padding-bottom: 20px;
  }

  .home-three-project-arrow-wrapper {
    top: 35px;
    right: 35px;
  }

  .home-three-project-details {
    padding-bottom: 60px;
  }

  .heading-five-3 {
    font-size: 60px;
    line-height: 64px;
  }

  .home-two-news-left-button {
    margin-left: -200px;
  }

  .home-two-news-left-heading {
    flex: 1;
    max-width: 700px;
  }

  .home-two-news-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-vedio-email {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-one-main-wrapper {
    grid-template-columns: 1.5fr 1fr 1.5fr;
  }

  .medium-container.chnage-position-sticky {
    top: 20%;
  }

  .heading-one.no-wrap.chnage-font-size {
    font-size: 160px;
  }

  .home-one-tool-item-heading-wrapper {
    flex-flow: row;
  }

  .home-one-project-main-text {
    margin-left: 0;
  }

  .home-one-project-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    left: 5%;
  }

  .home-one-project-button {
    right: 30%;
  }

  .home-one-testimonial-item {
    padding: 70px 50px;
  }

  .home-one-testimonial-merquee {
    top: 22%;
  }

  .home-two-hero {
    padding-bottom: 40px;
  }

  .home-two-service-top {
    height: 250px;
  }

  .home-two-team-main {
    padding-top: 100px;
  }

  .footer-two-wrapper {
    padding-right: 40px;
    position: relative;
  }

  .home-two-team-right-image {
    width: auto;
  }

  .footer-three-wrapper {
    grid-template-columns: 1.2fr .8fr .9fr;
  }

  .about-one-work-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-one-project-right-image.padding-around {
    padding-left: 30px;
  }

  .home-three-service-item-small-details {
    max-width: 293px;
  }

  .service-one-service-main, .service-two-service-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-two-service-item.change-style {
    padding-left: 60px;
  }

  .service-two-service-item-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .team-details-hero-heading.margin-bottom-thirty {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-one-post-date {
    flex-flow: row;
  }

  .blog-one-post-month {
    padding-bottom: 4px;
  }

  .home-one-project-main {
    right: 40px;
  }

  .home-one-hero-merquee {
    padding-bottom: 400px;
  }

  .home-two-big-text {
    font-size: 300px;
  }

  .home-three-project-one {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-three-project-details {
    padding-bottom: 80px;
  }

  .home-three-project-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-two-work-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-two-work-heading {
    max-width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-font.social-media-hover.change-fonrt-style.hover:hover {
    color: #fff;
  }

  .footer-one-right-item-link.change-underline {
    text-decoration: none;
  }

  .home-one-project-top-wrapper {
    overflow: hidden;
  }

  .button-font.change-color-white.chnage-wight {
    color: #7e7e7e;
  }

  .button-font.change-color-white.chnage-wight.hover-link {
    transition: all .3s;
  }

  .button-font.change-color-white.chnage-wight.hover-link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .chnage-font-style.hover-link {
    transition: all .3s;
  }

  .chnage-font-style.hover-link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .heading-five.change-heading-color.chnage-font-size {
    font-size: 60px;
    line-height: 64px;
  }

  .change-padding.text-align-center {
    letter-spacing: -.08px;
    font-size: 160px;
    line-height: 150px;
  }

  .change-padding.text-align-center.change-heading-color.text-no-break {
    white-space: nowrap;
  }

  .home-one-card-border {
    transform-origin: 0%;
  }

  .home-one-tool-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-one-project-main-text {
    margin-left: 0;
  }

  .home-one-project-merquee {
    overflow: hidden;
  }

  .home-one-project-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    left: 5%;
  }

  .home-one-project-button {
    right: 35%;
  }

  .counter {
    justify-content: space-between;
  }

  .home-two-hero {
    padding-bottom: 150px;
  }

  .nav-two {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-two-service-top {
    height: 310px;
  }

  .home-two-team-main {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .home-two-team-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .home-two-team-member-image {
    margin-left: -400px;
  }

  .home-two-team-left {
    padding-left: 110px;
    padding-right: 100px;
  }

  .home-two-count-cristal {
    display: block;
  }

  .home-one-project-merquee-new {
    overflow: hidden;
  }

  .footer-two-bottom-right {
    flex-basis: 39.5%;
  }

  .footer-two-bottom-left {
    margin-bottom: -15px;
  }

  .home-two-team-right-text-wrapper {
    height: 800px;
  }

  .home-two-team-right {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-three-service-bottom-head {
    padding-right: 200px;
  }

  .home-three-service-head {
    padding-left: 100px;
  }

  .about-one-work-item-heading {
    max-width: 100%;
  }

  .about-one-work-item {
    justify-content: space-between;
    max-width: 535px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .about-one-project-small-heading {
    margin-top: -10px;
  }

  .about-one-project-right-image.padding-around {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 60px;
  }

  .about-one-contact-right, .about-one-contact-left {
    padding-left: 100px;
  }

  .about-one-contact-main-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-three-service-item-image {
    height: 562px;
  }

  .home-three-service-item-details {
    padding-right: 60px;
  }

  .home-three-service-item-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-service-item.five {
    border-right-width: 1px;
  }

  .home-three-service-item-top-details {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .service-one-service-main {
    grid-column-gap: 135px;
    grid-row-gap: 135px;
  }

  .service-three-image-button {
    padding-left: 276px;
  }

  .service-one-image-top {
    top: 0%;
    left: 5%;
  }

  .service-one-image-bottom-left {
    bottom: 8%;
    left: 20%;
  }

  .service-one-image-section {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .service-one-image-wrapper {
    height: 1000px;
  }

  .service-one-image-bottom-right {
    bottom: -3%;
    right: 5%;
  }

  .service-two-service-item.change-style {
    padding-left: 100px;
  }

  .blog-one-post-item {
    padding-right: 60px;
  }

  .blog-three-hero-item-details {
    flex: 1;
  }

  .small-heading-text-main.change-color-grey-dark {
    color: #55555b;
  }

  .portfolio-details-hero {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .home-one-project-main {
    right: 100px;
  }

  .flex-block {
    padding-right: 60px;
  }

  .home-two-hero-flower {
    width: 40%;
    margin-top: 18%;
    margin-left: 8%;
  }

  .home-two-big-text {
    line-height: 250px;
  }

  .change-font-2.change-color-white.change-spacing {
    letter-spacing: -6px;
  }

  .home-two-text-wrapper {
    padding-top: 40px;
  }

  .home-three-project-left {
    padding-top: 80px;
  }

  .home-two-news-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-two-work-bottom-text-paragraph.overflow-hidden {
    max-width: 641px;
  }
}

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

  h2 {
    font-size: 100px;
    line-height: 100px;
  }

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

  h4 {
    font-size: 60px;
    line-height: 60px;
  }

  h5 {
    font-size: 40px;
  }

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

  .auto-fit.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.responsive-image-full-width.image-effect-height {
    height: 100%;
  }

  .auto-fit.image-big-size {
    height: 500px;
  }

  .auto-fit.three, .auto-fit.one, .auto-fit.four, .auto-fit.five {
    opacity: 0;
  }

  .header-menu-item.sub-menu.change-line-height, .header-menu-item.sub-menu.change-line-height.w--current, .header-menu-item.sub-menu.change-line-height, .header-menu-item.sub-menu.change-line-height.w--current {
    color: #070616;
  }

  .nav-one-menu {
    display: none;
  }

  .dropdown-toggle {
    padding: 20px 15px;
  }

  .dropdown-toggle.change-left-padding {
    padding-left: 15px;
  }

  .dropdown-toggle.change-left-padding.change-padding-arround {
    padding-bottom: 0;
  }

  .dropdown-toggle.change-padding-arround {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle.change-padding-arround.responsive-padding-bottom {
    padding-bottom: 20px;
  }

  .menu-font {
    color: #132035;
  }

  .menu-font.social-media-hover {
    color: #fff;
  }

  .menu-font.change-submenu.box-shadow.border-radius-ten.change-color, .menu-font.change-submenu.box-shadow.border-radius-ten.change-color.change-secondary-color {
    background-color: var(--white);
    background-color: #fff;
  }

  .menu-font.change-submenu.box-shadow.border-radius-ten.change-color {
    background-color: #fff;
  }

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

  .footer-one-right-item-link.chnage-display {
    border-bottom: 1px solid var(--white);
  }

  .home-one-project-top-wrapper {
    display: none;
  }

  .black-nav-arrow {
    display: block;
  }

  .button-font {
    font-size: 13px;
  }

  .button-font.chnage-color-grey.responsive-color-change, .button-font.chnage-color-dark-grey.scroll-effect.responsive-color-white {
    color: #fff;
  }

  .responsive-burger-menu-navbar {
    background-color: #fff;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive-burger-menu-navbar.border-radius-ten.change-style {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 140% 0% auto;
  }

  .logo-font.change-color {
    color: #fff;
  }

  .logo-font.change-color:where(.w-variant-3079017a-dfbf-6ff7-2de5-52d9b2846a09) {
    color: var(--background-color);
  }

  .nav-arrow {
    display: none;
  }

  .button-background {
    width: 100%;
  }

  .button-main {
    padding-left: 6px;
    padding-right: 10px;
  }

  .button-main.change-button-padding {
    padding-left: 10px;
  }

  .button-arrow-wrapper {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-about-green-line {
    width: 100%;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .button-arrow {
    filter: invert();
  }

  .home-one-agency-design {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-agency-main-image {
    height: 100%;
  }

  .heading-five {
    font-size: 40px;
  }

  .heading-five.chnage-color-grey.responsive-color-change {
    color: #0e0d26;
  }

  .home-one-agency-design-tab {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .home-one-agency-design-tab.change-position {
    padding-top: 40px;
  }

  .home-one-agency-wrapper {
    flex-flow: column;
  }

  .home-one-agency-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-agency-design-text {
    padding-bottom: 0;
  }

  .home-one-agency-item-details {
    padding-bottom: 20px;
  }

  .home-one-agency {
    padding-bottom: 70px;
  }

  .medium-container.gutter-space {
    padding-left: 15px;
    padding-right: 15px;
  }

  .medium-container.chnage-position-sticky {
    position: static;
  }

  .change-font {
    letter-spacing: 0;
  }

  .change-padding.text-align-center.change-heading-color.responsive-color-white {
    color: #fff;
  }

  .heading-two {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-two.change-font-style {
    font-size: 100px;
  }

  .heading-one {
    font-size: 140px;
    line-height: 120px;
  }

  .heading-four {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .home-one-card {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-card-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .home-one-card-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 40px 20px;
  }

  .home-one-card-main.website-design.one, .home-one-card-main.website-design.three, .home-one-card-main.website-design.two {
    height: auto;
    position: relative;
  }

  .home-one-service-button-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .home-one-tool {
    height: auto;
  }

  .home-one-tool-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-one-tool-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .home-one-tool-main {
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .home-one-project-main-wrapper {
    height: auto;
    padding-top: 20px;
  }

  .home-one-project {
    padding-top: 20px;
  }

  .home-one-project-main-image, .home-one-project-image-wrapper {
    height: auto;
  }

  .home-one-project-main-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    display: flex;
    transform: none;
  }

  .home-one-service-scroll-down.chnage-position {
    display: none;
  }

  .home-one-project-bottom-text {
    padding-bottom: 20px;
  }

  .home-one-project-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    left: 0%;
  }

  .home-one-project-button {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .heading-three {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-three.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .home-one-testimonial-item, .home-one-testimonial-small-wrapper {
    max-width: 100%;
  }

  .home-one-testimonial-main-image {
    transform: scale(.6);
  }

  .home-one-testimonial-main-wrapper {
    flex-flow: column;
  }

  .home-one-testimonial-merquee {
    top: 30%;
  }

  .home-one-testimonial-big-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-one-right-item-main.change-gap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .footer-one-right-heading {
    padding-bottom: 30px;
  }

  .footer-one-right-item {
    flex: 1;
  }

  .footer-one-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-one-right.change-sizing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .counter-box.big-counter {
    height: 60px;
  }

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

  .nav-two-menu-main {
    display: none;
  }

  .home-two-hero-big-container {
    border-radius: 0;
    padding-top: 100px;
  }

  .home-two-hero {
    height: 950px;
    padding-top: 0;
  }

  .nav-two {
    padding-top: 0;
  }

  .home-two-about-image-wrapper {
    height: auto;
    position: static;
  }

  .home-two-about-text-white-wrapper {
    width: 100%;
    height: 100%;
  }

  .home-two-about {
    height: auto;
    padding-top: 70px;
  }

  .home-two-about-paragraph-text-wrapper {
    width: 100%;
    height: 100%;
  }

  .home-two-about-text {
    padding-top: 60px;
    position: absolute;
    inset: 0%;
  }

  .home-two-about-image-main-wrapper {
    width: 100%;
    height: 600px;
  }

  .home-two-service-item-image {
    height: 100%;
  }

  .home-two-service-item, .home-two-service-item.chnage-color-black {
    width: 100%;
  }

  .home-two-service {
    background-color: #070616;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-service-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    position: static;
  }

  .home-two-service-item-wrapper {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .home-two-service-wrapper {
    height: auto;
  }

  .home-two-service-top {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .change-color-grey.responsive-color-change {
    color: #0e0d26;
  }

  .change-color-grey.responsive-align-center {
    text-align: center;
  }

  .home-two-team-heading {
    width: 100%;
    max-width: none;
  }

  .home-two-team {
    height: auto;
    padding-bottom: 70px;
  }

  .home-two-team-main {
    height: auto;
  }

  .home-two-team-wrapper {
    flex-flow: column;
  }

  .home-two-team-member-image {
    margin-left: 0;
  }

  .home-two-team-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex-basis: auto;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .home-two-count-right-main {
    max-width: 100%;
  }

  .home-two-count-arrow-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .home-two-count-bottom {
    height: 250px;
  }

  .home-two-count-right-text {
    max-width: 100%;
  }

  .home-two-count-wrapper {
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .home-two-count {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .home-two-count-item {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .home-two-count-right {
    flex-flow: column;
  }

  .home-two-grow-email {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-width: 0;
    justify-content: flex-start;
  }

  .home-two-grow-image {
    display: none;
  }

  .home-two-grow-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-two-two-grow-top-right {
    max-width: 100%;
  }

  .home-two-grow {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-grow-top {
    flex-flow: column;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-two-grow-text {
    max-width: 100%;
  }

  .home-two-grow-top-left {
    width: 100%;
  }

  .footer-two-wrapper {
    flex-flow: column;
    padding-bottom: 70px;
  }

  .footer-two-hover-main {
    height: 0;
    display: none;
  }

  .footer-two-bottom-right-text {
    max-width: 100%;
  }

  .footer-two-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-two-bottom-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .footer-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-two-left {
    width: 100%;
  }

  .home-two-team-right-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .home-two-team-right {
    flex-flow: column;
  }

  .home-two-team-right-image {
    width: 100%;
  }

  .home-two-team-member-name {
    background-color: var(--heading-color);
    width: auto;
  }

  .home-two-team-member-name.one {
    width: auto;
  }

  .home-three-hero {
    height: 80vh;
  }

  .home-three-service-bottom-head {
    padding-bottom: 40px;
  }

  .button-main-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-three-middle {
    justify-content: space-between;
  }

  .footer-three-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr .8fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-three-left-heading {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .navbar-one-new.chnage-position-stiky {
    padding-left: 0;
    padding-right: 30px;
  }

  .small-heading-text-new.responsive-coloe-white {
    color: #fff;
  }

  .small-heading-text-new.responsive-coloe-white.responsive-align-center {
    text-align: center;
  }

  .about-one-work-item-heading, .about-one-work-item-paragraph {
    max-width: 100%;
  }

  .about-one-work-main {
    flex-flow: column;
  }

  .about-one-work {
    padding-bottom: 70px;
  }

  .about-one-work-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-one-project-two-heading.change-style {
    max-width: 100%;
  }

  .about-one-project-number.change-padding-top {
    padding-top: 0;
  }

  .about-one-project-wrapper {
    flex-flow: column;
    display: flex;
  }

  .about-one-agency-tag {
    display: none;
  }

  .about-one-agency-bottom-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-one-agency-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-one-agency-wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .about-one-contact-heading {
    max-width: 100%;
  }

  .about-one-contact-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-contact-main {
    flex-flow: column;
  }

  .about-one-contact-left {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nav-one-menu-main, .about-three-round-icon {
    display: none;
  }

  .about-three-hero-style {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-three-hero {
    padding-top: 140px;
  }

  .about-three-merqee-main-item {
    height: 300px;
  }

  .home-three-service-item-image {
    width: 100%;
    height: 500px;
  }

  .home-three-service-item-small-heading {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .home-three-service-item-close, .home-three-service-item-close.one {
    width: 100%;
  }

  .home-three-service-item-small-details {
    max-width: 100%;
  }

  .home-three-service-item-main-heading {
    width: auto;
    transform: none;
  }

  .home-three-service-item-details {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-service-main {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-service-item-overlay, .home-three-service-item-overlay.one {
    width: 100%;
  }

  .home-three-service-wrapper.responsive-display-off {
    display: none;
  }

  .home-three-service-wrapper.change-diaplay {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-service-wrapper.change-diaplay.desktop-off {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-three-service-item-heading {
    border-right-width: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .home-three-service-item {
    border-right-width: 0;
    flex-flow: column;
    width: auto;
    padding: 40px 15px;
  }

  .home-three-service-item.one {
    border-right-width: 0;
    width: auto;
  }

  .home-three-service-item.five {
    width: 100%;
  }

  .home-three-service-item.two {
    border-right-width: 0;
  }

  .home-three-service-item-top-details {
    border-top: 1px solid #c2c2c2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-one-hero-scroll {
    display: none;
  }

  .service-one-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .service-one-hero-banner-image {
    width: 100%;
    height: auto;
  }

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

  .service-one-service {
    padding-bottom: 70px;
  }

  .service-one-service-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-one-service-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-one-process-heading {
    max-width: 100%;
  }

  .service-one-process-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-one-process-left {
    position: relative;
    top: 0;
  }

  .service-one-process-item-main-tag {
    background-color: #efefef;
  }

  .service-one-process-item-wrapper {
    position: static;
    top: 0;
  }

  .service-one-process-paragraph {
    max-width: 100%;
  }

  .service-one-process-image {
    display: none;
  }

  .service-one-process-right {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .service-one-process-main {
    flex-flow: column;
  }

  .service-one-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-image-button {
    padding-left: 0;
  }

  .service-one-image-top, .service-one-image-bottom-left {
    display: none;
  }

  .service-one-image-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-image-wrapper {
    height: auto;
  }

  .service-one-image-heading {
    max-width: 100%;
  }

  .service-one-image-top-right, .service-one-image-bottom-right {
    display: none;
  }

  .service-two-hero-text-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cart-image {
    filter: none;
  }

  .cart-image.responsive-filter {
    filter: invert();
  }

  .cart-image.responsive-filter.change-filter {
    filter: none;
  }

  .service-two-hero-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/service2Banner-img.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .service-two-hero-text {
    padding-bottom: 40px;
  }

  .service-two-hero-text-button {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .service-two-hero-text-bottom-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-two-hero-main {
    height: auto;
    padding-bottom: 70px;
  }

  .service-two-hero-text-top {
    max-width: 100%;
  }

  .navbar-one-main.chnage-position-styky {
    padding-left: 0;
    padding-right: 30px;
  }

  .service-two-hero-text-left {
    flex: 1;
    width: 100%;
  }

  .service-two-hero {
    height: auto;
  }

  .service-two-hero-text-wrapper {
    width: 1000%;
    max-width: 100%;
  }

  .service-two-text-animation {
    display: none;
  }

  .service-two-hero-text-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
  }

  .service-two-hero-text-social-media {
    justify-content: center;
    align-items: center;
  }

  .social-media-icon {
    filter: invert();
  }

  .service-two-service-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-two-service-item-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-three-service-heading {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .service-two-service-item-bottom-left {
    flex: 1;
    max-width: 100%;
  }

  .service-three-service-heading-right {
    max-width: 100%;
  }

  .service-three-service {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .service-two-service-item-image {
    width: 100%;
    height: 100%;
  }

  .service-three-service-top-heading {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .service-three-service-paragraph {
    max-width: 100%;
  }

  .service-three-service-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-two-service-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-right: 0;
    position: static;
  }

  .service-two-service-item.change-style {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .service-two-service-item-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-two-contact-main {
    padding-bottom: 20px;
  }

  .service-two-contact {
    padding-top: 70px;
  }

  .background-video {
    height: 500px;
  }

  .service-two-vedio-overlay {
    display: none;
  }

  .service-three-portfolio-left-main {
    flex: 1;
  }

  .service-three-portfolio-main-wrapper {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .service-three-portfolio-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-portfolio-item {
    flex: 0 auto;
  }

  .service-three-portfolio-item.responsive-display-off {
    display: none;
  }

  .service-three-portfolio-heading-main {
    flex-basis: 100%;
  }

  .service-three-portfolio-heading {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .service-three-portfolio-left.right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    display: grid;
  }

  .service-three-portfolio-left.right.responsive-display-off {
    display: none;
  }

  .service-three-portfolio-left.left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    width: 100%;
    padding-bottom: 0;
  }

  .service-three-portfolio-left.left.responsive-display-off {
    display: none;
  }

  .service-three-portfolio-right-main {
    flex-flow: row;
  }

  .team-details-banner {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .team-details-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-details-social-icons {
    display: none;
  }

  .border-radius-ten.team-member-details-image {
    height: auto;
  }

  .team-member-quote {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  .team-details-text {
    margin-top: -50px;
    font-size: 10rem;
    line-height: 13.125rem;
  }

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

  .quote-wrapper {
    padding-left: 60px;
  }

  .team-member-details-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .blog-one-post-paragraph {
    max-width: 100%;
  }

  .blog-one-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-one-post-date {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .blog-one-post-item-heading {
    max-width: 100%;
  }

  .blog-one-post-wrapper {
    padding-top: 20px;
  }

  .blog-one-post-image-overlay {
    display: none;
  }

  .blog-one-post-month {
    padding-bottom: 5px;
  }

  .blog-one-post-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-two-post-item-heading {
    max-width: 100%;
  }

  .blog-three-hero-wrapper {
    padding-top: 0;
  }

  .blog-three-hero-stone {
    display: none;
  }

  .blog-three-hero-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog-three-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .blog-details-hero {
    padding-top: 140px;
  }

  .blog-details-hero-heading {
    padding-bottom: 40px;
  }

  .blog-details-poet-wrapper {
    flex-flow: column;
  }

  .blog-details-details-main {
    padding-bottom: 20px;
  }

  .blog-details-button-paragraph {
    max-width: 100%;
  }

  .blog-details-details {
    padding-bottom: 60px;
  }

  .blog-details-button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-details-wrapper {
    padding-top: 0;
  }

  .blog-details-image-details {
    padding-bottom: 40px;
  }

  .blog-details-blog {
    padding-bottom: 70px;
  }

  .blog-details-blog-main {
    grid-template-columns: 1fr 1fr;
  }

  .blog-details-blog-heading {
    padding-bottom: 40px;
  }

  .portfolio-details-text {
    max-width: 100%;
  }

  .portfolio-details-hero {
    flex-flow: column;
  }

  .portfolio-details-text-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 15px;
    position: static;
  }

  .portfolio-details-image-one {
    height: auto;
    position: static;
  }

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

  .shop-page-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .shop-page-shop-heading {
    padding-bottom: 20px;
  }

  .shop-page-shop {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .shop-details-hero-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .shop-details-hero {
    padding-bottom: 70px;
  }

  .product-details-more-information-wrapper {
    max-width: 100%;
  }

  .shop-details-hero-heading {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .shop-details-product {
    padding-bottom: 70px;
  }

  .shop-details-product-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .block-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .order-confirmation-hero {
    padding-top: 120px;
  }

  .order-confirmation-hero-heading {
    padding-bottom: 10px;
  }

  .checkout-hero {
    padding-bottom: 40px;
  }

  .contact-one-form-item {
    width: 100%;
    padding-bottom: 15px;
  }

  .contact-one-form-item.change-padding-bottom {
    padding-bottom: 8px;
  }

  .contact-one-hero {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .contact-one-right-main {
    width: auto;
  }

  .contact-one-hero-left {
    flex: 0 auto;
    padding-top: 0;
    overflow: hidden;
  }

  .contact-one-hero-right {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .contact-one-form {
    max-width: 100%;
  }

  .contact-one-hero-main {
    flex-flow: column;
    height: auto;
    display: block;
  }

  .responsive-color-white {
    color: #fff;
  }

  .menu-button-main {
    padding: 18px 15px;
  }

  .menu-button-main.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-main.rt-button-main {
    padding-right: 0;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.top-line:where(.w-variant-3079017a-dfbf-6ff7-2de5-52d9b2846a09), .menu-button-line.middile-line:where(.w-variant-3079017a-dfbf-6ff7-2de5-52d9b2846a09) {
    background-color: var(--background-color);
  }

  .menu-button-line.bottom-line:where(.w-variant-3079017a-dfbf-6ff7-2de5-52d9b2846a09) {
    background-color: var(--background-color);
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .change-font-size {
    font-size: 90px;
    line-height: 80px;
  }

  .home-one-project-main {
    display: none;
  }

  .block-header-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-fixed-top {
    display: none;
  }

  .rt-nav-v2 {
    background-color: #0000;
    display: block;
  }

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

  .rt-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    display: flex;
  }

  .button-main-4 {
    padding-left: 6px;
    padding-right: 10px;
  }

  .social-media-main-icon-wrapper {
    display: none;
  }

  .home-one-hero-merquee {
    padding-bottom: 180px;
  }

  .home-one-hero-main-backgound-image {
    height: 100%;
  }

  .merquee-text {
    font-size: 200px;
    line-height: 180px;
  }

  .home-one-hero {
    height: 80vh;
  }

  .home-two-defence {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-five-2 {
    font-size: 40px;
  }

  .button-font-3 {
    font-size: 13px;
  }

  .button-font-3.chnage-color-grey.responsive-color-change {
    color: #fff;
  }

  .home-two-hero-flower {
    opacity: .8;
  }

  .home-two-big-text {
    font-size: 150px;
  }

  .change-font-2 {
    letter-spacing: 0;
  }

  .home-three-project {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-project-middle {
    flex: 0 auto;
    height: auto;
  }

  .home-three-project-one.one {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-three-project-one.two {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .home-three-project-one.three {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-arrow {
    display: none;
  }

  .home-three-project-heading {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .home-three-project-item-image {
    width: 100%;
  }

  .home-three-project-percentage {
    padding-top: 40px;
  }

  .home-three-project-arrow-wrapper {
    display: none;
  }

  .home-three-project-main {
    flex-flow: column;
  }

  .home-three-project-left {
    padding-top: 30px;
    padding-bottom: 40px;
    position: static;
  }

  .heading-five-3 {
    font-size: 40px;
  }

  .home-two-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-news-wrapper {
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .home-two-news-left-button {
    margin-bottom: 0;
    margin-left: 0;
  }

  .home-two-news-left-heading {
    max-width: 100%;
  }

  .home-two-news-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-two-news-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .home-two-news-right {
    display: none;
  }

  .home-two-news-inner-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .button-font-4 {
    font-size: 13px;
  }

  .home-three-vedio-email {
    display: none;
  }

  .about-two-work-graph {
    max-width: 100%;
  }

  .about-two-work-wrapper {
    flex-flow: column;
  }

  .about-two-work-text-top {
    padding-bottom: 70px;
  }

  .about-two-work-image {
    width: 100%;
    position: static;
  }

  .about-two-work-bottom-text-heading {
    padding-bottom: 20px;
  }

  .button-font-5 {
    font-size: 13px;
  }

  .about-two-work-image-main {
    width: 100%;
    height: auto;
  }

  .about-two-work-heading {
    max-width: 100%;
  }

  .about-two-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nav-bar-three-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .nav-bar-three {
    padding-right: 0;
  }

  .nav-bar-three-hambarger {
    justify-content: flex-end;
    align-items: center;
    display: none;
    position: static;
  }

  .nav-three {
    justify-content: space-between;
  }

  .nav-three-click, .nav-bar-three-link {
    display: none;
  }

  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 100px;
    line-height: 100px;
  }

  h2 {
    font-size: 80px;
    line-height: 80px;
  }

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

  h4 {
    font-size: 40px;
    line-height: 50px;
  }

  h5 {
    font-size: 30px;
    line-height: 44px;
  }

  h6, .heading-six {
    font-size: 20px;
    line-height: 30px;
  }

  .auto-fit.landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.image-big-size {
    height: 350px;
  }

  .heading-five {
    font-size: 30px;
    line-height: 44px;
  }

  .heading-five.change-heading-color.chnage-font-size {
    font-size: 30px;
    line-height: 35px;
  }

  .home-one-agency-design-tab.change-position {
    display: none;
  }

  .medium-container.full-height {
    height: 80%;
  }

  .heading-two {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-one {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-one.no-wrap.chnage-font-size {
    font-size: 80px;
    line-height: 70px;
  }

  .heading-four {
    font-size: 40px;
    line-height: 50px;
  }

  .home-one-card-image-main-text {
    display: none;
  }

  .heading-three {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-three.chnage-color-light-grey.landskape-color-chage {
    color: #070616;
  }

  .footer-one-right-item {
    flex: 0 auto;
    width: 50%;
  }

  .footer-one-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .counter-box.big-counter {
    height: 35px;
  }

  .home-two-counter-box-new {
    justify-content: center;
    align-items: flex-start;
  }

  .home-two-hero {
    height: 600px;
  }

  .home-two-about-text {
    padding-top: 60px;
  }

  .home-two-service-main {
    grid-template-columns: 1fr;
  }

  .home-two-service-item-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home-two-count-bottom {
    height: 150px;
  }

  .home-two-count-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-two-count {
    padding-bottom: 0;
  }

  .home-two-count-item.chnage-border {
    border-right-width: 0;
  }

  .home-one-project-merquee-new {
    margin-top: -60px;
  }

  .home-two-team-right-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-three-banner-image {
    display: none;
  }

  .home-three-banner-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-service-bottom-head {
    padding-bottom: 0;
  }

  .home-three-service-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .image, .home-three-service-head-image {
    display: none;
  }

  .footer-three-bottom-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .footer-three-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: .8fr .8fr;
  }

  .about-one-work-heading {
    padding-bottom: 20px;
  }

  .right-award-arrow {
    display: none;
  }

  .about-one-agency-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-one-agency-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .left-award-arrow {
    display: none;
  }

  .about-three-merqee-main-item {
    height: 250px;
  }

  .service-one-hero-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-one-hero-banner-image {
    height: 500px;
  }

  .service-one-process-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-process-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-process-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-business {
    padding-left: 0;
    padding-right: 0;
  }

  .service-two-service-item-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-three-portfolio-left.right {
    grid-template-columns: 1fr;
  }

  .service-three-portfolio-left.left {
    flex-flow: column;
  }

  .team-details-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .team-details-hero-heading.margin-bottom-thirty {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .team-details-image-wrapper {
    margin-left: 0;
  }

  .border-radius-ten.team-member-details-image.landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .team-member-quote {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }

  .about-team-member {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-details-text {
    font-size: 6.25rem;
    line-height: 6.875rem;
    display: none;
  }

  .team-member {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .tag-style-five-details.heading-six {
    padding-bottom: 20px;
  }

  .quote-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-left: 0;
  }

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

  .blog-three-hero-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .blog-three-hero-item-details {
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-three-hero-main-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-three-hero {
    padding-top: 120px;
  }

  .blog-details-poet-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-blog-main {
    grid-template-columns: 1fr;
  }

  .shop-page-shop-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .small-images-menu {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .shop-details-product-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-one-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-image {
    display: none;
  }

  .contact-one-hero-left {
    height: auto;
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .contact-one-hero-right {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-one-form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav-link-main {
    padding-bottom: 10px;
  }

  .social-media-main-icon-wrapper {
    display: none;
  }

  .home-one-hero-contact {
    bottom: 70px;
  }

  .merquee-text {
    font-size: 180px;
    line-height: 150px;
  }

  .home-one-hero {
    height: 70vh;
  }

  .home-one-hero-contact-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .heading-five-2 {
    font-size: 30px;
    line-height: 44px;
  }

  .heading-five-2.chnage-color-grey.landskape-text-white {
    color: #fff;
  }

  .home-two-hero-flower {
    opacity: .5;
  }

  .home-two-big-text {
    font-size: 100px;
  }

  .home-two-hero-inner-wrapper {
    height: 80%;
  }

  .home-two-hero-text-arrow-wrapper {
    width: 50px;
    height: 50px;
  }

  .heading-five-3 {
    font-size: 30px;
    line-height: 44px;
  }

  .home-three-vedio-wrapper {
    padding-top: 60px;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  h1 {
    font-size: 80px;
    line-height: 80px;
  }

  h2 {
    font-size: 60px;
    line-height: 70px;
  }

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

  h4 {
    font-size: 35px;
    line-height: 40px;
  }

  h5 {
    font-size: 25px;
    line-height: 35px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .auto-fit.image-full-width {
    flex: 1;
  }

  .button-font.chnage-color-dark-grey.mobile-align-center {
    text-align: center;
  }

  .button-main {
    padding-left: 5px;
  }

  .home-one-agency-pertition {
    display: none;
  }

  .heading-five {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-five.text-align-center.mobile-color-white {
    color: #fff;
  }

  .home-one-agency-counter-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-agency-design-tab {
    flex-flow: column;
  }

  .home-one-agency-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .change-padding.text-align-center.change-heading-color.responsive-color-white.mobile-font-size {
    font-size: 60px;
    line-height: 55px;
  }

  .heading-two {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-two.change-font-style {
    font-size: 80px;
  }

  .heading-one {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-one.no-wrap.chnage-font-size {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-four {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-three {
    font-size: 50px;
    line-height: 50px;
  }

  .footer-one-right-item {
    flex: 0 auto;
    width: 100%;
  }

  .footer-one-right.change-sizing {
    flex-flow: column;
  }

  .counter-box.big-counter {
    height: 40px;
    padding-right: 2px;
  }

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .home-two-hero {
    height: 460px;
  }

  .home-two-about-paragraph-text-wrapper {
    display: none;
  }

  .home-two-about-text-paragraph {
    max-width: 300px;
  }

  .home-two-about-text {
    padding-top: 60px;
  }

  .home-two-about-image-main-wrapper {
    height: 400px;
  }

  .home-two-count-top {
    border-bottom: 1px solid #92929280;
  }

  .home-two-count-main {
    grid-template-columns: 1fr;
  }

  .footer-two-wrapper {
    padding-bottom: 50px;
  }

  .footer-two {
    padding-bottom: 40px;
  }

  .footer-three-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: .8fr;
    display: flex;
  }

  .footer-three-left {
    width: 100%;
  }

  .about-one-project-right {
    grid-template-columns: 1fr;
  }

  .about-one-agency-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-agency-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-one-contact-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-three-merqee-main-item {
    height: 200px;
  }

  .about-three-merquee-top {
    top: -8px;
  }

  .about-three-merquee-bottom {
    bottom: -5px;
  }

  .home-three-service-item-image {
    height: auto;
  }

  .home-three-service-item-small-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .service-one-hero-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-one-hero-contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-one-process-item-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-one-process-item {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-two-hero-text-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .team-details-border {
    display: none;
  }

  .team-details-text {
    font-size: 6.25rem;
    line-height: 6.875rem;
  }

  .team-member {
    grid-template-columns: 1fr;
  }

  .quote-wrapper {
    padding-left: 0;
  }

  .blog-one-post-month {
    padding-bottom: 0;
  }

  .blog-three-hero-item-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-hero-tag-wrapper {
    padding-bottom: 20px;
  }

  .blog-details-poet-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .portfolio-details-box {
    padding: 20px;
  }

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

  .small-images-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-details-information {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-details-more-information-wrapper {
    padding: 25px;
  }

  .product-image-big {
    height: auto;
  }

  .order-item {
    flex-flow: column;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .submit-button.button-font.change-button-padding.change-width {
    padding-left: 20px;
  }

  .order-item-2 {
    flex-flow: column;
  }

  .ceckout-page {
    margin-left: 0;
  }

  .contact-one-right-main-heading {
    max-width: 100%;
  }

  .contact-one-main {
    flex-flow: column;
  }

  .contact-one-hero-left, .contact-one-hero-right {
    overflow: hidden;
  }

  .contact-one-form {
    max-width: 100%;
  }

  .contact-one-form-wrapper {
    flex-flow: column;
  }

  .change-font-size {
    font-size: 50px;
    line-height: 55px;
  }

  .play-button {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }

  .button-main-4 {
    padding-left: 5px;
  }

  .merquee-text {
    font-size: 150px;
    line-height: 120px;
  }

  .heading-five-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .home-two-big-text {
    font-size: 65px;
    line-height: 80px;
  }

  .home-two-social-media-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-five-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .play-button-2 {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }
}

#w-node-beceab32-8d88-f550-b392-cfeae6ae0bb5-79d01e6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a9932c8-4d92-a399-0fc4-6ec76e0d23f4-6e0d2382 {
  place-self: center end;
}

#w-node-_4a9932c8-4d92-a399-0fc4-6ec76e0d23f7-6e0d2382 {
  justify-self: end;
}

#w-node-_59a79bfa-1289-f41c-4f1a-859ecd3a5f43-cd3a5ed3 {
  place-self: center end;
}

#w-node-_59a79bfa-1289-f41c-4f1a-859ecd3a5f46-cd3a5ed3 {
  justify-self: end;
}

#w-node-_8118b230-b31f-063d-8578-d0a21bfb345c-a1cb7f0b {
  place-self: center end;
}

#w-node-_8118b230-b31f-063d-8578-d0a21bfb345f-a1cb7f0b {
  justify-self: end;
}

#w-node-b9c0f741-7c85-9de6-cf9e-65001de82e38-bcd1fa5e {
  justify-self: center;
}

#w-node-b9c0f741-7c85-9de6-cf9e-65001de82ea7-bcd1fa5e {
  justify-self: end;
}

#w-node-c30c3455-5874-2edb-0777-8b4e89277a9d-2a4e2113 {
  place-self: center end;
}

@media screen and (min-width: 1920px) {
  #w-node-beceab32-8d88-f550-b392-cfeae6ae0bc0-79d01e6f, #w-node-beceab32-8d88-f550-b392-cfeae6ae0bc6-79d01e6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4a9932c8-4d92-a399-0fc4-6ec76e0d23f4-6e0d2382, #w-node-_59a79bfa-1289-f41c-4f1a-859ecd3a5f43-cd3a5ed3, #w-node-_8118b230-b31f-063d-8578-d0a21bfb345c-a1cb7f0b, #w-node-c30c3455-5874-2edb-0777-8b4e89277a9d-2a4e2113 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-beceab32-8d88-f550-b392-cfeae6ae0bb5-79d01e6f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b9c0f741-7c85-9de6-cf9e-65001de82e38-bcd1fa5e {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-beceab32-8d88-f550-b392-cfeae6ae0bb5-79d01e6f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-beceab32-8d88-f550-b392-cfeae6ae0bb5-79d01e6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actionsans';
  src: url('../fonts/ActionSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actionsans';
  src: url('../fonts/ActionSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actionsans';
  src: url('../fonts/ActionSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actionsans';
  src: url('../fonts/ActionSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}