@font-face {
  font-family: Ebgaramond Variablefont Wght;
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format("truetype"), url('../fonts/EBGaramond-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/EBGaramond-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-ExtraBold.ttf') format("truetype"), url('../fonts/EBGaramond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nacelle;
  src: url('../fonts/Nacelle-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Nacelle;
  src: url('../fonts/Nacelle-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-color: #605f78;
  --primary-color: #0f172a;
  --white: white;
  --secondary-color: #5aeec4;
  --darker-green: #5fc2a6;
  --blue-color: #282c69;
  --black: #0f172a;
  --button-color: #17103e;
  --page-section-color: #0d0c1e;
  --color-orange: #ed6d10;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.w-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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--body-color);
  background-color: #f4f9fe;
  font-family: Nacelle, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

h1 {
  color: var(--primary-color);
  letter-spacing: -.32px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: var(--primary-color);
  letter-spacing: -.16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  color: var(--primary-color);
  letter-spacing: -.16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--primary-color);
  letter-spacing: -.24px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  color: var(--primary-color);
  letter-spacing: -.19px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  color: var(--primary-color);
  letter-spacing: -.19px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

p {
  color: var(--body-color);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

li {
  background-image: url('../images/Blue-Tick.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  padding-left: 40px;
}

.vertical-gredient-line {
  background-color: #ffffff4d;
  width: 1px;
  overflow: hidden;
}

.home-one-hero-design-one {
  position: absolute;
  inset: 15% 0% auto auto;
}

.home-one-hero-heading {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-hero-sub-heading-wrapper {
  padding-bottom: 10px;
}

.home-one-hero-sub-heading-wrapper.chnage-direction {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-one-hero-sub-heading-wrapper.overflow-hidden {
  border-radius: 0;
}

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

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

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

.change-padding.chnage-color-white {
  color: #fff;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}

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

.change-padding.chnage-color-white.big-service-title {
  font-size: 6rem;
  line-height: 1;
}

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

.change-padding.margin-bottom-fifteen {
  margin-bottom: 15px;
}

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

.change-padding.white {
  color: var(--white);
}

.black-button-arrow {
  z-index: 1;
  position: relative;
}

.black-button-arrow.change-style {
  z-index: 11;
  position: absolute;
  inset: 40% 18% 0% auto;
}

.black-button-arrow.change-style.change-style-two {
  right: 40%;
}

.black-button-arrow.change-style.change-style-three {
  right: 43%;
}

.home-one-hero-design-two {
  position: absolute;
  inset: auto auto 0% 0%;
}

.sub-heading-text {
  color: var(--secondary-color);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.sub-heading-text.chnage-color-blue, .sub-heading-text.chnage-color-blue.text-align-center {
  color: var(--darker-green);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.sub-heading-text.chnage-color-blue.hide {
  display: none;
}

.sub-heading-text.change-color-white {
  color: var(--white);
}

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

.sub-heading-text.change-color-white.text-no-break.change-color-blue {
  color: #5840ed;
}

.home-one-banner-horizontal-line-one {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.home-one-banner-horizontal-line {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -120px;
  display: flex;
}

.home-one-hero-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.button-font {
  color: #132035;
  font-weight: 400;
  line-height: 27px;
}

.button-font.chnage-color-green {
  color: #c9e80f;
}

.button-font.chnage-color-light {
  color: #605f78;
}

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

.button-font.change-color-white.hover-text {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color .3s;
}

.button-font.change-color-white.hover-text:hover {
  color: #c9e80f;
}

.button-font.chnage-index {
  z-index: 11;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.button-font.chnage-index {
  z-index: 11;
  color: var(--black);
  z-index: 11;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.button-font.chnage-index.chnage-color-green {
  color: var(--secondary-color);
}

.green-button-arrow {
  position: absolute;
}

.home-one-banner-vertical-line {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gredient-line-one {
  background-image: linear-gradient(90deg, #fff0 17%, #c9e80f 55%, #fff0 83%);
  width: 250px;
  height: 3px;
  margin-top: -1px;
}

.home-one-line-wrapper {
  opacity: .7;
  display: none;
  position: absolute;
  inset: 0%;
}

.main-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.main-container.position-relative {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.main-container.position-relative.chnage-index {
  z-index: 111;
}

.main-container.position-relative.top-padding-large {
  padding-top: 240px;
}

.main-container.change-display {
  flex: 1;
}

.button-arrow-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 14px;
  display: flex;
  position: relative;
}

.home-one-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Banner-Line.svg'), radial-gradient(circle at 50% 40%, #5429ff59, #fff0 42%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 220px 15px 500px;
  position: relative;
  overflow: hidden;
}

.vertical-gredient {
  background-image: linear-gradient(#fff0 21%, #c9e80f 51%, #fff0 80%);
  width: 3px;
  height: 300px;
  margin-left: -1px;
  overflow: hidden;
}

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

.text-align-center.change-padding.change-color-grey.bottom-10 {
  padding-bottom: 10px;
}

.home-one-counter-wrapper {
  z-index: 11;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 70px;
  display: grid;
  position: relative;
}

.home-one-features-heading-item {
  height: 48px;
  position: relative;
  overflow: hidden;
}

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

.home-one-features-counter-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #7a7f8680;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-one-features-counter-item.change-border {
  border-right-width: 0;
}

.home-one-feature-gredient {
  z-index: 11;
  background-image: radial-gradient(circle at 100% 80%, #c5e11b33, #fff0 18%);
  position: relative;
}

.home-one-counter-text {
  color: #5840ed;
  letter-spacing: -.16px;
  font-family: Nacelle, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.home-one-features-heading-main-wrapper {
  background-color: #f4f9fe80;
  position: absolute;
  inset: 0%;
}

.home-one-merquee-two-wrapper {
  border-top: 1px solid #949ebd;
  border-bottom: 1px solid #949ebd;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-one-merquee-two-wrapper.chnage-opacity {
  opacity: .5;
  border-top-width: 0;
  max-width: 1710px;
}

.home-one-merquee-two-wrapper.chnage-opacity.change-style {
  border-bottom-width: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-one-merquee-two-wrapper.chnage-upper-border {
  border-top-width: 0;
  border-bottom-color: #949ebd80;
}

.home-one-merquee-two-wrapper.chnage-opacity {
  opacity: .5;
  border-top-width: 0;
  border-bottom-width: 0;
  max-width: 1710px;
}

.home-one-merquee-two-wrapper.chnage-upper-border {
  border-top-width: 0;
}

.home-one-merquee-two-wrapper.chnage-upper-border.change-padding-up-down {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.home-one-feature-design-one {
  display: none;
  position: absolute;
  inset: 5% auto auto 0%;
}

.home-one-features-heading {
  max-width: 1050px;
  position: relative;
}

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

.home-one-merquee-item {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.counter.bottom.chnage-align-left {
  justify-content: flex-start;
  align-items: center;
}

.chnage-font-style {
  color: #132035;
  font-weight: 400;
}

.home-one-hero-marquee {
  margin-top: -385px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

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

.auto-fit.border-radius-ten.image-border {
  border: 1px solid #000;
}

.auto-fit.border-radius-ten.image-border.responsive-image-full-width {
  border-style: none;
  overflow: clip;
}

.auto-fit.border-radius-ten.image-border.position-relative, .auto-fit.border-radius-ten.position-relative {
  z-index: 11;
  position: relative;
}

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

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

.auto-fit.border-radius-round {
  border-radius: 50%;
}

.auto-fit.border-radius-twentyfive {
  border-radius: 25px;
}

.auto-fit.border-radius-twentyfive.position-relative {
  z-index: 11;
  position: relative;
}

.auto-fit.border-radius-fifteen {
  border-radius: 15px;
}

.auto-fit.border-radius-fifteen.responsive-image-full-width {
  object-fit: cover;
}

.auto-fit.border-radius-fifteen.image-black-border {
  border: 1.2px solid #000;
}

.auto-fit.border-radius-fifteen.image-black-border.position-relative {
  z-index: 11;
  position: relative;
}

.auto-fit.border-radius-fifteen.image-drop-shadow {
  box-shadow: 0 12px 30px #1b092829;
}

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

.auto-fit.image-full-width.two, .auto-fit.image-full-width.four, .auto-fit.image-full-width.three {
  position: absolute;
  inset: 0%;
}

.auto-fit.image-full-width.service-three-image-rouder-radius {
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
  display: none;
}

.auto-fit.image-full-width.border-radius-ten {
  aspect-ratio: 2.39;
}

.auto-fit.image-full-width._90 {
  width: 90%;
}

.auto-fit.border-radius-eight {
  border-radius: 8px;
}

.auto-fit.border-radius-eight.image-drop-shadow {
  box-shadow: 0 2px 28px #cdd7e280;
}

.auto-fit.strategy-image-two, .auto-fit.strategy-image-three, .auto-fit.two, .auto-fit.three, .auto-fit.four {
  position: absolute;
}

.auto-fit.border-radius-sixteen {
  border-radius: 16px;
}

.auto-fit.contact-image-border-radius {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

.auto-fit.etd-absolute-logo {
  border-radius: 16px;
  max-width: 25%;
  position: absolute;
  inset: auto 10% 10% auto;
  box-shadow: 0 2px 10px 5px #0003;
}

.auto-fit.hide {
  display: none;
}

.auto-fit.overflow-on {
  overflow: visible;
}

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

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

.counter-box.big-counter.change-height {
  height: 75px;
  padding-top: 10px;
  padding-right: 3px;
}

.counter-box.heading-three-counter {
  height: 50px;
}

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

.home-one-merquee-wrapper {
  display: flex;
}

.home-one-features-heading-overlay-wrapper {
  position: absolute;
  inset: 0%;
}

.home-one-feature-design-two {
  position: absolute;
  inset: auto 10% -5% auto;
}

.home-one-feature {
  padding: 120px 15px;
  position: relative;
}

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

.home-one-solution-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-solution-text-paragraph {
  max-width: 568px;
}

.home-one-solution-text-paragraph.chnage-width {
  max-width: 575px;
}

.home-one-solution {
  background-color: #f2f2fb;
  background-image: radial-gradient(circle, #ed6d1026, #fff0 43%);
  padding: 130px 15px 120px;
  overflow: hidden;
}

.home-one-solution-heading {
  max-width: 593px;
  padding-bottom: 22px;
}

.home-one-solution-button {
  padding-top: 20px;
  display: flex;
}

.home-one-solution-button.chnage-upper-padding {
  padding-top: 0;
}

.heading-five {
  color: var(--white);
  letter-spacing: -.19px;
  font-family: Nacelle, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-five.change-color-blue {
  color: var(--blue-color);
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

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

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

.heading-five.text-align-center.change-color-white.one {
  font-family: Open Sans, sans-serif;
}

.heading-five.change-max-width {
  max-width: 150px;
}

.heading-five.change-color-deep-grey {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.home-one-solution-paragraph {
  border-bottom: 1px solid #b0b0bc80;
  max-width: 559px;
  padding-bottom: 20px;
}

.home-one-solution-blue-box {
  background-color: #5840ed;
  border-radius: 10px;
  width: 87%;
  height: 93%;
  position: absolute;
  inset: -20px 0% 0%;
}

.home-one-solution-blue-box.chnage-position {
  background-color: var(--secondary-color);
  width: 97%;
  height: 100%;
  inset: -10px 0% auto auto;
}

.home-one-solution-blue-box.chnage-position.change-size {
  width: 90%;
  height: 95%;
}

.home-one-solution-left {
  padding-left: 23px;
  position: relative;
}

.home-one-solution-left.change-padding-image {
  padding-left: 0;
  padding-right: 10px;
}

.home-one-solution-text-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.home-one-solution-image {
  z-index: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.home-one-solution-image.chnage-padding-left {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.home-one-service {
  background-color: #090c2b;
  background-image: url('../images/Background-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
  overflow: hidden;
}

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

.home-one-service-item {
  z-index: 11;
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  background-color: #ffffff1a;
  border: 1px solid #68668c;
  border-radius: 30px;
  padding: 40px 50px;
  position: relative;
}

.home-one-service-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.service-one-service-item-wrapper {
  position: relative;
}

.service-one-service-border-overlay {
  opacity: 0;
  background-color: #ed6d10;
  border-radius: 30px;
  position: absolute;
  inset: 4px -4px -4px 4px;
}

.home-one-service-item-paragraph {
  max-width: 494px;
  padding-bottom: 20px;
}

.hover-effect {
  color: #b0b0bc;
}

.home-one-service-item-heading {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

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

.heading-four {
  color: var(--white);
  letter-spacing: -.24px;
  text-transform: none;
  padding-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-four.heading-effect {
  color: #fff;
}

.heading-four.change-color-white {
  color: var(--white);
}

.heading-four.change-color-white.text-align-center.step-two, .heading-four.change-color-white.text-align-center.step-four, .heading-four.change-color-white.text-align-center.step-three, .heading-four.change-color-white.text-align-center.step-one {
  text-transform: uppercase;
  font-weight: 600;
}

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

.heading-four.change-color-blue {
  color: var(--blue-color);
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-four.service-page-title {
  color: var(--button-color);
  font-size: 4rem;
  line-height: 1;
}

.heading-four.service-page-title.subtitle {
  font-size: 2rem;
}

.heading-four.service-page-title.no-margin {
  padding-bottom: 0;
}

.heading-four.service-card {
  font-weight: 700;
}

.display-off {
  display: none;
}

.home-one-business-accordian.change-width {
  flex: 1;
  max-width: 630px;
}

.home-one-business-heading {
  max-width: 500px;
  padding-bottom: 20px;
}

.home-one-business-heading.overflow-hidden {
  border-radius: 0;
}

.home-one-business-heading.chnage-padding-bottom {
  padding-bottom: 0;
}

.home-one-business-accordian-paragraph {
  max-width: 548px;
  overflow: hidden;
}

.home-one-business-image-design-two {
  z-index: 11;
  position: absolute;
  inset: auto -8px -20px auto;
}

.home-one-testimonial-slider {
  background-color: #ddd0;
  height: auto;
}

.home-one-testimonial-quote {
  background-color: #5840ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  display: flex;
  position: absolute;
  inset: auto auto 25% 15%;
}

.home-one-testimonial-star-wrapper {
  display: flex;
}

.home-one-business-image-design {
  z-index: 111;
  position: absolute;
  inset: -2px auto auto -1px;
}

.home-one-testiminial-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.home-one-testiminial-main-text {
  max-width: 800px;
  padding-top: 25px;
  overflow: hidden;
}

.home-one-business-paragraph {
  max-width: 559px;
}

.home-one-business-paragraph.overflow-hidden {
  border-radius: 0;
}

.home-one-business-accordian-item {
  cursor: pointer;
  border-bottom: 1px solid #b0b0bc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-one-business-accordian-item.change-border {
  border-bottom-width: 0;
}

.home-one-testimonial-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordian-plus {
  background-color: #050419;
  width: 1px;
  height: 11px;
  position: absolute;
}

.home-one-testimonial-gredient {
  background-image: radial-gradient(circle at 100% 70%, #ed6d1033, #fff0 22%);
}

.home-one-business-flower {
  position: absolute;
  inset: -8% 0% auto auto;
}

.home-one-business-flower.change-animation {
  opacity: .5;
  inset: -10% auto auto 0%;
}

.home-one-business-flower.change-direction {
  opacity: .6;
  inset: -10% auto auto 0%;
}

.home-one-business-flower.change-position {
  top: -10%;
  right: -10%;
}

.home-one-business-flower.change-direction {
  z-index: 1;
  opacity: .6;
  inset: -10% auto auto 0%;
}

.home-one-business-flower.lottie {
  justify-content: center;
  align-items: center;
  display: flex;
  top: -10%;
  right: 46%;
}

.home-one-testimonial-main-image {
  margin-left: -184px;
  position: relative;
}

.home-one-testimonial-image {
  flex: 0 59%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.accordian-minus {
  background-color: #050419;
  width: 11px;
  height: 1px;
}

.home-one-testimonial {
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.accordian-margin-top {
  margin-top: 20px;
  margin-bottom: 0;
}

.home-one-business-image {
  position: relative;
}

.home-one-business-image.padding-left {
  padding-right: 30px;
}

.home-one-testimonial-image-round {
  border: 1px solid #605f78;
  border-radius: 50%;
  width: 298px;
  height: 298px;
}

.home-one-business-accordian-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-one-testimonial-heading {
  padding-bottom: 70px;
}

.testimial-right-arrow {
  background-color: #d9e1e8;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .5s, border-color .5s;
  display: flex;
  inset: auto 0% 60px auto;
}

.testimial-right-arrow:hover {
  background-color: #c9e80f;
  border: 1px solid #000;
}

.testimial-right-arrow.display-off {
  display: none;
}

.home-one-business-popup {
  z-index: 111;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-one-business-accordian-option {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-business {
  background-image: radial-gradient(circle at 0 100%, #5aeec440, #fff0 30%), url('../images/box-line.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 453px 357px;
  padding: 120px 5% 110px;
  overflow: hidden;
}

.home-one-business-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-left-arrow {
  background-color: #d9e1e8;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .5s, border-color .5s;
  display: flex;
  inset: auto 85px 60px auto;
}

.testimonial-left-arrow:hover {
  background-color: #c9e80f;
  border-color: #000;
}

.testimonial-left-arrow.display-off {
  display: none;
}

.footer-one-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.footer-one-logo.chnage-footer-logo-style {
  border-right: 1px solid #ffffff4d;
  padding-right: 20px;
}

.chnage-color {
  color: #b0b0bc;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.chnage-color.hover-text {
  transition: color .3s;
}

.chnage-color.hover-text:hover {
  color: var(--secondary-color);
}

.chnage-color.hover-text.hide {
  flex: 0 auto;
  display: none;
}

.footer-one-item-details {
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-one-item-details.chnage-display {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.round-image {
  aspect-ratio: 1;
  object-fit: fill;
  max-width: 105px;
  position: absolute;
  overflow: clip;
}

.footer-logo {
  display: block;
}

.footer-one {
  background-color: #0d0c1e;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.footer-item-locatiion {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.footer-item-locatiion.change-padding-top {
  padding-top: 25px;
}

.footer-one-top-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-font {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.body-font.hover-text {
  transition: color .3s;
}

.body-font.hover-text:hover {
  color: var(--secondary-color);
}

.body-font.hover-text.hide {
  display: none;
}

.body-font.change-color-black {
  color: #000;
}

.body-font.change-color-black.chnage-text-wrap {
  color: var(--blue-color);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
}

.footer-item-call {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.footer-one-round {
  border: 1px none var(--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

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

.change-color-grey.hover-text {
  font-weight: 700;
  transition: color .3s;
}

.change-color-grey.hover-text:hover {
  color: var(--secondary-color);
}

.change-color-grey.padding-top-thirty {
  padding-top: 30px;
}

.footer-one-small-round {
  background-color: var(--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  display: flex;
}

.footer-one-small-round.hide {
  display: none;
}

.footer-one-heading {
  max-width: 800px;
  display: flex;
}

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

.footer-social-media-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.footer-logo-text {
  max-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-one-social-media-icon {
  background-color: #201f38;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  display: flex;
}

.footer-one-social-media-icon.hide {
  display: none;
}

.footer-one-bottom-utility-line {
  background-color: #fff;
  width: 1px;
  height: 16px;
}

.footer-one-bottom-utility-line.hide {
  flex: 0 auto;
  display: none;
}

.footer-one-bottom-link {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-call-item-main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-one-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #75778b;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr 1fr .6fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 60px;
  display: grid;
}

.footer-one-main-wrapper.chnage-footer-style {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #ffffff4d;
  grid-template-columns: .6fr .6fr .6fr .5fr;
  padding-top: 60px;
}

.chnage-color-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.chnage-color-white.hover-text {
  transition: color .3s;
}

.chnage-color-white.hover-text:hover {
  color: var(--secondary-color);
}

.logo {
  padding-left: 0;
}

.logo.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.home-one-button-main-wrapper {
  display: flex;
}

.home-one-button-main-wrapper.responsive-display-off {
  border-left: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-one-button-main-wrapper.responsive-display-off.chnage-boder-right {
  border-left-width: 0;
  justify-content: flex-end;
  align-items: center;
}

.home-one-button-main-wrapper.responsive-display-off.chnage-boder-right.change-positopn {
  position: relative;
}

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

.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 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s;
}

.header-menu-item.sub-menu.change-line-height:hover {
  color: var(--darker-green);
  transform: translate(10px);
}

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

.header-two-logo {
  aspect-ratio: auto;
  object-fit: contain;
  min-width: 70%;
  max-width: 100%;
  height: 100%;
}

.navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #fff6;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar.chnage-border-bottom {
  border-bottom-width: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar.change-style {
  border-bottom-width: 0;
}

.navigation {
  z-index: 2147483647;
  background-color: var(--blue-color);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-arrow {
  margin-top: 3px;
}

.navbar-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .3fr .8fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-wrapper.chnage-grid {
  grid-template-columns: .25fr .6fr .3fr;
}

.nav-one-logo-wrapper {
  border-right: 1px solid #fff6;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-one-logo-wrapper.change-style {
  border-right-width: 0;
  position: relative;
}

.menu-font {
  color: #fff;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.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:hover {
  color: #4c34e3;
}

.menu-font.change-submenu.box-shadow.border-radius-ten.w--open {
  background-color: var(--blue-color);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 250px;
  padding-bottom: 20px;
  padding-left: 15%;
  padding-right: 5%;
  display: flex;
  box-shadow: 0 5px 10px 2px #0000001a;
}

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

.dropdown-toggle.ecommerse-size {
  padding-left: 16px;
  padding-right: 16px;
}

.main-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--black);
  background-color: var(--secondary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button.change-style {
  border-width: 1px;
  border-color: var(--secondary-color);
  background-color: #17103e;
}

.main-button.change-style.longer {
  width: 80%;
}

.main-button.change-contact-button {
  padding: 0;
}

.main-button.change-contact-button.change-width {
  flex: 0 auto;
}

.main-button.hide {
  display: none;
}

.button-overlay {
  z-index: 1;
  background-color: var(--button-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay.chnage-color-green {
  background-color: var(--secondary-color);
}

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

.overflow-hidden {
  border-radius: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

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

.white-circle-image {
  z-index: 1;
  width: 100%;
  margin-top: 4px;
  position: absolute;
}

.home-two-hero-paragraph {
  max-width: 576px;
}

.home-two-hero-paragraph.overflow-hidden {
  border-radius: 0;
}

.home-two-hero-big-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: 800px;
  display: flex;
}

.play-pause-button {
  z-index: 11;
  width: 150px;
  height: 150px;
  padding: 5px;
  display: none;
  position: relative;
  inset: auto 0% 0% auto;
}

.home-two-hero-heading {
  max-width: 600px;
  padding-bottom: 20px;
}

.home-two-hero-heading.overflow-hidden {
  border-radius: 0;
}

.home-two-hero-banner-left {
  padding-top: 220px;
  padding-bottom: 300px;
}

.home-two-banner-vedio {
  height: 100%;
  margin-right: -800px;
}

.home-two-left-big-wrapper {
  background-image: url('../images/Hero-BG-3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 55%;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 40px;
  display: flex;
}

.home-two-hero-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 40px;
  display: flex;
}

.home-two-hero-button.footer {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.home-two-vedio-button-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-wrapper {
  border: 1px none var(--secondary-color);
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  background-color: #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.home-two-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.home-two-business-item-logo {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.home-two-business-item {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blue-color);
  color: var(--white);
  border: 1px solid #b8c2cc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 350px;
  height: 100%;
  padding: 20px 20px 30px;
  transition: background-color .5s ease-in-out, box-shadow .5s;
  display: block;
  position: relative;
  box-shadow: inset 0 2px 14px #e5ebf126;
}

.home-two-business-item:hover {
  background-color: var(--black);
  box-shadow: none;
}

.home-two-business-item.less-tall {
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.home-two-merquee.change-upper-padding {
  padding-top: 40px;
}

.home-two-merquee.change-upper-padding.chnage-padding-top {
  padding-top: 60px;
}

.home-two-merquee.change-upper-padding.chnage-padding-top.change-opacity, .home-two-merquee.change-opacity {
  opacity: .6;
}

.home-one-merquee-two-item-one {
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-right: 40px;
  display: flex;
}

.home-two-business-paragraph {
  max-width: 325px;
}

.home-two-business-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-two-business-wrapper.hide {
  display: none;
}

.home-one-merquee-item-two {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue-icon {
  position: absolute;
}

.home-two-logo-merquee {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.home-two-business-item-wrapper {
  flex: 1;
  display: block;
  position: relative;
}

.home-two-business-heading {
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}

.home-two-business-heading.overflow-hidden {
  max-width: 40rem;
}

.home-two-business-heading.overflow-hidden.center-aligned {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-business-item-border {
  background-color: var(--secondary-color);
  border-radius: 20px;
  max-width: 350px;
  height: auto;
  position: absolute;
  inset: 5px -5px -5px 5px;
}

.home-two-business {
  padding: 110px 5% 120px;
}

.home-two-business.hide {
  display: none;
}

.home-two-business-gredient {
  background-image: radial-gradient(circle at 100% 70%, #ed6d1033, #fff0 23%);
  overflow: hidden;
}

.home-two-business-gredient.hide {
  background-image: radial-gradient(circle at 100%, #10edab26, #fff0 23%);
}

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

.chnage-primary-color.change-color-black {
  line-height: 1.25;
}

.chnage-primary-color.less-white {
  color: #fffc;
}

.home-two-business-merquee {
  overflow: hidden;
}

.home-two-business-merquee-main {
  background-color: var(--primary-color);
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.home-two-merquee-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-merquee-text-wrapper {
  flex: none;
  padding-right: 40px;
}

.home-two-merquee-text {
  color: var(--secondary-color);
  letter-spacing: -.32px;
  text-transform: uppercase;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.home-two-merquee-star {
  flex: none;
  padding-right: 40px;
}

.home-one-strategy-paragraph {
  max-width: 532px;
  padding-bottom: 20px;
}

.home-one-strategy-paragraph.overflow-hidden {
  border-radius: 0;
}

.home-two-strategy-small-circle {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-two-strategy-paragraph {
  max-width: 255px;
}

.home-one-strategy-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.home-two-startegy-round {
  z-index: 11;
  object-fit: fill;
  background-color: #282c69;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  display: flex;
  position: absolute;
  inset: 5% -5% auto auto;
}

.home-two-strategy-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-strategy {
  background-color: #f2f2fb;
  background-image: radial-gradient(circle at 20% 30%, #5aeec433, #fff0 21%);
  padding: 130px 5% 120px;
  overflow: hidden;
}

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

.home-one-strategy-upper-line {
  background-color: #74738699;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-two-strategy-tick {
  margin-bottom: 10px;
}

.home-one-strategy-button {
  padding-top: 20px;
  display: flex;
}

.home-two-strategy-circle {
  width: 100%;
  display: block;
  position: relative;
}

.home-two-stratrgy-line {
  background-color: #74738699;
  width: 1px;
}

.home-two-strategy-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.home-one-strategy-heading {
  max-width: 500px;
  padding-bottom: 20px;
}

.home-two-solution-big-wrapper {
  max-width: 1350px;
  height: 260vh;
  margin-left: auto;
  margin-right: auto;
}

.home-two-solution-heading {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.home-two-solution-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding: 60px;
  display: block;
}

.home-two-solution-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #212031;
  border: 1px solid #c9e80f;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  padding: 40px 30px;
  display: flex;
}

.home-two-solution-item.four {
  border-color: var(--secondary-color);
  background-color: var(--black);
}

.home-two-solution-item.one {
  border-color: var(--secondary-color);
  background-color: var(--blue-color);
}

.home-two-solution-item.two, .home-two-solution-item.three {
  border-color: var(--secondary-color);
  background-color: var(--black);
}

.home-two-solution-styky-wrapper {
  position: sticky;
  top: 260px;
  overflow: hidden;
}

.home-two-solution {
  background-color: var(--black);
  padding: 120px 5% 60px;
  overflow: visible;
}

.service-icon {
  transform: rotate(3deg);
}

.home-two-solution-icon {
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
}

.home-one-solution-details {
  max-width: 230px;
}

.home-two-about-stratrgy-line {
  background-color: var(--secondary-color);
  border-radius: 60px;
  width: 40%;
  height: 6px;
}

.home-two-about-stratrgy-line.change-width-two, .home-two-about-stratrgy-line.change-width-one {
  width: 100%;
}

.home-two-about-stratrgy-line.chnage-style {
  background-color: #ed6d10;
  border: .5px solid #000;
  border-radius: 60px 0 0 60px;
  width: 82%;
  height: 8px;
}

.home-two-about-stratrgy-line.chnage-style.three {
  width: 78%;
}

.home-two-about-stratrgy-line.chnage-style.two {
  width: 65%;
}

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

.home-two-about-stratrgy-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.home-two-about {
  background-image: url('../images/box-line.svg'), radial-gradient(circle at 15% 30%, #c5e11b33, #fff0 26%);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 5%;
  overflow: hidden;
}

.home-two-about-strategy-bar {
  background-color: #d9e0e7;
  border-radius: 60px;
  width: 100%;
  height: 6px;
}

.home-two-about-strategy-bar.change-height {
  height: 8px;
}

.home-two-about-heading {
  max-width: 618px;
  padding-bottom: 20px;
}

.home-two-about-heading.overflow-hidden {
  border-radius: 0;
}

.home-two-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-six {
  color: var(--primary-color);
  letter-spacing: -.19px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-six.text-align-center.change-color {
  color: #b0b0bc;
}

.heading-six.change-color-grey {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-six.change-size {
  font-size: 15px;
}

.home-two-about-image-one.image-mergin-top {
  border-radius: 15px;
  margin-top: 85px;
  position: relative;
  overflow: hidden;
}

.home-two-about-image-one.position-relative {
  z-index: 1;
  position: relative;
}

.home-two-about-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.home-two-about-strategy-item-heading {
  justify-content: space-between;
  display: flex;
}

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

.home-two-about-paragraph {
  max-width: 540px;
  padding-bottom: 20px;
}

.home-two-about-paragraph.overflow-hidden {
  border-radius: 0;
}

.home-two-blog-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 60%;
  max-width: 740px;
  display: flex;
}

.home-two-blog-item-paragraph {
  max-width: 341px;
  padding-bottom: 10px;
}

.home-two-blog-heading {
  max-width: 473px;
  padding-bottom: 20px;
}

.home-two-blog-heading.overflow-hidden {
  border-radius: 0;
}

.home-two-blog-item-border-overlay {
  border: 1px solid var(--blue-color);
  background-color: var(--secondary-color);
  border-radius: 10px;
  position: absolute;
  inset: 5px 0% -5px 5px;
}

.home-two-blog-item-wrapper {
  width: 100%;
  padding-right: 5px;
  position: relative;
}

.home-two-blog-paragraph {
  max-width: 423px;
}

.home-two-blog-paragraph.overflow-hidden {
  border-radius: 0;
}

.home-two-blog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-two-blog {
  background-color: #f1f1fd;
  background-image: radial-gradient(circle at 0 80%, #5aeec433, #fff0 22%), radial-gradient(circle at 100% 45%, #5aeec433, #fff0 23%);
  padding: 120px 5% 125px;
  display: none;
  overflow: visible;
}

.home-two-blog-item-heading {
  max-width: 400px;
  padding-bottom: 30px;
}

.home-two-blog-item-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.home-two-blog-text {
  flex: 1;
  position: sticky;
  top: 220px;
}

.home-two-blog-item {
  z-index: 11;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f6f5fd;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 35px #dee7f0;
}

.home-two-blog-item:hover {
  box-shadow: none;
}

.home-two-blog-author-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.footer-two-merquee-text {
  flex: none;
  padding-right: 60px;
}

.footer-two-merquee-item {
  flex: none;
  display: flex;
}

.footer-merquee {
  color: #fff;
  letter-spacing: -.32px;
  font-family: Nacelle, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 55px;
}

.footer-two-merquee {
  padding-bottom: 100px;
  display: flex;
}

.footer-two-merquee-star {
  flex: none;
  padding-right: 60px;
}

.nav-one-logo-wrapper-new {
  border-right: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-one-logo-wrapper-new.chnage-border-left {
  border-right-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.image {
  width: 300px;
  height: 298px;
}

.home-one-testimonial-image-main {
  transform-origin: 0 0;
  position: relative;
}

.home-one-testimonial-top-image {
  transform-origin: 0 0;
  position: absolute;
}

.mask {
  padding-bottom: 40px;
}

.home-three-banner-heading {
  max-width: 630px;
  padding-bottom: 20px;
}

.home-three-banner-heading.change-width {
  max-width: 650px;
}

.home-three-banner-heading.change-width.overflow-hidden {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-flow: column;
  display: flex;
}

.home-three-banner-button {
  padding-top: 20px;
  display: flex;
}

.home-three-banner {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 0 100%, #5429ff80, #fff0 29%);
  height: 100%;
  margin-bottom: 70px;
  position: relative;
}

.home-three-banner.chnage-padding-top-bottom {
  margin-bottom: 0;
  padding: 180px 15px 120px;
}

.home-three-banner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.home-three-banner-wrapper.chnage-style {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 120px;
  padding-left: 5%;
  position: relative;
}

.home-three-banner-image {
  flex: 0 60%;
  margin-bottom: -70px;
  margin-left: -50px;
}

.home-three-banner-image.change-style {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  flex: 0 65%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-banner-dot, .home-three-banner-side-icon {
  display: none;
}

.chnage-para-color {
  color: #b0b0bc;
}

.home-three-banner-text-main {
  flex: 1;
  max-width: 700px;
}

.home-three-banner-text-main.change-width {
  max-width: 650px;
}

.home-three-banner-text-left {
  flex: 0 43%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.home-three-banner-text-left.chnage-style {
  flex: 0 45%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-three-banner-paragraph {
  max-width: 520px;
}

.home-three-business-image-text {
  padding-left: 0;
}

.home-three-business-gredient {
  background-image: radial-gradient(circle at 0 60%, #c9e80f33, #fff0 24%), radial-gradient(circle at 100% 60%, #ed6d1033, #fff0 23%);
  overflow: hidden;
}

.home-three-busines-paragraph {
  max-width: 584px;
}

.home-three-business {
  background-image: url('../images/box-line.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.home-three-business-image-details {
  width: auto;
  height: auto;
  margin-bottom: 90px;
  margin-right: -60px;
  transform: rotate(-90deg);
}

.home-three-business-image-details.chnage-style {
  margin-top: 70px;
  margin-bottom: 0;
  margin-right: -50px;
}

.home-three-business-image-two {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 80px;
  margin-left: -260px;
  display: flex;
}

.home-three-business-image-left {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-three-busines-green-dot {
  display: none;
}

.home-three-business-heading {
  max-width: 500px;
  padding-bottom: 20px;
}

.home-three-business-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.business-text {
  color: var(--blue-color);
  letter-spacing: -5px;
  font-family: Nacelle, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 75px;
}

.home-three-business-image-right {
  background-color: #f4f9fe;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.home-one-merquee-two-main {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.home-three-business-left-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.home-three-business-button-wrapper {
  padding-top: 20px;
  display: flex;
}

.home-three-business-image {
  display: flex;
}

.home-three-solution {
  background-color: #f2f2fb;
  background-image: url('../images/Background-Image-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
  overflow: hidden;
}

.home-three-solution-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 80px;
  display: flex;
}

.home-three-solution-item-logo {
  width: 81px;
  min-width: 81px;
  height: 71px;
  min-height: 71px;
}

.home-three-solution-blue-dot {
  display: none;
}

.home-three-solution-border-overlay {
  background-color: #132035;
  border-radius: 20px;
  position: absolute;
  inset: 7px -7px -7px 7px;
}

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

.home-three-solution-item-text {
  max-width: 200px;
}

.home-three-solution-item-wrapper {
  flex: 1;
  max-width: 301px;
  position: relative;
}

.home-three-solution-item {
  z-index: 1;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 301px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.home-three-excelence-cone {
  display: none;
  position: absolute;
  inset: auto auto -3% 0%;
}

.home-three-excelence {
  background-image: radial-gradient(circle at 100% 30%, #c9e80f33, #fff0 35%);
  padding: 120px 15px;
  position: relative;
  overflow: hidden;
}

.home-three-business-image-border {
  background-color: #ed6d10;
  width: 60%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-three-business-popup {
  z-index: 999;
  position: absolute;
  inset: auto auto 15% 0%;
}

.home-three-business-image-main {
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
}

.home-three-service-item-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #ccd0d980;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  display: flex;
}

.home-three-service-item-main.chnage-border-bottom {
  border-bottom: 1px solid #ccd0d980;
}

.home-three-service {
  background-color: #090c2b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-three-service-item {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.home-three-service-upper-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

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

.home-three-service-heading {
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.home-three-service-item-heading {
  max-width: 230px;
}

.home-three-service-item-heading.overflow-hidden {
  overflow: hidden;
}

.home-three-service-hover-overlay {
  background-color: #262951;
  position: absolute;
  inset: 0%;
}

.home-three-service-item-arrow {
  background-color: #ffffff59;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

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

.white-image {
  position: absolute;
}

.heading-three {
  color: #132035;
  letter-spacing: 0;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

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

.heading-three.hover-color-change {
  color: #5840ed;
  font-size: 40px;
  line-height: 50px;
}

.heading-three.change-color-blue {
  color: var(--blue-color);
}

.home-three-strategy-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-three-strategy-item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #1217224d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-three-strategy-item-wrapper.change-padding-bottom {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.home-three-testimonial-logo.hide {
  display: none;
}

.home-three-testimonial {
  background-color: var(--primary-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 0;
  display: flex;
  overflow: hidden;
}

.home-three-strategy-left-image {
  border-bottom-left-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-testimonial-author {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.home-three-strategy-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-strategy-main-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-three-testimonial-wrapper {
  height: 100%;
  position: relative;
}

.home-three-testimonial-author-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.home-three-strategy {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding: 120px 5%;
}

.home-three-strategy-paragraph-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-three-strategy-background {
  background-image: radial-gradient(circle at 100%, #5aeec480, #fff0 26%), radial-gradient(circle at 0 0, #5aeec440, #fff0 24%);
  overflow: hidden;
}

.home-three-strategy-dot {
  display: none;
}

.home-three-testimonial-overlay {
  background-color: #132035;
  border-radius: 20px;
  position: absolute;
  inset: 7px -7px -7px 7px;
}

.home-three-testimonial-item {
  z-index: 11;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  height: 100%;
  padding: 40px 30px;
  transition: box-shadow .5s;
  position: relative;
}

.home-three-testimonial-item:hover {
  box-shadow: 0 16px 60px #5aeec440;
}

.home-three-testimonial-polygon {
  margin-left: 5%;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.home-three-testimonial-heading {
  padding-bottom: 80px;
}

.home-three-testimonial-heading.overflow-hidden {
  border-radius: 0;
}

.home-three-strategy-heading-wrapper {
  max-width: 533px;
  padding-bottom: 20px;
}

.home-three-strategy-heading-wrapper.overflow-hidden {
  border-radius: 0;
  font-family: Open Sans, sans-serif;
}

.home-three-strategy-paragraph {
  max-width: 466px;
}

.home-three-strategy-paragraph.overflow-hidden {
  border-radius: 0;
}

.home-three-strategy-right-image {
  z-index: 999;
  background-color: var(--black);
  border-radius: 20px;
  margin-left: -165px;
  padding: 7px;
  position: relative;
  overflow: hidden;
}

.home-three-testimonial-details {
  max-width: 341px;
  padding-bottom: 20px;
}

.solution-text {
  color: var(--secondary-color);
  letter-spacing: -.64px;
  font-family: Nacelle, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 53px;
}

.home-three-strategy-item-paragraph {
  flex: 1;
  max-width: 482px;
  padding-top: 20px;
}

.home-three-strategy-right {
  max-width: 520px;
}

.home-three-testimonial-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 3000px;
  justify-content: space-around;
  display: flex;
}

.home-three-strategy-image-solution {
  z-index: 11;
  color: var(--secondary-color);
  position: absolute;
  top: 23%;
  bottom: auto;
  left: -29%;
  transform: translate(0)rotate(90deg);
}

.home-three-strategy-image-solution.hide {
  display: none;
}

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

.footer-three-item-link-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-three-support-main {
  border-left: 1px solid #ffffff4d;
  padding-left: 40px;
}

.footer-one-bottom-link-new {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.footer-one-bottom-link-new.change-border-top {
  border-top: 1px solid #ffffff4d;
  padding-top: 20px;
}

.green-arrow {
  position: absolute;
}

.footer-three-social-media-item {
  border: 1px solid #a7acc0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  display: flex;
}

.footer-three-logo {
  border-right: 1px solid #ffffff4d;
  flex: 1;
}

.footer-three-item {
  flex: 1;
  width: 100%;
  max-width: 260px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-three {
  background-color: #0d0c1e;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-three-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 40px;
  display: grid;
}

.green-image {
  position: absolute;
}

.footer-three-logo-main {
  padding-top: 5px;
  padding-bottom: 30px;
}

.footer-three-social-media-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.footer-three-link-main {
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  max-width: 261px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer-three-link-main.change-border-bottom {
  border-bottom-width: 0;
}

.footer-three-logo-details {
  max-width: 344px;
}

.navbar-three {
  z-index: 11111;
  padding: 20px 15px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.navbar-hmabarger-button {
  cursor: pointer;
  background-color: #5618ff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.nav-bar-hambarger-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.upper-line {
  background-color: #fff;
  border-radius: 50px;
  width: 20px;
  height: 3px;
}

.middle-line {
  background-color: #fff;
  border-radius: 50px;
  width: 27px;
  height: 3px;
}

.lower-line {
  background-color: #fff;
  border-radius: 50px;
  width: 14px;
  height: 3px;
}

.image-overlay-blue {
  z-index: 111;
  background-color: #5840ed;
  position: absolute;
  inset: 0%;
  transform: translate(0, -101%);
}

.image-overlay-blue.change-color-green {
  background-color: var(--secondary-color);
}

.image-overlay-white {
  z-index: 12;
  background-color: #f4f9fe;
  position: absolute;
  inset: 0%;
  transform: translate(0, -101%);
}

.image-overlay-white.chnage-color-blog {
  background-color: #f6f5fd;
}

.image-overlay-white.change-color-black {
  background-color: #0d0c1e;
}

.image-overlay-white.change-color-pink {
  background-color: #f2f2fb;
}

.home-three-business-image-wrapper {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.hambargwr-menu {
  z-index: 2147483647;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0d0c1e;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, 110vh);
}

.hambarger-menu-left {
  flex: 1;
  padding-left: 15px;
}

.hambarger-image {
  flex: 0 53%;
  position: relative;
}

.hambarger-logo {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 50px;
  display: flex;
}

.hamberger-inner-container {
  flex-flow: column;
  flex: 1;
  max-width: 720px;
  display: flex;
}

.hamberger-inner-container.chnage-direction {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.hambarger-link-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.hambarger-link-item {
  border-bottom: 1px solid #3f3e4f;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 557px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.hambarger-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hambarger-menu-main-image {
  height: 100%;
  position: static;
  overflow: hidden;
}

.hambarger-image-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hmabarger-link {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  -webkit-backdrop-filter: blur(76px);
  backdrop-filter: blur(76px);
  background-color: #16166033;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.hambarger-cross-wrapper {
  display: flex;
}

.hambarger-cross-main-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 888px;
  padding-top: 20px;
  padding-right: 15px;
  display: flex;
}

.hambarger-cross-main {
  border: 1px solid var(--white);
  cursor: pointer;
  background-color: #ffffff30;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.hambarger-cross-main.responsive-cross {
  display: none;
}

.cross-one {
  background-color: var(--white);
  width: 35px;
  height: 3px;
  transform: rotate(45deg);
}

.cross-two {
  background-color: var(--white);
  width: 35px;
  height: 3px;
  position: absolute;
  transform: rotate(-45deg);
}

.hambarger-image-overlay {
  background-color: #0d0c1e;
  position: absolute;
  inset: 0%;
}

.home-two-blog-polygon {
  display: none;
}

.home-three-service-image-black-overlay {
  background-color: #090c2b;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.home-three-service-image-blue-overlay {
  background-color: #5840ed;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.home-three-main-banner-wrapper {
  overflow: hidden;
}

.about-one-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 100% 100%, #5429ff59, #fff0 27%), radial-gradient(circle at 10% 30%, #5429ff59, #fff0 25%);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 220px 15px 0;
  position: relative;
  overflow: hidden;
}

.about-one-hero-design {
  display: none;
  position: absolute;
  inset: 10% 0% auto auto;
}

.about-one-background-vedio {
  height: 623px;
}

.about-one-hero-vedio-wrapper {
  z-index: 11;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  position: relative;
  overflow: hidden;
}

.about-one-hero-banner-text {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.about-one-move-circle {
  position: absolute;
}

.about-one-hero-banner-small-circle {
  background-color: #c9e80f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  display: flex;
}

.about-one-hero-banner-circle {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
}

.about-one-hero-banner-heading {
  max-width: 815px;
}

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

.about-one-hero-background.change-position {
  top: 30%;
}

.about-one-story-right-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.about-one-story-top-head {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-one-story-middle-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-one-story-red-circle {
  display: none;
}

.about-one-story-image-left {
  border-radius: 10px;
  overflow: hidden;
}

.about-one-story-right-bottom {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-one-story {
  background-image: radial-gradient(circle at 100% 80%, #ed6d1040, #fff0 24%), url('../images/box-line.svg'), radial-gradient(circle at 10% 35%, #c5e11b33, #fff0 25%);
  background-position: 0 0, 5% 40%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding: 120px 15px;
}

.about-one-story-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #5840ed;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.about-one-story-image-left-main {
  position: relative;
  overflow: hidden;
}

.about-one-story-blue-circle {
  display: none;
}

.about-one-story-arrow-wrapper {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

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

.about-one-story-right-top {
  border-radius: 10px;
  overflow: hidden;
}

.home-one-story-heading {
  max-width: 100%;
}

.about-one-story-heading-wrapper {
  max-width: 227px;
}

.about-one-story-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.about-one-story-right {
  max-width: 100%;
  padding-top: 10px;
}

.arrow-text {
  color: #fff;
  letter-spacing: -.64px;
  font-size: 35px;
  font-weight: 500;
  line-height: 28px;
}

.arrow-text.chnage-style {
  font-size: 24px;
  line-height: 34px;
}

.about-one-margin-top {
  margin-top: -15px;
  padding-left: 5px;
}

.about-one-analytics {
  background-color: #f1f1fd;
  background-image: url('../images/Line-Box.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.about-one-counter-head {
  padding: 30px;
}

.about-one-counter-box {
  border-bottom: 1px solid #ccd0d9;
  padding: 40px 30px 30px;
}

.about-one-analytics-heading {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.about-one-small-counter {
  background-color: #5840ed0f;
  border-radius: 50%;
  width: 41px;
  height: 41px;
}

.about-one-counetr-item {
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 20px;
  flex: 1;
  max-width: 300px;
}

.about-one-counetr-item.item-two {
  transform: translate(0, 30px);
}

.about-one-counetr-item.item-three {
  transform: translate(0, 60px);
}

.about-one-counetr-item.item-four {
  transform: translate(0, 90px);
}

.about-one-analytics-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wedo-button-two {
  cursor: pointer;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.about-one-solution-cone {
  display: none;
  position: absolute;
  inset: -3% auto auto 0%;
}

.about-one-solution-left {
  flex: 1;
}

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

.home-four-wedo-button-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.about-one-solution-button {
  padding-top: 10px;
  display: flex;
}

.wedo-button-one {
  cursor: pointer;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.wedo-paragraph-two-box {
  overflow: hidden;
}

.home-four-wedo-text-wrapper {
  max-width: 501px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.about-one-solution-left-heading {
  max-width: 550px;
  padding-bottom: 10px;
}

.wedo-paragraph-one-box {
  max-width: 545px;
  overflow: hidden;
}

.about-one-solution {
  background-color: #0d0c1e;
  background-image: url('../images/Border-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 125px 15px 120px;
  position: relative;
}

.home-four-wedo-button-line {
  background-color: #fff3;
  border-radius: 10px;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.pricing-heading-six {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.pricing-heading-six.wedo-wrapper-text-two {
  letter-spacing: -.19px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.pricing-heading-six.wedo-wrapper-text-one {
  color: #aeafb0;
  letter-spacing: -.19px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.home-four-wedo-white-line {
  z-index: 1;
  background-color: #bcc2ce;
  border-radius: 10px;
  width: 100%;
  height: 1px;
  transform: translate(-65%);
}

.progess-overlay {
  background-color: #5840ed;
  width: 2px;
  height: 92px;
  margin-left: -1px;
  position: absolute;
}

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

.service-one-project-number.change-style {
  flex: 0 25%;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 80px 20px;
}

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

.about-one-process-perticle {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.service-one-project-item-details.change-width {
  max-width: 430px;
  padding-top: 10px;
}

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

.service-one-project-item.remobe-border.change-style {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.about-one-process {
  background-image: radial-gradient(circle at 10% 10%, #ed6d1026, #fff0 31%);
  padding: 120px 15px;
  position: relative;
}

.about-one-process-paragraph {
  max-width: 474px;
}

.service-one-project-details.change-style {
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-one-process-circle {
  display: none;
  position: absolute;
}

.about-one-process-left {
  flex: 0 40%;
  position: sticky;
  top: 220px;
}

.service-one-project-main {
  flex: 1;
}

.about-one-process-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-one-process-heading {
  padding-bottom: 20px;
}

.about-one-testimonial-circle {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-one-testimonial {
  background-color: #f1f1fd;
  background-image: radial-gradient(circle at 50% 100%, #c5e11b33, #fff0 33%);
  padding: 120px 15px;
}

.about-two-hero-heading {
  max-width: 800px;
}

.about-two-hero-design-two {
  display: none;
}

.about-two-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Box-Banner.svg'), radial-gradient(circle at 0 100%, #5429ff4d, #fff0 50%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 220px 15px 500px;
  position: relative;
}

.about-two-hero-design {
  display: none;
  position: absolute;
}

.about-two-hero-vedio {
  z-index: 11;
  margin-top: -520px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}

.about-two-vedio-text {
  margin-right: -22%;
}

.footer-big-text {
  opacity: .3;
  color: #4a486c;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Nacelle, sans-serif;
  font-size: 170px;
  font-weight: 900;
  line-height: 200px;
  display: flex;
}

.about-two-hero-vedio-main-wrapper {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  max-width: 1850px;
  height: 478px;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  transform: none;
}

.about-two-banner-vedio {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.about-two-hero-gredient {
  background-image: radial-gradient(circle at 100% 60%, #c5e11b33, #fff0 27%);
}

.about-two-value-paragraph {
  max-width: 521px;
}

.about-two-value-button {
  padding-top: 20px;
  display: flex;
}

.about-two-value-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding-top: 20px;
  display: flex;
}

.about-two-value {
  background-image: url('../images/box-line.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 90px 15px 120px;
}

.about-two-value-left {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 70px;
  display: flex;
}

.about-two-item-details {
  max-width: 267px;
}

.about-two-value-heading {
  max-width: 502px;
  padding-bottom: 20px;
}

.about-two-value-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-two-value-right-image {
  z-index: 111;
  background-color: #eff4f9;
  border-radius: 10px;
  margin-bottom: -70px;
  margin-left: -250px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px #d7e5f3;
}

.about-two-value-icon {
  border: 1px solid #5840ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  display: flex;
}

.about-two-value-left-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-two-value-circle {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.about-two-solution-item-icon {
  z-index: 1;
  padding-bottom: 10px;
  position: relative;
}

.about-two-solution-item-heading {
  z-index: 1;
  position: relative;
}

.about-two-solution-overlay {
  opacity: 0;
  background-color: #c9e80f;
  border: 1px solid #000;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.about-two-solution-heading {
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.about-two-solution-main-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.about-two-solution-main-item.change-border-side {
  border-right-width: 0;
}

.about-two-solution {
  background-color: #f2f2fb;
  background-image: radial-gradient(circle at 100% 100%, #ed6d1033, #fff0 26%), radial-gradient(circle at 0 0, #ed6d1033, #fff0 28%);
  padding: 120px 15px;
  position: relative;
  overflow: hidden;
}

.about-two-solution-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-two-solution-circle {
  display: none;
  position: absolute;
  inset: 5% auto auto 0%;
}

.about-two-solution-paragraph {
  z-index: 1;
  max-width: 261px;
  position: relative;
}

.about-two-cone {
  display: none;
}

.about-two-image-wrapper {
  z-index: 11;
  position: relative;
}

.about-two-business-heading {
  max-width: 502px;
  padding-bottom: 20px;
}

.about-two-business {
  background-image: radial-gradient(circle, #c5e11b26, #fff0 39%);
  padding: 120px 15px;
  overflow: hidden;
}

.about-two-business-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-two-business-details {
  max-width: 567px;
  padding-bottom: 20px;
}

.about-two-image-back-overlay {
  background-color: #5840ed;
  border-radius: 10px;
  position: absolute;
  inset: 4% 0% 0% 4%;
  transform: rotate(5deg);
}

.change-color-black {
  color: #000;
}

.about-two-team-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.about-two-team-cone {
  display: none;
  position: absolute;
  inset: -1% auto auto 79%;
}

.about-two-team-member-image-overlay {
  border: 1px solid var(--primary-color);
  background-color: var(--secondary-color);
  border-radius: 10px;
  position: absolute;
  inset: 7px -7px -7px 7px;
}

.about-two-team-image-big {
  position: relative;
}

.about-two-team-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.about-two-team {
  background-color: #f2f2fb;
  background-image: radial-gradient(circle at 100% 0, #2502fb33, #fff0 21%), radial-gradient(circle at 0 100%, #5aeec440, #fff0 25%);
  padding: 120px 15px;
  position: relative;
}

.about-two-team.hide {
  display: none;
}

.about-two-tem-member-image {
  border: 1px solid #000;
  border-radius: 10px;
  width: auto;
  height: 345px;
  position: relative;
  overflow: hidden;
}

.about-two-team-member {
  cursor: pointer;
  flex: none;
  padding-right: 30px;
}

.team-sticky-wrapper {
  position: relative;
  top: 0;
}

.about-two-vale-image-box {
  border-radius: 10px;
  overflow: hidden;
}

.about-two-image-main {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-two-team-main-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.about-two-solution-line {
  background-color: #74738680;
  height: 1px;
  position: absolute;
  inset: 0%;
}

.about-item-side-line {
  background-color: #74738680;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-three-value-perticle {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-three-value-item-logo {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.about-three-value {
  background-image: url('../images/box-line_1.svg');
  background-position: 10% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 5%;
}

.about-three-value-item-wrapper {
  flex: 1;
  max-width: 300px;
  position: relative;
}

.vlaue-black-logo {
  position: absolute;
}

.about-three-value-polygon {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-three-value-item-heading {
  padding-bottom: 20px;
}

.about-three-value-item-paragraph {
  max-width: 237px;
}

.about-three-value-item {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 10px;
  height: 100%;
  padding: 40px 20px 30px;
  position: relative;
}

.about-three-value-item:hover {
  background-image: none;
}

.about-three-value-item-wrapper-overlay {
  background-color: #0d0c1e;
  border-radius: 10px;
  position: absolute;
  inset: 7px -7px -7px 7px;
}

.about-three-value-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-three-gredient {
  background-image: radial-gradient(circle at 0 80%, #5aeec480, #fff0 18%);
}

.about-there-value-heading {
  max-width: 627px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.about-three-banner-polygon {
  display: none;
  position: absolute;
  inset: auto auto 10% 45%;
}

.button-overlay-4 {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.about-three-business {
  background-image: radial-gradient(circle at 100% 100%, #5aeec440, #fff0 27%), radial-gradient(circle at 10% 30%, #5aeec440, #fff0 21%);
  padding: 120px 5%;
  position: relative;
}

.about-three-business-image-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.about-three-business-left-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

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

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

.about-three-business-image-conter {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-three-business-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.about-three-business-item-wrapper.change-direction {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
}

.about-three-business-right-main-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-three-business-cone {
  display: none;
  position: absolute;
  inset: auto 0% -3% auto;
}

.about-three-business-button {
  padding-top: 20px;
  display: flex;
}

.about-three-business-heading {
  max-width: 502px;
  padding-bottom: 20px;
}

.about-three-business-heading.overflow-hidden {
  border-radius: 0;
}

.about-three-business-polygon {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-three-business-paragraph {
  max-width: 513px;
}

.about-three-business-paragraph.overflow-hidden {
  border-radius: 0;
}

.about-three-business-image-right {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -70px;
  display: flex;
  position: relative;
}

.about-three-business-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-three-business-details {
  max-width: 206px;
}

.about-three-business-item-arrow-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-overlay-5 {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay-5.chnage-color-white {
  background-color: #fff;
}

.about-three-process-line {
  background-color: #bcc2ce;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: 50px 0% auto;
}

.green-circle {
  background-color: var(--secondary-color);
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.about-three-process-item-paragraph {
  max-width: 257px;
}

.about-three-process {
  padding: 120px 15px 110px;
  position: relative;
}

.about-two-process-main {
  height: 200vh;
  position: relative;
}

.about-two-process-inner-wrapper {
  position: sticky;
  top: 220px;
}

.about-three-process-item-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 70px;
  display: flex;
}

.about-three-process-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.about-three-process-item-dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-three-process-step {
  padding-bottom: 20px;
}

.green-line {
  background-color: var(--secondary-color);
  width: 0%;
  height: 1px;
}

.process-dot {
  background-color: #bcc2ce;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.about-three-process-heading {
  padding-bottom: 80px;
}

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

.about-three-service-image {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.about-three-service-text {
  flex: 1;
}

.about-three-service-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-three-service-cone {
  display: none;
  position: absolute;
  inset: auto auto -3% 0%;
  transform: rotate(-100deg);
}

.about-three-service {
  background-image: url('../images/box-line_1.svg'), radial-gradient(circle at 100%, #c9e80f33, #fff0 19%), radial-gradient(circle at 10% 20%, #5840ed33, #fff0 23%);
  background-position: 100% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  padding: 120px 5%;
  position: relative;
}

.about-three-service-circle {
  display: none;
}

.about-three-service-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.about-three-service-heading {
  max-width: 597px;
  padding-bottom: 20px;
}

.about-three-service-text-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 472px;
  display: flex;
}

.about-three-service-paragraph {
  max-width: 526px;
  padding-bottom: 10px;
}

.about-three-service-paragraph.overflow-hidden {
  border-radius: 0;
}

.about-three-service-popup {
  margin-left: -205px;
}

.service-tick {
  width: 30px;
  margin-top: 5px;
}

.desination-text {
  color: #132035;
  font-family: Nacelle, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 28px;
}

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

.desination-text.chnage-color-white.text-capitalize {
  color: var(--primary-color);
  text-transform: uppercase;
}

.about-three-desination-star {
  padding-right: 15px;
}

.home-three-team-heading {
  padding-bottom: 80px;
}

.about-three-team-item {
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-three-designation {
  padding-right: 15px;
}

.about-three-team-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-three-team-wrapper.display-off {
  display: none;
}

.about-three-team-designation-merquee {
  background-color: #fff;
  display: flex;
}

.about-three-team-designation-merquee.change-roation {
  width: 110%;
  transform: rotate(-6.44deg);
}

.about-three-team-designation-merquee.change-color {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  position: relative;
}

.about-three-team {
  background-color: #f1f1fd99;
  background-image: url('../images/Team-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 5%;
}

.about-three-team.hide {
  display: none;
}

.about-three-team-marquee {
  position: absolute;
  inset: auto 0% 0%;
}

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

.about-three-testimonial-main-text {
  max-width: 742px;
  padding-bottom: 20px;
}

.about-three-testimonial-polygon-two {
  display: none;
}

.testimial-right-arrow-new {
  background-color: #d9e1e8;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .5s, border-color .5s;
  display: flex;
  inset: auto 0% 27px auto;
}

.testimial-right-arrow-new:hover {
  background-color: #c9e80f;
  border: 1px solid #000;
}

.testimial-right-arrow-new.change-position {
  inset: 0% 0% auto auto;
}

.testimonial-left-arrow-new {
  background-color: #d9e1e8;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .5s, border-color .5s;
  display: flex;
  inset: auto 85px 27px auto;
}

.testimonial-left-arrow-new:hover {
  background-color: #c9e80f;
  border-color: #000;
}

.testimonial-left-arrow-new.change-position {
  inset: 0% 65px auto auto;
}

.about-three-testimonial-main-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-three-testimonial-slider-wrapper {
  max-width: 1123px;
  margin-left: auto;
  margin-right: auto;
}

.about-three-testimonial {
  background-image: radial-gradient(circle at 50% 100%, #c9e80f33, #ed6d101f 24%, #ed6d1000 47%);
  padding: 120px 15px;
}

.about-three-testimonial-polygon {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-three-testimonial-heading {
  max-width: 502px;
  padding-bottom: 80px;
}

.about-three-testimonial-name {
  padding-top: 20px;
  padding-bottom: 10px;
}

.about-three-testimonial-slider {
  background-color: #ddd0;
  height: 100%;
  position: static;
}

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

.about-three-banner-main {
  padding-bottom: 30px;
  overflow: hidden;
}

.home-two-about-main-image-one {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.service-one-hero-heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.service-one-hero-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-one-text-background {
  background-color: #5840ed;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-two-hero-circle {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.service-two-hero-circle-two {
  display: none;
}

.service-one-hero-paragraph {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.service-one-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 80% 60%, #5429ff33, #fff0 31%), radial-gradient(circle at 20% 30%, #5429ff59, #fff0 31%);
  padding: 240px 15px 180px;
  position: relative;
  overflow: hidden;
}

.service-one-strategy-left-main-image {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.service-one-strategy-triangle {
  display: none;
  position: absolute;
}

.service-one-strategy-left-image-wrapper {
  position: relative;
}

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

.service-one-strategy-heading {
  max-width: 500px;
  padding-bottom: 20px;
}

.service-one-strategy-circle {
  display: none;
}

.home-two-startegy-round-new {
  z-index: 11;
  background-color: #ed6d10;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  display: flex;
  position: absolute;
  inset: 5% 0% auto auto;
}

.home-two-startegy-round-new.change-style {
  z-index: 111;
  background-color: #c9e80f;
  inset: -12% auto auto 0%;
}

.service-one-strategy-right {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.service-one-strategy-big-wrapper {
  background-image: radial-gradient(circle at 100% 60%, #ed6d1033, #fff0 24%);
  overflow: hidden;
}

.service-one-strategy-paragraph {
  max-width: 490px;
  padding-bottom: 80px;
}

.service-one-strategy {
  background-image: url('../images/box-line_1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.service-one-growth-cone {
  display: none;
}

.service-one-growth-item-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.growth-black-icon {
  position: absolute;
}

.service-one-growth-circle {
  display: none;
}

.service-one-growth-icon {
  border: 1px solid #6348ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 47px;
  min-width: 47px;
  height: 47px;
  min-height: 47px;
  margin-top: 5px;
  display: flex;
}

.service-one-growth-overlay {
  background-color: #c9e80f;
  position: absolute;
  inset: 0%;
  transform: translate(-98%);
}

.service-one-growth-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.service-one-growth-item {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 20px;
  display: flex;
  position: relative;
}

.service-one-growth-item-paragraph {
  max-width: 277px;
}

.service-one-growth-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.service-one-growth {
  background-image: url('../images/box-line_1.svg'), radial-gradient(circle at 100% 0, #2502fb26, #fff0 29%), radial-gradient(circle at 0 100%, #c9e80f26, #fff0 30%);
  background-position: 30% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  padding: 120px 15px;
  position: relative;
  overflow: hidden;
}

.service-one-growth-item-wrapper {
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 20px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.service-one-service-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.service-one-service-item-small-dot {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

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

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

.service-one-service-left {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.service-one-service {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 10% 80%, #5840ed33, #fff0 26%);
  padding: 120px 15px;
}

.service-one-service-item-dot {
  background-color: #0e1345;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 33px;
  height: 33px;
  min-height: 33px;
  display: flex;
}

.service-learn-more {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-one-image-round {
  position: absolute;
}

.service-one-service-item {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-one-service-details {
  max-width: 420px;
  padding-top: 10px;
}

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

.service-one-main-content {
  height: 300vh;
}

.service-one-service-item-line {
  background-color: #ed6d10;
  width: 1.5px;
  height: 100%;
  margin-left: -.5px;
}

.service-one-service-content-right {
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 123px;
  display: flex;
}

.service-one-service-content-right.change-style {
  width: 105px;
  height: 105px;
}

.service-one-service-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.service-one-pricing-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.service-three-pricing-top-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.service-one-pricing-toggle-button {
  cursor: pointer;
  border: 1px solid #605f78;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 3px 6px;
  display: flex;
}

.service-one-vedio-big-wrapper {
  background-image: radial-gradient(circle at 100% 38%, #c9e80f26, #fff0 21%), radial-gradient(circle at 15% 20%, #ed6d1026, #fff0 26%);
  position: relative;
  overflow: hidden;
}

.service-one-vedio-heading {
  padding-bottom: 80px;
}

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

.service-one-pricing-toggle-item {
  background-color: #5840ed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

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

.service-one-pricing-main-item.inactive {
  opacity: .6;
}

.vedio-merquee-text {
  color: #1320350f;
  font-family: Unbounded, sans-serif;
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
}

.pricing-item {
  color: #132035;
}

.service-one-vedio {
  background-image: url('../images/box-line_1.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
  overflow: hidden;
}

.toggle-text {
  color: #fff;
}

.service-one-main-vedio-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff26;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 146px;
  display: flex;
  position: absolute;
}

.service-one-pricing-item-bottom {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-one-pricing-item-bottom.change-style {
  padding-left: 30px;
  padding-right: 30px;
}

.service-one-pricing-heading {
  max-width: 521px;
}

.service-one-pricing-item {
  background-color: #fff;
  border: 1px solid #132035;
  border-radius: 10px;
  flex: 1;
  padding: 40px 10px;
}

.service-one-pricing-item.change-style {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.service-one-pricing-item.hover-effect {
  border-color: #b8c2cc;
  transition: all .3s;
}

.service-one-pricing-item.hover-effect:hover {
  border-color: #000;
  box-shadow: 0 2px 35px #e0ebf7;
}

.service-one-pricing-item-top {
  border-bottom: 1px solid #605f78;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-one-pricing-item-top.chnage-style {
  padding-left: 30px;
  padding-right: 30px;
}

.service-one-vedio-merquee-item {
  flex: none;
  padding-right: 30px;
}

.service-one-pricing-button {
  padding-top: 50px;
}

.service-one-main-pricing-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-one-main-pricing-wrapper.yearly {
  display: none;
}

.service-three-pricing-details {
  max-width: 321px;
}

.service-one-vedio-cone, .service-one-pricing-triangle {
  display: none;
}

.service-one-main-vedio {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-one-pricing-top-content {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.service-one-pricing-item-bottom-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.service-one-main-vedio-wrapper {
  perspective: 3000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-one-vedio-merquee {
  display: flex;
  position: absolute;
}

.service-one-testimonial-left-heading {
  max-width: 530px;
  padding-bottom: 20px;
}

.service-one-testimonial-image {
  z-index: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.service-three-testimonial-client-wrapper {
  padding-bottom: 20px;
  display: flex;
}

.service-client-image {
  border: 1px solid #150f0a;
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.service-client-image.margin-left {
  margin-left: -10px;
}

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

.service-three-testimonial-star-wrapper {
  display: flex;
}

.service-one-testimonial-right {
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  right: 30px;
}

.service-one-testimonial-popup {
  z-index: 11;
  position: absolute;
  inset: auto auto 10% 0%;
}

.service-one-client-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-one-testimonial {
  background-image: radial-gradient(circle at 0 100%, #c5e11b26, #fff0 33%), radial-gradient(circle at 90% 30%, #ed6d1026, #fff0 33%), url('../images/Grid.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 120px 15px;
}

.service-one-client {
  max-width: 130px;
}

.service-one-testimonial-overlay {
  background-color: #ed6d10;
  border-radius: 10px;
  width: 80%;
  position: absolute;
  inset: 10px -3% 0% auto;
  transform: rotate(3deg);
}

.play-button {
  z-index: 999999;
  border: 1px solid #fff9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  display: flex;
  position: relative;
}

.footer-big-text-new {
  color: #4a486c;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Nacelle, sans-serif;
  font-size: 170px;
  font-weight: 900;
  line-height: 200px;
  display: flex;
}

.footer-big-text-new.change-style {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 140px;
}

.footer-big-text-new.change-style.left-padding {
  padding-left: 5%;
}

.service-two-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Line-2.svg'), radial-gradient(circle, #5aeec436, #fff0 50%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 80px 5% 60px;
  position: relative;
}

.service-two-hero-heading {
  max-width: 681px;
}

.service-two-hero-heading.overflow-hidden {
  border-radius: 0;
  padding-top: 1px;
  padding-bottom: 5px;
}

.service-two-hero-heading.overflow-hidden.max-width-80 {
  width: 80%;
}

.service-two-hero-design {
  display: none;
}

.service-two-hero-image {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.about-two-vedio-text-new {
  opacity: .3;
  margin-right: -22%;
}

.about-two-vedio-text-new.change-position {
  z-index: 150;
  margin-right: 0%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-two-vedio-text-new.change-position.left-padding {
  padding-left: 5%;
}

.service-two-hero-text {
  flex: 0 55%;
  padding-top: 80px;
  position: relative;
  top: 80px;
  bottom: 80px;
}

.service-two-hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-two-hero-image-effect-wrapper {
  flex: 1;
  height: 636px;
}

.service-two-hero-design-two {
  display: none;
}

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

.service-two-story-triangle {
  display: none;
}

.service-two-story-heading {
  max-width: 566px;
  padding-bottom: 20px;
}

.service-two-story-heading.overflow-hidden {
  border-radius: 0;
}

.service-two-story {
  background-image: radial-gradient(circle at 0 0, #5aeec426, #fff0 24%);
  padding: 120px 5% 100px;
}

.service-two-story.top-margin-large {
  padding-top: 20px;
  position: relative;
}

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

.service-two-story-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-two-story-details {
  max-width: 431px;
}

.service-two-story-details.overflow-hidden {
  border-radius: 0;
}

.service-two-story-details.overflow-hidden.hide {
  display: none;
}

.service-two-technology {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
}

.footer-big-text-main {
  color: #4a486c;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Nacelle, sans-serif;
  font-size: 170px;
  font-weight: 600;
  line-height: 200px;
  display: flex;
}

.footer-big-text-main.change-style {
  text-transform: uppercase;
  line-height: 140px;
}

.footer-big-text-main.change-style.change-font-style {
  color: #5fc2a640;
  font-family: Open Sans, sans-serif;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.service-two-strategy-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #dedede;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.service-two-strategy-item.remove-border {
  border-bottom-width: 0;
}

.service-two-strategy-cone {
  display: none;
  position: absolute;
  inset: auto auto -3% 15%;
}

.service-two-strategy-item-details {
  max-width: 477px;
}

.service-two-srtategy-heading {
  max-width: 558px;
  padding-bottom: 20px;
}

.service-two-strategy-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-two-strategy-button {
  display: flex;
}

.service-two-strategy-circle {
  display: none;
}

.service-two-strategy {
  background-image: url('../images/box-line_1.svg'), radial-gradient(circle at 100%, #5aeec440, #fff0 20%);
  background-position: 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px;
  position: relative;
}

.service-two-strategy.hide {
  display: none;
}

.service-two-service-line {
  background-image: linear-gradient(90deg, #0000 13%, #fffc 50%, #fff0 88%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-two-service-heading {
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.service-two-service-image-main {
  position: relative;
}

.service-two-service-circle {
  display: none;
}

.service-two-service {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 20% 20%, var(--blue-color), #fff0 22%);
  padding: 120px 5%;
}

.service-two-service-triangle {
  display: none;
}

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

.service-two-service-left-image.hide {
  display: none;
}

.service-two-service-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.service-two-solution-item-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.service-two-solution-icon {
  border-bottom: 1px solid #beccda;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.service-two-solution-item {
  background-color: #c9e80f;
  border: 1px solid #000;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-two-solution-item.one, .service-two-solution-item.two, .service-two-solution-item.three {
  background-color: var(--blue-color);
}

.service-two-solution-circle {
  display: none;
}

.service-two-solution-pargraph {
  max-width: 342px;
}

.service-two-solution {
  background-image: radial-gradient(circle at 15% 20%, #ed6d101a, #fff0 32%);
  padding: 120px 15px;
  overflow: hidden;
}

.service-two-solution-top-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.service-two-solution-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-two-solution-heading {
  max-width: 472px;
}

.service-two-pricing-cone {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-two-pricing-togle-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.white-tick {
  position: absolute;
}

.pricing-black-border {
  background-color: #132035;
  border-radius: 10px;
  position: absolute;
  inset: 7px -7px -7px 7px;
}

.service-two-pricing-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.service-two-plan-name {
  padding-bottom: 20px;
}

.service-two-pricing-triangle {
  display: none;
}

.service-two-price-paragraph {
  padding-top: 20px;
}

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

.pricing-overlay-wrapper {
  flex: 1;
  position: relative;
}

.service-two-pricing {
  background-color: #f1f1fd99;
  background-image: radial-gradient(circle at 0 60%, #c5e11b26, #fff0 27%), radial-gradient(circle at 85% 20%, #ed6d1026, #fff0 31%);
  padding: 120px 15px;
  display: none;
}

.about-three-process-background {
  background-color: #0d0c1e;
  background-image: url('../images/Line-Box.svg');
  background-position: 50%;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.service-one-learn-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.greeen-small-arrow {
  position: absolute;
}

.service-three-hero {
  background-image: radial-gradient(circle at 48%, #5429ff4d, #fff0 41%);
  padding: 120px 15px;
  position: relative;
}

.service-three-hero-right {
  flex: 0 45%;
}

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

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

.service-three-hero-left {
  z-index: 1;
  flex: 1;
  position: relative;
}

.service-three-hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-three-progress {
  padding: 120px 15px;
}

.service-three-progress-details {
  max-width: 490px;
  padding-bottom: 20px;
}

.service-three-progress-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.orange-tick {
  margin-top: 3px;
}

.service-three-progress-button {
  padding-top: 40px;
  display: flex;
}

.service-three-business-round {
  display: none;
}

.service-three-business-gredient {
  background-image: radial-gradient(circle at 100% 100%, #ed6d1026, #fff0 33%), radial-gradient(circle at 5% 60%, #c9e80f33, #fff0 27%);
}

.service-three-progress-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 502px;
  display: flex;
}

.service-three-progress-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-three-growth {
  background-color: #f2f2fb;
  background-image: url('../images/box-line_1.svg'), radial-gradient(circle at 90% 15%, #2502fb1a, #fff0 25%), radial-gradient(circle at 0 100%, #c9e80f33, #fff0 28%);
  background-position: 25% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  padding: 120px 15px;
}

.service-three-growth-image-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-three-growth-item-heading {
  border-bottom: 1px solid #747386;
  padding-bottom: 20px;
}

.service-three-growth-main-image {
  position: relative;
  overflow: hidden;
}

.service-three-growth-cone {
  display: none;
}

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

.service-three-growth-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.service-three-growth-main-image-two {
  margin-top: 150px;
  margin-left: -105px;
  position: relative;
  overflow: hidden;
}

.service-three-growth-paragraph {
  max-width: 300px;
  padding-top: 20px;
}

.service-three-growth-heading {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.service-three-service {
  background-color: #0d0c1e;
  background-image: linear-gradient(#0d0c1e4d, #0d0c1e4d), url('../images/Box-Line.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  padding: 120px 15px;
}

.service-three-business {
  padding: 120px 15px;
}

.service-three-business-line {
  background-color: #74738666;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-three-business-item-details {
  max-width: 300px;
}

.service-three-business-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-three-business-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10px 30px;
  display: flex;
  position: relative;
}

.service-three-business-heading {
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

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

.service-three-business-icon {
  justify-content: center;
  align-items: center;
  width: 61px;
  min-width: 61px;
  height: 61px;
  min-height: 61px;
  margin-bottom: 15px;
  display: flex;
}

.service-three-pricing-triangle, .service-three-pricing-cone {
  display: none;
}

.service-three-pricing {
  background-color: #f2f2fb99;
  background-image: radial-gradient(circle at 15% 30%, #c5e11b26, #fff0 28%), radial-gradient(circle at 80% 25%, #ed6d1026, #fff0 32%);
  padding: 120px 15px;
}

.service-three-pricing-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.service-details-hero-text-main {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.service-details-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Box-Line-2.svg'), radial-gradient(circle at 5% 80%, #5429ff40, #fff0 31%);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 140px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.service-details-hero-image {
  flex: 1;
  max-width: 40%;
}

.service-details-hero-heading {
  width: 100%;
  padding-bottom: 80px;
}

.service-details-hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.service-details-hero-text {
  flex-flow: column;
  flex: 0 40%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.service-details-overview-plan {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.service-details-overview-image {
  margin-top: 40px;
  display: flex;
}

.service-details-overview-paragraph {
  max-width: 818px;
}

.service-details-overview-paragraph.overflow-hidden {
  border-radius: 0;
}

.service-details-overview-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-details-overview-benifit {
  padding-top: 40px;
}

.service-details-overview-para {
  padding-top: 20px;
}

.service-details-overview-item-main-item {
  opacity: .8;
  border-bottom: 1px solid #bcc2ce;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  transition: all .4s;
  display: flex;
}

.service-details-overview-item-main-item:hover {
  opacity: 1;
}

.service-details-overview-item-main-item.change-border {
  border-bottom-width: 0;
}

.service-details-overview {
  background-image: radial-gradient(circle at 100%, #5aeec433, #fff0 20%), radial-gradient(circle at 0 0, #5aeec433, #fff0 36%);
  padding: 120px 5% 110px;
}

.service-details-contact-main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.service-details-overview-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.service-details-overview-heading.overflow-hidden {
  border-radius: 0;
}

.service-details-contact-box {
  background-color: #fff;
  border-radius: 15px;
  flex: 1;
  max-width: 340px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 2px 24px #7e7f8280;
}

.service-details-overview-item-wrapper {
  background-color: var(--blue-color);
  border: 1px solid #b8c2cc;
  border-radius: 10px;
  padding-bottom: 15px;
}

.service-details-image-main {
  position: relative;
}

.service-details-overview-right {
  flex: 1;
}

.service-details-overview-question-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #b0b0bc4d;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
}

.service-details-overview-plan-item {
  flex: 1;
  padding-left: 0;
}

.service-details-overview-question {
  background-color: #0d0c1e;
  border-radius: 10px;
  padding: 40px 30px;
}

.service-details-overview-question.hide {
  display: none;
}

.service-details-overview-button {
  padding-top: 30px;
}

.service-details-contact-head {
  background-color: var(--button-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-details-image-overlay {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-details-overview-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  max-width: 330px;
  display: flex;
  position: sticky;
  top: 100px;
}

.service-detials-benifit-paragraph {
  padding-top: 20px;
}

.service-details-overview-item {
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}

.service-details-overview-item.change-padding-bottom {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
}

.service-details-overview-item.change-border-around {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid #132035;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}

.service-details-overview-plan-item-heading {
  border-bottom: 1px solid #74738666;
  padding-bottom: 20px;
}

.service-details-overview-call-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.service-details-contact-para {
  border-bottom: 1px #beccda4d;
  padding: 25px 20px 15px;
}

.service-details-blog-item-heading {
  max-width: 650px;
  padding-bottom: 10px;
}

.service-details-blog {
  background-color: #f1f1fd;
  background-image: radial-gradient(circle at 0 100%, #c5e11b26, #fff0 41%), radial-gradient(circle at 100% 0, #ed6d1026, #fff0 29%);
  padding: 120px 5%;
}

.service-details-blog-heading {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.service-details-blog-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

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

.service-details-blog-main-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 30px 0;
  display: flex;
}

.service-details-blog-item {
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 10px;
  flex: 1;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.service-detials-blog-image {
  border: 1px solid #132035;
  border-radius: 10px;
  overflow: hidden;
}

.service-details-blog-cone {
  display: none;
}

.collection-list-wrapper {
  flex: none;
}

.service-details-main-image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.service-details-main-image-contact {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.service-three-discover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-three-service-item {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-three-service-item.two {
  width: 65%;
  height: auto;
}

.service-three-service-item.three, .service-three-service-item.one {
  width: 11%;
  height: auto;
}

.service-three-service-item.four {
  width: 11%;
}

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

.service-three-service-item-main-wrapper {
  overflow: hidden;
}

.service-three-service-item-main-wrapper.one, .service-three-service-item-main-wrapper.two, .service-three-service-item-main-wrapper.four, .service-three-service-item-main-wrapper.three {
  width: 100%;
  height: auto;
}

.service-three-service-main {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.service-three-service-small-details {
  max-width: 317px;
}

.service-three-service-main-heading {
  transform-style: preserve-3d;
  width: 100px;
  margin-left: 0;
  padding-top: 140px;
  padding-bottom: 140px;
  transform: translate(0, 100px)rotateX(180deg)rotateY(180deg)rotateZ(90deg);
}

.service-three-service-main-contect {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #2f2d47;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 40px 40px 40px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-three-service-heading {
  z-index: 1;
  border-right: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

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

.service-three-growth-image-item-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-one-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 100% 80%, #5429ff4d, #fff0 23%), radial-gradient(circle at 30% 20%, #5429ff4d, #fff0 33%);
  padding: 220px 15px 530px;
  position: relative;
}

.blog-one-hero-circle {
  display: none;
}

.blog-one-blog-image-arrow-wrapper {
  background-color: #c9e80f;
  border: 1px solid #132035;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

.blog-one-blog-circle {
  display: none;
}

.blog-one-blog {
  background-image: radial-gradient(circle at 100% 100%, #ed6d1026, #fff0 29%), radial-gradient(circle at 0 30%, #c9e80f26, #fff0 24%);
  margin-top: -450px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.blog-one-author-details {
  padding-top: 20px;
}

.blog-one-blog-green-circle {
  display: none;
}

.blog-one-blog-author-wrapper {
  border-right: 1px solid #c3cbdf;
  flex: 0 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-one-blog-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.blog-one-blog-item-heading {
  max-width: 433px;
  padding-bottom: 28px;
}

.blog-one-blog-triangle {
  display: none;
}

.blog-one-blog-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.blog-one-blog-image {
  position: relative;
}

.blog-one-blog-item-paragraph {
  max-width: 538px;
}

.border-radius-round {
  border-radius: 50%;
}

.collection-item-2 {
  flex: 1;
}

.blog-details-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 100% 100%, #282c6980, #fff0 35%), radial-gradient(circle at 25%, #5429ff40, #fff0 37%);
  padding: 220px 15px 450px;
  position: relative;
}

.blog-details-hero-heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-main-image {
  background-image: radial-gradient(circle at 0%, #282c6980, #fff0 19%);
  margin-top: -350px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-details-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

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

.blog-details-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.blog-details-main-details {
  background-image: radial-gradient(circle at 0 100%, #5aeec440, #fff0 23%), radial-gradient(circle at 100% 40%, #5aeec426, #fff0 24%);
  padding-bottom: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.blog-details-image-wrapper-one {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.blog-details-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.blog-details-strategy-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.blog-details-logo-pargraph {
  max-width: 547px;
}

.blog-vedio-details {
  padding-top: 60px;
  padding-bottom: 40px;
}

.blog-details-vedio-text {
  position: absolute;
}

.blog-details-vedio-button {
  z-index: 11;
  background-color: #c9e80f;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 146px;
  display: flex;
  position: relative;
}

.blog-details-author-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--blue-color);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.blog-details-vedio-main {
  justify-content: center;
  align-items: center;
  height: 592px;
  display: flex;
}

.blog-details-vedio-main.hide {
  display: none;
}

.blog-details-strategy-paragraph {
  max-width: 330px;
}

.blog-main-details {
  max-width: 1137px;
  padding-bottom: 40px;
}

.blog-main-details.overflow-hidden {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-flow: column;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.blog-details-image-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

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

.play-pause-button-modified {
  justify-content: center;
  align-items: center;
  position: static;
}

.blog-vedio-heading.overflow-hidden {
  border-radius: 0;
}

.blog-details-vedio {
  object-fit: contain;
  border-radius: 8px;
  display: none;
  overflow: hidden;
}

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

.blog-details-box-item {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 40px 40px 30px;
}

.blog-details-hero-circle, .blog-details-green-circle, .blog-details-orange-circle, .blog-details-green-trianle, .blog-details-blue-triangle, .blog-details-cone {
  display: none;
}

.blog-two-hero-heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blog-two-hero-triangle {
  display: none;
}

.blog-two-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 100% 10%, #5429ff4d, #fff0 36%), radial-gradient(circle at 0 100%, #5429ff4d, #fff0 27%);
  padding: 220px 15px 412px;
}

.blog-two-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-two-blog-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-top: -320px;
  padding-bottom: 30px;
  display: flex;
}

.blog-two-circle {
  display: none;
}

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

.blog-two-date-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% -4% auto auto;
}

.blog-two-small-line {
  background-color: #fff;
  width: 1px;
  height: 50px;
}

.blog-two-small-line.chnage-color-blue {
  background-color: #5840ed;
}

.blog-two-main {
  background-image: radial-gradient(circle at 0 80%, #c9e80f26, #fff0 22%), radial-gradient(circle at 100% 35%, #ed6d1026, #fff0 27%);
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-two-bottom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-two-main-date {
  width: 50px;
  margin-top: 120px;
  margin-left: -25px;
  transform: rotate(-90deg);
}

.blog-two-blog-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.blog-two-cone {
  display: none;
}

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

.blog-two-blog-image-wrapper {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.blog-three-item-image {
  cursor: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-three-blog-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 140px;
  display: flex;
}

.blog-three-item-author-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.blog-three-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Graph-Vector.svg'), radial-gradient(circle at 50% 30%, #5aeec433, #fff0 43%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 140px 15px 120px;
  position: relative;
}

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

.blog-three-hyphen {
  background-color: #fff;
  width: 10px;
  height: 1px;
}

.blog-three-item-paragraph {
  border-bottom: 1px solid #beccda80;
  max-width: 469px;
  padding-bottom: 30px;
}

.blog-three-author-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

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

.blog-three-hero-heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-three-hero-vedio {
  padding: 120px 15px;
}

.blog-three-hero-vedio-heading {
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.blog-three-vedio-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.blog-three-vedio {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 612px;
  display: flex;
}

.play-pause-button-new {
  background-color: #ffffff4d;
  border: 1.3px solid #a6a6a6;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  position: static;
}

.blog-three-hero-triangle {
  display: none;
}

.collection-item-blog {
  perspective: 3000px;
}

.blog-two-main-image {
  cursor: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-three-hero-dot, .blog-three-vedo-triangle, .blog-there-hero-vedio-cone {
  display: none;
}

.nav-three-wrapper-new {
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
}

.service-three-background-vedio {
  position: absolute;
  inset: 0%;
}

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

.background-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.team-one-hero {
  background-image: radial-gradient(circle at 50% 60%, #5429ff4d, #fff0 51%);
  position: relative;
}

.team-one-hero-hero-heading {
  max-width: 937px;
  margin-top: -40px;
}

.team-big-font {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#4a486c80, #fdc8c800);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nacelle, sans-serif;
  font-size: 130px;
  font-weight: 600;
  line-height: 120px;
}

.team-member-cone, .team-one-feature-triangle {
  display: none;
}

.auto-fit-new {
  z-index: -1;
  object-fit: cover;
}

.auto-fit-new.team-one-team-image-border-radius {
  border-radius: 140px;
}

.team-one-team-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-one-team-item.margin-bottom {
  margin-top: 100px;
}

.team-one-team-member-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #4c34e3;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-top: -108px;
  display: flex;
  box-shadow: 0 13px 20px #7c97f766;
}

.home-one-feature-heading {
  max-width: 446px;
  padding-bottom: 20px;
}

.team-member {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-one-feature-left {
  flex: 1;
  max-width: 632px;
  position: relative;
}

.team-member-gredient {
  background-image: radial-gradient(circle at 0 100%, #c9e80f26, #fff0 20%), radial-gradient(circle at 100%, #ed6d1033, #fff0 23%), radial-gradient(circle at 0 0, #c9e80f33, #fff0 30%);
}

.team-one-future-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-one-feature-image {
  z-index: 1;
  border: 1px solid #132035;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 628px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chnage-font-size {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.team-one-team-image {
  border: 1px solid #000;
  border-radius: 140px;
}

.team-one-font {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.team-one-future {
  background-image: url('../images/Line-2.svg');
  background-position: 95% 35%;
  background-repeat: no-repeat;
  background-size: 461px 304px;
  padding: 120px 15px;
}

.team-one-feature-paragraph {
  max-width: 494px;
}

.team-one-team-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.team-one-blue-dot {
  display: none;
}

.team-two-hero-main-image {
  z-index: 11;
  border: 1px solid #c9e80f;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-two-hero-paragraph {
  max-width: 530px;
}

.team-two-hero-triangle {
  display: none;
}

.team-two-hero-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-two-hero-image {
  margin-right: 30px;
  position: relative;
}

.team-two-hero-back-wrapper {
  z-index: 1;
  background-color: #c9e80f;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  transform: translate(15px)rotate(3.78deg);
}

.team-two-hero-button {
  padding-top: 30px;
  display: flex;
}

.team-two-hero-circle {
  display: none;
}

.team-two-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 0 100%, #5429ff40, #fff0 38%), radial-gradient(circle at 90% 40%, #5429ff40, #fff0 26%);
  padding: 220px 15px 120px;
  position: relative;
}

.team-two-hero-heading {
  max-width: 600px;
  padding-bottom: 20px;
}

.team-two-expert {
  background-image: radial-gradient(circle at 100% 90%, #c9e80f26, #fff0 26%), radial-gradient(circle at 0 20%, #ed6d1026, #fff0 22%);
  padding: 120px 15px;
}

.team-two-heading {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.team-member-text {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.team-member-name-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.team-member-image {
  border: 1px solid #132035;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-two-export-circle, .team-two-expert-triangle {
  display: none;
}

.team-member-social-media {
  background-color: #5840ed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.team-social-media {
  padding: 10px 20px;
}

.team-member-wrtapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-details-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Box-Line_1.webp'), radial-gradient(circle at 100% 100%, #5429ff40, #fff0 34%), radial-gradient(circle at 0 30%, #5429ff40, #fff0 32%);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, auto;
  padding: 220px 15px 120px;
  position: relative;
}

.team-details-follow-item {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.team-details-border {
  border: 1px solid #fff;
  border-radius: 200px;
  position: absolute;
  inset: 0% -5% 0% 5%;
}

.about-two-success-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.social-green {
  position: absolute;
}

.team-details-hero-star {
  display: none;
}

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

.about-two-success-bar {
  background-color: #3f3d58;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5px;
  display: flex;
}

.team-details-hero-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-details-hero-dot {
  display: none;
}

.team-details-follow-link-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-two-success-item-text-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.team-details-main-paragraph {
  max-width: 545px;
  padding-bottom: 20px;
}

.team-details-hero-member {
  opacity: .3;
  width: 100px;
  display: none;
  position: absolute;
  inset: 25% 0% auto auto;
  transform: rotate(90deg);
}

.about-two-success-small-wrapper {
  background-color: #4c34e3;
  border-radius: 30px;
  width: 60%;
  height: 5px;
}

.about-two-success-small-wrapper.change-width {
  width: 90%;
}

.about-two-success-small-wrapper.change-width-three {
  width: 80%;
}

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

.team-details-side-text {
  color: #4a486c;
  white-space: nowrap;
  font-family: Nacelle, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
}

.team-details-profetional-skill {
  max-width: 500px;
  padding-top: 30px;
}

.team-details-main-image-wrapper {
  z-index: 1;
  border-radius: 200px;
  position: relative;
  overflow: hidden;
}

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

.team-details-image-main {
  position: relative;
}

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

.team-member-triangle, .team-member-blue-dot {
  display: none;
}

.change-color-deep-grey {
  color: #51566d;
}

.team-details-team-item-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.team-member-personal-heading {
  padding-bottom: 20px;
}

.team-member-personal-experience {
  max-width: 1185px;
  padding-bottom: 60px;
}

.team-details-main-member-details {
  background-image: radial-gradient(circle at 100% 100%, #ed6d1026, #fff0 25%), radial-gradient(circle at 0 0, #c9e80f26, #fff0 29%);
  padding: 120px 15px;
}

.team-member-main-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.details-tick {
  margin-top: 5px;
}

.nav-one-bottom-border {
  background-color: #86858e;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-one-logo-line {
  background-color: #86858e;
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-one-logo-line.change-position {
  left: 0%;
  right: auto;
}

.home-two-blog-item-position {
  position: sticky;
  top: 220px;
}

.desktop-off {
  display: none;
}

.collection-list-wrapper-team {
  flex: none;
}

.pricing-one-hero-toggle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-text {
  color: #fff;
  font-size: 14px;
}

.pricing-one-hero-circle, .pricing-one-hero-triangle {
  display: none;
}

.pricing-one-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 90% 60%, #5429ff33, #fff0 36%), radial-gradient(circle at 15% 30%, #5429ff33, #fff0 35%);
  padding: 220px 15px 370px;
  position: relative;
}

.pricing-one-hero-heading {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.pricing-one-toggle-main {
  cursor: pointer;
  background-color: #2b2a47;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pricing-one-toggle-item {
  background-color: #5e5c80;
  border-radius: 100px;
  padding: 8px 15px;
}

.pricing-one-pricing-main {
  z-index: 11;
  margin-top: -280px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pricing-one-plan-table {
  background-color: #f1f1fdb3;
  background-image: radial-gradient(circle at 0 80%, #ed6d101f, #fff0 22%), radial-gradient(circle at 100% 30%, #c9e80f1f, #fff0 21%);
  padding: 120px 15px;
}

.pricing-two-feather-wrapper {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-one-plan-cone {
  display: none;
}

.pricing-plan-table-heading {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.pricing-two-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-row-left-column {
  flex: 0 40%;
}

.pricing-row-left-column.chnage-opacity {
  opacity: 0;
}

.pricing-row-right-column {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex: 0 58.64%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.pricing-row-right-column.price-right-column {
  justify-items: stretch;
}

.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 {
  border-bottom: 1px solid #e8e8e8;
}

.pricing-table-row.pricing-table-inner-row {
  border-bottom: 1px solid #eaeaea;
  padding-top: 23px;
  padding-bottom: 23px;
}

.pricing-table-row.pricing-table-inner-row.price-row {
  border-bottom-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.pricing-table-row.pricing-table-inner-row.border-top {
  border-top: 1px solid #e8e8e8;
}

.pricing-plan-price {
  position: relative;
}

.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: flex-start;
  align-items: center;
  padding-bottom: 5px;
}

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

.pricing-two-hero-vedio {
  height: 840px;
}

.pricing-two-hero-content {
  padding-top: 220px;
}

.pricing-two-toggle-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-two-item-paragraph {
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.home-one-business-accordian-item-new {
  border-bottom: 1px solid #b0b0bc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-one-business-accordian-item-new.change-padding-top {
  padding-top: 0;
}

.pricing-two-question {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-two-question-paragraph {
  max-width: 441px;
}

.pricing-two-main-item {
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 15px;
  flex: 1;
  padding: 40px 40px 60px;
}

.pricing-two-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.pricing-two-item.yearly {
  display: none;
}

.pricing-two-price-gredient {
  background-image: url('../images/Line-2.svg'), radial-gradient(circle at 100% 40%, #c9e80f1a, #fff0 22%), radial-gradient(circle at 0%, #ed6d1033, #fff0 25%);
  background-position: 5% 55%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 461px, auto, auto;
}

.pricing-two-question-heading {
  max-width: 418px;
  padding-bottom: 20px;
}

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

.pricing-two-pricing-item.inactive {
  opacity: .65;
}

.pricing-two-question-left {
  position: sticky;
  top: 220px;
}

.pricing-two-button {
  padding-top: 20px;
}

.pricing-two-price-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.pricing-two-triangle {
  display: none;
}

.pricing-two-pricing-main {
  margin-top: -350px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-two-old-plan {
  position: relative;
}

.pricing-two-pricing-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-two-question-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.pricing-two-item-emoji {
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-two-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing-two-question-dot {
  display: none;
}

.pricing-two-price-cross {
  background-color: #605f78;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 45%;
}

.pricing-two-question-button {
  padding-top: 30px;
  display: flex;
}

.blog-three-item-hover-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-three-eye-wrapper {
  background-color: var(--blue-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

.contact-one-big-text {
  font-weight: 900;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-big-text-new-modified {
  color: #4a486c;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Nacelle, sans-serif;
  font-size: 170px;
  font-weight: 600;
  line-height: 200px;
  display: flex;
}

.footer-big-text-new-modified.change-style {
  text-transform: uppercase;
  line-height: 140px;
}

.footer-big-text-new-modified.change-style.chnage-size {
  color: #fff6;
  text-transform: capitalize;
}

.contact-one-hero-image {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-one-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 90% 30%, #5429ff4d, #fff0 36%), radial-gradient(circle at 0 80%, #5429ff4d, #fff0 32%);
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.contact-one-text {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-one-text-heading {
  max-width: 636px;
}

.change-width {
  max-width: 221px;
}

.change-width.hover-color {
  transition: opacity .3s;
}

.change-width.hover-color:hover {
  color: var(--blue-color);
}

.contact-one-contact-triangle {
  display: none;
}

.contact-one-contact-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 410px;
  padding: 70px 30px 30px;
  display: flex;
  position: relative;
}

.contact-one-contact {
  background-image: url('../images/box-line_1.svg'), radial-gradient(circle at 0 100%, #c9e80f26, #fff0 22%), radial-gradient(circle at 100% 0, #ed6d1026, #fff0 25%);
  background-position: 30% 10%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 437px 287px, auto, auto;
  padding: 120px 15px;
  overflow: hidden;
}

.contact-one-icon {
  position: absolute;
  inset: -15% auto auto 30px;
}

.contact-one-contact-heading {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

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

.contact-one-link-wrapper {
  flex-flow: column;
  display: flex;
}

.contact-one-image {
  overflow: hidden;
}

.contact-one-main-image {
  height: 667px;
  overflow: hidden;
}

.contact-one-form-circle {
  display: none;
}

.contact-one-form {
  background-image: radial-gradient(circle at 100% 100%, #ed6d1026, #fffcfa00 25%, #fff0 25%), radial-gradient(circle at 0 40%, #c9e80f1a, #fff0 19%);
  margin-top: -209px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-one-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-one-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.contact-one-button-wrapper.change-style {
  display: block;
}

.contact-one-form-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding: 70px 60px;
  display: flex;
}

.contact-one-input {
  color: #132035;
  border: 1px solid #b0b0bc99;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 15px;
}

.contact-one-input.change-style {
  min-height: 128px;
}

.contact-one-input.change-style.change-size-two {
  min-height: 163px;
}

.contact-one-input.change-style.change-size-three {
  min-height: 151px;
}

.contact-one-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 12px 42px #e1ebf9cc;
}

.contact-one-form-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  padding: 15px 70px 15px 40px;
}

.submit-button.button-font {
  z-index: 11;
  position: relative;
}

.submit-button.button-font.change-width {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.button-overlay-new {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay-new.chnage-color-white {
  background-color: #fff;
}

.contact-one-image-wrapper {
  max-width: 1829px;
}

.contact-one-hero-heading {
  max-width: 600px;
  padding-bottom: 20px;
}

.contact-one-hero-heading.overflow-hidden {
  max-width: 600px;
}

.contact-two-hero-triangle {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-one-hero-paragraph {
  max-width: 660px;
}

.contact-one-hero-paragraph.overflow-hidden {
  border-radius: 0;
}

.contact-two-hero-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.contact-two-hero-circle {
  display: none;
  position: absolute;
  inset: 0% auto auto -15%;
}

.contact-two-hero {
  background-image: radial-gradient(circle at 100% 100%, #5aeec44d, #fff0 55%), radial-gradient(circle at 0 100%, #5aeec44d, #fff0 55%);
}

.contact-two-background-vedio {
  justify-content: center;
  align-items: center;
  height: 660px;
  display: flex;
}

.contact-two-contact-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.contact-two-form-heading {
  padding-bottom: 80px;
}

.contact-two-contact-heading {
  max-width: 463px;
  padding-bottom: 20px;
}

.contact-two-contact-left {
  flex: 1;
  position: sticky;
  top: 220px;
}

.contact-two-gredient-wrapper {
  background-image: radial-gradient(circle at 0 0, #5aeec426, #fff0 23%), radial-gradient(circle at 100%, #282c6926, #fff0 26%);
}

.play-pause-button-modified-new {
  position: static;
}

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

.contact-two-form-main {
  flex: 1;
}

.contact-two-contact-circle {
  display: none;
}

.contact-two-form-vedio {
  z-index: 1;
  border-radius: 10px;
  flex: 1;
  position: relative;
}

.contact-two-email-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contact-two-contact-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 43px #e1ebf9;
}

.contact-two-contact-item-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-three-button-wrapper {
  -webkit-backdrop-filter: blur(93px);
  backdrop-filter: blur(93px);
  background-color: #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.contact-two-form {
  background-color: #f1f1fd99;
  background-image: radial-gradient(circle at 0 100%, #ed6d1026, #fff0 26%), radial-gradient(circle at 100% 0, #5840ed1a, #fff0 31%), url('../images/Grid_1.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
  padding: 120px 15px;
}

.contact-two-form.hide {
  display: none;
}

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

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

.contact-two-contact-button {
  padding-top: 30px;
  display: flex;
}

.contact-two-contact {
  background-image: url('../images/Box-Line-2.svg');
  background-position: 10% 0;
  background-repeat: no-repeat;
  background-size: 461px 304px;
  padding: 120px 15px;
}

.contact-two-contact-paragraph {
  max-width: 469px;
}

.contact-two-contact-paragraph.overflow-hidden {
  border-radius: 0;
}

.contact-two-background-vedio-main {
  z-index: 11;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-overlay-new-overlay {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay-new-overlay.chnage-color-white {
  background-color: #fff;
}

.contact-two-form-main-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 35px;
  box-shadow: 0 6px 43px #e1ebf9;
}

.hover-color.hide {
  display: none;
}

.contact-three-hero-heading {
  max-width: 803px;
  margin-left: auto;
  margin-right: auto;
}

.contact-three-hero {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 0 100%, #5429ff4d, #fff0 37%), radial-gradient(circle at 100% 15%, #5429ff4d, #fff0 40%);
  padding: 220px 15px 410px;
  position: relative;
}

.contact-three-triangle {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-three-contact-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 232px;
  padding-top: 15px;
  display: flex;
}

.contact-three-contact-right {
  max-width: 411px;
}

.contact-three-form-wrapper {
  z-index: 1;
  margin-top: -315px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-three-form-heading {
  padding-bottom: 40px;
}

.contact-three-contact-item {
  flex: 1;
}

.contact-three-contact-icon-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #b0b0bc;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

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

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

.contact-three-contact-heading {
  max-width: 463px;
}

.contact-three-form-inner-wrapper {
  max-width: 911px;
  margin-left: auto;
  margin-right: auto;
}

.contact-three-gredient {
  background-image: radial-gradient(circle at 100% 100%, #c9e80f26, #fff0 26%), radial-gradient(circle at 0%, #ed6d1026, #fff0 25%);
}

.contact-three-contact {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.contact-three-contact-wrapper-main {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-three-blue-triangle {
  display: none;
}

.contact-three-form-button {
  padding-top: 30px;
}

.button-overlay-new-contact {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay-new-contact.chnage-color-white {
  background-color: #fff;
}

.contact-three-form-main-wrapper {
  background-color: #fff;
  border: 1px solid #b8c2cc;
  border-radius: 15px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 12px 30px #e5ebf166;
}

.contact-three-cone {
  display: none;
  position: absolute;
  inset: auto 10% -6% auto;
}

.landing-hero-text {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff12, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nacelle, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 130px;
}

.landing-page-hero {
  background-color: #0d0c1e;
  background-image: url('../images/Background-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 15px 453px;
  overflow: hidden;
}

.landing-page-hero-heading {
  max-width: 1017px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.landing-page-hero-merquee {
  margin-top: -393px;
  padding-bottom: 40px;
  overflow: hidden;
}

.landing-page-hero-merquee-wrapper {
  display: flex;
}

.landing-hero-merquee-item {
  flex: none;
  display: flex;
}

.landing-hero-merquee-image {
  flex: none;
  padding-right: 20px;
}

.landing-page-big-text {
  color: #bcc2ce21;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 180px;
  font-weight: 800;
  line-height: 150px;
}

.landing-page-big-text.change-font-style {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#bcc2ce40, #bcc2ce00 96%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nacelle, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
}

.landing-inner-page-section {
  background-image: linear-gradient(#fff0, #f4f7ff 80%);
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.change-secondary-color {
  color: #c9e80f;
}

.autofit-contain {
  object-fit: contain;
}

.autofit-contain.margin-bottom-five {
  margin-bottom: 5px;
}

.home-homepage-main-container {
  background-color: #0d0c1e;
  background-image: radial-gradient(circle at 15% 20%, #5840ed66, #fff0 28%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 15px 130px;
  display: flex;
  position: relative;
}

.landing-page-home-heading {
  max-width: 697px;
  padding-bottom: 80px;
}

.landing-page-feature-paragraph {
  max-width: 570px;
}

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

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

.home-feature-section {
  background-image: radial-gradient(circle at 0 40%, #ed6d1033, #fff0 18%);
  padding: 80px 15px 120px;
  overflow: hidden;
}

.home-homepage-section {
  padding-bottom: 110px;
  overflow: hidden;
}

.home-details-heading-text-wrapper {
  justify-content: space-between;
  align-items: center;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none.text-grey {
  color: #fff;
  font-weight: 500;
}

.landing-page-gredient-wrapper {
  background-image: radial-gradient(circle, #c9e80f33, #fff0 43%), radial-gradient(circle at 100% 28%, #fd91e440, #fff0 15%), radial-gradient(circle at 100% 15%, #c9e80f4d, #fff0 12%), radial-gradient(circle at 0 20%, #5840ed26, #fff0 26%);
  overflow: hidden;
}

.showcase-box {
  cursor: pointer;
  background-color: #211f3a;
  background-image: url('../images/Three-Dot.svg');
  background-position: 30px 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  padding: 40px 16px 30px;
}

.showcase-box.chnage-inner-page-style {
  background-color: #fff;
  background-image: url('../images/Three-Dot.svg');
  border: 1px solid #132035;
  border-radius: 10px;
  box-shadow: 0 2px 80px #ded4ed80;
}

.showcase-box.chnage-inner-page-style.change-style {
  box-shadow: none;
  cursor: pointer;
  background-color: #211f3a;
  background-image: url('../images/Three-Dot.svg');
}

.showcase-box.chnage-inner-page-style.chnage-style-two {
  background-color: #fff;
}

.showcase-image-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.showcase-image-wrapper.chnage-radius-new {
  cursor: none;
  border-radius: 10px;
  overflow: visible;
}

.showcase-image-wrapper.chnage-radius-new.change-cursor {
  cursor: pointer;
}

.landing-home-page-wrapper {
  max-width: 1561px;
  margin-left: auto;
  margin-right: auto;
}

.text-black-2 {
  color: #0f1d33;
}

.text-black-2.text-semibold {
  color: #fff;
  font-weight: 600;
}

.landing-page-feature-heading {
  max-width: 500px;
}

.landing-inner-item-wrapper {
  background-image: linear-gradient(237deg, #4c34e333, #a677ff33);
  border-radius: 15px;
  overflow: hidden;
}

.landing-inner-item-wrapper.change-color {
  background-color: #373c49;
  background-image: none;
  border: 1px solid #4d525f;
}

.landing-inner-item-wrapper.chnage-padding {
  height: 395px;
}

.landing-page-home-text {
  padding-top: 20px;
}

.landing-page-header-heading {
  max-width: 183px;
  padding-bottom: 10px;
}

.brand-ui-image {
  background-color: #e2effb;
  flex: 0 29%;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.brand-ui-image.border-radius-ten {
  border-radius: 10px;
}

.brand-ui-image.border-radius-ten.flex {
  border: 1px solid #e9eaee;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
}

.landing-page-business {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.designer-informaiton {
  background-color: #ff6b43;
  flex: 0 19.45%;
  align-items: center;
  padding: 20px 10px 19px;
}

.designer-informaiton.border-radius-ten.overflow-hidden {
  background-color: #4c34e3;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.template-details-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
}

.figma-wrapper {
  background-color: #181825;
  background-image: url('../images/screen-2.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 45.34%;
  padding: 32px 40px 40px 60px;
}

.figma-wrapper.border-radius-ten {
  background-image: url('../images/Pages.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 46px;
}

.landing-view-button {
  z-index: 3;
  background-color: #4c34e3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.landing-page-home-button-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.home-homepage-container {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-caption {
  position: absolute;
  inset: 5% 3% auto auto;
}

.landing-page-inner-heading {
  max-width: 800px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.radiantthemes {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.radiantthemes.text-black {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
}

.radiantthemes.text-black.design-text-padding {
  padding-top: 6px;
  font-weight: 400;
}

.showcase-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.showcase-wrapper.change-item-quantity {
  grid-template-columns: 1fr 1fr;
}

.landing-page-home-image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex-flow: column;
  height: 100%;
  max-height: 450px;
  display: flex;
  overflow: hidden;
}

.home-cms-arow-text-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.landing-page-cms {
  background-color: #121722;
  background-image: radial-gradient(circle at 90% 70%, #5429ff33, #fff0 36%), radial-gradient(circle at 10% 40%, #5429ff40, #fff0 27%);
  padding: 120px 15px;
  position: relative;
  overflow: hidden;
}

.home-cms-arrow-text {
  color: #c9e80f;
}

.landing-page-cms-wrapper {
  padding-top: 60px;
}

.home-cms-arrow {
  margin-top: 22px;
}

.landing-page-cms-heading {
  justify-content: space-between;
  max-width: 311px;
}

.landing-cms-heading-main {
  justify-content: space-between;
  display: flex;
}

.landing-page-green-circle {
  display: none;
}

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

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

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

.auto-fit-5.border-radius-twentyfive.position-relative {
  z-index: 11;
  position: relative;
}

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

.auto-fit-5.responsive-image-full-width.logo-mid {
  object-fit: contain;
  border-radius: 20px;
  max-width: 200px;
  max-height: 200px;
}

.auto-fit-5.border-radius-round {
  border-radius: 50%;
}

.auto-fit-5.border-radius-round.hide {
  display: none;
}

.auto-fit-5.strategy-image-two {
  position: absolute;
}

.auto-fit-5.strategy-image-two.responsive-image-full-width.two {
  border-radius: 25px;
}

.auto-fit-5.stratrgy-image-one.responsive-image-full-width.one {
  object-fit: cover;
  border-radius: 25px;
}

.auto-fit-5.strategy-image-three {
  position: absolute;
}

.auto-fit-5.strategy-image-three.responsive-image-full-width.three {
  border-radius: 25px;
}

.landing-page-utility {
  background-image: url('../images/box-line-1.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
  overflow: hidden;
}

.landing-page-utility-heading {
  padding-bottom: 80px;
}

.landing-features {
  background-color: #e2effb;
  padding: 100px 15px;
  overflow: hidden;
}

.landing-features-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landing-features-item {
  flex: 1;
}

.landing-features-top {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-bottom: 1px solid #605f78;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.landing-features-bottom {
  max-width: 284px;
  padding-top: 20px;
}

.landing-features-bottom.change-width {
  max-width: 100%;
}

.home-figma-button-wrapper {
  display: flex;
}

.home-figma-button-wrapper.gap {
  z-index: 4;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.landing-footer-image-one {
  display: none;
  position: absolute;
  inset: 0% auto auto 5%;
  transform: rotate(-13.27deg);
}

.landing-footer-image-two {
  display: none;
  position: absolute;
  inset: auto 5% 0% auto;
  transform: rotate(21.63deg);
}

.landing-cta-section {
  background-color: #0d0c1e;
  background-image: url('../images/Vector-18.webp'), radial-gradient(circle at 20%, #5840ed40, #fff0 29%), radial-gradient(circle at 90% 90%, #5840ed33, #fff0 24%);
  background-position: 50% 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  padding: 110px 15px 120px;
  position: relative;
  overflow: hidden;
}

.home-footer-heading-box {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 831px;
  padding-bottom: 60px;
  display: flex;
}

.landing-cta-main-wrapper {
  align-items: center;
}

.button-overlay-landing {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay-landing.chnage-color-green {
  background-color: #c9e80f;
}

.landing-page-hero-triangle, .landing-page-hero-circle, .landing-page-triangle {
  display: none;
}

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

.utility-page-wrap.not-found {
  background-image: radial-gradient(circle at 100%, #5429ff40, #fff0 36%), radial-gradient(circle at 0 100%, #5429ff33, #fff0 48%), radial-gradient(circle at 50% 0, #5429ff4d, #fff0 49%);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.utility-page-wrap.password-protect {
  background-color: var(--page-section-color);
  background-image: radial-gradient(circle at 0%, #5429ff33, #fff0 44%), radial-gradient(circle at 100% 0, #c9e80f26, #fff0 29%);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.utility-page-content.not-found {
  width: 100%;
  max-width: 735px;
}

.utility-page-content.password-protect {
  z-index: 11;
  width: 100%;
  max-width: 850px;
  position: relative;
}

.not-found-heading {
  padding-top: 20px;
}

.not-found-button {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.not-found-button-width {
  flex: 1;
  max-width: 410px;
}

.not-found-triangle, .not-found-circle, .not-found-circle-two {
  display: none;
}

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

.utility-page-form.change-padding-around {
  background-image: linear-gradient(125deg, #191268, #2a225c);
  border: 1px solid #5a5192;
  border-radius: 10px;
  padding: 90px 15px;
}

.utility-page-paragraph {
  max-width: 443px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.passwod-form-main {
  border: 1px solid #b8b9be;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
}

.password-form-input {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #0000;
  flex: 0 70%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.password-form-input:focus-visible, .password-form-input[data-wf-focus-visible] {
  border-width: 0;
}

.utility-triangle-one, .utility-triangle-two {
  display: none;
}

.license-hero-main {
  padding-left: 15px;
  padding-right: 15px;
}

.licensing-hero {
  background-color: var(--page-section-color);
  padding-top: 220px;
  padding-bottom: 120px;
}

.image-link {
  color: #040404;
  flex: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.background-video-new {
  aspect-ratio: 2.39;
  width: 100%;
  height: auto;
}

.menu-font-main {
  color: #757e8d;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.licencing-boxes.padding-top-twenty {
  padding-top: 40px;
}

.video-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.licence-information-image-block {
  margin-top: 50px;
}

.licencing-section {
  padding: 88px 15px 120px;
}

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

.licencing-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.licencing-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.license-page-paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-top-ten {
  margin-top: 10px;
}

.margin-top-ten.plan-inner-text {
  padding-bottom: 23px;
}

.style-guied-color-wrapper {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guied-color-wrapper.change-color-green {
  background-color: var(--secondary-color);
}

.style-guied-color-wrapper.change-body-color {
  background-color: #5fc2a6;
}

.style-guied-color-wrapper.change-body-color.change-color-sky-blue {
  background-color: var(--blue-color);
}

.style-guied-color-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

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

.auto-fit-2.image-full-width {
  width: 100%;
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.style-guied-color-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.style-guied-color {
  background-color: var(--white);
  padding: 120px 15px;
}

.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-typography-heading-six {
  padding-top: 40px;
}

.div-block-1744 {
  padding-top: 10px;
}

.style-guied-typography-heading-one {
  padding-top: 20px;
}

.typography-heading-two-paragraph {
  padding-top: 10px;
}

.div-block-1440 {
  padding-top: 20px;
}

.style-guied-typography-heading-two {
  padding-top: 30px;
}

.style-guied-typography-heading-three {
  padding-top: 40px;
}

.style-guide-typography-button {
  padding-top: 20px;
}

.heading-three-new {
  color: #202854;
  letter-spacing: -.32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.style-guied-typography-heading-four {
  padding-top: 40px;
}

.typography-heading-one-paragraph-two {
  padding-top: 10px;
}

.style-guied-typography-list-style {
  padding-top: 40px;
}

.style-guied-typography {
  background-color: var(--white);
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.style-guied-button {
  padding-top: 40px;
  display: flex;
}

.style-guied-typography-heading-five {
  padding-top: 40px;
}

.typography-heading-one-paragraph {
  padding-top: 10px;
}

.style-guied-typography-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.service-three-button {
  padding-top: 30px;
  display: flex;
}

.blog-details-play-wrapper {
  z-index: 111;
  position: relative;
}

.price-details-client-image {
  margin-top: 10px;
  padding-bottom: 20px;
}

.price-feature-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--blue-color);
  justify-content: flex-start;
  align-items: center;
  min-width: 406px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.price-feature-wrap.border-none {
  border-bottom-style: none;
}

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

.display-none {
  display: none;
}

.price-details-hero-heading {
  max-width: 700px;
  padding-bottom: 14px;
}

.price-details-hero-heading.text-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.price-details-image-wrap {
  border-radius: 20px;
  height: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.price-feature-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.price-detaiols-hero {
  padding: 80px 15px 120px;
}

.container-one {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.price-feature-heading {
  color: #022a5b;
  letter-spacing: -.01rem;
  font-weight: 500;
}

.margin-top-fifteen {
  margin-top: 15px;
}

.price-plan-price {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.price-details-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.body-color {
  color: #878da3;
}

.price-details-left-block {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px 60px;
}

.price-detaols-hero-wrap {
  justify-content: flex-start;
  align-items: center;
}

.price-plan-button {
  border-color: var(--blue-color);
  color: #022a5b;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 500;
  display: block;
}

.price-plan-button:hover {
  border-color: #022a5b;
}

.price-plan-button.w--ecommerce-pill-selected {
  color: var(--color-orange);
  background-color: #fff0;
  border-color: #ee0d09;
}

.price-details-right-block {
  height: 100%;
}

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

.full-width {
  width: 100%;
}

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

.cart-quantity {
  color: var(--blue-color);
  margin-top: -15px;
  margin-left: -8px;
}

.checkout-form {
  background-color: #f5f5f500;
  padding-left: 15px;
  padding-right: 15px;
}

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

.chackout-section.change-bottom-gap {
  padding-bottom: 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

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

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

.oder-summery {
  top: 120px;
}

.nav-three-cart-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-figma {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-figma-wrapper {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  display: flex;
  overflow: hidden;
}

.landing-figma-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 474px;
  display: flex;
}

.landing-figma-button {
  display: flex;
}

.change-color {
  color: var(--primary-color);
}

.landing-figma-main {
  background-image: radial-gradient(circle at 100% 60%, #ed6d1033, #fff0 22%), radial-gradient(circle at 0%, #c9e80f33, #fff0 30%);
}

.nav-link {
  padding: 40px 16px;
}

.nav-link.hide {
  display: none;
}

.highlighted-text {
  font-style: normal;
}

.highlighted-text.primary-brand {
  color: var(--secondary-color);
}

.heading {
  font-family: Ebgaramond, Georgia, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: Ebgaramond, Georgia, sans-serif;
}

.heading-3, .heading-4, .heading-5 {
  font-family: Ebgaramond, Georgia, sans-serif;
  font-weight: 700;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

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

.paragraph.chnage-color-white {
  font-weight: 400;
}

.heading-6 {
  font-family: Ebgaramond, Georgia, sans-serif;
  font-weight: 700;
}

.body {
  background-color: #f8f8f8;
}

.image-2 {
  vertical-align: baseline;
  object-fit: fill;
  height: 80px;
  display: block;
  position: relative;
  left: 0;
}

.sub-heading-text-2 {
  color: #c9e80f;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Nacelle, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.sub-heading-text-2.change-color-darker-green {
  color: var(--darker-green);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.sub-heading-text-2.chnage-primary-color {
  color: var(--secondary-color);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.sub-heading-text-2.chnage-color {
  color: var(--darker-green);
}

.main-button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--black);
  background-color: var(--secondary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 300px;
  height: 298px;
}

.heading-four-2 {
  color: #132035;
  letter-spacing: -.24px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
}

.button-overlay-6 {
  z-index: 1;
  background-color: #17103e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.button-overlay-6.change-overlay-white {
  background-color: #fff;
}

.heading-four-3 {
  color: #132035;
  letter-spacing: -.24px;
  font-family: Nacelle, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-four-3.change-color-white {
  color: var(--white);
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 1.8rem;
}

.heading-six-2 {
  color: #132035;
  letter-spacing: -.19px;
  font-family: Nacelle, sans-serif;
  font-weight: 600;
}

.mid-logo-img-wrapper {
  background-color: var(--blue-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.lottie-animation-2 {
  width: 25%;
}

.service-hero-subtitle {
  width: 80%;
}

.service-details-overview-benifit-wrapper {
  width: 100%;
  display: flex;
}

.service-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.etd-logo-service-page {
  width: 80%;
}

.layout3_image-wrapper {
  border-radius: 0;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.layout3_image.hide {
  display: none;
}

.text-size-medium {
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.quote {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_layout3 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.layout3_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.section_layout72 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout72_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout3_image-wrapper-2 {
  border-radius: 0;
  overflow: hidden;
}

.padding-section-large-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.layout3_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial20_client-info {
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.testimonial20_slide {
  vertical-align: baseline;
  width: 300px;
  padding-right: 2rem;
}

.testimonial20_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--color-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial20_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.testimonial20_customer-image {
  object-fit: cover;
  border-radius: 0%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial20_slider {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  background-color: #fff0;
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  background-color: #fff0;
  inset: auto 4rem 0% auto;
}

.testimonial20_mask {
  width: auto;
  overflow: visible;
}

.testimonial20_slide-nav {
  color: var(--secondary-color);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial20_rating-wrapper {
  display: flex;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small.hide {
  display: none;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_testimonial20 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  overflow: hidden;
}

.testimonial20_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.margin-bottom {
  margin-bottom: 10px;
  font-family: Ebgaramond, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--blue-color);
  background-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_layout1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-2 {
  text-align: left;
}

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

.image-5 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}

.section_cta1 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.cta1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.cta1_image {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cta1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial11_component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial11_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial11_divider {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  align-self: stretch;
  width: 1px;
}

.testimonial11_slider {
  object-fit: contain;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  font-family: Open Sans, sans-serif;
  position: static;
  overflow: hidden;
}

.testimonial11_rating-wrapper {
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial11_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial11_slide {
  width: 50%;
  padding-right: 2rem;
  position: static;
}

.testimonial11_slide-nav {
  color: var(--secondary-color);
  border: 1px #5aeec4;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial11_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial11_mask {
  width: auto;
  overflow: visible;
}

.section_testimonial11 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--blue-color);
}

.rich-text-block, .body-2 {
  font-family: Open Sans, sans-serif;
}

.splide {
  width: 100%;
  overflow: hidden;
}

.splide.slider1 {
  background-color: #f7f7f7;
  overflow: hidden;
}

.cap-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.cap-text.rotate {
  color: #ff6464;
  height: 70.25px;
  font-weight: 800;
}

.card-number {
  color: #347fff;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.item {
  opacity: .34;
  cursor: grab;
  flex: none;
  width: 33%;
  max-width: 500px;
  transition: all .575s cubic-bezier(.165, .84, .44, 1);
  transform: scale(.9);
}

.item.slick-current {
  opacity: 1;
  transform: scale(1.2);
}

.list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.card {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px;
  font-family: Open Sans, sans-serif;
  transition: all .2s;
  box-shadow: 4px 4px 12px #0000001a;
}

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

.card-header {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.card-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-bottom: 0;
  transition: color .4s cubic-bezier(.215, .61, .355, 1), height .4s ease-out, opacity .7s cubic-bezier(.77, 0, .175, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}

.wrapper {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  transform: translate(0);
}

.image-7 {
  position: relative;
  bottom: 25%;
  transform: rotate(-90deg);
}

.text-block {
  color: var(--white);
}

.slider7_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.slider7_slide {
  padding-right: 2rem;
}

.slider-services-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.slider7_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.slider7_arrow {
  border: 1px solid var(--secondary-color);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider7_arrow.left {
  right: 4rem;
}

.slider7_arrow-icon {
  color: var(--blue-color);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.card-row44_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.card-row44_card {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: auto;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.card-row44_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: stretch;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.services-wrapper-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.list-item {
  background-image: url('../images/Blue-Tick.svg');
  background-repeat: no-repeat;
  background-size: 19px 19px;
}

.rich-text-block-2 {
  font-family: Open Sans, sans-serif;
}

.image-8, .image-9 {
  display: none;
}

.client-logo-testimonial-img {
  object-fit: cover;
}

.client-logo-testimonial-img.hide {
  display: none;
}

.image-10 {
  object-fit: cover;
}

.image-11 {
  object-fit: cover;
  overflow: visible;
}

.image-12 {
  object-fit: cover;
}

.recaptcha {
  margin-bottom: 20px;
}

.testimonial20_slide-2 {
  padding-right: 2rem;
}

.testimonial20_client-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial20_customer-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial20_slider-2 {
  color: var(--secondary-color);
  background-color: #0000;
  width: auto;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial20_mask-2 {
  width: 40%;
  overflow: visible;
}

.testimonial20_slide-nav-2 {
  color: var(--white);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.auto-fit-6 {
  object-fit: cover;
  overflow: clip;
}

.auto-fit-6.border-radius-eight {
  border-radius: 8px;
}

.auto-fit-6.border-radius-eight.responsive-image-full-width.hide {
  display: none;
}

.auto-fit-6.border-radius-ten {
  border-radius: 10px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.image-13.hide {
  flex: 0 auto;
  display: none;
}

.padding-section-large-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.layout3_content-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.layout3_image-wrapper-3 {
  border-radius: 0;
  overflow: hidden;
}

.services-side-bar-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.service-side-link {
  width: 100%;
}

.sub-heading-text-3 {
  color: var(--secondary-color);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Nacelle, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.auto-fit-7 {
  object-fit: cover;
  overflow: clip;
}

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

.auto-fit-7.image-full-width.service-three-image-rouder-radius {
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
  display: none;
}

.szechenyi-palyazat-logo-link {
  z-index: 1111;
  position: fixed;
  inset: auto 3% 5% auto;
}

.image-14 {
  border-radius: 14px;
  width: 200px;
}

.palyazat-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5% 4rem;
  display: grid;
  position: relative;
}

.palyazat-wrapper.hide {
  display: none;
}

.image-15 {
  width: auto;
  height: auto;
  position: sticky;
  top: 140px;
}

.section {
  padding-top: 120px;
}

.slide {
  width: 40%;
  padding-right: 2rem;
}

.slider {
  background-color: #ddd0;
}

.section_testimonial31 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.testimonial31_component {
  width: 99%;
  overflow: hidden;
}

.testimonial31_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.testimonial31_mask {
  order: -1;
  align-self: flex-start;
  width: 50%;
  overflow: visible;
}

.testimonial31_slide {
  padding-right: 2rem;
}

.testimonial31_card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial31_logo {
  max-height: 3rem;
}

.testimonial31_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial31_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial31_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial21_card {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial21_rating-wrapper {
  padding-bottom: 5px;
  display: flex;
}

.testimonial21_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial21_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.testimonial21_client-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.testimonial21_customer-image {
  object-fit: contain;
  border-radius: 0%;
  width: 150px;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial21_client-info {
  line-height: 1;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text {
  font-family: Open Sans, sans-serif;
}

.white {
  color: #fffc;
}

.rich-text-block-3 {
  color: var(--secondary-color);
  padding-top: 0;
}

.italic-text {
  color: #5aeec499;
}

.bold-text-2 {
  color: var(--secondary-color);
}

.paragraph-3 {
  font-size: .8rem;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 63px;
    line-height: 70px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 17px;
    line-height: 27px;
  }

  .home-one-features-heading-item {
    height: 53px;
  }

  .home-one-counter-text {
    font-size: 42px;
    line-height: 52px;
  }

  .home-one-features-heading {
    max-width: 1020px;
  }

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

  .counter-box.heading-three-counter {
    height: 55px;
  }

  .home-one-solution-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-solution-heading.overflow-hidden {
    max-width: 500px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-five.change-max-width {
    max-width: 100%;
  }

  .home-one-solution-blue-box {
    display: block;
    top: -20px;
  }

  .heading-four {
    font-size: 24px;
    line-height: 34px;
  }

  .home-one-testimonial-quote {
    left: 18%;
  }

  .home-one-testimonial-image {
    flex: 0 auto;
  }

  .footer-one-logo.chnage-footer-logo-style {
    padding-right: 0;
  }

  .chnage-color {
    color: #b0b0bc;
  }

  .round-image {
    position: absolute;
  }

  .footer-one {
    background-color: #0d0c1e;
  }

  .footer-one-round {
    border: 1px solid #c9e80f00;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    display: flex;
    position: relative;
  }

  .footer-social-media-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-one-main-wrapper {
    grid-auto-columns: 1fr;
  }

  .footer-one-main-wrapper.chnage-footer-style {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: .8fr .7fr .6fr .5fr;
  }

  .home-one-button-main-wrapper.responsive-display-off.chnage-boder-right.change-positopn {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    padding-left: 25px;
  }

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

  .dropdown-toggle {
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-two-hero-heading.overflow-hidden {
    border-radius: 0;
  }

  .home-two-left-big-wrapper {
    flex-basis: 60%;
  }

  .home-two-business-item {
    height: 450px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-one-strategy-paragraph {
    padding-bottom: 30px;
  }

  .home-one-strategy-heading {
    max-width: 600px;
    padding-bottom: 20px;
  }

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

  .home-two-about-heading {
    max-width: 500px;
  }

  .heading-six {
    font-size: 17px;
    line-height: 27px;
  }

  .home-two-blog-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-three-banner-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-banner-wrapper.chnage-style {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-three-banner-image {
    flex: 0 60%;
    margin-left: -80px;
  }

  .home-three-banner-image.change-style {
    flex: 1;
  }

  .chnage-para-color {
    color: #b0b0bc;
  }

  .home-three-banner-text-left {
    flex: 1;
    padding-bottom: 100px;
  }

  .home-three-business-image-text {
    padding-left: 55px;
  }

  .home-three-business-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-three-solution {
    padding: 120px 15px;
  }

  .home-three-solution-item-text {
    max-width: 252px;
  }

  .home-three-solution-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-three-business-popup {
    left: -10%;
  }

  .home-three-service-item-heading {
    max-width: 100%;
  }

  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-three.hover-color-change {
    font-size: 45px;
    line-height: 55px;
  }

  .home-three-strategy-image-solution {
    top: 17%;
    left: -19%;
  }

  .footer-three-item {
    padding-left: 0;
    padding-right: 0;
  }

  .hmabarger-link {
    grid-column-gap: 25%;
    grid-row-gap: 25%;
  }

  .about-one-hero-vedio-wrapper {
    max-width: 1690px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-one-move-circle {
    position: absolute;
  }

  .about-one-hero-banner-circle {
    position: relative;
  }

  .about-one-story-left {
    flex: 0 auto;
  }

  .home-one-story-heading {
    max-width: 445px;
  }

  .about-one-story-wrapper {
    flex-flow: row;
  }

  .about-one-story-right {
    flex: 0 auto;
    max-width: 684px;
    padding-top: 0;
  }

  .about-one-counter-head, .about-one-counter-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-solution-left-heading {
    max-width: 580px;
  }

  .pricing-heading-six.wedo-wrapper-text-two {
    font-size: 17px;
    line-height: 27px;
  }

  .service-one-project-number.change-style {
    padding-right: 0;
  }

  .about-one-process-left {
    flex: 1;
  }

  .about-one-process-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-two-hero-vedio {
    margin-top: -540px;
  }

  .about-two-vedio-text {
    margin-bottom: -30px;
    padding-top: 10px;
  }

  .footer-big-text {
    font-size: 200px;
  }

  .about-two-hero-vedio-main-wrapper {
    height: 678px;
  }

  .about-two-value-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-two-value-heading {
    max-width: 520px;
  }

  .about-two-value-right-image {
    margin-left: -233px;
  }

  .about-two-solution-main-item {
    padding: 50px 30px;
  }

  .about-two-business-heading {
    max-width: 530px;
  }

  .about-three-value-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-three-business-heading {
    max-width: 520px;
  }

  .service-one-strategy-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-one-growth-item, .service-one-growth-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-one-service-main-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .service-one-pricing-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-main-pricing-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-one-testimonial-popup {
    left: -20%;
  }

  .footer-big-text-new {
    font-size: 200px;
  }

  .footer-big-text-new.change-style {
    font-size: 180px;
    line-height: 150px;
  }

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

  .service-two-hero-image-effect-wrapper {
    height: 636px;
  }

  .service-two-technology {
    padding-top: 20px;
  }

  .footer-big-text-main {
    font-size: 200px;
  }

  .footer-big-text-main.change-style {
    font-size: 180px;
    line-height: 150px;
  }

  .footer-big-text-main.change-style.change-font-style {
    font-size: 7rem;
  }

  .service-two-solution-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-three-hero-paragraph, .service-three-growth-heading {
    max-width: 500px;
  }

  .service-details-blog-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-details-blog-main-details {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-details-blog-item {
    max-width: 410px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-one-blog-author-wrapper {
    flex-basis: 22%;
  }

  .blog-one-blog-item {
    padding-left: 80px;
    padding-right: 40px;
  }

  .collection-item-2 {
    max-width: 410px;
  }

  .blog-two-blog-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-three-blog-item {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .team-one-hero-hero-heading {
    max-width: 800px;
  }

  .team-big-font {
    font-size: 180px;
    line-height: 180px;
  }

  .home-one-feature-heading {
    max-width: 510px;
  }

  .team-one-team-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-details-hero-wrapper {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .footer-big-text-new-modified {
    font-size: 200px;
  }

  .footer-big-text-new-modified.change-style {
    font-size: 180px;
    line-height: 150px;
  }

  .footer-big-text-new-modified.change-style.chnage-size {
    font-size: 220px;
    line-height: 170px;
  }

  .contact-one-text-heading, .contact-two-contact-heading {
    max-width: 500px;
  }

  .contact-two-contact-left {
    flex: 0 48%;
  }

  .contact-two-contact-item {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-three-contact-heading {
    max-width: 520px;
  }

  .landing-hero-text {
    font-size: 180px;
    line-height: 150px;
  }

  .landing-page-hero-heading {
    max-width: 800px;
    margin-top: -40px;
  }

  .landing-page-big-text {
    font-size: 200px;
    font-weight: 600;
  }

  .landing-page-big-text.change-font-style {
    font-size: 180px;
    line-height: 150px;
  }

  .landing-page-business {
    max-width: 250px;
  }

  .landing-page-inner-heading {
    max-width: 600px;
  }

  .landing-features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .landing-footer-image-one {
    display: block;
    top: -25%;
    left: 2%;
    transform: rotate(-4.55deg);
  }

  .landing-footer-image-two {
    display: block;
    bottom: -2%;
    right: 2%;
    transform: rotate(5.62deg);
  }

  .landing-cta-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .home-footer-heading-box {
    max-width: 700px;
  }

  .heading-three-new {
    font-size: 30px;
    line-height: 40px;
  }

  .price-details-hero-heading {
    max-width: 900px;
  }

  .change-color-green {
    color: var(--secondary-color);
  }

  .heading-four-2, .heading-four-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-six-2 {
    font-size: 17px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1440px) {
  .sub-heading-text.chnage-color-blue {
    z-index: 5;
    position: relative;
  }

  .sub-heading-text.chnage-color-blue.hide {
    display: none;
  }

  .main-container.position-relative.top-padding-large {
    padding-top: 0;
  }

  .text-align-center.change-padding.change-color-grey.max-width-70 {
    max-width: 70%;
  }

  .auto-fit.border-radius-twentyfive.position-relative {
    z-index: 11;
    position: relative;
  }

  .auto-fit.image-full-width.hide, .auto-fit.hide {
    display: none;
  }

  .home-one-business-image-design-two, .home-one-business-image-design {
    z-index: 111;
  }

  .home-one-business-flower {
    right: -8%;
  }

  .home-one-business-flower.change-animation, .home-one-business-flower.change-direction {
    left: -10%;
  }

  .home-one-business-flower.change-position {
    top: -10%;
    right: -20%;
  }

  .home-one-business-flower.change-direction {
    left: -10%;
  }

  .home-one-business-popup {
    z-index: 1111;
  }

  .header-two-logo {
    min-width: 60%;
  }

  .home-two-hero-banner-left {
    padding-top: 270px;
    padding-bottom: 350px;
  }

  .home-two-left-big-wrapper {
    flex-basis: 55%;
  }

  .home-two-startegy-round {
    top: 5%;
  }

  .home-two-about-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .home-three-banner-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .home-three-banner-image {
    flex: 1;
    margin-left: -120px;
  }

  .home-three-banner-image.change-style {
    flex: 0 47%;
  }

  .home-three-banner-text-left {
    padding-bottom: 120px;
  }

  .home-three-banner-text-left.chnage-style {
    flex-basis: 50%;
  }

  .home-three-business-popup {
    left: -15%;
  }

  .home-three-testimonial-item {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-big-text {
    font-size: 250px;
  }

  .about-three-service-popup {
    margin-bottom: 5px;
    margin-left: -210px;
  }

  .home-two-startegy-round-new {
    top: 5%;
  }

  .home-two-startegy-round-new.change-style {
    left: -5%;
  }

  .service-one-growth-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-big-text-new {
    font-size: 250px;
  }

  .footer-big-text-new.change-style {
    font-size: 100px;
  }

  .service-two-hero-image-effect-wrapper {
    height: auto;
  }

  .service-two-story-heading.overflow-hidden {
    z-index: 5;
    position: relative;
  }

  .service-two-story {
    position: relative;
  }

  .service-two-story.top-margin-large {
    padding-top: 240px;
  }

  .service-two-technology.hide {
    display: none;
  }

  .footer-big-text-main {
    font-size: 250px;
  }

  .footer-big-text-main.change-style.change-font-style {
    z-index: 0;
    position: absolute;
    inset: -220px auto auto 0%;
  }

  .service-two-strategy.hide {
    display: none;
  }

  .service-two-service-item {
    justify-content: space-between;
    align-items: center;
  }

  .blog-two-date-wrapper.change-position {
    right: 0%;
  }

  .team-details-hero-member {
    display: block;
  }

  .team-details-side-text {
    font-size: 120px;
  }

  .footer-big-text-new-modified {
    font-size: 250px;
  }

  .showcase-image-wrapper.chnage-radius-new.change-cursor {
    cursor: none;
  }

  .landing-page-home-button-wrapper {
    display: flex;
  }

  .landing-page-home-image-wrapper {
    max-height: 526px;
  }

  .auto-fit-5.border-radius-twentyfive.position-relative {
    z-index: 11;
    position: relative;
  }

  .landing-features-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .all-caps {
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-hero-design-one {
    right: -15%;
  }

  .home-one-hero-design-two {
    left: -8%;
  }

  .main-container {
    max-width: 1440px;
  }

  .home-one-feature-design-one {
    display: block;
    top: 10%;
    left: 5%;
  }

  .counter {
    justify-content: space-between;
  }

  .auto-fit.contact-image-border-radius.landskape-image-full-width.image-full-wisth {
    width: 100%;
    height: 100%;
  }

  .testimial-right-arrow {
    bottom: 25px;
  }

  .home-one-business {
    background-position: 0 0, 5% 0;
  }

  .testimonial-left-arrow {
    bottom: 25px;
  }

  .home-one-button-main-wrapper.responsive-display-off, .home-one-button-main-wrapper.responsive-display-off.chnage-boder-right {
    justify-content: center;
    align-items: center;
  }

  .header-two-logo {
    min-width: 50%;
  }

  .nav-one-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-two-strategy-small-circle {
    display: block;
    left: -15%;
  }

  .home-two-startegy-round {
    right: -10%;
  }

  .home-two-strategy-polygon {
    display: block;
    bottom: 5%;
    right: -15%;
  }

  .home-two-about-circle {
    display: block;
    bottom: -15%;
    left: -15%;
  }

  .home-two-about {
    background-position: 7% 0, 0 0;
  }

  .home-two-about-text {
    padding-top: 60px;
  }

  .home-two-blog-icon {
    display: block;
    top: 5%;
    right: -10%;
  }

  .nav-one-logo-wrapper-new.chnage-border-left {
    justify-content: center;
    align-items: center;
  }

  .home-three-banner {
    position: relative;
  }

  .home-three-banner-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-three-banner-wrapper.chnage-style {
    padding-top: 120px;
  }

  .home-three-banner-dot {
    display: block;
    position: absolute;
    inset: auto auto 20% 50%;
  }

  .home-three-banner-side-icon {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    inset: 50% auto auto -5%;
    transform: rotate(-90deg);
  }

  .home-three-banner-side-icon.change-position {
    top: 20%;
  }

  .home-three-business-text {
    margin-top: -5px;
  }

  .home-three-busines-green-dot {
    display: block;
    position: absolute;
    inset: auto auto 15% -15%;
  }

  .home-three-solution-blue-dot {
    display: block;
    position: absolute;
    inset: 25% -15% auto auto;
  }

  .home-three-excelence-cone {
    display: block;
    left: 10%;
  }

  .home-three-excelence {
    overflow: visible;
  }

  .home-three-strategy-paragraph-wrapper {
    overflow: hidden;
  }

  .home-three-strategy-dot {
    display: block;
    position: absolute;
    inset: auto -15% -10% auto;
  }

  .home-three-testimonial-polygon {
    display: block;
    position: absolute;
    inset: auto auto 12% -18%;
  }

  .hambarger-menu-main-image {
    position: relative;
  }

  .hambarger-image-overlay {
    background-color: #0d0c1e;
    position: absolute;
    inset: 0%;
  }

  .home-two-blog-polygon {
    display: block;
    position: absolute;
    inset: auto auto 0% -12%;
  }

  .about-one-hero-design {
    display: block;
    top: 23%;
    right: 5%;
  }

  .about-one-hero-background.change-position {
    margin-bottom: -250px;
  }

  .about-one-story-red-circle {
    display: block;
    position: absolute;
    inset: 8% auto auto -15%;
  }

  .about-one-story-blue-circle {
    display: block;
    position: absolute;
    inset: auto -15% 10% auto;
  }

  .about-one-solution-cone {
    display: block;
    left: 10%;
    transform: rotate(-20deg);
  }

  .about-one-process-perticle {
    display: block;
    bottom: -1%;
    left: 10%;
  }

  .about-one-process-circle {
    display: block;
    inset: 5% -10% auto auto;
  }

  .about-one-testimonial-circle {
    display: block;
    top: 10%;
    right: -10%;
  }

  .about-two-hero-design-two {
    display: block;
    position: absolute;
    inset: 20% 5% auto auto;
  }

  .about-two-hero-design {
    display: block;
    inset: 40% auto auto 5%;
  }

  .about-two-vedio-text {
    padding-top: 25px;
  }

  .about-two-banner-vedio {
    padding-left: 140px;
  }

  .about-two-value {
    background-position: 2% 0;
  }

  .about-two-value-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-two-value-right {
    margin-right: -30px;
  }

  .about-two-value-circle {
    display: block;
    top: 10%;
    right: -15%;
  }

  .about-two-solution-circle {
    display: block;
    left: 5%;
  }

  .about-two-cone {
    display: block;
    position: absolute;
    inset: auto -15% 25% auto;
  }

  .about-two-team-cone {
    display: block;
    top: -.8%;
  }

  .about-three-value-perticle {
    display: block;
    right: -10%;
  }

  .about-three-value-polygon {
    display: block;
    left: -8%;
  }

  .about-three-banner-polygon {
    display: block;
  }

  .about-three-business-cone {
    z-index: 11;
    display: block;
    right: 20%;
  }

  .about-three-business-polygon {
    display: block;
    inset: 25% auto auto -10%;
  }

  .about-three-service-cone {
    display: block;
    left: 5%;
  }

  .about-three-service {
    background-position: 95% 0, 0 0, 0 0;
  }

  .about-three-service-circle {
    display: block;
    position: absolute;
    inset: auto -12% 50% auto;
  }

  .about-three-testimonial-polygon-two {
    display: block;
    position: absolute;
    inset: auto auto -10% -15%;
  }

  .testimial-right-arrow-new, .testimonial-left-arrow-new {
    bottom: 35px;
  }

  .about-three-testimonial-polygon {
    display: block;
    top: -10%;
    right: -15%;
  }

  .service-two-hero-circle {
    display: block;
    top: 10%;
    left: -8%;
  }

  .service-two-hero-circle-two {
    display: block;
    position: absolute;
    inset: auto -8% 5% auto;
  }

  .service-one-strategy-triangle {
    display: block;
    inset: auto -12% 5% auto;
  }

  .service-one-strategy-circle {
    display: block;
    position: absolute;
    inset: -3% auto auto -10%;
  }

  .home-two-startegy-round-new {
    right: -10%;
  }

  .service-one-strategy {
    background-position: 90% 2%;
  }

  .service-one-growth-cone {
    display: block;
    position: absolute;
    inset: auto 10% -4% auto;
  }

  .service-one-growth-circle {
    display: block;
    position: absolute;
    inset: 0% auto auto -12%;
  }

  .service-one-growth {
    overflow: visible;
  }

  .service-one-vedio {
    background-position: 5% 20%;
  }

  .service-one-vedio-cone {
    display: block;
    position: absolute;
    inset: -2% auto auto 5%;
  }

  .service-one-pricing-triangle {
    display: block;
    position: absolute;
    inset: auto -10% 25% auto;
  }

  .service-two-hero-design {
    display: block;
    position: absolute;
    inset: 10% auto auto -15%;
  }

  .about-two-vedio-text-new.change-position {
    margin-bottom: -20px;
  }

  .service-two-hero-design-two {
    display: block;
    position: absolute;
    inset: auto -15% 10% auto;
  }

  .service-two-story-triangle {
    display: block;
    position: absolute;
    inset: 0% auto auto -15%;
  }

  .footer-big-text-main.change-style.change-font-style {
    font-size: 8.5rem;
    line-height: 1;
  }

  .service-two-strategy-cone {
    display: block;
  }

  .service-two-strategy-circle {
    display: block;
    position: absolute;
    inset: -2% -5% auto auto;
  }

  .service-two-service-circle {
    display: block;
    position: absolute;
    inset: 15% auto auto 0%;
  }

  .service-two-service-triangle {
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .service-two-solution-circle {
    display: block;
    position: absolute;
    inset: auto -15% -10% auto;
  }

  .service-two-pricing-cone {
    display: block;
    bottom: -10%;
    right: -12%;
  }

  .service-two-pricing-triangle {
    display: block;
    position: absolute;
    inset: 5% auto auto -15%;
  }

  .service-three-business-round {
    display: block;
    position: absolute;
    inset: 0% auto auto -15%;
  }

  .service-three-growth {
    position: relative;
  }

  .service-three-growth-cone {
    display: block;
    position: absolute;
    inset: -3% 18% auto auto;
  }

  .service-three-pricing-triangle {
    display: block;
    position: absolute;
    inset: 0% auto auto -15%;
  }

  .service-three-pricing-cone {
    display: block;
    position: absolute;
    inset: auto 10% -2% auto;
  }

  .service-three-pricing {
    position: relative;
  }

  .service-details-hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-details-hero-wrapper {
    min-width: 1440px;
    max-width: 1440px;
  }

  .service-details-overview-image {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .service-details-contact-box {
    max-width: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-details-blog {
    position: relative;
  }

  .service-details-blog-cone {
    display: block;
    position: absolute;
    inset: auto auto -3% 15%;
  }

  .service-details-main-image-contact {
    width: 100%;
  }

  .blog-one-hero-circle {
    display: block;
    position: absolute;
    inset: 0% auto auto -15%;
  }

  .blog-one-blog-circle {
    display: block;
    position: absolute;
    inset: auto 10% 25% auto;
  }

  .blog-one-blog-green-circle {
    display: block;
    position: absolute;
    inset: 10% 10% auto auto;
  }

  .blog-one-blog-triangle {
    display: block;
    position: absolute;
    inset: 40% auto auto 10%;
  }

  .blog-details-main-details {
    position: relative;
  }

  .blog-details-hero-circle {
    display: block;
    position: absolute;
    inset: 0% auto auto -15%;
  }

  .blog-details-green-circle {
    display: block;
    position: absolute;
    inset: 25% -12% auto auto;
  }

  .blog-details-orange-circle {
    display: block;
    position: absolute;
    inset: 0% -10% auto auto;
  }

  .blog-details-green-trianle {
    display: block;
    position: absolute;
    inset: auto -15% 40% auto;
  }

  .blog-details-blue-triangle {
    display: block;
    position: absolute;
    inset: auto auto 60% -15%;
  }

  .blog-details-cone {
    display: block;
    position: absolute;
    inset: auto auto -1% 15%;
  }

  .blog-two-hero-triangle {
    display: block;
    position: absolute;
    inset: auto auto 40% -10%;
  }

  .blog-two-circle {
    display: block;
    position: absolute;
    inset: 30% -15% auto auto;
  }

  .blog-two-main {
    position: relative;
  }

  .blog-two-cone {
    display: block;
    position: absolute;
    inset: auto auto -1% 15%;
    transform: rotate(-20deg);
  }

  .blog-three-hero-vedio {
    position: relative;
  }

  .blog-three-hero-triangle {
    display: block;
    position: absolute;
    inset: 25% -12% auto auto;
  }

  .blog-three-hero-dot {
    display: block;
    position: absolute;
    inset: auto auto 40% -10%;
  }

  .blog-three-vedo-triangle {
    display: block;
    position: absolute;
    inset: 25% auto auto -15%;
  }

  .blog-there-hero-vedio-cone {
    display: block;
    position: absolute;
    inset: auto 10% -1% auto;
  }

  .team-member-cone {
    display: block;
    position: absolute;
    inset: auto 15% -3% auto;
  }

  .team-one-feature-triangle {
    display: block;
    position: absolute;
    inset: 0% -18% auto auto;
    transform: rotate(90deg);
  }

  .team-member {
    position: relative;
  }

  .team-one-blue-dot {
    display: block;
    position: absolute;
    inset: 5% auto auto -15%;
  }

  .team-two-hero-triangle {
    display: block;
    position: absolute;
    inset: auto -12% 15% auto;
  }

  .team-two-hero-image {
    margin-right: 100px;
  }

  .team-two-hero-circle {
    display: block;
    position: absolute;
    inset: 0% auto auto -15%;
  }

  .team-two-export-circle {
    display: block;
    position: absolute;
    inset: auto -15% 10% auto;
  }

  .team-two-expert-triangle {
    display: block;
    position: absolute;
    inset: 5% auto auto -15%;
    transform: rotate(90deg);
  }

  .team-details-hero-star {
    display: block;
    position: absolute;
    inset: -5% auto auto -15%;
  }

  .team-details-hero-dot {
    display: block;
    position: absolute;
    inset: auto -5% 0% auto;
  }

  .team-details-hero-member {
    right: 2%;
  }

  .team-member-triangle {
    display: block;
    position: absolute;
    inset: 10% auto auto -15%;
    transform: rotate(90deg);
  }

  .team-member-blue-dot {
    display: block;
    position: absolute;
    inset: auto -10% 25% auto;
  }

  .pricing-one-hero-circle {
    display: block;
    position: absolute;
    inset: auto auto -20% -10%;
  }

  .pricing-one-hero-triangle {
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .pricing-one-plan-table {
    position: relative;
  }

  .pricing-two-feather-wrapper {
    display: block;
    left: -15%;
  }

  .pricing-one-plan-cone {
    display: block;
    position: absolute;
    inset: auto 10% -2% auto;
  }

  .pricing-row-left-column {
    flex-basis: 52%;
  }

  .pricing-row-right-column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-basis: 70%;
  }

  .pricing-table-row.border-bottom-new, .pricing-table-row.pricing-table-inner-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing-two-triangle {
    display: block;
    position: absolute;
    inset: auto 10% 40% auto;
  }

  .pricing-two-pricing-main {
    position: relative;
  }

  .pricing-two-question-dot {
    display: block;
    position: absolute;
    inset: auto auto 5% -10%;
  }

  .contact-one-big-text {
    margin-bottom: -20px;
  }

  .contact-one-contact-triangle {
    display: block;
    position: absolute;
    inset: 10% -3% auto auto;
    transform: rotate(70deg);
  }

  .contact-one-form-circle {
    display: block;
    position: absolute;
    inset: auto -10% 10% auto;
  }

  .contact-one-image-wrapper {
    max-width: 95%;
  }

  .contact-two-hero-triangle {
    display: block;
    bottom: -30%;
    right: -20%;
  }

  .contact-two-hero-circle {
    display: block;
    left: -23%;
  }

  .contact-two-contact-circle {
    display: block;
    position: absolute;
    inset: auto auto 15% -5%;
  }

  .hover-color {
    transition: opacity .3s;
  }

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

  .contact-three-triangle {
    display: block;
    bottom: -70%;
    right: -5%;
  }

  .contact-three-blue-triangle {
    display: block;
    position: absolute;
    inset: auto auto 10% 8%;
    transform: rotate(60deg);
  }

  .contact-three-cone {
    display: block;
    right: 15%;
  }

  .landing-page-hero, .landing-page-hero-merquee {
    position: relative;
  }

  .landing-page-big-text.change-font-style {
    line-height: 170px;
  }

  .home-feature-section {
    background-image: radial-gradient(circle at 0 55%, #ed6d1033, #fff0 14%);
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-page-caption {
    top: 8%;
    right: 10%;
  }

  .showcase-wrapper {
    z-index: 1;
    position: relative;
  }

  .landing-cms-heading-main {
    padding-right: 100px;
  }

  .landing-page-green-circle {
    display: block;
    position: absolute;
    inset: auto auto 15% -15%;
  }

  .landing-page-utility {
    background-position: 5% 20%, 0 0, 0 0;
  }

  .landing-footer-image-one {
    left: -10%;
  }

  .landing-footer-image-two {
    right: -10%;
  }

  .home-footer-heading-box {
    max-width: 880px;
  }

  .landing-page-hero-triangle {
    display: block;
    position: absolute;
    inset: 28% auto auto 10%;
  }

  .landing-page-hero-circle {
    display: block;
    position: absolute;
    inset: auto 10% 50% auto;
  }

  .landing-page-triangle {
    display: block;
    position: absolute;
    inset: auto -10% 10% auto;
  }

  .not-found-triangle {
    display: block;
    position: absolute;
    inset: 20% 20% auto auto;
  }

  .not-found-circle {
    display: block;
    position: absolute;
    inset: auto 25% 25% auto;
  }

  .not-found-circle-two {
    display: block;
    position: absolute;
    inset: 35% auto auto 15%;
  }

  .utility-triangle-one {
    display: block;
    position: absolute;
    inset: auto 15% 15% auto;
  }

  .utility-triangle-two {
    display: block;
    position: absolute;
    inset: 20% auto auto 15%;
  }

  .card-row44_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-one-hero-design-one {
    display: none;
  }

  .change-padding.chnage-color-white {
    font-size: 1.5rem;
  }

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

  .black-button-arrow.opacity-off {
    opacity: 0;
  }

  .black-button-arrow.change-style.change-style-three {
    right: 40%;
  }

  .home-one-hero-design-two {
    display: none;
  }

  .sub-heading-text.chnage-color-blue.responsive-align-center {
    text-align: center;
  }

  .sub-heading-text.change-color-white.text-no-break.responsive-color-blue {
    color: var(--blue-color);
  }

  .home-one-line-wrapper {
    display: none;
  }

  .home-one-hero {
    padding-top: 170px;
    padding-bottom: 400px;
  }

  .home-one-counter-wrapper {
    padding-top: 40px;
  }

  .home-one-merquee-item-one {
    width: 450px;
  }

  .home-one-feature-gredient {
    background-image: none;
  }

  .home-one-feature-design-one {
    display: none;
  }

  .home-one-features-heading {
    max-width: 100%;
  }

  .home-one-features-heading.responsive-align-center {
    text-align: center;
  }

  .home-one-hero-marquee {
    margin-top: -330px;
  }

  .auto-fit.border-radius-ten.responsive-image-full-width, .auto-fit.border-radius-twenty.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.border-radius-twentyfive.position-relative {
    z-index: 11;
    position: relative;
  }

  .auto-fit.border-radius-twentyfive.position-relative.responsive-image-full-width, .auto-fit.border-radius-fifteen.responsive-image-full-width, .auto-fit.strategy-image-two.responsive-image-full-width, .auto-fit.responsive-image-full-width, .auto-fit.strategy-image-three.responsive-image-full-width, .auto-fit.stratrgy-image-one.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.landskape-image-full-width.rsponvive-wiew {
    width: 100%;
  }

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

  .home-one-features-heading-overlay-wrapper, .home-one-feature-design-two {
    display: none;
  }

  .home-one-feature {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-solution-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-solution-text-paragraph, .home-one-solution-text-paragraph.chnage-width {
    max-width: 100%;
  }

  .home-one-solution {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .home-one-solution-heading {
    max-width: 100%;
  }

  .heading-five.responsive-align-center {
    text-align: center;
  }

  .heading-five.chnage-color-white.menu-link {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-five.change-max-width {
    max-width: 100%;
  }

  .home-one-solution-text {
    width: 100%;
  }

  .home-one-solution-paragraph {
    max-width: 100%;
  }

  .home-one-solution-left.change-padding-image {
    width: 100%;
  }

  .home-one-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-service-heading {
    padding-bottom: 40px;
  }

  .home-one-service-item-paragraph {
    max-width: 100%;
  }

  .home-one-service-wrapper {
    grid-template-columns: 1fr;
  }

  .home-one-service-item-main-heading, .home-one-business-accordian.change-width, .home-one-business-heading, .home-one-business-accordian-paragraph {
    max-width: 100%;
  }

  .home-one-business-image-design-two {
    z-index: 11;
  }

  .home-one-testimonial-star-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-one-business-image-design {
    z-index: 11;
  }

  .home-one-testiminial-name {
    justify-content: center;
    align-items: center;
  }

  .home-one-business-paragraph {
    max-width: 100%;
  }

  .home-one-testimonial-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-one-testimonial-gredient {
    background-image: none;
  }

  .home-one-business-flower {
    display: none;
  }

  .home-one-testimonial-image {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .home-one-testimonial {
    padding-bottom: 40px;
  }

  .home-one-business-image {
    width: 100%;
  }

  .home-one-business-image.padding-left {
    padding-right: 0;
  }

  .home-one-business-text {
    width: 100%;
  }

  .home-one-testimonial-heading {
    padding-bottom: 40px;
  }

  .testimial-right-arrow {
    bottom: -80px;
    right: 35%;
  }

  .home-one-business-popup {
    z-index: 111;
  }

  .home-one-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-business-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-left-arrow {
    bottom: -80px;
    right: 58%;
  }

  .footer-one-logo.chnage-footer-logo-style {
    border-right-width: 0;
    padding-right: 0;
  }

  .footer-one {
    padding-top: 70px;
  }

  .footer-logo-text {
    max-width: 100%;
  }

  .footer-one-bottom-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-one-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr 1.3fr .8fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-one-main-wrapper.chnage-footer-style {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr .5fr;
    padding-top: 40px;
  }

  .home-one-button-main-wrapper.responsive-display-off {
    display: none;
  }

  .responsive-burger-menu-navbar {
    background-color: #fff;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .header-two-logo {
    min-width: 80%;
  }

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

  .navbar.chnage-border-bottom, .navbar.change-style {
    padding-right: 0;
  }

  .nav-arrow {
    display: none;
  }

  .responsive-menu-button {
    padding: 0;
  }

  .responsive-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .navbar-wrapper {
    grid-template-columns: .3fr .8fr;
    display: flex;
  }

  .navbar-wrapper.chnage-grid {
    width: 100%;
  }

  .nav-one-logo-wrapper {
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .menu-font {
    color: #132035;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-two-hero-paragraph {
    max-width: 100%;
  }

  .home-two-hero-big-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .home-two-hero-heading {
    max-width: 100%;
  }

  .home-two-hero-banner-left {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-two-banner-vedio {
    justify-content: center;
    align-items: flex-end;
    margin-right: 0;
    padding-top: 500px;
    display: flex;
  }

  .home-two-left-big-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0d0c1e99;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-right: 15px;
  }

  .home-two-vedio-button-wrapper {
    display: none;
  }

  .home-two-business-item {
    max-width: 100%;
  }

  .home-two-merquee.change-upper-padding {
    padding-top: 0;
  }

  .home-two-business-paragraph {
    max-width: 100%;
  }

  .home-two-business-wrapper {
    flex-flow: column;
  }

  .home-two-business-item-wrapper {
    width: 100%;
  }

  .home-two-business-heading {
    padding-bottom: 40px;
  }

  .home-two-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-business-gredient {
    background-image: none;
  }

  .home-one-strategy-paragraph, .home-two-strategy-paragraph {
    max-width: 100%;
  }

  .home-two-startegy-round {
    display: none;
  }

  .home-two-strategy-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-strategy {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-strategy-heading {
    max-width: 100%;
  }

  .home-two-solution-big-wrapper {
    height: auto;
  }

  .home-two-solution-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 0;
  }

  .home-two-solution-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-two-solution-styky-wrapper {
    position: static;
  }

  .home-two-solution {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-solution-details {
    max-width: 100%;
  }

  .home-two-about {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-about-heading {
    max-width: 100%;
  }

  .home-two-about-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-about-image-one.image-mergin-top {
    margin-top: 0;
  }

  .home-two-about-text {
    width: 100%;
  }

  .home-two-blog-main {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .home-two-blog-item-paragraph, .home-two-blog-heading {
    max-width: 100%;
  }

  .home-two-blog-item-border-overlay {
    display: none;
  }

  .home-two-blog-paragraph {
    max-width: 100%;
  }

  .home-two-blog-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-two-blog {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-blog-item-heading {
    max-width: 100%;
  }

  .home-two-blog-item-text {
    flex: 1;
  }

  .home-two-blog-item-image {
    flex: 0 auto;
  }

  .home-two-blog-text {
    position: static;
  }

  .home-two-blog-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-two-merquee {
    padding-bottom: 60px;
  }

  .nav-one-logo-wrapper-new {
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .home-three-banner-heading {
    max-width: 100%;
  }

  .home-three-banner {
    margin-bottom: 0;
  }

  .home-three-banner.chnage-padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .home-three-banner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding-left: 0;
  }

  .home-three-banner-image {
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .home-three-banner-image.change-style {
    margin-bottom: 0;
    margin-left: 15px;
  }

  .home-three-banner-text-main {
    max-width: 100%;
  }

  .home-three-banner-text-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 15px 70px;
  }

  .home-three-banner-paragraph, .home-three-busines-paragraph {
    max-width: 100%;
  }

  .home-three-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-business-heading {
    max-width: 100%;
  }

  .home-three-business-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-solution {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-solution-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-right: 7px;
    display: grid;
  }

  .home-three-solution-item-text {
    max-width: 252px;
  }

  .home-three-solution-item-wrapper, .home-three-solution-item {
    max-width: 100%;
  }

  .home-three-excelence {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .home-three-business-popup {
    display: none;
  }

  .home-three-service-item-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .home-three-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-service-item-details {
    max-width: 100%;
  }

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

  .home-three-service-item-heading {
    max-width: 100%;
  }

  .home-three-service-hover-overlay {
    display: none;
  }

  .home-three-service-item-image {
    flex: 1;
    width: 100%;
    height: 100%;
  }

  .home-three-testimonial {
    padding-bottom: 70px;
    display: block;
  }

  .home-three-strategy-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-strategy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-testimonial-overlay {
    display: none;
  }

  .home-three-testimonial-item {
    font-size: 1rem;
  }

  .home-three-testimonial-heading {
    padding-bottom: 40px;
  }

  .home-three-strategy-heading-wrapper, .home-three-strategy-paragraph, .home-three-testimonial-details, .home-three-strategy-item-paragraph {
    max-width: 100%;
  }

  .home-three-strategy-right {
    width: 100%;
    max-width: 100%;
  }

  .home-three-testimonial-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .home-three-strategy-image-solution {
    display: none;
  }

  .footer-three-support-main {
    padding-left: 30px;
  }

  .footer-one-bottom-link-new {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-three-logo {
    border-right-width: 0;
  }

  .footer-three-item {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-three {
    padding-top: 70px;
  }

  .footer-three-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .5fr .7fr;
  }

  .footer-three-logo-main {
    padding-top: 0;
  }

  .footer-three-link-main, .footer-three-logo-details {
    max-width: 100%;
  }

  .navbar-three {
    background-color: #132035;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hmabarger-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-one-hero {
    padding-top: 140px;
  }

  .about-one-hero-banner-right {
    display: none;
  }

  .about-one-hero-banner-text {
    padding-bottom: 40px;
  }

  .about-one-hero-banner-heading {
    max-width: 100%;
  }

  .about-one-hero-background {
    display: none;
  }

  .about-one-story-right-image {
    display: flex;
  }

  .about-one-story-image-left {
    display: none;
  }

  .about-one-story {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-story-image {
    flex-flow: row;
    display: flex;
  }

  .about-one-story-wrapper {
    padding-bottom: 40px;
  }

  .about-one-analytics {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-one-analytics-heading {
    padding-bottom: 40px;
  }

  .about-one-counetr-item {
    max-width: 100%;
  }

  .about-one-counetr-item.item-two, .about-one-counetr-item.item-three, .about-one-counetr-item.item-four {
    transform: none;
  }

  .about-one-analytics-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-one-solution-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-four-wedo-button-container {
    width: 100%;
  }

  .home-four-wedo-text-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .about-one-solution-left-heading, .wedo-paragraph-one-box {
    max-width: 100%;
  }

  .about-one-solution {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-heading-six {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .service-one-project-item-details {
    padding-top: 10px;
  }

  .service-one-project-item-details.change-width {
    max-width: 100%;
  }

  .about-one-process {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-project-details {
    padding-top: 15px;
  }

  .service-one-project-main {
    flex: 0 60%;
    width: 100%;
  }

  .about-one-testimonial {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .about-two-hero-heading {
    max-width: 100%;
  }

  .about-two-hero {
    padding-top: 140px;
    padding-bottom: 400px;
  }

  .about-two-hero-vedio {
    margin-top: -360px;
  }

  .about-two-vedio-text {
    display: none;
  }

  .footer-big-text {
    font-size: 120px;
    line-height: 100px;
  }

  .about-two-hero-vedio-main-wrapper {
    height: 378px;
  }

  .about-two-value-paragraph {
    max-width: 100%;
  }

  .about-two-value {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .about-two-item-details, .about-two-value-heading {
    max-width: 100%;
  }

  .about-two-value-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-two-value-item {
    width: 100%;
  }

  .about-two-solution-heading {
    padding-bottom: 20px;
  }

  .about-two-solution-main-item {
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .about-two-solution {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .about-two-solution-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    border-top-width: 0;
    grid-template-columns: 1fr 1fr;
  }

  .about-two-solution-paragraph {
    max-width: 100%;
  }

  .about-two-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-business-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-two-image-back-overlay {
    display: none;
  }

  .about-two-business-left {
    width: 100%;
  }

  .about-two-team-details {
    padding-top: 20px;
  }

  .about-two-team-member-image-overlay {
    display: none;
  }

  .about-two-team-image-big {
    width: 100%;
  }

  .about-two-team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: auto;
    height: auto;
    padding-top: 40px;
    display: grid;
  }

  .about-two-team {
    height: auto;
    padding: 70px 15px;
  }

  .about-two-tem-member-image {
    width: 100%;
    height: 100%;
  }

  .about-two-team-member {
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .about-two-team-member.responsive-display-off {
    display: none;
  }

  .about-two-team-main-wrapper {
    padding-top: 0;
  }

  .about-two-solution-line, .about-item-side-line {
    display: none;
  }

  .about-three-value {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-value-item-wrapper, .about-three-value-item-paragraph {
    max-width: 100%;
  }

  .about-three-value-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-there-value-heading {
    padding-bottom: 40px;
  }

  .about-three-business {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-business-item {
    width: 100%;
  }

  .about-three-business-item.change-width {
    width: 30%;
  }

  .about-three-business-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-three-business-item-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-three-business-item-wrapper.change-direction {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-three-business-heading, .about-three-business-paragraph {
    max-width: 100%;
  }

  .about-three-business-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-three-business-details {
    max-width: 350px;
  }

  .about-three-process-line {
    display: none;
  }

  .about-three-process-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-three-process-item-paragraph {
    max-width: 100%;
  }

  .about-three-process {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-process-main {
    height: auto;
  }

  .about-two-process-inner-wrapper {
    position: static;
  }

  .about-three-process-item-text {
    padding-top: 0;
  }

  .about-three-process-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .about-three-process-item-dot-wrapper {
    display: none;
  }

  .about-three-process-heading {
    padding-bottom: 40px;
  }

  .about-three-service-text {
    width: 100%;
  }

  .about-three-service-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-three-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-service-heading, .about-three-service-text-main, .about-three-service-paragraph {
    max-width: 100%;
  }

  .about-three-service-popup {
    margin-left: -34%;
  }

  .home-three-team-heading {
    padding-bottom: 40px;
  }

  .about-three-team-item.item-effect {
    margin-top: 0;
  }

  .about-three-team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-three-team {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .testimial-right-arrow-new {
    bottom: -80px;
    right: 35%;
  }

  .testimonial-left-arrow-new {
    bottom: -80px;
    right: 58%;
  }

  .about-three-testimonial-line {
    display: none;
  }

  .about-three-testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-three-testimonial-heading {
    padding-bottom: 40px;
  }

  .about-three-testimonial-main {
    flex-flow: column;
  }

  .service-one-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .service-one-strategy-wrapper {
    flex-flow: column;
  }

  .service-one-strategy-heading, .service-one-strategy-paragraph {
    max-width: 100%;
  }

  .service-one-strategy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-growth-overlay {
    display: none;
  }

  .service-one-growth-heading {
    padding-bottom: 40px;
  }

  .service-one-growth-item-paragraph {
    max-width: 100%;
  }

  .service-one-growth-wrapper {
    flex-flow: column;
  }

  .service-one-growth {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-service-main-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-one-service-content {
    padding-bottom: 40px;
  }

  .service-one-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-service-details {
    max-width: 100%;
  }

  .service-one-pricing {
    padding-bottom: 70px;
  }

  .service-one-vedio-heading {
    padding-bottom: 40px;
  }

  .service-one-vedio {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-main-pricing-wrapper {
    flex-flow: column;
  }

  .service-three-pricing-details {
    max-width: 100%;
  }

  .service-one-pricing-top-content {
    padding-bottom: 40px;
  }

  .service-one-vedio-merquee {
    display: none;
  }

  .service-one-testimonial-left-heading {
    max-width: 100%;
  }

  .service-one-tesimonial-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-one-testimonial-right {
    right: 0;
  }

  .service-one-testimonial-popup {
    display: none;
  }

  .service-one-testimonial {
    background-image: radial-gradient(circle at 0 100%, #c5e11b26, #fff0 33%), radial-gradient(circle at 100% 0, #ed6d1026, #fff0 55%), url('../images/Grid.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-testimonial-overlay {
    display: none;
    right: 0%;
  }

  .footer-big-text-new {
    font-size: 120px;
    line-height: 100px;
  }

  .service-two-hero {
    background-image: radial-gradient(circle, #5429ff5c, #fff0 50%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .service-two-hero-heading {
    max-width: 100%;
  }

  .about-two-vedio-text-new {
    display: none;
  }

  .service-two-hero-text {
    padding-top: 0;
  }

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

  .service-two-hero-image-effect-wrapper {
    flex: 0 auto;
    height: auto;
  }

  .service-two-story-main {
    width: 100%;
  }

  .service-two-story-heading {
    max-width: 100%;
  }

  .service-two-story {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .service-two-story-wrapper {
    flex-flow: column;
  }

  .service-two-story-details {
    max-width: 100%;
  }

  .footer-big-text-main {
    font-size: 120px;
    line-height: 100px;
  }

  .footer-big-text-main.change-style.change-font-style {
    font-size: 70px;
    line-height: 80px;
  }

  .service-two-strategy-item-details, .service-two-srtategy-heading {
    max-width: 100%;
  }

  .service-two-strategy-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-two-strategy {
    padding-top: 40px;
    padding-bottom: 70px;
  }

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

  .service-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-two-service-main {
    display: block;
  }

  .service-two-service-left-image {
    display: none;
  }

  .service-two-solution-item {
    background-color: #fff;
  }

  .service-two-solution-pargraph {
    max-width: 100%;
  }

  .service-two-solution {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-two-solution-top-wrapper {
    padding-bottom: 40px;
  }

  .service-two-solution-wrapper {
    flex-flow: column;
  }

  .service-two-solution-heading {
    max-width: 100%;
  }

  .service-two-pricing {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .service-three-hero-paragraph, .service-three-hero-heading {
    max-width: 100%;
  }

  .service-three-hero-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-progress {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-progress-details {
    max-width: 100%;
  }

  .service-three-progress-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-three-progress-main {
    max-width: 100%;
  }

  .service-three-growth {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .service-three-growth-image-wrapper {
    display: none;
  }

  .service-three-growth-item-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .service-three-growth-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .service-three-growth-paragraph {
    max-width: 100%;
  }

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

  .service-three-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-three-business {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .service-three-business-line {
    display: none;
  }

  .service-three-business-item-details {
    max-width: 100%;
  }

  .service-three-business-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-three-business-item {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

  .service-three-line {
    display: none;
  }

  .service-three-pricing {
    background-image: radial-gradient(circle at 0 0, #c5e11b26, #fff0 28%), radial-gradient(circle at 100% 100%, #ed6d1026, #fff0 32%);
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-details-hero {
    padding-top: 100px;
  }

  .service-details-hero-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-details-overview-plan {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-details-overview-paragraph.overflow-hidden {
    max-width: 100%;
  }

  .service-details-overview-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap-reverse;
  }

  .service-details-overview-benifit {
    max-width: 100%;
  }

  .service-details-overview {
    flex-flow: row-reverse wrap;
    padding-top: 70px;
    padding-bottom: 60px;
    display: block;
  }

  .service-details-overview-item-wrapper {
    padding-bottom: 20px;
  }

  .service-details-overview-plan-item {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .service-details-overview-left {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .service-details-blog-item-heading {
    max-width: 100%;
  }

  .service-details-blog {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .service-details-blog-wrapper, .service-three-service-item {
    flex-flow: column;
  }

  .service-three-service-item.two, .service-three-service-item.three, .service-three-service-item.one, .service-three-service-item.four {
    width: 100%;
  }

  .service-three-service-details, .service-three-service-main-image {
    flex: 1;
  }

  .service-three-service-item-main-wrapper.one, .service-three-service-item-main-wrapper.four, .service-three-service-item-main-wrapper.three {
    width: auto;
  }

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

  .service-three-service-small-details {
    max-width: 100%;
  }

  .service-three-service-main-heading {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    transform: none;
  }

  .service-three-service-main-contect {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-three-service-heading {
    border-right-width: 0;
    flex-flow: row-reverse;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .blog-one-hero {
    padding-top: 140px;
  }

  .blog-one-blog-image-overlay {
    display: none;
  }

  .blog-one-blog {
    padding-bottom: 70px;
  }

  .blog-one-author-details {
    padding-top: 0;
  }

  .blog-one-blog-author-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .blog-one-blog-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .blog-one-blog-image {
    width: 100%;
  }

  .blog-one-blog-item-paragraph {
    max-width: 100%;
  }

  .blog-details-hero {
    padding-top: 140px;
    padding-bottom: 350px;
  }

  .blog-details-main-image {
    margin-top: -320px;
  }

  .blog-details-strategy {
    flex-flow: column;
  }

  .blog-details-main-details {
    padding-bottom: 70px;
  }

  .blog-details-vedio-main {
    height: 450px;
  }

  .blog-details-strategy-paragraph, .blog-main-details {
    max-width: 100%;
  }

  .blog-two-hero {
    padding-top: 120px;
    padding-bottom: 380px;
  }

  .blog-two-blog-top-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-two-blog-item-heading {
    max-width: 100%;
  }

  .blog-two-date-wrapper {
    right: -4%;
  }

  .blog-two-date-wrapper.change-position {
    right: -2%;
  }

  .blog-two-small-line.landskape-color-blue {
    background-color: var(--blue-color);
  }

  .blog-two-main {
    padding-bottom: 70px;
  }

  .blog-two-bottom-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: -320px;
  }

  .blog-three-blog-main {
    padding-top: 70px;
  }

  .blog-three-hero {
    padding-bottom: 70px;
  }

  .blog-three-hero-vedio {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-three-hero-vedio-heading {
    padding-bottom: 40px;
  }

  .background-video {
    height: 550px;
  }

  .team-big-font {
    font-size: 110px;
  }

  .auto-fit-new.team-one-team-image-border-radius.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .team-one-team-item.margin-bottom {
    margin-top: 0;
  }

  .home-one-feature-heading {
    max-width: 100%;
  }

  .team-member {
    padding-bottom: 70px;
  }

  .team-one-future-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-one-future {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-one-feature-paragraph {
    max-width: 100%;
  }

  .team-one-team-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-two-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-two-hero-image {
    margin-right: 0;
  }

  .team-two-hero-back-wrapper {
    display: none;
  }

  .team-two-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .team-two-expert {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-two-heading {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .team-member-wrtapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-details-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .team-details-border {
    display: none;
  }

  .team-details-main-details {
    flex: 1;
    width: 100%;
  }

  .team-details-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .team-details-main-paragraph, .team-details-profetional-skill {
    max-width: 100%;
  }

  .team-details-main-image-wrapper {
    width: 100%;
  }

  .team-details-image-main {
    flex: 1;
    width: 100%;
  }

  .team-member-personal-experience {
    padding-bottom: 40px;
  }

  .team-details-main-member-details {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .team-member-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .nav-one-bottom-border, .nav-one-logo-line {
    display: none;
  }

  .home-two-blog-item-position {
    position: static;
  }

  .responsive-display-off {
    display: none;
  }

  .desktop-off {
    display: block;
  }

  .menu-button-new {
    padding: 18px 15px;
  }

  .menu-button-new.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .pricing-one-hero {
    padding-top: 140px;
    padding-bottom: 340px;
  }

  .pricing-one-pricing-main {
    padding-bottom: 70px;
  }

  .pricing-one-plan-table {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-plan-table-heading {
    padding-bottom: 20px;
  }

  .pricing-row-left-column.tab-display-off {
    display: none;
  }

  .pricing-row-right-column {
    width: 100%;
  }

  .pricing-table-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .pricing-table-row.pricing-table-inner-row.price-row {
    padding-right: 20px;
  }

  .pricing-two-hero-vedio {
    height: 700px;
  }

  .pricing-two-hero-content {
    padding-top: 120px;
  }

  .pricing-two-question {
    padding-bottom: 70px;
  }

  .pricing-two-question-paragraph {
    max-width: 100%;
  }

  .pricing-two-main-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-two-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-two-question-heading {
    max-width: 100%;
  }

  .pricing-two-question-left {
    position: static;
  }

  .pricing-two-pricing-main {
    padding-bottom: 70px;
  }

  .pricing-two-question-wrapper {
    flex-flow: column;
  }

  .blog-three-item-hover-overlay {
    display: none;
  }

  .footer-big-text-new-modified {
    font-size: 120px;
    line-height: 100px;
  }

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

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

  .contact-one-contact-box {
    width: 100%;
    max-width: 100%;
  }

  .contact-one-contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .contact-one-contact-box-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contact-one-main-image {
    height: auto;
  }

  .contact-one-form {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-one-wrapper {
    grid-column-gap: 25px;
  }

  .contact-one-form-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px;
  }

  .contact-two-hero-text-wrapper {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .contact-two-background-vedio {
    height: auto;
  }

  .contact-two-contact-right {
    width: 100%;
  }

  .contact-two-contact-item-image {
    flex: 1;
  }

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

  .contact-two-contact-heading {
    max-width: 100%;
  }

  .contact-two-contact-left {
    position: static;
  }

  .contact-two-contact-wrapper {
    flex-flow: column;
  }

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

  .contact-two-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-two-form-wrapper {
    flex-flow: column;
  }

  .contact-two-contact {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-two-contact-paragraph {
    max-width: 100%;
  }

  .contact-two-background-vedio-main {
    height: 400px;
  }

  .contact-three-hero {
    padding-top: 140px;
    padding-bottom: 360px;
  }

  .contact-three-contact-right {
    max-width: 100%;
  }

  .contact-three-form-wrapper {
    padding-bottom: 70px;
  }

  .contact-three-contact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .contact-three-contact-heading {
    max-width: 100%;
  }

  .contact-three-form-inner-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-three-contact {
    padding-bottom: 70px;
  }

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

  .landing-hero-text {
    font-size: 100px;
    line-height: 100px;
  }

  .landing-page-hero {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .landing-page-hero-merquee {
    display: none;
  }

  .landing-page-big-text {
    letter-spacing: 0;
    font-size: 120px;
    line-height: 100px;
  }

  .landing-page-big-text.change-font-style {
    font-size: 100px;
    line-height: 100px;
  }

  .landing-inner-page-section {
    padding-bottom: 70px;
  }

  .autofit-contain.margin-bottom-five.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .home-homepage-main-container {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-home-heading {
    padding-bottom: 40px;
  }

  .landing-page-feature-paragraph {
    max-width: 100%;
  }

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

  .home-feature-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-homepage-section {
    padding-bottom: 60px;
  }

  .home-details-heading-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .showcase-box {
    cursor: pointer;
    padding-bottom: 20px;
  }

  .landing-page-feature-heading {
    max-width: 100%;
  }

  .landing-inner-item-wrapper.chnage-padding {
    height: 250px;
  }

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

  .landing-page-header-heading {
    max-width: 100%;
  }

  .brand-ui-image.border-radius-ten.flex {
    justify-content: center;
    align-items: center;
  }

  .landing-page-business {
    max-width: 100%;
  }

  .template-details-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .landing-page-caption {
    display: none;
  }

  .landing-page-inner-heading {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .showcase-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .showcase-wrapper.change-item-quantity {
    grid-template-rows: auto;
  }

  .landing-page-cms {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-cms-wrapper {
    padding-top: 40px;
  }

  .auto-fit-5.border-radius-twentyfive.position-relative {
    z-index: 11;
    position: relative;
  }

  .auto-fit-5.border-radius-twentyfive.position-relative.responsive-image-full-width, .auto-fit-5.responsive-image-full-width, .auto-fit-5.strategy-image-two.responsive-image-full-width, .auto-fit-5.stratrgy-image-one.responsive-image-full-width, .auto-fit-5.strategy-image-three.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .landing-page-utility {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-utility-heading {
    padding-bottom: 40px;
  }

  .landing-features {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-features-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .landing-features-bottom {
    max-width: 100%;
  }

  .home-figma-button-wrapper.gap {
    flex-flow: wrap;
  }

  .landing-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .license-hero-main {
    padding-top: 40px;
  }

  .licensing-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .licencing-section {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .price-feature-wrap, .price-details-image-wrap {
    width: 100%;
  }

  .price-detaiols-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .responsive-full-width {
    width: 100%;
  }

  .price-details-card-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .ecommers-responsive {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .checkout-form {
    padding-bottom: 60px;
  }

  .chackout-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .padding-bottom.responsive-view {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .landing-page-figma {
    padding-top: 70px;
  }

  .landing-figma-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-figma-text {
    max-width: 100%;
  }

  .sub-heading-text-2.change-color-darker-green.responsive-align-center {
    text-align: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout72_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .layout3_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .testimonial20_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial20_mask {
    width: 50%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta1_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial11_component {
    flex-flow: column;
    display: flex;
  }

  .testimonial11_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .testimonial11_mask, .slider7_mask {
    width: 100%;
  }

  .slider7_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .slider7_component {
    padding-left: 0;
    padding-right: 0;
  }

  .card-row44_component {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial20_slider-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial20_mask-2 {
    width: 50%;
  }

  .auto-fit-6.border-radius-ten.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .padding-section-large-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .layout3_content-3 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial31_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial31_mask {
    width: 50%;
  }

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

@media screen and (max-width: 767px) {
  .change-padding.landspke-align-center {
    text-align: center;
  }

  .black-button-arrow.change-style.change-style-two {
    right: 36%;
  }

  .black-button-arrow.change-style.change-style-three {
    right: 37%;
  }

  .sub-heading-text.change-color-white.text-no-break.responsive-color-blue {
    color: #5840ed;
  }

  .home-one-hero-button-wrapper {
    flex-flow: wrap;
  }

  .home-one-hero {
    padding-top: 140px;
    padding-bottom: 250px;
  }

  .home-one-counter-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-one-merquee-item-one {
    width: 300px;
    padding-right: 30px;
  }

  .home-one-features-counter-item {
    border-bottom: 1px solid #7a7f86;
  }

  .home-one-features-counter-item.chnage-border-right {
    border-right-width: 0;
  }

  .home-one-features-counter-item.change-border-bottom {
    border-bottom-width: 0;
  }

  .home-one-hero-marquee {
    margin-top: -200px;
  }

  .auto-fit.border-radius-ten.landskape-image-full-width, .auto-fit.landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .home-one-service-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-four.landskape-align-center {
    text-align: center;
  }

  .home-one-testimonial-quote {
    display: none;
  }

  .home-one-testimonial-main-image {
    margin-left: 0;
  }

  .home-one-testimonial-image {
    margin-left: -40px;
    padding-left: 40px;
  }

  .home-one-testimonial-image-round {
    display: none;
  }

  .testimial-right-arrow {
    right: 30%;
  }

  .testimonial-left-arrow {
    right: 60%;
  }

  .footer-one-round {
    display: none;
  }

  .footer-one-bottom-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-one-main-wrapper {
    grid-template-columns: 1.5fr;
    padding-bottom: 60px;
  }

  .footer-one-main-wrapper.chnage-footer-style {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .navbar {
    background-color: #ddd0;
  }

  .home-two-hero-button {
    flex-flow: wrap;
  }

  .home-two-business-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-one-strategy-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-one-strategy-upper-line, .home-two-stratrgy-line {
    display: none;
  }

  .home-two-strategy-left {
    padding-top: 0;
  }

  .home-two-blog-item-image {
    width: 100%;
  }

  .home-two-blog-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-merquee {
    font-size: 32px;
    line-height: 45px;
  }

  .home-three-business-image-text {
    display: none;
  }

  .home-three-business-image-details {
    margin-right: 0;
    display: none;
  }

  .home-three-business-image-two {
    margin-top: 0;
    margin-left: 0;
  }

  .home-three-business-image-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-three-business-image-right {
    flex: 1;
    padding: 0;
  }

  .home-three-business-image {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .home-three-solution-main-wrapper {
    grid-template-columns: 1fr;
  }

  .home-three-solution-item-text {
    max-width: 100%;
  }

  .home-three-strategy-right-image {
    display: none;
  }

  .footer-three-item-three {
    flex-flow: column;
  }

  .footer-three-support-main {
    border-left-width: 0;
    padding-left: 0;
  }

  .footer-one-bottom-link-new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-three-main-wrapper {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .footer-three-link-main.change-border-bottom {
    padding-bottom: 0;
  }

  .navbar-hmabarger-button {
    width: 50px;
    height: 50px;
  }

  .nav-bar-hambarger-main {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hambarger-menu-left {
    padding-right: 15px;
  }

  .hambarger-image {
    display: none;
  }

  .hamberger-inner-container {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .hambarger-link-wrapper {
    width: 100%;
    padding-top: 60px;
  }

  .hambarger-link-item {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hambarger-cross-main {
    width: 50px;
    height: 50px;
  }

  .hambarger-cross-main.responsive-cross {
    display: flex;
  }

  .cross-one, .cross-two {
    width: 28px;
  }

  .about-one-hero {
    padding-top: 120px;
  }

  .about-one-background-vedio {
    height: 400px;
  }

  .about-one-story-right-image, .about-one-story-middle-image, .about-one-story-right-bottom {
    width: 100%;
  }

  .about-one-story-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-one-project-number {
    flex-basis: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-one-project-number.change-style {
    padding-bottom: 0;
    padding-left: 0;
  }

  .process-line {
    display: none;
  }

  .service-one-project-item-details {
    max-width: 100%;
  }

  .service-one-project-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .about-one-process {
    padding-bottom: 50px;
  }

  .about-one-process-paragraph {
    max-width: 100%;
  }

  .service-one-project-details {
    padding-top: 0;
  }

  .service-one-project-details.change-style {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-one-process-left {
    position: static;
  }

  .service-one-project-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .about-one-process-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-two-solution-item-wrapper, .about-three-value-wrapper {
    grid-template-columns: 1fr;
  }

  .about-three-business-image {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-three-business-image-conter {
    display: none;
  }

  .about-three-business-item-wrapper {
    flex-flow: column;
  }

  .about-three-business-item-wrapper.change-direction {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-three-business-image-right {
    margin-left: 0;
  }

  .about-three-business-details {
    max-width: 100%;
  }

  .about-three-process-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-three-team-wrapper {
    grid-template-columns: 1fr;
  }

  .testimial-right-arrow-new {
    right: 30%;
  }

  .testimial-right-arrow-new.change-position {
    inset: auto 25% -70px auto;
  }

  .testimonial-left-arrow-new {
    right: 60%;
  }

  .testimonial-left-arrow-new.change-position {
    inset: auto auto -70px 25%;
  }

  .about-three-testimonial {
    padding-bottom: 140px;
  }

  .about-three-testimonial-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-startegy-round-new.change-style {
    display: none;
  }

  .service-one-strategy-paragraph {
    padding-bottom: 20px;
  }

  .service-one-service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-service-heading {
    max-width: 100%;
  }

  .service-one-service-content-right {
    display: none;
  }

  .service-one-pricing-heading {
    max-width: 100%;
  }

  .service-one-pricing-top-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-big-text-main.change-style.change-font-style {
    font-size: 40px;
    line-height: 50px;
  }

  .service-two-strategy {
    padding-top: 20px;
  }

  .service-two-solution-item-details, .service-two-solution-icon {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .service-three-growth-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-three-growth-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-three-business-wrapper {
    grid-template-columns: 1fr;
  }

  .service-details-overview-plan {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-details-contact-box {
    max-width: 100%;
    margin-right: 0;
  }

  .service-details-image-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .service-details-image-overlay {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .service-three-service-main-contect {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-details-hero {
    padding-bottom: 70px;
  }

  .blog-details-main-image {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .blog-details-box-wrapper, .blog-details-image-main {
    flex-flow: column;
  }

  .blog-details-author-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-details-box-item {
    padding: 20px;
  }

  .blog-two-hero {
    padding-bottom: 70px;
  }

  .blog-two-blog-top-wrapper {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .blog-two-date-wrapper, .blog-two-date-wrapper.change-position {
    right: -3%;
  }

  .blog-two-small-line.landskape-color-blue {
    background-color: #5840ed;
  }

  .blog-two-bottom-wrapper {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .blog-three-blog-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .blog-three-blog-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-three-item-details {
    width: 100%;
  }

  .blog-three-item-paragraph {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .blog-three-item-heading {
    max-width: 100%;
  }

  .blog-three-vedio {
    height: 450px;
  }

  .play-pause-button-new {
    width: 90px;
    height: 90px;
  }

  .background-video {
    height: 500px;
  }

  .team-big-font {
    font-size: 75px;
    line-height: 100px;
  }

  .team-one-team-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-wrtapper {
    grid-template-columns: 1fr;
  }

  .team-details-hero-wrapper {
    flex-flow: column;
  }

  .responsive-display-off-2 {
    display: none;
  }

  .pricing-row-right-column, .pricing-row-right-column.price-right-column {
    flex-basis: 100%;
  }

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

  .pricing-plan-item-price-wrapper.pricing-two-change-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .pricing-two-hero-vedio {
    height: auto;
  }

  .pricing-two-hero-content {
    padding-bottom: 70px;
  }

  .pricing-two-item {
    flex-flow: column;
  }

  .pricing-two-pricing-main {
    margin-top: 0;
    padding-top: 70px;
  }

  .contact-one-big-text {
    display: none;
  }

  .contact-one-hero-image {
    padding-top: 100px;
    position: absolute;
    inset: 0%;
  }

  .contact-one-hero {
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .contact-one-text {
    position: relative;
  }

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

  .contact-one-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-two-contact-item-image {
    width: 100%;
  }

  .contact-two-contact-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-two-main-form {
    grid-template-columns: 1fr;
  }

  .contact-two-form-main-wrapper {
    padding: 30px 20px;
  }

  .contact-three-form-main {
    grid-template-columns: 1fr;
  }

  .contact-three-form-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-hero-text {
    font-size: 60px;
    line-height: 70px;
  }

  .landing-page-big-text {
    font-size: 80px;
    line-height: 70px;
  }

  .landing-page-big-text.change-font-style {
    font-size: 60px;
    line-height: 40px;
  }

  .landing-inner-item-wrapper.chnage-padding {
    height: auto;
  }

  .designer-informaiton.border-radius-ten.overflow-hidden {
    padding: 20px;
  }

  .figma-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-wrapper.border-radius-ten {
    background-position: 92%;
  }

  .showcase-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .showcase-wrapper.change-item-quantity {
    grid-template-columns: 1fr;
  }

  .home-cms-arow-text-box {
    display: none;
    right: 20px;
  }

  .landing-page-cms-heading {
    max-width: 100%;
  }

  .landing-cms-heading-main {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .landing-features-wrapper, .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;
  }

  .heading-three-new {
    font-size: 25px;
    line-height: 35px;
  }

  .style-guied-typography {
    padding-bottom: 70px;
  }

  .container-one {
    max-width: 100%;
  }

  .price-details-left-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-three-cart-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout72_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout3_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial20_card {
    padding: 1.5rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta1_content {
    grid-row-gap: 3rem;
  }

  .testimonial11_client-info {
    margin-bottom: 1rem;
  }

  .testimonial11_divider {
    display: none;
  }

  .testimonial11_slider {
    padding-bottom: 5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial11_slide, .slider7_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider7_component {
    padding-bottom: 5rem;
  }

  .slider7_arrow.left {
    right: 3.5rem;
  }

  .card-row44_card-content {
    padding: 1.5rem;
  }

  .card-row44_card {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .card-row44_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial20_slide-2 {
    padding-right: 1.5rem;
  }

  .testimonial20_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial20_mask-2 {
    width: 80%;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout3_content-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial31_mask {
    width: 80%;
  }

  .testimonial31_slide {
    padding-right: 1.5rem;
  }

  .testimonial31_card {
    padding: 1.5rem;
  }

  .testimonial31_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .testimonial21_card {
    padding: 1.5rem;
  }

  .testimonial21_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }

  h2 {
    font-size: 26px;
    line-height: 35px;
  }

  h3 {
    font-size: 22px;
    line-height: 27px;
  }

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

  h5 {
    font-size: 16px;
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 24px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  .change-padding {
    line-height: 1.2;
  }

  .change-padding.chnage-color-white {
    font-size: 2rem;
  }

  .change-padding.chnage-color-white.big-service-title {
    font-size: 2.5rem;
  }

  .change-padding.text-align-center.change-color-white {
    text-align: left;
    font-size: 1.5rem;
  }

  .change-padding.white {
    color: #fffc;
    font-size: 1rem;
    line-height: 1.2;
  }

  .black-button-arrow.change-style.change-style-two {
    right: 28%;
  }

  .black-button-arrow.change-style.change-style-three {
    right: 30%;
  }

  .sub-heading-text {
    text-align: left;
  }

  .main-container {
    max-width: 100%;
  }

  .main-container.position-relative.top-padding-large {
    padding-top: 150px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-one-hero {
    padding-bottom: 200px;
  }

  .home-one-counter-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .home-one-merquee-item-one {
    width: 250px;
  }

  .home-one-features-counter-item {
    border-right-width: 0;
  }

  .home-one-features-counter-item.change-border-bottom {
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .home-one-counter-text {
    font-size: 28px;
    line-height: 30px;
  }

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .counter.bottom.chnage-align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .counter.bottom.chnage-align-left.responsive-align-center {
    justify-content: center;
    align-items: center;
  }

  .home-one-hero-marquee {
    margin-top: -150px;
  }

  .auto-fit.image-full-width {
    flex: 1;
  }

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

  .heading-five {
    font-size: 16px;
    line-height: 26px;
  }

  .home-one-service-item {
    padding: 30px;
  }

  .heading-four {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-four.change-color-blue {
    font-size: 1.5rem;
  }

  .heading-four.service-page-title {
    font-size: 2rem;
  }

  .home-one-business-heading.overflow-hidden {
    font-size: 1.5px;
  }

  .home-one-business-image-design-two, .home-one-business-image-design {
    display: none;
  }

  .home-one-business-paragraph.overflow-hidden {
    font-size: 1rem;
    line-height: 1.2px;
  }

  .accordian-margin-top {
    font-size: 1rem;
    line-height: 1.2;
  }

  .home-one-business-popup {
    display: none;
  }

  .home-one-business-accordian-option {
    justify-content: space-between;
    align-items: center;
  }

  .chnage-color {
    color: #fffc;
  }

  .footer-one {
    padding-bottom: 70px;
  }

  .footer-one-top-heading {
    flex-flow: column;
  }

  .footer-one-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-one-bottom-utility {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .header-two-logo {
    height: 40%;
  }

  .navbar.chnage-border-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive-menu-button {
    max-width: 25px;
  }

  .responsive-menu-button.change-width {
    max-width: none;
  }

  .main-button.change-contact-button.change-width {
    width: 100%;
  }

  .home-two-banner-vedio {
    padding-top: 150px;
  }

  .home-two-about-left {
    flex-flow: column;
  }

  .home-two-about-strategy-item-heading {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-two-about-stategy-item {
    flex-flow: column;
  }

  .home-three-banner {
    display: block;
  }

  .home-three-banner-wrapper.chnage-style {
    flex-flow: column wrap-reverse;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .home-three-banner-image.change-style {
    margin-left: 0;
  }

  .home-three-banner-text-left.chnage-style {
    padding-bottom: 20px;
  }

  .heading-three {
    font-size: 22px;
    line-height: 27px;
  }

  .home-three-testimonial {
    padding-top: 70px;
    display: block;
  }

  .home-three-testimonial-main {
    flex-flow: column;
  }

  .about-one-background-vedio {
    height: 300px;
  }

  .about-one-analytics-wrapper {
    grid-template-columns: 1fr;
  }

  .wedo-button-two {
    text-align: center;
    padding-bottom: 25px;
  }

  .wedo-paragraph-main-wrapper {
    width: 100%;
  }

  .home-four-wedo-button-container {
    justify-content: space-around;
    width: 100%;
  }

  .wedo-button-one {
    text-align: center;
    padding-bottom: 25px;
  }

  .wedo-paragraph-two-box, .wedo-paragraph-one-box {
    width: 100%;
  }

  .pricing-heading-six {
    font-size: 1.16rem;
    line-height: 1.3rem;
  }

  .service-one-project-number {
    border-right-width: 0;
    flex-basis: auto;
  }

  .service-one-project-item.remobe-border.change-style {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .about-two-team-wrapper {
    grid-template-columns: 1fr;
  }

  .about-two-team {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .about-three-value-item-logo {
    padding-bottom: 20px;
  }

  .about-three-value-item-heading {
    padding-bottom: 10px;
  }

  .about-three-service-popup {
    flex: 1;
  }

  .service-two-hero {
    padding-top: 70px;
  }

  .footer-big-text-main.change-style.change-font-style {
    font-size: 2.8rem;
    line-height: 1.2;
    inset: 0% auto;
  }

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

  .service-details-hero-heading {
    padding-bottom: 40px;
  }

  .service-details-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-details-overview-image {
    max-width: 100%;
  }

  .service-details-overview-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .service-details-contact-box {
    margin-left: 0;
  }

  .service-details-image-main, .service-details-overview-right {
    max-width: 100%;
  }

  .blog-one-blog-author-wrapper {
    flex-flow: wrap;
  }

  .blog-two-date-wrapper, .blog-two-date-wrapper.change-position {
    right: -6%;
  }

  .team-big-font {
    font-size: 50px;
    line-height: 80px;
  }

  .auto-fit-new {
    height: auto;
  }

  .team-one-team-main-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-four-new {
    font-size: 18px;
    line-height: 28px;
  }

  .pricing-plan-item-price-wrapper.pricing-two-change-style {
    justify-content: center;
    align-items: center;
  }

  .pricing-two-main-item {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-two-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-one-form-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-two-contact-item {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .contact-three-contact-wrapper-main {
    grid-template-columns: 1fr;
  }

  .landing-hero-text {
    font-size: 40px;
    line-height: 50px;
  }

  .landing-page-big-text {
    font-size: 50px;
    line-height: 40px;
  }

  .landing-page-big-text.change-font-style {
    font-size: 40px;
    line-height: 40px;
  }

  .home-homepage-main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-figme-text-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

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

  .figma-wrapper.border-radius-ten {
    background-position: 0%;
    padding: 80px 30px 23px;
  }

  .landing-page-home-image-wrapper {
    max-height: 350px;
  }

  .home-cms-arow-text-box {
    display: none;
  }

  .passwod-form-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 0;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .password-form-input {
    border-color: var(--body-color);
    border-radius: 100px;
  }

  .style-guied-color-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-three-new {
    font-size: 24px;
    line-height: 34px;
  }

  .price-feature-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
  }

  .price-feature-text-wrap {
    flex-flow: column;
  }

  .price-details-card-grid {
    margin-top: 20px;
  }

  .price-details-left-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-three-cart-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .landing-figma-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-four-2 {
    font-size: 1.5rem;
    line-height: 28px;
  }

  .heading-four-3 {
    font-size: 18px;
    line-height: 28px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout3_image {
    width: 70%;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout3_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .padding-section-large-2 {
    padding-bottom: 2rem;
  }

  .layout3_content-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .testimonial20_mask {
    width: 95%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_content, .cta1_content {
    grid-template-columns: 1fr;
  }

  .card-row44_card-content {
    padding-left: 0;
    padding-right: 0;
  }

  .card-row44_component {
    grid-template-columns: 1fr;
  }

  .services-wrapper-1 {
    flex-flow: column;
  }

  .testimonial20_mask-2 {
    width: 95%;
  }

  .padding-section-large-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layout3_content-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout3_image-wrapper-3 {
    display: none;
  }

  .auto-fit-7.image-full-width {
    flex: 1;
  }

  .szechenyi-palyazat-logo-link {
    bottom: 2%;
    right: 2%;
  }

  .image-14 {
    border-radius: 7px;
    width: 100px;
  }

  .palyazat-wrapper {
    flex-flow: column;
    display: flex;
  }

  .image-15 {
    position: static;
  }

  .testimonial31_mask {
    width: 95%;
  }

  .testimonial21_card {
    width: 300px;
    min-width: 250px;
  }
}

#w-node-cca2d575-ce9f-1b1b-e6c3-2f6a34fda5dc-34fda5d8, #w-node-cca2d575-ce9f-1b1b-e6c3-2f6a34fda5df-34fda5d8, #w-node-_9d21eb33-e3df-a888-924b-91894267311c-34fda5d8 {
  place-self: center;
}

#w-node-c911e5ac-8ada-f4b0-e147-e3ee5a46ef61-d49ed96f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cbdb-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cbdd-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cbdf-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cbe7-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cbf2-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cbfd-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc0d-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc0e-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc0f-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc15-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc16-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc17-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc1d-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc1e-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc1f-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc25-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc26-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc27-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc2d-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc2e-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc2f-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc35-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc36-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc37-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc3d-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc3e-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc3f-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc45-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc46-d49ed974, #w-node-a5ff5732-cf8d-3b2a-d122-5a3d9d23cc47-d49ed974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2b5242d-2546-999c-c934-d4d02a5c1f50-2a5c1f4c, #w-node-a2b5242d-2546-999c-c934-d4d02a5c1f53-2a5c1f4c, #w-node-a2b5242d-2546-999c-c934-d4d02a5c1fde-2a5c1f4c {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9fcd4787-34d8-6ab6-95fd-61f66d35c0e4-6d35c0d9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-cca2d575-ce9f-1b1b-e6c3-2f6a34fda633-34fda5d8 {
    place-self: center end;
  }

  #w-node-f6c28989-5713-1249-86d5-d0805f8defb9-d49ed969 {
    justify-self: start;
  }

  #w-node-_4b077c46-65a0-9b23-5636-498bf8677bf2-f8677bcd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a2b5242d-2546-999c-c934-d4d02a5c1fa7-2a5c1f4c {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fcd4787-34d8-6ab6-95fd-61f66d35c0e4-6d35c0d9, #w-node-_4b077c46-65a0-9b23-5636-498bf8677bf2-f8677bcd {
    grid-column-end: 2;
  }

  #w-node-c911e5ac-8ada-f4b0-e147-e3ee5a46ef61-d49ed96f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format('truetype'), url('../fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/EBGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-ExtraBold.ttf') format('truetype'), url('../fonts/EBGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}