body {
  padding: 0;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  letter-spacing: 0;
  background: #fff;
  margin: 0;
  max-width: 100%;
  color: #000 !important ;
  position: relative;
}
.main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
.mobile-only {
  display: none;
}
.three {
  display: none;
}
.hamburger-menu.for-mobile {
  display: none;
}
.container {
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto;
  padding: 0 60px;
}
.header {
  padding: 0px 25px;
  height: 65px;
  position: relative;
  width: 100%;
  max-width: 1600px !important;
  margin: 0 auto;
}
a {
  display: inline-block;
}
a:hover {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  text-transform: initial;
  padding: 0;
  text-decoration: none;
}
.header-container {
  width: 100% !important;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 5;
  position: absolute;
}
.header .navbar {
  padding: 15px 0 !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: transparent;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.navbar-header {
  width: 100%;
  max-width: 88%;
  display: flex;
}
.header .navbar .navbar-brand-logo {
  width: 100%;
  max-width: 140px;
}
.header .navbar-expand-sm .navbar-nav .nav-link {
  font-family: Space Grotesk;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin: 0 25px;
  padding: 0;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
}
a.nav-link.bordered-text.color-cta {
  background: #fff;
  color: #000 !important;
}
.header .navbar-expand-sm .navbar-nav .nav-link:hover {
  border-bottom: 1px solid;
  border-color: hsla(0, 0%, 100%, 0.4) !important;
}
.header .navbar-expand-sm .navbar-nav .bordered-text:hover {
  background-color: #ddd5cd;
}
.header .navbar-expand-sm .bordered-text {
  font-weight: 700 !important;
  border: 2px solid #c3beb9;
  height: 40px;
  border-radius: 2px;
  background-color: #c3beb9;
  display: flex;
  color: #000 !important;
  align-items: center;
  padding: 10px 12px !important;
  margin: 0px !important;
  font-size: 16px !important;
  box-shadow: 0px 0px 10px 2px rgb(0 0 255 / 15%);
  transition: 0.8s;
}
/* .header.sticky, */
.header-container.sticky {
  position: sticky;
  top: 0px;
  z-index: 9999;
  background: #000;
  width: 100%;
  margin: 0 auto;
  animation: slide-down 0.8s;
  opacity: 1;
}
@keyframes slide-down {
  0% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.overflow {
  overflow: hidden;
}
/* Toggle menu */
#toggle {
  display: none;
  width: 22px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 22px;
}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
}
#menu li.nav-item a.nav-link {
  font-family: "Source-Sans-Pro-Normal";
  font-size: 16px;
  padding: 0 0 16px;
}
#toggle span:after {
  top: 7px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 6px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(4px, -5px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
#menu {
  position: absolute;
  top: 70px;
  right: 0;
  color: #999;
  width: 100%;
  max-width: 260px;
  padding: 10px 24px;
  margin: 0 0 0 auto;
  text-align: left;
  background: white;
  box-shadow: 0 0 15px rgb(0 0 0 / 25%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  z-index: 99999;
}
ul,
li,
li a {
  list-style: none;
  padding: 0;
}
li a {
  padding: 5px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
#menu a.bordered-text {
  border: 2px solid #66b6f8;
  height: 40px;
  border-radius: 2px;
  background-color: #66b6f8;
  display: flex;
  align-items: center;
  padding: 0 18.65px !important;
  font-size: 18px !important;
  box-shadow: 0px 0px 10px 2px rgb(0 0 255 / 15%);
  color: #fff !important;
  justify-content: center;
  width: 100%;
  max-width: 68%;
  line-height: 0 !important;
  font-family: "Source-Sans-Pro-600" !important;
}
#menu li.nav-item {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* footer */
.footer-outer {
  background: #000;
  padding: 60px 40px;
}
.footer-outer .container {
  width: 100% !important;
  max-width: 1600px !important;
  padding: 0;
}
.footer-menu a.navbar-brand-logo img {
  width: 100%;
  max-width: 21%;
}
.navbar-footer a.nav-link {
  font-size: 28px;
  line-height: 29px !important;
  color: #fff;
  font-family: "Space Grotesk";
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 4px 0;
  margin: 0 0 8px 0;
}
.navbar-footer a.nav-link:hover {
  border-bottom: 1px solid #fff;
}
.navbar-footer ul.navbar-nav {
  padding-right: 70px;
}
.navbar-footer {
  display: flex;
  text-align: left;
  padding: 50px 0;
}
.navbar-footer a.active-item {
  border-bottom: 1px solid #fff;
}
.active-item {
  border-bottom: 1px solid #fff !important;
}
.navbar-footer li.nav-item {
  display: inherit;
}
h1.footer-right-side-title {
  color: #fff;
  font-size: 42px;
  line-height: 50px !important;
  padding-bottom: 60px;
  margin-bottom: 35px;
  font-family: "Space Grotesk";
  background-position: 0 100%;
  background-image: url(../images/footer-arrow.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.footer-menu .column-left {
  width: 100%;
  max-width: 55% !important;
}
.footer-menu .column-right {
  width: 100%;
  max-width: 45% !important;
  background-position: 100% 0;
  background-image: url(../images/footer-bg-image.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.row.footer-menu {
  margin: 0;
}
.footer-right-side-desc p {
  font-size: 20px;
  line-height: 25px !important;
  margin-bottom: 0;
  color: #fff;
  font-family: "Space Grotesk";
  width: 100%;
  max-width: 63%;
}
.footer-right-side-desc a.btn {
  font-size: 17px;
  line-height: 25px !important;
  background-color: #ebe4bd;
  color: #000;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Space Grotesk";
  font-weight: 700;
  padding: 15px 25px;
}
.footer-right-side-desc a.btn:hover {
  background: #fff;
}
.footer-right-side {
  padding: 26px 0 0 0;
}
.footer-right-side-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-links-social a.social-icons {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30px 30px;
}
a.social-icons.footer-links-socialitem-facebook {
  background-image: url(../images/facebook.png);
}
a.social-icons.footer-links-socialitem-instagram {
  background-image: url(../images/instagram.png);
}
a.social-icons.footer-links-socialitem-linkedin {
  background-image: url(../images/linkdin.png);
}
a.footer-links-below-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-family: "Space Grotesk";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px !important;
  color: #fff;
  opacity: 0.5;
  margin: 20px 25px 0 0;
  cursor: pointer;
}
a.footer-links-below-item:hover {
  opacity: 1;
  color: #fff;
}
/* Banner */
.banner-outer {
  background: #f2f0ec;
  position: relative;
}
.banner-txt {
  width: 100%;
  max-width: 55%;
  padding: 140px 0 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-txt h1 {
  font-size: 54px !important;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 80px;
  font-weight: 400;
}
.banner-txt h2 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 34px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 80px;
  letter-spacing: -0.01em;
}
.banner-txt p {
  font-size: 19px;
  line-height: 30px;
  font-family: "Space Grotesk";
  color: #fff;
  letter-spacing: -0.02em;
  padding: 0px 155px 30px 0 !important;
}
.banner-txt .banner-btns p {
  padding: 0 0 0 30px;
  margin: 0;
}
.banner-btns a.btn {
  font-size: 17px;
  line-height: 25px !important;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Space Grotesk";
  font-weight: 700;
  padding: 15px 25px;
  text-transform: capitalize;
}
.banner-btns a.btn:hover {
  background-color: #000;
}
.banner-btns {
  display: flex;
  align-items: center;
}
.banner-btns p span {
  font-size: 14px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.6);
  font-family: "Source-Sans-Pro-Normal";
  float: left;
  width: 100%;
  max-width: 60%;
}
.banner-slider-sec .card-block a {
  display: flex;
  flex-direction: column;
}
.slider-row-single .card-block {
  filter: blur(10px) contrast(120%) brightness(75%);
  -webkit-filter: blur(10px) contrast(120%) brightness(75%);
}
.slider-row-single img.card-img {
  height: 700px;
  object-fit: cover;
  display: none;
}
.slider-z .slick-center img.img-fluid.card-img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  margin-top: -51px;
  background: transparent;
}
.card-block.slick-slide.slick-current.slick-active.slick-center img.logo-img {
  margin-top: 51px;
}
/* .slider-z .slick-center {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.5);
  margin-top: -63px;
  background: transparent;
} */
.card-img,
.card-img-bottom {
  border: none !important;
  border-radius: 0 !important;
}
.slider-z .slick-list {
  padding: 85px 60px 0px !important;
}
.slider-row {
  margin-top: -107px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-slider-sec img.logo-img {
  background-color: transparent;
}
.slider-y {
  position: absolute !important;
  top: 31%;
  left: 50%;
  width: 100% !important;
  max-width: 30% !important;
  display: flex !important;
}
.slider-y li h3 {
  font-family: "Space Grotesk";
  font-size: 28px;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.slider-y img.image,
.slider-y img.profile {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.story-section-pointer {
  position: absolute;
  top: 31%;
  left: 47%;
  height: 20vw;
  padding: 25px 0 2vw 20px;
  width: 30px;
  display: block;
  overflow: hidden;
  z-index: 111;
}
.story-section-line {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}
.story-section-circle {
  top: 89.8%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
}
.banner-bottom-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 60px;
  position: absolute;
  top: 0;
  margin: 45px 0 0;
}
.banner-bottom-txt .right-side {
  width: 100%;
  max-width: 30%;
  align-self: flex-end;
}
.banner-bottom-txt .left-side h1 {
  font-size: 70px;
  padding: 75px 0 0 0;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 55px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-big-up.png);
  background-size: 40px 42px;
}
.banner-bottom-txt .left-side h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 65px;
  opacity: 0.6;
  letter-spacing: -0.01em;
}
.banner-bottom-txt .right-side p {
  font-family: "Space Grotesk";
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.banner-bottom-txt .right-side a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Space Grotesk";
  padding: 0 25px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  letter-spacing: -0.04em;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../images/forward-arrow-white.png);
  background-size: 15px 15px;
}
.slider-zx {
  display: flex;
}
.bottom-heading {
  position: relative;
  top: -70px;
  z-index: 1;
}
.slider-zx .bg-1 {
  height: 430px !important;
  width: 10%;
}
.slider-x .card-block.slick-slide a {
  background-repeat: no-repeat;
  background-position: 100%;
  height: 700px;
  background-size: 60% 100%;
}
.slider-x .card-block.slick-slide[data-slick-index="0"] a {
  background-image: url(../images/slide-1.png);
}
.slider-x .card-block.slick-slide[data-slick-index="1"] a {
  background-image: url(../images/slide-2.png);
}
.slider-x .card-block.slick-slide[data-slick-index="2"] a {
  background-image: url(../images/slide-3.png);
}
.slider-x .card-block.slick-slide[data-slick-index="3"] a {
  background-image: url(../images/slide-4.png);
}
.slider-x .card-block.slick-slide[data-slick-index="4"] a {
  background-image: url(../images/slide-5.png);
}
.slider-x .card-block.slick-slide[data-slick-index="5"] a {
  background-image: url(../images/slide-6.png);
}
.slider-x .card-block.slick-slide[data-slick-index="6"] a {
  background-image: url(../images/slide-7.png);
}
.slider-x .card-block.slick-slide[data-slick-index="7"] a {
  background-image: url(../images/slide-8.png);
}
.slider-x .card-block.slick-slide[data-slick-index="0"] {
  background: #b58c53;
}
.slider-x .card-block.slick-slide[data-slick-index="1"] {
  background: #383934;
}
.slider-x .card-block.slick-slide[data-slick-index="2"] {
  background: #34382b;
}
.slider-x .card-block.slick-slide[data-slick-index="3"] {
  background: #4b2921;
}
.slider-x .card-block.slick-slide[data-slick-index="4"] {
  background: #010127;
}
.slider-x .card-block.slick-slide[data-slick-index="5"] {
  background: #3e3530;
}
.slider-x .card-block.slick-slide[data-slick-index="6"] {
  background: #0b2218;
}
.slider-x .card-block.slick-slide[data-slick-index="7"] {
  background: #8d7c6f;
}
/* How it works */
.wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
.how-it-works-outer {
  background: #f2f0ec;
  padding: 30px 20px 70px;
}
.how-it-works-outer p {
  text-transform: uppercase;
  font-family: "Open Sans Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: center;
}
.how-it-works-outer h1 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Space Grotesk";
  font-weight: 500;
  color: #000;
  letter-spacing: -0.03em;
  padding-bottom: 70px;
  text-align: center;
  margin: 0;
}
.how-it-works-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 75px;
}
.how-it-works-row .box span {
  font-family: "Space Grotesk";
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 3px;
  margin-bottom: 5px;
  color: #000;
}
.how-it-works-row .box h2 {
  font-family: "Open Sans Regular";
  font-weight: bold;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.04em;
  padding: 5px 0 14px;
  margin: 0;
}
.how-it-works-row .box p {
  font-family: "Space Grotesk";
  font-weight: 400;
  text-transform: none;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #525252;
  letter-spacing: -0.01em;
}
.how-it-works-row .box {
  width: 100%;
  max-width: 28%;
  margin: 0 3%;
  padding: 0 0 35px;
}
/* Lets start */
.lets-start-section-outer {
  background: #f8f8f8;
  margin-top: 88px;
}
.lets-start-section-outer .text {
  padding: 80px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lets-start-section-outer .text h1 {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 0;
  font-family: "Space Grotesk";
  font-weight: 500;
  color: #000;
  letter-spacing: -0.04em;
  background-repeat: no-repeat;
  background-position: 76% 89%;
  background-size: 40px 40px;
  background-image: url(../images/end-arrow-right.png);
}
.lets-start-btns {
  width: 100%;
  max-width: 50%;
  padding: 0 0 0 240px;
  text-align: right;
}
.lets-start-section-outer .lets-start-btns p {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #000;
}
.lets-start-btns a.btn {
  font-size: 17px;
  line-height: 25px !important;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Space Grotesk";
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 4px;
}
* {
  box-sizing: border-box;
}
/* Experts Section*/
.experts-section-outer {
  position: relative;
  padding: 100px 60px 40px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: 86% 20%;
  background-size: 65% 58%;
  background-color: #000;
}
.experts-section-outer .experts-text-section {
  width: 100%;
  max-width: 40%;
  position: absolute;
  top: 14%;
}
.slider-experts.slider-experts-row.slick-initialized.slick-slider {
  width: 100%;
  max-width: 23%;
  margin: 0 180px 0 auto;
}
.slider-experts a img.card-img {
  height: auto;
  /* object-fit: none; */
  width: 100%;
}
/* .slider-experts a .txt {
  width: 100%;
  max-width: 48%;
  margin: 0 auto;
  padding: 0 0;
} */
.slider-experts a h2 {
  font-family: "Open Sans Regular";
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.04em;
  padding: 12px 0 7px;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}
.slider-experts a p {
  color: #fff;
  opacity: 0.5;
  font-family: "Space Grotesk";
  text-transform: none;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.experts-text-section p {
  text-transform: uppercase;
  font-family: "Open Sans Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: left;
}
.experts-text-section p:last-child {
  font-family: "Space Grotesk";
  font-weight: 400;
  text-transform: none;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  letter-spacing: -0.01em;
  padding: 0 170px 0 0;
}
.experts-text-section h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 65px;
  letter-spacing: -0.01em;
}
.experts-text-section h1 span {
  font-size: 70px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
}
.experts-text-section .arrow-down {
  background-repeat: no-repeat;
  background-image: url(../images/arrow-big-up.png);
  width: 40px;
  height: 42px;
  display: inline-block;
  transform: rotate(180deg);
  margin: 12px 0;
}
.experts-section-outer .how-it-works-row {
  padding: 100px 0 0;
}
.experts-section-outer .how-it-works-row .box h2 {
  color: #fff;
}
.experts-section-outer .how-it-works-row .box p {
  color: #fff;
  opacity: 0.7;
  font-family: "Space Grotesk";
  font-weight: 600;
}
/* Tab1 */
.projects-sizes-section-outer {
  padding: 70px 40px;
}
.projects-sizes-section-outer .tabs {
  padding: 0 0 50px 0;
}
.projects-sizes-section-outer h1 {
  font-size: 66px;
  line-height: 85px;
  font-family: "Space Grotesk";
  font-weight: 500;
  color: #000;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 0;
}
.projects-sizes-section-outer h2 {
  color: #000;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 65px;
  letter-spacing: -0.01em;
  float: left;
}
.projects-sizes-section-outer .arrow {
  background-repeat: no-repeat;
  background-image: url(../images/end-arrow-right.png);
  width: 40px;
  height: 42px;
  transform: rotate(90deg);
  margin: 12px 12px;
  float: left;
}
.projects-sizes-section-outer #tabs-nav li {
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: "Space Grotesk";
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #000;
  margin: 15px 2px;
  opacity: 0.33;
  transition: opacity 0.2s;
}
.project-size-item-badge {
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 20px;
  padding: 0px 10px;
  border: 1px solid #000;
  font-family: unset;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  z-index: 3;
  letter-spacing: 0.1em;
}
.tab-content {
  display: flex;
}
ul#tabs-nav {
  padding: 0 0 40px 0;
  position: relative;
}
div#tab1 .box-1,
div#tab1 .box-3,
div#tab3 .box-1,
div#tab3 .box-3 {
  margin-top: 70px !important;
}
div#tab1 .box-2,
div#tab1 .box-4,
div#tab3 .box-2,
div#tab3 .box-4 {
  margin-bottom: 70px !important;
}
div#tab2 .box-2,
div#tab2 .box-4,
div#tab4 .box-2,
div#tab4 .box-4 {
  margin-top: 70px !important;
}
div#tab2 .box-1,
div#tab2 .box-3,
div#tab4 .box-1,
div#tab4 .box-3 {
  margin-bottom: 70px !important;
}
div#tab1 .box-4 .project-size-footer,
div#tab3 .box-4 .project-size-footer {
  bottom: 25px;
}
div#tab2 .box-2 .project-size-footer,
div#tab4 .box-2 .project-size-footer {
  bottom: 0px;
}
div#tab2 .box-4 .project-size-footer,
div#tab4 .box-4 .project-size-footer {
  bottom: 25px;
}
div#tab2 .box-1 .project-size-footer,
div#tab2 .box-3 .project-size-footer,
div#tab4 .box-1 .project-size-footer,
div#tab4 .box-3 .project-size-footer {
  bottom: 50px;
}
div#tab1 .box-2 .project-size-footer {
  bottom: 25px;
}
ul#tabs-nav li.active {
  opacity: 1;
}
ul#tabs-nav li a:hover {
  color: #000 !important;
  opacity: 0.8;
}
.projects-sizes-section-outer .tab-content .boxes {
  width: 100%;
  max-width: 25%;
  position: relative;
  text-align: left;
  display: inline-block;
  margin: 0 1% 25px;
  padding: 0 0 40px 0;
}
.projects-sizes-section-outer .tab-content .box {
  cursor: pointer;
  z-index: 2;
  background: #799085;
  padding: 25px 25px;
  display: inline-block;
  -webkit-transform: translateY(20px) translateZ(0);
  -moz-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, transform 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s,
    -moz-transform 0.2s;
}
.project-size-item-cardfeature {
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 50%;
  opacity: 0.68;
  margin-top: 15px;
  float: left;
}
.projects-sizes-section-outer .tab-content h2 {
  font-family: "Source-Sans-Pro-600";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  width: 100%;
  padding: 0 0 10px 0;
}
.project-size-item-featuretype {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-family: "Space Grotesk";
}
.project-size-item-featurevalue {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "Space Grotesk";
}
.project-size-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Source-Sans-Pro-900";
  padding-right: 35px;
  text-align: right;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("../images/view-web-icon.png");
  background-size: 12px 12px;
  cursor: pointer;
}
.projects-sizes-section-outer h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.04em;
  color: #000;
  opacity: 0.7;
  margin-bottom: 5px;
  font-family: "Space Grotesk";
  font-weight: 500;
}
.projects-sizes-section-outer a.footer-btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Source-Sans-Pro-600";
  padding-right: 25px;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 2px solid #000;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url("../images/end-arrow-right.png");
  background-size: 15px 15px;
  color: #000;
  letter-spacing: -0.04em;
}
/* Tab2 */
.story-section-outer {
  background: linear-gradient(90deg, #f5f5f5 50%, #e1e5e3 50%);
  padding: 50px 0px 80px;
}
#tabs-content-1 {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
ul#tabs-nav-1 {
  margin-bottom: 60px;
  display: inline-block;
  padding: 0 40px;
}
ul#tabs-nav-1 li {
  float: left;
}
ul#tabs-nav-1 li {
  opacity: 0.2;
  padding: 5px 24px;
}
ul#tabs-nav-1 li.active {
  opacity: 1;
}
ul#tabs-nav-1 li:hover {
  opacity: 1;
}
#tabs-content-1 .tab-content-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#tabs-content-1 .tab-content-1 .left-box {
  width: 100%;
  max-width: 50%;
  padding: 0px 40px 0px;
}
#tabs-content-1 .tab-content-1 .right-box {
  width: 100%;
  max-width: 50%;
  padding: 0px 40px 0px;
}
.tab-content-1 .left-box h1 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Source-Sans-Pro-700";
}
.tab-content-1 h1 img {
  padding: 0 20px;
  width: 90px !important;
}
#tabs-content-1 .footer-txt {
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 30px;
  background-image: url("../images/quoted.png");
  margin: 60px 0 0 0;
}
#tabs-content-1 .footer-txt p {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
#tabs-content-1 .footer-txt span {
  font-family: "Source-Sans-Pro-900";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.1em;
  opacity: 0.4;
}
.story-time-line-step-between {
  overflow: hidden;
  position: relative;
  display: block;
  width: 2px;
  height: 40px;
  margin: 5px 12px;
  background: #9f9f9f;
  opacity: 0.3;
}
.tab-content-1 .right-box p {
  font-size: 20px;
  line-height: 50px;
  color: #000;
  font-family: "Space Grotesk";
  font-weight: 400;
}
.tab-content-1 .right-box p img {
  width: 100%;
  max-width: 8%;
}
/* Review section */
.review-x-slider .card-block.slick-slide[data-slick-index="0"] {
  background: #889ea2;
}
.review-x-slider .card-block.slick-slide[data-slick-index="1"] {
  background: #b2998c;
}
.review-x-slider .card-block.slick-slide[data-slick-index="2"] {
  background: #bcae9f;
}
.review-x-slider .card-block.slick-slide[data-slick-index="3"] {
  background: #b0b7ad;
}
.review-x-slider .card-block.slick-slide[data-slick-index="4"] {
  background: #7fa8a8;
}
.review-x-slider .card-block.slick-slide[data-slick-index="5"] {
  background: #889ea2;
}
.review-x-slider .card-block.slick-slide[data-slick-index="6"] {
  background: #b2998c;
}
.review-x-slider .card-block.slick-slide[data-slick-index="7"] {
  background: #8d7c6f;
}
.review-x-slider img.top-img {
  position: absolute;
  width: 100%;
  max-width: 10%;
  top: 3%;
  left: 4%;
  right: 0;
}
.review-y-slider .card-block {
  position: relative;
}
.review-y-slider .card-block.slick-slide.slick-current p,
.review-y-slider .card-block.slick-slide.slick-current h3,
.review-y-slider .card-block.slick-slide.slick-current h4 {
  color: #fff;
}
/* .review-y-slider .card-block.slick-slide.slick-current img.card-img.brand-logo {
  filter: invert(100%) sepia(13%) saturate(7500%) hue-rotate(196deg) brightness(112%) contrast(111%);
} */
/* .review-y-slider .card-block.slick-slide.slick-current{
opacity: 1;
-webkit-filter: blur(40px);
filter: blur(40px);
} */
.review-x-slider a.js-fillcolor {
  padding: 60px 50px;
}
.review-section-outer {
  position: relative;
}
.review-section-outer .header-txt {
  position: absolute;
  top: 7%;
  z-index: 9;
  right: 8%;
}
.review-y-slider.review-y-slider-row.slick-initialized.slick-slider {
  margin-top: -376px;
}
.review-y-slider .slick-list {
  margin-left: 310px !important;
  padding: 0 8% 0 0 !important;
}
.review-y-slider .card-block {
  width: 100%;
  max-width: 20%;
}
.review-section-outer .header-txt .arrow {
  background-repeat: no-repeat;
  background-image: url(../images/arrow-big-up.png);
  width: 40px;
  height: 42px;
  transform: rotate(180deg);
  margin: 12px 12px;
  float: left;
}
.review-section-outer .header-txt h1 {
  font-size: 66px;
  line-height: 85px;
  font-family: "Space Grotesk";
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  text-align: left;
  margin: 0;
}
.review-section-outer .header-txt h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 65px;
  letter-spacing: -0.01em;
  float: left;
}
.review-y-slider .txt-with-img {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.review-y-slider img.card-img.brand-logo {
  width: 100%;
  max-width: 70%;
  padding-left: 45px;
  filter: invert(52%) sepia(37%) saturate(3228%) hue-rotate(260deg)
    brightness(9%) contrast(85%);
}
.review-y-slider .txt-with-img img {
  margin-right: 20px;
  width: 100%;
  max-width: 15%;
  padding: 0;
}
.review-y-slider .card-block.slick-slide.slick-current p {
  background-image: url("../images/quoted1.png");
}
.review-y-slider p {
  margin-bottom: 32px;
  width: 100%;
  padding: 0 45px;
  font-family: "Space Grotesk";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 25px;
  color: #000;
  background-size: 30px 30px;
  background-image: url("../images/quoted.png");
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  background-repeat: no-repeat;
}
.review-y-slider .txt-with-img h3 {
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 0 0;
  font-family: "Space Grotesk";
  font-weight: 900;
  color: #000;
}
.review-y-slider .txt-with-img h4 {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  font-family: "Space Grotesk";
  font-weight: 400;
  color: #000;
}
/* Pricing Page How it works */
.pricingPage-how-it-works-outer {
  background: #eceff2;
  padding: 70px 20px;
}
.pricingPage-projects-sizes-section-outer .tab-content .box {
  background: #656788;
}
/* Quotes Section */
.quotes-section-outer {
  padding: 80px;
  background: #000221;
  text-align: center;
}
.quotes-section-outer h3 {
  text-transform: uppercase;
  font-family: "Source-Sans-Pro-900";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.quotes-section-outer h1 {
  font-size: 65px;
  line-height: 70px;
  font-family: "Space Grotesk";
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 10px;
}
.quotes-section-outer p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: hsla(0, 0%, 100%, 0.8);
  font-family: "Space Grotesk";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
}
.quotes-section-outer .quotes-box h2 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: -0.04em;
  font-family: "Source-Sans-Pro-600";
  text-align: left;
}
.quotes-section-outer .quotes-box p {
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.01em;
  opacity: 0.7;
  font-family: "Space Grotesk";
  color: #fff;
  font-weight: 500;
  font-style: normal;
  padding: 0 60px 0 0;
}
.quotes-section-outer .quoute-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.quotes-section-outer .quotes-box {
  width: 100%;
  max-width: 50%;
  padding: 30px 0px 20px;
}

/* Invest Brand Section */
.invest-brand-outer {
  padding: 80px;
  background: #000221;
  text-align: center;
}
.invest-brand-outer h1 {
  font-size: 65px;
  line-height: 70px;
  font-family: "Space Grotesk";
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 10px;
}
.invest-brand-outer p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: hsla(0, 0%, 100%, 0.8);
  font-family: "Space Grotesk";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}
.invest-brand-outer .brand-img-topper {
  position: absolute;
  left: 0;
  z-index: 1;
}
.invest-brand .text {
  text-align: left;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  margin-top: -38px;
}
.invest-brand-row {
  display: flex;
  padding: 80px 0 0;
}
.invest-brand-outer .invest-brand {
  width: 100%;
  max-width: 33.333%;
  position: relative;
}
.down-arrow {
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url("../images/arrow-big-up.png");
  background-size: 23px 29px;
  height: 35px;
  transform: rotate(180deg);
  margin: 5px;
}
.invest-brand .text p {
  font-size: 18px;
  line-height: 25px;
  font-family: "Space Grotesk";
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #fff;
  padding: 0;
  max-width: 100%;
}
/* Review Slider */
.pricingPage-review-section-outer
  .review-x-slider
  .card-block.slick-slide[data-slick-index="3"] {
  background: #ddb473;
}
.pricingPage-review-section-outer
  .review-x-slider
  .card-block.slick-slide[data-slick-index="4"] {
  background: #8b867b;
}
/* Pricing-banner */
.pricing-banner-row {
  background-color: #000221;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1;
}
.pricing-banner-row .banner-txt {
  width: 100%;
  max-width: 55%;
  padding: 110px 0 50px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999 !important;
}
.pricing-banner {
  background: #eceff2;
  padding: 0 0 50px;
}
.pricing-banner-row .left-side h1 {
  font-size: 75px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 80px;
  font-weight: 400;
}
.pricing-banner-row .left-side h1 span {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 75px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 80px;
  letter-spacing: -0.01em;
}
.pricing-banner-row .left-side p {
  font-size: 23px;
  line-height: 30px;
  font-family: "Space Grotesk";
  color: #fff;
  letter-spacing: -0.02em;
  padding: 60px 0px 30px;
  width: 100%;
  max-width: 50%;
}
.pricing-banner-row .left-side a.btn {
  font-size: 17px;
  line-height: 25px !important;
  background-color: #c3c5ea;
  color: #000;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Space Grotesk";
  font-weight: 700;
  padding: 15px 25px;
}
.pricing-banner-row .left-side a.btn:hover {
  background-color: #e8e9fa;
}
.pricing-banner-row .left-side {
  width: 100%;
  max-width: 60%;
  padding: 110px 0 50px 42px;
}
.pricing-banner-row .img {
  position: absolute;
  background-image: url(../images/pricing-hero-bg.png);
  background-repeat: no-repeat;
  background-size: 94% 76%;
  width: 30%;
  top: 34%;
  bottom: 0;
  left: 31%;
  height: 80%;
  z-index: 1;
}
.pricing-banner-row .right-side {
  width: 100%;
  max-width: 40%;
  padding: 110px 50px 42px 0;
}
.pricing-hero-story .story-prompt {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
.pricing-hero-story-prompt {
  width: 100%;
  height: 50px;
  font-family: "Source-Sans-Pro-600";
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #fff;
  background-position: 0;
  background-image: url("../images/26.png");
}
.pricing-hero-story-quote {
  border-left: 1px solid #fff;
  padding-right: 65px;
  background-position: 100% 0;
  background-image: url("../images/charles.png");
  margin: 10px 0 10px 24px;
}
.pricing-hero-story:last-child .pricing-hero-story-quote {
  border: none;
}
.pricing-hero-story-quote .hero-story-row {
  width: 100%;
  background: #292943;
  box-shadow: 0 2px 20px rgb(0 0 0 / 28%);
  padding: 15px 60px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-story-row .hero-story-card h3 {
  font-size: 14px;
  line-height: 0px;
  display: inline-block;
  font-family: "Space Grotesk";
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0px 0px 5px;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.hero-story-row .hero-story-card h2 {
  font-family: "Source-Sans-Pro-600";
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  opacity: 0.8;
  width: 100%;
  padding: 0;
}
/* Our Experts */
.expertPage-how-it-works-outer {
  background: #150603;
}
.expertPage-experts-section-outer {
  background: #150603;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: 86% 20%;
  background-size: 65% 58%;
}
.expertPage-how-it-works-outer p:first-child {
  color: hsla(0, 0%, 100%, 0.3);
}
.expertPage-how-it-works-outer .box p {
  color: #ccc;
}
.expertPage-how-it-works-outer h1,
.expertPage-how-it-works-outer .box span,
.expertPage-how-it-works-outer .box h2 {
  color: #fff;
}
.expertPage-experts-section-outer .experts-text-section {
  max-width: 50%;
}
.expertPage-experts-section-outer .experts-text-section h1 span {
  color: #fff;
  font-size: 70px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 65px;
  letter-spacing: -0.01em;
}
.expertPage-experts-section-outer .experts-text-section h1 {
  font-size: 70px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
}
.expertPage-review-section-outer
  .review-x-slider
  .card-block.slick-slide[data-slick-index="0"] {
  background: #d8a57f;
}
.expertPage-review-section-outer
  .review-x-slider
  .card-block.slick-slide[data-slick-index="1"] {
  background: #afaba5;
}
.shopify-brands-logo-outer {
  background-color: #150603;
  text-align: center;
  padding: 60px;
}
.shopify-brands-logo-outer h1 {
  font-size: 65px;
  line-height: 70px;
  font-family: "Space Grotesk";
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.04em;
  color: #e0d4bc;
  margin-bottom: 20px;
}
.shopify-brands-logo-outer p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #e0d4bc;
  font-family: "Space Grotesk";
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}
.shopify-brands-logo-outer .logo-imgs {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 1200px;
}
.shopify-brands-logo-outer .logo-imgs img {
  padding: 20px 25px;
}
.pricing-banner-row .slider-xx.banner-imgs {
  width: 100%;
  max-width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 140px 0 50px 40px;
  margin: 0 180px 0 auto;
}
.slider-xx.banner-imgs .card-block .txt {
  width: 100%;
  max-width: 90%;
  padding: 10px 22px 35px;
  position: absolute;
  bottom: 0;
}
.slider-xx.banner-imgs .card-block h2 {
  font-family: "Open Sans Regular";
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.04em;
  padding: 12px 0 7px;
  margin: 0;
  color: #fff;
}
.slider-xx.banner-imgs .card-block p {
  color: #fff;
  font-family: "Space Grotesk";
  font-weight: 700;
  text-transform: none;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin: 0;
}
.slider-xx.banner-imgs .card-block .left-border {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  border: 2px solid #fff;
  border-right: none;
  opacity: 0.6;
}
.slider-xx.banner-imgs .card-block .right-border {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  border: 2px solid #fff;
  border-left: none;
  opacity: 0.6;
}
.slider-xx.banner-imgs .card-block a {
  padding: 15px 15px 13px;
}
.pricing-banner-outer .slider-yy .card-block a {
  filter: blur(10px) contrast(120%) brightness(75%);
  height: 100%;
  width: 97%;
}
.pricing-banner-outer .slider-yy .slick-track,
.pricing-banner-outer .slider-yy .slick-list {
  height: 100%;
}
.pricing-banner-outer .slider-yy .card-block a img {
  height: 93%;
}
.pricing-banner-outer .slider-yy {
  background-color: #150603;
  height: 700px;
}
.pricing-banner-outer .banner-btns a.btn {
  background-color: #efe8e0;
  color: #000;
}
/* Heavy-Lifting */
.heavy-lifting-outer {
  background-color: #000;
  position: relative;
}
.heavy-lifting-row .left-sec {
  width: 100%;
  max-width: 60%;
  z-index: 2;
}
.heavy-lifting-row .right-sec {
  width: 100%;
  max-width: 40%;
  padding: 40px 0 0;
  z-index: 2;
}
.heavy-lifting-row .left-sec p {
  text-transform: uppercase;
  font-family: "Open Sans Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: left;
}
.heavy-lifting-row .left-sec h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 65px;
  letter-spacing: -0.01em;
}
.heavy-lifting-row .left-sec h1 span {
  font-size: 70px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 55px;
  font-style: normal;
  font-weight: 400;
}
.heavy-lifting-row .right-sec p {
  font-family: "Space Grotesk";
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.heavy-lifting-row .right-sec p {
  display: inline-block;
  font-family: "Space Grotesk";
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.heavy-lifting-row .right-sec .arrow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url("../images/arrow-big-up.png");
  background-size: 35px 35px;
  margin-bottom: 30px;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
}
.heavy-lifting-left-slider {
  padding: 55px 0 40px 20px;
}
.heavy-lifting-left-slider .row {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin: 0;
}
.heavy-lifting-left-slider .row .txt {
  width: 100%;
  max-width: 40%;
}
.heavy-lifting-left-slider .row .img {
  width: 100%;
  max-width: 60%;
  position: relative;
}
.heavy-lifting-left-slider .row .txt h2 {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 35px;
  line-height: 34px;
  letter-spacing: -0.04em;
  padding: 0 0 35px;
  margin: 0;
  color: #fff;
}
.heavy-lifting-left-slider .row .txt h3 {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: -0.04em;
  padding: 0 0 5px;
  margin: 0;
  color: #fff;
}
.heavy-lifting-left-slider .row .txt p {
  font-family: "Open Sans SemiBold";
  text-transform: initial;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;
  padding: 0 0 25px;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}
.heavy-lifting-left-slider .row .img a {
  padding: 15px 80px;
}
.heavy-lifting-left-slider .card-block .left-border {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 30px;
  border: 2px solid #fff;
  border-right: none;
  opacity: 0.6;
}
.heavy-lifting-left-slider .card-block .right-border {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  width: 30px;
  border: 2px solid #fff;
  border-left: none;
  opacity: 0.6;
}
.heavy-lifting-right-slider {
  padding: 15px 0 40px;
}
.heavy-lifting-right-slider .tab-txt {
  font-family: "Space Grotesk";
  text-transform: initial;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.04em;
  margin: 0 0 15px;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
  width: 100% !important;
}
.tab-txt.slick-slide.slick-current.slick-active {
  opacity: 1;
}
.bg-slider .card-block {
  filter: blur(7px) contrast(120%) brightness(75%);
  -webkit-filter: blur(7px) contrast(120%) brightness(75%);
}
.bg-slider .card-block.slick-slide[data-slick-index="0"] a {
  background-image: url(../images/expert-1.png);
}
.bg-slider .card-block.slick-slide[data-slick-index="1"] a {
  background-image: url(../images/expert-2.png);
}
.bg-slider .card-block.slick-slide[data-slick-index="2"] a {
  background-image: url(../images/expert-3.png);
}
.bg-slider .card-block.slick-slide[data-slick-index="3"] a {
  background-image: url(../images/expert-4.png);
}
.bg-slider .card-block.slick-slide[data-slick-index="4"] a {
  background-image: url(../images/expert-5.png);
}
.bg-slider .card-block.slick-slide[data-slick-index="5"] a {
  background-image: url(../images/expert-6.png);
}
.bg-slider .card-block.slick-slide[data-slick-index="0"] {
  background: #b58c53;
}
.bg-slider .card-block.slick-slide[data-slick-index="1"] {
  background: #383934;
}
.bg-slider .card-block.slick-slide[data-slick-index="2"] {
  background: #34382b;
}
.bg-slider .card-block.slick-slide[data-slick-index="3"] {
  background: #4b2921;
}
.bg-slider .card-block.slick-slide[data-slick-index="4"] {
  background: #010127;
}
.bg-slider .card-block.slick-slide[data-slick-index="5"] {
  background: #3e3530;
}
.bg-slider .card-block.slick-slide a img {
  display: none;
}
.bg-slider .card-block.slick-slide a {
  background-repeat: no-repeat;
  background-position: 0;
  height: 670px;
  background-size: 45% 100%;
  z-index: 9999999;
  width: 100%;
}
.heavy-lifting-row {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 60px 50px;
}
/* Our-customers-page */
.our-customers-banner-outer {
  background: #000;
  padding: 120px 0 0 0;
}
.customers-banner-txt {
  width: 100%;
  max-width: 58%;
  margin: 0 auto;
  text-align: center;
}
.customers-banner-txt h1 {
  font-size: 75px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 80px;
  font-weight: 400;
  margin: 0;
}
.customers-banner-txt h2 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 75px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 80px;
  letter-spacing: -0.01em;
  margin: 0;
}
.customers-banner-txt p {
  font-size: 23px;
  line-height: 30px;
  font-family: "Space Grotesk";
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: -0.02em;
  padding: 35px 80px 60px;
  margin: 0;
}
.brandbelt-line-lineitem {
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.brandbelt-photo img {
  border-radius: 10px;
}
.our-customers-banner-outer .brandbelt-line {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 50px 0;
}
.brandbelt-line .brandbelt-photo {
  width: 100%;
}
.brandbelt-line .brandbelt-logo {
  width: 100%;
  padding: 0px 15px;
}
.customer-scrollto-outer {
  background: #000;
  position: relative;
}
.customer-scrollto-outer .scrollto-txt {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 10px 10px;
  justify-content: center;
}
.customer-scrollto-outer a {
  font-family: "Source-Sans-Pro-700";
  font-size: 21px;
  letter-spacing: -0.04em;
  line-height: 30px;
  color: #fff;
  opacity: 0.4;
  padding: 10px;
  margin: 5px 15px;
}
.scrollto-sec-outer .font-black h2 {
  color: #000;
  opacity: 1;
}
.scrollto-sec-outer .font-black p {
  color: #000;
  opacity: 1;
}
.scrollto-sec-outer .font-white h2 {
  color: #fff;
  opacity: 1;
}
.scrollto-sec-outer .font-white p {
  color: #fff;
  opacity: 0.5;
}
.scrollto-bg-white .img-sec-row .column-with-img h3,
.scrollto-bg-grey .img-sec-row .column-with-img h3 {
  background-image: url(../images/black-arrow.png);
  color: #000;
}
.sec-2 .scrollto-sec-outer .img-sec-row {
  flex-direction: row-reverse;
}
.customer-scrollto-outer::after {
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: none;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 96%;
}
.customer-scrollto-outer a:hover {
  color: #fff;
  opacity: 1;
}
.scrollto-sec-outer {
  position: relative;
}
.scrollto-sec-outer .txt-sec h2 {
  font-family: "Open Sans ExtraBold";
  font-size: 65px;
  line-height: 80px;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
  word-break: break-all;
}
.scrollto-sec-outer .txt-sec p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "Space Grotesk";
  font-weight: 500;
  padding: 0 45px 0 0;
}
.img-sec-row .column-with-img a img {
  display: block;
  margin-bottom: 5px;
}
.img-sec-row .column-with-img h3 {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  font-family: "Space Grotesk";
  font-weight: 400;
  letter-spacing: -0.02em;
  padding-left: 20px;
  margin: 0;
  background-image: url("../images/white-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
}
.scrollto-bg-black {
  background: #000;
}
.scrollto-bg-white {
  background: #fff;
}
.scrollto-bg-grey {
  background: #f5f5f5;
}
.scrollto-sec-outer {
  padding: 45px 0 80px;
}
.scrollto-sec-outer .img-sec-row {
  display: flex;
  width: 100%;
  padding: 0 0 0 35px;
}
.scrollto-sec-outer .img-sec-row .column-with-img {
  width: 100%;
  max-width: 25%;
  padding: 0 8px;
}
.scrollto-sec-outer .img-sec-row .col1 {
  margin-top: 0px;
  max-width: 30%;
}
.scrollto-sec-outer .img-sec-row .col2 {
  margin-top: 15px;
  max-width: 21%;
}
.scrollto-sec-outer .img-sec-row .col3 {
  margin-top: 125px;
  max-width: 26%;
}
.scrollto-sec-outer .img-sec-row .col4 {
  margin-top: 30px;
  max-width: 23%;
}
.scrollto-sec-outer .column-with-img a img:first-child {
  align-self: flex-start;
}
.scrollto-sec-outer .column-with-img a img:last-child {
  width: 100%;
}
.scrollto-sec-outer .column-with-img a {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.scrollto-sec-outer .column-with-img .txt-sec {
  padding-bottom: 60px;
}
.scrollto-sec-outer .img-sec-row .col1 a {
  padding: 0 0 0 40px;
}
.scrollto-sec-outer .img-sec-row .col1 h3 {
  margin: 0 0 0 40px;
}
.scrollto-sec-outer .row-reverse {
  flex-direction: row-reverse;
}
.scrollto-sec-outer .row-reverse .col1 a {
  padding: 0;
}
.scrollto-sec-outer .row-reverse .col1 h3 {
  margin: 0;
}
.row-reverse .col1 .txt-sec {
  padding: 0 0 60px 40px;
}
.customersPage-story-section-outer {
  background: #edeae5;
  padding: 140px 0px;
}
.customers1Page-story-section-outer {
  background: #edeae5;
  padding: 85px 0px;
}
.customersPage-story-section-outer .tab-content-1 h1 img {
  width: 100%;
  max-width: 22%;
}
.customersPage-story-section-outer #tabs-content-1 .footer-txt {
  padding: 0 120px 0 55px;
}
.customersPage-story-section-outer .tab-content-1 {
  display: flex !important;
  align-items: center !important;
}
.customersPage-lets-start-section-outer {
  margin: 0;
}
/* How-it-works */
.how-it-works-page-outer {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #2f121a;
}
.how-it-works-banner-upper h2 {
  font-size: 75px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 70px;
  font-weight: 400;
}
.how-it-works-banner-upper h1 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 80px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 70px;
  letter-spacing: -0.03em;
}
.how-it-works-banner-upper p {
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: "Space Grotesk";
  font-weight: 800;
  letter-spacing: -0.04em;
  color: hsla(0, 0%, 100%, 0.5);
  margin: 15px 2px;
  transition: opacity 0.2s;
  display: block;
}
.how-it-works-banner-upper a:hover {
  background-color: #fff1f4;
  color: #000;
}
.how-it-works-banner-upper a {
  font-size: 17px;
  line-height: 25px !important;
  background-color: #ead7da;
  color: #000;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Space Grotesk";
  font-weight: 700;
  padding: 16px 25px;
}
.how-it-works-banner-upper p {
  font-size: 23px;
  line-height: 30px;
  font-family: "Space Grotesk";
  font-weight: 400;
  letter-spacing: -0.04em;
  color: hsla(0, 0%, 100%, 0.8);
  transition: opacity 0.2s;
  margin: 30px 0 40px;
  padding: 0 16px;
}
.how-it-works-banner-upper {
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 135px 20px 0;
}
.how-it-works-page-outer .upper-banner-img {
  -webkit-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/slide-1.png");
  background-size: cover;
}
.how-it-works-banner-upper .upper-banner-circle {
  width: 15px;
  height: 15px;
  border: 1px solid hsla(0, 0%, 100%, 0.7);
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  left: 13%;
  top: 28%;
}
.how-it-works-banner-upper .upper-banner-verticleline {
  display: inline-block;
  position: absolute;
  left: 13%;
  top: 29%;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.7);
  margin-top: 6px;
  margin-left: 7px;
}
.how-it-works-banner-lower h1 {
  font-size: 50px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 70px;
  font-weight: 400;
  line-height: 48px;
  z-index: 9;
  display: flex;
}
.how-it-works-banner-lower h1 span {
  font-family: "Space Grotesk";
  font-size: 30px;
  color: hsla(0, 0%, 100%, 0.5);
  padding: 0 7px 0 0;
}
.how-it-works-banner-lower p {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  font-family: "Space Grotesk";
  font-weight: 500;
  letter-spacing: -0.04em;
  color: hsla(0, 0%, 100%, 0.8);
  margin: 15px 65px;
  transition: opacity 0.2s;
  display: block;
}
.how-it-works-banner-lower .lower-banner-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-banner-row .txt {
  width: 100%;
  max-width: 55%;
  padding: 0 60px 0 80px;
  z-index: 1;
  background: #2f121a;
}
.lower-banner-row .img {
  width: 100%;
  max-width: 45%;
  padding: 0 0px 0 100px;
  margin-top: -110px;
}
.lower-banner-row .img img {
  width: 100%;
}
.txt-with-img-sec1-outer .txt-with-img-sec1-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.txt-with-img-sec1-row .img {
  width: 100%;
  max-width: 55%;
  position: relative;
}
.txt-with-img-sec1-row .txt {
  width: 100%;
  max-width: 45%;
}
.txt-with-img-sec1-row .txt h1,
.txt-with-img-sec2-row .txt h1,
.txt-with-img-sec3-row .txt h1 {
  font-size: 50px;
  color: #000;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  font-weight: 500;
  line-height: 52px;
  z-index: 9;
  display: flex;
  background-color: #fff;
  margin: 0;
  padding: 0 0 7px 0;
}

.txt-with-img-sec1-row .txt h1 span,
.txt-with-img-sec2-row .txt h1 span,
.txt-with-img-sec3-row .txt h1 span {
  font-family: "Space Grotesk";
  font-size: 30px;
  color: rgba(0, 0, 0, 0.3);
  padding: 0 7px 0 0;
}
.txt-with-img-sec3-row .txt h1 span {
  color: hsla(0, 0%, 100%, 0.5);
}
.txt-with-img-sec1-row .txt p,
.txt-with-img-sec2-row .txt p,
.txt-with-img-sec3-row .txt p {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  font-family: "Space Grotesk";
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #000;
  padding: 15px 65px;
  display: block;
  background-color: #fff;
}
.txt-with-img-sec3-row .txt h1 {
  color: #fff;
  background-color: transparent;
}
.txt-with-img-sec3-row .txt p {
  color: hsla(0, 0%, 100%, 0.7);
  background-color: transparent;
}
.txt-with-img-sec1-row .bottom-sec {
  width: 100%;
  max-width: 28%;
}
.txt-with-img-sec1-row .bottom-sec {
  width: 100%;
  max-width: 30%;
  position: absolute;
  bottom: 0;
  right: 30%;
}
.txt-with-img-sec1-row .bottom-sec h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Source-Sans-Pro-700";
  text-align: center;
  padding: 0 0px 0 15px;
}
.bottom-sec .verticle-line {
  width: 11px;
  height: 100px;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 7%;
  top: 4%;
}
.bottom-sec .circle {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: absolute;
  top: 39%;
  left: 0;
  margin: 0px 0 0 9px;
}
.txt-with-img-sec2-row {
  display: flex;
  justify-content: space-between;
}
.txt-with-img-sec2-row .img {
  width: 100%;
  max-width: 50%;
  position: relative;
  background: #f4f2f2;
  padding: 150px 20px 150px 0;
}
.txt-with-img-sec2-row .txt {
  width: 100%;
  max-width: 50%;
  position: relative;
  padding: 150px 0 150px 60px;
}
.txt-with-img-sec2-row .txt .border-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1px;
  background: #b4b4b4;
  opacity: 0.7;
  z-index: -1;
}
.txt-with-img-sec2-row .img h2 {
  font-size: 18px;
  font-family: "Space Grotesk";
  font-weight: 400;
  line-height: 30px;
  color: #000;
  letter-spacing: -0.01em;
  padding: 0 0 10px 45px;
  background-repeat: no-repeat;
  opacity: 0.53;
  background-position: 0 0;
  background-size: 30px 30px;
  background-image: url("../images/quoted.png");
  width: 100%;
  max-width: 52%;
  margin: 0 auto;
}
.txt-with-img-sec2-row .img h1 {
  font-family: "Source-Sans-Pro-700";
  font-size: 26px;
  line-height: 25px;
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-align: left;
}
.txt-with-img-sec2-row .img .bottom-sec {
  background: #fff;
  width: 100%;
  max-width: 52%;
  margin: 0 auto;
  padding: 30px 30px 5px;
  text-align: center;
}
.txt-with-img-sec2-row .pricing-txt p {
  display: flex;
  flex-direction: column-reverse;
  font-family: "Source-Sans-Pro-700";
  font-size: 14px;
  line-height: 15px;
  opacity: 0.5;
  color: #000;
  margin: 0;
}
.txt-with-img-sec2-row .pricing-txt > div span {
  font-weight: 500;
  font-family: "Space Grotesk";
  font-size: 18px;
  line-height: 20px;
  opacity: 1 !important;
  color: #000;
}
.txt-with-img-sec2-row .pricing-txt {
  display: flex;
  padding: 14px 30px 0;
}
.txt-with-img-sec2-row .pricing-txt > div {
  padding: 0 55px 0 0;
}
.txt-with-img-sec2-row .img h3 {
  font-size: 16px;
  font-family: "Source-Sans-Pro-900";
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.21;
  letter-spacing: 0.15em;
  text-align: right;
  display: block;
}
.txt-with-img-sec2-row .img .right-side {
  position: relative;
}
.txt-with-img-sec2-row .right-side img.bottom-img {
  position: absolute;
  left: 21%;
  width: 100%;
  max-width: 12%;
  top: 58%;
}
.txt-with-img-sec2-row .right-side img.right-img {
  position: absolute;
  right: 10%;
  top: 0%;
}
.txt-with-img-sec2-row .img .only-img {
  position: relative;
  width: 100%;
  max-width: 50%;
  margin: 20px auto;
}
.txt-with-img-sec2-row .right-side img.bottom-1-img {
  position: absolute;
  right: 16%;
  width: 100%;
  max-width: 23%;
  top: -18%;
}
.txt-with-img-sec2-row .right-side img.right-1-img {
  position: absolute;
  right: 5%;
  top: 0%;
}
.how-it-workPage-storysec-outer {
  background: #462d2d;
}
.how-it-workPage-projects-sizes-section-outer p {
  text-transform: uppercase;
  font-family: Open Sans Regular;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
ul#tabs-nav::after {
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
  border: 2px solid #000;
  border-bottom: none;
  opacity: 0.55;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 100%;
}
.how-it-workPage-projects-sizes-section-outer #tabs-content h3 {
  font-size: 16px;
  font-family: "Source-Sans-Pro-900";
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  text-align: center;
}
.how-it-workPage-projects-sizes-section-outer #tabs-content h2 {
  color: #000;
  letter-spacing: -0.04em;
  font-family: "Source-Sans-Pro-700";
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 35px;
  line-height: 45px;
  float: initial;
  display: block;
  text-align: center;
}
.how-it-workPage-projects-sizes-section-outer .tab-content {
  display: block;
}
.how-it-tabs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
}
.projects-sizes-section-outer .how-it-tabs-row .boxes {
  width: 100%;
  max-width: 33.333%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding: 0 40px;
  margin: 70px 0 0 0;
}
.projects-sizes-section-outer .how-it-tabs-row .boxes img {
  width: 100%;
  max-width: 12%;
  padding: 0 8px 0 0;
}
.projects-sizes-section-outer .how-it-tabs-row .boxes h5 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans SemiBold";
  color: #000;
  letter-spacing: -0.02em;
}
.txt-with-img-sec3-row {
  display: flex;
  align-items: center;
  background-color: #2f121a;
}
.txt-with-img-sec3-row .txt {
  width: 100%;
  max-width: 50%;
  padding: 0 20px 0 60px;
}
.txt-with-img-sec3-row .img {
  position: relative;
  width: 100%;
  max-width: 50%;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: inherit;
  background-image: url("../images/graphic-calendar.png");
  padding: 130px 0 75px;
}
.txt-with-img-sec3-row .img h3 {
  padding-left: 35px;
  font-family: "Source-Sans-Pro-900";
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.25);
  letter-spacing: 0.15em;
}
.txt-with-img-sec3-row .img h3 span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
  background: #381e25;
  border-radius: 30px;
  margin: 0 12px 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.txt-with-img-sec3-row .img h4 {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 15px 0 0 40px;
  padding: 0 15px 50px 65px;
  background-repeat: no-repeat;
  background-position: top left 25px;
  background-size: 30px 30px;
  background-image: url("../images/quoted1.png");
}
.txt-with-img-sec3-row .verticle-line {
  width: 1px;
  background: #707070;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.txt-with-img-sec3-row .vertical-txt {
  width: 100%;
  max-width: 52%;
  margin: 0 0 0 auto;
}
/* Become an Expert */
.become-an-expert-banner-outer {
  background-color: #000;
}
.become-an-expert-banner-row {
  display: flex;
  padding: 100px 0 70px 40px;
}
.become-an-expert-banner-row .txt {
  width: 100%;
  max-width: 55%;
}
.become-an-expert-banner-row .img {
  width: 100%;
  max-width: 45%;
}
.become-an-expert-banner-row .img img {
  transform: scale(1.05, 1.05);
}
.become-an-expert-banner-row .txt h1 {
  color: hsla(0, 0%, 100%, 1);
  font-size: 80px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 70px;
  letter-spacing: -0.03em;
}
.become-an-expert-banner-row .txt h2 {
  font-size: 75px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 70px;
  font-weight: 400;
}
.become-an-expert-banner-row .txt p {
  font-size: 23px;
  line-height: 30px;
  font-family: "Space Grotesk";
  font-weight: 400;
  letter-spacing: -0.04em;
  color: hsla(0, 0%, 100%, 1);
  transition: opacity 0.2s;
  margin: 0px;
  padding: 60px 200px 30px 0;
}
.become-an-expert-banner-row .txt a {
  font-size: 17px;
  line-height: 25px !important;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
  border-radius: 2px;
  font-family: "Source-Sans-Pro-600";
  font-weight: 700;
  padding: 16px 36px;
  float: left;
}
.become-an-expert-banner-row .txt a:hover {
  background-color: #efe8e0;
}
.become-an-expert-banner-row .txt span {
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-family: "Space Grotesk";
  font-weight: 400;
  margin: 10px 0 0 25px;
}
.become-an-expert-banner-slider h1 {
  color: hsla(0, 0%, 100%, 1);
  font-size: 48px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 50px;
  letter-spacing: -0.01em;
}
.become-an-expert-banner-slider h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.03em;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
}
.become-an-expert-banner-slider span {
  margin: 0 10px;
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 35px 35px;
  background-image: url("../images/footer-arrow.png");
}
.become-an-expert-banner-slider .txt {
  padding: 0 40px 30px;
}
.become-an-expert-banner-slider .banner-slider {
  display: flex;
  width: 100%;
  max-width: 78%;
  margin: 0 auto 0 0;
  padding: 0 12px 100px;
}
.become-an-expert-banner-slider .img-with-txt img:first-child {
  width: 100%;
  max-width: 95%;
  display: block;
}
.become-aet-slider {
  width: 100%;
  max-width: 22%;
  margin: 0 auto;
  padding: 0 50px 0 0px;
}
.become-an-expert-banner-slider .banner-slider-txt h1 img {
  display: inline-block;
  padding: 0px 10px;
  width: 100%;
  max-width: 25%;
}
.become-an-expert-banner-slider .row-banner-slider {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.become-an-expert-banner-slider .banner-slider-txt h1 {
  font-family: "Source-Sans-Pro-600";
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
}
.become-an-expert-banner-slider .banner-slider-txt p {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  opacity: 0.52;
  margin: 25px 0 0 0;
}
.become-an-expert-banner-slider .line {
  position: absolute;
  width: 100%;
  max-width: 70px;
  height: 1px;
  background: #fff;
  right: 23%;
  top: 4%;
}
.become-an-expert-banner-slider .circle {
  position: absolute;
  right: 28%;
  border: 1px solid #fff;
  height: 15px;
  width: 15px;
  border-radius: 25px;
  top: 3%;
  margin: -1px 2px 0 0;
}
.become-an-expert-brandslogo {
  background-color: #000;
}
.become-an-expert-brandslogo h2 {
  color: hsla(0, 0%, 100%, 1);
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 55px;
  letter-spacing: -0.03em;
}
.become-an-expertPage-lets-start-section-outer .text h1 {
  background-position: 68% 89%;
}
.freelancing-txt-sec-outer {
  background-color: #f2f0ec;
  padding: 70px 30px;
  background-image: url("../images/blur-1.png");
  background-size: contain;
  background-position: center right -100px;
  background-repeat: no-repeat;
}
.better-way-txt-sec-outer {
  background-image: url("../images/blur-2.png");
  background-size: contain;
  background-position: center left -100px;
  background-repeat: no-repeat;
  padding-top: 0;
}
.better-way-txt-sec-outer .txt-row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.better-way-txt-sec-outer .txt-row .left-sec {
  justify-content: flex-end;
}
.freelancing-txt-sec-outer h1 {
  color: #000;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 60px;
  letter-spacing: -0.01em;
  width: 100%;
}
.freelancing-txt-sec-outer h2 {
  font-size: 60px;
  color: #000;
  font-family: "Space Grotesk";
  letter-spacing: -0.03em;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 45px 0;
  margin: 0;
  width: 100%;
}
.freelancing-txt-sec-outer .txt-row {
  display: flex;
  align-items: center;
}
.freelancing-txt-sec-outer .txt-row .left-sec {
  width: 100%;
  max-width: 62%;
  display: flex;
  flex-wrap: wrap;
}
.freelancing-txt-sec-outer .txt-row .right-sec {
  width: 100%;
  max-width: 38%;
  padding: 90px 0 0 0;
}
.freelancing-txt-sec-outer .txt-row h3 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.04em;
  font-family: "Space Grotesk";
  font-weight: 700;
  color: #000;
  padding: 0 0 12px 0;
  margin: 0;
}
.freelancing-txt-sec-outer .txt-row p {
  font-family: "Space Grotesk";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #525252;
  margin: 0;
}
.freelancing-txt-sec-outer .txt-row .left-sec > div {
  width: 100%;
  max-width: 48%;
  padding: 0 10% 50px 0;
}
.freelancing-txt-sec-outer .txt-row .right-sec h4 {
  color: #000;
  font-size: 34px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 38px;
  letter-spacing: -0.01em;
}
.freelancing-txt-sec-outer .txt-row .right-sec h5 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  font-family: "Space Grotesk";
  line-height: 32px;
  letter-spacing: -0.01em;
}
.freelancing-txt-sec-outer .txt-row .right-sec .arrow {
  background-image: url(../images/end-arrow-right.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin: 20px 0 14px;
  background-size: contain;
  display: inline-block;
}
.better-way-txt-sec-outer h1 {
  padding: 0 0 0 35px;
}
.better-way-txt-sec-outer h2 {
  padding: 0 0 45px 35px;
}
.become-an-expert-tab-outer {
  display: flex;
  padding: 50px 50px;
  background: linear-gradient(90deg, #fff 50%, #fefaef 50%);
}
.become-an-expert-tab-outer .left-sec h1 {
  color: #000;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 60px;
  letter-spacing: -0.01em;
  width: 100%;
}
.become-an-expert-tab-outer .left-sec h2 {
  font-size: 60px;
  color: #000;
  font-family: "Space Grotesk";
  letter-spacing: -0.03em;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 45px 0;
  margin: 0;
  width: 100%;
}
.become-an-expert-tab-outer .left-sec {
  background-color: #fff;
  width: 100%;
  max-width: 50%;
}
.become-an-expert-tab-outer .right-sec {
  background-color: #fefaef;
  width: 100%;
  max-width: 50%;
}
.become-an-expert-tab-outer .left-sec h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.04em;
  padding: 0 0 10px 0;
  margin: 0;
  font-family: "Open Sans SemiBold";
  display: flex;
  align-items: center;
}
.become-an-expert-tab-outer .left-sec h3::after {
  content: "";
  background-image: url(../images/end-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  width: 30px;
  display: inline-block;
  background-size: 70%;
  margin: 0 0 0 10px;
}
.become-an-expert-tab-outer .left-sec p {
  font-size: 18px;
  line-height: 20px;
  font-family: "Space Grotesk";
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0 90px 0 0;
}
.become-an-expert-tab-outer .left-sec .tabs-txt {
  padding: 0 0 50px 0;
  cursor: pointer;
  color: #000;
}
.become-an-expert-tab-outer .right-sec img {
  padding: 0 0 25px 68px;
}
ul#tabs-expert-1 li {
  opacity: 0.3;
}
ul#tabs-expert-1 li.active {
  opacity: 1;
}
.multi-color-txt-outer {
  background-color: #000;
  text-align: center;
  padding: 70px 30px;
}
.multi-color-txt-outer h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 60px;
  letter-spacing: -0.01em;
  width: 100%;
}
.multi-color-txt-outer h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.03em;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 45px 0;
  margin: 0;
  width: 100%;
}
.multi-color-txt-outer h5 {
  color: #fff;
  font-family: "Open Sans SemiBold";
  font-size: 17px;
  opacity: 0.63;
}
.multi-color-txt-outer p {
  background-image: linear-gradient(
    to left bottom,
    #c7aaff,
    #9dd6ff,
    #88ffdf,
    #9ffda6,
    #80ed6c,
    #ddff80,
    #fff6c4,
    #ffda77,
    #ffdc4b,
    #ffb66e,
    #ff7e5f,
    #ff9191,
    #ff6767,
    #f22,
    #ff91d5,
    #ff6aee
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  color: transparent;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.04em;
  font-weight: bold;
  font-family: "Source-Sans-Pro-700";
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  padding: 0 20px 35px;
}
.become-an-expertPage-lets-start-section-outer {
  margin: 0;
}
.expert-sec-slider-outer {
  background-color: #000;
}
.expert-sec-slider-outer .sec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 50px 80px 50px;
}
.expert-sec-slider-outer .sec-row .left-sec {
  width: 100%;
  max-width: 70%;
}
.expert-sec-slider-outer .sec-row .right-sec {
  width: 100%;
  max-width: 30%;
}
.expert-sec-slider-outer .left-sec h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  font-style: italic;
  font-family: "ui-monospace";
  line-height: 60px;
  letter-spacing: -0.01em;
  width: 100%;
  opacity: 0.6;
}
.expert-sec-slider-outer .left-sec h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.03em;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 45px 0;
  margin: 0;
  width: 100%;
}
.expert-sec-slider-outer .right-sec p {
  font-size: 22px;
  line-height: 25px;
  font-family: "Space Grotesk";
  font-weight: 400;
  letter-spacing: -0.04em;
  color: hsla(0, 0%, 100%, 1);
  transition: opacity 0.2s;
  margin: 0px;
  padding: 0 0 10px;
}
.expert-sec-slider-outer .right-sec a {
  font-family: "Source-Sans-Pro-600";
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border-bottom: 2px solid #fff;
  letter-spacing: -0.04em;
  display: inline-flex;
}
.expert-sec-slider-outer .right-sec a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../images/arrow-big-up.png);
  width: 20px;
  background-size: 14px 14px;
  height: 30px;
  display: inline-block;
  transform: rotate(90deg);
  margin: 0 0 0 7px;
}
.expert-photos-slider .wrap {
  position: relative;
}
.expert-photos-slider p {
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  bottom: 10px;
  right: 35px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000;
  font-family: "Source-Sans-Pro-900";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0;
  background: #fff;
}
.expert-photos-slider .slick-list {
  padding: 0 8% 0 0 !important;
}
.expert-txt-slider .sec-row .colum {
  width: 100%;
  max-width: 25%;
}
.expert-sec-slider-outer .expert-txt-slider .sec-row {
  display: flex;
  align-items: start;
  padding: 30px 40px 150px 40px;
}
.expert-sec-slider-outer .expert-txt-slider .sec-row h2 {
  font-size: 60px;
  color: #fff;
  font-family: "Space Grotesk";
  letter-spacing: -0.03em;
  line-height: 50px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0;
}
.expert-sec-slider-outer .expert-txt-slider .sec-row h2::after {
  content: "";
  background-image: url(../images/arrow-big-up.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
  transform: rotate(180deg);
  margin: 0 0 0 40px;
}
.expert-sec-slider-outer .expert-txt-slider .sec-row .colum:last-child h3 {
  background-image: url(../images/quoted1.png);
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  padding: 0 0 0 50px;
  font-size: 22px;
}
.expert-sec-slider-outer .expert-txt-slider .sec-row h3 {
  font-family: "Source-Sans-Pro-600";
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  padding: 0 0 30px 0;
  letter-spacing: -0.01em;
}
.expert-txt-slider .sec-row .colum:not(:first-child) {
  padding: 85px 0 0 0;
}
.expert-txt-slider .sec-row .colum:not(:first-child) h3 {
  padding: 0 0 6px 0;
}
.expert-sec-slider-outer .expert-txt-slider .sec-row p {
  font-family: "Space Grotesk";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  opacity: 0.5;
  color: #fff;
  margin: 0;
  padding: 0 0 25px 0;
}
.expert-txt-slider .sec-row .colum:nth-child(2),
.expert-txt-slider .sec-row .colum:nth-child(3) {
  width: 100%;
  max-width: 15%;
  margin: 0 auto;
}
.expert-txt-slider .sec-row .colum:last-child {
  width: 100%;
  max-width: 35%;
}
body.modal-opens {
  overflow: hidden;
  background-color: #000;
}
body.modal-opens .main {
  opacity: 0.5;
}
.popup-form,
.see-example {
  padding: 10px 25px;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #fff;
  height: 100%;
  overflow: auto;
  border: 2px solid #000;
}
.popup-form .form-header {
  display: flex;
  justify-content: space-between;
}
button:focus {
  outline: none !important;
}
.popup-form .form-body {
  padding: 20px 0 10px;
}
.form-header p.close,
button.back-btn {
  font-size: 14px;
  line-height: 20px;
  font-family: "Space Grotesk";
  padding: 5px 10px 5px 30px;
  color: #000 !important;
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-image: url("../images/icon-close-black.png");
  background-size: 15px 15px;
  border: none;
  cursor: pointer;
}
.closes{
  font-size: 14px;
  line-height: 20px;
  font-family: "Space Grotesk";
  padding: 5px 10px 5px 30px;
  color: #000 !important;
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-image: url("../images/icon-close-black.png");
  background-size: 15px 15px;
  border: none;
  cursor: pointer;
}
button.back-btn {
  background-image: url("../images/back-arrow-black.png");
  margin: 0 0 25px 0;
}
.see-example .txt .inner p {
  padding: 0 0 20px 0;
}
.form-header button.close:hover,
button.back-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.form-header p.sign-in {
  font-size: 14px;
  line-height: 20px;
  font-family: "Space Grotesk";
  padding: 5px 10px 5px 30px;
  color: #000 !important;
  opacity: 0.7;
  background: transparent;
  border: none;
  cursor: pointer;
}
.form-header button.sign-in:hover {
  opacity: 1;
}
.form-body h1 {
  font-size: 62px;
  color: #000;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 80px;
  font-weight: 700;
}
.see-example h1 {
  font-size: 35px;
  color: #000;
  font-family: "Space Grotesk";
  letter-spacing: -0.06em;
  line-height: 40px;
  font-weight: 700;
}
.popup-form p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Source-Sans-Pro-600";
  color: #000;
  opacity: 1;
  letter-spacing: -0.02em;
  margin: 0;
}
.see-example p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Space Grotesk";
  font-weight: 400;
  color: #000;
  opacity: 1;
  letter-spacing: -0.02em;
  margin: 0;
}
.see-example ul li {
  font-size: 16px;
  line-height: 20px;
  font-family: "Space Grotesk";
  font-weight: 400;
  color: #000;
  opacity: 1;
  letter-spacing: -0.02em;
  margin: 0;
  list-style: disc;
}
.see-example ul {
  padding: 10px 26px;
}
.form-body form p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Space Grotesk";
  color: #000;
  opacity: 0.7;
  letter-spacing: -0.02em;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-image: url("../images/use-template-icon.png");
  background-size: 20px 20px;
  padding: 0 0 0 32px;
  opacity: 0.7;
}
.form-body form p:hover {
  opacity: 1;
}
.form-body form input[type="file"] {
  width: inherit;
  opacity: 0.7;
  border: none;
  padding: 0;
  font-size: 12px;
}
.form-body form input[type="file"]:hover {
  opacity: 1;
  cursor: pointer;
}
.form-body form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 3px;
  border-top: 0;
  margin-top: -7px;
  padding: 10px 15px;
}
.popup-form form label {
  font-size: 19px;
  line-height: 30px;
  font-family: "Space Grotesk";
  color: #000;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 30px 0 0 0;
  width: 100%;
  max-width: 75%;
}
.form-body form .see-example-btn {
  background-image: none;
}
.popup-form form input {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Space Grotesk";
  color: #000;
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
}
.form-body textarea {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #000;
  border-radius: 3px;
}
form textarea::placeholder {
  color: #000;
  opacity: 0.4;
}
.popup-form button.next {
  background-color: #000;
  font-family: "Source-Sans-Pro-700";
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  padding: 12px 55px 12px 25px;
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-image: url(../images/forward-arrow-white.png);
  background-size: 16px 16px;
  display: flex;
  margin: 25px 0 0 0;
  border: none;
  opacity: 0.7;
}
.popup-form button.nexts {
  background-color: #000;
  font-family: "Source-Sans-Pro-700";
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  padding: 12px 55px 12px 25px;
  background-repeat: no-repeat;
  background-position: center right 25px;
  /* background-image: url(../images/forward-arrow-white.png); */
  background-size: 16px 16px;
  display: flex;
  margin: 25px 0 0 0;
  border: none;
  opacity: 0.7;
}
.nextform {
  background-color: #000;
  font-family: "Source-Sans-Pro-700";
  font-size: 20px;
  line-height: 25px;
  color: #fff !important;
  cursor: pointer;
  border-radius: 3px;
  padding: 12px 55px 12px 25px;
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-image: url(../images/forward-arrow-white.png);
  background-size: 16px 16px;
  display: flex;
  margin: 25px 0 0 0;
  border: none;
  opacity: 0.7;
}
.popup-form button.next:hover {
  opacity: 1;
}
.popup-form .sign-in-form {
  display: none;
  padding: 25px 0;
}
.popup-form .sign-in-form h1 {
  font-size: 36px;
  font-family: "Source-Sans-Pro-600";
  letter-spacing: -0.04em;
  color: #000;
}
.minimized-form {
  position: fixed;
  width: 100%;
  min-width: 320px;
    max-width: 500px;
  z-index: 111;
  bottom: 0;
  right: 0;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.minimized-form .txt {
  background: #fff;
  border: 3px solid #000;
  padding: 8px 8px 8px;
  width: 100%;
}
.minimized-form .txt > div {
  font-size: 14px;
  font-family: "Open Sans ExtraBold";
  color: #000;
  background: #c6ccff;
  display: inline-block;
  padding: 3px 20px;
  position: absolute;
  top: -11px;
}
.minimized-form .txt p {
  font-size: 18px;
  line-height: 23px;
  font-family: "Space Grotesk";
  font-weight: 400;
  color: #000;
  padding: 8px 8px;
  margin: 0;
}
.minimized-form .txt > a {
  font-size: 14px;
  font-family: "Open Sans SemiBold";
  color: #000;
  display: block;
  text-align: end;
  background-image: url(../images/end-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center right 3px;
  background-size: 15px 15px;
  padding: 0 23px 0 0;
}
.minimized-form .txt:hover a {
  background-position: center right 0;
}
.see-example {
  display: none;
}
.see-example .txt h2 {
  font-family: "Source-Sans-Pro-900";
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 7px;
}
.see-example .txt h3 {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 0 5px 0;
}
.see-example .txt .inner {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 3px;
}
.hide {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .how-it-works-banner-upper {
    max-width: 72%;
    padding: 175px 20px 150px;
  }
  .lower-banner-row .txt {
    max-width: 60%;
    padding: 0 50px 0 50px;
  }
  .lower-banner-row .img {
    max-width: 40%;
    padding: 0 0px 0 50px;
    margin-top: 0;
  }
  .how-it-works-page-outer .upper-banner-img {
    height: 54%;
  }
  .txt-with-img-sec1-outer .txt-with-img-sec1-row {
    padding: 65px 0;
  }
  .txt-with-img-sec1-row .bottom-sec {
    max-width: 35%;
  }
  .txt-with-img-sec1-row .bottom-sec h4 {
    margin-bottom: 32px;
  }
  .txt-with-img-sec2-row .img h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 10px 36px;
    background-size: 25px 25px;
  }
  .txt-with-img-sec2-row .pricing-txt {
    padding: 14px 0px 0;
  }
  .projects-sizes-section-outer h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .txt-with-img-sec2-row .pricing-txt > div {
    padding: 0 36px 0 0;
  }
  .txt-with-img-sec2-row .right-side img.bottom-img {
    top: 75%;
  }
  .txt-with-img-sec2-row .txt {
    padding: 150px 30px 150px 30px;
  }
  .txt-with-img-sec3-row .txt {
    padding: 0 30px 0 60px;
  }
  .txt-with-img-sec3-row .img h4 {
    margin: 15px 0 0 22px;
    padding: 0px 10px 50px 33px;
    background-position: top left 0px;
    background-size: 24px 24px;
  }
  ul#tabs-nav-1 li img {
    width: 100%;
  }
  .projects-sizes-section-outer .tab-content .how-it-tabs-row .boxes {
    margin: 70px 0 0 0;
  }
  .pricing-banner-row .banner-txt {
    max-width: 75%;
    padding: 215px 0 50px 40px;
  }
  .pricing-banner-row .slider-xx.banner-imgs {
    max-width: 35%;
    padding: 240px 0 50px 40px;
    margin: 0 20px 0 auto;
  }
  .pricing-banner-outer .slider-yy {
    height: 815px;
  }
  .pricing-banner-outer .slider-yy .card-block a img {
    height: 88%;
    object-fit: cover;
  }
  .bg-slider .card-block.slick-slide a {
    height: 740px;
    background-size: 54% 100%;
  }
  .heavy-lifting-row {
    height: 100%;
  }
  .heavy-lifting-left-slider .row {
    align-items: flex-start;
  }
  .customers-banner-txt {
    max-width: 100%;
  }
  .our-customers-banner-outer {
    padding: 200px 0 0 0;
  }
  .customer-scrollto-outer a {
    padding: 8px;
    margin: 5px 8px;
  }
  .become-an-expert-banner-row {
    padding: 240px 0 55% 40px;
    position: relative;
  }
  .become-an-expert-banner-row .txt {
    max-width: 75%;
    z-index: 1;
  }
  .become-an-expert-banner-row .img {
    right: 0;
    left: 0;
    max-width: 100%;
    position: absolute;
    display: flex;
    justify-content: end;
    top: 13%;
    padding: 0 0 9% 0;
    z-index: 0;
    border-bottom: 1px solid #fff;
  }
  .become-an-expert-banner-row .img img {
    transform: none;
    width: 100%;
    max-width: 94%;
    height: 100%;
  }
  .become-an-expert-banner-slider .banner-slider {
    max-width: 72%;
  }
  .become-aet-slider {
    max-width: 28%;
    padding: 0 30px 0 0px;
  }
  .become-an-expert-banner-slider .line {
    width: 100%;
    max-width: 88px;
    right: 286px;
    top: 20px;
  }
  .become-an-expert-banner-slider .circle {
    right: 373px;
    top: 14px;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row h2 {
    font-size: 40px;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row h2::after {
    width: 30px;
    height: 30px;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row {
    padding: 30px 40px 100px 40px;
  }
  .become-an-expert-tab-outer #tabs-content-1 {
    align-self: center;
  }
  .multi-color-txt-outer p {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .navbar-expand-sm .navbar-nav .nav-link {
    margin: 0 15px;
  }
  .banner-txt {
    max-width: 75%;
    padding: 270px 0 50px 40px;
  }
  .slider-x .card-block.slick-slide a {
    height: 1000px;
    background-size: 60% 100%;
  }
  .card-block.slick-slide.slick-current.slick-active.slick-center img.logo-img {
    margin-top: 38px;
  }
  .slider-z .slick-center img.img-fluid.card-img {
    margin-top: -38px;
  }
  .banner-slider-sec .story-section {
    position: relative;
    width: 100%;
    height: 100%;
    top: -231px;
    z-index: 9;
  }
  .how-it-works-row {
    padding: 0;
  }
  .experts-section-outer .experts-text-section {
    max-width: 50%;
  }
  .slider-experts.slider-experts-row.slick-initialized.slick-slider {
    max-width: 32%;
    margin: 0 100px 0 auto;
  }
  .experts-section-outer {
    background-position: 100% 22%;
    background-size: 83% 60%;
  }
  .experts-section-outer .how-it-works-row {
    padding: 30px 0 0;
  }
  ul#tabs-nav-1 {
    width: 100%;
    max-width: 50%;
    padding: 0 20px;
  }
  ul#tabs-nav-1 li {
    padding: 5px 8px;
  }
  .tab-content-1 .left-box h1 {
    font-size: 66px;
  }
  .projects-sizes-section-outer {
    padding: 40px 0px;
  }
  .projects-sizes-section-outer .tab-content .boxes {
    margin: 0 5px 25px;
  }
  div#tab1 .box-2 .project-size-footer {
    bottom: 0px;
  }
  div#tab1 .box-4 .project-size-footer,
  div#tab3 .box-4 .project-size-footer {
    bottom: 0;
  }
  div#tab2 .box-4 .project-size-footer,
  div#tab4 .box-4 .project-size-footer {
    bottom: 0;
  }
  .review-x-slider a.js-fillcolor {
    padding: 45px 50px;
  }
  .review-x-slider.review-x-slider-row .slick-list a {
    max-width: 45%;
  }
  .review-y-slider.review-y-slider-row.slick-initialized.slick-slider {
    margin-top: -300px;
  }
  .tab-content-1 .right-box p {
    line-height: 35px;
  }
  .review-section-outer .header-txt {
    right: 5%;
    top: 0%;
    padding: 30px;
  }
  .review-section-outer .header-txt h1 {
    font-size: 54px;
    line-height: 62px;
  }
  .review-y-slider .slick-list {
    margin-left: 270px !important;
    padding: 0 22% 0 0 !important;
  }
  .lets-start-section-outer {
    margin-top: 60px;
  }
  .review-y-slider img.card-img.brand-logo {
    max-width: 60%;
  }
  .review-y-slider p {
    margin-bottom: 18px;
  }
  .review-y-slider .txt-with-img img {
    max-width: 12%;
  }
  .lets-start-section-outer .text {
    display: block;
    text-align: center;
  }
  .lets-start-btns {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .lets-start-section-outer .text h1 {
    font-size: 65px;
    line-height: 75px;
    background-image: none;
  }
  .lets-start-section-outer .lets-start-btns p {
    margin: 28px 0;
  }
  .navbar-footer ul.navbar-nav {
    padding-right: 30px;
  }
  .pricing-banner-row .right-side {
    padding: 200px 50px 42px 0;
  }
  .pricing-banner-row .left-side {
    padding: 200px 0 50px 42px;
  }
  .pricing-banner-row .img {
    background-size: 75% 55%;
    width: 50%;
    top: 50%;
    left: 20%;
    z-index: -1;
  }
  .pricing-hero-story-quote .hero-story-row {
    padding: 15px 16px 10px 16px;
  }
  .invest-brand-outer .invest-brand:first-child {
    display: none;
  }
  .invest-brand-row {
    justify-content: space-between;
  }
  .invest-brand-outer {
    padding: 60px 60px 0;
  }
  .invest-brand-outer .invest-brand:not(:first-child) {
    padding: 0 10px 0 10px;
    margin: 0 -5px;
  }
  .invest-brand-outer .invest-brand {
    max-width: 50%;
  }
  .invest-brand-outer .invest-brand .brand-img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    max-width: 100%;
  }
  .invest-brand .text {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar-header ul:last-child li:first-child {
    display: none;
  }
  .header .navbar-expand-sm .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 14px;
  }
  .banner-txt {
    max-width: 80%;
    padding: 170px 0 50px 40px;
  }
  .banner-txt h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .banner-txt h2 {
    font-size: 55px;
    line-height: 50px;
  }
  .banner-txt p {
    font-size: 20px;
    line-height: 30px;
    padding: 38px 38px 30px 0;
  }
  .slider-row-single .card-block {
    filter: blur(32px) contrast(120%) brightness(75%);
    -webkit-filter: blur(32px) contrast(120%) brightness(75%);
  }
  .slider-x .card-block.slick-slide a {
    height: 840px;
    background-size: 100% 100%;
  }
  .banner-slider-sec .story-section {
    position: relative;
    width: 100%;
    height: 100%;
    top: -200px;
    left: -78px;
    z-index: 9;
  }
  .slider-y li h3 {
    font-size: 18px;
  }
  .story-section-pointer {
    left: 45%;
  }
  .slider-z .slick-center img.img-fluid.card-img {
    margin-top: -27px;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
  }
  .card-block.slick-slide.slick-current.slick-active.slick-center img.logo-img {
    margin-top: 27px;
  }
  .banner-bottom-txt .left-side h1 {
    font-size: 36px;
    padding: 70px 0 0 0;
    line-height: 30px;
    background-size: 32px 30px;
  }
  .banner-bottom-txt .left-side h2 {
    font-size: 36px;
    line-height: 30px;
  }
  .banner-bottom-txt {
    display: block;
    padding: 65px 30px;
    margin: 18px 0 0;
  }
  .banner-bottom-txt .right-side {
    max-width: 100%;
  }
  .banner-bottom-txt .right-side p {
    font-size: 18px;
    padding: 28px 0;
  }
  .how-it-works-outer {
    padding: 0px 20px 40px;
  }
  .how-it-works-row {
    padding: 0 0px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .how-it-works-row .box {
    max-width: 50%;
    margin: 0;
    padding: 0 30px 60px;
  }
  .experts-section-outer {
    position: relative;
    padding: 40px 50px 40px;
    background-image: none;
  }
  .experts-section-outer .experts-text-section {
    top: 5%;
    left: 8%;
    width: 100%;
    max-width: 88%;
  }
  .slider-experts.slider-experts-row.slick-initialized.slick-slider {
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 320px 0 0 0;
  }
  .experts-text-section h1,
  .experts-text-section h1 span {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .slider-experts a img.card-img {
    width: 100%;
    object-fit: cover;
  }
  .slider-experts a.js-fillcolor {
    width: 100%;
  }
  .experts-section-outer .how-it-works-row {
    margin: 0 -25px;
    padding: 60px 0 0;
  }
  .story-section-outer {
    background: #e1e5e3;
    padding: 40px 0;
  }
  ul#tabs-nav-1 {
    display: flex;
    justify-content: center;
  }
  #tabs-content-1 .tab-content-1 {
    display: block;
  }
  #tabs-content-1 .tab-content-1 .left-box {
    max-width: 100%;
    padding: 0px 50px 0px;
  }
  #tabs-content-1 .tab-content-1 .right-box {
    max-width: 100%;
    padding: 0px 50px 0px;
  }
  .tab-content-1 .left-box h1 {
    font-size: 62px;
    line-height: 70px;
  }
  #tabs-content-1 .footer-txt {
    margin: 60px 0;
  }
  .projects-sizes-section-outer h1,
  .projects-sizes-section-outer h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .projects-sizes-section-outer #tabs-nav li {
    font-size: 23px;
    line-height: 30px;
  }
  .projects-sizes-section-outer {
    padding: 40px 25px;
  }
  .tab-content {
    flex-wrap: wrap;
  }
  .projects-sizes-section-outer .tab-content .boxes {
    max-width: 50%;
    margin: 0;
  }
  .project-size-footer {
    bottom: 0 !important;
    right: inherit;
    left: 0;
  }
  div#tab2 .box-2,
  div#tab2 .box-4,
  div#tab4 .box-2,
  div#tab4 .box-4 {
    margin-top: 0 !important;
  }
  div#tab2 .box-1,
  div#tab2 .box-3,
  div#tab4 .box-1,
  div#tab4 .box-3 {
    margin-bottom: 0 !important;
  }
  div#tab1 .box-1,
  div#tab1 .box-3,
  div#tab3 .box-1,
  div#tab3 .box-3 {
    margin-top: 0px !important;
  }
  div#tab1 .box-2,
  div#tab1 .box-4,
  div#tab3 .box-2,
  div#tab3 .box-4 {
    margin-bottom: 0px !important;
  }
  .review-x-slider.review-x-slider-row .slick-list a {
    max-width: 60%;
    padding: 45px 50px;
  }
  .review-y-slider.review-y-slider-row.slick-initialized.slick-slider {
    margin-top: -320px;
  }
  .review-section-outer .header-txt {
    right: 5%;
    top: 2%;
    padding: 30px;
  }
  .review-section-outer .header-txt h1,
  .review-section-outer .header-txt h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .review-section-outer .header-txt .arrow {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .review-y-slider .slick-list {
    margin-left: 230px !important;
    padding: 0 18% 0 0 !important;
  }
  .lets-start-section-outer {
    margin-top: 60px;
  }
  .review-y-slider img.card-img.brand-logo {
    max-width: 60%;
  }
  .review-y-slider p {
    margin-bottom: 18px;
  }
  .review-y-slider .txt-with-img img {
    max-width: 12%;
  }
  .lets-start-section-outer .text {
    display: block;
    text-align: center;
  }
  .lets-start-btns {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .lets-start-section-outer .text h1 {
    font-size: 36px;
    line-height: 44px;
    background-image: none;
  }
  .lets-start-section-outer .lets-start-btns p {
    margin: 10px 92px;
    font-size: 16px;
  }
  .row.footer-menu {
    display: block;
    padding: 0 0 35px 0;
  }
  .navbar-footer {
    padding: 30px 0;
  }
  .footer-menu .column-left,
  .footer-menu .column-right {
    max-width: 100% !important;
    background-size: 50% 100%;
  }
  .navbar-footer a.nav-link {
    font-size: 25px;
    line-height: 25px !important;
  }
  h1.footer-right-side-title {
    font-size: 36px;
  }
  .how-it-works-banner-upper h1,
  .how-it-works-banner-upper h2 {
    font-size: 54px;
    line-height: 50px;
  }
  .how-it-works-banner-upper p {
    font-size: 20px;
    line-height: 25px;
  }
  .how-it-works-banner-lower h1,
  .txt-with-img-sec1-row .txt h1,
  .txt-with-img-sec2-row .txt h1,
  .txt-with-img-sec3-row .txt h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .how-it-works-banner-lower p,
  .txt-with-img-sec1-row .txt p,
  .txt-with-img-sec2-row .txt p,
  .txt-with-img-sec3-row .txt p {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 30px;
    padding: 0;
  }
  .lower-banner-row .txt,
  .txt-with-img-sec1-row .txt,
  .txt-with-img-sec2-row .txt,
  .txt-with-img-sec3-row .txt {
    max-width: 100%;
    padding: 30px 20px;
  }
  .lower-banner-row .img,
  .txt-with-img-sec1-row .img,
  .txt-with-img-sec2-row .img,
  .txt-with-img-sec3-row .img,
  .txt-with-img-sec2-row .txt .border-line {
    display: none;
  }
  .txt-with-img-sec1-outer .txt-with-img-sec1-row {
    padding: 0px 0;
  }
  .quotes-section-outer h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .how-it-workPage-projects-sizes-section-outer h1,
  .how-it-workPage-projects-sizes-section-outer h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .projects-sizes-section-outer .how-it-tabs-row .boxes img {
    max-width: 18%;
  }
  .pricing-banner-row .banner-txt {
    max-width: 75%;
    padding: 150px 0 50px 20px;
  }
  .pricing-banner-row .slider-xx.banner-imgs {
    display: none;
  }
  .heavy-lifting-row {
    padding: 40px 25px;
  }
  .heavy-lifting-row .left-sec h1,
  .heavy-lifting-row .left-sec h1 span {
    font-size: 48px;
    line-height: 48px;
  }
  .heavy-lifting-right-slider .tab-txt {
    font-size: 26px;
    line-height: 28px;
  }
  .bg-slider .card-block.slick-slide a {
    height: 1100px;
    background-size: 0;
  }
  .heavy-lifting-left-slider .row .img {
    display: none;
  }
  .heavy-lifting-left-slider .row .txt {
    max-width: 100%;
  }
  .heavy-lifting-left-slider {
    padding: 55px 0 40px 0px;
  }
  .heavy-lifting-row {
    display: block;
  }
  .heavy-lifting-row .right-sec {
    max-width: 68%;
  }
  .shopify-brands-logo-outer {
    padding: 40px 20px;
  }
  .shopify-brands-logo-outer h1 {
    font-size: 48px;
    line-height: 38px;
  }
  .shopify-brands-logo-outer p {
    max-width: 94%;
  }
  .shopify-brands-logo-outer .logo-imgs img {
    padding: 20px 22px;
    width: 100%;
    max-width: 24%;
  }
  .customers-banner-txt h2 {
    font-size: 58px;
    line-height: 60px;
  }
  .customers-banner-txt h1 {
    font-size: 58px;
    line-height: 65px;
  }
  .brandbelt-line-lineitem:nth-child(5),
  .brandbelt-line-lineitem:nth-child(4) {
    display: none;
  }
  .customer-scrollto-outer .scrollto-txt {
    flex-wrap: wrap;
  }
  .scrollto-sec-outer .txt-sec h2 {
    font-size: 52px;
    line-height: 58px;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
  .scrollto-sec-outer .img-sec-row {
    flex-wrap: wrap;
    padding: 0 0 0 0;
    justify-content: center;
  }
  .scrollto-sec-outer .img-sec-row .col1 {
    max-width: 100%;
  }
  .scrollto-sec-outer .img-sec-row .col1 h3 {
    margin: 0;
  }
  .column-with-img.col1.mobile-only,
  .scrollto-sec-outer .img-sec-row .col2,
  .scrollto-sec-outer .img-sec-row .col3,
  .scrollto-sec-outer .img-sec-row .col4 {
    width: 100%;
    max-width: 40%;
    margin: 0 0 40px 0;
  }
  .scrollto-sec-outer .img-sec-row .col1 a {
    padding: 0;
  }
  .scrollto-sec-outer .column-with-img .txt-sec {
    padding: 0 0 60px 25px;
  }
  .scrollto-sec-outer {
    padding: 45px 0 45px;
  }
  .customer-scrollto-outer {
    display: none;
  }
  .story-section-outer.customersPage-story-section-outer {
    padding: 40px 0 0;
  }
  .customersPage-story-section-outer #tabs-content-1 .tab-content-1 {
    display: block !important;
  }
  .customersPage-story-section-outer .tab-content-1 h1 img {
    max-width: 17%;
  }
  .pricing-banner-row .right-side {
    display: none;
  }
  .pricing-banner-row .left-side {
    max-width: 100%;
    padding: 125px 0 200px 35px;
  }
  .pricing-banner-row .left-side h1,
  .pricing-banner-row .left-side h1 span {
    font-size: 58px;
    line-height: 65px;
  }
  .pricing-banner-row .left-side p {
    padding: 35px 0px 5px;
    max-width: 60%;
  }
  .pricing-banner-row .img {
    background-size: 100% 100%;
    width: 56%;
    top: 36%;
    bottom: 0;
    left: initial;
    right: 0;
    height: 70%;
  }
  .pricing-banner {
    padding: 0 0 100px;
  }
  .invest-brand-outer {
    padding: 60px 60px 20px;
  }
  .invest-brand-outer h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .invest-brand-outer p {
    max-width: 100%;
  }
  .invest-brand-row {
    padding: 40px 0 0;
  }
  .invest-brand-outer .invest-brand {
    max-width: 100%;
    padding: 0 0 60px 0;
  }
  .invest-brand-row {
    display: block;
  }
  .invest-brand-outer .invest-brand .brand-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .invest-brand .text {
    max-width: 96%;
  }
  .quotes-section-outer {
    padding: 60px;
  }
  .become-an-expert-banner-row .txt h1,
  .become-an-expert-banner-row .txt h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .become-an-expert-banner-row .txt p {
    font-size: 22px;
    line-height: 26px;
    padding: 30px 100px 30px 0;
  }
  .become-an-expert-banner-row {
    padding: 130px 0 55% 40px;
  }
  .become-an-expert-banner-row .txt {
    max-width: 75%;
  }
  .become-an-expert-banner-row .img {
    top: 43%;
  }
  .become-an-expert-banner-row .img img {
    transform: scale(1.05, 1.05);
    max-width: 55%;
  }
  .become-an-expert-banner-slider .banner-slider-txt h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .become-an-expert-banner-slider .line {
    right: 210px;
  }
  .become-an-expert-banner-slider .circle {
    right: 296px;
  }
  .freelancing-txt-sec-outer .txt-row .right-sec {
    display: none;
  }
  .freelancing-txt-sec-outer .txt-row .left-sec {
    max-width: 100%;
  }
  .freelancing-txt-sec-outer .txt-row {
    display: block;
  }
  .better-way-txt-sec-outer h2 {
    padding: 0 0 45px 0px;
  }
  .better-way-txt-sec-outer h1 {
    padding: 0;
    font-size: 50px;
    line-height: 48px;
  }
  .better-way-txt-sec-outer .txt-row .left-sec {
    justify-content: flex-start;
  }
  .freelancing-txt-sec-outer .txt-row .left-sec > div {
    max-width: 50%;
    padding: 0 6% 50px 0;
  }
  .expert-sec-slider-outer .sec-row {
    padding: 50px 20px 50px 20px;
    display: block;
  }
  .expert-sec-slider-outer .left-sec h1,
  .expert-sec-slider-outer .left-sec h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .expert-sec-slider-outer .sec-row .right-sec {
    max-width: 100%;
  }
  .expert-sec-slider-outer .right-sec p {
    padding: 0 0 30px;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row {
    padding: 30px 22px 30px 22px;
    flex-wrap: wrap;
    align-items: end;
  }
  .expert-txt-slider .sec-row .colum:not(:first-child) {
    padding: 40px 0 0 0;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row .colum:last-child h3 {
    padding: 0 0 0 34px;
    background-size: 3% 21%;
  }
  .expert-txt-slider .sec-row .colum {
    max-width: 50%;
    padding: 0 55px 0 0;
  }
  .expert-txt-slider .sec-row .colum:nth-child(2),
  .expert-txt-slider .sec-row .colum:nth-child(3) {
    max-width: 20%;
  }
  .expert-txt-slider .sec-row .colum:last-child {
    width: 100%;
    max-width: 100%;
  }
  .expert-photos-slider .slick-list {
    padding: 0 2% 0 0 !important;
  }
  .become-an-expert-tab-outer .left-sec h1,
  .become-an-expert-tab-outer .left-sec h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .become-an-expert-tab-outer #tabs-content-1,
  .become-an-expert-tab-outer .left-sec h3::after {
    display: none;
  }
  .become-an-expert-tab-outer .left-sec {
    max-width: 100%;
  }
  ul#tabs-expert-1 li {
    opacity: 1;
  }
  .multi-color-txt-outer p {
    max-width: 100%;
    font-size: 34px;
    line-height: 40px;
  }
  .lets-start-section-outer.become-an-expertPage-lets-start-section-outer {
    margin: 0;
  }
}
@media only screen and (max-device-width: 767px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: none;
}
.three {
  display: block;
}
.navbar-expand-sm .navbar-nav {
  -ms-flex-direction: column;
  flex-direction: column !important;
}
.form-body h1 {
  font-size: 46px;
}
.popup-form p {
  font-size: 16px;
  line-height: 22px;
}
.popup-form form label {
  font-size: 16px;
  line-height: 26px;
}
.form-body form .see-example-btn {
  padding: 0;
}
.popup-form, .see-example {
  padding: 10px 10px;
}
.form-body form > div {
  display: block;
}
.minimized-form .txt {
  padding: 20px 15px 9px;
}
.minimized-form .txt p {
  font-size: 16px;
}
.form-body form > div p {
  display: none;
}
.navbar-header.only-mobile.justify-content-between.show {
  display: block;
  position: fixed;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    background: #000;
    padding: 60px 25px 160px 50px;
    overflow: scroll;
    height: 540px;
}
.navbar-header.only-mobile.justify-content-between.show::before {
  content: "";
  width: 18px;
  height: 400px;
  border: 2px solid #fff;
  border-right: 0;
  display: block;
  position: absolute;
  left: 26px;
  top: 54px;
}
.header .navbar-expand-sm .show .navbar-nav .nav-link {
  font-size: 26px;
  margin: 10px 0px;
}
  .header .navbar .navbar-brand-logo {
    max-width: 120px;
  }
  .banner-txt {
    max-width: 100%;
    padding: 100px 20px 50px;
  }
  .banner-txt h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .banner-txt h2 {
    font-size: 35px;
    line-height: 22px;
  }
  .banner-txt p {
    font-size: 16px;
    line-height: 22px;
    padding: 40px 0px 10px 0;
  }
  .banner-btns {
    display: block;
  }
  .banner-txt .banner-btns p {
    padding: 12px 0 0 0px;
    margin: 0;
    display: flex;
  }
  .slider-row-single .card-block {
    filter: blur(14px) contrast(120%) brightness(75%);
    -webkit-filter: blur(14px) contrast(120%) brightness(75%);
  }
  .slider-x .card-block.slick-slide a {
    background-size: 100% 100%;
    height: 650px;
  }
  .banner-bottom-txt {
    display: block;
    padding: 65px 30px;
  }
  .banner-bottom-txt .left-side h1 {
    font-size: 30px;
    padding: 40px 0 0 0;
    line-height: 25px;
    background-size: 23px 23px;
  }
  .banner-bottom-txt .left-side h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .banner-bottom-txt .right-side {
    max-width: 100%;
  }
  .banner-bottom-txt .right-side p {
    font-size: 16px;
    margin: 0;
    padding: 26px 0;
  }
  .banner-slider-sec .story-section {
    position: relative;
    width: 100%;
    height: 100%;
    top: -142px;
    left: -67px;
    z-index: 3;
  }
  .header {
    padding: 0px 15px;
    height: auto;
  }
  .slider-y li h3 br {
    display: none !important;
}
  .slider-y li h3 {
    font-size: 18px;
  }
  .card-block.slick-slide.slick-current.slick-active.slick-center img.logo-img {
    margin-top: 18px;
  }
  .slider-z .slick-center img.img-fluid.card-img {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35);
    margin-top: -18px;
  }
  .slider-y img.image,
  .slider-y img.profile {
    display: inline-block;
    width: 100%;
    max-width: 15%;
  }
  .story-section-pointer {
    left: 50%;
    transform: translateX(-50%);
    height: 30vw;
    padding: 12px 0 2vw 48px;
    overflow: inherit;
    width: 55px;
  }
  .slider-y {
    right: -5%;
    left: initial;
    max-width: 44% !important;
  }
  .story-section-circle {
    top: 91.8%;
    right: 0;
    left: initial;
    margin: 0 1px 0 0;
  }
  .how-it-works-outer {
    padding: 0px 20px 70px;
  }
  .how-it-works-outer h1 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 50px;
  }
  .how-it-works-row {
    display: block;
    padding: 0 0px;
  }
  .how-it-works-row .box {
    max-width: 100%;
    margin: 0;
  }
  .experts-section-outer {
    position: relative;
    padding: 40px 20px 40px;
    background-image: none;
  }
  .experts-section-outer .experts-text-section {
    top: 3%;
    left: 6%;
    width: 100%;
    max-width: 88%;
  }
  .slider-experts.slider-experts-row.slick-initialized.slick-slider {
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 190px 0 0 0;
  }
  .experts-text-section h1,
  .experts-text-section h1 span {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .slider-experts a h2 {
    font-size: 18px;
    line-height: 24px;
    padding: 7px 0 7px;
  }
  .slider-experts a p {
    font-size: 14px;
  }
  .experts-text-section .arrow-down {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 0;
  }
  .experts-text-section p:last-child {
    padding: 0 20px 0 0;
  }
  .slider-experts a img.card-img {
    width: 100%;
    object-fit: cover;
    height: 260px;
  }
  .slider-experts a.js-fillcolor {
    width: 100%;
  }
  .experts-section-outer .how-it-works-row {
    padding: 30px 0 0;
  }
  .how-it-works-row .box h2 {
    font-size: 23px;
    line-height: 26px;
  }
  .lets-start-section-outer .text {
    display: block;
    text-align: center;
    padding: 50px 0;
  }
  .lets-start-btns {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .lets-start-section-outer .text h1 {
    font-size: 28px;
    line-height: 34px;
    background-image: none;
  }
  .lets-start-section-outer .lets-start-btns p {
    margin: 15px 0px;
    font-size: 16px;
  }
  .lets-start-section-outer {
    margin-top: 0px;
  }
  .lets-start-btns a.btn {
    font-size: 15px;
    line-height: 16px !important;
  }
  .story-section-outer {
    background: #e1e5e3;
    padding: 40px 0px 40px;
  }
  ul#tabs-nav-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  #tabs-content-1 .tab-content-1 {
    display: block;
  }
  #tabs-content-1 .tab-content-1 .left-box {
    max-width: 100%;
    padding: 0px 20px 40px;
  }
  .tab-content-1 h1 img:last-child {
    max-width: 18%;
  }
  .story-time-line-step-between {
    height: 30px;
  }
  #tabs-content-1 .tab-content-1 .right-box {
    max-width: 100%;
    padding: 0px 20px 30px;
  }
  .tab-content-1 .right-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .tab-content-1 .left-box h1 {
    font-size: 38px;
    line-height:40px;
  }
  .tab-content-1 h1 img {
    padding: 0px 20px;
    width: 100%;
    max-width: 25%;
  }
  #tabs-content-1 .footer-txt {
    display: none;
  }
  ul#tabs-nav-1 li img {
    width: 100%;
  }
  ul#tabs-nav-1 li {
    padding: 5px 5px;
  }
  .projects-sizes-section-outer h1,
  .projects-sizes-section-outer h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .projects-sizes-section-outer .arrow {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 7px 6px;
  }
  ul#tabs-nav {
    display: flex;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0;
  }
  .projects-sizes-section-outer #tabs-nav li {
    font-size: 20px;
    line-height: 20px;
    margin: 5px 2px;
  }
  .projects-sizes-section-outer {
    padding: 30px 0px;
  }
  .tab-content {
    flex-wrap: wrap;
  }
  .projects-sizes-section-outer .tab-content .boxes {
    max-width: 100%;
    margin: 0;
  }
  .projects-sizes-section-outer .tab-content .box {
    width: 100%;
  }
  .projects-sizes-section-outer .tab-content h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .project-size-footer {
    bottom: 0 !important;
    right: inherit;
    left: 0;
  }
  .projects-sizes-section-outer h3 {
    font-size: 24px;
    line-height: 28px;
  }
  div#tab2 .box-2,
  div#tab2 .box-4,
  div#tab4 .box-2,
  div#tab4 .box-4 {
    margin-top: 0 !important;
  }
  div#tab2 .box-1,
  div#tab2 .box-3,
  div#tab4 .box-1,
  div#tab4 .box-3 {
    margin-bottom: 0 !important;
  }
  div#tab1 .box-1,
  div#tab1 .box-3,
  div#tab3 .box-1,
  div#tab3 .box-3 {
    margin-top: 0px !important;
  }
  div#tab1 .box-2,
  div#tab1 .box-4,
  div#tab3 .box-2,
  div#tab3 .box-4 {
    margin-bottom: 0px !important;
  }
  .review-x-slider.review-x-slider-row .slick-list a {
    max-width: 90%;
    padding: 130px 30px 50px;
  }
  .review-y-slider.review-y-slider-row.slick-initialized.slick-slider {
    margin-top: -220px;
  }
  .review-section-outer .header-txt {
    right: 0;
    left: 0;
    top: 0;
    padding: 30px 30px;
  }
  .review-x-slider img.top-img {
    max-width: 18%;
    top: 20%;
  }
  .review-section-outer .header-txt h1,
  .review-section-outer .header-txt h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .review-section-outer .header-txt .arrow {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 8px 8px;
  }
  .review-y-slider .slick-list {
    margin-left: 40px !important;
    padding: 0 0% 0 0 !important;
  }
  .review-y-slider img.card-img.brand-logo {
    max-width: 60%;
  }
  .review-y-slider p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
    background-size: 20px 20px;
  }
  .review-y-slider .txt-with-img img {
    max-width: 12%;
  }
  .footer-outer {
    background: #000;
    padding: 40px 20px;
  }
  .navbar-footer a.nav-link {
    font-size: 16px;
    line-height: 15px !important;
    margin: 0 0 12px 0;
  }
  .footer-menu .column-left,
  .footer-menu .column-right {
    max-width: 100% !important;
  }
  .row.footer-menu {
    display: block;
  }
  h1.footer-right-side-title {
    font-size: 34px;
    line-height: 35px !important;
    padding-bottom: 40px;
    margin-bottom: 25px;
    background-size: 25px 25px;
  }
  .footer-right-side-desc p {
    font-size: 18px;
    line-height: 22px !important;
    max-width: 100%;
    padding: 0 0 20px 0;
  }
  .footer-menu a.navbar-brand-logo img {
    max-width: 30%;
  }
  .navbar-footer {
    padding: 50px 0 20px;
  }
  .footer-right-side-desc {
    display: block;
    padding: 0 0 24px 0;
  }
  .navbar-footer ul.navbar-nav {
    padding-right: 40px;
  }
  .banner-btns a.btn {
    line-height: 20px !important;
    padding: 15px 18px;
  }

  .how-it-works-banner-upper {
    max-width: 100%;
    padding: 145px 20px 100px;
  }
  .how-it-works-banner-upper h1,
  .how-it-works-banner-upper h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .how-it-works-banner-upper p {
    font-size: 18px;
    line-height: 25px;
  }
  .how-it-works-banner-lower h1,
  .txt-with-img-sec1-row .txt h1,
  .txt-with-img-sec2-row .txt h1,
  .txt-with-img-sec3-row .txt h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .how-it-works-banner-lower p,
  .txt-with-img-sec1-row .txt p,
  .txt-with-img-sec2-row .txt p,
  .txt-with-img-sec3-row .txt p {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 30px;
    padding: 0;
  }
  .how-it-works-banner-lower h1 span,
  .txt-with-img-sec1-row .txt h1 span,
  .txt-with-img-sec2-row .txt h1 span,
  .txt-with-img-sec3-row .txt h1 span {
    font-size: 22px;
  }
  .lower-banner-row .txt,
  .txt-with-img-sec1-row .txt,
  .txt-with-img-sec2-row .txt,
  .txt-with-img-sec3-row .txt {
    max-width: 100%;
    padding: 30px;
  }
  .lower-banner-row .img,
  .txt-with-img-sec1-row .img,
  .txt-with-img-sec2-row .img,
  .txt-with-img-sec3-row .img,
  .txt-with-img-sec2-row .txt .border-line {
    display: none;
  }
  .txt-with-img-sec1-outer .txt-with-img-sec1-row {
    padding: 0px 0;
  }
  .quotes-section-outer h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .quotes-section-outer p {
    font-size: 18px;
  }
  .how-it-workPage-projects-sizes-section-outer h1,
  .how-it-workPage-projects-sizes-section-outer h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .projects-sizes-section-outer .how-it-tabs-row .boxes img {
    max-width: 10%;
  }
  .how-it-workPage-projects-sizes-section-outer ul#tabs-nav {
    display: flex;
    width: 100%;
    padding: 15px 0 30px 0;
    margin: 10px 0;
  }
  .footer-right-side-desc a.btn {
    line-height: 15px !important;
  }
  .quotes-section-outer {
    padding: 50px 30px;
  }
  .quotes-section-outer .quoute-row {
    display: block;
  }
  .quotes-section-outer .quotes-box {
    max-width: 100%;
    padding: 20px 0px 20px;
  }
  .quotes-section-outer .quotes-box h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .quotes-section-outer .quotes-box p {
    font-size: 16px;
  }
  .projects-sizes-section-outer .tab-content .how-it-tabs-row .boxes {
    margin: 30px 0 0 0;
    padding: 0;
    align-items: flex-start;
  }
  .pricing-banner-row .banner-txt {
    max-width: 88%;
    padding: 100px 0 50px 20px;
  }
  .pricing-banner-outer .slider-yy {
    height: 550px;
  }
  .pricing-banner-row .slider-xx.banner-imgs {
    display: none;
  }
  .heavy-lifting-row {
    padding: 40px 25px;
  }
  .heavy-lifting-row .left-sec {
    max-width: 100%;
  }
  .heavy-lifting-row .left-sec h1,
  .heavy-lifting-row .left-sec h1 span {
    font-size: 38px;
    line-height: 38px;
  }
  .heavy-lifting-left-slider .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .heavy-lifting-left-slider .row .img {
    max-width: 100%;
    margin: 0 0 25px 0;
  }
  .heavy-lifting-left-slider .row .img a {
    padding: 15px 30px;
  }
  .heavy-lifting-left-slider .card-block .left-border {
    left: 10px;
  }
  .heavy-lifting-left-slider .card-block .right-border {
    right: 10px;
  }
  .heavy-lifting-left-slider .row .txt {
    max-width: 100%;
  }
  .heavy-lifting-left-slider {
    padding: 55px 0 40px 0px;
  }
  .heavy-lifting-row {
    display: block;
  }
  .heavy-lifting-row .right-sec {
    max-width: 100%;
    padding: 0px 0 0;
  }
  .heavy-lifting-left-slider .row .txt h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .heavy-lifting-left-slider .row .txt h3 {
    font-size: 21px;
    line-height: 26px;
  }
  .heavy-lifting-left-slider .row .txt p {
    font-size: 15px;
  }
  .bg-slider .card-block.slick-slide a {
    height: 1370px;
    background-size: 0;
  }
  .heavy-lifting-row .right-sec p {
    font-size: 20px;
  }
  .heavy-lifting-row .right-sec .arrow {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    margin-bottom: 16px;
  }
  .heavy-lifting-right-slider .tab-txt {
    font-size: 22px;
    line-height: 30px;
  }
  .shopify-brands-logo-outer {
    padding: 40px 20px;
  }
  .shopify-brands-logo-outer h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .shopify-brands-logo-outer p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
  .shopify-brands-logo-outer .logo-imgs img {
    padding: 20px 20px;
    width: 100%;
    max-width: 46%;
  }
  .our-customers-banner-outer {
    padding: 115px 0 0 0;
  }
  .customers-banner-txt h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .customers-banner-txt p {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 30px 60px;
  }
  .brandbelt-line .brandbelt-logo {
    display: none;
  }
  .brandbelt-line .brandbelt-photo {
    padding: 0 5px;
  }
  .our-customers-banner-outer .brandbelt-line {
    padding: 0 0 10px 0;
  }
  .customers-banner-txt h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .brandbelt-line-lineitem:nth-child(5),
  .brandbelt-line-lineitem:nth-child(4) {
    display: none;
  }
  .customer-scrollto-outer .scrollto-txt {
    flex-wrap: wrap;
  }
  .scrollto-sec-outer .txt-sec h2 {
    font-size: 52px;
    line-height: 58px;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none !important;
  }
  .scrollto-sec-outer .img-sec-row {
    flex-wrap: wrap;
    padding: 0 0 0 0;
    justify-content: center;
  }
  .scrollto-sec-outer .img-sec-row .col1 {
    max-width: 100%;
  }
  .scrollto-sec-outer .img-sec-row .col1 h3 {
    margin: 0;
  }
  .column-with-img.col1.mobile-only,
  .scrollto-sec-outer .img-sec-row .col2,
  .scrollto-sec-outer .img-sec-row .col3,
  .scrollto-sec-outer .img-sec-row .col4 {
    width: 100%;
    max-width: 40%;
    margin: 0 0 40px 0;
  }
  .scrollto-sec-outer .img-sec-row .col1 a {
    padding: 0;
  }
  .scrollto-sec-outer .column-with-img .txt-sec {
    padding: 0 0 60px 25px;
  }
  .scrollto-sec-outer {
    padding: 45px 0 45px;
  }
  .customer-scrollto-outer {
    display: none;
  }
  .story-section-outer.customersPage-story-section-outer {
    padding: 40px 0 0;
  }
  .customersPage-story-section-outer #tabs-content-1 .tab-content-1 {
    display: block !important;
  }
  .customersPage-story-section-outer #tabs-content-1 .footer-txt {
    display: block;
    padding: 0 10px 0 30px;
    margin: 0;
    background-size: 20px 20px;
  }
  #tabs-content-1 .footer-txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .customer-scrollto-outer {
    display: none;
  }
  .story-section-outer.customersPage-story-section-outer {
    padding: 40px 0 0;
  }
  .customersPage-story-section-outer #tabs-content-1 .tab-content-1 {
    display: block !important;
  }
  .customersPage-story-section-outer .tab-content-1 h1 img {
    max-width: 17%;
  }
  .pricing-banner-row .right-side {
    display: none;
  }
  .pricing-banner-row .left-side {
    max-width: 100%;
    padding: 100px 0 110px 25px;
  }
  .pricing-banner-row .left-side a.btn {
    line-height: 18px !important;
    padding: 12px 16px;
  }
  .pricing-banner-row .left-side h1,
  .pricing-banner-row .left-side h1 span {
    font-size: 34px;
    line-height: 38px;
  }
  .pricing-banner-row .left-side p {
    padding: 35px 0px 5px;
    max-width: 90%;
    font-size: 18px;
    line-height: 22px;
  }
  .pricing-banner-row .img {
    background-size: 100% 100%;
    width: 70%;
    top: 40%;
    bottom: 0;
    left: initial;
    right: 0;
    height: 76%;
  }
  .pricing-banner {
    padding: 0 0 100px;
  }
  .invest-brand .text p {
    font-size: 16px;
    line-height: 20px;
  }
  .down-arrow {
    background-size: 23px 23px;
  }
  .invest-brand-outer {
    padding: 40px 20px 20px;
  }
  .invest-brand-outer h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .invest-brand-outer p {
    max-width: 100%;
  }
  .invest-brand-row {
    padding: 40px 0 0;
  }
  .invest-brand-outer .invest-brand {
    max-width: 100%;
    padding: 0 0 60px 0;
  }
  .invest-brand-row {
    display: block;
  }
  .invest-brand-outer .invest-brand .brand-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .invest-brand .text {
    max-width: 96%;
  }
  .quotes-section-outer {
    padding: 40px 20px;
  }

  .become-an-expert-banner-row .txt h1,
  .become-an-expert-banner-row .txt h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .become-an-expert-banner-row .txt p {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 30px 30px 0;
  }
  .become-an-expert-banner-row {
    padding: 90px 0 40% 25px;
  }
  .become-an-expert-banner-row .txt a {
    line-height: 15px !important;
    float: none;
  }
  .become-an-expert-banner-row .txt span {
    margin: 16px 0 0 0px;
    display: block;
  }
  .become-an-expert-banner-row .txt {
    max-width: 100%;
  }
  .become-an-expert-banner-row .img {
    top: initial;
    bottom: 0;
  }
  .become-an-expert-banner-row .img img {
    transform: none;
    max-width: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  .become-an-expert-banner-slider h1,
  .become-an-expert-banner-slider h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .become-an-expert-banner-slider .txt {
    padding: 30px 20px 15px;
  }
  .become-an-expert-banner-slider span {
    display: none;
  }
  .become-an-expert-banner-slider .img-with-txt img:first-child,
  .become-an-expert-banner-slider .img-with-txt img:last-child {
    max-width: 97%;
    display: block;
  }
  .freelancing-txt-sec-outer {
    padding: 60px 20px 35px;
  }
  .become-an-expert-banner-slider .banner-slider {
    max-width: 100%;
    padding: 0 0px 70px;
  }
  .become-aet-slider {
    display: none !important;
  }
  .become-an-expert-banner-slider .banner-slider-txt h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .become-an-expert-banner-slider .line {
    display: none;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row h2 {
    font-size: 50px;
  }
  .become-an-expert-banner-slider .circle {
    display: none;
  }
  .freelancing-txt-sec-outer .txt-row .right-sec {
    display: none;
  }
  .freelancing-txt-sec-outer .txt-row .left-sec {
    max-width: 100%;
  }
  .freelancing-txt-sec-outer .txt-row {
    display: block;
  }
  .better-way-txt-sec-outer h2 {
    padding: 0 0 45px 0px;
    font-size: 50px;
    line-height: 48px;
  }
  .expert-sec-slider-outer .sec-row .left-sec {
    max-width: 100%;
  }
  .better-way-txt-sec-outer h1 {
    padding: 0;
  }
  .better-way-txt-sec-outer .txt-row .left-sec {
    justify-content: flex-start;
  }
  .freelancing-txt-sec-outer .txt-row .left-sec > div {
    max-width: 100%;
    padding: 0 3% 35px 0;
  }
  .expert-sec-slider-outer .sec-row {
    padding: 50px 20px 50px 20px;
    display: block;
  }
  .expert-sec-slider-outer .left-sec h1,
  .expert-sec-slider-outer .left-sec h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
  }
  .expert-sec-slider-outer .sec-row .right-sec {
    max-width: 100%;
  }
  .expert-sec-slider-outer .right-sec p {
    padding: 0 0 30px;
    font-size: 18px;
  }
  .expert-sec-slider-outer .right-sec a {
    font-size: 18px;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row {
    padding: 30px 22px 30px 22px;
    flex-wrap: wrap;
    align-items: end;
  }
  .expert-txt-slider .sec-row .colum:not(:first-child) {
    padding: 40px 0 0 0;
  }
  .expert-sec-slider-outer .expert-txt-slider .sec-row .colum:last-child h3 {
    padding: 0 0 0 24px;
    background-size: 5% 18%;
    font-size: 16px;
    line-height: 20px;
  }
  .expert-txt-slider .sec-row .colum {
    max-width: 100%;
    padding: 0 0px 0 0;
  }
  .expert-txt-slider .sec-row .colum:nth-child(2),
  .expert-txt-slider .sec-row .colum:nth-child(3) {
    max-width: 50%;
    padding: 20px 0 0 0;
  }
  .expert-txt-slider .sec-row .colum:last-child {
    display: none;
  }
  .expert-photos-slider .slick-list {
    padding: 0 18% 0 0 !important;
  }
  .expert-photos-slider .wrap img {
    width: 100%;
    max-width: 98%;
  }
  .expert-photos-slider p {
    right: 4px;
  }
  .become-an-expert-tab-outer .left-sec h1,
  .become-an-expert-tab-outer .left-sec h2 {
    font-size: 46px;
    line-height: 45px;
  }
  .become-an-expert-tab-outer #tabs-content-1,
  .become-an-expert-tab-outer .left-sec h3::after {
    display: none;
  }
  .become-an-expert-tab-outer .left-sec {
    max-width: 100%;
  }
  ul#tabs-expert-1 li {
    opacity: 1;
  }
  .multi-color-txt-outer p {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 35px;
  }
  .become-an-expert-brandslogo h2 {
    font-size: 48px;
    line-height: 45px;
  }
  .lets-start-section-outer.become-an-expertPage-lets-start-section-outer {
    margin: 0;
  }
  .become-an-expert-tab-outer {
    padding: 50px 20px 20px;
    background: #fff;
  }
  .become-an-expert-tab-outer .left-sec h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .become-an-expert-tab-outer .left-sec p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px 0 0;
  }
  .multi-color-txt-outer h1,
  .multi-color-txt-outer h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
  }
  .how-it-works-banner-upper a {
    line-height: 15px !important;
  }
}
@media only screen and (max-device-width: 360px) {
  .banner-slider-sec .story-section {
    top: -125px;
    left: -59px;
  }
  .slider-z .slick-center img.img-fluid.card-img {
    margin-top: -14px;
  }
  .card-block.slick-slide.slick-current.slick-active.slick-center img.logo-img {
    margin-top: 14px;
  }
  .how-it-works-banner-lower h1,
  .txt-with-img-sec1-row .txt h1,
  .txt-with-img-sec2-row .txt h1,
  .txt-with-img-sec3-row .txt h1 {
    font-size: 28px;
  }
  .projects-sizes-section-outer #tabs-nav li {
    font-size: 14px;
    margin: 5px 5px;
  }
  .review-y-slider.review-y-slider-row.slick-initialized.slick-slider {
    margin-top: -205px;
  }
  .review-y-slider p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 16px;
    background-size: 20px 20px;
    padding: 0px 28px;
  }
  .review-x-slider img.top-img {
    top: 25%;
  }
  .pricing-banner-row .img {
    width: 86%;
    height: 70%;
  }
  .quotes-section-outer h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .scrollto-sec-outer .txt-sec h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .scrollto-sec-outer .txt-sec p {
    padding: 0 7px 0 0;
  }
  .column-with-img.col1.mobile-only,
  .scrollto-sec-outer .img-sec-row .col2,
  .scrollto-sec-outer .img-sec-row .col3,
  .scrollto-sec-outer .img-sec-row .col4 {
    max-width: 100%;
    padding: 0 20px;
  }
  .scrollto-sec-outer .column-with-img .txt-sec {
    padding: 0 0 60px 20px;
  }
}
@media only screen and (max-device-width: 320px) {
  .become-an-expert-banner-row .txt h1,
  .become-an-expert-banner-row .txt h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .become-an-expert-banner-slider h1,
  .become-an-expert-banner-slider h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .freelancing-txt-sec-outer h1,
  .freelancing-txt-sec-outer h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .become-an-expert-tab-outer .left-sec p {
    padding: 0 0px 0 0;
  }
  .multi-color-txt-outer h1,
  .multi-color-txt-outer h2 {
    font-size: 32px;
  }
  .become-an-expert-brandslogo h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .shopify-brands-logo-outer h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .shopify-brands-logo-outer .logo-imgs img {
    padding: 16px 10px;
    max-width: 48%;
  }
  .navbar-footer ul.navbar-nav {
    padding-right: 15px;
  }
  .footer-menu a.navbar-brand-logo img {
    max-width: 38%;
  }
  .banner-txt h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-txt h2 {
    font-size: 30px;
    line-height: 22px;
  }
  .banner-btns a.btn {
    line-height: 15px !important;
    padding: 15px 12px;
  }
  .card-block.slick-slide.slick-current.slick-active.slick-center img.logo-img {
    margin-top: 11px;
  }
  .slider-z .slick-center img.img-fluid.card-img {
    margin-top: -11px;
  }
}






.three {
  height: 30px;
  width: 100%;
  max-width: 13%;
  z-index: 1;
}

/* ALL */

.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 30px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
/* SIX */

#hamburger-6.is-active{
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}
.only-mobile {
  display: none;
}
/**
copyright_goonline style
*/
.copyright_goonline{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    font-family: "Space Grotesk";
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px !important;
    color: #fff;
    opacity: 0.5;
    margin: 20px 25px 0 0;
    /* cursor: pointer; */
}
#successMessage{
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.main_headng{
  background-color: #000;
  color: white;
  text-align: center;
  height: 200px;
  align-items: center ;
  display: flex;
  justify-content: center;
}




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.wrapper_pricing{
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper_pricing .table{
  background: #fff;
  width: calc(50% - 20px);
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.table .price-section{
  display: flex;
  justify-content: center;
}
.table .price-area{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 2px;
}
.price-area .inner-area{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  line-height: 117px;
  text-align: center;
  color: #fff;
  position: relative;
}
.price-area .inner-area .text{
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: -10px;
  / left: 17px; /
}
.price-area .inner-area .price{
  font-size: 36px;
  font-weight: 500;
  margin-left: 16px;
}
.table .package-name{
  width: 100%;
  height: 2px;
  margin: 35px 0;
  position: relative;
}
.table .package-name::before{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  font-weight: 500;
  background: #fff;
  padding: 0 15px;
  transform: translate(-50%, -50%);
}
.table .features li{
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.features li .list-name{
  font-size: 17px;
  font-weight: 400;
}
.features li .list-names{
  font-size: 15px;
  font-weight: 600;
}
.features li .icon{
  font-size: 15px;
}
.features li .icon.check{
  color: #2db94d;
}
.features li .icon.cross{
  color: #cd3241;
}
.table .btn{
  width: 100%;
  display: flex;
  margin-top: 35px;
  justify-content: center;
}
.table .btn button{
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.table .btn a{
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* .table .btn button:hover{
  border-radius: 5px;
} */

.basic ::selection,
.basic .price-area,
.basic .inner-area{
  background: #00ded1;
}
.basic .btn button{
  color: white;
  background-color: #00ded1;
}
.basic .btn button:hover{
  background: #07a298;
  color: #fff;
}
.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .btn button{
  background: #00ded1;
}
.premium .btn button:hover{
  background: #07a298;
}
.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area{
  background: #43ef8b;
}
.ultimate .btn button{
  border: 2px solid #43ef8b;
  color: #43ef8b;
  background: #fff;
}
.ultimate .btn button:hover{
  background: #43ef8b;
  color: #fff;
}
.basic .package-name{
  background: #00ded1;
}
.premium .package-name{
  background: #00ded1;
}
.ultimate .package-name{
  background: #baf8d4;
}
.basic .package-name::before{
  content: "Standard";
}
.premium .package-name::before{
  content: "Platinum";
  font-size: 24px;
}
.ultimate .package-name::before{
  content: "Ultimate";
  font-size: 24px;
}
@media (max-width: 1020px) {
  .wrapper_pricing .table{
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media (max-width: 698px) {
  .wrapper_pricing .table{
    width: 100%;
  }
}
::selection{
  color: #fff;
}
.table .ribbon{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}
.table .ribbon::before,
.table .ribbon::after{
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #07a298;
  border-top-color: transparent;
  border-left-color: transparent;
}
.table .ribbon::before{
  top: 0px;
  right: 21px;
}
.table .ribbon::after{
  bottom: 21px;
  left: 0px;
}
.table .ribbon span{
  position: absolute;
  top: 30px;
  right: 0;
  transform: rotate(-45deg);
  width: 200px;
  background: #00ded1;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}
.add-ons{
  font-weight: 600;
}

.fa-dollar {
  color: goldenrod;
}
.custom-control-label{
  color: gray;
}
.custom-control-label:focus{
  color: black;
}
::selection {
  background-color: black !important;
  color: white !important;
}
.btn-next{
  background-color: #00ded1 !important;
  color: white !important;
}
.what_you_want{
  font-weight: 700;
    border-bottom: 2px solid gray;
    font-size: 19px;
    padding-bottom: 2px;
}
@media (min-width: 768px){
 .cardbg{
  background: white;
  padding: 12px;
  margin-top: -60px;
  box-shadow: 2px 2px 15px rgb(13 13 13 / 19%) ;
 }

}
@media (max-width: 480px){
  .saleend{
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
  }
}
.addrevision{
 padding: 10px;
}
#totalAmount:focus{
    outline: none;
}
#totalAmount{
    border: none;
}




.review-x-slider img.top-img{
  display: none !important;
}
.shopify-brands-logo-outer .logo-imgs img{
  width: 180px;
}
@media(min-width: 992px){
  .shopify-brands-logo-outer .logo-imgs img{
    width: 250px;
  }
}

@media(max-width: 767px){
  .shopify-brands-logo-outer .logo-imgs img{
    width: 150px;
  }
  .minimized-form .txt{
    background-color: transparent !important;
    border: none;
  }
  .minimized-form .txt p{
    display: none !important;
  }
  .minimized-form .txt > div{
    float: right;
    position: relative;
    font-size: 20px;
    padding: 3px 22px;
  }
  .minimized-form .txt > a{
    display: none;
  }
  .minimized-form{
    width: 31%;
    min-width: 171px;
    max-width: 390px;
  }
  .banner-txt h1{
    font-size: 23px !important;
    line-height: 29px;
  }
  .banner-txt h2{
    font-size: 20px;
    line-height: 22px;
  }
  .slider-y img.image, .slider-y img.profile{
    width: 100% !important;
    height: auto !important;
  }
  .how-it-works-page-outer .upper-banner-img{
    display: none !important;
  }
  .how-it-works-banner-upper .upper-banner-verticleline{
    display: none;
  }
  .lets-start-section-outer .text{
    padding: 80px 0;
  }
  .navbar-header.only-mobile.justify-content-between.show::before{
    height: 375px !important;
  }
  /* .header .navbar-expand-sm .show .navbar-nav .nav-link{
  color: #00ded1 !important;
} */
.how-it-works-banner-upper .upper-banner-circle{
  display: none;
}
.story-section-outer ul li a h5{
  font-size: .8rem !important;
}
.pricing-banner-row .img{
  display: none !important;
}
}
.brandbelt-photo img {
  /* border-radius: 10px; */
  width: 70px !important;
  height: auto;
}
.our-customers-banner-outer .brandbelt-line{
  justify-content: center;
}
.txt-with-img-sec2-row .right-side img.right-1-img{
  width: 70px !important;
}
.txt-with-img-sec2-row .right-side img.bottom-1-img{
  display: none;
}

.txt-with-img-sec2-row .right-side img.right-img{
  width: 70px !important;
}




.iti.iti--allow-dropdown{
  width: 100% !important;
}

.error-msg{
  margin-bottom: 0px !important;
}
.iti__selected-flag{
  padding-top: 55px !important;
}
/* span.select2.select2-container.select2-container--default.select2-container--below{
  margin-bottom: 20px !important;
} */
.select2-container--default .select2-selection--single{
  margin-bottom: 20px !important;
  display: flex !important;
    height: 37px !important;
    align-items: center !important;
}
.iti__country-list{
  display: none !important;
}
.iti__arrow {
  display: none !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
  padding-left: 40px !important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
  background-color: transparent !important;
}
.select2-search--dropdown .select2-search__field{
  border-radius: 7px !important;
}