@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: Ilisarniq;
  src: url('../fonts/Ilisarniq-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ilisarniq;
  src: url('../fonts/Ilisarniq-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ilisarniq;
  src: url('../fonts/Ilisarniq-Regular.ttf') format("truetype");
  font-weight: 400;
  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;
}

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

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingmethodswrapper {
  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-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-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-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-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 {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-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(--black);
  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(--black);
  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(--black);
  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(--body-font-color);
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

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

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

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

li {
  color: var(--black);
}

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

.home-one-hero-merquee-item {
  flex: none;
  padding-right: 50px;
}

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

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

.navbar-one.change-style-nav-two {
  padding-left: 0;
  padding-right: 0;
}

.navbar-one.change-style-nav-two.desktop-display-off {
  display: none;
}

.heading-six {
  color: #fff;
  letter-spacing: -.48px;
  text-transform: uppercase;
  width: auto;
  max-width: 835px;
  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.text-no-wrap {
  white-space: nowrap;
}

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

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

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

.auto-fit.landskape-image-full-width {
  overflow: clip;
}

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

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

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

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

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

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

.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.about-image-effect {
  width: auto;
  height: 120%;
}

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

.auto-fit.banner-image-border-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

.social-media-main-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: -60px 0% auto;
}

.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.change-color.change-primary-color {
  background-color: var(--background-color);
}

.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, .menu-font.change-submenu.box-shadow.border-radius-ten.change-color.change-secondary-color {
  background-color: #1c1c24;
}

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

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

.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-main-wrapper.chnage-dispaly {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav-one-main-wrapper.change-sizing {
  grid-template-columns: .5fr 3.5fr .8fr;
}

.social-media-polygon {
  position: absolute;
  inset: auto auto -7px;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  width: auto;
  max-width: 100vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

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

.big-container.position-relative.change-index {
  z-index: 5;
}

.big-container.change-width {
  max-width: 1720px;
}

.big-container.chnage-wrapper-size {
  max-width: 1797px;
}

.big-container.change-max-width {
  width: 100%;
}

.home-one-hero-merquee {
  z-index: 1;
  width: 100%;
  padding-top: 40%;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
  overflow: hidden;
}

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

.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-background {
  height: auto;
  min-height: 1300px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.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 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #070616;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  object-fit: fill;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

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

.button-font.chnage-font-size {
  font-size: 13px;
}

.button-font.chnage-color-dark-grey {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

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

.button-font.chnage-color-grey-light {
  color: #7e7e7e;
}

.button-font.chnage-rotation {
  white-space: nowrap;
  width: 40px;
  margin-top: 140px;
  transform: rotate(-90deg);
}

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

.button-font.change-color-grey-light {
  color: var(--black);
}

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

.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-hero-contact {
  z-index: 11;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 80px;
}

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

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

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

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

.home-one-project-arrow {
  background-color: #b3de4f;
  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;
}

.home-one-contact-left {
  display: flex;
}

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

.home-one-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  height: 140vh;
  min-height: 1300px;
  position: relative;
  overflow: visible;
}

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

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

.home-one-hero-main-backgound-image-influence {
  background-image: url('../images/authentic-influencer-beauty-connection.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

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

.home-one-hero-contact-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-about-main-effect {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.home-one-about-dimond {
  flex: 1;
  max-width: 180px;
}

.button-background {
  background-color: var(--green);
  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: 20px;
  padding-right: 20px;
  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: var(--green);
  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);
}

.home-one-about {
  background-color: #000;
  background-image: url('../images/quietly-bold-monochrome-woman-face-encrusted-in-leaves.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100vh;
  padding: 160px 15px;
  position: relative;
  overflow: hidden;
}

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

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

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

.small-heading-text.change-color-grey-dark {
  color: #55555b;
}

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

.about-text {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-bottom: 190px;
  font-family: Ilisarniq, Arial, sans-serif;
  font-size: 17vh;
  font-weight: 900;
  line-height: 0;
}

.about-text.change-color-black {
  color: #0e0d26;
}

.home-one-about-overlay-one {
  pointer-events: none;
  background-color: #07061680;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-one-about-overlay-one.three, .home-one-about-overlay-one.two {
  width: 130%;
  height: 130%;
  top: 0;
}

.home-one-about-overlay-one.one {
  width: 130%;
  height: 138%;
  padding-top: 0;
  top: 0;
}

.home-one-about-effect-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-about-effect-line.change-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.home-one-about-text {
  position: relative;
}

.home-one-about-text.change-mergin {
  width: 100%;
  margin-left: 0;
  position: relative;
}

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

.home-one-about-line-wrapper.change-width {
  max-width: 1290px;
}

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

.small-container {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: 1340px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

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

.small-container.change-position.change-index {
  z-index: 5;
}

.small-container.gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.diamond-image {
  width: 80%;
  height: 50%;
}

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

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

.responsive-about-main-effect {
  display: none;
}

.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 {
  letter-spacing: -.64px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
}

.heading-five.change-color-white {
  color: #fff;
  font-size: 41px;
}

.heading-five.change-color-white.text-align-center {
  text-overflow: clip;
  max-width: none;
  font-size: 42px;
}

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

.heading-five.change-color-white.change-size {
  max-width: 395px;
}

.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.change-heading-color.chnage-font-size {
  font-size: 35px;
  line-height: 39px;
}

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

.heading-five.text-break {
  white-space: normal;
}

.heading-five.text-align-center.moble-color-white, .heading-five.contactwhite {
  color: var(--white);
}

.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;
  position: relative;
}

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

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

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

.medium-container.chnage-position-static {
  z-index: 1;
  position: relative;
}

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

.medium-container.service-one-business-position-sticky {
  position: sticky;
  top: 0;
}

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

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

.change-font.change-style {
  background-color: var(--green);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.change-padding {
  color: var(--white);
  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 {
  color: var(--white);
}

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

.change-padding.change-font-size {
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 300;
  line-height: 100%;
}

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

.change-padding.chnage-color-white.padding-bottom {
  padding-bottom: 30px;
}

.home-one-logo-overlay {
  z-index: 2;
  background-color: #07061680;
  position: absolute;
  inset: 0%;
}

.home-one-logo-heading-wrapper {
  max-width: 1355px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-logo-section {
  background-color: #070616;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

.home-one-logo-item {
  background-color: #303030;
  justify-content: center;
  align-items: center;
  max-width: 258px;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-logo-heading-main {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.home-one-logo-top {
  position: relative;
}

.home-one-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-one-logo-wrapper.two {
  margin-top: 16px;
}

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

.semi-big-container.change-width {
  width: 100%;
}

.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 {
  letter-spacing: -10px;
  font-family: Italiana, sans-serif;
}

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

.home-one-logo-heading-left {
  position: relative;
}

.home-one-logo-heading-overlay {
  background-color: #070616cc;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-one-logo-heading-overlay.change-height {
  height: 32%;
}

.home-one-logo-heading-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-logo-top-overlay {
  background-image: linear-gradient(#07061680, #fff0 33%);
  position: absolute;
  inset: 0%;
}

.client-logo {
  z-index: 1;
  position: relative;
}

.home-one-logo-color-overlay {
  background-color: var(--green);
  border-radius: 1000px;
  position: absolute;
  inset: auto auto -25% -25%;
}

.home-one-logo-top-details {
  max-width: 223px;
  position: relative;
  overflow: hidden;
}

.home-one-logo-heading-bottom {
  padding-right: 20px;
  position: relative;
}

.home-one-service-main-image {
  border-radius: 20px;
  width: 100%;
  height: 130%;
  overflow: hidden;
  transform: scale(.5);
}

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

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

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

.home-one-service {
  z-index: 1;
  background-color: #070616;
  height: 300vh;
  position: relative;
}

.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-one.change-heading-heading-color {
  color: #0e0d26;
}

.heading-one.change-heading-heading-color.margin-bottom, .heading-one.margin-bottom {
  margin-bottom: -17px;
}

.heading-one.text-align-center.chnage-color-grey-main {
  color: #5c5c5c;
}

.home-one-service-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-four {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 22px;
  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 {
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

.heading-four.chnage-color-grey {
  color: var(--green);
}

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

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

.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-reson-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-reason {
  background-color: #070616;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-one-reson-main-heading {
  flex: 1;
  position: relative;
}

.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 {
  aspect-ratio: auto;
  background-color: #070616;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

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

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

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

.home-one-tool-item.two {
  width: 25%;
}

.home-one-tool-item-image {
  border-radius: 10px;
  width: 429px;
  height: 229px;
  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: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .5fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start center;
  height: auto;
  display: grid;
}

.home-one-tool-main {
  border-radius: var(--radius);
  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;
}

.text-background-image.change-image {
  background-image: url('../images/Diamond.svg');
}

.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% 26% auto auto;
}

.home-one-effect-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.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.one {
  font-size: 70px;
  line-height: 70px;
}

.heading-three.change-heading-color {
  width: 638px;
  font-size: 99px;
}

.heading-three.chnage-heading-color {
  color: #0e0d26;
  font-family: Montserrat, sans-serif;
}

.heading-three.chnage-color-green {
  color: var(--green);
  font-size: 100px;
}

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

.heading-three.chnage-color-light-grey.landskape-color-chage {
  font-size: 99px;
}

.home-one-effect {
  background-color: #070616;
  height: 150vh;
  position: relative;
}

.home-one-effect-overlay {
  pointer-events: none;
  background-image: linear-gradient(#070616 22%, #070616cc 35%, #07061600 50%, #070616cc 65%, #070616 79%);
  width: 100%;
  height: 100%;
}

.home-one-effect-sticky {
  z-index: 1;
  perspective: 1000px;
  perspective-origin: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.home-one-testimonial {
  background-color: #070616;
  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;
}

.wrapper-two {
  position: static;
  inset: 0%;
}

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

.testimonial-down-arrow {
  position: absolute;
}

.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-background-wrapper {
  border-radius: var(--radius);
  background-color: #fff;
  width: 6%;
  height: 8%;
  display: block;
  position: absolute;
  inset: 0% auto;
}

.home-one-testimonial-main-round {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-one-testimonial-round {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

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

.home-one-testimonial-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  display: flex;
  position: relative;
}

.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-one-ball-wrapper {
  display: none;
  position: absolute;
  bottom: 220px;
}

.footer-big-merquee-wrapper {
  padding-top: 20px;
  display: flex;
}

.footer-big-merquee-item {
  flex: none;
  padding-right: 40px;
}

.change-text-style {
  text-transform: capitalize;
}

.footer-one-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-one-right-phone {
  flex-flow: column;
  display: flex;
}

.footer-one-right-wrapper {
  flex: 0 auto;
}

.footer-one-heading {
  max-width: 580px;
  position: relative;
}

.footer-one-right-bottom {
  padding-top: 60px;
}

.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: var(--white);
  text-align: justify;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 32px;
}

.chnage-color-grey.change-font-style {
  font-family: Generalsans Variable, Arial, sans-serif;
  font-weight: 500;
}

.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 {
  background-color: #070616;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.footer-one-right-button {
  padding-top: 40px;
  display: flex;
}

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

.footer-one-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

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

.footer-one-arrow-top {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  display: flex;
  position: absolute;
  inset: auto auto 35%;
}

.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-service-wrapper {
  position: relative;
}

.home-one-service-overlay {
  background-image: linear-gradient(#0000, #070616 85%);
  height: 200px;
  position: absolute;
  inset: -160px 0% auto;
}

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

.home-one-project-number-line {
  background-color: var(--white);
  height: 1px;
  margin-top: -5px;
}

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

.home-two-text-wrapper {
  padding-bottom: 0;
}

.home-two-hero-text-bottom {
  max-width: 471px;
}

.nav-two-menu-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  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;
}

.nav-two-menu-font {
  color: #7e7e7e;
  text-transform: uppercase;
  font-family: Actionsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.nav-two-menu-font.four {
  font-size: var(--nav-two-font-size-four);
  line-height: var(--nav-two-font-height-four);
}

.nav-two-menu-font.two {
  font-size: var(--nav-two-font-size-two);
  line-height: var(--nav-two-font-height-two);
}

.nav-two-menu-font.five {
  font-size: var(--nav-two-font-size-five);
  line-height: var(--nav-two-font-height-five);
}

.nav-two-menu-font.one {
  font-size: var(--nav-two-font-size-one);
  line-height: var(--nav-two-font-height-one);
}

.nav-two-menu-font.three {
  font-size: var(--nav-two-font-size-three);
  line-height: var(--nav-two-font-height-three);
}

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

.home-two-hero-inner-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.home-two-social-media-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.home-two-hero-flower {
  width: 70%;
  margin-top: 20%;
  margin-left: 25%;
  position: absolute;
}

.home-two-big-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Actionsans, sans-serif;
  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;
}

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

.nav-two-menu-top {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 200px;
  display: flex;
  position: relative;
}

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

.nav-two-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0;
}

.nav-two-menu.two {
  left: -30px;
}

.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: 92%;
  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;
}

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

.home-two-text-top {
  display: flex;
  position: relative;
}

.home-one-about-dimond-main {
  flex: 1;
  max-width: 180px;
}

.home-one-about-dimond-main.change-width {
  z-index: 1;
  max-width: 120px;
  position: relative;
}

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

.home-two-text-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.responsive-text {
  display: none;
}

.home-two-text-right {
  z-index: 2;
  margin-left: -30px;
  position: relative;
}

.home-two-text-left {
  position: relative;
}

.home-two-text-section {
  padding: 100px 15px 160px;
  overflow: hidden;
}

.home-two-text-button {
  padding-top: 80px;
}

.diamond-image-new {
  width: 80%;
  height: 50%;
}

.home-two-text-overlay {
  background-color: #fff9;
  position: absolute;
  inset: 0%;
}

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

.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 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.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: 100vh;
}

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

.home-two-service-item-heading {
  max-width: none;
  max-height: 450px;
  overflow: visible;
}

.home-two-project-details-wrapper {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.change-color-grey {
  color: #c2c2c2;
  text-align: justify;
}

.change-color-grey.landskape-align-center {
  text-align: center;
}

.change-color-grey.alignright {
  text-align: right;
}

.home-two-project-heading {
  flex: 1;
  max-width: 720px;
  position: relative;
}

.home-two-project {
  background-color: #000;
  padding: 0 15px 160px;
}

.home-two-project-main {
  position: sticky;
  top: 100px;
}

.home-two-agency-merquee {
  display: flex;
}

.home-two-project-details-main {
  max-width: 468px;
}

.home-two-agency-merquee-text {
  padding-right: 40px;
}

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

.heading-three-new {
  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-new.no-wrap {
  white-space: nowrap;
}

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

.home-two-project-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-logo-heading-overlay-new {
  background-color: #070616cc;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-one-logo-heading-overlay-new.change-height {
  height: 32%;
}

.home-two-project-item {
  position: relative;
  overflow: hidden;
}

.home-two-project-main-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.home-two-project-item-image {
  border-radius: 20px;
  overflow: hidden;
}

.home-two-project-top-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.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-defence-heading-wrapper {
  max-width: 450px;
}

.home-two-deffence-merquee-item {
  flex: none;
  padding-right: 30px;
  display: flex;
}

.home-two-defence-merquee {
  display: flex;
}

.home-two-deffence-merquee-wrapper {
  padding-right: 30px;
}

.home-two-deffence-heading {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.home-two-defence {
  padding: 150px 15px 75px;
  overflow: hidden;
}

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

.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-paragraph {
  max-width: 336px;
}

.home-two-news-item-tag-paragraph.chnage-width {
  max-width: 537px;
}

.home-two-news-item-image {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.home-two-news {
  z-index: 1;
  background-color: #070616;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-two-news-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.home-two-news-left-heading {
  flex: 1;
  max-width: 600px;
}

.home-two-news-inner-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 100px 15px 160px;
}

.home-two-news-item-tag-heading {
  max-width: 327px;
}

.home-two-news-item-tag-heading.change-width {
  max-width: 537px;
}

.home-two-news-left {
  justify-content: flex-start;
  align-items: flex-end;
  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-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.home-two-news-left-button {
  margin-bottom: 5px;
  margin-left: -160px;
}

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

.nav-bar-three {
  z-index: 11;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.nav-bar-three-hambarger {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.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-link {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-three-about-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.home-three-about-text-overlay {
  background-color: #fff9;
  position: absolute;
  inset: auto 0% 0;
}

.home-three-about-right {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.home-three-about-tag {
  background-color: var(--green);
  border-radius: 30px;
  padding: 10px 20px 8px;
}

.chabge-color-loght {
  color: var(--body-font-color);
  text-align: justify;
}

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

.home-three-about-text {
  max-width: 100vw;
  position: relative;
}

.home-three-about {
  background-color: #fff;
  padding: 160px 15px;
  position: relative;
}

.home-three-about-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

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

.home-three-about-item._5 {
  margin-top: -1px;
}

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

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

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

.home-three-about-bottom-wrapper {
  max-width: 620px;
}

.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-section-email {
  background-color: #0e0d26;
  border-radius: 24px;
  padding: 5px 20px 10px;
}

.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-client-image {
  border-radius: 10px;
  overflow: hidden;
}

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

.home-three-vedio-wrapper {
  padding-top: 100px;
  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-email-main {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-three-vedio-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-project-item-image {
  border-radius: 20px;
  overflow: hidden;
}

.home-three-project-small-line {
  background-color: #b3de4f;
  width: 50%;
  height: 1px;
}

.home-three-project-details {
  max-width: 314px;
  padding-bottom: 40px;
}

.white-arrow {
  margin-top: 8px;
  margin-left: 0;
  margin-right: 80px;
}

.home-three-project-left {
  background-color: #efefef;
  flex: 0 28%;
  padding: 60px 20px 70px;
  position: sticky;
  top: 160px;
}

.home-three-project-heading {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.home-three-project-heading.chnage-border-bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.home-three-project-star {
  position: absolute;
  inset: auto 10% 30% auto;
}

.home-three-project-small-heading {
  padding-bottom: 10px;
}

.home-three-project-middle {
  flex: 0 28%;
  height: 570px;
  overflow: hidden;
}

.home-three-project-percentage {
  flex-flow: column;
  display: flex;
}

.home-three-project-percentage-main {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-three-project-client-details {
  clear: none;
  flex: 1;
  width: 100%;
  max-width: 218px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.home-three-project {
  background-color: #fff;
  height: 350vh;
  padding: 160px 15px;
  position: relative;
}

.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: var(--green);
}

.home-three-project-main {
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.home-three-project-arrow-wrapper {
  background-color: var(--green);
  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-left-top {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.home-three-project-line {
  background-color: #c2c2c2;
  height: 1px;
}

.home-three-project-image {
  flex: 1;
}

.home-three-project-client {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

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

.home-three-work-round-button {
  background-color: #1c1c24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.home-three-work-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

.home-three-work-wrapper {
  position: relative;
}

.home-three-work {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.home-three-work-item {
  border-radius: 20px;
  flex: none;
  padding-right: 30px;
  overflow: hidden;
}

.home-three-work-heading {
  max-width: 800px;
  padding-bottom: 40px;
}

.home-three-work-top {
  justify-content: space-between;
  display: flex;
}

.home-three-work-top-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-work-top-wrapper {
  flex: none;
  display: flex;
}

.home-three-work-button {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.home-three-team-member-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.home-three-team-heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-team-details-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-three-team-button {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.home-two-team-main-section {
  padding-top: 60px;
}

.home-three-team-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-three-team-item.change-padding-top {
  margin-top: 416px;
  margin-left: -50px;
}

.home-three-team-item.change-padding-top.two, .home-three-team-item.change-padding-top.four {
  margin-left: 0;
}

.home-three-team-item.change-padding-top.four, .home-three-team-item.change-padding-top.two {
  margin-top: 300px;
  margin-left: 0;
}

.home-three-team-dot {
  background-color: #fff;
  width: 5px;
  height: 5px;
  margin-bottom: 6px;
}

.home-three-team {
  background-color: #070616;
  background-image: url('../images/BG-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 160px 15px;
  position: relative;
  overflow: hidden;
}

.home-three-team-heading-image {
  background-image: url('../images/Team-Member-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
}

.home-three-team-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-three-team-top.chnage-margin-left {
  margin-top: -60px;
}

.home-three-team-member-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.home-three-team-social-media {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-three-team-name {
  max-width: 266px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-three-awards {
  background-color: #070616;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-three-awards.chnage-boittom-padding {
  padding-bottom: 160px;
}

.home-three-awrads-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 160px 15px;
}

.home-three-awards-item-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-three-awards-overlay {
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  inset: 0% 0% 5px;
  transform: translate(0, 110%);
}

.home-three-awards-item-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-three-awrads-heading {
  max-width: 709px;
}

.body-font {
  color: #c2c2c2;
}

.home-three-awards-heading-top {
  background-color: #b3de4f;
  border-radius: 17px;
  padding: 3px 10px 2px;
}

.home-three-black-main-overlay {
  background-color: #070616;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.home-three-awards-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.home-three-awards-image-main {
  position: relative;
}

.small-font {
  text-transform: uppercase;
  font-family: Actionsans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.home-three-awards-item {
  z-index: 2;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-arawds-lower-line {
  background-color: #b3de4f;
  border-radius: 10px;
  height: 20px;
  position: absolute;
  inset: auto 0% -5px;
}

.home-three-awrads-main {
  flex: 0 70%;
}

.home-three-awards-item-wrapper {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  overflow: hidden;
}

.home-three-testimonial-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-right: -102vw;
  display: flex;
}

.home-three-testimonial-designation {
  width: 20px;
  margin-bottom: 0;
  transform: rotate(-90deg);
}

.home-three-testimonial-item-name {
  border-right: 1px solid #3d3d42;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

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

.home-three-testimonial {
  transform-origin: 50% 100%;
  background-color: #070616;
  height: 300vh;
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
}

.home-three-testimonial-item-right {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.home-three-testimonial-main-content {
  max-width: 397px;
}

.chnage-color-white-new {
  color: var(--white);
}

.home-three-testimonial-main-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 70px 45px;
  display: flex;
}

.home-three-testimonial-main-item.chnage-padding-around {
  padding-left: 20px;
  padding-right: 20px;
}

.home-three-testimonial-content {
  max-width: 307px;
  padding-top: 20px;
}

.home-three-testimonial-name {
  width: 40px;
  margin-bottom: 0;
  transform: rotate(-90deg);
}

.home-three-testimonial-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.home-three-testimonial-heading {
  max-width: 550px;
  position: relative;
}

.home-three-testimonial-main-wrapper {
  position: sticky;
  top: 160px;
  overflow: hidden;
}

.home-three-testimonial-item-two {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #1c1c24;
  border-radius: 20px;
  flex: none;
  padding: 40px 100px 40px 40px;
  display: flex;
}

.home-three-testimonial-top {
  justify-content: space-around;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-three-testimonial-top.change-style {
  justify-content: space-between;
  padding-bottom: 60px;
}

.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;
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 40px;
  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;
}

.about-one-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.social-media-main-icon-wrapper-main {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: -60px 0% auto;
}

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

.about-one-hero-background-image-wrapper {
  position: absolute;
  inset: 0%;
}

.about-one-background-main-image {
  height: 120%;
}

.about-one-hero-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-one-client-wrapper {
  max-width: 207px;
}

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

.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-white {
  color: #fff;
}

.about-one-about-right {
  flex: 1;
  padding-top: 60px;
  padding-bottom: 100px;
}

.about-one-about {
  background-color: var(--white);
  padding: 160px 15px;
  position: relative;
}

.about-one-about-image {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
}

.about-one-about-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.about-one-about-text {
  max-width: 900px;
  position: relative;
}

.about-one-about-left {
  border-right: 1px solid #c2c2c2;
  flex: 0 30%;
  padding-top: 70px;
}

.about-one-about-left.chnage-style {
  background-color: #070616;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 458px;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.about-one-about-left.chnage-style.change-color {
  border-right-width: 0;
  padding-right: 20px;
}

.about-one-about-details {
  max-width: 277px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-one-about-left-button {
  background-color: #b3de4f;
  border-radius: 30px;
  padding: 5px 5px 30px;
}

.about-one-client {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-logo {
  padding: 150px 15px;
  overflow: hidden;
}

.about-one-logo-main {
  flex: none;
  display: flex;
  overflow: hidden;
}

.about-one-logo-left {
  max-width: 334px;
}

.about-one-logo-item {
  border-right: 1px solid #c2c2c2;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.about-one-logo-right {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.about-one-logo-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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.png');
  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-awards {
  padding: 160px 15px;
}

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

.chnage-color {
  color: #5c5c5c;
  text-align: justify;
}

.about-one-faq {
  padding: 160px 15px;
}

.about-one-main-question-change-width {
  max-width: 696px;
}

.dropdown-faq {
  border-bottom: 1px dashed #a5a5a5;
  width: 100%;
}

.dropdown-faq.change-bottom-border {
  border-bottom: 0 solid #27323a26;
}

.about-one-answar {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
}

.pricing-two-question-details.chnage-side-padding {
  max-width: 890px;
  padding-left: 40px;
  padding-right: 40px;
}

.pricing-two-question-details.chnage-side-padding.chnage-padding-around {
  padding-left: 0;
  padding-right: 0;
}

.about-one-main-question {
  border-bottom: 1px solid #7e7e7e;
  flex: 1;
  padding-left: 60px;
}

.about-one-faq-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.pricing-two-toogle {
  border-top: 1px solid #fff3;
  max-width: 600px;
  padding: 0;
  display: block;
}

.pricing-two-toogle.chnage-width {
  max-width: 100%;
}

.pricing-two-toogle.chnage-width.chnage-border-top {
  border-top-width: 0;
}

.pricing-two-question-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.pricing-two-question-top.chnage-side-padding {
  padding-left: 30px;
  padding-right: 10px;
}

.pricing-two-question-top.chnage-side-padding.chnage-left-right-padding {
  padding-left: 0;
  padding-right: 0;
}

.pricing-two-question-top.chnage-side-padding.chnage-left-right-padding.chnage-top-padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.chnage-color-transperent {
  background-color: #ddd0;
  position: static;
  overflow: hidden;
}

.about-one-faq-small-wrapper {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.about-two-hero-image-overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

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

.about-two-hero-image-main {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 28%;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.about-two-hero {
  background-color: #070616;
  height: 300vh;
  position: relative;
}

.about-two-hero-image {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.about-two-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.about-two-hero-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}

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

.about-two-merquee-main {
  padding: 90px 15px;
  position: static;
  inset: auto 0% 0%;
}

.about-two-work-image-main {
  border-radius: 20px;
  height: 817px;
  overflow: hidden;
}

.about-two-work-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.about-two-work-text-top {
  padding-bottom: 150px;
}

.about-two-work-text {
  flex: 1;
}

.about-two-work-bottom-text-heading {
  padding-bottom: 40px;
}

.about-two-work-item-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-two-work-image {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 60px;
}

.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-heading {
  max-width: 700px;
  padding-bottom: 40px;
}

.about-two-work-text-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-two-work-item-bar {
  background-color: #efefef;
  border-radius: 18px;
  height: 15px;
  padding: 5px;
}

.about-two-work-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-addy {
  max-width: 740px;
  padding-bottom: 40px;
}

.blog-addy.overflow-hidden {
  text-align: justify;
  text-align: justify;
  border: 1px #000;
  border-bottom: 1px solid #5c5c5c;
  padding-top: 20px;
  padding-bottom: 0;
}

.about-two-work-graph {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 635px;
  display: flex;
}

.about-two-work-graph.change-style {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  max-width: 514px;
  padding: 40px 60px;
}

.about-two-experience-background-image {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-two-experience {
  padding: 258px 15px;
  position: relative;
  overflow: hidden;
}

.about-one-experience-main {
  perspective: 3000px;
  display: flex;
}

.process-line {
  background-color: #7473864d;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-one-project-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #7473864d;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-one-project-item.remobe-border {
  border-bottom-width: 0;
}

.about-two-process-heading {
  flex: 1;
  max-width: 703px;
}

.service-one-project-item-details {
  max-width: 453px;
  padding-top: 20px;
}

.service-one-project-main, .about-two-process-main {
  flex: 1;
}

.service-one-project-number {
  flex: 0 109px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
}

.about-two-process {
  background-color: var(--black);
  padding: 80px 15px 160px;
}

.about-two-process-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.progess-overlay {
  background-color: var(--green);
  width: 2px;
  height: 92px;
  margin-left: -1px;
  position: absolute;
}

.about-two-awards-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-two-contact-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-two-contact-image {
  height: 120%;
  position: absolute;
  inset: 0%;
}

.about-two-contact {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.about-two-contact-heading {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.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: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.about-three-hero-main-wrapper {
  z-index: 7;
  margin-top: 60px;
  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;
}

.about-three-growth-heading {
  max-width: 900px;
  margin-bottom: 100px;
  position: relative;
}

.about-three-growth-item-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.about-three-growth {
  background-color: #070616;
  padding: 160px 15px;
}

.about-three-growth-overlay {
  background-color: #07061666;
  position: absolute;
  inset: auto 0% 0%;
}

.about-three-growth-item-image {
  width: 40px;
  height: 40px;
}

.about-three-growth-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #3d3d42;
  border-right: 1px solid #3d3d42;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.about-three-growth-item.change-bottom-padding {
  border-bottom-width: 0;
  padding-top: 40px;
}

.about-three-growth-item.chnmage-padding-direction {
  border-right-width: 0;
  padding-left: 40px;
  padding-right: 0;
}

.about-three-growth-item.chnmage-padding-direction.chnage-bottom-padding {
  border-bottom-width: 0;
  padding-top: 40px;
}

.about-three-growth-main {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-three-growth-item-paragraph {
  max-width: 600px;
}

.about-three-team-designation {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-three-team-sticky-wrapper {
  position: sticky;
  top: 100px;
}

.about-three-team-image {
  border-radius: 20px;
  overflow: hidden;
}

.about-three-team-main-wrapper {
  margin-right: -15px;
  display: flex;
  position: sticky;
}

.about-three-team {
  height: 300vh;
  padding: 160px 15px;
}

.about-three-team-main-heading {
  max-width: 500px;
}

.about-there-team-item-main {
  flex: none;
  width: 26%;
  padding-right: 30px;
  transform: none;
}

.about-three-team-heading {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

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

.about-there-logo {
  background-color: #070616;
  padding: 150px 15px;
  overflow: hidden;
}

.about-three-rating-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.about-three-rating-bar {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-three-rating-item-text {
  max-width: 210px;
}

.about-three-rating-item-text.change-width {
  max-width: 150px;
}

.about-three-rating-moving-bar {
  background-color: #b3de4f;
  width: 98%;
  height: 30px;
}

.about-three-rating-moving-bar.project-bar-four {
  background-color: #55555b;
  width: 89.47%;
}

.about-three-rating-moving-bar.project-bar-three {
  background-color: #fff;
  width: 63.5%;
}

.about-three-rating-moving-bar.project-bar-two {
  background-color: #5c5c5c;
  width: 75%;
}

.about-there-rating {
  background-color: #070616;
  padding-left: 15px;
  padding-right: 15px;
}

.about-three-rating-item-bar {
  background-color: #070616;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  max-width: 689px;
  height: 30px;
  overflow: hidden;
}

.about-three-rating-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #1c1c24;
  border-radius: 20px;
  flex-flow: column;
  padding: 125px 40px;
  display: flex;
}

.about-three-portfolio-bottom-right {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  display: flex;
}

.about-three-portfolio-middle-right {
  border-radius: 20px;
  margin-bottom: -70px;
  overflow: hidden;
}

.about-three-portfolio-left {
  border-radius: 20px;
  overflow: hidden;
}

.about-three-portfolio-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-three-portfolio-container {
  max-width: 1574px;
  margin-left: auto;
  margin-right: auto;
}

.about-three-portfolio-button {
  display: flex;
}

.about-three-portfolio-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.about-three-portfolio-bottom-left {
  border-radius: 20px;
  overflow: hidden;
}

.about-three-portfolio-image-wrapper {
  z-index: 1;
  margin-top: -50vh;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-three-portfolio-middle-left, .about-three-portfolio-bottom-image {
  border-radius: 20px;
  overflow: hidden;
}

.about-three-portfolio-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 50vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.about-three-portfolio-middle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 100px;
  display: flex;
}

.about-three-portfolio-right {
  border-radius: 20px;
  overflow: hidden;
}

.about-three-portfolio {
  background-color: #070616;
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}

.about-three-portfolio-heading {
  opacity: .44;
}

.about-one-about-paragraph {
  max-width: 858px;
  padding-top: 30px;
}

.about-two-merquee {
  background-color: var(--background-color);
}

.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;
  margin-left: 40px;
}

.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: var(--green);
  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;
}

.home-three-about-text-overlay-new {
  background-color: #fff9;
  height: 50%;
  position: absolute;
  inset: auto 0% 0;
}

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

.about-one-about-paragraph-main {
  max-width: 858px;
  padding-top: 30px;
}

.service-three-effect {
  padding: 160px 15px;
  overflow: hidden;
}

.service-three-effect-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  height: 500px;
  display: flex;
}

.service-three-effect-item {
  border-radius: 20px;
  overflow: hidden;
}

.service-three-effect-item.one {
  width: 43%;
}

.service-three-effect-item.three, .service-three-effect-item.two {
  width: 30%;
}

.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 #c2c2c2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  display: flex;
}

.service-one-service-heading.overflow-hidden {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
}

.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-service-heading-main {
  max-width: 717px;
}

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

.service-one-business-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  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-left-moving-line {
  background-color: #b3de4f;
  border-radius: 5px;
  width: 98%;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.service-one-left-moving-line.line-four {
  background-color: #55555b;
  width: 89.47%;
}

.service-one-left-moving-line.line-two {
  background-color: #5c5c5c;
  width: 75%;
}

.service-one-left-moving-line.line-three {
  background-color: #fff;
  width: 63%;
}

.service-one-left-moving-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.process-font {
  text-align: justify;
}

.service-one-business-customer-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-one-business-customer-left.change-align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.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-business-wrapper {
  background-color: var(--black);
  border-radius: 20px;
  padding: 100px 20px;
  overflow: hidden;
}

.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-business-customer-rating {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.service-one-business-heading-overlay {
  background-color: var(--black);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-one-business-left-heading-line {
  flex: 0 60%;
  height: 50px;
}

.service-one-business-left-heading-line.change-marging-top {
  margin-top: 10px;
}

.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-business-left-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.service-one-business-left-heading.change-width {
  max-width: 800px;
  margin-right: 90px;
}

.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-right {
  border-radius: 20px;
  overflow: hidden;
}

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

.service-one-left-text-main {
  padding-right: 40px;
}

.service-one-business-heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  position: relative;
}

.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: 100px;
}

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

.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-text {
  background-color: #efefef;
  padding: 160px 15px;
}

.service-two-text-main {
  max-width: 1035px;
  position: relative;
}

.service-two-text-overlay {
  background-color: #efefef80;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.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.overflow-hidden {
  color: #fff;
  max-width: 56%;
}

.service-three-service-heading-right {
  flex: 1;
  max-width: 424px;
  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-planning-line {
  background-color: #3d3d42;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 40px;
}

.service-two-planning-overlay {
  z-index: 1;
  background-image: linear-gradient(#070616, #fff0);
  display: none;
  position: absolute;
  inset: 0% 110% 0% -180%;
}

.service-two-planning-text-paragraph {
  max-width: 643px;
}

.service-two-planning {
  background-color: var(--black);
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-two-planning-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-two-planning-right {
  z-index: 1;
  border-radius: 20px;
  flex: 0 36%;
  position: sticky;
  top: 160px;
}

.service-two-planning-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-two-planning-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 160px;
  display: flex;
}

.service-two-planning-item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-two-planning-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 170px;
  display: flex;
}

.service-two-planning-item-wrapper.one {
  margin-bottom: 20px;
}

.service-two-planning-number-wrapper {
  padding-top: 5px;
}

.service-two-green-line {
  background-color: var(--green);
  width: 1px;
  height: 150px;
}

.service-two-testimonial-item {
  background-color: #070616;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.service-two-about-main-heading {
  max-width: 600px;
}

.service-two-about {
  background-color: #070616;
  padding-left: 15px;
  padding-right: 15px;
}

.service-two-tesimonial-poet-wrapper {
  border-top: 1px solid #5c5c5c;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.service-two-about-heading {
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.service-two-tesimonial-poet {
  border-radius: 5px;
  overflow: hidden;
}

.service-two-testimonial-star {
  padding-bottom: 20px;
}

.service-two-testimonial-item-details {
  max-width: 500px;
  padding-bottom: 40px;
}

.service-two-tesimonial-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-two-about-main {
  background-color: #efefef;
  border-radius: 20px;
  padding: 90px 40px;
}

.service-two-poet-details-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-two-about-testimonial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.responsive-service-hero-image {
  display: none;
}

.service-three-hero {
  background-color: #070616;
  padding-top: 220px;
}

.service-three-hero-banner {
  position: relative;
}

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

.service-there-hero-button {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.service-three-text {
  background-color: #070616;
  padding: 150px 15px 160px;
}

.service-three-text-overlay {
  background-color: #07061680;
  position: absolute;
  inset: auto 0% 0%;
}

.service-three-project-item-paragraph {
  max-width: 284px;
  padding-top: 20px;
}

.service-three-project-item-heading {
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 20px;
  position: relative;
}

.service-project-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid #3d3d42;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.service-project-item.change-border-style {
  border-right-width: 0;
}

.service-project-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.service-three-text-heading {
  max-width: 988px;
  margin-bottom: 140px;
  position: relative;
}

.service-three-project-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

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

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

.service-three-vedio-main {
  z-index: 1;
  border-radius: 20px;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.service-three-vedio-overlay {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-three-background-vedio {
  height: 100%;
}

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

.service-three-work-merquee {
  display: flex;
}

.service-three-work-item-left {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.service-three-work-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.service-three-work-item-button {
  background-color: #070616;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 6px;
  display: flex;
}

.service-three-work-item-details {
  z-index: 1;
  max-width: 496px;
  position: relative;
}

.service-three-work-item-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #3d3d42;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 15px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-three-work-item-main:hover {
  border-bottom-width: 0;
}

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

.service-three-work-main {
  padding-top: 100px;
}

.service-three-work-item-text {
  padding-right: 40px;
}

.service-three-work-item-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 2fr 2fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  display: grid;
}

.service-three-work-main-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.service-three-work-item-wrapper {
  background-color: #b3de4f;
  border-radius: 20px;
  position: absolute;
  inset: auto 0% 0%;
  transform: none;
}

.service-there-testimonial {
  background-color: #070616;
  height: 300vh;
  padding-top: 100px;
  position: relative;
}

.service-three-hero-contact {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 70px;
}

.team-one-hero-line {
  background-color: #fff;
  width: 385px;
  height: 1px;
}

.team-one-hero-main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 160px 15px 60px;
  display: flex;
}

.team-one-hero-inner-wrapper {
  position: relative;
}

.team-one-hero-main {
  height: 100vh;
  position: sticky;
  top: 0;
}

.team-one-hero-small-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.team-one-hero {
  background-color: #070616;
  height: 300vh;
}

.team-one-hero-image {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-one-hero-image-main {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  height: 75%;
  overflow: hidden;
}

.team-one-main-headding {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.team-one-hero-member {
  background-color: #070616;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.team-two-merquee {
  padding-top: 220px;
  padding-bottom: 100px;
  overflow: hidden;
}

.team-two-merquee-main {
  display: flex;
}

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

.team-two-member-item-overlay {
  background-color: #0006;
  flex-flow: column;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-two-member-image {
  height: 100%;
}

.team-two-member-designation-main {
  border: 1px solid #c2c2c2;
  border-radius: 50px;
  padding: 10px 20px;
}

.team-two-member-designation {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-two-merquee-item {
  flex: none;
  padding-right: 40px;
}

.team-two-member-merquee {
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
}

.team-two-member-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-three-banner {
  background-image: url('../images/team-3-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.team-three-banner-button {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.team-three-banner-line {
  background-color: #fff;
  width: 385px;
  height: 1px;
}

.team-three-banner-heading {
  padding-bottom: 20px;
}

.team-three-banner-line-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-three-member-item-image {
  border-radius: 20px;
  overflow: hidden;
}

.team-three-member {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1c1c24;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 160px 15px;
  display: grid;
}

.team-three-member-item-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  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 {
  background-image: url('../images/Blog-1-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 270px 15px;
  position: relative;
}

.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-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.blog-two-post-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.blog-two-post-date.change-style {
  border-bottom: 1px solid #5c5c5c;
  max-width: 390px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.blog-two-post {
  background-color: #efefef;
  padding: 160px 15px;
}

.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.black-item {
  background-color: #070616;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.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;
  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: var(--black);
  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: var(--black);
  padding: 160px 15px 40px;
  position: relative;
}

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

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

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

.blog-box-black {
  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-black-box-text {
  font-size: 17px;
}

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

.blog-details-details {
  background-color: var(--black);
  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: 821px;
}

.blog-details-blog {
  background-color: var(--black);
  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;
}

.portfolio-one-banner-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-one-hero {
  height: 500vh;
}

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

.portfolio-one-banner-line-wrapper {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-link-main {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-move-line {
  background-color: #fff;
  height: 1px;
}

.portfolio-one-banner-line-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-bottom: 100px;
  display: flex;
}

.portfolio-one-banner-image {
  height: 100%;
  position: relative;
}

.portfolio-line {
  background-color: #ffffff4d;
  flex: 1;
  height: 1px;
}

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

.tab-link-tab-3, .tab-link-tab-3.w--current {
  background-color: #070616;
}

.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-white {
  color: #fff;
}

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

.small-heading-text-main.change-style {
  color: #c2c2c2;
  text-transform: capitalize;
  max-width: 397px;
}

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

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

.small-heading-text-main.change-color-green {
  color: #b3de4f;
}

.portfolio-two-paragraph {
  max-width: 750px;
}

.portfolio-two-logo-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.portfolio-two-hero-heading {
  padding-bottom: 20px;
}

.portfolio-two-main-item {
  padding-bottom: 60px;
}

.portfolio-two-main-item-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.portfolio-two-details {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.portfolio-two-text-heading {
  max-width: 416px;
}

.portfolio-two-main {
  padding-bottom: 60px;
}

.portfolio-two-main.change-portfolio-bottom-padding {
  padding-bottom: 0;
}

.tab-link-tab-2, .tab-link-tab-2.w--current {
  background-color: #070616;
}

.portfolio-two-text-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: #070616;
}

.portfolio-two-hero {
  background-color: #070616;
  height: 100vh;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.portfolio-two-line {
  background-color: #3d3d42;
  max-width: 843px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-two-project-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.portfolio-two-text-overlay {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #1c1c24;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 827px;
  padding: 60px;
  display: flex;
}

.portfolio-two-text-top {
  background-color: #b3de4f;
  border-radius: 20px;
  padding: 5px 10px;
}

.portfolio-two-project-image {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.portfolio-two-logo-details {
  border-bottom: 1px solid #fff3;
  max-width: 330px;
  padding-bottom: 20px;
}

.portfolio-two-main-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.portfolio-two-main-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-two-green-line {
  background-color: #b3de4f;
  height: 1px;
}

.tab-link-tab-4 {
  background-color: #ddd0;
}

.tab-link-tab-4.w--current {
  background-color: #070616;
}

.portfolio-two-text-details {
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.portfolio-three-image {
  border-radius: 20px;
  overflow: hidden;
}

.portfolio-three-hero {
  background-color: var(--black);
  padding: 160px 15px;
  position: relative;
}

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

.portfolio-three-image-details {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  padding: 60px 30px 30px;
  display: flex;
}

.portfolio-three-hero-heading {
  padding-bottom: 20px;
}

.portfolio-three-image-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper, .collection-list, .collection-item-portfolio {
  height: 100%;
}

.portfolio-link-main-overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.blog-first-paragraph {
  color: var(--black);
  max-width: 697px;
}

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

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

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

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

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

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

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

.insights-main-image {
  width: 50%;
}

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

.portfolio-two-project-overlay {
  background-color: #07061666;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.portfolio-two-merquee {
  flex: none;
  padding-right: 20px;
}

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

.margin-bottom-twenty.style-panel {
  background-image: url('../images/Landing-Banner-Image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 251px;
  width: 251px;
  height: 347px;
}

.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 {
  max-width: 800px;
  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-email {
  border-bottom: 1px solid #fff;
}

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

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

.select-field {
  color: #fff;
  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;
}

.select-field.change-style {
  background-color: var(--secondary-color);
  letter-spacing: 1.44px;
  border-width: 1px;
  border-color: #55555b;
  border-radius: 80px;
  height: 60px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.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-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/brand_transformation_with_agency_support.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/market_positioning_by_brand_experts.webp');
  background-position: 100%;
  background-repeat: repeat;
  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-input {
  color: #949494;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #fff;
  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: #fff;
  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;
}

.contact-one-hero-design-middle {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1051px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contact-one-design-heading-main {
  max-width: 907px;
  padding-bottom: 40px;
}

.contact-one-hero-design {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

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

.contact-two-contact-main-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.contact-two-form-left {
  max-width: 508px;
}

.contact-two-form-button {
  display: flex;
}

.contact-two-contact-form {
  background-color: #070616;
  border-radius: 20px;
  padding: 160px 15px 150px;
}

.contact-two-hero-heading {
  padding-bottom: 40px;
}

.contact-two-hero {
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-two-form-right-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.contact-two-contact-item {
  border-bottom: 1px solid #c2c2c2;
}

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

.contact-two-form-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 331px;
  display: flex;
}

.contact-two-form-item.change-size {
  max-width: 100%;
}

.contact-two-form-right {
  flex: 0 45%;
}

.contact-two-contact-heading {
  max-width: 782px;
  padding-bottom: 60px;
}

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

.contact-two-contact {
  background-image: url('../images/Contact-Image-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 70px;
  padding: 160px 15px;
}

.location-icon {
  width: 25px;
  margin-top: 3px;
}

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

.contact-two-service-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.contact-three-contact {
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.contact-three-hero-main {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 140px;
  padding-right: 100px;
  display: flex;
}

.contact-three-social-media {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.contact-three-contact-form {
  flex: 1;
  padding-left: 20px;
}

.contact-three-social-media-icon {
  background-color: #1c1c24;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .5s;
  display: flex;
}

.contact-three-social-media-icon:hover {
  border-radius: 50px;
}

.contact-three-contact-left-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-three-hero {
  background-color: #070616;
  padding: 160px 15px 100px;
  position: relative;
}

.contact-three-location {
  max-width: 299px;
  position: relative;
}

.contact-three-hero-heading {
  max-width: 872px;
}

.contact-three-contact-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #3d3d42;
  flex-flow: column;
  flex: 0 40%;
  display: flex;
}

.contact-three-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #3d3d42;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.contact-three-item.change-bottom-margin {
  border-bottom-width: 0;
}

.contact-three-item-image {
  flex: 1;
  max-width: 300px;
}

.contact-three-branch {
  background-color: #070616;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-three-item-left {
  flex: 0 28%;
  padding-top: 40px;
}

.contact-three-item-location-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-three-heading {
  max-width: 665px;
}

.contact-three-branch-wrapper {
  background-color: #1c1c24;
  border-radius: 20px;
  padding: 160px 15px 120px;
}

.contact-three-link {
  border-bottom: 1px solid #b3de4f;
}

.contact-three-item-location {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  max-width: 300px;
  padding-top: 40px;
  display: flex;
}

.pricing-item-text {
  font-size: 22px;
  line-height: 32px;
}

.pricing-plan-item-heading {
  padding-bottom: 20px;
}

.pricing-row-right-column {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex: 0 70%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.pricing-row-right-column.price-right-column {
  justify-items: stretch;
}

.pricing-plan-item {
  background-color: #1c1c24;
  border-radius: 20px;
  flex: 1;
  padding: 50px 20px;
}

.pricing-plan-item.change-color-white {
  background-color: #fff;
}

.pricing-plan-hero-heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.pricing-plan-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.pricing-plan-item-price-wrapper.pricing-two-change-style {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

.pricing-plan-hover-middle {
  background-color: #fff;
  border-radius: 20px;
}

.heading-four-new {
  color: #1d1837;
  letter-spacing: -.16px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.pricing-plan-price {
  position: relative;
}

.pricing-plan-plan-heading {
  max-width: 657px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.pricing-table-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px 18px 20px;
}

.pricing-table-row.border-bottom-new {
  padding-bottom: 0;
}

.pricing-table-row.pricing-table-inner-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-table-row.pricing-table-inner-row.border-top {
  background-color: #ffffff1a;
  border-bottom-width: 0;
  border-radius: 20px;
}

.pricing-table-row.pricing-table-inner-row.price-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}

.pricing-table-row.pricing-table-inner-row.price-row.display-off {
  display: flex;
}

.pricing-plan-main-wrapper {
  position: relative;
}

.pricing-plan-hero {
  background-color: #070616;
  background-image: linear-gradient(#0000 80%, #070616), url('../images/Pricing-One-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 140px;
  position: relative;
}

.pricing-plan-price-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #5c5c5c;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.pricing-plan-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.pricing-two-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-plan-price-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-off {
  opacity: 0;
}

.pricing-plan-main {
  margin-top: -140px;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pricing-plan-hover-left {
  flex: 0 30%;
}

.monthly-text {
  text-align: center;
  font-weight: 500;
}

.monthly-text.yearly {
  color: #fff;
}

.pricing-plan-button-item {
  background-color: #b3de4f;
  border-radius: 42px;
  padding: 5px 20px;
}

.pricing-plan-button-item.monthly {
  border: 1px solid #fff0;
}

.pricing-plan-button-item.yearly {
  background-color: #b3de4f00;
  border: 1px solid #fff6;
}

.heading-four-5 {
  color: #132035;
  letter-spacing: -.24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-four-5.change-color-blue {
  color: #5618ff;
}

.pricing-row-left-column {
  flex: 0 30%;
}

.pricing-row-left-column.chnage-opacity {
  opacity: 0;
}

.pricing-plan-main-item {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.pricing-plan-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-plan-item-wrapper.yearly {
  display: none;
}

.pricing-plan-price-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-plan-hover {
  pointer-events: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pricing-plan {
  background-color: #070616;
}

.pricing-plan-hover-right {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-plan-main {
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-plan-toggle-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  display: flex;
}

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

.nav-three {
  background-color: #ddd0;
}

.nav-three-click {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.chnage-color-grey-dark {
  color: var(--body-font-color);
}

.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-project-text {
  padding-right: 20px;
}

.div-block-3 {
  padding-top: 20px;
}

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

.landing-marquee-section {
  background-color: var(--secondary-color);
  display: none;
}

.landing-top-marquee {
  background-color: #ffd6a5;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.landing-top-marquee.overflow-hidden {
  background-color: var(--green);
}

.landing-marquee-train {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  align-items: center;
  padding-left: 25px;
}

.landing-marquee-text {
  color: #0f1d33;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.4375rem;
}

.border-radius-six {
  border-radius: 6px;
}

.type-panel-two {
  background-image: url('../images/Landing-Banner-Image-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 116px;
  width: 116px;
  height: 535px;
  margin-bottom: 35px;
}

.landing-banner-container {
  max-width: 1064px;
}

.landing-banner-image-wrapper {
  position: relative;
}

.landing-banner-section {
  background-color: #181825;
  background-image: url('../images/For-glow-4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-banner-section.overflow-hidden {
  background-color: var(--secondary-color);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.selector-panel {
  background-image: url('../images/Landing-Banner-Image-3.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 211px;
  width: 211px;
  height: 191px;
}

.banner-left-panel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
  position: absolute;
  inset: -52% auto auto -56%;
}

.page-panel {
  background-image: url('../images/Landing-Banner-Image-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 319px;
  width: 319px;
  height: 495px;
  margin-top: 60px;
}

.landing-banner-main-wrapper {
  grid-row-gap: 50px;
  align-items: center;
}

.about-image-wrapper {
  border-top: 2px solid #fff3;
  border-left: 2px solid #fff3;
  border-right: 2px solid #fff3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.banner-right-panel-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  position: absolute;
  inset: -35% -56% auto auto;
}

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

.landing-banner-content-wrapper {
  padding-top: 160px;
}

.shop-screen {
  background-image: url('../images/Mockup.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 197px;
  width: 197px;
  height: 555px;
}

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

.landing-page-heading-wrapper {
  max-width: 926px;
  padding-bottom: 30px;
}

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

.landing-page-query {
  background-color: var(--secondary-color);
  padding: 160px 15px;
}

.landing-page-query-main {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.landing-page-query-main.padding-bottom {
  padding-bottom: 60px;
}

.landing-page-query-left {
  max-width: 570px;
}

.landing-page-query-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 534px;
  margin-top: 10px;
  display: flex;
}

.landing-page-query-right.change-width {
  max-width: 600px;
}

.landing-page-query-text {
  padding-bottom: 10px;
  display: flex;
}

.landing-page-query-plus {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  display: flex;
}

.landing-page-query-paragraph {
  max-width: 264px;
  padding-bottom: 20px;
}

.homepage-text-wrapper {
  flex: 0 60%;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.overlay-line-wrapper {
  position: absolute;
  inset: 0%;
}

.heading-overlay {
  background-color: #f2f2f2b3;
  height: 3.75rem;
}

.home-page-text-main {
  max-width: 950px;
}

.landing-home-page-section {
  background-color: #efefef;
  padding: 160px 15px;
}

.landing-home-subheading {
  background-color: var(--white);
  border: 1px solid #c2c2c2;
  border-radius: 20px;
  padding: 8px 20px 5px;
}

.landing-home-subheading.change-background-color {
  background-color: #fff0;
}

.small-subheading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-family: Actionsans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.small-subheading.change-color-white {
  color: var(--white);
}

.landing-home-main-subheading {
  padding-bottom: 20px;
  display: flex;
}

.landing-home-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.landing-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landing-main-wrapper.change-display {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 110px;
  display: grid;
}

.landing-page-item {
  width: 100%;
  height: 100%;
}

.landing-page-item-image {
  cursor: none;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.landing-page-item-image.change-style {
  border: 1px solid #363636;
}

.landing-page-item-text {
  padding-top: 30px;
}

.landing-inner-page {
  background-color: var(--secondary-color);
  padding: 100px 15px 160px;
  overflow: hidden;
}

.landing-page-cta {
  padding: 100px 15px;
  position: relative;
}

.landing-pge-cta-wrapper {
  background-color: #1c1c248f;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.landing-page-cta-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.landing-page-cta-paragraph {
  max-width: 450px;
  padding-top: 10px;
}

.change-color-green {
  color: var(--green);
}

.landing-page-cms {
  background-color: var(--secondary-color);
  padding-top: 160px;
  padding-bottom: 160px;
}

.landing-page-cms-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 160px 15px;
}

.landing-page-cms-heading {
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.landing-page-utility {
  background-color: var(--secondary-color);
  padding: 150px 15px 160px;
}

.landing-page-small-container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-utility-heading {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.landing-page-utility-paragraph {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.landing-page-shop {
  background-color: var(--secondary-color);
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-shop-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.hover-style {
  border-radius: 40px;
  position: absolute;
  inset: 34% auto auto 0%;
}

.cart-image-main {
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-image-main.border-radius-six {
  border-radius: 6px;
}

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

.fit-cover.shop-image {
  object-position: 0% 50%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.landing-shop-text-wrapper {
  flex: 1;
}

.landing-shop-image-wrapper {
  flex: 0 55.19%;
}

.shop-features {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--heading-color);
  border-radius: 2px;
  align-items: center;
  padding: 8px 17px;
}

.shop-image-wrapper {
  flex: 0 55.19%;
  padding: 50px 20px 90px;
  position: relative;
}

.landing-shop-features-tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.landing-product-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.landing-product-image.border-radius-six {
  border-radius: 6px;
}

.shop-big-text {
  color: #f1f1f1;
  letter-spacing: -.8rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(93deg, #f1f1f1, #2f2f3666 39%, #1c1c241a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: -77px;
  font-family: Actionsans, sans-serif;
  font-size: 220px;
  font-weight: 400;
  line-height: 225px;
}

.text-black {
  color: #0f1d33;
}

.text-black.text-semibold {
  font-weight: 400;
}

.text-black.text-semibold.text-small {
  color: #c2c2c2;
}

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

.landing-page-shop-paragraph {
  padding-bottom: 40px;
}

.landing-page-footer {
  background-image: url('../images/CTA-BG.webp');
  background-position: 50%;
  background-size: cover;
  padding: 160px 15px;
  position: relative;
}

.landing-page-footer-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.landing-page-footer-text {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.landing-page-footer-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-view-button {
  z-index: 3;
  background-color: var(--green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  transform: none;
}

.view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.license-hero-main {
  padding-left: 15px;
  padding-right: 15px;
}

.main-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.licensing-hero {
  background-color: var(--background-color);
  padding-top: 220px;
  padding-bottom: 120px;
}

.license-page-paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.licencing-boxes.padding-top-twenty {
  padding-top: 40px;
}

.background-video-new {
  aspect-ratio: 2.39;
  width: 100%;
  height: auto;
}

.image-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-link-wrapper.margin-bottom-thirty {
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.video-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.image-link {
  color: #040404;
  flex: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.licence-information-image-block {
  margin-top: 50px;
  margin-bottom: 40px;
}

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.licencing-section {
  padding: 88px 15px 120px;
}

.changelog-section {
  background-color: var(--secondary-color);
  padding-top: 120px;
  padding-bottom: 100px;
}

.margin-top-ten {
  margin-top: 10px;
}

.style-guied-color {
  background-color: #fff;
  padding: 120px 15px;
}

.style-guied-color-wrapper {
  background-color: var(--background-color);
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guied-color-wrapper.change-body-color {
  background-color: var(--body-font-color);
}

.style-guied-color-wrapper.change-body-color.change-color-sky-blue {
  background-color: var(--secondary-color);
}

.style-guied-color-wrapper.change-color-green {
  background-color: var(--green);
}

.style-guied-color-option {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: center;
  margin-top: -50px;
  display: flex;
}

.style-guied-color-image {
  justify-content: center;
  display: flex;
}

.style-guied-color-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.style-guied-color-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-typography-heading-five {
  padding-top: 40px;
}

.div-block-1744 {
  padding-top: 10px;
}

.style-guied-typography-heading-one {
  padding-top: 20px;
}

.style-guied-typography-heading-four {
  padding-top: 40px;
}

.style-guied-typography {
  background-color: var(--secondary-color);
  padding: 160px 15px 120px;
  position: relative;
}

.style-guied-typography-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-typography-heading-three {
  padding-top: 40px;
}

.typography-heading-one-paragraph, .typography-heading-two-paragraph {
  padding-top: 10px;
}

.style-guied-button {
  padding-top: 40px;
  display: flex;
}

.typography-heading-one-paragraph-two {
  padding-top: 10px;
}

.style-guied-typography-heading-six, .style-guied-typography-list-style {
  padding-top: 40px;
}

.div-block-1440, .style-guide-typography-button {
  padding-top: 20px;
}

.style-guied-typography-heading-two {
  padding-top: 30px;
}

.chnage-heading-color {
  color: var(--heading-color);
}

.imagery, .vedio-graphy, .link-block {
  padding-bottom: 20px;
}

.chnage-color-white.text-align-center.chnage-color-grey {
  color: #c2c2c2;
}

.blog-coma {
  padding-right: 10px;
}

.opacity-off {
  opacity: 0;
}

.opacity-off.change-position {
  position: absolute;
  inset: 0%;
}

.landing-footer-bottom {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.landing-page-footer-bottom-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landing-page-bottom-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hover {
  transition: all .2s;
}

.hover:hover {
  color: var(--green);
}

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

.landing-hero-paragraph {
  max-width: 700px;
  padding-bottom: 20px;
}

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

.landing-page-diamond {
  display: none;
}

.landing-page-cta-background, .nav-menu-overlay {
  position: absolute;
  inset: 0%;
}

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

.button-one {
  z-index: 10;
  text-transform: capitalize;
  background-color: #6b37ff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 0 35px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.button-one:hover {
  background-color: #00000d;
}

.section-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.cta-customization-card-one {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.customization-offer-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: stretch;
}

.library-preview {
  width: 100%;
}

.button-border-effect {
  z-index: 1;
  background-image: linear-gradient(90deg, #fe4d581a, #6b37ff 50%, #b264f31a);
  width: 50%;
  height: 900%;
  position: absolute;
}

.cta-customization-card-two {
  width: 100%;
  padding-top: 30px;
}

.customization-offer {
  background-color: var(--background-color);
  padding: 160px 15px;
}

.icon-box {
  background-color: var(--green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
}

.cta-customization-heading-two {
  max-width: 465px;
}

.spacial-card-v3-main {
  background-color: var(--secondary-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 30px;
}

.cta-customization-card-second {
  background-color: var(--secondary-color);
  text-align: center;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px 30px;
}

.cta-customization-heading {
  max-width: 300px;
}

.button-wrapper-one {
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-width: 148px;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-three-2 {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.home-one-hero-main-backgound-image-orm {
  background-image: url('../images/digital-identity-brand-damage.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-influence-ppc {
  background-image: url('../images/ppc-paid-ads-stand-out.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.div-block-1745 {
  padding-top: 20px;
}

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

.home-one-hero-main-backgound-image-influence-cro {
  background-image: url('../images/website-performance-nyc-demand.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-influence-social {
  background-image: url('../images/social-media-marketing-aesthetics-conversation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-three-service-main-copy {
  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-main-social {
  background-image: url('../images/social-media-marketing-adaptability.webp');
  background-position: 50%;
  background-size: cover;
  height: 1139px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-one-hero-main-backgound-image-influence-analytics {
  background-image: url('../images/surreal-data-insights-red-flower-woman.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-influence-seo {
  background-image: url('../images/seo-audience-behavior-branding.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

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

.home-one-hero-main-backgound-image-influence-email {
  background-image: url('../images/ai-predictive-email-marketing.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

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

.home-one-hero-main-backgound-image-influence-content {
  background-image: url('../images/content-marketing-clarity.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

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

.home-one-hero-main-backgound-image-influence-stratgic {
  background-image: url('../images/strategy-illusion-marketing.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-influence-pm {
  background-image: url('../images/project-management-maze.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.spline-section {
  z-index: 50;
  position: relative;
}

.spline-main {
  z-index: 10;
  position: fixed;
  inset: 0%;
}

.nav__css-embed {
  display: none;
}

.nav__link {
  color: #fff;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav__link:hover {
  color: #fff;
}

.nav__link:active, .nav__link:focus {
  color: #fed58e;
}

.nav__link.w--current {
  color: var(--green);
}

.nav__link.w--current:hover {
  color: #fff;
}

.nav__link.w--current:active {
  color: #fed58e;
}

.nav__link.nav__link--dropdown {
  color: #1b1d24;
  white-space: nowrap;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.nav__link.nav__link--dropdown:hover {
  color: #35353b;
}

.loading__spinner {
  border-top: 1px solid #000;
  border-bottom: 0 solid #0000;
  border-left: 0 solid #0000;
  border-right: 1px solid #0000;
  border-radius: 7rem;
  width: 7rem;
  height: 7rem;
  position: absolute;
}

.nav__brand {
  justify-content: center;
  height: 100%;
  max-height: 6rem;
  padding: 1rem .5rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
}

.nav__brand:hover {
  opacity: .75;
}

.nav__brand:active {
  opacity: .55;
}

.nav__brand.w--current {
  max-width: 310px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.nav__toggle-icon {
  height: 100%;
}

.nav__bg {
  background-color: #000;
  height: 5rem;
  position: absolute;
  inset: 0%;
}

.nav__mobile-title {
  display: none;
}

.loading {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.loading__image {
  object-fit: contain;
  width: 3.5rem;
  display: block;
}

.nav__dropdown {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  top: 90%;
  left: 50%;
  box-shadow: 0 8px 20px #363e4f0d, 0 1px 2px #363e4f1c;
}

.nav {
  z-index: 100;
  background-image: linear-gradient(#00000080, #0000);
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav__logo {
  vertical-align: baseline;
  object-fit: contain;
  align-self: baseline;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.loading__css {
  display: none;
}

.nav__link-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
}

.nav__link-wrapper.nav__link-wrapper--left {
  order: 0;
  justify-content: flex-start;
  align-self: baseline;
  margin-left: 0;
}

.nav__link-wrapper.nav__link-wrapper--right {
  justify-content: flex-end;
  width: 100%;
  margin-left: 4.6rem;
  margin-right: 0;
}

.nav__container {
  justify-content: center;
  align-items: center;
  height: 12rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav__js-embed {
  display: none;
}

.nav__link-group {
  cursor: default;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.nav__link-text {
  white-space: nowrap;
}

.home-one-hero-main-backgound-image-exec {
  background-image: url('../images/executive-consulting-leadership-pressure.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.service-one-business-left-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  align-self: flex-start;
  align-items: stretch;
  max-width: 120%;
  margin-left: -220px;
  display: flex;
}

.service-one-business-left-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  max-width: 600px;
  display: flex;
}

.text-block {
  float: right;
  clear: none;
  min-width: 133%;
  position: static;
}

.main {
  grid-row-gap: 4rem;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.big-type {
  font-size: 21vw;
  font-weight: 700;
  line-height: 78%;
}

.big-type.scramble {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 8vw;
}

.about-text-copy {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Ilisarniq, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 60px;
}

.about-text-copy.change-color-black {
  color: #0e0d26;
}

.page-nav-header {
  z-index: 90;
  background-color: #000;
  border-bottom: 1px solid #313131;
  justify-content: center;
  align-items: center;
  width: 28%;
  height: 102px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-header-wrap-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-2 {
  width: 100%;
  margin-right: .8rem;
}

.nav-menu-underline {
  background-color: #fff;
  height: 3px;
  margin-top: 10px;
}

.nav-line-1 {
  background-color: #eee;
  width: 50%;
  height: 2px;
  position: absolute;
}

.nav-menu-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-8IdCSaTg_Vg-unsplash_1brad-8IdCSaTg_Vg-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: fixed;
  inset: 0;
}

.nav-menu-image.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-4jAK4u0Tiyo-unsplash_1brad-4jAK4u0Tiyo-unsplash.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-image.services-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-KAxKkBBiS70-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-image.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-alxSo7OM12k-unsplash_1brad-alxSo7OM12k-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-image.portfolio {
  background-image: linear-gradient(#00000085, #00000085), url('../images/brad-KZucO9pcOfM-unsplash_1brad-KZucO9pcOfM-unsplash.webp');
}

.nav-menu-image.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-MExMydegfoU-unsplash_1brad-MExMydegfoU-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.nav-menu-image.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brad-4jAK4u0Tiyo-unsplash_1brad-4jAK4u0Tiyo-unsplash.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.nav-menu-2 {
  z-index: 997;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(-100%);
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.nav-social-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  transition: transform .2s;
}

.nav-social-text:hover {
  transform: translate(0, -5px);
}

.nav-links-wrap {
  z-index: 99;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding-left: 10vw;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-social-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-header-text {
  z-index: 99;
  color: #fff;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.social-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.nav-text-link {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: none;
}

.nav-link {
  align-items: center;
  width: 100%;
  font-style: italic;
  text-decoration: none;
  transition: letter-spacing .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: static;
}

.nav-link:hover {
  letter-spacing: .15rem;
}

.menu-logo-wrap {
  z-index: 999;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.nav-head-wrap {
  z-index: 10;
  border-bottom: 1px solid #9c9c9c;
  width: 100%;
  padding-bottom: 2rem;
  position: relative;
}

.nav-button {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: #eeeeee2b;
  border: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: width .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: fixed;
  inset: 2rem 2rem auto auto;
}

.nav-button:hover {
  width: 75px;
}

.menu-logo {
  width: 7rem;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.hero-section {
  transform-origin: 50% 100%;
  background-color: #000;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 8.4rem 8vw 3.5rem 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-image {
  z-index: 1;
  filter: brightness(50%);
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.content-wrap {
  z-index: 5;
  width: 100%;
  display: flex;
  position: relative;
}

.text-wrap {
  z-index: 5;
  color: #eee;
  width: 770px;
  position: relative;
}

.hero-header {
  letter-spacing: -5px;
  margin-top: 0;
  font-family: Ilisarniq, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.body {
  background-color: #000;
  margin-top: 0;
}

.spline-section-2 {
  z-index: 50;
  margin-left: 220px;
  position: relative;
}

.spline-main-2 {
  z-index: auto;
  margin-top: 100px;
  margin-left: 520px;
  position: fixed;
  inset: 0%;
}

.image-2 {
  width: 100%;
}

.spline-section-3 {
  z-index: 50;
  position: sticky;
}

.spline-main-3 {
  z-index: 10;
  position: fixed;
  inset: 0%;
}

.spline-scene {
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.home-hero-text {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.home-hero-text.change-font-size {
  color: var(--white);
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 500;
  line-height: 100%;
}

.home-hero-text.chnage-color-white {
  color: #fff;
}

.home-hero-text.chnage-color-white.padding-bottom {
  padding-bottom: 30px;
}

.sidenav-link {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.sidenav-link.text-colour-c {
  color: var(--black);
}

.sidenav-link-arrow {
  z-index: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0% .75rem 0% auto;
}

.sidenav-list-wrap {
  overflow: hidden;
}

.sidenav-dropdown-menu-link--l2 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  display: flex;
}

.sidenav-dropdown-menu-link--l2.text-colour-c {
  color: var(--black);
}

.sidenav-title {
  z-index: 2;
  white-space: nowrap;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  min-height: 3.25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  left: 0;
}

.sidenav-list-item {
  border-top-style: solid;
  border-top-width: 1px;
  flex: none;
}

.sidenav-list-item.border-colour-b {
  border-top-style: none;
  border-top-color: #000;
}

.sidenav-dropdown-toggle {
  padding: 0;
  display: block;
  position: static;
}

.sidenav-list {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sidenav-list.border-colour-b.label-xl {
  border-bottom: 0 #000;
}

.sidenav-dropdown-menu {
  background-color: #0000;
  position: static;
  bottom: auto;
}

.sidenav-dropdown-menu.w--open {
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 300px;
}

.sidenav-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.sidenav-dropdown-menu-list {
  border-left-style: solid;
  border-left-width: 1px;
  max-height: 24rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  overflow: auto;
}

.sidenav-dropdown-menu-list.border-colour-b {
  background-color: #fff;
  border-left: 0 #000;
  position: absolute;
  top: -50px;
}

.text-block-2 {
  color: var(--black);
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 2;
}

.button-arrow-wrapper-2 {
  z-index: 1;
  background-color: var(--green);
  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);
}

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

.heading-six-2 {
  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-2.chnage-heading-color-2 {
  color: #0e0d26;
}

.home-one-hero-main-backgound-image {
  background-image: url('../images/orm-hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 130vh;
  background-attachment: scroll;
  height: 130%;
}

.home-one-hero-merquee-2 {
  z-index: 5;
  width: 100%;
  padding-bottom: 350px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.merquee-text-2 {
  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;
}

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

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

.home-one-hero-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 1300px;
  position: relative;
}

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

.button-background-2 {
  background-color: var(--green);
  border-radius: 50px;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.home-one-hero-main-backgound-image-2 {
  background-image: url('../images/dhtdhd.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 1300px;
}

.home-one-hero-merquee-3 {
  z-index: 5;
  width: 100%;
  padding-bottom: 350px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.button-main-5 {
  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-5.change-padding-around {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home-one-hero-3 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 130vh;
  position: relative;
}

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

.home-one-hero-background-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.grid-5-columns.dropdown-links-full-width {
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.full-width {
  box-shadow: none;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  min-width: 100%;
  padding-top: 44px;
  left: 0;
  right: 0;
  transform: none;
}

.dropdown-column-wrapper.full-width.w--open {
  box-shadow: none;
  position: absolute;
  transform: none;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.header-full-width-wrapper {
  z-index: 9;
  position: relative;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #4a3aff;
}

.dropdown-toggle-2.static {
  color: var(--white);
  position: static;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-link {
  color: var(--white);
  padding: 0;
}

.header-nav-link:hover {
  color: #4a3aff;
}

.dropdown-link {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #4a3aff;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.header-nav-menu-wrapper.static {
  position: static;
}

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.dropdown-wrapper.static {
  color: var(--white);
  position: static;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.header-logo {
  width: 75%;
  max-width: none;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.dropdown-full-width {
  width: 100%;
}

.dropdown-full-width-container {
  background-color: #fff;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  box-shadow: 0 10px 24px #14142b14;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.header-wrapper {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.code-embed {
  transform: rotate(-90deg);
}

.navbar_dropdown {
  z-index: 902;
  float: none;
  clear: none;
  vertical-align: super;
  width: 100px;
  position: static;
}

.navbar_link {
  z-index: 2;
  color: #fff;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
}

.navbar_link:hover {
  color: #ffffffb3;
}

.navbar_link.w--current {
  color: #fff;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar_logo-link {
  z-index: 902;
  width: 400px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar_submenu-item {
  align-items: center;
  width: 0%;
  min-width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.navbar_submenu-item.is-bold {
  min-width: 100%;
  font-weight: 600;
  display: block;
}

.search {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #e6e6e6;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar_link-image:hover {
  opacity: .7;
}

.navbar_divider {
  z-index: 902;
  border-left: 1px solid #fff;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.hide {
  display: none;
}

.navbar_submenu {
  border: 1px #000;
  justify-content: space-around;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.navbar_mobile-search-wrap {
  display: none;
}

.navbar_dropdown-toggle {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_search {
  border-bottom: 1px solid #fff;
  position: relative;
  top: 6rem;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  padding: .75rem 1.5rem;
}

.button.is-navbar-button {
  z-index: 902;
  border: 1px solid #fff;
  font-size: .9rem;
  font-weight: 600;
  display: none;
  position: relative;
}

.button.is-navbar-button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

.navbar_left-widget {
  text-align: center;
  width: 10rem;
  height: 15rem;
  display: block;
  position: absolute;
  top: 6rem;
}

.navbar_search-button {
  z-index: 902;
  width: auto;
  padding: 0 1rem;
  position: relative;
}

.navbar_dropdown-link {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  padding: .5rem 1rem;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.navbar_dropdown-link:hover {
  color: #ffffffb3;
}

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

.navbar_dropdown-link.is-small {
  float: right;
  vertical-align: baseline;
  width: 100%;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: .88rem;
  font-weight: 300;
  line-height: 21px;
}

.navbar_dropdown-link.is-bold {
  font-weight: 600;
}

.navbar_dropdown-link.change-opacity {
  font-size: .9rem;
}

.navbar_mobile-view {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.navbar_search-description {
  color: #ffffff80;
  text-align: center;
  margin-top: 10rem;
  font-size: 1.2rem;
}

.padding-global {
  z-index: 11;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
}

.navbar_search-field {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 3rem 1rem;
  font-size: 2rem;
}

.hide-desktop-only {
  display: none;
}

.navbar_bg {
  background-color: #000;
  width: 9%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
}

.navbar {
  z-index: 99;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: absolute;
}

.navbar_desktop-view {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: fixed;
}

.navbar_submenu-col {
  flex: 1 1 0;
}

.navbar_dropdown-list {
  color: #fff;
  background-color: #0000;
  height: 28rem;
  position: absolute;
  inset: 0 0% auto;
}

.navbar_dropdown-list.w--open {
  height: 30rem;
  padding: .5rem 2rem;
}

.navbar_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr min-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_submenu-list {
  flex: 1 1 0;
  min-width: 25%;
  padding-left: 0;
}

.code-embed-2 {
  background-image: url('../images/XclusiveXposure-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-large-2 {
  width: auto;
  max-width: 121%;
  margin-left: auto;
  margin-right: auto;
}

.navbar_dropdown-list-2 {
  color: #fff;
  background-color: #0000;
  height: 28rem;
  position: absolute;
  inset: 0 0% auto;
}

.navbar_dropdown-list-2.w--open {
  z-index: 999;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
}

.home-one-hero-main-backgound-image-webd {
  background-image: url('../images/web-design-digital-woman.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-ux {
  background-image: url('../images/graphic_design_ecosystem_woman.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-ui {
  background-image: url('../images/man-face-split-ui-ux.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

.home-one-hero-main-backgound-image-webdev {
  background-image: url('../images/cybernetic-human-ai-web-development.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130vh;
  min-height: 1300px;
}

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

.change-heading-color-copy {
  color: #fff;
}

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

.heading-three-copy {
  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-copy.chnage-heading-color {
  color: #0e0d26;
  font-family: Montserrat, sans-serif;
}

.heading-three-copy.chnage-color-green {
  color: var(--green);
  font-size: 100px;
}

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

.heading-four-copy.change-heading-color.two {
  color: #000;
  font-size: 70px;
}

.heading-three-3 {
  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-3.change-heading-color {
  color: #000;
}

.heading-four-6 {
  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-6.change-heading-color.three, .heading-four-6.change-heading-color.two, .heading-four-6.change-heading-color.four, .heading-four-6.change-heading-color.one {
  color: #0e0d26;
}

.heading-four-copy.change-heading-color {
  color: #000;
  font-size: 70px;
}

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

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

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

.heading-four-c123.change-heading-color {
  color: #000;
  font-size: 70px;
}

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

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

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

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

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

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

.heading-four-copy7.change-heading-color {
  color: #000;
  font-size: 70px;
}

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

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

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

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

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

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

.heading-four-copy9.change-heading-color {
  color: #000;
  margin-top: 20px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

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

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

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

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

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

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

.heading-four-email.change-heading-color {
  color: var(--black);
  text-align: center;
  width: 100%;
  font-size: 70px;
}

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

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

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

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

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

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

.heading-four-cdev.change-heading-color {
  color: #000;
  font-size: 70px;
}

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

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

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

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

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

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

.heading-four-draph.change-heading-color {
  color: #000;
  font-size: 70px;
}

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

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

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

.home-one-logo-section-logo {
  background-color: var(--black);
  padding: 100px 15px 160px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.navbar_link-2 {
  z-index: 2;
  color: #fff;
  vertical-align: bottom;
  width: auto;
  padding: 0 2rem 0 0;
  font-size: .9rem;
  text-decoration: none;
  display: inline-block;
}

.navbar_link-2:hover {
  color: #ffffffb3;
}

.navbar_link-2.w--current {
  color: #fff;
  width: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.navbar_logo-link-2 {
  z-index: 902;
  padding-left: 0;
}

.navbar_submenu-2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: space-around;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.navbar_menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-2 {
  z-index: 50;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: absolute;
}

.navbar_submenu-3 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: space-around;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.navbar_menu-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-3 {
  z-index: 50;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
  position: absolute;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar_submenu-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #fff;
  border-right: 1px #fff;
  justify-content: space-around;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.navbar_menu-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  display: flex;
  position: sticky;
}

.navbar-4 {
  z-index: 10;
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
  position: fixed;
}

.heading-four-copy.change-heading-color.one {
  font-size: 70px;
}

.heading-four-copy.change-heading-color.three {
  font-size: 70px;
}

.heading-four-copy.change-heading-color.four {
  font-size: 70px;
}

.home-one-logo-section-logo-gd {
  background-color: var(--black);
  padding: 160px 15px;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

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

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

.heading-four-copy.change-heading-color {
  font-size: 50px;
}

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

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

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

.home-one-logo-section-lux {
  background-color: var(--black);
  padding: 100px 15px 160px;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

.button-main-6 {
  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-background-3 {
  background-color: #ff0;
  border-radius: 50px;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.big-container-3 {
  max-width: 1700px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.button-arrow-wrapper-3 {
  z-index: 1;
  background-color: var(--green);
  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);
}

.large-icon {
  float: left;
  filter: grayscale(90%);
  width: 11px;
  height: 10px;
  margin-right: 10px;
}

.navbar_submenu-list-copy {
  flex: 1 1 0;
  min-width: 25%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.div-block-1746 {
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% auto auto;
}

.logomobi {
  align-self: auto;
  width: auto;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  position: fixed;
}

.large-icon-2 {
  filter: grayscale(90%);
  width: 10px;
  height: auto;
  margin-right: 10px;
  display: block;
  position: relative;
}

.navbar_submenu-item-copy {
  align-items: center;
  width: 0%;
  min-width: 105%;
  padding-bottom: 10px;
  display: flex;
}

.navbar_submenu-item-copy.is-bold {
  min-width: 100%;
  font-weight: 600;
  display: block;
}

.dropdown-2 {
  width: 100px;
}

.dropdown-3 {
  vertical-align: super;
  width: auto;
  display: inline-block;
}

.div-block-1748 {
  z-index: 70;
  text-align: left;
  flex: 1;
  order: 0;
  align-self: baseline;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 300;
}

.dropdown-6 {
  padding-right: 0;
}

.bold-text-5, .bold-text-6 {
  font-weight: 300;
}

.navbar_submenu-coll {
  flex: 1 1 0;
}

.dropdown-8 {
  vertical-align: super;
  width: 100px;
  display: inline-block;
}

.navbar_submenu-list-copy-2 {
  flex: 1 1 0;
  min-width: 25%;
  margin-left: 0;
  padding-left: 0;
}

.navbar_submenu-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #fff;
  border-right: 1px #fff;
  justify-content: space-around;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.div-block-1749 {
  min-width: 100%;
  display: block;
  position: relative;
}

.div-block-1750 {
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% auto auto;
}

.bold-text-7 {
  font-weight: 300;
}

.dropdown-11 {
  width: 100px;
}

.bold-text-8 {
  font-weight: 300;
}

.navbar_submenu-list-copy-3 {
  flex: 1 1 0;
  min-width: 25%;
  margin-right: auto;
  padding-left: 0;
}

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

.change-padding-copy.change-heading-color.text-align-center.chnage-font-size {
  color: var(--white);
}

.portfolio-two-details-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.change-coloe-dark-grey-copy.responsive-align-center {
  color: var(--white);
}

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

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

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

.change-padding-copy.change-font-size {
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14vw;
  font-weight: 300;
  line-height: 100%;
}

.change-padding-copy.chnage-color-white {
  color: #fff;
}

.change-padding-copy.chnage-color-white.padding-bottom {
  padding-bottom: 30px;
}

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

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

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

.small-heading-text-copy.change-color-grey-dark {
  color: #55555b;
}

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

.change-coloe-dark-grey-copy.responsive-align-center {
  text-align: justify;
  margin-bottom: 60px;
}

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

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

.portfolio-details-dot-2 {
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

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

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

.link-block-2 {
  background-image: url('../images/XclusiveXposure-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 32px;
}

.div-block-1751 {
  z-index: 2;
  min-height: auto;
  position: absolute;
}

.div-block-1753, .div-block-1754, .div-block-1755, .div-block-1756, .div-block-1757, .div-block-1758, .div-block-1759, .div-block-1760, .div-block-1761, .div-block-1762, .div-block-1763, .div-block-1764, .div-block-1765, .div-block-1766, .div-block-1767, .div-block-1768 {
  z-index: 2;
  position: relative;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.section.green {
  z-index: 0;
  background-color: #e5f40e;
  background-image: url('../images/sss.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  height: 100vh;
  display: flex;
  position: fixed;
}

.section.green {
  z-index: 5;
  background-color: #e5f40e;
  background-image: url('../images/sss.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  height: 300vh;
  display: flex;
}

.section.red {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-color: #e5f40e;
  background-clip: border-box;
  height: 100vh;
  display: flex;
  position: fixed;
}

.div-block-1769 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-3 {
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.div-block-1770 {
  justify-content: center;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  flex-flow: column;
  width: 800px;
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 2;
  display: flex;
  position: absolute;
}

.cson {
  height: 800vh;
}

.div-block-1771 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-1772 {
  justify-content: center;
  display: flex;
}

.div-block-1773 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-1774 {
  justify-content: center;
  display: flex;
}

.div-block-1775 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-1776 {
  justify-content: center;
  display: flex;
}

.body-4 {
  background-color: #000;
  height: 100vh;
}

.section-2 {
  background-color: #000;
  background-image: url('../images/Animated-Shape.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-2 {
  width: 60%;
  padding-top: 49px;
  padding-bottom: 49px;
}

.h5 {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading {
  color: #707070;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
}

.text-span-2 {
  color: #000;
  padding-top: 8px;
  font-weight: 300;
  display: inline;
}

.message {
  color: #fff;
  width: 55%;
  margin-top: 36px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-3 {
  color: #ecc567;
  font-weight: 700;
}

.heading-4 {
  font-size: 112px;
  line-height: 141px;
}

.text-block-3 {
  color: #fff;
  font-size: 33px;
  line-height: 36px;
}

.section-3 {
  z-index: 35;
  background-color: #000;
  height: auto;
  max-height: none;
  margin-top: -100vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  inset: 0 auto auto;
}

.section-3-copy {
  z-index: 19;
  opacity: .35;
  background-color: #fff;
  background-image: url('../images/doberman-guarding-strategy.webp');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300vh;
  position: relative;
  inset: 0 auto auto;
}

.div-block-1777 {
  z-index: 10;
  color: #000;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  width: 750px;
  font-size: 30px;
  line-height: 37px;
}

.heading-5 {
  color: var(--white);
  font-size: 67px;
  line-height: 75px;
}

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

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

.portfolio-details-dot-3 {
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

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

.heading-six-4.chnage-heading-color {
  color: #0e0d26;
  padding-bottom: 20px;
}

.rich-text-block {
  color: var(--white);
  font-size: 1px;
}

.rich-text-block.blktxt {
  filter: none;
  font-size: 11px;
}

.rich-text-block.paragraph-10 {
  filter: invert();
  color: #fff;
  font-size: 4px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--black);
}

.rich-text-block-2 {
  filter: brightness(0%);
  line-height: 7px;
}

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

.button-main-9 {
  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;
}

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

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

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

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

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

.div-block-1778 {
  text-align: left;
  flex: 1;
  order: 0;
  align-self: baseline;
  min-width: 100vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.navbar_submenu-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #fff;
  border-right: 1px #fff;
  justify-content: space-around;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.navbar_submenu-list-copy-4 {
  flex: 1 1 0;
  min-width: 25%;
  margin-left: 0;
  padding-left: 0;
}

.dropdown-12 {
  vertical-align: super;
  width: auto;
  display: inline-block;
}

.bold-text-9 {
  font-weight: 300;
}

.navbar_dropdown-link-2 {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  padding: .5rem 1rem;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.navbar_dropdown-link-2:hover {
  color: #ffffffb3;
}

.navbar_dropdown-link-2.w--current {
  color: #fff;
}

.navbar_dropdown-link-2.is-small {
  float: right;
  vertical-align: baseline;
  width: 100%;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: .88rem;
  font-weight: 300;
  line-height: 21px;
}

.navbar_dropdown-link-2.change-opacity {
  font-size: .9rem;
}

.navbar_dropdown-link-2.is-bold {
  font-weight: 600;
}

.navbar_submenu-list-copy-5 {
  flex: 1 1 0;
  min-width: 25%;
  margin-left: 0;
  padding-left: 0;
}

.link-block-3 {
  background-image: url('../images/XclusiveXposure-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 32px;
}

.bold-text-10 {
  font-weight: 300;
}

.navbar_submenu-list-copy-6 {
  flex: 1 1 0;
  min-width: 25%;
  margin-right: auto;
  padding-left: 0;
}

.div-block-1779 {
  text-align: left;
  flex: 1;
  order: 0;
  align-self: baseline;
  min-width: 100vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.navbar_submenu-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #fff;
  border-right: 1px #fff;
  justify-content: space-around;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 6rem;
}

.bold-text-11 {
  font-weight: 300;
}

.navbar_submenu-list-copy-7 {
  flex: 1 1 0;
  min-width: 25%;
  margin-left: 0;
  padding-left: 0;
}

.link-block-4 {
  background-image: url('../images/XclusiveXposure-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 32px;
}

.bold-text-12 {
  font-weight: 300;
}

.navbar_submenu-list-copy-8 {
  flex: 1 1 0;
  min-width: 25%;
  margin-right: auto;
  padding-left: 0;
}

.div-block-1780 {
  z-index: 2;
  position: relative;
}

.paragraph-6 {
  color: var(--black);
}

.rich-text-block-3 {
  mix-blend-mode: normal;
  color: #000;
}

.rich-text-block-3.text-black {
  color: var(--black);
}

.heading-four-blog {
  color: var(--black);
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 45px;
}

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

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

.heading-four-blog.change-heading-color {
  font-size: 50px;
}

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

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

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

.insighta-blog-section {
  background-color: #efefef;
  padding: 140px 15px 0;
  position: relative;
}

.heading-6 {
  color: var(--black);
  font-size: 36px;
}

.heading-7 {
  color: var(--black);
  font-size: 24px;
}

.heading-8 {
  color: var(--black);
  font-size: 18px;
}

.heading-9 {
  font-size: 72px;
}

.heading-10 {
  font-size: 64px;
}

.heading-11 {
  font-size: 48px;
}

.access_content-wrap {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.access_title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.access_detail-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-width: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_access {
  color: #fff;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.access_gradient-image {
  z-index: 1;
  filter: blur(150px);
  background-image: radial-gradient(circle at 100% 0, #ce9e5766, #0000);
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: -15% 0% auto auto;
}

.access_image-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 2.3rem;
}

.text-size-large.text-weight-semibold.is-gradient {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 30%, #ce9e57);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  min-width: 340px;
  font-family: Generalsans Variable, Arial, sans-serif;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.access_submit-button {
  background-color: var(--green);
  border: 1px solid #ce9e57;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .4s;
}

.access_submit-button:hover {
  color: #ce9e57;
  background-color: #0000;
}

.access_text-field {
  color: #ce9e57;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.access_text-field:focus {
  border-color: #ce9e57;
}

.access_text-field::placeholder {
  font-size: 1.1rem;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-color-gray {
  color: #fff;
  text-align: left;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.access_close-image {
  z-index: 2;
  filter: invert(40%);
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -40px 20px auto auto;
}

.access_input-wrap {
  width: 100%;
}

.section_access-2 {
  color: #fff;
  background-color: #181819;
  background-image: url('../images/lines-BG.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.about-three-growth-item-paragraph-copy {
  z-index: -1;
  object-fit: fill;
  align-self: auto;
  max-width: 750px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 220px auto 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-12 {
  color: var(--white);
}

.home-three-about-tag-2 {
  background-color: #ff0;
  border-radius: 30px;
  padding: 10px 20px 8px;
}

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

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

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

.heading-four-showcase.change-heading-color {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

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

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

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

.heading-13 {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
  position: sticky;
}

.home-three-about-showcase {
  color: #fff;
  background-color: #000;
  background-image: url('../images/AdobeStock_39124290_Preview.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 160px 15px;
  position: relative;
}

.chabge-color-sjowcase {
  color: var(--white);
  text-align: justify;
  width: 674px;
}

.rich-text-block-4 {
  text-transform: capitalize;
}

.paragraph-7 {
  font-size: 19px;
  line-height: 23px;
}

.paragraph-8 {
  color: var(--black);
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.rich-text-block-5 {
  font-size: 18px;
  font-weight: 400;
}

.rich-text-block-6 {
  color: #fff;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .heading-14, .heading-15, .heading-16 {
  color: var(--white);
}

.block-quote {
  color: #fff;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .paragraph-14, .link, .superscript, .paragraph-15, .heading-17 {
  color: var(--white);
}

.rte {
  color: #fff;
  text-align: left;
  padding-top: 0;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.rte h1 {
  color: var(--heading-color);
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
}

.rte h2 {
  color: var(--heading-color);
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.rte h3 {
  color: var(--heading-color);
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

.rte p {
  color: var(--heading-color);
  text-align: justify;
  margin-bottom: 0;
}

.rte a {
  color: var(--black);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  text-decoration: underline;
}

.rte li {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 30px;
}

.rte.bold-text {
  text-align: justify;
}

.rte h4, .heading-18 {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.heading-19, .heading-20, .block-quote-2 {
  color: var(--white);
}

.blog-additional-paragraph {
  border-bottom: 0px none var(--body-font-color);
  color: var(--black);
  max-width: 697px;
  display: block;
}

.blog-additional-paragraph.last {
  border-bottom: 1px none var(--heading-color);
}

.blog-additional-paragraph.hidden {
  display: none;
}

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

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

.section-4 {
  background-color: #000;
  height: 77px;
  position: sticky;
}

.section-5 {
  background-color: #000;
  height: 4px;
}

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

.list {
  margin-bottom: 0;
}

.blog-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px none var(--heading-color);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.blog-box.hidden {
  display: none;
}

.div-block-1781 {
  z-index: 1;
  background-color: #000;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-list {
  width: 100vw;
}

.dropdown-list.w--open {
  width: 76vw;
  margin-left: -167px;
  margin-right: 0;
}

.fre-heading-1 {
  color: var(--body-font-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  padding-bottom: 10px;
  padding-left: .5em;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}

.fre-wrap-6 {
  flex-direction: column;
  align-items: stretch;
  width: 25vw;
  padding-right: 0;
  display: flex;
}

.brand-2 {
  width: 30%;
  position: relative;
}

.overlay {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 20%;
  height: 4%;
  position: absolute;
  box-shadow: 0 1px 5px #00000012;
}

.underline {
  background-color: #e8b547;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.fre-link-block-3 {
  border-radius: .5em;
  flex-direction: column;
  width: 295px;
  padding: 0 .6em .6em;
  text-decoration: none;
  display: flex;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fre-grid-1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-animation-trigger {
  width: 100%;
  height: 15px;
  margin-top: 0;
  padding-top: 0;
  transform: translate(0, 15em);
}

.nav-logo-gold {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.nav-logo-white {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.section-6 {
  background-color: #575757;
  height: 100vh;
  position: relative;
}

.icon {
  padding-left: 20px;
}

.container-3 {
  background-color: #000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.text-block-5 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
}

.navbar-5 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.fre-wrap-5 {
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  display: flex;
  box-shadow: 1px 1px .8em -.2em #0000001c;
}

.fre-text-3 {
  color: #817d79;
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: .88rem;
  line-height: 21px;
}

.nav-logo {
  visibility: visible;
  width: auto;
  display: inline-block;
}

.nav-link-2 {
  color: var(--white);
  padding: 26px;
  transition: all .25s ease-in;
}

.nav-link-2:hover {
  color: #e8b547;
}

.fre-heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.nav-link-wrapper {
  position: relative;
}

.fre-wrap-9 {
  margin-top: .2em;
}

.brand-3 {
  width: 30%;
  position: relative;
}

.flex-menu {
  background-color: #575757;
  height: 100vh;
  position: relative;
}

.nav-menu-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
}

.boxer {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
}

.brand-4 {
  width: 30%;
  position: relative;
}

.nav-menu-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
}

._344t {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-8 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
}

.nav-menu-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-9 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
}

.nav-menu-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
}

.overlay22 {
  background-color: #0000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 20%;
  height: 4%;
  position: absolute;
  box-shadow: 0 1px 5px #00000012;
}

.nav-menudd {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xxxxx {
  background-color: #575757;
  height: auto;
  margin-top: -20px;
  display: none;
  position: static;
}

.ddewf {
  text-transform: uppercase;
  padding: 26px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .25s ease-in;
}

.ddewf:hover {
  color: #e8b547;
}

.ddewf.w--current {
  text-transform: uppercase;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-11 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35em;
}

.dddd {
  position: relative;
}

.faefaf {
  width: 100vw;
}

.faefaf.w--open {
  background-color: #000;
  width: 100vw;
  margin-top: 10px;
  margin-left: -233px;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
}

.div-block-1782, .div-block-1783, .div-block-1784 {
  z-index: 2;
  position: relative;
}

.paragraph-16 {
  color: var(--white);
}

.rte-white {
  color: #fff;
  text-align: justify;
  padding-top: 0;
  line-height: 17px;
  text-decoration: none;
}

.rte-white h1 {
  color: var(--white);
}

.rte-white h2 {
  color: var(--white);
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.rte-white h3 {
  color: var(--white);
  text-transform: none;
  font-family: Outfit, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

.rte-white p {
  color: var(--white);
  margin-bottom: 0;
}

.rte-white a {
  color: var(--white);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  text-decoration: underline;
}

.rte-white li {
  color: var(--white);
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-17 {
  font-weight: 700;
}

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

.blog-additional-paragraph-copy {
  border-bottom: 1px solid var(--body-font-color);
  color: var(--black);
  max-width: 697px;
}

.blog-additional-paragraph-copy {
  border-bottom: 1px solid var(--body-font-color);
  color: var(--black);
  max-width: 697px;
  display: block;
}

.blog-additional-paragraph-copy.last {
  border-bottom: 1px none var(--heading-color);
}

.blog-additional-paragraph-copy.hidden {
  display: none;
}

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

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

.blog-box-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 1px #0e0d26;
  border-radius: 20px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.blog-box-2.hidden {
  display: none;
}

.button-arrow-wrapper-4 {
  z-index: 1;
  background-color: #ecc567;
  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);
}

.blog-additional-paragraph-copy-2 {
  color: #000;
  border-bottom: 1px solid #5c5c5c;
  max-width: 697px;
}

.blog-additional-paragraph-copy-2.hidden {
  display: none;
}

.blog-additional-paragraph-copy-3 {
  color: #000;
  border-bottom: 1px solid #5c5c5c;
  max-width: 697px;
  display: block;
}

.blog-first-paragraph-2 {
  color: #000;
  max-width: 697px;
}

.paragraph-18 {
  font-weight: 700;
}

.blog-additional-paragraph-2 {
  color: #000;
  border-bottom: 1px solid #5c5c5c;
  max-width: 697px;
  display: block;
}

.blog-additional-paragraph-2.hidden {
  display: none;
}

.blog-additional-paragraph-2.last {
  border-bottom: 1px #0e0d26;
}

.div-block-1785 {
  z-index: 2;
  position: relative;
}

.blog-box-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom: 1px #0e0d26;
  border-radius: 20px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

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

.chabge-color-loght-2 {
  color: #5c5c5c;
  text-align: justify;
}

.home-three-about-tag-3 {
  background-color: #ecc567;
  border-radius: 30px;
  padding: 10px 20px 8px;
}

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

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

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

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

.button-font-copy.change-color-grey {
  color: #7e7e7e;
}

.button-font-copy.chnage-font-size {
  font-size: 13px;
}

.button-font-copy.chnage-color-dark-grey {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

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

.button-font-copy.chnage-color-grey-light {
  color: #7e7e7e;
}

.button-font-copy.chnage-rotation {
  white-space: nowrap;
  width: 40px;
  margin-top: 140px;
  transform: rotate(-90deg);
}

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

.button-font-copy.change-color-grey-light {
  color: var(--black);
}

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

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

.bold-text-13 {
  font-weight: 500;
}

.button-arrow-wrapper-5 {
  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);
}

.big-container-4 {
  max-width: 200vw;
  margin-left: auto;
  margin-right: auto;
}

.button-font-2 {
  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-one-tool-item-2 {
  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-2 {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home-one-tool-wrapper-2 {
  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-2 {
  background-color: #070616;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.button-main-13 {
  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;
}

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

.home-one-tool-main-2 {
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  height: auto;
  padding: 0 15px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.button-arrow-wrapper-6 {
  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);
}

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

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

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

.button-main-14 {
  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;
}

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

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

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

.button-arrow-wrapper-7 {
  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);
}

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

.button-main-15 {
  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;
}

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

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

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

.button-arrow-wrapper-8 {
  z-index: 1;
  background-color: var(--green);
  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);
}

.home-one-tool-5 {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  height: 150vh;
  display: flex;
  position: relative;
}

.button-main-16 {
  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;
}

.button-main-16.change-button-padding {
  background-color: var(--green);
  padding-left: 20px;
  padding-right: 20px;
}

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

.button-background-13 {
  background-color: var(--green);
  border-radius: 50px;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.home-one-project-number-line-2 {
  background-color: #fff;
  height: 1px;
  margin-top: -5px;
}

.heading-six-5 {
  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-5.change-font-style {
  font-size: 22px;
  line-height: 20px;
}

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

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

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

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

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

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

.home-one-logo-section-logo-copy {
  background-color: var(--black);
  padding: 0 15px 60px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.home-one-logo-top-copy {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.home-one-logo-heading-main-copy {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section-3-about {
  z-index: 7;
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/artistic-portrait-woman-blue-red-paint-face.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 300vh;
  position: relative;
  inset: auto 0% 0;
}

.heading-13-copy {
  color: var(--white);
  text-align: right;
  width: 706px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 59px;
  font-weight: 300;
  line-height: 60px;
}

.chabge-color-sjowcase-copy2 {
  color: var(--white);
  text-align: center;
  width: 662px;
}

.separator {
  border-bottom: 1px solid #000;
}

.heading-21 {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-1786 {
  clear: left;
  align-items: flex-end;
  display: block;
  position: static;
  inset: 0 0%;
}

.div-block-1787 {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: block;
  position: fixed;
}

.div-block-1788 {
  z-index: 0;
  position: relative;
  inset: 0% 0% 0;
}

.html-embed {
  display: block;
}

.calendly-button {
  background-color: #bd2567;
  border-radius: 100px;
  padding: 17px 48px 18px;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-lower-details {
  display: none;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.footer-container {
  width: 100%;
  padding-left: 5.56em;
  padding-right: 4.03em;
}

.form-field-label {
  color: #f5efef;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: .83em;
  font-weight: 600;
  display: block;
}

.footer-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.submit-button-2 {
  z-index: 4;
  background-color: #0000;
  border: 1px #f5efef;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 100%;
}

.image-4.scale {
  display: block;
  overflow: visible;
  transform: scale(1.05);
}

.support-links-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-section {
  background-color: #000;
  height: 56.53em;
}

.submit-button-wrapper-2 {
  border: .08em #fff;
  border-radius: 100%;
  width: 2.2em;
  height: 2.2em;
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
  inset: auto 0% auto auto;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-field::placeholder {
  color: #f5efef;
  text-transform: uppercase;
  font-size: .83em;
  font-weight: 500;
}

.bottom-padding-mobile {
  height: 7.08em;
  display: none;
}

.copyright-mobile {
  display: none;
}

.text-field-wrapper {
  align-items: center;
  width: 100%;
  height: 2.9em;
  display: flex;
}

.image-5 {
  width: 100%;
  position: static;
  inset: 0%;
}

.footer-links {
  grid-row-gap: 1.11em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.67em;
  display: flex;
}

.footer-grid {
  grid-column-gap: 10.97em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 46.53em;
  align-items: center;
}

.success-message {
  color: #fff;
  background-color: #3f3f3f;
  border-radius: .3em;
  font-size: 1.11em;
}

.h1-heading {
  color: #f5efef;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33em;
  font-weight: 300;
  line-height: 1em;
}

.footer-links-header {
  color: #d6d6d6;
  text-transform: uppercase;
  font-size: .83em;
  font-weight: 600;
}

.link-2 {
  color: #f5efef;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in;
}

.link-2:hover {
  text-decoration: underline;
}

.link-2.support {
  text-transform: uppercase;
  font-size: .83em;
  font-weight: 600;
}

.link-2.support:hover {
  text-decoration: underline;
}

.copy-right-text {
  color: #d6d6d6;
  font-size: .83em;
  font-weight: 600;
}

.footer-links-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-links-wrapper-mobile {
  width: 100%;
  display: flex;
}

.faq-wrap {
  display: none;
}

.copy-right-label {
  align-items: center;
  display: flex;
}

.body-padding {
  height: 7.08em;
}

.form-2 {
  border-bottom: .07em solid #f5efef;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.top-padding {
  height: 6.25em;
}

.footer-form-wrapper {
  grid-row-gap: 2.64em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links-grid-wrapper {
  width: 100%;
  margin-top: 6.25em;
}

.footer-section-2 {
  height: 56.53em;
}

.image-6 {
  width: 100%;
  position: static;
  inset: 0%;
}

.brz-grid-1-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brz-pic-2 {
  width: 1.7em;
}

.brz-pic-1 {
  height: 2.5em;
}

.brz-text-1-1 {
  color: #959595;
  font-size: 12px;
  line-height: 1;
  position: static;
}

.brz-text-2 {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
}

.brz-selection-1 {
  background-color: #000;
  padding: 0 0 .5em;
  font-size: 1vw;
  position: static;
}

.brz-link-1-1 {
  color: #959595;
  font-size: 1.1em;
  text-decoration: none;
}

.brz-wrap-icon {
  visibility: hidden;
}

.brz-wrap-wrap {
  border-top: 1px #3d3d3d;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.brz-link-pic-1 {
  margin-left: 1.5em;
}

.brz-wrap-text {
  margin-left: auto;
  margin-right: auto;
}

.brz-wrap-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: .25px solid var(--secondary-color);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: start end;
  place-items: start stretch;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: grid;
}

.brz-container-1 {
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.brz-text-1 {
  color: #fff;
  text-align: justify;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.brz-line-1 {
  background-color: #fff;
  width: .1em;
  height: 2.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.brz-wrap-pic {
  visibility: hidden;
  align-items: center;
  display: flex;
}

.brz-grid-1-1 {
  margin-bottom: 20px;
}

.brz-grid-1 {
  width: auto;
  max-width: none;
  margin-left: 0;
  padding-right: 40px;
}

.brz-grid-1-copy {
  width: 300%;
}

.brz-wrap-wrap-copy {
  border-top: .5px solid var(--black);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: flex;
  position: relative;
  right: auto;
}

.image-7 {
  border: 1px none var(--secondary-color);
  vertical-align: middle;
  flex: none;
  max-width: 100vw;
  margin-left: -20px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.image-8 {
  opacity: 1;
  vertical-align: middle;
  width: 18%;
  max-width: none;
  max-height: none;
  margin-left: 40px;
  margin-right: auto;
}

.brz-grid-1-hid {
  visibility: hidden;
}

.brz-wrap-icon-2 {
  width: auto;
  max-width: 100%;
  margin: auto;
  padding-bottom: 10px;
  position: relative;
  bottom: auto;
  left: 0;
  right: 0;
}

.brz-wrap-wrap-copy {
  z-index: 13;
  border-top: 1px #3d3d3d;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4em;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.paragraph-19 {
  color: var(--white);
  text-align: justify;
  font-family: "Font Awesome 6 Brands 400", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.social-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid var(--secondary-color);
  border-bottom: .5px solid var(--secondary-color);
  flex-flow: wrap;
  grid-template: ". Area"
  / 4.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-1789 {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.paragraph-20 {
  color: var(--white);
  margin-bottom: 0;
  font-family: "Font Awesome 6 Brands 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.heading-22 {
  text-align: center;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
}

.div-block-1790 {
  padding: 10px;
  position: absolute;
  top: auto;
  bottom: 60px;
  right: 60px;
}

.success-message---f7 {
  background-color: #0a66c280;
}

.footer-line---f7 {
  background-color: #0a66c2;
  border-radius: 5px;
  width: 50px;
  height: 2px;
}

.footer-third-block---f7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form---f7 {
  position: relative;
}

.submit-button---f7 {
  background-color: var(--green);
  color: #000;
  padding: 13px 20px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-form-text---f7 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.email-block---f7 {
  margin-bottom: 0;
}

.footer-list-heading---f7 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
}

.input-field---f7 {
  color: #1d262d;
  height: 54px;
  margin-bottom: 0;
}

.contact-one-input-copy {
  color: #949494;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #959595;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
}

.contact-one-input-copy::placeholder {
  color: #959595;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
}

.submit-button-wrapper-copy {
  padding-top: 0;
  display: flex;
}

.paragraph-21 {
  padding-bottom: 40px;
}

.paragraph-22 {
  padding-bottom: 40px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_input {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0d0901;
  background-color: #0d09010d;
  border: 1px solid #0000;
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form_input:hover {
  background-color: #0d090126;
}

.form_input:focus {
  border-color: #0d0901;
}

.form_input::placeholder {
  color: #0d090199;
}

.form_input.is-alternate {
  color: #fff;
  background-color: #ffffff1a;
  border-color: #0000;
}

.form_input.is-alternate:hover {
  background-color: #fff3;
}

.form_input.is-alternate:focus {
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.footer2_form-block {
  max-width: 35rem;
  height: auto;
  max-height: none;
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-size-tiny {
  color: #fff;
  font-size: .75rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0d0901;
  text-align: center;
  text-transform: none;
  background-color: #fbac0c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 1px 2px #0d09010d;
}

.button-2:hover {
  background-color: #c88909;
  transform: translate(0, -2px);
  box-shadow: inset 0 -2px 1px #0003, inset 0 32px 24px #ffffff0d, inset 0 1px 1px 1px #ffffff40, inset 0 0 0 1px #0d090126, 0 2px 4px #0d09010d;
}

.button-2.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0d0901;
  background-color: #0d09010d;
  box-shadow: 0 1px 2px #0d09010d, inset 0 -2px 1px #0d09010d, inset 0 0 0 1px #0d09010d;
}

.button-2.is-secondary:hover {
  background-color: #0d090126;
  box-shadow: inset 0 24px 12px #ffffff14, inset 0 2px 1px #ffffff4d, inset 0 0 0 1px #0000001a, inset 0 -2px 1px #0000000d, 0 2px 4px #0d09010d;
}

.button-2.is-secondary.is-small.is-alternate {
  clear: left;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--green);
  color: #000;
  border-radius: 12px;
  flex-flow: column;
  width: 33%;
  margin-top: 9px;
  padding: 0 1rem;
  position: sticky;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer2_form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.text-size-small {
  color: #fff;
  padding-bottom: 10px;
  font-size: 1rem;
}

.form-horizontal {
  align-items: center;
  display: flex;
}

.relative {
  position: relative;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-label.absolute {
  position: absolute;
  top: -8px;
  bottom: auto;
}

.input-large {
  color: #000;
  background-color: #fff;
  border: 1px #b7bbd1;
  border-radius: 10px;
  min-width: 300px;
  height: 52px;
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-large:hover {
  border-color: #434de7;
}

.input-large:focus {
  border: 1px solid #434de7;
}

.input-large::placeholder {
  color: #6e6e6e;
}

.button-3 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.in-horizontal-form {
  background-color: var(--green);
  color: var(--black);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 52px;
  margin-top: 0;
  margin-left: -32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.section-7 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-2 {
  justify-content: center;
  margin: 0 auto auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.form-block-3 {
  border-top: 1px none var(--secondary-color);
  border-bottom: 1px none var(--secondary-color);
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-block-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid var(--secondary-color);
  border-bottom: .5px solid var(--secondary-color);
  flex-flow: wrap;
  grid-template: ". Area"
  / 4.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.email-block {
  border-top: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  margin-bottom: 3em;
  padding-top: 20px;
}

.paragraph-23 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 357px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1.4em;
  display: flex;
}

.div-block-1791 {
  border-bottom-left-radius: 0;
  padding-bottom: .5em;
}

.nav-menu-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo-white-2 {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.section-8 {
  z-index: 98;
  background-color: #575757;
  height: auto;
  margin-top: -15px;
  display: block;
  position: absolute;
}

.brand-5 {
  visibility: hidden;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  display: block;
  position: relative;
}

.nav-menu-10 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo-white-3 {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.section-9 {
  background-color: #575757;
  height: 100vh;
  position: relative;
}

.dropdown-13 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slickbox {
  z-index: 999;
  position: relative;
}

.section-10 {
  z-index: 99;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 95vw;
  height: 20vh;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.image-9 {
  min-width: 80vw;
}

.section-11 {
  position: fixed;
  bottom: 0;
}

.section-12 {
  height: auto;
  padding-top: 0;
  position: relative;
  top: auto;
  bottom: 0;
}

.section-13 {
  height: 80vh;
  margin-top: 0;
  position: fixed;
  top: auto;
  bottom: 0;
}

.section-14 {
  position: sticky;
  bottom: 0;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: block;
}

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

.navbar-6 {
  z-index: auto;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 9vh;
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
}

.nav-link-3 {
  color: #f5f5f5;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

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

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

.container-4 {
  margin-left: -10px;
  margin-right: 0;
  padding-right: 0;
}

.nav-menu-11 {
  margin-right: 2.2vw;
  display: flex;
}

.hero-section-frame {
  height: 200vh;
  position: static;
}

.hero-background-wrapper {
  z-index: 0;
  height: 100vh;
  line-height: 160px;
  position: absolute;
  inset: 0%;
}

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

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

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

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

.hero-background {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.big-logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  top: 0;
}

.nav-menu-12 {
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.xxi-logo {
  position: static;
}

.hero-background-wrapper-2 {
  position: absolute;
  inset: 0%;
}

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

.navbar-7 {
  z-index: auto;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 9vh;
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.nav-link-5 {
  color: #000;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

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

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

.hero-background-2 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.hero-background-wrapper-3 {
  position: relative;
  inset: 0%;
}

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

.navbar-8 {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 9vh;
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.brz-wrap-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-bottom: .25px solid #1c1c24;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: start end;
  place-items: start stretch;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: grid;
}

.paragraph-24 {
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.form-block-4 {
  border-top: 1px #1c1c24;
  border-bottom: 1px #1c1c24;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brz-wrap-wrap-copy-2 {
  border-top: .5px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  display: flex;
  position: relative;
  right: auto;
}

.social-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .5px solid #1c1c24;
  border-bottom: .5px solid #1c1c24;
  flex-flow: wrap;
  grid-template: ". Area"
  / 4.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-10 {
  vertical-align: middle;
  border: 1px #1c1c24;
  flex: none;
  max-width: 100vw;
  margin-left: -20px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.email-block-2 {
  border-top: 1px solid #1c1c24;
  border-bottom: 1px solid #1c1c24;
  margin-bottom: 3em;
  padding-top: 20px;
}

.paragraph-25 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 357px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  line-height: 1.4em;
  display: flex;
}

.div-block-1792 {
  border-bottom-left-radius: 0;
  padding-bottom: .5em;
}

.brz-grid-1-copy-2 {
  width: 300%;
}

.image-11 {
  opacity: 1;
  vertical-align: middle;
  width: 18%;
  max-width: none;
  max-height: none;
  margin-left: 40px;
  margin-right: auto;
}

.hero-section-frame-2 {
  height: 200vh;
  position: static;
}

.navbar-9 {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 9vh;
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.nav-link-6 {
  color: #000;
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

.nav-link-6:hover {
  color: #030300;
}

.nav-link-6.w--current {
  color: #000;
}

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

.hero-background-3 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-12 {
  color: #fff;
}

.text-block-12.clr-blk {
  color: #000;
}

.icon-3 {
  color: #fff;
}

.section-15 {
  position: relative;
  bottom: 0;
}

.div-block-1793 {
  position: relative;
  bottom: auto;
}

.div-block-1794 {
  height: 100vh;
  margin-top: 220px;
  padding-top: 0;
  position: relative;
}

.section-16 {
  height: 100vh;
}

.section-17 {
  z-index: 40;
  width: auto;
  height: 300vh;
  position: sticky;
  top: 0;
}

.image-12 {
  width: auto;
  max-width: none;
  height: 100vh;
}

.section-18 {
  z-index: 87;
  opacity: 1;
  background-color: red;
  height: 100vh;
  position: relative;
  top: 0;
}

.div-block-1795 {
  background-image: url('../images/doberman-guarding-strategy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-1796 {
  aspect-ratio: auto;
  height: 100vh;
  position: relative;
}

.max-h {
  opacity: 1;
  object-fit: fill;
  height: auto;
  overflow: clip;
}

.section-19 {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  bottom: auto;
}

.section-20 {
  color: #fff;
  background-color: red;
  height: 100vh;
  position: relative;
}

.paragraph-26 {
  z-index: 32;
  background-color: red;
  position: relative;
}

.div-block-1797 {
  position: static;
  bottom: 0;
}

.div-block-1798 {
  position: absolute;
}

.section-21 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-22 {
  background-color: red;
  height: 100vh;
}

.section-23 {
  background-color: #00f;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-24 {
  background-color: #ff0;
  height: 100vh;
}

.section-25 {
  position: relative;
}

.sticky_wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky_trigger {
  height: 300vh;
}

.sticky_track {
  position: absolute;
  inset: 0%;
}

.sticky_element {
  height: 100vh;
  position: sticky;
  top: 0;
}

.image-13 {
  box-sizing: content-box;
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.section_wrap {
  color: #c6e643;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 80vh;
  padding: 0;
  display: flex;
  position: relative;
}

.heading-23 {
  z-index: -1;
  color: var(--green);
  margin-top: 220px;
  margin-left: 220px;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.top {
  height: 100vh;
  padding: 6vw;
}

.paragraph-27 {
  z-index: 32;
  color: var(--white);
  position: relative;
}

.dropdown-toggle-3 {
  z-index: 12;
  padding-top: 0;
}

.icon-4 {
  margin-top: 5px;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  z-index: 100;
  box-sizing: border-box;
  background-color: #000;
  margin-top: 0;
  position: absolute;
}

.dropdown-list-3 {
  z-index: 8;
  background-color: #000;
}

.icon-5 {
  color: #fff;
  margin-top: 5px;
}

.icon-5.clr-blk {
  color: #000;
}

.nav-link-wrapper-6 {
  position: relative;
}

.fre-heading-1-2 {
  color: #959595;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  padding-bottom: 10px;
  padding-left: .5em;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}

.dropdown-14 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle-4 {
  padding-top: 0;
  padding-bottom: 0;
}

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

  .home-one-hero-merquee-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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-hero-merquee {
    margin-top: 0;
    padding-top: 40%;
    padding-bottom: 0;
    position: sticky;
  }

  .button-font {
    width: auto;
    font-size: 16px;
  }

  .button-font.change-color-fade-white {
    font-size: 15px;
  }

  .home-one-project-click-wrapper {
    padding-bottom: 160px;
  }

  .home-one-hero {
    height: 130vh;
  }

  .merquee-text {
    font-size: 300px;
  }

  .home-one-about-main-effect {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .home-one-about-dimond {
    margin-bottom: -10px;
  }

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

  .about-text {
    font-size: 85px;
    line-height: 70px;
  }

  .home-one-about-effect-line {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .home-one-about-effect-line.change-gap {
    margin-bottom: 0;
  }

  .home-one-about-text.change-mergin {
    margin-left: -25px;
  }

  .diamond-image {
    width: 80%;
    height: auto;
  }

  .heading-five {
    font-size: 60px;
    line-height: 64px;
  }

  .heading-five.change-color-white {
    font-size: 40px;
  }

  .heading-five.change-color-white.text-align-center {
    font-size: 42px;
  }

  .heading-five.change-color-white.change-size {
    max-width: 430px;
  }

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

  .heading-five.change-heading-color.chnage-font-size, .heading-five.contactwhite {
    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;
  }

  .change-padding.change-font-size {
    width: 100vw;
  }

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

  .heading-three.change-heading-color {
    width: 774px;
  }

  .home-one-effect-overlay {
    background-image: linear-gradient(#070616 20%, #070616cc 32%, #07061600 50%, #070616cc 68%, #070616 79%);
  }

  .footer-big-merquee-wrapper {
    padding-top: 0;
  }

  .footer-one-right-wrapper {
    flex: 0 27%;
  }

  .footer-one-heading {
    max-width: 683px;
  }

  .footer-one-wrapper {
    justify-content: space-around;
    padding-bottom: 40px;
  }

  .footer-one-right.change-sizing {
    flex: 0 553px;
  }

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

  .home-two-hero-text-bottom {
    max-width: 500px;
  }

  .home-two-hero-flower {
    width: 60%;
  }

  .home-two-big-text {
    font-size: 270px;
  }

  .home-two-about-text-white-wrapper {
    width: 74%;
  }

  .home-two-about-paragraph-text-wrapper {
    width: 67%;
  }

  .home-one-about-dimond-main {
    margin-bottom: -20px;
  }

  .home-one-about-dimond-main.change-width {
    max-width: 120px;
    margin-bottom: 0;
  }

  .home-two-text-right {
    margin-left: 0;
  }

  .diamond-image-new {
    width: auto;
    height: auto;
  }

  .home-two-service-top {
    height: 220px;
  }

  .home-two-service-item-heading {
    max-width: 900px;
  }

  .home-two-project-details-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    padding-bottom: 100px;
  }

  .change-color-grey {
    padding-left: 20px;
  }

  .home-two-project-heading {
    max-width: 900px;
  }

  .heading-three-new {
    font-size: 120px;
    line-height: 110px;
  }

  .home-two-project-top-wrapper {
    padding-bottom: 70px;
  }

  .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-news-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-two-news-left-heading {
    flex: 1;
    max-width: 700px;
  }

  .home-two-news-left-button {
    margin-left: -200px;
  }

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

  .home-three-about-bottom {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    justify-content: flex-start;
  }

  .home-three-about {
    padding-top: 0;
  }

  .small-heading.change-color-white {
    width: 128%;
  }

  .home-three-about-bottom-wrapper {
    max-width: 685px;
  }

  .home-three-vedio-email {
    padding-right: 15px;
  }

  .home-three-project-details {
    padding-bottom: 60px;
  }

  .home-three-project-small-heading {
    padding-bottom: 20px;
  }

  .home-three-project-arrow-wrapper {
    top: 35px;
    right: 35px;
  }

  .home-three-project-left-top {
    padding-bottom: 20px;
  }

  .home-three-project-client {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .home-three-team-heading {
    max-width: 1000px;
  }

  .home-three-team-item.change-padding-top {
    margin-left: 0;
  }

  .home-three-team-item.change-padding-top.four, .home-three-team-item.change-padding-top.two {
    margin-top: 416px;
  }

  .home-three-team-heading-image {
    background-size: auto 90px;
  }

  .home-three-team-top.chnage-margin-left {
    margin-top: -60px;
  }

  .home-three-testimonial-heading {
    max-width: 550px;
  }

  .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-about-image {
    height: 600px;
  }

  .about-one-about-left.chnage-style {
    padding-left: 80px;
  }

  .about-one-client {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

  .about-one-project-two-heading.change-style {
    padding-bottom: 40px;
  }

  .about-one-project-arrow {
    display: block;
  }

  .about-one-logo-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-one-contact-right, .about-one-contact-left {
    padding-left: 60px;
  }

  .about-two-work {
    padding-top: 220px;
  }

  .about-three-hero-heading.overflow-hidden {
    padding-right: 600px;
  }

  .about-three-growth-heading {
    max-width: 900px;
  }

  .about-three-growth-item-image {
    width: 60px;
    height: 60px;
  }

  .about-three-growth-item.chnmage-padding-direction {
    padding-left: 60px;
  }

  .about-three-team-main-heading {
    max-width: 550px;
  }

  .about-three-team-heading {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .about-three-rating-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-three-rating-wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-three-portfolio-middle {
    margin-top: 0;
  }

  .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-arrow-wrapper {
    background-color: var(--green);
  }

  .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-business-customer-left {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .service-one-business-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-one-business-customer-rating {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .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-three-service-heading-right {
    max-width: 448px;
  }

  .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-planning-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-two-planning-item-wrapper {
    height: 198px;
  }

  .service-two-planning-item-wrapper.one {
    margin-bottom: 0;
  }

  .service-two-green-line {
    height: 198px;
  }

  .service-two-testimonial-item-details {
    max-width: 368px;
  }

  .service-two-about-testimonial {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

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

  .service-three-hero-heading.overflow-hidden, .service-there-hero-button {
    z-index: 5;
    position: relative;
  }

  .service-three-project-item-paragraph {
    max-width: 284px;
  }

  .service-three-text-heading {
    max-width: 900px;
  }

  .service-three-vedio-overlay {
    padding-right: 100px;
  }

  .service-three-work-item-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-three-work-item-button-wrapper {
    grid-template-columns: 2fr 2fr 2fr 1.5fr;
  }

  .team-one-main-headding {
    max-width: 1000px;
  }

  .team-three-member {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .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-left, .blog-two-post-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .contact-one-hero-design-middle {
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-two-contact-item {
    border-bottom: 1px solid #c2c2c2;
  }

  .contact-two-service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .contact-three-contact-form {
    padding-left: 100px;
  }

  .contact-three-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 100px;
  }

  .contact-three-item-image {
    max-width: none;
  }

  .contact-three-item-left {
    flex-basis: 30%;
  }

  .contact-three-item-location {
    max-width: none;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-four-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-3 {
    padding-top: 0;
  }

  .home-one-hero-main {
    height: 17vh;
  }

  .landing-page-heading-wrapper {
    max-width: 1000px;
  }

  .landing-page-query-right.change-width {
    max-width: 770px;
  }

  .landing-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-main-wrapper.change-display {
    grid-row-gap: 60px;
  }

  .landing-pge-cta-wrapper {
    padding: 50px 80px;
  }

  .landing-page-cta-paragraph {
    max-width: 650px;
  }

  .landing-page-cms-heading {
    max-width: 700px;
  }

  .spacial-card-v3-main {
    padding: 45px;
  }

  .div-block-1745 {
    padding-top: 0;
  }

  .home-one-hero-main-backgound-image-influence-analytics {
    height: 130vh;
  }

  .about-text-copy {
    font-size: 85px;
    line-height: 70px;
  }

  .home-hero-text.change-font-size {
    width: 100vw;
  }

  .merquee-text-2 {
    font-size: 300px;
  }

  .navbar_dropdown {
    min-width: 100px;
  }

  .navbar_submenu {
    max-width: 56.25rem;
  }

  .button.is-navbar-button {
    display: block;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .navbar_dropdown-list-2.w--open {
    width: auto;
    height: auto;
  }

  .heading-three-copy {
    font-size: 120px;
    line-height: 110px;
  }

  .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-three-3 {
    font-size: 120px;
    line-height: 110px;
  }

  .heading-four-6, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-c123, .heading-four-c123.chnage-color-grey.text-no-wrap, .heading-four-copy7, .heading-four-copy7.chnage-color-grey.text-no-wrap, .heading-four-copy9, .heading-four-copy9.chnage-color-grey.text-no-wrap, .heading-four-email, .heading-four-email.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-cdev, .heading-four-cdev.chnage-color-grey.text-no-wrap, .heading-four-draph, .heading-four-draph.chnage-color-grey.text-no-wrap {
    font-size: 80px;
    line-height: 80px;
  }

  .navbar_submenu-2, .navbar_submenu-3 {
    max-width: 56.25rem;
  }

  .navbar_submenu-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: 100%;
  }

  .navbar-4 {
    display: none;
  }

  .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap, .heading-four-copy, .heading-four-copy.chnage-color-grey.text-no-wrap {
    font-size: 80px;
    line-height: 80px;
  }

  .navbar_submenu-list-copy {
    min-width: 25%;
  }

  .navbar_submenu-item-copy {
    min-width: 101%;
  }

  .bold-text-5, .bold-text-6 {
    font-weight: 300;
  }

  .navbar_submenu-list-copy-2 {
    min-width: 25%;
  }

  .navbar_submenu-5 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: 100%;
  }

  .bold-text-7, .bold-text-8 {
    font-weight: 300;
  }

  .navbar_submenu-list-copy-3 {
    min-width: 30%;
  }

  .change-padding-copy.change-font-size {
    width: 100vw;
  }

  .message {
    width: 53%;
  }

  .navbar_submenu-6 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: 100%;
  }

  .navbar_submenu-list-copy-4 {
    min-width: 25%;
  }

  .bold-text-9 {
    font-weight: 300;
  }

  .navbar_submenu-list-copy-5 {
    min-width: 25%;
  }

  .bold-text-10 {
    font-weight: 300;
  }

  .navbar_submenu-list-copy-6 {
    min-width: 30%;
  }

  .navbar_submenu-7 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: 100%;
  }

  .bold-text-11 {
    font-weight: 300;
  }

  .navbar_submenu-list-copy-7 {
    min-width: 25%;
  }

  .bold-text-12 {
    font-weight: 300;
  }

  .navbar_submenu-list-copy-8 {
    min-width: 30%;
  }

  .heading-four-blog, .heading-four-blog.chnage-color-grey.text-no-wrap {
    font-size: 80px;
    line-height: 80px;
  }

  .insighta-blog-section {
    padding-top: 220px;
  }

  .heading-four-showcase, .heading-four-showcase.chnage-color-grey.text-no-wrap {
    font-size: 80px;
    line-height: 80px;
  }

  .home-three-about-showcase {
    padding-top: 160px;
  }

  .contacthead {
    font-size: 160px;
    line-height: 150px;
  }

  .button-font-copy {
    width: 269px;
    font-size: 19px;
  }

  .home-one-tool-wrapper-2 {
    height: 820px;
    display: flex;
  }

  .button-main-13.change-button-padding, .button-main-14.change-button-padding, .button-main-15.change-button-padding, .button-main-16.change-button-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-one-project-button-2 {
    top: 4%;
    right: 35%;
  }

  .home-one-project-main-text-2 {
    max-width: 1100px;
  }

  .heading-four-7 {
    font-size: 80px;
    line-height: 80px;
  }

  .section-10 {
    width: 90vw;
    margin-top: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-one-main-wrapper {
    grid-template-columns: 1.5fr 1fr 1.5fr;
  }

  .home-one-hero-merquee {
    margin-top: 0;
    padding-top: 40%;
    padding-bottom: 0%;
    position: sticky;
  }

  .home-one-hero, .home-one-hero-main-backgound-image-influence {
    height: 140vh;
  }

  .about-text {
    font-size: 90px;
  }

  .heading-five.change-color-white.text-align-center {
    text-overflow: clip;
    overflow-wrap: normal;
  }

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

  .footer-one-ball-wrapper {
    display: block;
  }

  .footer-one-heading {
    margin-left: -40px;
  }

  .footer-one-wrapper {
    padding-bottom: 60px;
  }

  .footer-one-arrow-top {
    bottom: 43%;
    right: 15px;
  }

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

  .home-two-big-text {
    font-size: 300px;
  }

  .home-two-service-top {
    height: 250px;
  }

  .change-color-grey {
    object-fit: fill;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .home-two-project-top {
    padding-right: 100px;
  }

  .home-two-team-main {
    padding-top: 100px;
  }

  .footer-two-wrapper {
    padding-right: 40px;
    position: relative;
  }

  .home-two-team-right-image {
    width: auto;
  }

  .home-three-about {
    margin-top: 100px;
    padding-top: 0;
  }

  .home-three-project-details {
    padding-bottom: 80px;
  }

  .home-three-project-left, .home-three-project-one {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-three-team-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-three-testimonial-main {
    margin-right: -79vw;
  }

  .footer-three-wrapper {
    grid-template-columns: 1.2fr .8fr .9fr;
  }

  .about-one-about-right {
    padding-top: 60px;
  }

  .about-one-about-image {
    height: 800px;
  }

  .about-one-work-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-one-project-right-image.padding-around {
    padding-left: 30px;
  }

  .about-two-work {
    margin-top: 0;
  }

  .about-two-work-heading {
    max-width: 600px;
  }

  .about-two-work-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-three-rating-item-bar {
    width: 689px;
  }

  .about-three-portfolio-bottom {
    padding-right: 60px;
  }

  .home-three-service-item-small-heading {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .home-three-service-item-small-details {
    max-width: 293px;
    margin-left: 40px;
  }

  .service-three-effect-wrapper {
    height: 618px;
  }

  .service-one-service-main {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-one-business-wrapper {
    padding-left: 90px;
    padding-right: 90px;
  }

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

  .service-two-about-main {
    padding-left: 60px;
    padding-right: 60px;
  }

  .service-three-work-item-main {
    padding-left: 0;
    padding-right: 60px;
  }

  .service-three-work-item-main:hover {
    padding-left: 60px;
  }

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

  .blog-two-post-date.change-style {
    margin-bottom: 15px;
  }

  .blog-two-post-item-details.black-item {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .pricing-plan-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-one-hero-main {
    height: 35vh;
  }

  .home-one-project-main {
    right: 40px;
  }

  .hover-style {
    left: -9%;
  }

  .landing-product-image {
    left: -5.7%;
  }

  .home-one-hero-main-backgound-image-influence-analytics {
    height: 130vh;
  }

  .home-one-hero-main-backgound-image-influence-email {
    height: 160vh;
  }

  .about-text-copy {
    font-size: 90px;
  }

  .nav-header-text {
    font-size: 2.5rem;
  }

  .menu-logo {
    width: 8rem;
  }

  .text-wrap {
    width: 800px;
  }

  .home-one-hero-merquee-2, .home-one-hero-merquee-3 {
    padding-bottom: 400px;
  }

  .navbar_dropdown {
    min-width: 100px;
  }

  .navbar_submenu-item {
    font-size: 19px;
  }

  .navbar_dropdown-link.is-small {
    font-size: 1rem;
  }

  .home-one-hero-main-backgound-image-webd, .home-one-hero-main-backgound-image-ux, .home-one-hero-main-backgound-image-ui, .home-one-hero-main-backgound-image-webdev {
    height: 160vh;
  }

  .navbar_submenu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
  }

  .navbar-4 {
    display: none;
  }

  .navbar_submenu-list-copy {
    min-width: 25%;
  }

  .navbar_submenu-item-copy {
    font-size: 19px;
  }

  .navbar_submenu-list-copy-2 {
    min-width: 25%;
  }

  .navbar_submenu-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
  }

  .navbar_submenu-list-copy-3 {
    min-width: 25%;
  }

  .section-2 {
    background-image: url('../images/Animated-Shape.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .message {
    width: 50%;
  }

  .navbar_submenu-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
  }

  .navbar_submenu-list-copy-4 {
    min-width: 25%;
  }

  .navbar_dropdown-link-2.is-small {
    font-size: 1rem;
  }

  .navbar_submenu-list-copy-5, .navbar_submenu-list-copy-6 {
    min-width: 25%;
  }

  .navbar_submenu-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
  }

  .navbar_submenu-list-copy-7, .navbar_submenu-list-copy-8 {
    min-width: 25%;
  }

  .insighta-blog-section {
    margin-top: 0;
  }

  .home-three-about-showcase {
    margin-top: 0;
    padding-top: 160px;
  }

  .fre-wrap-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .faefaf.w--open {
    width: 105vw;
  }

  .home-one-project-button-2 {
    right: 30%;
  }

  .home-one-project-main-text-2 {
    margin-left: 0;
  }

  .home-one-project-text-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    left: 5%;
  }

  .home-one-project-main-2 {
    right: 40px;
  }

  .brz-selection-1 {
    font-size: 14px;
  }

  .brz-wrap-icon-2 {
    width: 402px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-font.social-media-hover.change-fonrt-style.hover:hover {
    color: #fff;
  }

  .button-font.change-color-white.chnage-wight.hover-link:hover, .chnage-font-style.hover-link:hover, .chnage-font-style.hover-link:hover, .chnage-font-style.hover-link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .nav__brand.w--current {
    inset: auto 0%;
  }

  .nav-button:hover {
    width: 120px;
  }

  .home-hero-text.change-font-size {
    width: 100vw;
    font-size: 7vw;
  }

  .navbar_dropdown {
    min-width: auto;
  }

  .navbar_desktop-view {
    flex: 1;
    min-width: 100%;
  }

  .navbar_link-2 {
    position: relative;
  }

  .navbar-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    display: none;
  }

  .div-block-1748 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100vw;
    display: flex;
  }

  .section-2 {
    background-color: #000;
    background-image: url('../images/Animated-Shape.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .container-2 {
    width: 60%;
  }

  .heading {
    margin-top: 0;
  }

  .text-span-2 {
    display: flex;
  }

  .message {
    width: 35%;
  }

  .heading-4 {
    font-size: 173px;
  }

  .div-block-1778, .div-block-1779 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 100vw;
    display: flex;
  }

  .about-three-growth-item-paragraph-copy {
    max-width: 800px;
  }

  .home-three-about-showcase {
    margin-top: 0;
    padding-top: 160px;
  }

  .blog-box.hidden {
    display: none;
  }

  .fre-wrap-6 {
    width: 23vw;
  }

  .fre-grid-1 {
    width: 25vw;
  }

  .fre-wrap-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .overlay22 {
    background-color: #0000;
  }

  .faefaf.w--open {
    width: 100vw;
    margin-top: 0;
    margin-left: -313px;
    margin-right: 100px;
    padding-top: 0;
  }

  .blog-box-2.hidden {
    display: none;
  }

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

  .home-one-tool-item-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-one-project-button-2 {
    right: 35%;
  }

  .home-one-project-main-text-2 {
    margin-left: 0;
  }

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

  .home-one-project-text-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    left: 5%;
  }

  .home-one-project-main-2 {
    right: 100px;
  }

  .brz-grid-1-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .brz-wrap-wrap {
    padding-top: 2em;
    padding-bottom: 0;
    position: static;
    top: auto;
    bottom: 0;
  }

  .brz-wrap-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start center;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .brz-grid-1-copy {
    width: auto;
  }

  .brz-wrap-wrap-copy {
    border-top-color: #0f0f0f;
  }

  .image-7 {
    padding-top: 2rem;
  }

  .image-8 {
    opacity: 100;
    width: 37%;
    margin-left: 100px;
    margin-right: auto;
  }

  .brz-wrap-icon-2 {
    width: 366px;
    margin-top: 0;
  }

  .brz-wrap-wrap-copy {
    padding-top: 2em;
  }

  .social-block, .social-block-copy {
    border-top-color: #0f0f0f;
  }

  .paragraph-23 {
    width: 100%;
    max-width: 362px;
  }

  .brand-5 {
    min-width: auto;
    max-width: 500px;
  }

  .image-9 {
    min-width: 80vw;
  }

  .hero-section-frame {
    height: 100vh;
  }

  .brz-wrap-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start center;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .brz-wrap-wrap-copy-2, .social-block-2 {
    border-top-color: #0f0f0f;
  }

  .image-10 {
    padding-top: 2rem;
  }

  .paragraph-25 {
    width: 100%;
    max-width: 362px;
  }

  .brz-grid-1-copy-2 {
    width: auto;
  }

  .image-11 {
    opacity: 100;
    width: 37%;
    margin-left: 100px;
    margin-right: auto;
  }
}

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

  .navbar-one {
    padding-left: 0;
    padding-right: 30px;
  }

  .navbar-one.change-style-nav-two.desktop-display-off {
    display: block;
    position: static;
  }

  .heading-six.chnage-heading-color.responsive-align-center {
    text-align: center;
  }

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

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

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

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

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

  .social-media-main-icon-wrapper {
    display: none;
  }

  .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.change-secondary-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-hero-merquee {
    padding-top: 56%;
    padding-bottom: 0;
  }

  .home-one-project-top-wrapper {
    display: none;
  }

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

  .button-font.chnage-color-grey.responsive-color-change, .button-font.chnage-color-dark-grey.scroll-effect.responsive-color-white {
    color: #fff;
  }

  .button-font.chnage-rotation {
    width: auto;
    margin-top: 0;
    transform: none;
  }

  .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: var(--white);
    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;
  }

  .home-one-hero {
    height: 80vh;
  }

  .merquee-text {
    font-size: 200px;
    line-height: 180px;
  }

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

  .logo-font.change-color:where(.w-variant-3079017a-dfbf-6ff7-2de5-52d9b2846a09) {
    color: var(--background-color);
  }

  .home-one-hero-main-backgound-image-influence {
    height: 100%;
  }

  .nav-arrow, .home-one-about-main-effect {
    display: none;
  }

  .button-background {
    width: 100%;
  }

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

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

  .button-arrow-wrapper {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-about-green-line {
    width: 100%;
  }

  .about-text {
    line-height: 70px;
  }

  .home-one-about-main-text {
    padding-bottom: 10px;
  }

  .home-one-about-effect-line, .home-one-about-effect-line.change-gap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .button-arrow {
    filter: invert();
  }

  .responsive-about-main-effect {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .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.change-color-white {
    font-size: 50px;
  }

  .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.chnage-position-sticky {
    position: static;
  }

  .medium-container.gutter-space {
    padding-left: 15px;
    padding-right: 15px;
  }

  .medium-container.service-one-business-position-sticky {
    position: relative;
  }

  .change-font {
    letter-spacing: 0;
  }

  .change-padding.text-align-center.change-heading-color.responsive-color-white {
    color: #fff;
  }

  .change-padding.change-heading-color.text-align-center.chnage-font-size {
    font-size: 100px;
    line-height: 80px;
  }

  .home-one-logo-overlay {
    display: none;
  }

  .home-one-logo-section {
    padding-bottom: 70px;
    position: static;
  }

  .home-one-logo-item {
    max-width: 100%;
  }

  .home-one-logo-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-one-logo-wrapper.one, .home-one-logo-wrapper.two {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-two {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-two.change-font {
    letter-spacing: 0;
  }

  .heading-two.change-font-style {
    font-size: 100px;
  }

  .home-one-logo-heading-overlay, .home-one-logo-heading-overlay.change-height {
    display: none;
  }

  .home-one-service-main-image {
    overflow: hidden;
    transform: none;
  }

  .home-one-service-main {
    height: 80vh;
    position: relative;
  }

  .home-one-service {
    height: auto;
  }

  .heading-one {
    font-size: 140px;
    line-height: 120px;
  }

  .heading-four {
    font-size: 60px;
    line-height: 60px;
  }

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

  .heading-four.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .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-reason {
    padding-bottom: 0;
  }

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

  .home-one-effect-wrapper {
    padding-top: 0;
    position: relative;
  }

  .heading-three {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-three.text-align-center.three.responsive-display-off, .heading-three.text-align-center.five.responsive-display-off, .heading-three.text-align-center.four.responsive-display-off {
    display: none;
  }

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

  .home-one-effect {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-effect-overlay {
    display: none;
  }

  .home-one-effect-sticky {
    height: auto;
    padding-top: 0;
    position: static;
  }

  .home-one-testimonial-item, .home-one-testimonial-small-wrapper {
    max-width: 100%;
  }

  .home-one-testimonial-main-image {
    transform: scale(.6);
  }

  .home-one-testimonial-background-wrapper {
    display: none;
    inset: 0%;
  }

  .home-one-testimonial-round {
    display: none;
  }

  .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-wrapper, .footer-one-heading {
    flex: 1;
  }

  .footer-one-right-item-main.change-gap {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .footer-one {
    height: auto;
    padding-top: 70px;
  }

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

  .footer-one-wrapper {
    padding-bottom: 70px;
  }

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

  .footer-one-arrow-top {
    display: none;
  }

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

  .home-one-service-overlay {
    display: none;
  }

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

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

  .home-two-hero-flower {
    opacity: .8;
  }

  .home-two-big-text {
    font-size: 150px;
  }

  .nav-two {
    padding-top: 0;
    padding-right: 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-text-top {
    display: none;
  }

  .home-two-text-main {
    justify-content: center;
    align-items: flex-start;
  }

  .responsive-text {
    display: block;
  }

  .home-two-text-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-text-button {
    padding-top: 20px;
  }

  .diamond-image-new {
    width: 100%;
    height: 100%;
  }

  .home-two-text-middle {
    display: none;
  }

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

  .home-two-project-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .change-color-grey.responsive-align-center {
    text-align: center;
  }

  .change-color-grey.responsive-width {
    max-width: 100%;
  }

  .home-two-project {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-project-main {
    position: static;
  }

  .heading-three-new {
    font-size: 80px;
    line-height: 80px;
  }

  .home-one-logo-heading-overlay-new.change-height {
    display: none;
  }

  .home-two-project-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-two-project-top-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .home-two-defence {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .change-color-dark-grey.responsive-color-white {
    color: #fff;
  }

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

  .home-two-news-wrapper {
    justify-content: flex-start;
    padding-bottom: 40px;
  }

  .home-two-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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-right {
    display: none;
  }

  .home-two-news-left-heading {
    max-width: 100%;
  }

  .home-two-news-inner-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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-left-button {
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .nav-bar-three {
    padding-right: 0;
  }

  .nav-bar-three-hambarger {
    justify-content: flex-end;
    align-items: center;
    display: none;
    position: static;
  }

  .nav-bar-three-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .nav-bar-three-link {
    display: none;
  }

  .home-three-hero {
    height: 80vh;
  }

  .home-three-about-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .home-three-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-about-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .home-three-about-bottom-wrapper {
    max-width: 100%;
  }

  .home-three-vedio-email {
    display: none;
  }

  .home-three-project-item-image {
    width: 100%;
  }

  .home-three-project-client-image {
    width: 11%;
    min-width: 200px;
  }

  .white-arrow {
    display: none;
  }

  .home-three-project-left {
    padding-top: 30px;
    padding-bottom: 40px;
    position: static;
  }

  .home-three-project-heading {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .home-three-project-middle {
    flex: 0 auto;
    height: auto;
  }

  .home-three-project-percentage {
    padding-top: 40px;
  }

  .home-three-project-client-details {
    max-width: 197px;
  }

  .home-three-project {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-project-one.two {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .home-three-project-one.one {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-three-project-one.three {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-three-project-main {
    flex-flow: column;
  }

  .home-three-project-arrow-wrapper {
    display: none;
  }

  .home-three-project-client {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column dense;
    place-content: space-around stretch;
    justify-items: start;
    display: flex;
  }

  .home-three-service-bottom-head {
    padding-bottom: 40px;
  }

  .home-three-work-round-button {
    display: none;
  }

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

  .home-three-work-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-work-item {
    padding-right: 0;
  }

  .home-three-work-heading {
    max-width: 100%;
  }

  .home-three-work-top-overlay {
    display: none;
  }

  .home-three-work-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .home-three-work-top-wrapper.responsive-display-off {
    display: none;
  }

  .home-three-work-button {
    padding-top: 40px;
  }

  .home-three-team-member-image {
    flex: 0 50%;
  }

  .home-three-team-button {
    margin-top: 40px;
  }

  .home-three-team-details {
    flex: 1;
  }

  .home-two-team-main-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 40px;
    display: flex;
  }

  .home-three-team-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    width: 100%;
  }

  .home-three-team-item.change-padding-top {
    margin-top: 0;
    margin-left: 0;
  }

  .home-three-team-item.change-padding-top.four, .home-three-team-item.change-padding-top.four.six, .home-three-team-item.change-padding-top.two {
    margin-top: 0;
  }

  .home-three-team {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-team-heading-image {
    display: none;
  }

  .home-three-team-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-three-team-top.chnage-margin-left {
    flex-flow: column-reverse;
    margin-top: 0;
  }

  .home-three-team-name {
    max-width: 100%;
  }

  .home-three-awards.chnage-boittom-padding {
    padding-bottom: 70px;
  }

  .home-three-awrads-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-awrads-heading {
    max-width: 100%;
  }

  .home-three-awards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-three-awrads-main {
    width: 100%;
  }

  .home-three-testimonial-main {
    flex-flow: column;
    margin-right: 0;
  }

  .home-three-testimonial {
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .home-three-testimonial-main-content {
    max-width: 100%;
  }

  .home-three-testimonial-main-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-three-testimonial-content {
    max-width: 100%;
  }

  .home-three-testimonial-star {
    padding-top: 0;
  }

  .home-three-testimonial-star.padding-top {
    padding-top: 20px;
  }

  .home-three-testimonial-item-two {
    padding-right: 40px;
  }

  .home-three-testimonial-item-two.responsive-dispaly-off {
    display: none;
  }

  .home-three-testimonial-top.change-style {
    padding-bottom: 40px;
  }

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

  .about-one-hero {
    height: 80vh;
    position: relative;
    top: auto;
  }

  .social-media-main-icon-wrapper-main {
    opacity: 0;
  }

  .navbar-one-new.chnage-position-stiky {
    padding-left: 0;
    padding-right: 30px;
  }

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

  .about-one-about-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .small-heading-text-new.responsive-coloe-white.responsive-align-center {
    text-align: center;
  }

  .about-one-about-right {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .about-one-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-about-image {
    height: auto;
  }

  .about-one-about-left {
    border-right-width: 0;
    padding-top: 40px;
  }

  .about-one-about-details {
    max-width: 100%;
  }

  .about-one-about-left-button {
    padding: 10px 20px 8px;
  }

  .about-one-client {
    flex-flow: row;
  }

  .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-logo {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-logo-left {
    max-width: 500px;
  }

  .about-one-logo-wrapper {
    flex-flow: column;
  }

  .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-awards {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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, .about-one-faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-two-toogle {
    max-width: 100%;
  }

  .about-two-hero-image-main {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .about-two-hero {
    height: auto;
  }

  .about-two-hero-image {
    height: 100%;
  }

  .about-two-hero-text {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-two-hero-wrapper {
    height: 80vh;
  }

  .nav-one-menu-main {
    display: none;
  }

  .about-two-merquee-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-work-image-main {
    width: 100%;
    height: auto;
  }

  .about-two-work-text-top {
    padding-bottom: 70px;
  }

  .about-two-work-bottom-text-heading {
    padding-bottom: 20px;
  }

  .about-two-work-image {
    width: 100%;
    position: static;
  }

  .about-two-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-work-heading {
    max-width: 100%;
  }

  .about-two-work-wrapper {
    flex-flow: column;
  }

  .about-two-work-graph {
    max-width: 100%;
  }

  .about-two-experience {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-experience-main {
    justify-content: center;
    align-items: center;
  }

  .about-two-process-heading {
    max-width: 100%;
  }

  .service-one-project-item-details {
    padding-top: 10px;
  }

  .service-one-project-main {
    flex: 0 60%;
    width: 100%;
  }

  .service-one-project-details {
    padding-top: 15px;
  }

  .about-two-process-main {
    width: 100%;
  }

  .about-two-process {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .about-two-process-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 20px;
  }

  .about-two-awards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-two-contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .about-three-growth-heading {
    margin-bottom: 20px;
  }

  .about-three-growth {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .about-three-growth-overlay {
    display: none;
  }

  .about-three-growth-item-image {
    width: auto;
    height: auto;
  }

  .about-three-growth-item {
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .about-three-growth-item.change-bottom-padding {
    border-bottom-width: 1px;
    padding-top: 20px;
  }

  .about-three-growth-item.chnmage-padding-direction {
    padding-left: 0;
  }

  .about-three-growth-item.chnmage-padding-direction.chnage-bottom-padding {
    padding-top: 20px;
    padding-left: 0;
  }

  .about-three-growth-main {
    grid-template-columns: 1fr;
  }

  .about-three-team-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: grid;
  }

  .about-three-team {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-team-main-heading {
    max-width: 100%;
  }

  .about-there-team-item-main {
    width: 100%;
    padding-right: 0;
  }

  .about-there-team-item-main.responsive-display-off {
    display: none;
  }

  .about-three-team-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-there-logo {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-rating-item {
    grid-template-columns: 1fr;
  }

  .about-three-rating-bar {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-rating-item-text {
    max-width: 100%;
  }

  .about-there-rating {
    padding-bottom: 70px;
  }

  .about-three-rating-percentage {
    flex: 0 16%;
  }

  .about-three-rating-wrapper {
    padding: 60px 20px;
  }

  .about-three-portfolio-bottom-right {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 1;
  }

  .about-three-portfolio-middle-right {
    margin-bottom: 0;
  }

  .about-three-portfolio-bottom {
    margin-top: 40px;
  }

  .about-three-portfolio-bottom-left {
    flex: 1;
  }

  .about-three-portfolio-image-wrapper {
    margin-top: 0;
    padding-top: 40px;
    position: static;
  }

  .about-three-portfolio-wrapper {
    height: auto;
    padding-top: 0;
    position: static;
  }

  .about-three-portfolio-middle {
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }

  .about-three-portfolio {
    height: auto;
  }

  .about-one-about-paragraph {
    padding-top: 10px;
  }

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

  .home-three-about-text-overlay-new {
    display: none;
  }

  .service-one-about {
    padding-top: 70px;
  }

  .service-three-effect {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .service-three-effect-wrapper {
    flex-flow: column;
    height: auto;
  }

  .service-three-effect-item.one, .service-three-effect-item.three, .service-three-effect-item.two, .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-business-left {
    width: 100%;
  }

  .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-business-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-one-business-customer-rating {
    flex-flow: column;
  }

  .service-one-business-left-heading-line {
    flex: 1;
  }

  .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-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-two-text-overlay {
    display: none;
  }

  .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-planning-line {
    display: none;
  }

  .service-two-planning {
    padding-bottom: 70px;
  }

  .service-two-planning-wrapper {
    flex-flow: column;
    margin-top: 40px;
  }

  .service-two-planning-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-two-green-line {
    height: 100%;
  }

  .service-two-about-main-heading.overflow-hidden {
    max-width: 100%;
  }

  .service-two-about-image {
    display: none;
  }

  .service-two-about-heading {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .service-two-testimonial-item-details {
    padding-bottom: 40px;
  }

  .service-two-about-main {
    padding: 70px 20px;
  }

  .service-two-about-testimonial {
    grid-template-columns: 1fr;
  }

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

  .service-two-contact {
    padding-top: 70px;
  }

  .background-video {
    height: 500px;
  }

  .service-two-vedio-overlay {
    display: none;
  }

  .responsive-service-hero-image {
    pointer-events: none;
    background-image: linear-gradient(#00000080, #00000080);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .service-three-hero {
    padding-top: 140px;
  }

  .service-three-hero-banner {
    height: 400px;
  }

  .service-three-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-project-item-paragraph {
    max-width: 100%;
  }

  .service-three-project-item-heading {
    width: 100%;
  }

  .service-project-item {
    border-right-width: 0;
    width: 100%;
    padding-right: 0;
  }

  .service-three-project-item-details {
    width: 100%;
  }

  .service-project-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-text-heading {
    margin-bottom: 70px;
  }

  .service-three-text-heading.overflow-hidden {
    margin-bottom: 40px;
  }

  .service-three-vedio-overlay {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 70px;
    padding-right: 0;
  }

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

  .service-three-work-item-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-three-work-item-details {
    max-width: 100%;
  }

  .service-three-work-item-main {
    flex-flow: column;
    padding: 20px 0;
  }

  .service-three-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-work-main {
    padding-top: 20px;
  }

  .service-there-testimonial {
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .service-there-testimonial.change-responsive-padding {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .team-one-hero-main-wrapper {
    height: 80vh;
  }

  .team-one-hero-inner-wrapper {
    height: 100%;
  }

  .team-one-hero-main {
    height: 80vh;
  }

  .team-one-hero {
    height: auto;
  }

  .team-one-hero-image-main {
    width: 100%;
    height: 100%;
  }

  .team-one-hero-member {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-two-merquee {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .team-two-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-two-member-item-overlay {
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
  }

  .team-two-merquee-item {
    padding-right: 0;
  }

  .team-two-merquee-item.responsive-display-off {
    display: none;
  }

  .team-two-member-merquee {
    justify-content: center;
    align-items: center;
  }

  .team-three-banner {
    height: 80vh;
  }

  .team-three-banner-button {
    padding-top: 40px;
  }

  .team-three-member {
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .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-two-post-main {
    flex-flow: column;
  }

  .blog-two-post-date.change-style {
    max-width: 100%;
  }

  .blog-two-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .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-headinblogg {
    padding-bottom: 40px;
  }

  .blog-box-black {
    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-one-banner-text-wrapper {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .portfolio-one-hero {
    height: auto;
    overflow: hidden;
  }

  .portfolio-one-banner {
    height: auto;
  }

  .portfolio-one-banner-line-wrapper {
    display: none;
  }

  .portfolio-one-banner-image {
    height: 60vh;
  }

  .small-heading-text-main.change-style {
    max-width: 100%;
  }

  .small-heading-text-main.responsive-color-white {
    color: #fff;
  }

  .portfolio-two-main-item-image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .portfolio-two-details {
    padding-bottom: 20px;
  }

  .portfolio-two-hero {
    padding-top: 140px;
  }

  .portfolio-two-text-overlay {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-two-main-text-wrapper {
    position: static;
  }

  .portfolio-three-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .portfolio-three-main {
    grid-row-gap: 20px;
  }

  .portfolio-three-image-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .insights-details-text {
    max-width: 100%;
  }

  .insights-layout {
    flex-flow: column;
  }

  .insights-blog-text-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 15px;
    position: static;
  }

  .insights-image-one {
    height: auto;
    position: static;
  }

  .insights-main-image {
    width: 100%;
  }

  .portfolio-two-project-overlay {
    display: none;
  }

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

  .contact-one-hero-design-left {
    display: none;
  }

  .contact-one-hero-design-middle {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .contact-one-hero-design-right {
    display: none;
  }

  .contact-one-hero-design {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-one-hero-small-heading.overflow-hidden {
    padding-bottom: 20px;
  }

  .contact-two-form-left {
    max-width: 100%;
  }

  .contact-two-contact-form {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .contact-two-hero {
    padding-top: 100px;
  }

  .contact-two-form-right-main {
    width: 100%;
  }

  .contact-two-form-item {
    width: 100%;
    max-width: 100%;
  }

  .contact-two-form-main, .contact-two-form-right {
    width: 100%;
  }

  .contact-two-form-wrapper {
    flex-flow: column;
  }

  .contact-two-contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-two-service-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
  }

  .contact-three-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-three-hero-main {
    padding-bottom: 40px;
  }

  .contact-three-contact-form {
    padding-left: 0;
  }

  .contact-three-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .contact-three-hero-heading.overflow-hidden {
    max-width: 100%;
  }

  .contact-three-contact-left {
    border-right-width: 0;
  }

  .contact-three-item {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .contact-three-item-image {
    width: 100%;
    max-width: none;
  }

  .contact-three-branch {
    padding-top: 70px;
  }

  .contact-three-item-left {
    width: 100%;
    padding-top: 0;
  }

  .contact-three-item-location-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-three-branch-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .contact-three-item-location {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

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

  .pricing-row-right-column, .pricing-plan-item {
    width: 100%;
  }

  .pricing-plan-plan-heading {
    padding-bottom: 20px;
  }

  .pricing-table-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .pricing-table-row.pricing-table-inner-row.responsive-background-color {
    background-color: #ffffff1a;
    border-radius: 20px;
  }

  .pricing-table-row.pricing-table-inner-row.price-row {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .pricing-table-row.pricing-table-inner-row.price-row.display-off {
    display: none;
  }

  .pricing-plan-button-wrapper {
    padding-bottom: 40px;
  }

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

  .pricing-plan-main {
    padding-bottom: 70px;
  }

  .monthly-text.change-heading-color.responsive-change-color {
    color: #5c5c5c;
  }

  .pricing-row-left-column.tab-display-off, .pricing-row-left-column.chnage-opacity {
    display: none;
  }

  .pricing-plan-main-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .pricing-plan-item-wrapper {
    flex-flow: column;
  }

  .pricing-plan-hover {
    display: none;
  }

  .pricing-plan-plan-main {
    padding-bottom: 70px;
  }

  .menu-button-main {
    padding: 18px 15px;
  }

  .menu-button-main.w--open {
    background-color: #c8c8c800;
  }

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

  .nav-three {
    justify-content: space-between;
  }

  .nav-three-click {
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .contact-one {
    overflow: hidden;
  }

  .change-font-size {
    font-size: 90px;
    line-height: 80px;
  }

  .home-one-project-main {
    display: none;
  }

  .landing-banner-image-wrapper {
    width: 100%;
  }

  .banner-left-panel {
    display: none;
  }

  .landing-banner-main-wrapper {
    grid-row-gap: 40px;
  }

  .about-image-wrapper {
    width: 100%;
  }

  .banner-right-panel-image-wrapper {
    display: none;
  }

  .landing-banner-content-wrapper {
    padding-top: 120px;
  }

  .landing-page-query {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-query-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .landing-page-query-main.padding-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .landing-page-query-left {
    max-width: 100%;
  }

  .landing-page-query-right {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .landing-page-query-right.change-width {
    max-width: 100%;
    display: flex;
  }

  .landing-page-query-text {
    justify-content: flex-start;
    align-items: center;
  }

  .landing-page-query-plus {
    margin-top: 0;
  }

  .landing-page-query-paragraph {
    max-width: 100%;
  }

  .homepage-text-wrapper {
    flex: 1;
  }

  .overlay-line-wrapper {
    display: none;
  }

  .landing-home-page-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-main-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .landing-main-wrapper.change-display {
    padding-top: 10px;
  }

  .landing-page-item-image {
    cursor: auto;
  }

  .landing-inner-page {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .landing-page-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-pge-cta-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .landing-page-cta-left, .landing-page-cta-right {
    width: 100%;
  }

  .landing-page-cta-paragraph {
    width: 100%;
    max-width: 100%;
  }

  .landing-page-cms, .landing-page-cms-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-utility {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .landing-page-utility-paragraph {
    padding-bottom: 40px;
  }

  .landing-page-shop {
    padding-bottom: 70px;
  }

  .landing-shop-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .fit-cover.shop-image {
    width: 100%;
    height: 100%;
  }

  .shop-big-text {
    font-size: 200px;
    line-height: 210px;
  }

  .landing-page-footer {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .view-button-wrapper {
    display: none;
  }

  .license-hero-main {
    padding-top: 40px;
  }

  .licensing-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licencing-section {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .changelog-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .style-guied-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guied-color-option {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .style-guied-typography {
    padding-bottom: 70px;
  }

  .landing-page-bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .customization-offer-main {
    grid-template-columns: 1fr;
  }

  .customization-offer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-customization-heading-two, .spacial-card-v3-main, .cta-customization-heading {
    max-width: none;
  }

  .home-one-hero-main-backgound-image-orm, .home-one-hero-main-backgound-image-influence-ppc {
    height: 100%;
  }

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

  .home-one-hero-main-backgound-image-influence-cro, .home-one-hero-main-backgound-image-influence-social {
    height: 100%;
  }

  .home-three-service-main-copy, .home-three-service-main-social {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-hero-main-backgound-image-influence-analytics, .home-one-hero-main-backgound-image-influence-seo {
    height: 100%;
  }

  .home-three-service-main-seo {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-hero-main-backgound-image-influence-email {
    height: 100%;
  }

  .home-three-service-main-email {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-hero-main-backgound-image-influence-content {
    height: 100%;
  }

  .home-three-service-main-content {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-hero-main-backgound-image-influence-stratgic, .home-one-hero-main-backgound-image-influence-pm {
    height: 100%;
  }

  .nav__link {
    letter-spacing: .04rem;
    text-transform: none;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 300;
  }

  .nav__link:hover, .nav__link:active, .nav__link:focus {
    color: #fff;
  }

  .nav__link.nav__link--parent {
    display: none;
  }

  .nav__link.nav__link--dropdown, .nav__link.nav__link--dropdown:hover, .nav__link.nav__link--dropdown:active {
    color: #fff;
  }

  .nav__svg-embed {
    margin-left: .25rem;
  }

  .nav__brand.w--current {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .nav__bg {
    background-color: #0b0d0fe6;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
  }

  .nav__mobile-title {
    color: #fff;
    letter-spacing: .1rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Lato, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 4.5rem;
    display: block;
    position: relative;
  }

  .nav__dropdown {
    box-shadow: none;
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .nav {
    height: 4rem;
  }

  .nav__logo {
    width: auto;
    height: 2rem;
    margin-top: auto;
  }

  .nav__link-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav__link-wrapper.nav__link-wrapper--right {
    padding-bottom: 4rem;
  }

  .nav__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 4rem;
    padding-bottom: 4rem;
    position: absolute;
  }

  .nav__toggle {
    z-index: 101;
    display: flex;
  }

  .nav__link-group {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-one-hero-main-backgound-image-exec {
    height: 100%;
  }

  .service-one-business-left-copy, .service-one-business-left-2 {
    width: 100%;
  }

  .about-text-copy {
    line-height: 70px;
  }

  .nav-links-wrap {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    width: 50%;
  }

  .nav-header-text {
    font-size: 2em;
  }

  .nav-head-wrap {
    padding-bottom: 1.4rem;
  }

  .text-wrap {
    width: 470px;
  }

  .hero-header {
    font-size: 6rem;
  }

  .home-hero-text.text-align-center.change-heading-color.responsive-color-white {
    color: #fff;
  }

  .home-hero-text.change-heading-color.text-align-center.chnage-font-size {
    font-size: 100px;
    line-height: 80px;
  }

  .button-arrow-wrapper-2 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-hero-main-backgound-image {
    height: 100%;
  }

  .home-one-hero-merquee-2 {
    padding-bottom: 180px;
  }

  .merquee-text-2 {
    font-size: 200px;
    line-height: 180px;
  }

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

  .home-one-hero-2 {
    height: 80vh;
  }

  .button-background-2 {
    width: 100%;
  }

  .home-one-hero-main-backgound-image-2 {
    background-image: url('../images/dhtdhd.jpg');
    height: 100%;
  }

  .home-one-hero-merquee-3 {
    padding-bottom: 180px;
  }

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

  .home-one-hero-3 {
    height: 80vh;
  }

  .grid-5-columns.dropdown-links-full-width {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.full-width {
    box-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 0;
    position: static;
    top: 0;
    transform: none;
  }

  .dropdown-column-wrapper.full-width.w--open {
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
  }

  .header-full-width-wrapper {
    position: static;
  }

  .dropdown-toggle-2.static {
    position: relative;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-menu-wrapper.static {
    width: 100%;
    position: absolute;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.middle.full-width {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-wrapper.static {
    position: relative;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-default.dropdown-full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-full-width-container {
    box-shadow: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_submenu-item.is-bold {
    font-size: 1.5rem;
  }

  .navbar_submenu {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    max-width: 100%;
    position: static;
    top: 0;
  }

  .navbar_button-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    overflow: auto;
  }

  .navbar_mobile-search-wrap {
    border-right: 0 #fff;
    display: block;
  }

  .navbar_dropdown-toggle {
    color: #ffffff80;
    border-bottom: 1px solid #ffffff80;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .navbar_dropdown-toggle:hover {
    color: #ffffff4d;
    border-bottom-color: #ffffff4d;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_left-widget {
    width: 100%;
    max-width: 20rem;
    height: 100%;
    margin-top: 2rem;
    position: relative;
    top: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0;
  }

  .navbar_dropdown-link.is-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_mobile-view {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-desktop-only {
    display: block;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_desktop-view {
    display: none;
  }

  .navbar_submenu-col {
    width: 100%;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    margin-left: 0;
    display: flex;
  }

  .navbar_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list-2.w--open {
    border-style: none;
    height: auto;
    padding: 1rem 0;
    position: static;
  }

  .home-one-hero-main-backgound-image-webd, .home-one-hero-main-backgound-image-ux, .home-one-hero-main-backgound-image-ui, .home-one-hero-main-backgound-image-webdev {
    height: 100%;
  }

  .service-three-service-top-heading-gd {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .heading-three-copy {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-three-copy.text-align-center.three.responsive-display-off, .heading-three-copy.text-align-center.five.responsive-display-off, .heading-three-copy.text-align-center.four.responsive-display-off {
    display: none;
  }

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

  .heading-three-3 {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-four-6, .heading-four-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-c123 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-c123.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-c123.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-c123.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-four-copy7 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-copy7.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-copy7.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-copy7.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-four-copy9 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-copy9.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-copy9.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-copy9.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-four-email {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-email.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-email.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-email.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-four-cdev {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-cdev.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-cdev.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-cdev.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-four-draph {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-draph.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-draph.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-draph.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .home-one-logo-section-logo {
    padding-bottom: 70px;
    position: static;
  }

  .navbar_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_logo-link-2 {
    background-image: url('../images/XclusiveXposure-logo.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }

  .navbar_logo-link-2.w--current {
    background-image: none;
    align-self: auto;
    min-width: 300px;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: block;
  }

  .navbar_submenu-2 {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    max-width: 100%;
    position: static;
    top: 0;
  }

  .navbar_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_submenu-3 {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    max-width: 100%;
    position: static;
    top: 0;
  }

  .navbar_menu-3 {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .global-styles {
    overflow: auto;
  }

  .navbar_submenu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    place-items: center stretch;
    max-width: 100%;
    display: grid;
    position: static;
    top: 0;
  }

  .navbar_menu-4 {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    max-height: 100vh;
    padding: 1rem 5% 2.5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-4 {
    background-color: #000;
    padding-top: 2rem;
    padding-bottom: 4rem;
    display: block;
  }

  .home-one-logo-section-logo-gd {
    padding-bottom: 70px;
    position: static;
  }

  .heading-four-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-copy.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-copy.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-copy.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .home-one-logo-section-lux {
    padding-bottom: 70px;
    position: static;
  }

  .service-three-service-top-heading-ux {
    flex-flow: column;
    padding-bottom: 40px;
  }

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

  .button-background-3 {
    width: 100%;
  }

  .button-arrow-wrapper-3 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .navbar_submenu-item-copy.is-bold {
    font-size: 1.5rem;
  }

  .navbar_submenu-coll {
    align-self: flex-end;
    width: 100%;
    display: block;
  }

  .navbar_submenu-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    place-items: center stretch;
    max-width: 100%;
    display: grid;
    position: static;
    top: 0;
  }

  .body-2 {
    overflow: auto;
  }

  .portfolio-two-details-copy {
    padding-bottom: 20px;
  }

  .change-padding-copy.text-align-center.change-heading-color.responsive-color-white {
    color: #fff;
  }

  .change-padding-copy.change-heading-color.text-align-center.chnage-font-size {
    font-size: 100px;
    line-height: 80px;
  }

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

  .button-background-4 {
    width: 100%;
  }

  .div-block-1752 {
    background-image: url('../images/XclusiveXposure-logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
  }

  .container-2 {
    width: 80%;
  }

  .text-span-2 {
    font-size: 50px;
    line-height: 1.1;
  }

  .message {
    width: 70%;
  }

  .section-3-copy {
    background-position: 50%;
  }

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

  .button-background-5 {
    width: 100%;
  }

  .blog-details-hero-2 {
    padding-top: 140px;
  }

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

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

  .button-background-6 {
    width: 100%;
  }

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

  .button-background-7 {
    width: 100%;
  }

  .blog-details-blog-2 {
    padding-bottom: 70px;
  }

  .navbar_submenu-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    place-items: center stretch;
    max-width: 100%;
    display: grid;
    position: static;
    top: 0;
  }

  .navbar_dropdown-link-2 {
    width: auto;
    padding: .75rem 0;
  }

  .navbar_dropdown-link-2.is-small {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_submenu-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: none;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    place-items: center stretch;
    max-width: 100%;
    display: grid;
    position: static;
    top: 0;
  }

  .heading-four-blog {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-blog.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-blog.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-blog.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .insighta-blog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .access_title-wrap {
    width: 100%;
  }

  .access_detail-wrap {
    min-width: 500px;
  }

  .about-three-growth-item-paragraph-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-four-showcase {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-showcase.change-heading-color.responsive-align-center {
    text-align: center;
  }

  .heading-four-showcase.chnage-color-grey.text-no-wrap {
    transform: none;
  }

  .heading-four-showcase.reponsive-size {
    font-size: 40px;
    line-height: 30px;
  }

  .home-three-about-showcase {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .button-background-8 {
    width: 100%;
  }

  .nav-logo-white {
    padding-left: 0;
  }

  .nav-link-wrapper {
    display: none;
  }

  .brand-4 {
    width: 50%;
    margin-left: 40px;
    padding-left: 0;
  }

  .xxxxx {
    display: block;
  }

  .icon-2 {
    color: #fff;
    font-size: 52px;
  }

  .menu-button {
    background-color: #c8c8c8;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .image-3 {
    padding-left: 20px;
  }

  .blog-box-black-pain {
    flex-flow: column;
  }

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

  .button-background-9 {
    width: 100%;
  }

  .button-arrow-wrapper-4 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .button-font-copy.chnage-color-grey.responsive-color-change, .button-font-copy.chnage-color-dark-grey.scroll-effect.responsive-color-white {
    color: #fff;
  }

  .button-font-copy.chnage-rotation {
    width: auto;
    margin-top: 0;
    transform: none;
  }

  .button-arrow-wrapper-5 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-tool-item-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-one-tool-wrapper-2 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .home-one-tool-2 {
    height: auto;
  }

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

  .button-main-13.change-button-padding {
    padding-left: 10px;
  }

  .home-one-tool-main-2 {
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .button-background-10 {
    width: 100%;
  }

  .button-arrow-wrapper-6 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-tool-3 {
    height: auto;
  }

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

  .button-main-14.change-button-padding {
    padding-left: 10px;
  }

  .home-one-tool-main-3 {
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .button-background-11 {
    width: 100%;
  }

  .button-arrow-wrapper-7 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-tool-4 {
    height: auto;
  }

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

  .button-main-15.change-button-padding {
    padding-left: 10px;
  }

  .home-one-tool-main-4 {
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .button-background-12 {
    width: 100%;
  }

  .button-arrow-wrapper-8 {
    z-index: 2;
    background-color: #070616;
    transform: scale(.8);
  }

  .home-one-tool-5 {
    height: auto;
  }

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

  .button-main-16.change-button-padding {
    padding-left: 10px;
  }

  .home-one-tool-main-5 {
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .button-background-13 {
    width: 100%;
  }

  .home-one-project-button-2 {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .home-one-project-main-text-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    display: flex;
    transform: none;
  }

  .home-one-project-text-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    left: 0%;
  }

  .home-one-project-main-2 {
    display: none;
  }

  .heading-four-7 {
    font-size: 60px;
    line-height: 60px;
  }

  .button-background-14 {
    width: 100%;
  }

  .home-one-logo-section-logo-copy {
    padding-bottom: 70px;
    position: static;
  }

  .footer-container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-section, .footer-section-2 {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .brz-selection-1 {
    font-size: 1.3vw;
  }

  .brz-grid-1-copy {
    width: 100%;
  }

  .image-8 {
    width: 50%;
  }

  .footer-third-block---f7 {
    max-width: 48%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-9 {
    display: block;
  }

  .section-8 {
    display: none;
  }

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .burger-icon {
    color: #050505;
    font-size: 1.875rem;
  }

  .nav-link-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .menu-button-2 {
    z-index: 999;
    filter: invert();
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu-11 {
    background-color: #161616;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .nav-link-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu-12 {
    background-color: #161616;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .nav-link-5 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .brz-grid-1-copy-2 {
    width: 100%;
  }

  .image-11 {
    width: 50%;
  }

  .nav-link-6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-link-wrapper-6 {
    display: none;
  }
}

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

  .social-media-main-icon-wrapper {
    display: none;
  }

  .home-one-hero-contact {
    bottom: 70px;
  }

  .home-one-hero {
    height: 70vh;
  }

  .merquee-text {
    font-size: 180px;
    line-height: 150px;
  }

  .home-one-hero-contact-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .about-text {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-five {
    font-size: 30px;
    line-height: 44px;
  }

  .heading-five.change-color-white.text-no-wrap {
    font-size: 42px;
  }

  .heading-five.chnage-color-grey.landskape-text-white {
    color: #fff;
  }

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

  .change-padding.change-heading-color.text-align-center.chnage-font-size {
    font-size: 70px;
    line-height: 60px;
  }

  .home-one-logo-heading-right {
    width: 100%;
  }

  .home-one-logo-item {
    max-width: 100%;
  }

  .home-one-logo-heading-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-logo-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-two {
    font-size: 80px;
    line-height: 80px;
  }

  .home-one-logo-heading-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    padding-bottom: 40px;
    display: flex;
  }

  .home-one-logo-top-details {
    display: none;
  }

  .home-one-service-main {
    height: 60vh;
  }

  .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, .home-one-reson-round {
    display: none;
  }

  .home-one-reson-heading-wrapper {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-three {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-three.change-heading-color {
    width: auto;
    font-size: 81px;
  }

  .heading-three.chnage-color-light-grey.landskape-color-chage {
    color: #070616;
    font-size: 72px;
  }

  .footer-one-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-one-right-wrapper {
    width: 100%;
  }

  .footer-one-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .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-hero-inner-wrapper {
    height: 80%;
  }

  .home-two-hero-flower {
    opacity: .5;
  }

  .home-two-big-text {
    font-size: 100px;
  }

  .home-two-hero-text-arrow-wrapper {
    width: 50px;
    height: 50px;
  }

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

  .change-color-grey.landskape-align-center {
    text-align: center;
  }

  .home-two-project-heading {
    max-width: 100%;
  }

  .home-two-project {
    padding-top: 60px;
  }

  .heading-three-new {
    font-size: 60px;
    line-height: 60px;
  }

  .home-two-project-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-two-project-image {
    display: none;
  }

  .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-about-left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .home-three-about-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
  }

  .home-three-about-tag {
    margin-bottom: 20px;
  }

  .home-three-about-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-three-vedio-wrapper {
    padding-top: 60px;
  }

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

  .home-three-team-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .home-three-team-name {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-three-awrads-wrapper {
    padding-top: 70px;
  }

  .home-three-awards-item-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .home-three-awards-wrapper {
    padding-top: 20px;
  }

  .home-three-awards-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-three-testimonial-designation {
    width: auto;
    margin-bottom: 0;
    transform: none;
  }

  .home-three-testimonial-item-name {
    border-right-width: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .home-three-testimonial-name {
    width: auto;
    margin-bottom: 0;
    transform: none;
  }

  .home-three-testimonial-item-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .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-hero {
    height: 60vh;
  }

  .social-media-main-icon-wrapper-main {
    display: none;
  }

  .about-one-about-left.chnage-style {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-one-answar {
    padding-left: 40px;
  }

  .pricing-two-question-details {
    max-width: 100%;
  }

  .pricing-two-question-details.chnage-side-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-main-question {
    padding-left: 0;
  }

  .pricing-two-question-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-two-question-top.chnage-side-padding {
    padding: 20px;
  }

  .about-two-hero-text {
    padding-top: 100px;
  }

  .about-two-work-graph.change-style {
    margin-left: 15px;
    margin-right: 15px;
  }

  .process-line {
    display: none;
  }

  .service-one-project-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .service-one-project-item-details {
    max-width: 100%;
  }

  .service-one-project-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .service-one-project-details {
    padding-top: 0;
  }

  .service-one-project-number {
    flex-basis: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-three-merqee-main-item {
    height: 250px;
  }

  .about-three-rating-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-three-portfolio-bottom-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-three-portfolio-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-three-portfolio-bottom, .about-three-portfolio-middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 30px;
  }

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

  .change-coloe-dark-grey.responsive-align-center {
    text-align: center;
  }

  .service-one-process-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-business-customer-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-one-process-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-business-heading-overlay {
    display: none;
  }

  .service-one-business-left-heading-line {
    width: 100%;
  }

  .service-one-process-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-business-left-heading {
    max-width: 100%;
  }

  .service-one-business-left-heading.change-width {
    width: 100%;
    max-width: 100%;
  }

  .service-one-business {
    padding-left: 0;
    padding-right: 0;
  }

  .service-one-business-heading {
    padding-bottom: 40px;
  }

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

  .service-two-planning {
    padding-top: 70px;
  }

  .service-two-testimonial-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-two-about {
    padding-left: 0;
    padding-right: 0;
  }

  .service-two-about-main {
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-three-vedio-main {
    height: 500px;
  }

  .service-three-portfolio-left.right {
    grid-template-columns: 1fr;
  }

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

  .service-three-work-item-button-wrapper {
    grid-template-columns: 2fr 2fr 2fr;
  }

  .team-one-hero-line {
    display: none;
  }

  .team-one-hero-main-wrapper, .team-one-hero-main {
    height: 60vh;
  }

  .team-one-hero-small-text {
    justify-content: center;
    align-items: center;
  }

  .team-two-merquee {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .team-two-merquee-main {
    margin-top: -60px;
  }

  .team-two-main {
    grid-template-columns: 1fr;
  }

  .team-two-member-item-overlay {
    padding-top: 30px;
  }

  .team-two-member-designation-main {
    margin-top: 10px;
  }

  .team-three-banner-line {
    display: none;
  }

  .team-three-banner-heading.overflow-hidden {
    padding-bottom: 0;
  }

  .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-box-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-blog-main {
    grid-template-columns: 1fr;
  }

  .portfolio-one-banner-image {
    height: 50vh;
  }

  .portfolio-two-logo-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .portfolio-two-main-item {
    padding-bottom: 40px;
  }

  .portfolio-two-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .portfolio-two-text-heading {
    max-width: 100%;
  }

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

  .tabs-menu {
    flex-flow: wrap;
    padding-bottom: 20px;
  }

  .portfolio-two-project-details {
    padding-top: 20px;
  }

  .portfolio-two-text-overlay {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .portfolio-two-logo-details {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .portfolio-two-main-top {
    flex-flow: column;
  }

  .portfolio-two-text-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .portfolio-three-main {
    grid-template-columns: 1fr;
  }

  .portfolio-three-image-details {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .select-field.change-style {
    height: 60px;
  }

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

  .contact-two-form-button {
    justify-content: center;
    align-items: center;
  }

  .contact-two-hero-heading {
    padding-bottom: 20px;
  }

  .contact-two-form-right-main {
    grid-template-columns: 1fr;
  }

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

  .contact-three-social-media {
    justify-content: center;
    align-items: center;
  }

  .pricing-row-right-column, .pricing-row-right-column.price-right-column {
    flex-basis: 100%;
  }

  .pricing-plan-item-price-wrapper.pricing-two-change-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .pricing-table-row {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-table-row.pricing-table-inner-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-table-row.pricing-table-inner-row.price-row {
    padding: 20px 0;
  }

  .brand {
    padding-left: 0;
  }

  .about-image-wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-main {
    padding-bottom: 10px;
  }

  .landing-page-query-right.change-width {
    flex-flow: column;
  }

  .landing-page-query-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .landing-page-query-plus {
    margin-top: 5px;
  }

  .landing-main-wrapper {
    flex-flow: column;
  }

  .landing-main-wrapper.change-display {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page-item-text {
    padding-top: 25px;
  }

  .landing-page-cta-left {
    flex-flow: column;
  }

  .hover-style, .cart-image-main.border-radius-six {
    display: none;
  }

  .shop-image-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-product-image.border-radius-six {
    display: none;
  }

  .shop-big-text {
    font-size: 180px;
    line-height: 170px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .style-guied-color-option {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
  }

  .style-guied-typography {
    padding-bottom: 70px;
  }

  .landing-page-footer-bottom-main {
    flex-flow: column;
  }

  .button-one {
    width: 100%;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .home-one-hero-main-backgound-image-influence-analytics {
    height: 100%;
  }

  .loading {
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }

  .about-text-copy {
    font-size: 45px;
    line-height: 50px;
  }

  .page-nav-header {
    width: 150px;
    height: 70px;
  }

  .nav-social-text {
    font-size: 12px;
  }

  .nav-links-wrap {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .nav-social-wrap {
    flex-direction: column;
  }

  .nav-header-text {
    font-size: 2em;
    line-height: 28px;
  }

  .nav-text-link {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-logo-wrap {
    font-size: 18px;
  }

  .nav-button {
    inset: 2% 3% auto auto;
  }

  .hero-section {
    padding-top: 4.2rem;
  }

  .text-wrap {
    padding-right: 107px;
  }

  .hero-header {
    letter-spacing: -2px;
    font-size: 4rem;
    font-weight: 600;
  }

  .home-hero-text.change-heading-color.text-align-center.chnage-font-size {
    font-size: 70px;
    line-height: 60px;
  }

  .sidenav-link {
    text-align: left;
    width: 100%;
  }

  .sidenav-list-wrap {
    width: 100%;
  }

  .sidenav-link-text {
    padding-left: 0;
    padding-right: 0;
  }

  .sidenav-title {
    display: none;
  }

  .sidenav-list-item {
    width: 100%;
  }

  .sidenav-list {
    border-left-style: none;
    border-right-style: none;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .sidenav-title-text {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-six-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .merquee-text-2 {
    font-size: 180px;
    line-height: 150px;
  }

  .home-one-hero-2, .home-one-hero-3 {
    height: 70vh;
  }

  .grid-5-columns.dropdown-links-full-width {
    justify-items: start;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .header-logo {
    max-width: 220px;
  }

  .navbar_dropdown-toggle {
    width: 94%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar {
    min-height: 4rem;
  }

  .heading-three-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-three-copy.chnage-color-light-grey.landskape-color-chage {
    color: #070616;
  }

  .heading-three-3 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-four-6, .heading-four-copy, .heading-four-c123 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-four-c123.change-heading-color {
    font-size: 66px;
    line-height: 60px;
  }

  .heading-four-copy7 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-four-copy7.change-heading-color {
    font-size: 59px;
  }

  .heading-four-copy9 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-four-copy9.change-heading-color {
    line-height: 68px;
  }

  .heading-four-email {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-four-email.change-heading-color {
    font-size: 60px;
  }

  .heading-four-copy, .heading-four-cdev, .heading-four-draph {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-four-draph.change-heading-color {
    font-size: 61px;
    line-height: 55px;
  }

  .navbar-2, .navbar-3, .navbar-4 {
    min-height: 4rem;
  }

  .heading-four-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .portfolio-two-details-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .change-padding-copy.change-heading-color.text-align-center.chnage-font-size {
    font-size: 70px;
    line-height: 60px;
  }

  .change-coloe-dark-grey-copy.responsive-align-center {
    text-align: center;
  }

  .heading-six-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading {
    line-height: 1;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 1.2;
    display: inline-block;
  }

  .message {
    width: 80%;
  }

  .heading-six-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-four-blog {
    font-size: 40px;
    line-height: 50px;
  }

  .access_content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .access_detail-wrap {
    min-width: 430px;
  }

  .access_image-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-semibold.is-gradient {
    font-size: 2rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium.text-color-gray {
    font-size: 1.1rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-four-showcase {
    font-size: 40px;
    line-height: 50px;
  }

  .icon-2 {
    color: #fff;
    font-size: 48px;
  }

  .blog-box-black-pain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-about-tag-3 {
    margin-bottom: 20px;
  }

  .heading-six-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-four-7 {
    font-size: 40px;
    line-height: 50px;
  }

  .home-one-logo-heading-main-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .brz-selection-1 {
    font-size: 1.69vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky_trigger {
    height: 200vh;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    overflow-x: hidden;
  }

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

  .heading-six.chnage-heading-color.two, .heading-six.chnage-heading-color.three {
    text-align: center;
  }

  .auto-fit.image-full-width {
    flex: 1;
  }

  .button-font.text-align-center {
    font-size: 12px;
  }

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

  .merquee-text {
    font-size: 150px;
    line-height: 120px;
  }

  .button-main {
    padding-left: 5px;
  }

  .home-one-about {
    height: 47vh;
  }

  .about-text {
    font-size: 30px;
    line-height: 35px;
  }

  .home-one-agency-pertition {
    display: none;
  }

  .heading-five {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-five.change-color-white {
    font-size: 33px;
    line-height: 49px;
  }

  .heading-five.change-color-white.text-align-center {
    font-size: 34px;
  }

  .heading-five.change-color-white.text-no-wrap {
    font-size: 22px;
  }

  .heading-five.text-align-center.moble-color-white, .heading-five.text-align-center.mobile-color-white {
    color: var(--white);
  }

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

  .change-padding.change-heading-color.text-align-center.chnage-font-size {
    font-size: 50px;
    line-height: 40px;
  }

  .change-padding.change-font-size {
    font-size: 13vw;
  }

  .change-color-white.mobile-align-center {
    text-align: center;
  }

  .home-one-logo-wrapper.one, .home-one-logo-wrapper.two {
    grid-template-columns: 1fr 1fr;
  }

  .heading-two {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-two.change-font-style {
    font-size: 80px;
  }

  .home-one-logo-heading-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .home-one-service-main {
    height: 40vh;
  }

  .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.change-heading-color {
    font-size: 44px;
  }

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

  .heading-three.change-heading-color {
    width: auto;
    font-size: 45px;
  }

  .heading-three.chnage-color-green {
    font-size: 45px;
  }

  .heading-three.chnage-color-light-grey.landskape-color-chage {
    font-size: 47px;
  }

  .footer-one-bottom-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-one-right-wrapper {
    width: 100%;
  }

  .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-social-media-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-big-text {
    font-size: 65px;
    line-height: 80px;
  }

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

  .heading-three-new {
    font-size: 50px;
    line-height: 50px;
  }

  .home-two-project-top-wrapper {
    display: none;
  }

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

  .home-three-about-top {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .home-three-team-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-team-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-three-awards-item-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .home-three-testimonial-main-item, .home-three-testimonial-item-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-about-top.mobile-style-chnage {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .about-one-client {
    flex-flow: column;
  }

  .about-one-client.mobile-change-style {
    flex-flow: wrap;
  }

  .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-one-answar {
    padding-left: 0;
  }

  .pricing-two-question-top.chnage-side-padding.chnage-left-right-padding.chnage-top-padding {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-two-work-graph.change-style {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-project-number {
    border-right-width: 0;
    flex-basis: auto;
  }

  .about-three-hero-main-wrapper {
    z-index: 1;
    margin-top: 100px;
  }

  .about-three-merqee-main-item {
    height: 200px;
  }

  .about-three-merquee-top {
    top: -8px;
  }

  .about-three-merquee-bottom {
    bottom: -5px;
  }

  .about-three-growth-item {
    flex-flow: column;
  }

  .about-three-team-main-wrapper {
    grid-template-columns: 1fr;
  }

  .about-three-rating-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-three-rating-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

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

  .service-three-service-heading.overflow-hidden {
    max-width: none;
  }

  .service-two-planning-text-paragraph {
    max-width: 100%;
  }

  .service-two-planning-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-two-poet-quotetion {
    display: none;
  }

  .service-project-item, .service-project-item.change-border-style {
    flex-flow: column;
  }

  .service-three-work-item-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-three-work-main {
    padding-top: 0;
  }

  .service-three-work-item-button-wrapper {
    grid-template-columns: 2fr 2fr;
  }

  .team-three-member {
    grid-template-columns: 1fr;
  }

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

  .contact-three-hero-heading.overflow-hidden {
    overflow: visible;
  }

  .pricing-item-text.change-color-grey.mobile-align-center {
    text-align: center;
  }

  .pricing-plan-item-price-wrapper.pricing-two-change-style {
    justify-content: center;
    align-items: center;
  }

  .heading-four-new {
    font-size: 18px;
    line-height: 28px;
  }

  .pricing-plan-price.mobile-diaplay-off {
    display: none;
  }

  .pricing-table-row.border-bottom-new {
    padding-bottom: 20px;
  }

  .pricing-table-row.pricing-table-inner-row.price-row.display-off, .monthly-text.change-heading-color.responsive-change-color.mobile-display-off, .monthly-text.change-color-dark-grey.mobile-display-off {
    display: none;
  }

  .heading-four-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .pricing-main-price.mobile-display-off {
    display: none;
  }

  .change-font-size {
    font-size: 50px;
    line-height: 55px;
  }

  .play-button {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }

  .landing-banner-main-wrapper {
    grid-row-gap: 20px;
  }

  .landing-page-query-text {
    justify-content: flex-start;
    align-items: center;
  }

  .landing-main-wrapper.change-display {
    grid-template-columns: 1fr;
  }

  .shop-big-text {
    letter-spacing: 0;
    background-image: linear-gradient(93deg, #f1f1f1, #2f2f3666 100%, #1c1c241a);
    font-size: 120px;
    line-height: 90px;
  }

  .style-guied-color-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-customization-card-one {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacial-card-v3-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-customization-card-second {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-main-3 {
    padding-left: 5px;
  }

  .nav__link {
    text-align: left;
  }

  .nav__bg {
    background-color: #000;
  }

  .about-text-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .page-nav-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-logo-2 {
    width: 50px;
    margin-right: .5rem;
  }

  .nav-line-1 {
    width: 30%;
  }

  .nav-links-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 90%;
  }

  .nav-social-wrap {
    flex-direction: column;
  }

  .nav-header-text {
    font-size: 1.8em;
  }

  .nav-text-link, .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-logo-wrap {
    margin-top: 40px;
  }

  .nav-button {
    width: 55px;
    height: 55px;
    inset: 20px 20px auto auto;
  }

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

  .text-wrap {
    width: 100%;
    padding-right: 56px;
  }

  .hero-header {
    font-size: 3rem;
  }

  .home-hero-text.text-align-center.change-heading-color.responsive-color-white.mobile-font-size {
    font-size: 60px;
    line-height: 55px;
  }

  .home-hero-text.change-heading-color.text-align-center.chnage-font-size {
    font-size: 50px;
    line-height: 40px;
  }

  .home-hero-text.change-font-size {
    font-size: 13vw;
  }

  .merquee-text-2 {
    font-size: 150px;
    line-height: 120px;
  }

  .button-main-4, .button-main-5 {
    padding-left: 5px;
  }

  .grid-5-columns.dropdown-links-full-width {
    grid-template-columns: 1fr 1fr;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.middle.full-width {
    width: auto;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-logo {
    max-width: 180px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide {
    overflow: auto;
  }

  .navbar_dropdown-link.is-small {
    margin-left: 10px;
  }

  .navbar_dropdown-link.is-bold {
    font-size: 11px;
  }

  .padding-global, .navbar_bg, .navbar_container, .container-large-2 {
    overflow: auto;
  }

  .heading-three-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-three-3 {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-four-6, .heading-four-copy {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-copy.change-heading-color {
    line-height: 46px;
  }

  .heading-four-c123 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-c123.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-four-copy7 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-copy7.change-heading-color {
    font-size: 51px;
    line-height: 46px;
  }

  .heading-four-copy7.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-four-copy9 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-copy9.change-heading-color {
    font-size: 47px;
    line-height: 47px;
  }

  .heading-four-copy9.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-four-email {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-email.change-heading-color {
    font-size: 43px;
  }

  .heading-four-email.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-four-cdev {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-cdev.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-four-draph {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-draph.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .navbar_logo-link-2.w--current {
    min-width: 210px;
  }

  .navbar_submenu-4 {
    height: 100%;
    overflow: auto;
  }

  .navbar_menu-4 {
    height: auto;
    max-height: 100vh;
    position: absolute;
    overflow: auto scroll;
  }

  .navbar-4 {
    overflow: visible;
  }

  .heading-four-copy {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-copy.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .button-main-6 {
    padding-left: 5px;
  }

  .change-padding-copy.text-align-center.change-heading-color.responsive-color-white.mobile-font-size {
    font-size: 60px;
    line-height: 55px;
  }

  .change-padding-copy.change-heading-color.text-align-center.chnage-font-size {
    font-size: 50px;
    line-height: 40px;
  }

  .change-padding-copy.change-font-size {
    font-size: 13vw;
  }

  .button-main-7 {
    padding-left: 5px;
  }

  .container-2 {
    width: 90%;
  }

  .heading {
    font-size: 40px;
  }

  .text-span-2 {
    padding-bottom: 8px;
    padding-right: 65px;
    font-size: 28px;
  }

  .message {
    width: 95%;
    font-size: 17px;
  }

  .button-main-8, .button-main-10 {
    padding-left: 5px;
  }

  .navbar_submenu-6 {
    height: 100%;
    overflow: auto;
  }

  .navbar_dropdown-link-2.is-small {
    margin-left: 10px;
  }

  .navbar_dropdown-link-2.is-bold {
    font-size: 11px;
  }

  .navbar_submenu-7 {
    height: 100%;
    overflow: auto;
  }

  .heading-four-blog {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-blog.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .access_content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .access_detail-wrap {
    min-width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .access_image-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-large.text-weight-semibold.is-gradient {
    font-size: 2rem;
  }

  .access_submit-button {
    font-size: 1.1rem;
  }

  .text-size-medium.text-color-gray {
    font-size: 1rem;
  }

  .access_close-image {
    width: 25px;
    height: 25px;
    top: -25px;
    right: 5px;
  }

  .heading-four-showcase {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-four-showcase.chnage-color-grey.text-no-wrap {
    text-align: center;
    white-space: normal;
    font-size: 35px;
    line-height: 50px;
  }

  .rte {
    font-size: 13px;
  }

  .rte h1 {
    font-size: 42px;
  }

  .button-main-11 {
    padding-left: 5px;
  }

  .blog-box {
    padding: 20px;
  }

  .brand-4 {
    width: 65%;
    margin-left: 20px;
    font-size: 26px;
  }

  .button-main-12 {
    padding-left: 5px;
  }

  .blog-box-2, .blog-box-3 {
    padding: 20px;
  }

  .home-three-about-tag-3 {
    margin-bottom: 20px;
  }

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

  .button-main-13, .button-main-14, .button-main-15, .button-main-16 {
    padding-left: 5px;
  }

  .heading-four-7 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-lower-details {
    grid-row-gap: 4.38em;
    flex-direction: column;
    display: flex;
  }

  .footer-logo-wrapper {
    display: none;
  }

  .faq-question {
    color: #d6d6d6;
    text-transform: uppercase;
    border-bottom: 1px #000;
    justify-content: space-between;
    height: auto;
    padding-bottom: 0;
    font-size: .83em;
    font-weight: 600;
  }

  .faq-answer-text {
    color: #fff;
    margin-bottom: 0;
    font-size: .9em;
  }

  .footer-container {
    padding-left: 2.15em;
    padding-right: 2.15em;
  }

  .accordion-image {
    width: 1.88em;
  }

  .footer-mobile-links {
    border-top: .07em solid #3f3f3f;
    border-bottom: .07em solid #3f3f3f;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    display: flex;
  }

  .footer-section {
    height: auto;
  }

  .bottom-padding-mobile {
    height: 3em;
    display: flex;
  }

  .copyright-mobile {
    color: #d6d6d6;
    text-align: center;
    margin-top: 1.39em;
    font-size: .69em;
    font-weight: 600;
  }

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

  .footer-grid.support {
    display: none;
  }

  .h1-heading {
    font-size: 1.67em;
  }

  .link-2 {
    text-transform: uppercase;
    font-size: .69em;
    font-weight: 600;
  }

  .footer-links-wrapper-mobile {
    grid-row-gap: 1.53em;
    flex-direction: column;
    width: 100%;
    margin-top: 4.86em;
    display: flex;
  }

  .faq-wrap {
    border-bottom: .07em solid #3f3f3f;
    flex-direction: column;
    padding-bottom: .5em;
    display: flex;
  }

  .body-padding {
    height: 6.25em;
  }

  .faq-answer {
    border-bottom-style: none;
    margin-top: .7em;
    padding-left: 0;
    font-size: .9em;
  }

  .top-padding {
    height: 5.56em;
  }

  .footer-links-grid-wrapper {
    display: none;
  }

  .footer-section-2 {
    height: auto;
  }

  .brz-selection-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 2.5vw;
  }

  .brz-link-1-1.w--current {
    width: 73px;
    font-size: 1.1em;
  }

  .brz-wrap-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .brz-link-pic-1 {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .brz-wrap-text {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .brz-wrap-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .brz-grid-1-copy {
    width: 170%;
  }

  .brz-wrap-wrap-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2em;
  }

  .image-7 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-left: 0%;
  }

  .brz-wrap-wrap-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-block {
    flex-direction: column;
    align-items: flex-start;
    width: 101%;
    padding-top: 2em;
  }

  .footer-third-block---f7 {
    max-width: 100%;
  }

  .footer-list-heading---f7 {
    text-decoration: underline;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-tiny {
    font-size: .625rem;
  }

  .footer2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .input-large {
    min-width: 100px;
  }

  .input-large::placeholder {
    font-size: 12px;
  }

  .social-block-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2em;
  }

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

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

  .nav-link-3 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .menu-button-2 {
    padding-left: .5rem;
    padding-right: 0;
  }

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

  .nav-link-4 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

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

  .nav-link-5 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .brz-wrap-grid-2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .brz-wrap-wrap-copy-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2em;
  }

  .social-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 101%;
    padding-top: 2em;
  }

  .image-10 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brz-grid-1-copy-2 {
    width: 170%;
  }

  .image-11 {
    margin-left: 0%;
  }

  .nav-link-6 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .section_wrap {
    margin-top: 100vh;
    padding-top: 0;
  }
}

#w-node-_695d0c4d-a60e-23c6-a14c-6b2877faf1cd-77faf189 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8819b08d-5973-878f-c938-3821231df51d-231df4f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#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-_22da4622-91ad-dfc1-f47a-e37cb31cefb1-b31cef8d, #w-node-a155ac1d-4256-22ff-7fe9-633e3f4eeb27-cbe41cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_59a79bfa-1289-f41c-4f1a-859ecd3a5f43-cd3a5ed3 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_233427d9-50d1-7f7a-0ca9-73df4972951b-497293e4, #w-node-_233427d9-50d1-7f7a-0ca9-73df49729528-497293e4 {
    align-self: start;
  }

  #w-node-_0720937f-3ad5-304a-d58c-fd8e303d94b1-71b64e33 {
    order: 9999;
    place-self: stretch center;
  }
}


@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: 'Ilisarniq';
  src: url('../fonts/Ilisarniq-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ilisarniq';
  src: url('../fonts/Ilisarniq-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ilisarniq';
  src: url('../fonts/Ilisarniq-Regular.ttf') format('truetype');
  font-weight: 400;
  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;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}