@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Manrope:700|Manrope:400");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.primary-btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  display: inline-block;
  background: #008EFA;
  padding: 11px 28px;
  border-radius: 3px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  border-color: #008EFA;
  border-style: solid;
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover {
  background: #2A3D4B;
  border-color: #2A3D4B;
}

.secondary-btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  display: inline-block;
  border: 1px solid #2A3D4B;
  color: #2A3D4B;
  background-color: white;
  padding: 13px 28px;
  border-radius: 3px;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.secondary-btn:hover {
  background: #2A3D4B;
  color: white;
}

.disabled-btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  display: inline-block;
  background: #656565;
  padding: 13px 28px;
  border-radius: 3px;
  color: #D0D0D0;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.common-form .form-control,
.common-form .form-select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #949494;
  padding: 19px 12px;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
  color: #1A1A1A;
}
.common-form .form-control::-moz-placeholder, .common-form .form-select::-moz-placeholder {
  color: #CACACA;
}
.common-form .form-control::placeholder,
.common-form .form-select::placeholder {
  color: #CACACA;
}
.common-form textarea.form-control {
  height: 66px;
}
.common-form .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.common-form .input-wrap .input-img-btn {
  position: absolute;
  right: 12px;
  cursor: pointer;
}
.common-form .input-label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-align: left;
  margin-bottom: 6px;
  display: inline-block;
}
.common-form .form-check .form-check-label {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
}
.common-form .form-check .form-check-label a {
  color: #008EFA;
}
.common-form .form-check .form-check-input {
  border-color: #008EFA;
  border-width: 2px;
  margin-top: 18px;
 
}
.common-form .form-check .form-check-input:hover {
  background-color: #008EFA;
}

.common-title {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54.64px;
  color: #2A3D4B;
  text-transform: capitalize;
}

.common-para {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
}
.common-para a {
  color: #076DD5;
}

.heading-1 {
  font-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 81.96px;
  text-transform: capitalize;
  color: #2A3D4B;
}

.product-badge {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 16.24px;
  text-align: left;
  display: inline-block;
  border: 1px solid #B7EAB6;
  padding: 8px 16px;
  border-radius: 71px;
  background: #CCFFCB;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  text-wrap: nowrap;
}

.product-secondary-badge {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 16.24px;
  text-align: left;
  display: inline-block;
  border: 1px solid #FFB400;
  padding: 8px 16px;
  border-radius: 71px;
  background: #FFCC52;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  text-wrap: nowrap;
}

.common-card {
  border: 1px solid #F4F4F4;
  background: #FFFFFF;
  padding: 24px;
  text-align: center;
  max-width: 342px;
  margin: auto;
}
.common-card .common-card-heading {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
  text-align: center;
}
.common-card .card-price {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
}

.pagination-wrap .pagination {
  justify-content: center;
  border: 1px solid #D0D0D0;
  padding: 4px 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  margin: auto;
}
.pagination-wrap .pagination .page-item {
  width: 32px;
}
.pagination-wrap .pagination .page-item:hover {
  background: none;
}
.pagination-wrap .pagination .page-link {
  color: #2A3D4B;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  margin: auto;
}
.pagination-wrap .pagination .page-link:hover {
  background-color: unset !important;
}
.pagination-wrap .pagination .active > .page-link,
.pagination-wrap .pagination .page-link.active {
  border-radius: 50%;
  color: white;
  background-color: #008EFA;
  border-color: #008EFA;
}

.cover-sm-line-bg {
  background: url(../images/cover-img.png) no-repeat center top;
  background-size: cover;
}

.text-danger {
  color: #C81414;
}

.header_sec {
  padding: 32px 0;
}
.header_sec .desktop-nav {
  max-width: 1760px;
  margin: auto;
  position: relative;
  z-index: 999;
}
.header_sec .desktop-nav .right-nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header_sec .desktop-nav .right-nav .main-menu {
  display: flex;
  gap: 24px;
}
.header_sec .desktop-nav .right-nav .main-menu a {
  display: inline-block;
  padding: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  color: #2A3D4B;
  text-transform: capitalize;
  position: relative;
}
.header_sec .desktop-nav .right-nav .main-menu a[aria-expanded=false] .active-img {
  display: none;
}
.header_sec .desktop-nav .right-nav .main-menu a[aria-expanded=false] .deactive-img {
  display: inline;
}
.header_sec .desktop-nav .right-nav .main-menu a[aria-expanded=true] {
  color: #008EFA;
  position: relative;
}
.header_sec .desktop-nav .right-nav .main-menu a[aria-expanded=true]::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #008EFA;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.header_sec .desktop-nav .right-nav .main-menu a[aria-expanded=true] .active-img {
  display: inline;
}
.header_sec .desktop-nav .right-nav .main-menu a[aria-expanded=true] .deactive-img {
  display: none;
}
.header_sec .desktop-nav .right-nav .main-menu a:hover,
.header_sec .desktop-nav .right-nav .main-menu a.active {
  color: #008EFA;
}
.header_sec .desktop-nav .right-nav .main-menu a:hover::after,
.header_sec .desktop-nav .right-nav .main-menu a.active::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #008EFA;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.header_sec .desktop-nav .right-nav .main-menu .card a::after {
  content: unset;
}
.header_sec .desktop-nav .right-nav .common-btn {
  display: flex;
  gap: 16px;
}
.header_sec .desktop-nav .right-nav .common-btn .primary-btn {
  padding: 11px 31px;
}
.header_sec .desktop-nav .right-nav .common-btn .secondary-btn {
  padding: 12px 17.5px;
}
.header_sec .desktop-nav .secondary-btn[aria-expanded=true] {
  background-color: #656565;
  border-color: #656565;
  color: #D0D0D0;
}
.header_sec .desktop-nav #gbp-wrap {
  margin-top: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header_sec .desktop-nav #gbp-wrap .card {
  padding: 0;
  background: #FAFAFA;
  border: 2px solid #F6F6F6;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 0;
}
.header_sec .desktop-nav #gbp-wrap ul {
  display: flex;
}
.header_sec .desktop-nav #gbp-wrap ul a {
  text-wrap: nowrap;
  padding: 16px;
  display: block;
  opacity: 0.5;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  color: #2A3D4B;
}
.header_sec .desktop-nav #gbp-wrap ul a:hover {
  color: #008EFA;
  opacity: 1;
}

.header-transparent {
  background: transparent;
  z-index: 999;
}
.header-transparent .desktop-nav .right-nav .main-menu a {
  color: white;
}

#shopping-cart-card {
  margin-top: 36px;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.0705882353);
  max-width: 468px;
  width: 100%;
  margin-left: auto;
}
#shopping-cart-card .card {
  border: 2px solid #F6F6F6;
  background: #FAFAFA;
  padding: 40px;
  border-radius: 0;
}
#shopping-cart-card .card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54.64px;
  color: #2A3D4B;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 24px;
}
#shopping-cart-card .card table td {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  line-height: 0;
  color: #2A3D4B;
  padding-bottom: 24px !important;
  vertical-align: middle;
}
#shopping-cart-card .card table td:nth-child(2) {
  text-align: center;
  padding: 0 16px;
}
#shopping-cart-card .card table td:last-child {
  text-align: end;
}
#shopping-cart-card .card table td h4 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  margin-bottom: 0;
  margin-top: 8px;
  text-transform: capitalize;
}
#shopping-cart-card .card table th {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  color: #008EFA;
  padding-bottom: 24px;
}
#shopping-cart-card .card table th:nth-child(2) {
  text-align: center;
}
#shopping-cart-card .card table th:last-child {
  text-align: end;
}
#shopping-cart-card .card table label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  margin-bottom: 6px;
  color: #1A1A1A;
}
#shopping-cart-card .card h5 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
}
#shopping-cart-card .card .common-btn {
  display: flex;
  gap: 8px;
}
#shopping-cart-card .card .common-btn a {
  padding: 13px 0;
  flex: 1 1;
}

#menu-sm-modal .modal-header {
  padding: 19px 24px;
  border: 0;
  background-color: white;
}
#menu-sm-modal .modal-body {
  background: url(../images/menu-bg.png) no-repeat center top;
  background-size: contain;
}
#menu-sm-modal .modal-body .main-menu {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
#menu-sm-modal .modal-body .main-menu a {
  display: block;
  padding: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  color: #2A3D4B;
  text-transform: capitalize;
  text-align: center;
  justify-content: center;
  position: relative;
}
#menu-sm-modal .modal-body .main-menu a:hover {
  color: #008EFA;
}
#menu-sm-modal .modal-body .main-menu a:hover::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #008EFA;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=false] {
  color: #2A3D4B;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=false]::after {
  content: unset;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=false] .active-img {
  display: none;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=false] .deactive-img {
  display: inline;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=true] {
  color: #008EFA;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=true]::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #008EFA;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=true] .active-img {
  display: inline;
}
#menu-sm-modal .modal-body .main-menu a[aria-expanded=true] .deactive-img {
  display: none;
}
#menu-sm-modal .modal-body .main-menu #gbp-wrap ul {
  display: flex;
  justify-content: center;
}
#menu-sm-modal .modal-body .main-menu #gbp-wrap ul a {
  opacity: 0.5;
}
#menu-sm-modal .modal-body .main-menu #gbp-wrap ul a::after {
  content: unset;
}
#menu-sm-modal .modal-body .main-menu #gbp-wrap ul a:hover {
  opacity: 1;
}
#menu-sm-modal .modal-body .common-btn {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
#menu-sm-modal .modal-body .common-btn a {
  width: 100%;
}

#shopping-cart-modal .modal-header {
  padding: 19px 24px;
  border: 0;
  background-color: white;
}
#shopping-cart-modal .return-menu-sec {
  padding: 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-width: 1px 0;
}
#shopping-cart-modal .return-menu-sec a {
  gap: 10px;
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  color: #2A3D4B;
}
#shopping-cart-modal .modal-body {
  background: url(../images/menu-bg.png) no-repeat center top;
  background-size: contain;
  padding: 40px 24px;
}
#shopping-cart-modal #shopping-cart-card {
  margin: 0;
  box-shadow: unset;
  max-width: 100%;
}
#shopping-cart-modal #shopping-cart-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 43.71px;
  text-align: center;
  color: #2A3D4B;
  margin-bottom: 24px;
}
#shopping-cart-modal #shopping-cart-card h5 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
}
#shopping-cart-modal #shopping-cart-card .common-btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#shopping-cart-modal table td {
  line-height: 0;
  color: #2A3D4B;
  padding-bottom: 24px !important;
  vertical-align: middle;
}
#shopping-cart-modal table td:nth-child(2) {
  text-align: center;
  padding: 0 16px;
  vertical-align: baseline;
}
#shopping-cart-modal table td:last-child {
  text-align: end;
  vertical-align: baseline;
}
#shopping-cart-modal table td h4 {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
  margin-bottom: 0;
  margin-top: 28px;
}
#shopping-cart-modal table th {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  padding-bottom: 24px;
}
#shopping-cart-modal table th:nth-child(2) {
  text-align: center;
}
#shopping-cart-modal table th:last-child {
  text-align: end;
}
#shopping-cart-modal table label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  margin-bottom: 6px;
  color: #1A1A1A;
}

.footer_sec {
  background: #2A3D4B;
  padding: 64px 0;
}
.footer_sec .footer-wrap {
  max-width: 1254px;
  margin: auto;
}
.footer_sec .footer-wrap .footer-top-sec {
  display: flex;
  justify-content: space-between;
}
.footer_sec .footer-wrap .footer-top-sec .footer-left p {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
  color: white;
  margin: 40px 0;
}
.footer_sec .footer-wrap .footer-top-sec .footer-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer_sec .footer-wrap .footer-top-sec .footer-right ul a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  color: white;
}
.footer_sec .footer-wrap .footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(155, 155, 155, 0.5019607843);
}
.footer_sec .footer-wrap .footer-btm p {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
  color: #D0D0D0;
  margin-bottom: 0;
}

.web-design-essentials-sec {
  background-color: #FAFAFA;
}
.web-design-essentials-sec .web-desing-text-wrap {
  background-color: #FAFAFA;
  padding: 47px 40px;
}
.web-design-essentials-sec .web-desing-text-wrap .primary-btn {
  padding: 11px 28px;
}
.web-design-essentials-sec .unique-design-right-sec {
  display: flex;
  flex-direction: column;
}
.web-design-essentials-sec .unique-design-right-sec .why-partner-sec {
  max-width: 593px;
}
.web-design-essentials-sec .unique-design-sec {
  position: relative;
}
.web-design-essentials-sec .unique-design-sec .web-desing-text-wrap {
  max-width: 493px;
  position: absolute;
  top: 0;
  right: 0;
}

.outperform-sec {
  padding: 64px 80px;
  background: url(../images/outperform-bg.png) no-repeat center;
  background-size: cover;
}
.outperform-sec .outperform-wrap {
  border: 2px solid #F2F2F2;
  box-shadow: 0px 45px 123px 0px rgba(0, 0, 0, 0.031372549);
}
.outperform-sec .outperform-wrap video {
  width: 100%;
  display: block;
}
.outperform-sec .outperform-wrap .outperform-card {
  background-color: white;
  padding: 40px;
}
.outperform-sec .outperform-wrap .outperform-card .text-wrap {
  text-align: center;
  max-width: 907px;
}
.outperform-sec .outperform-wrap .outperform-card p {
  max-width: 640px;
}

.your-website-sec {
  border: 2px solid #F6F6F6;
}
.your-website-sec .blogging-traffice-sec {
  background: #FAFAFA;
  padding: 40px 56px;
  max-width: 481px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #F6F6F6;
}
.your-website-sec h4 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
}
.your-website-sec .your-website-right {
  display: flex;
  flex-direction: column;
}
.your-website-sec .your-first-sec {
  padding: 54px 80px;
  background: #FAFAFA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.your-website-sec .your-first-sec .text-wrap {
  width: 460px;
}

.additional-trending-sec {
  padding: 64px 0;
}
.additional-trending-sec .additional-wrap {
  max-width: 1410px;
  margin: auto;
}
.additional-trending-sec .additional-wrap .common-title {
  margin-bottom: 48px;
}
.additional-trending-sec .disabled-btn {
  margin-top: 48px;
}

.take-design-sec {
  position: relative;
}
.take-design-sec h4 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}

.your-website-bottom {
  border: 0;
}
.your-website-bottom .blogging-traffice-sec {
  bottom: unset;
  top: 0;
}

.design-section {
  padding: 65px 0;
  background: url(../images/design-section-bg.png) no-repeat center top;
  background-size: cover;
}
.design-section .design-top-title {
  margin-bottom: 48px;
}
.design-section .design-sec-form {
  margin-bottom: 48px;
}
.design-section .design-sec-form .common-form {
  display: flex;
  gap: 24px;
  justify-content: end;
}
.design-section .design-sec-form .common-form .first-input {
  width: 337px;
  margin-right: auto;
}
.design-section .design-sec-form .common-form .last-input {
  width: 222.33px;
}
.design-section .design-solutions-card {
  height: 100%;
  background: #2A3D4B;
  width: 100%;
}
.design-section .design-solutions-card .text-wrap {
  padding: 24px;
  text-align: center;
}
.design-section .design-solutions-card .text-wrap h4 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: white;
}
.design-section .design-solutions-card .text-wrap p {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
  margin-bottom: 16px;
  color: white;
}
.design-section .design-resources-card {
  margin-bottom: 48px;
}
.design-section .design-resources-card .design-resources-cardInner {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.design-section .design-resources-card .common-card {
  width: 100%;
  max-width: 340px;
}

.design-resources-cardInner {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}

.design-individual-section {
  padding: 60px 0;
  background: url(../images/design-section-bg.png) no-repeat center top;
  background-size: cover;
}
.design-individual-section .design-learning-gutenberg-sec {
  background: #FAFAFA;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 45px 123px 0px rgba(0, 0, 0, 0.031372549);
  padding: 48px;
  max-width: 972px;
  margin: auto;
  margin-bottom: 64px;
}
.design-individual-section .design-learning-gutenberg-sec .design-learning-top {
  display: flex;
  gap: 45px;
  align-items: center;
  margin-bottom: 24px;
}
.design-individual-section .design-learning-gutenberg-sec .design-learning-top .type-sec {
  display: flex;
  align-items: center;
  gap: 24px;
}
.design-individual-section .design-learning-gutenberg-sec .design-learning-top .type-sec h6 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
}
.design-individual-section .design-learning-gutenberg-sec .common-form .common-btn .secondary-btn {
  color: #3C3C3C;
  background: #FAFAFA;
}
.design-individual-section .design-learning-gutenberg-sec .quantity-sec {
  padding-top: 24px;
  border-top: 1px solid #D0D0D0;
  margin-top: 24px;
}
.design-individual-section .design-learning-gutenberg-sec .quantity-sec h3 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  margin-bottom: 16px;
}
.design-individual-section .design-learning-gutenberg-sec .common-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}
.design-individual-section .design-learning-gutenberg-sec .common-form h4 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 18px;
}
.design-individual-section .design-learning-gutenberg-sec .common-form .first-input {
  width: 426px;
}
.design-individual-section .design-learning-gutenberg-sec .common-form .common-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.design-individual-section .design-learning-gutenberg-sec .common-form .common-btn button {
  width: 100%;
}
.design-individual-section .related-products-sec {
  padding: 0;
}
.design-individual-section .mb-40 {
  margin-bottom: 40px;
}

.bespoke-welcome-sec {
  position: relative;
}
.bespoke-welcome-sec .bespoke-welcome-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 739px;
}
.bespoke-welcome-sec .bespoke-welcome-content .heading-1 {
  margin-bottom: 20px;
}
.bespoke-welcome-sec .bespoke-welcome-content .common-para {
  color: #F4F4F4;
  margin-bottom: 20px;
  max-width: 559px;
}

.user-experience-sec {
  padding: 60px 80px 24px 80px;
  display: flex;
  gap: 24px;
}
.user-experience-sec .user-experience-left-sec {
  max-width: 716px;
  width: 100%;
  text-align: center;
}
.user-experience-sec .user-experience-left-sec .user-experience-card {
  padding: 92px 80px;
  background: #FAFAFA;
}
.user-experience-sec .user-experience-right-sec {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
}
.user-experience-sec .user-experience-right-sec .user-experience-right-card {
  margin: auto;
  padding: 0 70px;
}

.illustrations-sec {
  padding: 0 80px;
}
.illustrations-sec .illustrations-wrap {
  background: url(../images/Illustrations-bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.illustrations-sec .illustrations-wrap .illustrations-content {
  background: #F6F6F6;
  padding: 66px 80px;
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.select-service-sec {
  padding: 65px;
  border: 2px solid var(--Grayscale-400, #F4F4F4) !important;
  background: var(--Grayscale-100, #FAFAFA) !important;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.07), 0px 15.694px 20.925px 0px rgba(0, 0, 0, 0.05), 0px 6.2px 7.8px 0px rgba(0, 0, 0, 0.04), 0px 1.356px 2.775px 0px rgba(0, 0, 0, 0.02) !important;
  max-width: 1013px;
  margin: 64px auto;
}

.we-provide-sec .cover-img {
  background: url(../images/cover-img.png) no-repeat center top;
  background-size: cover;
}
.we-provide-sec .we-provide-card {
  max-width: 636px;
  margin: auto;
}

.step-sec {
  background: url(../images/step-secbgmain.png) no-repeat top center, linear-gradient(180deg, #2A3D4B 0%, #17232D 100%);
  background-size: contain;
}
.step-sec .step-content {
  padding: 110px 0;
  text-align: center;
  max-width: 456px;
  margin: auto;
}
.step-sec .step-content h4 {
  font-family: "Manrope", sans-serif;
  font-size: 199px;
  font-weight: 700;
  line-height: 140px;
  text-align: center;
  margin-bottom: 24px;
  color: #5D6C77;
}
.step-sec .step-content p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.83px;
  text-align: center;
  color: #D0D0D0;
  margin-bottom: 0;
}

.about-welcome-sec {
  position: relative;
}
.about-welcome-sec .about-bg {
  overflow: hidden;
  height: 779px;
}
.about-welcome-sec .about-welcome {
  max-width: 644px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.about-welcome-sec .about-welcome .heading-1,
.about-welcome-sec .about-welcome p {
  margin-bottom: 20px;
}
.about-welcome-sec .about-welcome h1 {
  color: white;
}
.about-welcome-sec .about-welcome p {
  color: #F4F4F4;
  max-width: 559px;
}

.get-in-touch {
  border: none;
  background: url(../images/about-desktopformbg.png) no-repeat top center;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.07), 0px 15.694px 20.925px 0px rgba(0, 0, 0, 0.05), 0px 6.2px 7.8px 0px rgba(0, 0, 0, 0.04), 0px 1.356px 2.775px 0px rgba(0, 0, 0, 0.02);
  background-size: cover;
}
.get-in-touch .address-sec a,
.get-in-touch .address-sec address {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
  color: #2A3D4B;
}
.get-in-touch .address-sec .border-primary {
  border-right: 1px solid #008EFA;
}

.contact-welcome {
  position: relative;
}
.contact-welcome .contact-content {
  position: absolute;
  max-width: 527px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contact-welcome .contact-content h1 {
  color: white;
}
.contact-welcome .contact-content p {
  color: #F4F4F4;
}

.terms-conditions-top .contact-content {
  max-width: 556px;
}

.term-condition-sec {
  background: url(../images/term-condition-sec-bg.png) no-repeat center top;
  background-size: cover;
  padding: 64px 0;
}
.term-condition-sec .term-condition-content {
  max-width: 800px;
  margin: auto;
}
.term-condition-sec .term-condition-content h4 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  margin-bottom: 4px;
}
.term-condition-sec .term-condition-content p {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  text-align: left;
}
.term-condition-sec .term-condition-content .primary-btn {
  margin-top: 75px;
}

.login-register-sec .sign-in-content {
  width: 452px;
  margin: auto;
}
.login-register-sec .sign-in-content .common-para {
  max-width: 332px;
}
.login-register-sec .sign-in-content .forgot-btn {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  color: #2A3D4B;
  display: inline-block;
  padding: 13px;
  color: #008EFA;
}
.login-register-sec .sign-Up-content {
  width: 740px;
  padding: 24px;
}

.normal-modal .modal-body {
  background: #2A3D4B;
  padding: 32px;
}
.normal-modal .modal-body .common-title {
  color: white;
}
.normal-modal .modal-body .common-para {
  color: #F4F4F4;
}
.normal-modal .modal-body .secondary-btn:hover {
  background: white;
  color: #2A3D4B;
}

.modal-backdrop.show {
  opacity: 80%;
  background-color: white;
}

#forgot-modal .modal-dialog {
  max-width: 640px;
}
#forgot-modal .common-para {
  max-width: 332px;
  margin: auto;
}

.cover-line-bg {
  background: url(../images/term-condition-sec-bg.png) no-repeat center top;
  background-size: 100%;
}

.cart-summary-sec {
  max-width: 740px;
  background: #FFFFFF;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 40px;
}
.cart-summary-sec table td {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  line-height: 0;
  color: #2A3D4B;
  padding-bottom: 24px !important;
  vertical-align: middle;
}
.cart-summary-sec table td:first-child {
  width: 100%;
}
.cart-summary-sec table td:nth-child(2) {
  text-align: center;
  padding: 0 24px;
  vertical-align: baseline;
}
.cart-summary-sec table td:last-child {
  text-align: end;
  vertical-align: baseline;
}
.cart-summary-sec table td h4 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  margin-bottom: 0;
  margin-top: 28px;
}
.cart-summary-sec table th {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  padding-bottom: 24px;
}
.cart-summary-sec table th:nth-child(2) {
  text-align: center;
}
.cart-summary-sec table th:last-child {
  text-align: end;
}
.cart-summary-sec table label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  margin-bottom: 6px;
  color: #1A1A1A;
}
.cart-summary-sec .amount-text h5 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
}

.shopping-cart-sec {
  padding: 75px 0;
}
.shopping-cart-sec .secure-checkout-sec {
  margin-top: 64px;
}
.shopping-cart-sec .form-check {
  max-width: 300px;
  padding: 37px 0;
}
.shopping-cart-sec .discount-code-sec {
  max-width: 740px;
  margin: auto;
}
.shopping-cart-sec .discount-code-sec .discount-flex {
  display: flex;
  gap: 16px;
  align-items: end;
  margin-bottom: 40px;
}

.shopping-cart-success-sec {
  padding: 124px 0;
}
.shopping-cart-success-sec .shopping-cart-heading {
  margin-bottom: 40px;
  padding: 24px;
}
.shopping-cart-success-sec .shopping-cart-heading .common-para {
  max-width: 466px;
  margin: auto;
}
.shopping-cart-success-sec .common-btn {
  display: flex;
  gap: 8px;
}

.error-sec {
  position: relative;
}
.error-sec .error-cotent-sec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
}
.error-sec .error-cotent-sec h3 {
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 0.3em;
  margin-bottom: 75px;
  margin-left: 35px;
}
.error-sec .error-cotent-sec h1 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 288px;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: 0.05em;
  text-align: center;
}
.error-sec .error-cotent-sec .bottom-text {
  margin-top: 120px;
}
.error-sec .error-cotent-sec .primary-btn {
  padding: 13px 39px;
  margin-inline-end: 30px;
}
.error-sec .error-cotent-sec p {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: 0.3em;
  text-align: left;
  color: white;
}

.account-menu-sec {
  padding: 16px 0;
  background: #2A3D4B;
}
.account-menu-sec .account-menu-wrap {
  max-width: 1760px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-menu-sec .account-menu-wrap h4 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}
.account-menu-sec .account-menu-wrap ul {
  display: flex;
  gap: 16px;
}
.account-menu-sec .account-menu-wrap .secondary-btn.active {
  opacity: 50%;
}
.account-menu-sec .account-menu-wrap .secondary-btn.active:hover {
  background: white;
  color: #2A3D4B;
}
.account-menu-sec .account-menu-wrap .secondary-btn:hover {
  background: white;
  color: #2A3D4B;
}

.my-account-sec {
  padding: 132px 0;
  background: url(../images/myaccount-dektopbg.png) no-repeat top center;
}
.my-account-sec .my-account-content {
  max-width: 621px;
  margin: auto;
  text-align: center;
}

.my-order-sec {
  padding: 75px 0;
  background: none;
}
.my-order-sec .my-account-content {
  max-width: 679px;
  margin: auto;
  text-align: center;
}
.my-order-sec table {
  margin-top: 78px;
  width: 679px;
}
.my-order-sec table th {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.05px;
  color: #2A3D4B;
  padding-bottom: 16px;
  text-align: center;
}
.my-order-sec table th:nth-child(1) {
  text-align: start;
}
.my-order-sec table td {
  padding: 16px 0;
  border-top: 1px solid rgba(42, 61, 75, 0.4862745098);
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23.39px;
  color: #2A3D4B;
}
.my-order-sec table td:nth-child(1) {
  text-align: start;
  color: #008EFA;
}
.my-order-sec table td:last-child {
  text-align: end;
  width: 30%;
}
.my-order-sec table td .primary-btn {
  width: 165px;
}

.my-address-sec {
  padding: 75px 0;
  background: none !important;
}
.my-address-sec .my-account-content {
  max-width: 832px;
  margin: auto;
}
.my-address-sec .address-title {
  text-align: center;
  max-width: 621px;
}
.my-address-sec .billing-address-wrap {
  margin-top: 78px;
}
.my-address-sec .billing-address-wrap h4 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40.98px;
  color: #2A3D4B;
  text-transform: capitalize;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

:root:has(.welcome_sec_home) {
  --entity-size: 30px;
}

:root:has(.welcome_sec_home) {
  --border: hsl(0 0% 80%);
  --card: hsl(0 0% 98%);
  --element: hsl(0 0% 90%);
  --accent: hsla(204, 100%, 50%, 1);
  --panel: hsl(240 38% 98%);
}

html:has(.welcome_sec_home) {
  color-scheme: light only;
}

body:has(.welcome_sec_home) {
  font-family: "Manrope";
  timeline-scope: --scroller;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

.welcome_sec_home::before {
    display:none;
  --size: 60px;
  --line: hsl(0 0% 0% / 0.15);
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  -webkit-mask: linear-gradient(-15deg, transparent 30%, white);
          mask: linear-gradient(-15deg, transparent 30%, white);
  top: -120px;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}

.sticker::before 
{
    --size: 60px;
    --line: hsl(0 0% 0% / 0.15);
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
    -webkit-mask: linear-gradient(-15deg, transparent 30%, white);
    mask: linear-gradient(-15deg, transparent 30%, white);
    top: -120px;
    transform-style: flat;
    pointer-events: none;
    z-index: -1;
}
 
  



.welcome_sec_home {
  position: relative;
  z-index: -1;
  /*@media (max-width: 768px) {
    .panel {
      padding: 1rem;
    }
  }*/
  /* Card wizardry */
  /*.card__content div:*/
  /* Animations */
}
.welcome_sec_home header {
  min-height: 200vh;
  position: relative;
  width: 100%;
}
.welcome_sec_home footer {
  padding: 1rem;
  display: grid;
  place-items: center;
}
.welcome_sec_home h1 {
  margin: 0;
  font-size: 7rem;
  width: 20ch;
  max-width: 100vw;
  font-weight: 900;
  text-wrap: balance;
  text-align: center;
  color: hsl(205, 28%, 23%);
}
.welcome_sec_home h1 span {
  color: hsl(210, 100%, 50%);
}
.welcome_sec_home h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw + 1rem, 8rem);
}
.welcome_sec_home section {
  display: grid;
  place-items: center;
  min-height: 100vh;
}
.welcome_sec_home .hero {
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  width: 100vw;
  display: grid;
  place-items: center;
  z-index: 3;
  padding-top: 2rem;
}
.welcome_sec_home .sticker {
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
  z-index: 2;
}
.welcome_sec_home .scroller {
  position: relative;
  min-height: 200vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  view-timeline: --scroller;
}
.welcome_sec_home .content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  place-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.welcome_sec_home .hero p {
  font-size: 1.25rem;
  max-width: 75%;
  text-align: center;
  font-weight: light;
  margin: 0.5 auto;
}
.welcome_sec_home .hero a {
  color: canvas;
  background: var(--accent);
  text-decoration: none;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  font-weight: light;
  position: relative;
}
.welcome_sec_home .hero a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: hsla(0, 0%, 100%, 0);
}
.welcome_sec_home .hero a:is(:hover, :focus-visible)::after {
  background: hsla(0, 0%, 100%, 0.1);
}
.welcome_sec_home .panel {
  width: clamp(320px, 50vw, 750px);
  /*  width: 680px;*/
  max-width: calc(100vw - 2rem);
  border-radius: 18px;
  border: 2px solid var(--accent);
  display: grid;
  grid-template-rows: repeat(6, 60px);
  gap: 1rem;
  text-align: center;
  padding: 2rem;
  box-shadow: 0 32px 32px rgba(23, 22, 24, 0.04), 0 16px 16px rgba(23, 22, 24, 0.04), 0 8px 8px rgba(23, 22, 24, 0.04);
}
.welcome_sec_home .scroller .panel {
  background: var(--panel);
}
.welcome_sec_home .panel__row {
  container-type: size;
  display: flex;
  justify-content: center;
}
.welcome_sec_home .panel {
  --span: max(45vw, 260px);
}
.welcome_sec_home .scroller .panel div {
  display: none;
}
.welcome_sec_home main {
  height: 100vh;
}
.welcome_sec_home h1 {
  margin: 0;
  line-height: 1;
}
.welcome_sec_home .sticker .panel {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.welcome_sec_home .card-main {
  display: flex;
  align-items: start;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 100cqh;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 3px 4px rgba(23, 22, 24, 0.04), 0 1px 2px rgba(23, 22, 24, 0.04);
}
.welcome_sec_home .card__column {
  width: 100cqh;
  height: 100cqh;
  display: grid;
  place-items: center;
  position: relative;
}
.welcome_sec_home .card__column:last-of-type {
  align-self: flex-end;
}
.welcome_sec_home .card__avatar {
  height: var(--entity-size);
  aspect-ratio: 1;
  background: var(--element);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.welcome_sec_home .card__avatar * {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome_sec_home .image svg {
  width: 50%;
}
.welcome_sec_home .card__avatar img {
  z-index: 2;
}
.welcome_sec_home .card--one .card__column:first-of-type,
.welcome_sec_home .card--four .card__column:first-of-type,
.welcome_sec_home .card--two .card__column:first-of-type {
  align-self: center;
}
.welcome_sec_home .card__content {
  flex: 1;
}
.welcome_sec_home .card__details {
  height: 100cqh;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 58cqi;
  position: relative;
}
.welcome_sec_home .card__dummy .text {
  flex: 0 1 auto;
}
.welcome_sec_home .card--one .card__dummy,
.welcome_sec_home .card--four .card__dummy {
  padding-left: 2rem;
}
.welcome_sec_home .card--one .card__dummy .text:first-of-type,
.welcome_sec_home .card--four .card__dummy .text:first-of-type {
  width: 85%;
}
.welcome_sec_home .card--one .card__dummy .text:last-of-type,
.welcome_sec_home .card--four .card__dummy .text:last-of-type {
  width: 55%;
}
.welcome_sec_home .card__dummy {
  height: 160cqh;
  width: 100%;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.welcome_sec_home .text {
  height: 0.8rem;
  background: var(--element);
  border-radius: 100px;
  flex: 1;
}
.welcome_sec_home .image {
  height: var(--entity-size);
  aspect-ratio: 1;
  background: var(--element);
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.welcome_sec_home .card__company {
  height: var(--entity-size);
  aspect-ratio: 1;
  background: var(--element);
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.welcome_sec_home .youtube {
  background: #FF0000;
}
.welcome_sec_home .slack {
  background: #4A154B;
}
.welcome_sec_home .headspace {
  background: #F47D31;
}
.welcome_sec_home .alexa {
  background: #00CAFF;
}
.welcome_sec_home .messenger {
  background: #00B2FF;
}
.welcome_sec_home .notion {
  background: #000000;
}
.welcome_sec_home .paypal {
  background: #003087;
}
.welcome_sec_home .password {
  background: #3B66BC;
}
.welcome_sec_home .bluesky {
  background: #0285FF;
}
.welcome_sec_home .calendly {
  background: #006BFF;
}
.welcome_sec_home .instagram {
  background: #E4405F;
}
.welcome_sec_home .x {
  background: #000000;
}
.welcome_sec_home :where(.image, .card__company) path {
  fill: white;
}
.welcome_sec_home .card__company svg {
  width: 50%;
}
.welcome_sec_home .card--one {
  --x: calc(var(--span) * -1);
  --y: -10%;
  --r: -8deg;
  --h: 160%;
  --w: max(55cqi, 320px);
}
.welcome_sec_home .card--two {
  --x: calc(var(--span) * -1);
  --y: -30%;
  --r: 6deg;
  --h: 300%;
  --w: max(55cqi, 330px);
}
.welcome_sec_home .card--three {
  --x: calc(var(--span) * 1);
  --y: -50%;
  --r: 15deg;
  --h: 360%;
  --w: max(30cqi, 220px);
}
.welcome_sec_home .card--four {
  --x: calc(var(--span) * 1);
  --y: 10%;
  --r: 10deg;
  --h: 160%;
  --w: max(55cqi, 320px);
}
.welcome_sec_home .card--five {
  --x: calc(var(--span) * -1);
  --y: -45%;
  --r: -20deg;
  --h: 525%;
  --w: max(30cqi, 160px);
}
.welcome_sec_home .card--six {
  --x: calc(var(--span) * 1);
  --y: -30%;
  --r: -5deg;
  --h: 400%;
  --w: max(45cqi, 305px);
}
.welcome_sec_home .card--one .card__avatar,
.welcome_sec_home .card--four .card__avatar {
  --s: 2;
  transform-origin: 0 50%;
}
.welcome_sec_home .card--two .card__avatar {
  position: absolute;
  z-index: 4;
  left: 1rem;
  width: var(--entity-size);
  max-width: calc(100cqi - 2rem);
}
.welcome_sec_home .card--two .card__column:last-of-type,
.welcome_sec_home .card--three .card__column:last-of-type,
.welcome_sec_home .card--five .card__column:last-of-type {
  align-self: flex-start;
}
.welcome_sec_home .card--six .card__column:last-of-type {
  align-self: start;
  width: auto;
  min-width: 60px;
}
.welcome_sec_home .card--six .card__column:last-of-type .card__company {
  border-radius: 100px;
  width: var(--entity-size);
}
.welcome_sec_home .card--three .card__dummy,
.welcome_sec_home .card--five .card__dummy,
.welcome_sec_home .card--six .card__dummy {
  width: 30cqi;
  min-width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  height: 260%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
.welcome_sec_home .card--five .card__dummy {
  height: 425%;
}
.welcome_sec_home .card--six .card__dummy {
  height: 280%;
}
.welcome_sec_home .card--three .text:last-of-type {
  width: 45%;
}
.welcome_sec_home .card--five .card__dummy,
.welcome_sec_home .card--six .card__dummy {
  gap: 1rem;
  width: 34cqi;
}
.welcome_sec_home .card--six .card__dummy {
  --w: 250px;
}
.welcome_sec_home .card--six .grid__panel {
  aspect-ratio: 2/1;
}
.welcome_sec_home .text-wrap {
  display: grid;
  gap: 0.5rem;
  max-width: 65%;
}
.welcome_sec_home .text-wrap :first-child {
  width: 100%;
}
.welcome_sec_home .text-wrap :last-child {
  width: 80%;
}
.welcome_sec_home .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  width: calc(100% - 4rem);
}
.welcome_sec_home .grid__panel {
  aspect-ratio: 1;
  background: var(--element);
  border-radius: 12px;
}
.welcome_sec_home .cta {
  height: var(--entity-size);
  width: 60%;
  background: var(--accent);
  border-radius: 100px;
  scale: 0;
  --s: 1;
}
.welcome_sec_home .ring {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  translate: 0 0%;
}
.welcome_sec_home .ring--over {
  z-index: 10;
}
.welcome_sec_home .ring--over img {
  -webkit-clip-path: inset(50% 0 0 0);
          clip-path: inset(50% 0 0 0);
}
.welcome_sec_home .ring img {
  filter: none;
  width: 100%;
  min-width: 700px;
  max-width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome_sec_home .bear-link {
  color: canvasText;
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  opacity: 0.8;
}
.welcome_sec_home :where(.x-link, .bear-link):is(:hover, :focus-visible) {
  opacity: 1;
}
.welcome_sec_home .bear-link svg {
  width: 75%;
}

/* Media query for mobile devices */
@media only screen and (max-width: 600px) {
  .welcome_sec_home h1 {
    font-size: 3rem;
    padding: 0 2rem;
    /* Adjust side padding for mobile */
  }
  .welcome_sec_home p {
    font-size: 0 7rem;
    padding: 0 rem;
    /* Adjust side padding for mobile */
  }
}
@supports (animation-timeline: scroll()) {
  .welcome_sec_home .hero {
    position: absolute;
  }
  .welcome_sec_home .card-main {
    animation: grow both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card__avatar img {
    animation: fade-in both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .password svg {
    animation: fade-in both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card__content {
    animation: slide both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card--one .card__avatar,
  .welcome_sec_home .card--four .card__avatar {
    --s: 2;
    transform-origin: 0 50%;
    animation: morph both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card--two .card__avatar {
    animation: shrink both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card--two .card__column:last-of-type,
  .welcome_sec_home .card--three .card__column:last-of-type,
  .welcome_sec_home .card--five .card__column:last-of-type {
    animation: slide both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card--six .card__column:last-of-type .card__company {
    animation: cta-morph both linear, color-in both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .card--five .card__dummy,
  .welcome_sec_home .card--six .card__dummy {
    animation: expand both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  .welcome_sec_home .cta {
    animation: morph both linear;
    animation-timeline: --scroller;
    animation-range: entry 0% exit 0%;
  }
  @keyframes cta-morph {
    0%, 30% {
      translate: -1rem 0;
      width: 120px;
    }
  }
  @keyframes color-in {
    0%, 50% {
      background: var(--element);
    }
  }
  @keyframes expand {
    0%, 30% {
      width: var(--w, 26cqi);
    }
  }
  @keyframes shrink {
    0%, 30% {
      width: calc(var(--w) - 2rem);
      border-radius: 12px;
      height: calc(300cqh - 2rem);
    }
    85% {
      height: var(--entity-size);
      width: var(--entity-size);
    }
  }
  @keyframes grow {
    0% {
      translate: var(--x, 0) var(--y, 0);
      height: var(--h, 100%);
      rotate: var(--r, 0);
      width: var(--w, 10cqi);
    }
    15% {
      rotate: var(--r, 0);
    }
    30% {
      rotate: 0deg;
      height: var(--h, 100%);
      width: calc(var(--w, 10cqi));
      translate: 0 var(--y, 0);
    }
  }
  @keyframes morph {
    0% {
      scale: var(--s);
    }
  }
  @keyframes slide {
    0%, 30% {
      translate: 0 -100cqh;
    }
    100% {
      translate: 0 0;
    }
  }
  @keyframes fade-in {
    0%, 50% {
      opacity: 0;
    }
  }
}
.stickyheader {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9;
  width: 100%;
}

.contactbg-front {
  background: url(../images/contact-contentbg.png) no-repeat top center;
  padding: 64px 0px;
}

.aboutusgetintouch {
  border-left: 8px solid #F4F4F4 !important;
  border-right: 8px solid #F4F4F4 !important;
  background: url(../images/about-desktopformbg.png) no-repeat top center !important;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.07), 0px 15.694px 20.925px 0px rgba(0, 0, 0, 0.05), 0px 6.2px 7.8px 0px rgba(0, 0, 0, 0.04), 0px 1.356px 2.775px 0px rgba(0, 0, 0, 0.02) !important;
  background-size: cover !important;
}/*# sourceMappingURL=style.css.map */