:root {
  --body-color: #0f0d25;
  --body-font: #cac7cf;
  --deep-pink: #f64986;
  --slate-blue: #5f54f1;
  --dark-slate-blue: #434159;
  --light-grey: #cbcbcb38;
  --border-color-dark: #363447;
}

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--body-color);
}

h1 {
  color: #fff;
  letter-spacing: -.03rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 5.3125rem;
  font-weight: 600;
  line-height: 5.9375rem;
}

h2 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 4.0625rem;
}

h3 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.9375rem;
  font-weight: 600;
  line-height: 3.5625rem;
}

h4 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
}

h5 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h6 {
  color: #fff;
  letter-spacing: -.01rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

p {
  color: var(--body-font);
  letter-spacing: -.01rem;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

ul {
  color: var(--body-font);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.3rem;
}

blockquote {
  color: #fff;
  border-left: 1px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2rem;
}

.email {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 5px 2px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  transform: rotate(-90deg);
}

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

.nav-icon-bar {
  background-color: #fff;
  border-radius: 5px;
  width: 35px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.nav-icon-wrapper {
  border-bottom: 1px #3a3850;
  border-right: 1px solid #3a3850;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 145px;
  display: flex;
}

.nav-icon-bar-middle {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.social-links-wrapper {
  background-color: #0f0d25;
  border-top: 1px solid #3a3850;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 820px;
  display: flex;
}

.nav-icon {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 35px;
  display: flex;
}

.navbar-main-wrapper {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  min-height: 145px;
  display: flex;
}

.middle-menu {
  position: relative;
}

.cart {
  border-left: 1px solid #3a3850;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 145px;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  background-color: #312a4f;
  border-radius: 6px;
  padding: 17px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  display: none;
}

.text-block.vertical-animation-second-element {
  position: absolute;
  inset: 100% 0% auto;
}

.text-block.home-three-dropdown-menu {
  font-family: Urbanist, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.text-block.is-color {
  color: #0c0c0c;
}

.cart-button {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}

.cart-quantity {
  color: #fff;
  background-color: #df4b97;
  margin-top: -8px;
  margin-left: 0;
  margin-right: -5px;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.next-cloud {
  position: relative;
}

.next-cloud.margin-left-auto {
  margin-right: auto;
}

.next-cloud.margin-left-auto.navbar-one-logo {
  margin-left: 10px;
}

.banner-image {
  background-image: linear-gradient(to right, #f1498b36, #5e54f336), url('../images/Banner-Image.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  flex: 1;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

.no-margin.margin-bttom-sixty {
  margin-bottom: 60px;
}

.no-margin.margin-bttom-sixty.text-color-white {
  color: #fff;
}

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

.no-margin.padding-bottom-twenty.text-color-white {
  color: #fff;
}

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

.no-margin.text-align-center.text-color-white {
  color: #fff;
}

.no-margin.banner-one-text {
  color: #fff;
  max-width: 597px;
}

.no-margin.is-color {
  color: #000;
}

.no-margin.text-color-white {
  color: #fff;
}

.wave {
  background-image: url('../images/thumb.webp');
  background-position: 100% 62%;
  background-repeat: no-repeat;
  background-size: 87px;
  padding-right: 94px;
}

.colored-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #f74986, #5e54f3);
  -webkit-background-clip: text;
  background-clip: text;
}

.colored-text.font-style-change {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.mask-animated-link {
  position: relative;
  overflow: hidden;
}

.mask-animated-link.dropdown {
  background-image: none;
}

.mask-animated-link.dropdown.padding-twenty {
  padding-left: 20px;
  padding-right: 20px;
}

.animate-to-top {
  position: relative;
}

.brand-icon-block {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: absolute;
  inset: auto 17% 10% auto;
  overflow: hidden;
}

.brand-icon-block.service-more-button {
  width: 124px;
  height: 124px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0%;
}

.brand-icon-block.service-more-button.contact-one {
  position: relative;
  inset: 30% 0% auto;
}

.brand-icon-block.home-page-one {
  text-decoration: none;
}

.wrapper-icon {
  border-radius: 100px;
}

.wrapper-text {
  width: auto;
  height: auto;
  position: absolute;
}

.brand-icon-box {
  color: #cac7cf;
  text-decoration: none;
}

.description.more-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.description.max-width-description {
  max-width: 535px;
  margin-bottom: 20px;
}

.description.margin-zero {
  color: #cac7cf;
}

.max-width-twelve-ninety {
  max-width: 1100px;
}

.max-width-twelve-ninety.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-title-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 605px;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.section-title-block.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.margin-auto.text-align-center {
  text-align: center;
  background-image: none;
}

.brand-count {
  color: #605d69;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 700;
}

.heading-two-block {
  max-width: 739px;
}

.heading-two-block.padding-bottom-twenty-five.brand-title-margin {
  max-width: 443px;
}

.heading-two-block.margin-bottom-sixty.overflow-hidden {
  overflow: hidden;
}

.heading-two-block.margin-bottom-sixty.overflow-hidden.max-width-change {
  max-width: 590px;
  margin-bottom: 40px;
}

.heading-two {
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 4.0625rem;
}

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

.brand-btn-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-btn-block.margin-top-fourty {
  margin-top: 40px;
}

.brand-section {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/blue-glow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.brand-container {
  background-image: url('../images/brand-stroke.svg');
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1618px;
}

.brand-image {
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: -70px;
}

.brand-image.auto-fit {
  height: auto;
}

.more-icon {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-top: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-hover {
  grid-column-gap: 50px;
  border: 1px solid #2a2044;
  border-radius: 10px;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}

.brand-hover:hover {
  z-index: 2;
  position: relative;
  transform: translate(0);
}

.brand-image-block {
  width: 19%;
  position: relative;
}

.brand-caption-block-inner {
  display: inline-block;
}

.brand-caption-block {
  width: 57%;
  padding-left: 50px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.max-width-creative-heading {
  max-width: 492px;
}

.hero-wrapper {
  background-color: #0f0d25;
  position: relative;
}

.nav-icon-bar-bottom {
  background-color: #fff;
  border-radius: 5px;
  width: 30px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.button-link {
  grid-column-gap: 11px;
  color: #fff;
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  border-radius: 6px;
  align-items: center;
  padding: 20px 30px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-link.button-two {
  color: #fff;
  background-image: linear-gradient(90deg, #e54a9273, #6c52e873);
  border-radius: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-link.button-two:hover {
  color: #fffffd;
}

.button-link.button-two.dark-bg {
  background-color: #251a44;
  background-image: none;
}

.button-link.button-two.background-color-change {
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
}

.button-link.button-two.background-color-change.send-button {
  padding-left: 50px;
  padding-right: 50px;
}

.button-link.button-two.is-background {
  background-image: linear-gradient(#fff, #fff);
}

.button-link.flex-center.padding-change-for-checkout {
  padding-top: 14px;
  padding-bottom: 14px;
}

.button-link.landing-navbar-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.creative-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-six {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}

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

.heading-six.text-color-white.text-decoration-none {
  text-decoration: none;
}

.heading-six.text-color-white.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-six.text-color-white.portfolio-name {
  font-size: 1.5rem;
}

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

.heading-six.text-color-white.margin-bottom-twenty-five {
  margin-bottom: 25px;
}

.heading-six.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.heading-six.is-color {
  color: #000;
  text-decoration: none;
}

.creative-options-image-block-inner {
  background-color: #d9d9d933;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 66px;
  height: 66px;
  display: flex;
}

.heading-block.padding-bottom-ten {
  font-family: Urbanist, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

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

.main-block.project-block {
  grid-row-gap: 0px;
  background-image: url('../images/project-stroke.svg');
  background-position: 100% 82%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-block.interest-block {
  background-image: url('../images/interest-bg.webp');
  background-size: cover;
  border-radius: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 60px;
  overflow: hidden;
}

.main-block.interest-block.home-one-cta {
  background-image: url('../images/Cta-background.webp');
  background-position: 50%;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.main-block.interest-block.is-background {
  background-image: none;
}

.main-block.interest-block.is-background.is-padding {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.main-block.sticky {
  z-index: 3;
  position: sticky;
  top: 0;
}

.main-block.sticky.two.flex-align-chamge, .main-block.sticky.flex-align-change {
  align-items: stretch;
}

.main-block.sticky.two {
  z-index: 3;
  background-color: #0f0d25;
}

.main-block.sticky.two.flex-align-chamge {
  align-items: stretch;
}

.creative-options-caption-col {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}

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

.flex-box.margin-bottom-thirty-four {
  margin-bottom: 25px;
}

.overlay-img {
  transform-origin: 50% 0;
  background-image: linear-gradient(to right, #f1498b36, #5e54f336);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.creative-image-block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.creative-image-block.full-width-image {
  width: 50%;
}

.creative-image-block.full-width-image.no-radius {
  border-radius: 0;
}

.creative-flex {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  background-image: url('../images/creative-glow.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.creative-flex.justify-start {
  justify-content: flex-start;
}

.creative-flex.justify-start.home-creative {
  grid-column-gap: 110px;
  background-image: url('../images/purple-glow.webp'), url('../images/Contact-glow.svg');
  background-position: 50%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 590px, 771px;
  padding-bottom: 0;
}

.creative-flex.justify-start.home-creative.no-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.creative-flex.solution {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-bottom: 0;
}

.creative-flex.solution.margin-bottom-fourty.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}

.creative-flex.solution.sticky {
  position: sticky;
  top: 0;
}

.creative-flex.solution.sticky.body-background-color {
  background-color: var(--body-color);
  background-color: #0f0d25;
}

.creative-flex.justify-end {
  grid-column-gap: 110px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
}

.creative-flex.justify-end.home-creative {
  padding-bottom: 0;
}

.case-study-left-side {
  max-width: 548px;
  padding-top: 60px;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.case-study-left-side.margin-bottom-ten {
  margin-bottom: 10px;
}

.case-study-details-section {
  background-color: var(--body-color);
  color: var(--body-font);
  padding: 170px 15px 30px;
}

.service-column {
  flex: 1;
  width: 40%;
  display: block;
  position: relative;
}

.service-column.case-study-one {
  flex: 0 auto;
  padding-top: 100px;
}

.service-column.case-study-two {
  flex: 0 auto;
  width: 60%;
}

.service-column.service-header {
  flex: 0 auto;
  width: 41%;
  padding-top: 0;
}

.case-details {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.solution-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.design-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.design-details-right.design-details-right-one {
  height: auto;
}

.design-details-teaser {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: none;
  display: flex;
}

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

.text-color-white.margin-top-zero {
  margin-top: 0;
  margin-bottom: 10px;
}

.text-color-white.cta-paragraph {
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-contents {
  width: 80%;
}

.tab-contents.design-card-col {
  justify-content: center;
  width: 100%;
  display: flex;
}

.posibilities {
  background-image: url('../images/pic1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 100%;
  min-height: 925px;
  margin-bottom: 20px;
  position: sticky;
  top: 148px;
  overflow: hidden;
}

.posibilities.active {
  z-index: 0;
  top: 0;
}

.posibilities.active.design-card-block {
  border-width: 0;
}

.design-column {
  flex: 1;
  display: block;
  position: relative;
}

.tab-card.one {
  grid-column-gap: 45px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 585px;
  display: flex;
}

.tab-card.one.max-width-change {
  max-width: 770px;
}

.tab-container-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pic2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 925px;
  padding-left: 13%;
  padding-right: 13%;
  display: flex;
  overflow: hidden;
}

.tab-container-two.design-page-caption {
  justify-content: center;
  padding: 50px 60px;
  position: relative;
}

.heading-four {
  color: #fff;
  letter-spacing: -.01rem;
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
}

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

.heading-four.text-color-white.max-width {
  max-width: 509.406px;
}

.tab-container-one {
  justify-content: center;
  align-items: center;
  min-height: 925px;
  padding: 50px 60px;
  display: flex;
  overflow: hidden;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.project-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.project-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image-block.padding-bottom-twenty-two {
  padding-bottom: 22px;
  position: relative;
}

.project-icons-shape {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  position: absolute;
}

.project {
  background-color: var(--body-color);
  background-image: url('../images/project-glow-two.webp'), url('../images/circle-stroke-texture.webp');
  background-position: 1%, 2% 7%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 569px 569px;
  padding: 90px 15px 120px;
}

.project-icons {
  position: relative;
}

.project-col {
  background-color: #18102f80;
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 33.3%;
  padding: 50px;
}

.project-col.text-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--body-font);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.victory-sign-background {
  background-image: url('../images/✌️.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 89%;
  padding-right: 60px;
}

.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.tag {
  color: #c4bfcb;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.contact-email {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-email.footer-three-contact {
  grid-column-gap: 64px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.social-link {
  z-index: 1;
  grid-column-gap: 10px;
  align-items: center;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.radiant {
  color: #fff;
  text-decoration: none;
}

.contact-link {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
}

.contact-link.font-size-change {
  font-size: 1.8rem;
}

.heading-col {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.thumb-icon-block {
  position: absolute;
  top: -30px;
  right: -30px;
}

.details-col {
  width: 30%;
}

.interest-flex {
  grid-column-gap: 165px;
  grid-row-gap: 165px;
  align-items: center;
  max-width: 1097px;
  display: flex;
}

.interest-flex.is-width {
  width: 100%;
  max-width: 1290px;
}

.email-link {
  color: #fff;
  text-decoration: none;
}

.interest {
  background-color: var(--body-color);
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px;
}

.interest.pricing-one-cta {
  padding-top: 165px;
  padding-bottom: 165px;
}

.details-block {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
}

.details-block.contact-details-block {
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

.details-block.is-background {
  background-color: #e8e8e8a1;
}

.style-text {
  margin-bottom: -42px;
}

.style-text.margin-bottom-change {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-design-count {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#443d5a, #0f0726);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 22px;
  font-family: Urbanist, sans-serif;
  font-size: 9.375rem;
  font-weight: 600;
  line-height: 5rem;
}

.navbar-one {
  background-color: var(--body-color);
}

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

.heading-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 65px;
  display: flex;
}

.ipad-screen {
  z-index: 1;
  border-radius: 10px;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-mockup {
  position: relative;
}

.ipad-shape {
  width: 100%;
  position: relative;
}

.ipad-shape.auto-fit {
  height: auto;
}

.tablet-animation {
  z-index: 2;
  position: relative;
}

.container-video {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.tablet-wrap {
  perspective: 1000px;
}

.section-scroll-animation {
  background-color: var(--body-color);
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 100% 100%, 12% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 47%, 47%;
  padding-top: 100px;
  overflow: hidden;
}

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

.result-container {
  max-width: 1290px;
}

.result-main-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.result-heading-wrapper {
  grid-column-gap: 55px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.result-heading-wrapper.service-card-header {
  align-items: flex-start;
  max-width: 541px;
}

.span-background {
  background-image: url('../images/pic.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 82px;
}

.canvas-wrap {
  z-index: 9999;
  background-color: #0f0d25;
  width: 425px;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0 auto 0 0;
  overflow: auto;
}

.close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
}

.gallery-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.canvas-description {
  padding-top: 38px;
  padding-bottom: 30px;
}

.single-image {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.canvas-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 107px 55px;
  display: flex;
}

.talk-text-block {
  height: 30px;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  overflow: hidden;
}

.navbar.navbar-three-position {
  background-color: var(--body-color);
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.landing-navbar-main-section {
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.talk-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.talk-link.decoration-none {
  justify-content: center;
  width: 171px;
  text-decoration: none;
}

.nav-link-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-top: 8%;
  margin-bottom: 8%;
  text-decoration: none;
  display: flex;
}

.nav-link-main.nav-five {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-link-main.nav-one {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.nav-link-main.nav-three, .nav-link-main.nav-six, .nav-link-main.nav-two {
  margin-top: 0%;
  margin-bottom: 0%;
  transition: opacity .2s;
}

.right-side-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-side-header.nav-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.nextcloud-logo-home-two {
  justify-content: flex-end;
  width: 240px;
  display: flex;
}

.nextcloud-logo-home-two.navbar-three {
  width: auto;
}

.talk-image-block {
  background-color: #403858;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46px;
  height: 46px;
  display: flex;
}

.page-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.talk-text {
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
}

.right-nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  max-width: 1615px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vw;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
}

.nav-container.nav-three {
  max-width: 1615px;
}

.nav-container.landing-navbar-container {
  max-width: 1290px;
}

.result-box-content {
  z-index: 1;
  grid-row-gap: 16px;
  color: var(--body-font);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 20px 40px 40px;
  display: flex;
  position: relative;
}

.arrow-link {
  cursor: pointer;
  border: 1px solid #cac7cf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .45s;
  display: flex;
}

.arrow-link.fifty-px {
  min-width: 50px;
  height: 50px;
}

.arrow-link.fifty-px.is-background {
  background-color: #fff;
  border-width: 0;
}

.arrow-link.about-banner {
  width: 126px;
  height: 126px;
  text-decoration: none;
}

.marquee-text {
  overflow: hidden;
}

.section-marquee {
  background-color: #251a44;
}

.container {
  flex-direction: column;
  max-width: none;
}

.list-one {
  align-self: center;
  list-style-type: none;
}

.solution-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #443c5e;
  padding-top: 15px;
  padding-bottom: 23px;
  display: flex;
}

.solution-wrapper.margin-bottom-thirty.border-zero {
  border-bottom-style: none;
  padding-bottom: 0;
}

.pagination {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.left-tab-navigation {
  align-items: center;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.creative-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 553px;
  display: flex;
}

.creative-caption-wrapper.padding-left-fifteen {
  padding-left: 15px;
}

.creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
  max-width: 568px;
  max-height: 80vh;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}

.creative-caption-wrapper.padding-bottom-thirty {
  padding-bottom: 30px;
}

.home-two-service-section {
  background-color: var(--body-color);
  color: var(--body-font);
  padding-top: 140px;
}

.overlay {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay.light-grey {
  background-color: #0f0726;
}

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

.check-box {
  width: 25px;
  height: 35px;
}

.future-image {
  object-fit: cover;
}

.future-image.auto-fit {
  height: auto;
}

.page-link {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.page-link.w--current {
  text-decoration: none;
}

.check {
  width: 20px;
}

.page-number {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
}

.side-navbar {
  min-width: 150px;
}

.home-two-service-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.overlay-two {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #0f0726;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-two.light-grey {
  background-color: #0f0726;
}

.future-image-container {
  min-width: 240px;
  max-width: 680px;
}

.case-study-teaser {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.case-study-text {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: sticky;
  top: 156px;
  overflow: hidden;
}

.case-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.case-details-right.case-details-right-one {
  height: auto;
}

.service-details-grid {
  grid-column-gap: 100px;
  background-image: url('../images/Dotted.svg');
  background-position: 0 75%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  display: flex;
}

.service-details-grid.is-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.services {
  grid-column-gap: 60px;
  background-color: #19173299;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 45px 60px 40px;
  display: flex;
}

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

.services.border-radius-ten.is-background {
  background-color: #e8e8e8;
}

.service-content-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 376px;
  display: flex;
}

.service-heading {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.heading-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.thumb-text {
  background-color: #d9d9d940;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.victory {
  font-size: 20px;
}

.body-font {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font.text-color-white {
  color: #fff;
}

.body-font.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.body-font.text-color-white.underline-off {
  text-decoration: none;
}

.team-one-extended-container {
  background-color: var(--body-color);
  max-width: 100vw;
  margin-bottom: 2.4rem;
}

.team-one-extended-container.text-align-center {
  text-align: center;
}

.team-one-block {
  background-image: url('../images/purple-glow.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-projects-holder {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 50px;
  overflow: hidden;
}

.hero-project-container {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.no-underline {
  cursor: pointer;
  text-decoration: none;
}

.home-two-footer-social-link-block {
  cursor: pointer;
  align-items: center;
  margin-left: 1.5rem;
  text-decoration: none;
  display: flex;
}

.home-two-footer-social-link-block.team-one-social-icon {
  margin-left: .6rem;
  margin-right: .6rem;
}

.footer-two-social-img {
  filter: invert(80%);
}

.footer-two-social-img.home-three-footer-social-icon {
  filter: invert(0%);
}

.hero-project-holder {
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.hero-project-holder.one {
  max-width: 20vw;
  padding-top: 5rem;
  padding-right: 1rem;
}

.hero-project-holder.two {
  max-width: 30vw;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-project-holder.three {
  max-width: 20vw;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-project-holder.four {
  max-width: 30vw;
  padding-left: 1rem;
}

.hero-project-thumbanil {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.team-one-img {
  height: auto;
}

.team-one-img.border-radius-ten {
  border-radius: 10px;
}

.team-one-img.border-radius-ten.fill-cover {
  object-fit: cover;
  height: 100%;
}

.team-one-designation {
  opacity: 1;
  color: #fff;
}

.team-one-designation.body-small-text.font-size-change {
  text-align: center;
  font-size: .9rem;
  line-height: 1.5rem;
}

.team-name-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-project-hover-holder {
  z-index: 2;
  opacity: 0;
  mix-blend-mode: normal;
  background-image: linear-gradient(#f3498999, #6853eb99);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  top: 60%;
  overflow: hidden;
}

.hero-project-hover-holder.one {
  top: 63%;
}

.hero-project-hover-holder.two {
  width: 270px;
  height: 270px;
  top: 61%;
}

.hero-project-hover-holder.three {
  top: 60%;
}

.hero-project-hover-holder.four {
  width: 259px;
  height: 259px;
  top: 65%;
}

.home-three-footer-social {
  align-items: center;
  display: flex;
}

.team-one-name {
  opacity: 1;
  color: #fff;
  margin-top: .625rem;
  margin-bottom: 1rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.team-one-name.small-name {
  font-size: 1rem;
}

.testimonial-providing-left {
  flex: 0 auto;
  max-width: 650px;
  position: relative;
}

.star-img {
  height: auto;
  margin-bottom: 2.5rem;
}

.we-provide-img-block {
  width: 512px;
  height: auto;
}

.we-provide-img {
  margin-right: 45px;
}

.we-provide-img.auto-fit {
  height: auto;
}

.hidden-left-arrow {
  display: none;
}

.slide-nav {
  padding-top: 0;
  padding-bottom: 5rem;
  padding-left: 3.75rem;
  font-size: 11px;
  display: flex;
}

.about-one-quote-slider {
  color: #000;
  background-color: #18162f;
  background-image: url('../images/quote-icon.svg');
  background-position: 95% 86%;
  background-repeat: no-repeat;
  background-size: 23%;
  height: 430px;
  margin-top: -330px;
  margin-left: 9.0625rem;
  padding-top: 3.75rem;
  padding-left: 3.75rem;
  padding-right: 3.4rem;
}

.hidden-right-arrow {
  display: none;
}

.team-two-process-block-left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 499px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.team-two-process-block-right {
  flex: 1;
  max-width: 1150px;
}

.team-two-process-block-right.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.team-two-step-section {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-process {
  perspective: 600px;
  padding-bottom: 1px;
}

.spiral-arrow-block {
  justify-content: center;
  align-items: flex-end;
  margin-top: 2.5rem;
  display: flex;
}

.spiral-arrow-block.team-details-spiral {
  flex-direction: column;
  margin: 0 auto 250px;
  display: block;
}

.service-step-number {
  color: #686677;
  font-size: 5rem;
}

.service-step-info {
  flex: 1;
  padding: 3.5rem 8%;
}

.image-height-auto {
  height: auto;
}

.team-two-work-process-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lower-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #383a41;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.upper-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s-card-block {
  z-index: 2;
  position: relative;
}

.s-card-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-card-text.two {
  max-width: 433px;
}

.s-card-text.one {
  max-width: 210px;
}

.s-card-text.three {
  max-width: 241px;
}

.card-circle {
  z-index: 1;
  background-image: linear-gradient(to right, #f6498680, #5f54f180);
  border-radius: 100%;
  width: 10%;
  height: 10%;
  position: absolute;
  inset: -15% -15% auto auto;
}

.service-card {
  border-top: 1px solid #383a41;
  border-left: 1px solid #383a41;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card.service-card-two {
  justify-content: flex-start;
  height: 310px;
}

.wave-icon-wrapper {
  background-color: #ffffff29;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.home-three-clients-main-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.clients {
  width: 250%;
  display: flex;
  overflow: hidden;
}

.clients-marque {
  align-items: stretch;
  display: flex;
}

.client-image {
  border: 1px solid #3a3850;
  border-left-style: none;
  padding: 60px 100px;
}

.marquee-overlay {
  background-image: linear-gradient(to right, #0f0d25, #0000);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-overlay.right {
  background-image: linear-gradient(270deg, #0f0d25 8%, #0000);
  inset: 0% 0% 0% auto;
}

.review-main-wrapper {
  grid-row-gap: 30px;
  background-color: #191732;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
}

.testimonial {
  background-image: url('../images/purple-glow.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 160px;
  padding-left: 15px;
  overflow: hidden;
}

.testimonial-text-wrapper {
  max-width: 499px;
}

.padding-right-twenty {
  padding-right: 20px;
}

.padding-right-twenty.background-image {
  background-image: url('../images/line.svg');
  background-position: 100% 15%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 21px;
}

.margin-left-fourty {
  margin-right: 40px;
}

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

.mask {
  width: 23%;
  left: 10px;
  overflow: visible;
}

.slide-pagination {
  display: none;
}

.testmonial-slider {
  width: 100%;
  height: auto;
  position: relative;
}

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

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.about-user {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.right-arrow {
  inset: -34% 13% auto auto;
  overflow: visible;
}

.testmonial-heading {
  width: 75%;
  max-width: 1100px;
}

.slider-overlay {
  background-image: linear-gradient(to right, #0f0d25, #0000);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-overlay.right-slider {
  z-index: 1;
  background-image: linear-gradient(270deg, #0f0d25, #0000);
  inset: 0% 0% 0% auto;
}

.slider-overlay.left-slider {
  z-index: 1;
  background-image: linear-gradient(to right, #0f0d25, #0000);
}

.testimonial-main-wrapper {
  grid-row-gap: 65px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-arrow {
  margin-right: 80px;
  inset: -34% 13% auto auto;
  overflow: visible;
}

.social-media-icon {
  transition: transform .45s;
}

.social-media-icon:hover {
  transform: scale(.9);
}

.footer-information-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-information-wrapper.footer-three-info {
  flex: 0 auto;
  min-width: 273px;
}

.footer-two {
  background-color: var(--body-color);
  background-image: url('../images/blue-glow.webp');
  background-position: 100% -9%;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-bottom-main-wrapper {
  grid-column-gap: 25px;
  border-top: 1px solid #2e2c41;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer-bottom-main-wrapper.footer-three-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.quick-links {
  grid-column-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.radiant-templates {
  color: #fff;
  text-decoration: none;
}

.footer-text {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 489px;
  display: flex;
}

.footer-text.footer-three-text {
  max-width: 413px;
}

.infromation {
  display: flex;
}

.infromation.align-center {
  grid-column-gap: 20px;
  align-items: center;
}

.infromation.align-top {
  grid-column-gap: 20px;
  align-items: flex-start;
}

.footer-two-main-wrapper {
  grid-column-gap: 160px;
  justify-content: space-between;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.footer-two-main-wrapper.footer-three {
  grid-column-gap: 50px;
  background-color: #0f0d2500;
  background-image: none;
  align-items: flex-start;
}

.line-height {
  flex: none;
  line-height: 2rem;
}

.social-icons {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons.flex-align-left {
  justify-content: flex-start;
}

.social-icons.flex-align-left.flex-gap-change {
  grid-column-gap: 25px;
}

.footer-bottom-container {
  max-width: 1618px;
}

.footer-two-container {
  max-width: 1290px;
}

.body-small-text {
  color: #cac7cf;
  letter-spacing: .01rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.body-small-text.font-success {
  color: #fff;
  font-size: .9rem;
}

.body-small-text.decoration-none {
  text-decoration: none;
}

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

.body-small-text.text-color-white.remove {
  font-size: 1rem;
  font-weight: 500;
}

.body-small-text.cart-line-height {
  line-height: 1.8rem;
}

.body-small-text.location {
  max-width: 223px;
}

.body-small-text.is-color {
  color: #000;
}

.contact-info {
  text-decoration: none;
}

.footer-two-tag {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.review-section {
  padding: 170px 15px 100px;
}

.review-container {
  max-width: 1430px;
}

.review-wrapper {
  grid-column-gap: 103px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-card-heading {
  grid-column-gap: 170px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  display: flex;
}

.service-card-heading.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mrq-container-three {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee {
  flex: none;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.marquee-texts {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.mrq-train-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.marquee-container-two {
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.marquee-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.marquee-container.one {
  margin-top: 0;
}

.marquee-container.two {
  justify-content: flex-end;
  margin-top: 0;
}

.marquee-slider {
  background-color: #251a44;
}

.marquee-slider.two {
  background-color: #0000;
  background-image: linear-gradient(to right, #f94969, #5c54f5);
}

.home-three-awards-devider {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.awards-col-three {
  justify-content: center;
  align-items: center;
  display: flex;
}

.awards-hover-img-block {
  z-index: -1;
  width: 228px;
  position: absolute;
  inset: -55px -3% 0% auto;
}

.awards-col-one {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.home-two-awards-block {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.margin-right-thirty {
  margin-right: 20px;
}

.thumb-background-text {
  background-image: url('../images/Thumb-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 79px;
}

.author-details {
  border-right: 1px solid #e7e7e74d;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.post {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}

.post.small-text {
  font-size: 1.125rem;
}

.post.text-color-white {
  color: #fff;
}

.artical {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 688px;
  margin-left: 60px;
  display: flex;
}

.date-and-time {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.categories {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-category {
  color: #fff;
  background-color: #251a44;
  padding: 1px 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.blog-arrow-link {
  border: 1px solid #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .45s;
  display: flex;
}

.blog-arrow-link:hover {
  background-color: #251a44;
  border-style: none;
}

.service-card-max-width {
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 110px;
  display: flex;
}

.service-card-details {
  background-color: #0f0d25;
  width: 100%;
  max-width: 1264px;
  margin-left: auto;
}

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

.button-wrapper.align-left {
  justify-content: flex-start;
}

.button-wrapper.margin-top-hundred {
  margin-top: 100px;
}

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

.margin-bottom-thirty.portfolio-two-card {
  position: relative;
}

.margin-bottom-thirty.portfolio-two-card.overflow-hidden {
  overflow: hidden;
}

.margin-bottom-thirty.portfolio-two-card.overflow-hidden.border-radius-six {
  border-radius: 6px;
}

.full-width {
  width: 100%;
}

.home-three-vdo-btn {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.home-three-vdo-btn.video-circle {
  background-color: #fff;
  border-style: none;
  width: 91px;
  height: 91px;
}

.big-image-slide {
  transform-origin: 0%;
  background-color: #fff;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.big-image-slide.left-side {
  background-color: #0f0d25;
}

.big-image-slide.right-side {
  transform-origin: 100%;
  background-color: #0f0d25;
  left: auto;
  right: 0%;
}

.stretching-img-section {
  width: 100%;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-scroll {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  transition: opacity .3s;
}

.lightbox-scroll.no-padding {
  padding: 0;
}

.stretching-vdo-img-block {
  position: relative;
}

.stretching-vdo-img-block.contact-two-video {
  background-image: url('../images/Video-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 656px;
}

.video-block-for-image-stretch {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 35% 0% auto;
}

.video-block-for-image-stretch.home-three-vdo {
  margin-top: 5%;
  top: 30%;
}

.play-button-icon {
  z-index: 7;
  height: auto;
  margin-left: 4px;
  position: relative;
}

.tabs {
  width: 100%;
}

.content-section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.slider-background {
  position: absolute;
  inset: 0%;
}

.slider-background.background-one {
  background-image: url('../images/Banner-slider-img-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-background.background-two {
  background-image: url('../images/Banner-slider-img-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-background.background-three {
  background-image: url('../images/Banner-slider-img-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-header-tab-menu {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.tab-link-name {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.standard-tab {
  grid-column-gap: 10px;
  opacity: .7;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  background-color: #0000;
}

.home-three-header-tab {
  overflow: visible;
}

.home-three-hero-section {
  position: relative;
}

.home-three-hero-section-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section-overlap {
  z-index: 3;
  padding-top: 40px;
}

.overlap-container {
  max-width: none;
}

.portfolio-section {
  color: var(--body-font);
  background-image: url('../images/purple-glow.webp');
  background-position: -40% -30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 220px 15px 140px;
  position: relative;
}

.portfolio-section.no-padding-bottom {
  padding-top: 160px;
  padding-bottom: 0;
}

.sticky {
  margin-bottom: 30px;
  position: sticky;
  top: 0;
}

.sticky.tab-sticky-off {
  color: #fff;
}

.project-content {
  background-image: url('../images/Service-Image-One.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 60vh;
  position: relative;
}

.project-content.project-three {
  background-image: url('../images/Service-Image-Three.webp');
  background-size: cover;
  width: 100%;
}

.project-content.project-two {
  background-image: url('../images/Service-Image-Two.webp');
  background-size: cover;
  width: 100%;
}

.project-content.width-change {
  width: 100%;
  text-decoration: none;
}

.project-overlay {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.counter-text {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-div {
  color: #fff;
  text-align: center;
  max-width: 411px;
  position: relative;
}

.tab-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.tab-text {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 2em;
}

.accordian-content {
  grid-column-gap: 85px;
  grid-row-gap: 100px;
  display: flex;
}

.accordian-heading-wrapper {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordian-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.home---accordion---container {
  max-width: 1200px;
}

.accordian-description-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.banne-heading-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: 853px;
  display: flex;
}

.play-button {
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 94px;
  min-height: 94px;
  display: flex;
  position: relative;
}

.tab-link-icon {
  min-width: 24px;
}

.home-three-header {
  z-index: 9;
  color: #fff;
  margin-top: 0;
  position: relative;
}

.circle-progress-bar-section {
  background-color: var(--body-color);
  color: var(--body-font);
  padding-left: 15px;
  padding-right: 15px;
}

.sixteen-hundred-container {
  max-width: 1618px;
}

.progress-bar-main-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #343248;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.progress-bar-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-five {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.heading-five.text-color-white.margin-bottom-twenty {
  margin-bottom: 20px;
}

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

.portfolio-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-upper-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.poftfolio-heading {
  color: #fff;
  max-width: 679px;
  margin-top: 0;
  margin-bottom: 0;
}

.accordian-tag {
  text-transform: uppercase;
  background-color: #252240;
  padding: 5px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.accordian-tag.text-color-white {
  color: #fff;
}

.footer-three {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/blue-glow.webp');
  background-position: 125% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-three-contact-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 465px;
  display: flex;
}

.footer-three-container {
  max-width: 1621px;
}

.webflow {
  color: #fff;
  text-decoration: none;
}

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

.counter-text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 125%;
}

.counter-number {
  height: 60px;
  display: flex;
  overflow: hidden;
}

.counter-number.bottom {
  height: 55px;
  overflow: hidden;
}

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

.counter.bottom {
  border: .1px solid #d9d9d9;
  border-radius: 100px;
  width: 150px;
  height: 150px;
}

.number-digit {
  color: #fff;
  letter-spacing: -.08px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  line-height: 125%;
}

.counter-main-wrapper {
  width: 200px;
  height: 200px;
}

.sticky-circle-block {
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  font-size: 1.375rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 170px;
  height: 170px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip.top {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.outline-main-cirlce {
  border: 4px solid #a345af99;
  border-radius: 100%;
  width: 170px;
  min-width: 170px;
  height: 170px;
  min-height: 170px;
}

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

.padding-bottom-twenty.text-color-white {
  color: #fff;
}

.autofit {
  object-fit: cover;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.portfolio-two-tab-text {
  font-family: Urbanist, sans-serif;
}

.portfolio-two-tab-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 33%;
  margin-bottom: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-two-tab-link {
  color: var(--body-font);
  text-align: center;
  background-color: #0000;
  width: 20%;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.portfolio-two-tab-link.w--current {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/active-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.portfolio-tab-block {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.portfolio-two-main-section {
  background-color: var(--body-color);
  background-image: url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
  background-position: 95% 20%, 8% 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 569px, auto;
  padding: 220px 15px 170px;
}

.portfolio-card-content-block {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 475px;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-two-category-block {
  background-color: #0b0d0f;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.portolio-images {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.portfolio-name-category-block {
  z-index: 10;
  position: absolute;
  inset: auto auto 30px 0%;
}

.portfolio-one-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portfolio-two-name-block {
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.works-fullscreen-link {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-one-banner-wrapper {
  position: relative;
}

.contact-one-hero-left {
  z-index: 10;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-one-place-name {
  opacity: .8;
  color: #fff;
  cursor: pointer;
  border-left: 1px solid #fff6;
  padding-left: 1rem;
  text-decoration: none;
}

.contact-one-place-name:hover {
  opacity: 1;
}

.contact-one-place-name.heading-one {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 5.3125rem;
  font-weight: 600;
  line-height: 5.9375rem;
}

.contact-one-place-name.heading-one.padding-twenty {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.contact-one-location-container {
  background-image: url('../images/Banner-slider-img-1.webp');
  background-position: 0 0;
  background-size: cover;
  max-width: 1618px;
}

.contact-one-location-container.border-radius-six {
  border-radius: 6px;
}

.work-fullscreen-image {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0;
}

.work-fullscreen-image.image-one {
  background-image: url('../images/Singapore.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-fullscreen-image.image-two {
  background-image: url('../images/Malaysia.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-fullscreen-image.image-three {
  background-image: url('../images/London.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-one-banner-hero {
  grid-template-rows: minmax(128px, .25fr) auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8.7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-one-hero-section-two {
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-one-banner-details-one {
  flex: 1;
}

.container-one-banner-details-one.first {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 70px;
}

.container-one-banner-details-one.third {
  padding: 2rem 25px 2rem 70px;
}

.container-one-banner-details-one.second {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 70px;
}

.container-two {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.container-two.contact-one-banner {
  background-color: #19173299;
  border-top: 1px #ffffff80;
  max-width: 1618px;
  padding-left: 0;
  padding-right: 0;
}

.track {
  z-index: 8;
  background-color: var(--body-color);
  color: var(--body-font);
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.track-holder {
  margin-left: auto;
  margin-right: auto;
}

.item {
  z-index: 3;
  width: 100%;
  padding: 15px 0;
}

.item.sticky.two {
  background-color: var(--body-color);
  background-color: #0f0d25;
  width: 100%;
}

.icon-hover-circle {
  z-index: 0;
  background-color: #ffffff08;
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  margin-top: -12%;
  margin-left: -12%;
  position: absolute;
  inset: 2% auto auto 3%;
}

.about-two-why-we-right {
  text-align: center;
  max-width: 812px;
}

.about-two-why-we-right.overflow-hidden {
  overflow: hidden;
}

.about-two-four-icon-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1230px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-one-creative-one {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.play-icon {
  filter: invert(0%);
  object-fit: cover;
  width: 60px;
  position: absolute;
}

.rotate-image {
  object-fit: cover;
}

.lightbox-block {
  position: absolute;
  inset: -70px 140px auto auto;
}

.lightbox-block.portfolio-rotate-wrapper {
  position: static;
}

.lightbox-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
  position: relative;
}

.ad-main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.about-two-stretching-image-section {
  background-image: url('../images/purple-glow.webp');
  background-position: -67% 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-two-stretching-image-section.is-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.big-image-block {
  background-image: url('../images/Video-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  max-width: 1070px;
  height: 473px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.big-image-block.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.big-image-block.margin-auto.is-background {
  background-image: url('../images/Group-2147227790.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-two-light-box {
  background-color: #0b0d0f;
  border-radius: 50%;
  transition: opacity .3s;
}

.about-two-light-box.career-vdo {
  background-color: #0000;
}

.support-sections {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.border-radius-six {
  border-radius: 6px;
}

.margin-top-fourty {
  margin-top: 40px;
}

.default-container {
  justify-content: space-between;
  max-width: 1290px;
}

.web-design-image {
  width: 100%;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.padding-bottom-ten.future-heading-max-width {
  color: #fff;
  max-width: 491px;
}

.padding-bottom-ten.text-color-white {
  color: #fff;
}

.padding-bottom-twenty-two {
  padding-bottom: 22px;
}

.sphere-wrap {
  border: 2px solid #fff;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 70px;
  margin-top: 25px;
  display: flex;
  overflow: hidden;
}

.sphere-track {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.sphere {
  border: 1px solid #fff;
  border-radius: 6em;
  flex: none;
  width: 44px;
  height: 44px;
  margin-left: .5em;
  margin-right: .5em;
}

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

.our-services {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 137% -450%, 143% 500%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 15px 40px;
}

.service-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4.68vw;
  padding-bottom: 4.68vw;
  display: grid;
}

.service-left-image {
  margin-bottom: 2.18vw;
}

.service-left-image.website-design, .service-left-image.ui-ux-design, .service-left-image.development, .service-left-image.website-design {
  position: absolute;
  inset: 0%;
}

.service-right-image-wrapper {
  position: relative;
}

.service-block {
  grid-row-gap: 15px;
  color: #807474;
  border-bottom: 1px solid #504e68;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.76vw;
  padding-bottom: 2.76vw;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

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

.service-right-image.development, .service-right-image.ui-ux-design, .service-right-image.website-design {
  position: absolute;
  inset: 0%;
}

.service-left-image-wrapper {
  position: relative;
}

.service-link {
  grid-column-gap: 18px;
  color: var(--body-font);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-name {
  color: #fff;
  font-size: 3.75rem;
  line-height: 4.375rem;
}

.service-hero-heading-wrapper {
  max-width: 1025px;
}

.padding-left-with-image {
  background-image: url('../images/Icon.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 104px;
}

.padding-right-with-image {
  background-image: url('../images/👋.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 66px;
}

.text-middle-header {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.portfolio-one-heading {
  max-width: 678px;
}

.portfolio-one-heading.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.portfolio-one-heading.margin-auto.text-align-center {
  text-align: center;
}

.portfolio-one-heading.margin-auto.text-align-center.overflow-hidden {
  overflow: hidden;
}

.contact-form-one-section {
  padding: 160px 15px 150px;
}

.contact-form-container {
  max-width: 1290px;
}

.contact-paragraph {
  max-width: 308px;
}

.form-element-wrapper {
  flex: 1;
}

.form-label {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.red {
  color: red;
}

.input-field {
  color: var(--body-font);
  background-color: #42406359;
  border: 1px #000;
  border-radius: 4px;
  width: 100%;
  padding: 30px 70px 30px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.input-field::placeholder {
  color: #a4a2b6;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.input-field.check-out {
  padding-top: 23px;
  padding-bottom: 23px;
}

.flex-gap-thirty {
  grid-column-gap: 25px;
}

.contact-hero-block-emergency-details-col {
  width: 40%;
}

.contact-hero-block {
  padding-bottom: 20px;
}

.contact-hero-block-address-inner {
  max-width: 440px;
}

.contact-hero-block-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading-one-block.padding-bottom-sixty-five {
  padding-bottom: 60px;
}

.heading-one-block.padding-bottom-sixty-five.max-width-eight-twenty {
  max-width: 821px;
}

.contact-hero-block-flex {
  align-items: flex-start;
  display: flex;
}

.heading-one {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 5.3125rem;
  font-weight: 600;
  line-height: 5.9375rem;
  display: inline;
}

.contact-hero-block-address-col {
  width: 60%;
}

.contact-two-container {
  max-width: 1290px;
}

.contact-form-two {
  background-color: #19173299;
  border-radius: 6px;
  max-width: 626px;
  padding: 80px 70px;
}

.padding-top-bottom-thirty {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-two-form-section {
  padding-bottom: 165px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-two-description {
  max-width: 468px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.contact-two-form-container {
  max-width: 1290px;
}

.form-submit-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #e54a92, #6c52e8);
  border-radius: 50px;
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.flex-gap-fifteen {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex-gap-fifteen.flex-center {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-text-content {
  max-width: 460px;
  padding-top: 90px;
}

.portfolio-two-hero-section {
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/circle-stroke-texture.webp');
  background-position: 50%, 0%, 90% 14%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 569px;
  padding: 220px 15px 140px;
}

.portfolio-two-container {
  max-width: 1620px;
}

.protfolio-hero-header {
  grid-column-gap: 55px;
  align-items: center;
}

.portfolio-hero-header-main-wrapper {
  grid-column-gap: 100px;
  align-items: center;
}

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

.margin-bottom-twenty.text-color-white {
  color: #fff;
}

.our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}

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

.text-align-center.results-header {
  color: #fff;
  max-width: 669px;
}

.text-align-center.home-two-heading-max-width {
  color: #fff;
  max-width: 838px;
}

.text-align-center.team-heading {
  color: #fff;
  max-width: 590px;
}

.text-align-center.team-heading.scrolling-track {
  color: #fff;
  max-width: 678px;
}

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

.flex-block {
  grid-row-gap: 25px;
  align-items: center;
}

.error-container {
  max-width: 968px;
}

.utility-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 180px 15px 120px;
}

.utility-section.utility-page-wrap {
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
}

.error-massage {
  max-width: 494px;
}

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

.error-massage.text-align-center.padding-top-ten {
  padding-top: 10px;
}

.margin-bottom-sixty {
  margin-bottom: 60px;
}

.cta-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 643px;
  display: flex;
}

.navbar-center-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.auto-fit {
  height: auto;
}

.auto-fit.margin-top-five {
  margin-top: 5px;
}

.phone {
  text-decoration: none;
}

.phone.heading-six.is-color {
  color: #000;
}

.dropdown {
  color: var(--body-font);
  background-image: url('../images/White-dot-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.icon {
  color: var(--body-font);
  font-size: .9rem;
}

.dropdown-list {
  background-color: #0f0d25;
  display: none;
  top: 106px;
}

.dropdown-link {
  display: block;
}

.dropdown-link.home-three-dropdown-link {
  color: #cac7cf;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
}

.dropdown-link.home-three-dropdown-link:hover {
  color: #fff;
}

.dropdown-link.home-three-dropdown-link.w--current {
  color: #cac7cf;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.style-three-menu-dropdown-toggle {
  color: #fff;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.style-three-menu-dropdown-toggle.dropdown {
  background-image: none;
  padding-left: 20px;
}

.home-three-dropdown-block {
  background-color: var(--body-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.home-three-dropdown-block.landing-dropdown {
  background-color: #201d3d;
}

.home-three-dropdown-link {
  font-weight: 500;
  transition: all .45s;
  transform: translate(0);
}

.home-three-dropdown-link:hover {
  transform: translate(5px);
}

.home-three-dropdown-link.w--current {
  color: #464954;
}

.home-three-dropdown-menu.light-color {
  color: #d3d3d3;
}

.home-three-dropdown-list {
  background-color: #fff;
  min-width: 15rem;
  margin-top: 10px;
  display: none;
  overflow: hidden;
  box-shadow: 7px 7px 20px #0000001a;
}

.home-three-dropdown-list.dropdown-list.border-radius-six.landing-dropdown-position {
  top: 100%;
}

.home-three-dropdown-list.dropdown-list {
  background-color: #434159;
  top: 154%;
}

.home-dropdown {
  margin-left: auto;
  margin-right: auto;
}

.home-dropdown.text-color-white {
  color: #fff;
}

.home-three-dropdown {
  cursor: pointer;
  height: 1.2rem;
  overflow: hidden;
}

.menu-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 50px;
  margin-top: -3px;
  display: none;
  position: relative;
  overflow: hidden;
}

.menu-trigger.home-two-icon {
  display: flex;
}

.menu-line {
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.top {
  background-color: #fff;
  width: 31px;
  height: 1px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-line.middle {
  width: 22.91px;
  margin-top: 6px;
}

.menu-line.bottom {
  background-color: #fff;
  width: 26.96px;
  height: 1px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: 0;
}

.menu-background {
  z-index: 1;
  background-color: #0f0726;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.padding-top-onerem {
  padding-top: 1rem;
}

.footer-heading-small {
  color: #ffffffb3;
  letter-spacing: .0002rem;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  line-height: 150%;
}

.line-left-up {
  background-color: #676370;
  width: .0625rem;
  height: 30rem;
  position: absolute;
  inset: 12% auto auto 3%;
}

.nav-menu-content-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8% 4rem;
  display: block;
  position: relative;
  inset: 0% 0% 0% 0;
}

.header-social-link {
  color: #ffffffb3;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  text-decoration: none;
  transition: transform .5s;
  display: block;
}

.header-social-link:hover {
  color: #fff;
}

.lottie-menu {
  width: 100%;
  margin-top: -1%;
  margin-left: -1px;
  margin-right: 0;
  display: none;
  overflow: visible;
}

.line-right-up {
  background-color: #676370;
  width: .0625rem;
  height: 30rem;
  position: absolute;
  bottom: 2%;
  right: 3%;
}

.nav-menu-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.line-right-down {
  background-color: #676370;
  width: 30rem;
  height: .0625rem;
  position: absolute;
  bottom: 10%;
  right: 0%;
}

.padding-five-percent {
  padding-top: 5%;
  padding-bottom: 5%;
}

.nav-menu {
  z-index: 99;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.line-left-down {
  background-color: #676370;
  width: 30rem;
  height: .0625rem;
  position: absolute;
  inset: 18% auto auto 0%;
}

.nav-text-three {
  color: #fff;
  letter-spacing: .015rem;
  text-transform: capitalize;
  flex: 0 auto;
  height: auto;
  min-height: auto;
  font-family: Urbanist, sans-serif;
  font-size: 3.75rem;
  line-height: 98%;
}

.nav-text-three.number {
  align-self: flex-start;
  padding-top: 14px;
  font-size: 17px;
  line-height: 18%;
}

.nav-text-three.blog-text {
  line-height: 127%;
}

.menu-item-arrow {
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 1rem;
  display: block;
}

.item-menu-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: block;
}

.nav-overflow-hidden {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.nav-overflow-hidden.nav-link-margin {
  opacity: .4;
  background-image: none;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-top: 2vw;
  margin-bottom: 2vw;
  margin-right: 2rem;
  padding-left: 3rem;
  transition: transform .45s;
}

.nav-overflow-hidden.nav-link-margin:hover {
  opacity: 1;
  background-image: none;
  transform: translate(10px);
}

.nav-overflow-hidden.nav-link-margin.first-menu {
  overflow: hidden;
}

.nav-overflow-hidden.nav-link-margin {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.nav-overflow-hidden.nav-link-margin:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.nav-menu-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  padding-left: 7.5%;
  padding-right: 8%;
  display: flex;
}

.header-social-text {
  text-transform: none;
  font-weight: 700;
}

.header-social-text.footer-heading-small {
  font-weight: 400;
}

.header-social-text.footer-heading-small.margin-bottom-ten {
  margin-bottom: 10px;
}

.menu-background-fill {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.footer-info-text {
  color: #fff;
  letter-spacing: .0002rem;
  text-transform: capitalize;
  font-size: 1.75rem;
  line-height: 135%;
  text-decoration: none;
}

.image-hover {
  transition: transform .45s;
}

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

.result-boxes {
  background-color: #19173299;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
}

.result-boxes.is-background {
  background-color: #e8e8e8;
}

.result-boxes.is-background.is-margin-up {
  margin-top: 50px;
}

.result-boxes.is-background.is-margin-down {
  margin-bottom: 50px;
}

.result-box-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 1367px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-right-ten {
  padding-right: 10px;
}

.padding-right-ten.is-color {
  color: #363637;
}

.footer-content-wrapper {
  grid-column-gap: 95px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 485px;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-top-zero.padding-bottom-twenty {
  padding-bottom: 20px;
}

.margin-top-zero.padding-bottom-twenty.text-color-white {
  color: #fff;
}

.creative-text {
  color: #fff;
  background-color: #0f0d2599;
  max-width: 463px;
  position: absolute;
  inset: auto 0% 10% 1%;
}

.creative-text.padding-ten {
  padding: 10px;
}

.creaative-flex-heading {
  grid-column-gap: 30px;
  align-items: center;
}

.creative-paragraph-max-width {
  max-width: 578px;
}

.vertical-marquee-overlay {
  background-image: linear-gradient(#0f0d25bf 36%, #0000);
  width: 100%;
  height: 30%;
  position: absolute;
}

.vertical-marquee-overlay.overly-top {
  inset: 0% 0% auto;
}

.vertical-marquee-overlay.overlay-bottom {
  background-image: linear-gradient(360deg, #0f0d25bf 36%, #0000);
  inset: auto 0% 0%;
}

.glow-background {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 150% 44%, 100% 33%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.vertical-marquee-wrapper {
  height: 100%;
}

.creative-scroll-container {
  width: 100%;
  max-width: 1450px;
}

.creative-scroll-container.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.about-one-glow {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: -50% -3%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.about-two-glow {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/blue-glow.webp');
  background-position: -41% 173%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-page-wrapper {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/purple-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 110% 59%, 37% 110%, 64% 55%, -12% 37%, 145% -19%, 70% -35%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, auto;
}

.contact-two-wrapper {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/purple-glow.webp');
  background-position: 48% 114%, 85% 64%, 50%, 81% -13%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
}

.flex-center {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.footer-paragraph-max-width {
  max-width: 470px;
}

.success {
  background-color: #42bf6e;
  padding: 0 10px;
}

.error {
  background-color: #ee3f5e;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-details-link {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.branding-items-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.portfolio-two-wrapper {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/purple-glow.webp');
  background-position: 151% 104%, 100% 82%, -48% -40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}

.portfolio-two-overlay {
  background-image: linear-gradient(#0000 41%, #1c1372);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.portfolio-card {
  display: block;
  position: relative;
}

.cart-container {
  background-color: #0f0d25;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  outline-offset: 0px;
  border-bottom-style: solid;
  border-bottom-color: #3d3b53b5;
  outline: 0 solid #333;
}

.your-cart-quantity {
  color: #fff;
  background-color: #222135;
  border-style: none;
  padding-left: 19px;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.margin-top-five {
  margin-top: 10px;
}

.cart-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #44425769;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-list-space {
  padding-left: 35px;
  padding-right: 35px;
}

.cart-footer {
  border-top-color: #3d3b53b5;
}

.apple-pay {
  height: 46px;
}

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

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

.utility-page-form {
  background-image: url('../images/Bg-Blur.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  display: flex;
}

.checkout-form {
  background-color: #0000;
  background-image: url('../images/Dotted.svg'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
  background-position: 80% 90%, 50%, 100% 20%, 0 0, -45% -17%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto;
  padding-top: 140px;
  padding-bottom: 160px;
}

.check-out-block {
  background-color: #110e1880;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  padding-left: 40px;
  padding-right: 40px;
}

.shipping-method-list, .shipping-method {
  border-left-style: none;
  border-right-style: none;
}

.home-one-footer {
  background-color: var(--body-color);
  background-image: url('../images/blue-glow.webp'), url('../images/Nc.webp');
  background-position: 84% 20%, 37% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 361px;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-one-main-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 102px 1fr 1.2fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  padding-right: 17px;
  display: grid;
}

.footer-link-wrapper {
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-info-wrapper {
  grid-row-gap: 19px;
}

.footer-one-input-field {
  background-color: #1e1c33;
  border: 1px solid #0000;
  border-radius: 4px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 25px;
}

.footer-one-input-field::placeholder {
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.form {
  position: relative;
}

.submit-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #434156;
  width: 66px;
  height: 30px;
  font-size: 1px;
  position: absolute;
  bottom: 25%;
  left: auto;
  right: 0%;
}

.footer-paragraph {
  max-width: 344px;
}

.subscribe-info {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-top-ten {
  margin-top: 10px;
}

.home-one-cta-section {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/CTA-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-cta-section.is-background {
  background-image: linear-gradient(#0006, #0006), url('../images/Group-2147227790.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.home-cta-main-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.home-one-cta-top-section {
  justify-content: space-between;
  align-items: center;
  margin-right: 172px;
  display: flex;
}

.home-one-cta-top-section.margin-bottom-eighty {
  margin-bottom: 80px;
}

.home-one-cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 554px;
  display: flex;
}

.get-now {
  background-color: #3f3d5c;
  border-radius: 40px;
  padding: 5px 17px;
}

.get-now.body-font {
  color: var(--body-font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.get-now.body-font.text-color-white {
  color: #fff;
}

.get-now.body-font.is-style {
  color: #000;
  background-color: #fff;
}

.home-one-cta-paragraph {
  max-width: 390px;
}

.home-one-cta-bottom-section {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-one-cta-bottom-section.is-align {
  align-items: stretch;
}

.cta-box {
  background-image: linear-gradient(to right, var(--deep-pink), var(--slate-blue));
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 25px 40px;
}

.cta-box.cta-box-two {
  background-color: #1e1c33;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.box-top-text {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-top-text.margon-bottom-five {
  margin-bottom: 5px;
}

.cta-heading {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-process-step-2 {
  border-bottom: 1px solid #434159;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-font-2 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-2.card-text {
  font-weight: 500;
}

.div-block {
  height: 180vh;
}

.our-service-2 {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 0 0, 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 130px 15px 154px;
}

.body-font-3 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-3.text-color-white {
  color: #fff;
}

.load-bar-base-2 {
  background-color: #cbcbcb38;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.text-buttom-header-2 {
  text-align: center;
}

.service-hero-banner-2 {
  padding: 220px 15px 160px;
}

.service-hero-banner-2.overflow-hidden {
  overflow: hidden;
}

.div-block-2 {
  background-color: var(--body-color);
  padding-top: 300px;
}

.home-three-dropdown-2 {
  cursor: pointer;
  height: 1.2rem;
  overflow: hidden;
}

.icon-2 {
  color: #cac7cf;
  font-size: .9rem;
}

.body-font-4 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-4.text-color-white {
  color: #fff;
}

.body-font-4.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.home-three-dropdown-block-2 {
  background-color: #0f0d25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.body-font-5 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-5.text-color-white {
  color: #fff;
}

.body-font-5.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.right-nav-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  order: 0;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.body-font-6 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-6.text-color-white {
  color: #fff;
}

.body-font-6.text-color-white.margin-bottom-five {
  margin-bottom: 5px;
}

.result-section-2 {
  background-color: var(--body-color);
  background-image: url('../images/project-glow.webp');
  background-position: 0 100%;
  background-size: auto;
  padding: 170px 15px;
  position: relative;
}

.input-field-2 {
  color: #cac7cf;
  background-color: #42406359;
  border: 1px #000;
  border-radius: 4px;
  width: 100%;
  padding: 30px 70px 30px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.input-field-2::placeholder {
  color: #a4a2b6;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.contect-one-main-wrapper-2 {
  grid-column-gap: 80px;
  background-image: url('../images/brand-stroke.svg');
  background-position: 20% 65%;
  background-repeat: no-repeat;
  background-size: 120px;
  justify-content: space-between;
}

.container-one-banner-details-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-step-process-2 {
  z-index: 2;
  direction: ltr;
  background-image: linear-gradient(#f64986, #5f54f1);
  width: 3px;
  height: 40%;
  position: absolute;
  right: -1px;
}

.service-step-process-2.contact-one {
  background-color: #ffffff80;
  background-image: none;
  width: 1px;
  height: 90%;
  left: -1px;
  right: auto;
}

.contact-one-hero-section-2 {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.body-font-7 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-7.error-font {
  color: #fff;
  text-align: center;
  font-size: .9rem;
}

.contact-form-two-main-wrapper-2 {
  grid-column-gap: 100px;
  background-image: url('../images/stroke.svg');
  background-position: 36% 92%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
}

.contact-hero-2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-process-step-3 {
  border-bottom: 1px solid #434159;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-process-step-3.team-two {
  border-bottom-color: #434159;
}

.service-process-step-3.team-two-no-border {
  border-bottom-style: none;
}

.service-step-number-block-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset -2px 0 #434159;
}

.div-block-3 {
  background-color: var(--body-color);
  color: var(--body-font);
  padding-top: 200px;
  padding-bottom: 200px;
}

.vertical-marquee-text-2 {
  border-bottom: 1px solid #363447;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 70px;
}

.tab-detail-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 450px;
  display: flex;
}

.tab-detail-2.detail-two, .tab-detail-2.detail-three, .tab-detail-2.detail-four {
  display: none;
}

.tab-detail-2.detail-one {
  display: flex;
}

.tab-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  border-right: 1px solid #cac7cf;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-right: 20px;
  display: flex;
}

.tab-line-two-2 {
  background-color: #cac7cf;
  width: 10vw;
  height: 1px;
}

.home---accordion-2 {
  background-color: var(--body-color);
  color: var(--body-font);
  background-image: none;
  background-size: auto;
  margin-top: 10px;
  padding-top: 160px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.tab-line-three-2, .tab-line-four-2, .tab-line-one-2 {
  background-color: #cac7cf;
  width: 10vw;
  height: 1px;
}

.date-2 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.125em;
  line-height: 2em;
}

.cta-box-2 {
  background-image: linear-gradient(to right, #f64986, #5f54f1);
  border-top-left-radius: 6px;
  max-width: 260px;
  padding: 25px 40px;
}

.cta-box-2.cta-box-two {
  background-color: #1e1c33;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.cta-box-2.is-background-two {
  background-image: linear-gradient(#747474, #747474);
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
}

.cta-box-2.is-background {
  background-color: #e8e8e8;
  background-image: none;
}

.body-font-8 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-8.text-color-white {
  color: #fff;
}

.footer-bottom-main-wrapper-2 {
  grid-column-gap: 25px;
  border-top: 1px solid #2e2c41;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer-bottom-main-wrapper-2.footer-three-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-content-wrapper-2 {
  grid-column-gap: 95px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 485px;
}

.body-font-9 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-9.text-color-white {
  color: #fff;
}

.body-font-10 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-10.text-color-white {
  color: #fff;
}

.body-font-10.text-color-white.underline-off {
  text-decoration: none;
}

.footer-one-input-field-2 {
  background-color: #1e1c33;
  border: 1px solid #0000;
  border-radius: 4px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 25px;
}

.footer-one-input-field-2::placeholder {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}

.rt-sub-heading.is-color {
  color: #000;
}

.rt-cta {
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px;
}

.rt-cta.is-background {
  background-image: linear-gradient(#0006, #0006), url('../images/Group-2147227790.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.details-col-3 {
  width: 50%;
}

.thumb-icon-block {
  background-color: var(--body-font);
  border-radius: 100px;
  right: 0;
}

.rt-circle {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.our-service-3 {
  background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp');
  background-position: 0 0, 100%;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 130px 15px 154px;
}

.our-service-3.is-background {
  background-image: linear-gradient(#0c0c0c, #0c0c0c);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.body-font-11 {
  color: #cac7cf;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-font-11.text-color-white {
  color: #fff;
}

.body-font-11.text-color-white.is-upper {
  text-transform: uppercase;
}

.rt-icon-circle {
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.rt-icon-circle.is-color {
  background-color: #515151;
}

.rt-color {
  color: #363637;
}

.rt-filter {
  filter: invert();
}

.result-section-3 {
  background-image: url('../images/project-glow.webp');
  background-position: 0 100%;
  background-size: auto;
  padding: 170px 15px;
  position: relative;
}

.result-section-3.is-background {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.rt-icon-cycle-two {
  background-color: #747474;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.rt-icon-circle-two {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.rt-background-color {
  background-color: #0c0c0c;
}

.heading {
  color: #fff;
}

.bg-color {
  background-color: #0f0d25;
}

@media screen and (min-width: 1280px) {
  .nav-icon-wrapper {
    min-width: 180px;
  }

  .cart {
    min-width: 190px;
  }

  .hero-text-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }

  .mask-animated-link.dropdown.padding-twenty {
    padding-left: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee-slider {
    display: block;
  }

  .navbar-center-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-three-menu-dropdown-toggle.dropdown {
    padding-left: 0;
  }

  .menu-line.top {
    height: 1px;
  }

  .nav-overflow-hidden.nav-link-margin.first-menu {
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    display: flex;
  }

  .next-cloud.margin-left-auto.navbar-one-logo {
    margin-left: 40px;
  }

  .hero-text-wrapper {
    max-width: 1500px;
    padding-left: 100px;
  }

  .description.text-color-white.cta-max-width {
    max-width: 392px;
  }

  .main-block.interest-block {
    padding-left: 200px;
    padding-right: 200px;
  }

  .service-column.case-study-one {
    padding-left: 8vw;
  }

  .section-scroll-animation {
    background-image: url('../images/project-glow-two.webp'), url('../images/blue-glow.webp'), url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
    background-position: 100% 100%, 12% 0, 96% 37%, 3% 70%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 47%, 47%, 30%, auto;
  }

  .page-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .marquee-slider {
    display: block;
  }

  .progress-bar-wrapper {
    flex-direction: row;
  }

  .contact-one-banner-hero {
    grid-column-gap: 110px;
    grid-row-gap: 240px;
    justify-content: space-between;
    padding-left: 10rem;
    padding-right: 20rem;
  }

  .utility-section {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/Dotted.svg');
    background-position: 20% 122%, -36% 190%, 85% 19%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto;
  }

  .navbar-center-content {
    margin-left: 80px;
    margin-right: 80px;
  }

  .style-three-menu-dropdown-toggle.dropdown {
    padding-left: 20px;
  }

  .nav-menu-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-menu {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-text-three {
    font-size: 4.375rem;
  }

  .creative-text {
    left: 10%;
  }

  .our-service-2 {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 100%, 25% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 50%;
  }

  .service-hero-banner-2 {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp'), url('../images/dotted_1.svg'), url('../images/stroke.svg');
    background-position: -1% -25%, -39% -104%, 92% 100%, 3% 35%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto;
  }

  .result-section-2 {
    background-position: -70% 100%;
    background-repeat: no-repeat;
  }

  .contact-hero-2 {
    background-image: url('../images/contact-banner-bg.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 979.52px 576.5px;
  }

  .home---accordion-2 {
    background-image: url('../images/blue-glow.webp'), url('../images/stroke.svg');
    background-position: 140% 60%, 11% 36%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .rt-sub-heading.text-color-white.cta-max-width {
    max-width: 392px;
  }

  .our-service-3 {
    background-image: url('../images/blue-glow.webp'), url('../images/purple-glow.webp');
    background-position: 100%, 25% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, 50%;
  }

  .result-section-3 {
    background-position: -70% 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1920px) {
  .next-cloud.margin-left-auto.navbar-one-logo {
    margin-left: 150px;
  }

  .hero-text-wrapper {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .brand-icon-block.service-more-button.contact-one {
    right: 50%;
  }

  .heading-col {
    grid-row-gap: 21px;
    flex-direction: column;
    align-items: flex-start;
  }

  .interest {
    margin-left: auto;
    margin-right: auto;
  }

  .section-scroll-animation {
    background-image: url('../images/purple-glow.webp'), url('../images/blue-glow.webp'), url('../images/circle-stroke-texture.webp'), url('../images/stroke.svg');
    background-position: 100% 100%, 12% 0, 96% 37%, 3% 70%;
  }

  .page-padding {
    padding-top: 0%;
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .case-study-text {
    display: flex;
  }

  .hero-projects-holder {
    padding-bottom: 4.5rem;
  }

  .hero-project-holder.one {
    max-width: 20vw;
    padding-right: 2rem;
  }

  .hero-project-holder.two {
    max-width: 30vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-project-holder.three {
    max-width: 20vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-project-holder.four {
    max-width: 30vw;
    padding-left: 2rem;
  }

  .team-one-designation.body-small-text.font-size-change {
    font-size: 1.2rem;
  }

  .hero-project-hover-holder {
    width: 300px;
    height: 300px;
    top: 55%;
  }

  .hero-project-hover-holder.one {
    width: 250px;
    height: 250px;
    top: 70%;
  }

  .hero-project-hover-holder.two {
    width: 350px;
    height: 350px;
    top: 65%;
  }

  .hero-project-hover-holder.three {
    width: 250px;
    height: 250px;
    top: 62%;
  }

  .hero-project-hover-holder.four {
    width: 325px;
    height: 325px;
    top: 62%;
  }

  .team-one-name {
    margin-bottom: 2rem;
  }

  .team-one-name.small-name {
    font-size: 1.7rem;
  }

  .footer-two-main-wrapper.footer-three {
    grid-column-gap: 9px;
  }

  .mrq-container-three {
    justify-content: flex-end;
  }

  .mrq-container-three.text-marquee-three {
    justify-content: flex-start;
  }

  .marquee {
    justify-content: flex-end;
  }

  .marquee.text-marquee-one {
    justify-content: flex-start;
  }

  .mrq-train-wrapper {
    flex: none;
    justify-content: flex-start;
  }

  .marquee-container-two {
    justify-content: flex-end;
  }

  .marquee-container-two.text-marquee-two {
    justify-content: flex-start;
  }

  .marquee-container {
    justify-content: flex-end;
    align-items: center;
  }

  .marquee-container.one {
    justify-content: flex-start;
  }

  .marquee-slider {
    display: block;
  }

  .home-three-hero-section-container {
    max-width: none;
  }

  .home---accordion---container {
    max-width: 1430px;
  }

  .counter-number {
    align-items: stretch;
    height: 60px;
  }

  .counter {
    justify-content: space-between;
  }

  .counter.bottom {
    justify-content: center;
  }

  .sticky-circle-block {
    justify-content: center;
    align-items: center;
    left: 65px;
  }

  .container-two {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-center-content {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-line.top {
    background-color: #fff;
    order: 0;
  }

  .menu-line.bottom {
    background-color: #fff;
  }

  .nav-menu-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-right {
    justify-content: center;
  }

  .nav-menu {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .item-menu-wrapper {
    flex: 1;
  }

  .nav-overflow-hidden.nav-link-margin.first-menu {
    overflow: hidden;
  }

  .footer-info-text.address-block-navbar {
    padding-right: 200px;
  }

  .creative-text {
    background-color: #0f0d2599;
    max-width: 570px;
  }

  .vertical-marquee-overlay.overlay-bottom {
    background-image: linear-gradient(360deg, #0f0d25bf 36%, #0000);
  }

  .flex-center {
    margin-top: 0%;
  }

  .portfolio-details-link {
    border-radius: 6px;
  }

  .service-hero-banner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-box-2.is-background-two, .cta-box-2.is-background {
    max-width: 300px;
  }

  .rt-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.875rem;
  }

  h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }

  .nav-icon-wrapper {
    border-top-style: none;
    border-right-style: none;
    width: 75px;
    min-width: auto;
    min-height: 100px;
  }

  .social-links-wrapper {
    width: 87px;
  }

  .nav-icon {
    display: none;
  }

  .navbar-main-wrapper {
    z-index: 100;
    min-height: 100px;
    position: relative;
  }

  .middle-menu {
    display: none;
  }

  .cart {
    border-left-style: none;
    width: 100px;
    min-width: auto;
    min-height: 100px;
  }

  .next-cloud.margin-left-auto.navbar-one-logo {
    margin-left: auto;
  }

  .hero-text-wrapper {
    padding-left: 60px;
    padding-right: 10px;
  }

  .brand-icon-block.service-more-button {
    position: static;
  }

  .brand-section {
    padding-bottom: 0;
  }

  .brand-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .brand-image-block {
    width: 20%;
  }

  .brand-caption-block {
    width: 65%;
    padding-left: 30px;
  }

  .button-link.landing-navbar-button {
    display: none;
  }

  .creative-image {
    height: auto;
  }

  .main-block.interest-block {
    padding: 70px 50px;
  }

  .main-block.interest-block.home-one-cta {
    width: auto;
  }

  .main-block.sticky.flex-align-change {
    position: static;
  }

  .creative-image-block, .creative-image-block.full-width-image {
    width: 100%;
  }

  .creative-flex.justify-start {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 70px;
  }

  .creative-flex.justify-start.home-creative {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .creative-flex.solution {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .creative-flex.solution.margin-bottom-fourty.sticky, .creative-flex.solution.sticky.body-background-color {
    position: static;
  }

  .creative-flex.justify-end.home-creative {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .case-study-left-side {
    max-width: none;
  }

  .case-details-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-study-details-section {
    padding-top: 0;
    padding-bottom: 3.8125rem;
  }

  .service-column.case-study-one {
    width: 100%;
    margin-bottom: 50px;
  }

  .service-column.case-study-two, .service-column.service-header {
    width: 100%;
  }

  .case-details {
    display: block;
  }

  .posibilities.active.design-card-block {
    max-width: 100%;
  }

  .project-flex {
    flex-direction: column;
  }

  .project {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .project-col {
    width: 100%;
  }

  .victory-sign-background {
    padding-right: 40px;
  }

  .heading-col, .details-col {
    width: 100%;
  }

  .interest-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .interest {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .interest.pricing-one-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-text {
    padding-top: 80px;
  }

  .section-scroll-animation {
    padding-top: 0;
  }

  .result-heading-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .result-heading-wrapper.service-card-header {
    max-width: 511px;
  }

  .talk-link {
    display: none;
  }

  .nextcloud-logo-home-two {
    justify-content: flex-start;
    width: 110px;
  }

  .nav-container {
    max-width: 100vw;
  }

  .arrow-link.about-banner {
    width: 100px;
    height: 100px;
  }

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

  .creative-caption-wrapper.padding-left-fifteen.home-three-vertical-marquee {
    max-height: 100vh;
  }

  .future-image-container {
    max-width: none;
  }

  .case-study-text {
    height: auto;
  }

  .service-details-grid {
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-projects-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-project-holder.one {
    padding-right: .5rem;
  }

  .hero-project-holder.two, .hero-project-holder.three {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-project-holder.four {
    padding-left: .5rem;
  }

  .hero-project-hover-holder.two, .hero-project-hover-holder.four {
    width: 200px;
    height: 200px;
    top: 50%;
  }

  .testimonial-providing-left {
    max-width: none;
  }

  .we-provide-img-block, .we-provide-img.auto-fit.tab-image-full-width {
    width: 100%;
  }

  .about-one-quote-slider {
    display: none;
  }

  .team-two-process-block-left {
    max-width: 100%;
    height: auto;
    position: static;
  }

  .team-two-process-block-right {
    margin-top: 1.5rem;
  }

  .team-two-step-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .spiral-arrow-block, .spiral-arrow-block.team-details-spiral {
    display: none;
  }

  .service-step-info {
    padding: 2rem 6%;
  }

  .team-two-work-process-block {
    height: auto;
    display: block;
  }

  .clients {
    width: 300%;
  }

  .clients-marque {
    margin-top: 20px;
  }

  .client-image {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mask {
    width: 50%;
  }

  .right-arrow {
    display: none;
  }

  .testimonial-main-wrapper {
    align-items: flex-start;
  }

  .left-arrow {
    display: none;
  }

  .footer-bottom-main-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .footer-text {
    max-width: 344px;
  }

  .footer-two-main-wrapper {
    grid-row-gap: 95px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .review-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: stretch;
  }

  .service-card-heading {
    grid-column-gap: 50px;
    justify-content: space-between;
    width: auto;
  }

  .awards-hover-img-block {
    display: none;
  }

  .artical {
    margin-left: 0;
  }

  .service-card-max-width {
    padding-top: 60px;
  }

  .home-three-vdo-btn {
    width: 100px;
    height: 100px;
  }

  .home-three-vdo-btn.video-circle {
    width: 80px;
    height: 80px;
  }

  .big-image-slide {
    width: 5%;
  }

  .stretching-img-section {
    width: 100%;
    margin-bottom: 0;
  }

  .stretching-vdo-img-block {
    height: 53vh;
  }

  .video-block-for-image-stretch {
    top: 25%;
  }

  .video-block-for-image-stretch.home-three-vdo {
    margin-top: 10%;
  }

  .home-three-header-tab-menu {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .section-overlap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .sticky.tab-sticky-off {
    position: static;
  }

  .project-content.project-three, .project-content.project-two {
    background-size: cover;
  }

  .accordian-content {
    grid-column-gap: 50px;
  }

  .banne-heading-wrapper {
    padding-left: 10px;
  }

  .progress-bar-main-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-upper-section {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .portfolio-two-tab-menu {
    width: 70%;
    max-width: none;
  }

  .portfolio-two-main-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .portfolio-card-content-block {
    width: 100%;
  }

  .portfolio-name-category-block {
    bottom: 30px;
  }

  .contact-one-place-name {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .contact-one-place-name.heading-one.padding-twenty {
    font-size: 5rem;
    line-height: 6.5rem;
  }

  .contact-one-banner-hero {
    padding: 10.5rem .9375rem 5rem;
  }

  .contact-one-hero-section-two {
    background-color: #0b0d0f;
    padding-bottom: 4.0625rem;
    top: -100%;
  }

  .container-one-banner-details-one.first {
    max-width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-left: 0%;
  }

  .container-one-banner-details-one.third {
    max-width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-one-banner-details-one.second {
    border-left-style: none;
    border-right-style: none;
    max-width: 100%;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding: 0 0%;
  }

  .container-two.contact-one-banner {
    padding-top: 1rem;
  }

  .track.overflow-hidden {
    padding-bottom: 80px;
  }

  .about-two-why-we-right {
    margin-right: 0%;
  }

  .about-two-four-icon-block {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 4.375rem;
    display: grid;
  }

  .lightbox-block {
    margin-left: 4.5rem;
  }

  .about-two-stretching-image-section {
    padding-top: 80px;
  }

  .big-image-block {
    height: 53vh;
  }

  .service-left {
    display: none;
  }

  .service-content {
    grid-template-columns: 2fr;
  }

  .service-right {
    display: none;
  }

  .service-name {
    font-size: 3.3rem;
    line-height: 4.1rem;
  }

  .contact-form-one-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-hero-block-emergency-details-col {
    width: 100%;
  }

  .contact-hero-block {
    padding-bottom: 70px;
  }

  .contact-hero-block-flex {
    flex-direction: column;
  }

  .contact-hero-block-address-col {
    width: 100%;
  }

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

  .contact-two-form-section {
    padding-bottom: 80px;
  }

  .contact-form-text-content {
    max-width: none;
  }

  .portfolio-two-hero-section {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .portfolio-hero-header-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .utility-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .home-three-dropdown-menu, .home-three-dropdown-menu.light-color {
    color: #0b0d0f;
  }

  .home-three-dropdown-list {
    margin-top: 0;
  }

  .menu-trigger {
    width: 60px;
    display: flex;
  }

  .menu-trigger.home-two-icon {
    width: 36px;
  }

  .line-left-up {
    display: none;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .line-right-up {
    display: none;
  }

  .nav-menu-right {
    display: flex;
  }

  .line-right-down, .line-left-down {
    display: none;
  }

  .nav-text-three {
    font-size: 2.6rem;
  }

  .item-menu-wrapper {
    flex: 1;
    max-width: 100%;
  }

  .nav-overflow-hidden.nav-link-margin {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .footer-info-text.address-block-navbar {
    padding-right: 0;
  }

  .result-boxes {
    width: 100%;
  }

  .result-boxes.is-background.is-margin-up {
    margin-top: 0;
  }

  .result-boxes.is-background.is-margin-down {
    margin-bottom: 0;
  }

  .result-box-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-content-wrapper {
    width: 100%;
    min-width: auto;
  }

  .flex-center {
    margin-top: 0%;
  }

  .portfolio-details-link, .portfolio-card {
    width: 100%;
  }

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

  .footer-one-main-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 60px;
  }

  .home-one-cta-section {
    padding-top: 60px;
  }

  .home-one-cta-top-section.margin-bottom-eighty {
    margin-right: 0;
  }

  .our-service-2 {
    padding-top: 2.1875rem;
    padding-bottom: 3.8125rem;
  }

  .service-hero-banner-2 {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .result-section-2 {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .container-one-banner-details-block-2 {
    display: block;
  }

  .contact-form-two-main-wrapper-2 {
    grid-row-gap: 80px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-hero-2 {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .home---accordion-2 {
    margin-top: 0;
    padding-top: 80px;
  }

  .footer-bottom-main-wrapper-2 {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .footer-content-wrapper-2 {
    width: 100%;
    min-width: auto;
  }

  .rt-cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .details-col-3 {
    width: 100%;
  }

  .our-service-3 {
    padding-top: 2.1875rem;
    padding-bottom: 3.8125rem;
  }

  .result-section-3 {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.625rem;
  }

  .wave {
    background-size: 70px;
    padding-right: 80px;
  }

  .brand-icon-block {
    width: 3rem;
    height: 3rem;
    margin-left: 30px;
  }

  .brand-icon-block.home-page-one {
    width: 120px;
    height: 120px;
  }

  .brand-image {
    top: 0;
  }

  .more-icon {
    margin-left: 30px;
  }

  .brand-hover {
    flex-direction: column;
  }

  .brand-image-block {
    width: 25%;
    position: absolute;
    right: 30px;
  }

  .brand-caption-block, .main-block.interest-block.pricing-one-cta {
    width: 100%;
  }

  .case-study-left-side.margin-bottom-ten {
    padding-top: 20px;
  }

  .posibilities.active.design-card-block {
    height: auto;
  }

  .victory-sign-background {
    padding-right: 47px;
  }

  .product-design-count {
    font-size: 6.9rem;
  }

  .result-main-wrapper {
    grid-row-gap: 25px;
  }

  .nav-link-main {
    padding-bottom: 10px;
  }

  .arrow-link.fifty-px {
    min-width: 50px;
  }

  .arrow-link.about-banner {
    display: none;
  }

  .home-two-service-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .side-navbar {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .home-two-service-main-wrapper {
    grid-template-columns: auto 1fr;
  }

  .team-one-extended-container {
    margin-bottom: 0;
  }

  .hero-projects-holder {
    padding-bottom: 0;
  }

  .hero-project-container {
    margin-bottom: 2.5rem;
    display: block;
  }

  .home-two-footer-social-link-block {
    margin-left: 0;
    margin-right: 1rem;
  }

  .hero-project-holder {
    margin-bottom: 3rem;
  }

  .hero-project-holder.one {
    max-width: 100vw;
    padding-top: 0;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-holder.two {
    max-width: 100vw;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-holder.three {
    max-width: 100vw;
    padding-top: 0;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-holder.four {
    max-width: 100vw;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero-project-hover-holder {
    width: 270px;
    height: 270px;
    top: 50%;
  }

  .hero-project-hover-holder.one {
    padding-top: 5%;
  }

  .hero-project-hover-holder.two {
    width: 270px;
    height: 270px;
    padding-top: 5%;
    top: 55%;
  }

  .hero-project-hover-holder.three {
    padding-top: 5%;
    top: 55%;
  }

  .hero-project-hover-holder.four {
    width: 270px;
    height: 270px;
    padding-top: 5%;
    top: 55%;
  }

  .home-three-footer-social {
    margin-bottom: 2.375rem;
  }

  .team-one-name {
    margin-bottom: 2rem;
  }

  .testimonial-providing-left {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .we-provide-img-block {
    max-width: 100%;
  }

  .service-step-number {
    font-size: 4rem;
  }

  .lower-card, .upper-card {
    grid-template-columns: 1fr;
  }

  .clients {
    width: 400%;
  }

  .testimonial-text-wrapper {
    max-width: none;
  }

  .mask {
    width: 75%;
  }

  .testmonial-heading {
    width: 100%;
  }

  .footer-two-main-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .review-wrapper {
    grid-row-gap: 20px;
  }

  .service-card-heading {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .awards-col-three {
    justify-content: flex-start;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-col-two, .awards-col-one {
    padding-left: 0;
    padding-right: 0;
  }

  .home-two-awards-block {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .author-details {
    border-right-style: none;
  }

  .service-card-details {
    border-right: 1px solid #333149;
  }

  .home-three-vdo-btn.video-circle {
    width: 60px;
    height: 60px;
  }

  .stretching-img-section {
    margin-bottom: 80px;
  }

  .stretching-vdo-img-block {
    height: 40vh;
  }

  .home-three-header-tab-menu {
    flex-direction: row;
    bottom: 5%;
  }

  .slider-base {
    align-items: flex-start;
  }

  .banne-heading-wrapper {
    grid-column-gap: 40px;
    margin-top: 100px;
  }

  .play-button {
    width: 60px;
    min-width: auto;
    height: 60px;
    min-height: auto;
  }

  .progress-bar-main-wrapper {
    grid-template-columns: 1fr;
  }

  .counter-text-block {
    line-height: 5rem;
  }

  .portfolio-two-tab-menu {
    width: 100%;
  }

  .contact-one-hero-left {
    margin-top: 60px;
  }

  .contact-one-place-name {
    font-size: 3rem;
    line-height: 4rem;
  }

  .contact-one-place-name.heading-one.padding-twenty {
    font-size: 4rem;
    line-height: 5.5rem;
  }

  .contact-one-banner-hero {
    display: block;
  }

  .track.overflow-hidden {
    padding-bottom: 60px;
  }

  .about-two-four-icon-block {
    margin-top: 3rem;
    display: block;
  }

  .home-one-creative-one {
    margin-bottom: 2rem;
  }

  .lightbox-block {
    margin-top: -5rem;
    margin-left: 2rem;
    position: static;
  }

  .lightbox-block.portfolio-rotate-wrapper {
    margin-top: 1rem;
    margin-left: 0;
  }

  .big-image-block {
    height: 40vh;
  }

  .our-services {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .service-name {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .text-middle-header.text-align-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-one {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .contact-form-two {
    padding: 60px 40px;
  }

  .contact-form-text-content {
    padding-top: 0;
  }

  .protfolio-hero-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-align-center.team-heading {
    margin-bottom: 60px;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .menu-line.top {
    height: 1px;
  }

  .padding-top-onerem.mobile {
    padding-top: 0;
  }

  .nav-menu-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-right {
    align-items: flex-start;
  }

  .padding-five-percent {
    padding-top: 0%;
  }

  .nav-text-three {
    font-size: 1.8rem;
  }

  .menu-item-arrow {
    width: 25px;
    height: 15px;
  }

  .nav-overflow-hidden.nav-link-margin {
    margin-bottom: 2.5vw;
  }

  .nav-menu-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-social-text {
    font-size: 1rem;
  }

  .footer-info-text.address-block-navbar {
    max-width: 300px;
    font-size: 1.2rem;
  }

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

  .flex-center {
    margin-top: 0%;
  }

  .footer-one-main-wrapper {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-banner-2 {
    padding-top: 140px;
  }

  .contect-one-main-wrapper-2 {
    grid-row-gap: 60px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-hero-2 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .social-links-wrapper {
    display: none;
  }

  .banner-image {
    min-height: 602px;
  }

  .hero-text-wrapper {
    align-items: flex-start;
    padding-top: 60px;
    padding-left: 10px;
  }

  .brand-icon-block.home-page-one {
    left: 0;
  }

  .brand-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-image {
    height: 150px;
  }

  .brand-image-block {
    width: 30%;
    right: 15px;
  }

  .heading-six {
    font-size: 1.4rem;
  }

  .main-block.interest-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-block.interest-block.pricing-one-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-block.interest-block.is-background.is-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-box, .flex-box.margin-bottom-thirty-four {
    flex-direction: column;
  }

  .case-details-container {
    padding-left: 0;
    padding-right: 0;
  }

  .solution-flex {
    flex-direction: column;
  }

  .tab-container-two.design-page-caption {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-container-one.design-page-caption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-link.font-size-change {
    font-size: 1.8rem;
  }

  .product-design-count {
    font-size: 4.2rem;
    line-height: 3.4rem;
  }

  .result-main-wrapper {
    align-items: stretch;
  }

  .page-link {
    width: 30px;
    height: 30px;
  }

  .check {
    min-width: 20px;
  }

  .page-number {
    font-size: .7rem;
    line-height: 1rem;
  }

  .side-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services.border-radius-ten {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-heading {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-project-hover-holder {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  .hero-project-hover-holder.one {
    top: 30%;
  }

  .hero-project-hover-holder.two {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  .hero-project-hover-holder.three {
    top: 30%;
  }

  .hero-project-hover-holder.four {
    width: 200px;
    height: 200px;
    top: 30%;
  }

  .team-two-process-block-right {
    margin-top: 0;
  }

  .team-two-step-section {
    padding-top: 0;
    padding-bottom: 4.375rem;
  }

  .service-step-info {
    padding-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
  }

  .clients {
    width: 600%;
  }

  .mask {
    width: 94%;
  }

  .quick-links {
    grid-row-gap: 25px;
    flex-direction: column;
    min-width: 100%;
  }

  .footer-two-main-wrapper.footer-three {
    padding-left: 0;
    padding-right: 0;
  }

  .thumb-background-text {
    background-size: 54px;
    padding-right: 66px;
  }

  .categories {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .service-card-max-width {
    padding-top: 20px;
  }

  .button-wrapper.margin-top-hundred {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }

  .stretching-vdo-img-block.contact-two-video {
    background-position: 50%;
  }

  .home-three-header-tab-menu {
    bottom: 2%;
  }

  .accordian-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .accordian-description-content {
    grid-row-gap: 20px;
  }

  .banne-heading-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-two-counter-box {
    height: 100%;
    margin-bottom: 10px;
  }

  .counter-text-block {
    padding-top: 0;
  }

  .counter-number {
    height: 40px;
  }

  .counter {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .portfolio-two-tab-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .portfolio-two-tab-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .contact-one-place-name.heading-one.padding-twenty {
    font-size: 3.3rem;
    line-height: 5rem;
  }

  .service-block {
    align-items: flex-start;
  }

  .flex-gap-thirty.margin-bottom-ten {
    flex-direction: column;
  }

  .flex-gap-fifteen.flex-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-trigger {
    width: 40px;
  }

  .footer-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .creative-text {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .creaative-flex-heading.margin-bottom-twenty {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-one-cta-bottom-section {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-box {
    max-width: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .service-process-step-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .our-service-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .result-section-2 {
    background-image: none;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .service-step-process-2 {
    display: none;
  }

  .service-process-step-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .service-process-step-3.team-two {
    display: block;
  }

  .service-step-number-block-2 {
    box-shadow: none;
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .vertical-marquee-text-2 {
    padding-right: 0;
  }

  .tab-wrapper-2 {
    align-items: flex-start;
  }

  .cta-box-2 {
    max-width: none;
  }

  .cta-box-2.is-background-two {
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .cta-box-2.is-background {
    border-top-right-radius: 6px;
  }

  .footer-content-wrapper-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .our-service-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .result-section-3 {
    background-image: none;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

#w-node-_03f95779-ba0c-3e3a-3013-1846b2dc384b-8aa18789, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc3853-8aa18789, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc385c-8aa18789, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc3864-8aa18789, #w-node-_03f95779-ba0c-3e3a-3013-1846b2dc386c-8aa18789 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a3ed8d-1a66-36b2-1cc7-af033c1974d6-8aa1878b {
  align-self: start;
}

#w-node-_80a3ed8d-1a66-36b2-1cc7-af033c1974e4-8aa1878b, #w-node-f2b9b9b5-afe1-41f8-c789-4f0c97b0a826-8aa1878f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f1e0fa4-e671-2705-df15-dcf386c15ab7-8aa187ad {
  grid-area: 2 / 9 / 8 / 12;
}

#w-node-_0f1e0fa4-e671-2705-df15-dcf386c15ac5-8aa187ad {
  grid-area: 2 / 2 / 8 / 6;
}

#w-node-_0907f21c-6c95-8fea-a9d0-c0cb2dcfb8d5-8aa187af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0907f21c-6c95-8fea-a9d0-c0cb2dcfb8df-8aa187af, #w-node-_0907f21c-6c95-8fea-a9d0-c0cb2dcfb904-8aa187af, #w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55c1-8aa187b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55c5-8aa187b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55c7-8aa187b4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55f8-8aa187b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55fc-8aa187b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce55fe-8aa187b4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce5625-8aa187b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce5629-8aa187b4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_51dd77a7-3bb3-b5ab-0fbf-0638e8ce562b-8aa187b4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-ad9fee3f-bb81-583d-08c4-639937a53f99-8aa187cf, #w-node-ad9fee3f-bb81-583d-08c4-639937a53f9b-8aa187cf, #w-node-ad9fee3f-bb81-583d-08c4-639937a53fa7-8aa187cf, #w-node-ad9fee3f-bb81-583d-08c4-639937a53fb3-8aa187cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


