@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap);
@charset "UTF-8";

/*
Theme Name: HotPress
Theme URI: https://www.bighousecreative.co.uk/
Author: Big House Creative
Author URI: https://www.bighousecreative.co.uk/
Description: A Timber & Tailwind template for creating WordPress sites.
Version: 1.0
Tags:
Text Domain:
*/

/* Import Fonts Here */

/* Styles */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.header {
  position: relative;
}

.header * {
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .header .header--circle-1 {
    position: absolute;
    z-index: 8;
    width: 207px;
    height: 207px;
    left: calc(63% - 203.5px + 248.5px);
    top: 427px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1280px) {
  .header .header--circle-1 {
    position: absolute;
    z-index: 8;
    width: 307px;
    height: 307px;
    left: calc(55% - 203.5px + 248.5px);
    top: 507px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1536px) {
  .header .header--circle-1 {
    position: absolute;
    z-index: 8;
    width: 407px;
    height: 407px;
    left: calc(55% - 203.5px + 248.5px);
    top: 657px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1024px) {
  .header .header--circle-2 {
    position: absolute;
    z-index: 8;
    width: 98px;
    height: 98px;
    left: calc(55% - 49px + 103px);
    top: 336px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1280px) {
  .header .header--circle-2 {
    position: absolute;
    z-index: 8;
    width: 98px;
    height: 98px;
    left: calc(55% - 49px + 103px);
    top: 386px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1536px) {
  .header .header--circle-2 {
    position: absolute;
    z-index: 8;
    width: 98px;
    height: 98px;
    left: calc(55% - 49px + 103px);
    top: 536px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1024px) {
  .header .header--circle-3 {
    position: absolute;
    z-index: 8;
    width: 163px;
    height: 163px;
    left: calc(64% - 81.5px - 100.5px);
    top: 150px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1280px) {
  .header .header--circle-3 {
    position: absolute;
    z-index: 8;
    width: 193px;
    height: 193px;
    left: calc(60% - 96.5px - 100.5px);
    top: 150px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

@media (min-width: 1536px) {
  .header .header--circle-3 {
    position: absolute;
    z-index: 8;
    width: 193px;
    height: 193px;
    left: calc(60% - 96.5px - 100.5px);
    top: 150px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2E3192 0%, rgba(217, 217, 217, 0.1) 100%);
  }
}

.header:before {
  position: absolute;
  content: "";
  width: 353px;
  height: 348px;
  right: -145px;
  top: -72px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 49, 146, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .header:before {
    width: 600px;
    right: unset;
    height: 753px;
    left: calc(72% - 282px + 165px);
    top: -72px;
  }
}

@media (min-width: 1024px) {
  .header:before {
    left: calc(55% - 550px + 429.5px);
    top: -336px;
    width: 1100px;
    height: 1067px;
  }
}

@media (min-width: 1280px) {
  .header:before {
    left: calc(55% - 631px + 429.5px);
    top: -336px;
    width: 1262px;
    height: 1289px;
  }
}

@media (min-width: 1536px) {
  .header:before {
    left: calc(55% - 655.5px + 429.5px);
    top: -336px;
    width: 1311px;
    height: 1488px;
  }
}

.header:after {
  position: absolute;
  content: "";
  width: 335px;
  height: 321px;
  right: -60px;
  top: -45px;
  background-image: url("../dist/images/darker.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}

@media (min-width: 768px) {
  .header:after {
    width: 700px;
    right: unset;
    height: 750px;
    left: calc(64% - 275px + 168px);
    top: -45px;
    background-image: url("../dist/images/hero.png");
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 1024px) {
  .header:after {
    width: 928px;
    height: 928px;
    left: calc(55% - 464px + 466.5px);
    top: -198px;
    background-image: url("../dist/images/hero.png");
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 1280px) {
  .header:after {
    width: 1150px;
    height: 1150px;
    left: calc(55% - 575px + 466.5px);
    top: -198px;
    background-image: url("../dist/images/hero.png");
    background-size: contain;
    background-position: center;
  }
}

@media (min-width: 1536px) {
  .header:after {
    width: 1350px;
    height: 1350px;
    left: calc(55% - 675px + 466.5px);
    top: -198px;
    background-image: url("../dist/images/hero.png");
    background-size: contain;
    background-position: center;
  }
}

.header--hero {
  padding-top: 6rem;
  position: relative;
  z-index: 9;
}

@media (min-width: 1280px) {
  .header--hero {
    padding-top: 22rem;
  }
}

@media (min-width: 1536px) {
  .header--hero {
    padding-top: 28rem;
  }
}

.header--hero h1 {
  font-size: 18px;
  line-height: 27px;
}

@media (min-width: 768px) {
  .header--hero h1 {
    font-size: 40px;
    line-height: 90px;
  }
}

@media (min-width: 1024px) {
  .header--hero h1 {
    font-size: 48px;
    line-height: 90px;
  }
}

@media (min-width: 1536px) {
  .header--hero h1 {
    font-size: 60px;
    line-height: 90px;
  }
}

.header--hero h1 span {
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header--hero h1 span {
    font-size: 54px;
    line-height: 66px;
  }
}

@media (min-width: 1024px) {
  .header--hero h1 span {
    font-size: 54px;
    line-height: 66px;
  }
}

@media (min-width: 1536px) {
  .header--hero h1 span {
    font-size: 64px;
    line-height: 96px;
  }
}

.footer--icon {
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 49, 146, var(--tw-bg-opacity));
}

.footer--icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 36, 116, var(--tw-bg-opacity));
}

.footer--icon{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer--icon svg {
  font-size: 20px;
}

.footer--contact {
  position: relative;
}

.footer--contact * {
  position: relative;
  z-index: 9;
}

.footer--contact:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(237, 36, 116, 0.5) 42.52%, rgba(237, 36, 116, 0.0196845) 83.96%, rgba(237, 36, 116, 0) 92.04%);
  transform: rotate(180deg);
}

.home--services:before {
  position: absolute;
  content: "";
  width: 614.59px;
  height: 614.59px;
  right: -95%;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(237, 36, 116, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
}

@media (min-width: 1024px) {
  .home--services:before {
    width: 893.04px;
    height: 893.04px;
    right: -20%;
    top: 4rem;
  }
}

.home--services--landing:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #DCDCDC 0%, rgba(249, 249, 249, 0) 100%);
  transform: rotate(-180deg);
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.home--work {
  position: relative;
}

.home--work:before {
  position: absolute;
  content: "";
  width: 940.04px;
  height: 882.65px;
  left: -18%;
  bottom: -11%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(46, 49, 146, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
}

.home--work--landing:before {
  display: none !important;
}

.home--work__card {
  position: relative;
  padding: 8rem 2rem;
}

.home--work__card:not(:last-child) {
  text-align: center;
}

@media (min-width: 1024px){
  .home--work__card:not(:last-child){
    text-align: left;
  }
}

.home--work__card:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.44);
}

.home--work__card:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 36, 116, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  opacity: 0;
  width: 0;
  transition: 0.5s ease-in-out;
}

.home--work__card__content {
  position: relative;
  z-index: 1;
}

.home--work__card__content h1 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 36px;
  line-height: 54px;
  transition: 0.5s ease-in-out;
}

@media (min-width: 1024px) {
  .home--work__card__content h1 {
    font-size: 48px;
    line-height: 72px;
  }
}

.home--work__card__content h2 {
  --tw-text-opacity: 1;
  color: rgba(237, 36, 116, var(--tw-text-opacity));
  font-size: 30px;
  line-height: 45px;
  transition: 0.5s ease-in-out;
}

@media (min-width: 1024px) {
  .home--work__card__content h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

.home--work__card:hover h1, .home--work__card:hover h2 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home--work__card:hover:after {
  width: 100%;
  opacity: 1;
}

@media (min-width: 1024px) {
  .home--work__card:first-child {
    padding: 20rem 2rem 2rem 2rem;
  }
}

@media (min-width: 1024px) {
  .home--work__card:nth-child(2) {
    padding: 11rem 2rem;
  }
}

@media (min-width: 1024px){
  .home--work__card:nth-child(3){
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .home--work__card:nth-child(3) {
    padding: 11rem 4rem;
  }
}

@media (min-width: 1024px) {
  .home--work__card:nth-child(4) {
    padding: 2rem 2rem 20rem 2rem;
  }
}

.home--work__card:last-child {
  text-align: center;
}

@media (min-width: 1024px){
  .home--work__card:last-child{
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .home--work__card:last-child {
    padding: 20rem 2rem 2rem 2rem;
  }
}

.home--clients {
  position: relative;
}

.home--clients:before {
  position: absolute;
  content: "";
  width: 231.35px;
  height: 217.22px;
  left: -20%;
  top: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(46, 49, 146, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
}

@media (min-width: 768px) {
  .home--clients:before {
    display: none;
  }
}

.home--clients img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
  width: 150px;
}

@media (min-width: 1024px) {
  .home--clients img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 204px;
    width: 204px;
  }
}

.page-title {
  overflow: hidden;
}

.page-title .circle-1 {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
  width: 76px;
  height: 71px;
  position: absolute;
  top: 2rem;
  right: 24rem;
  border-radius: 9999px;
}

.page-title .circle-2 {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
  width: 208px;
  height: 195px;
  position: absolute;
  top: 9rem;
  right: 13rem;
  border-radius: 9999px;
}

.big-circle {
  width: 893px;
  height: 893px;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(237, 36, 116, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  position: absolute;
  right: -725px;
  top: 50%;
  display: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -50%;
  --tw-rotate: 90deg;
}

@media (min-width: 1024px){
  .big-circle{
    display: block;
  }
}

.big-circle{
  --tw-rotate: 65.77deg;
}

@media (min-width: 1024px) {
  .big-circle {
    right: -675px;
  }
}

@media (min-width: 1280px) {
  .big-circle {
    right: -350px;
  }
}

.lwtbg {
  min-height: 496px;
}

.lwt-circle {
  width: 540px;
  height: 507px;
  background: linear-gradient(180deg, rgba(46, 49, 146, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
  position: absolute;
  bottom: -200px;
  left: -300px;
  border-radius: 9999px;
}

.work-long-shadow {
  box-shadow: 0px 13px 22px 0 rgba(46, 49, 146, 0.8);
}

.contact--form input:not(input[type=checkbox]), .contact--form select:not(input[type=checkbox]), .contact--form textarea:not(input[type=checkbox]), .contact--form select:not(input[type=checkbox]) {
  width: 100%;
  padding: 12px;
  border: 1px solid #D9D8D8;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 10px;
  background-color: white;
}

.contact--form .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(237, 36, 116, var(--tw-text-opacity));
}

.contact--form .wpcf7-list-item-label a {
  --tw-text-opacity: 1;
  color: rgba(46, 49, 146, var(--tw-text-opacity));
}

.contact--form .wpcf7-list-item-label a:hover{
  --tw-text-opacity: 1;
  color: rgba(46, 49, 146, var(--tw-text-opacity));
}

.contact--form .wpcf7-list-item-label a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact--form label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(46, 49, 146, var(--tw-text-opacity));
}

.contact--form ::-moz-placeholder {
  text-transform: capitalize;
}

.contact--form ::placeholder {
  text-transform: capitalize;
}

.contact--form .btn-aw {
  width: 33.333333% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 36, 116, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  border: 0;
}

.contact--form .btn-aw:hover {
  transition: 0.5s ease-in-out;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(46, 49, 146, var(--tw-bg-opacity)) !important;
}

.contact--form textarea {
  height: 138px;
}

.contact--map iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 1024px) {
  .contact--map iframe {
    width: 976px;
    height: 635px;
  }
}

.bhc--mega-menu {
  position: absolute;
  width: 100%;
  top: 8rem;
  left: 0;
  right: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 49, 146, var(--tw-bg-opacity));
  z-index: 999;
  max-width: 1471px;
  margin: 0 auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

@media (min-width: 1536px) {
  .bhc--mega-menu {
    max-width: 1593px;
  }
}

.bhc--mega-menu.dropdown-active {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.bhc--mega-menu:hover {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.bhc--mega-menu__title {
  position: relative;
  margin-bottom: 40px;
}

.bhc--mega-menu__title:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -5rem;
  width: 241px;
  height: 4px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(242, 242, 242, 0) 101.24%);
}

.bhc--mega-menu__image {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.bhc--mega-menu__image .btn-aw {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 40%;
  display: block;
}

.bhc--mega-menu__image * {
  position: relative;
  z-index: 10;
}

.bhc--mega-menu__image:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(46, 49, 146, 0.48);
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:after {
  position: absolute;
  content: "\f078";
  top: 10px;
  right: -10px;
  width: 12px;
  height: 7px;
  font-family: "Font Awesome 5 Pro";
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 15px;
  transition: 0.5s ease-in-out;
}

.menu-item-has-children:hover {
  position: relative;
  display: block;
}

.menu-item-has-children:hover:before {
  position: absolute;
  content: "";
  bottom: -200px;
  left: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  background-color: transparent;
}

.default--content h1, .default--content h2, .default--content h3, .default--content h4, .default--content h5, .default--content h6 {
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(237, 36, 116, var(--tw-text-opacity));
}

.default--content p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
}

.default--content a {
  font-weight: 700;
}

.default--content a:hover{
  opacity: 0.5;
}

.default--content a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.default--content ul {
  list-style-type: disc;
  margin-left: 1.2rem;
}

.start--project {
  padding: 4rem 0;
}

.start--project .contact--form-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e0e10;
  position: relative;
}

.start--project .contact--form-title:before {
  content: "";
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: width 0.5s ease, opacity 0.5s ease;
  transition-delay: 0.5s;
  margin-top: 0;
  left: 72px;
  top: -49px;
  width: 0;
  height: 3px;
  background-color: #2E3192;
  margin-left: -71px;
  width: 71px;
  opacity: 1;
}

.start--project .contact--form-title--section {
  position: relative;
  margin-bottom: 20px;
}

.start--project .contact--form-title--section--borderless:before {
  content: "";
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: width 0.5s ease, opacity 0.5s ease;
  transition-delay: 0.5s;
  margin-top: 0;
  left: 76px;
  top: -49px;
  width: 0;
  height: 3px;
  background-color: #2E3192;
  margin-left: -71px;
  width: 71px;
  opacity: 1;
}

.start--project .contact--form-sub-title {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.start--project .contact--form-sub-title--section {
  margin-top: 2rem;
}

.start--project label {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e0e10;
}

.start--project input[type=text] {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.start--project textarea {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.start--project input[type=email] {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.start--project input, .start--project textarea {
  border: 0;
  border-bottom: 2px solid #e2e3e7;
  box-shadow: none;
  color: #807b7b;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}

.start--project input:focus, .start--project textarea:focus {
  border: 0;
  border-bottom: 2px solid #0e0e10;
  box-shadow: none;
  background-color: transparent;
}

.start--project textarea {
  height: 100px;
}

.start--project span {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .start--project span {
    margin: 0;
  }
}

.start--project .checkbox-wrap-item span.wpcf7-list-item {
  display: block;
}

.start--project .checkbox-wrap-item input[type=checkbox] {
  display: none;
}

.start--project .checkbox-wrap-item input[type=checkbox] + span {
  background: #f8fbfd;
  float: left;
  width: 100%;
  margin-right: 2%;
  border: 1px solid #d9dee1;
  font-size: 16px;
  color: #b5b5b5;
  margin-bottom: 20px;
  padding: 11px 10px 11px 40px;
  cursor: pointer;
  position: relative;
  line-height: 29px;
}

.start--project .checkbox-wrap-item input[type=checkbox] + span:before {
  position: absolute;
  left: 10px;
  font-family: "Font Awesome 5 Pro";
}

.start--project .checkbox-wrap-item input[type=checkbox]:checked + span {
  border: 1px solid #2E3192;
  font-weight: bold;
  color: #2E3192;
  padding: 11px 10px 11px 40px;
}

.start--project #web input[type=checkbox] + span:before {
  content: "\f108";
}

.start--project #content input[type=checkbox] + span:before {
  content: "\f013";
}

.start--project #shop input[type=checkbox] + span:before {
  content: "\f291";
}

.start--project #custom input[type=checkbox] + span:before {
  content: "\f1fc";
}

.start--project #project input[type=checkbox] + span:before {
  content: "\f067";
}

.start--project #design input[type=checkbox] + span:before {
  content: "\f2f1";
}

.start--project .contact--form-breaker {
  padding: 4rem 0;
  position: relative;
}

.start--project .contact--form-breaker:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  border-top: 1px solid #ED2474;
}

.start--project .contact--form-breaker--borderless:before {
  display: none;
}

.start--project .timeline .contactform7-output {
  position: relative;
  display: block;
  line-height: 1;
  padding-right: 10px;
  float: none;
  font-size: x-large;
  color: #ED2474;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.start--project .timeline .contactform7-output:after {
  content: " Weeks";
}

.start--project .timeline .wpcf7 input[type=range] {
  display: block;
  width: 100%;
}

.start--project .budget .contactform7-output {
  position: relative;
  display: block;
  line-height: 1;
  padding-right: 10px;
  float: none;
  font-size: x-large;
  color: #ED2474;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.start--project .budget .contactform7-output:before {
  content: "£";
}

.start--project .budget .wpcf7 input[type=range] {
  display: inline-block;
  width: 100%;
}

.start--project input[type=checkbox] + span {
  margin: 0;
  color: #0e0e10;
  opacity: 0.7;
}

.start--project input[type=checkbox]:checked + span {
  color: #0e0e10;
  transition: 0.5s ease-in-out;
  opacity: 1;
}

.start--project .btn-aw {
  margin-top: 2rem;
}

.header--sticky {
  position: fixed;
  top: -141px;
  left: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 49, 146, var(--tw-bg-opacity));
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header--normal.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header--sticky.clone {
  visibility: visible;
  opacity: 1;
  top: 0;
  z-index: 9999;
  pointer-events: all;
}

#footer {
  position: relative;
  overflow: hidden;
}

#footer::before {
  content: "";
  pointer-events: none;
  bottom: -10rem;
  width: 784px;
  height: 784px;
  position: absolute;
  z-index: 10;
  border-radius: 9999px;
  right: -600px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 48.42%, rgba(217, 217, 217, 0) 148.42%);
  transform: rotate(65.77deg);
}

@media (min-width: 640px) {
  #footer::before {
    bottom: unset;
    top: 10rem;
    width: 984px;
    height: 984px;
  }
}

@media (min-width: 1024px) {
  #footer::before {
    top: -5rem;
    width: 1084px;
    height: 1084px;
  }
}

@media (min-width: 1280px) {
  #footer::before {
    width: 1084px;
    height: 1084px;
  }
}

@media (min-width: 1536px) {
  #footer::before {
    width: 1284px;
    height: 1284px;
  }
}

.about--hero__icons {
  position: relative;
}

.about--hero__icons:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  z-index: 0;
  background-color: white;
}

.about--hero__icons__icon {
  position: relative;
  z-index: 2;
}

.about--hero__icons__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  width: 150px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 49, 146, var(--tw-bg-opacity));
}

.about--section {
  position: relative;
}

.about--section:last-child:before {
  display: none;
}

.about--section--primary:before {
  border-top: 75px solid #2E3192 !important;
}

.about--section--grey:before {
  border-top: 75px solid #b3b3b3 !important;
}

.about--section--white:before {
  border-top: 75px solid white !important;
}

@media (min-width: 1024px) {
  .about--section--white .about--section__image {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 49, 146, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.7;
  }
}

.about--section:before {
  position: absolute;
  content: "";
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 75px solid #ED2474;
  z-index: 1;
}

@media (min-width: 1024px) {
  .about--section__image {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.7;
    border-radius: 50%;
    width: 450px;
    height: 450px;
  }
}

@media (min-width: 1024px) {
  .about--section__image img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 300px;
    height: 300px;
  }
}

.landing--hero {
  position: relative;
}

.landing--hero * {
  position: relative;
  z-index: 10;
}

.landing--hero:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #ED2474 0%, rgba(237, 36, 116, 0) 100%);
}

.landing--testimonials {
  position: relative;
}

.landing--testimonials:before {
  position: absolute;
  content: "";
  width: 614.59px;
  height: 614.59px;
  right: -95%;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(237, 36, 116, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
  transform: rotate(65.77deg);
}

@media (min-width: 1024px) {
  .landing--testimonials:before {
    width: 893.04px;
    height: 893.04px;
    left: -20%;
    top: -16rem;
  }
}

@media (min-width: 1280px) {
  .landing--testimonials__column {
    padding: 0 2rem;
  }
}

@media (min-width: 1280px) {
  .landing--testimonials__column:nth-child(2) {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .landing--testimonials__column:nth-child(3) {
    margin-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .landing--testimonials__column:nth-child(4) {
    margin-top: 2rem;
  }
}
