html {
  scroll-behavior: smooth;
}

#contact {
  scroll-margin-top: 200px;
}

.text-grey {
  color: #9c9c9c !important;
}

html,
body {
  overflow-x: hidden;
}

/* CTAS */

.btn.btn-normal.light {
  margin-top: 40px;
  font-size: clamp(16px, 1.2vw + 0.5rem, 24px);
  color: #fff;
  z-index: 4;
}

.btn.btn-normal.light:hover {
  color: var(--pink);
}

.btn.btn-normal.light::after {
  background-color: transparent;
  content: url("../icons/arrow-white.svg");
  font-size: 18px;
}

.btn.btn-normal {
  margin-top: 40px;
  font-size: clamp(16px, 1.2vw + 0.5rem, 24px);
}

.btn.btn-normal::before {
  margin-right: 45px;
}

.btn.btn-normal::after {
  margin-left: 45px;
}

.btn-repsonsive {
  /* font-size: 23px; */
}

.button-white {
  margin-top: 34px;
  width: 265px;
  padding: 16px 10px 20px 10px;
  border-radius: 50px;
  background-color: #fff;
  font-family: "IvyEpic";
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  border: none;
}

.button-white.btn-wide {
  width: 310px;
}

.button-white:hover {
  background-color: var(--pink) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.button-red {
  font-weight: 600 !important;
}

.button-red:hover {
  background-color: #1e2f36 !important;
  color: var(--pink) !important;
  box-shadow: none !important;
}

button,
a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 500px) {
  .button-white,
  .button-red {
    font-size: 20px !important;
  }

  .btn-repsonsive {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 450px) {
  .button-white,
  .button-red {
    font-size: 16px !important;
  }
  .btn-repsonsive {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 360px) {
  .button-white,
  .button-red {
    font-size: 15px !important;
  }
  .btn-repsonsive {
    font-size: 15px !important;
  }
}

.form-submit-lg {
  color: #000 !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--pink);
  color: #fff;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
  box-sizing: border-box;
}

.cookie-banner p {
  margin: 0 0 10px 0;
  flex: 1 1 100%;
  line-height: 1.4;
}

.cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  flex: 1 1 100%;
}

.cookie-buttons button {
  background: #fff;
  color: var(--blue) !important;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  flex: 1 1 auto;
}

.cookie-buttons button:hover {
  background: var(--blue);
  color: #fff !important;
}

input:invalid,
textarea:invalid,
select:invalid {
  display: block;
  border: 2px solid red;
  outline: none;
}

input:focus:invalid,
textarea:focus:invalid {
  display: block;
  box-shadow: 0 0 5px red;
}

@media (min-width: 600px) {
  .cookie-banner {
    flex-wrap: nowrap;
  }

  .cookie-banner p {
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .cookie-buttons {
    flex: 0 0 auto;
  }

  .cookie-buttons button {
    flex: unset;
  }
}

@media screen and (max-width: 1024px) {
  .btn.btn-normal:before {
    margin-right: 20px;
    width: 40px;
  }
  .btn.btn-normal:after {
    width: 48px !important;
    height: 48px !important;
    margin-left: 20px;
    padding: 15px 15px 0 !important;
  }
}

@media screen and (max-width: 425px) {
  .btn.btn-normal:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--pink);
    margin-right: 15px;
  }

  .btn.btn-normal:after {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    padding: 15px 15px 0;
  }
}
/*  */

/* CTA ANIMATE */
.web-deisgn .cta-animate:hover a {
  color: var(--pink);
}

.web-design .btn.btn-normal.cta-animate::after {
  transition: transform 0.5s ease;
}

.web-design .btn.btn-normal.cta-animate:hover::after {
  transform: rotate(-45deg);
  background-color: var(--pink) !important;
  content: url("../icons/arrow-white.svg");
}

/* ----- */

.web-design .btn.btn-normal.cta-animate-invert:hover {
  color: var(--pink);
}

.web-design .btn.btn-normal.cta-animate-invert::after {
  transition: transform 0.5s ease;
}

.web-design .btn.btn-normal.cta-animate-invert:hover::after {
  transform: rotate(-45deg);
  background-color: var(--pink);
  content: url("../icons/arrow-white.svg");
}

/* BUTTON ANIMATE */
.web-design .btn-animate:hover {
  background-color: var(--pink) !important;
  color: white !important;
  transition: all 0.3s ease;
}

.web-design .btn-animate-invert:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
  transition: all 0.3s ease;
}

.no-link-style {
  text-decoration: none;
  color: inherit;
  list-style-type: none;
}

/* ================================================================================================ */
/*                                          NAV                                                  */
/* ================================================================================================ */

.web-design .navbar .container {
  width: calc(100% - 120px);
}

.web-design .navbar .nav-links {
  width: calc(100% - 355px);
}

.web-design .navbar .nav-links .nav-links-scroll ul li {
  width: 250px;
}

.web-design .navbar .nav-links .nav-links-scroll .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% / 3);
  background-color: var(--pink);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.web-design .navbar.nav-fixed .nav-logo svg .large {
  display: inherit;
}

.web-design .navbar.nav-fixed .nav-logo svg .blue {
  fill: var(--black);
}

.web-design .navbar .nav-links .nav-links-main li a img {
  transition: all 0.5s ease;
}

.web-design .navbar .nav-links .nav-links-main li:hover a img {
  transform: rotate(45deg);
  transition: all 0.5s ease;
  fill: var(--pink) !important;
}

@media (max-width: 1512px) {
  .web-design .navbar .container {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }

  .web-design .header.header-split .container {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
    gap: 20px 20px;
  }

  .web-design .navbar .nav-links .nav-links-scroll {
    padding: 0;
  }

  .navbar .nav-links .nav-links-scroll ul li a {
    padding: 30px 50px;
  }
}

@media (max-width: 1300px) {
  .navbar .nav-links .nav-links-scroll {
    right: -30px;
    left: unset;
  }

  .navbar .nav-links .nav-links-scroll ul li a {
    padding: 34px 14px;
  }
}

@media (max-width: 1251px) {
  .navbar .nav-links .nav-links-scroll ul {
    /* right: -10%; */
  }
}

@media (max-width: 1180px) {
  .navbar .nav-links {
    margin-right: 0;
  }
  .navbar .nav-links .nav-links-scroll ul {
    overflow: visible;
    transform: scale(0.8) !important;
    right: 0;
    margin-right: -4vw;
  }

  .web-design .navbar .nav-links .nav-links-scroll .hover-bg {
    width: 90%;
  }
}

@media (max-width: 1100px) {
  .web-design .navbar.nav-fixed .nav-logo svg .large {
    display: none;
  }
  .navbar.nav-fixed .nav-logo svg .blue {
    fill: var(--pink) !important;
  }

  .web-design .navbar .nav-links .nav-links-scroll ul li {
    width: unset;
  }

  .navbar .nav-links-scroll ul li:first-child {
    display: none;
  }

  .nav-links-scroll {
    position: relative;
  }

  .nav-links-scroll .hover-bg {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--pink);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .web-design .navbar .nav-links .nav-links-scroll ul {
    margin-right: 2vw;
  }
  .web-design .navbar {
    /* padding: 20px 0 0 0; */
  }

  .web-design .navbar .container {
    margin-left: 30px;
    margin-right: 0;
  }

  .navbar .nav-links {
    width: unset;
    margin-right: -40px;
  }

  .navbar .nav-links .nav-links-scroll {
    right: -70px;
  }
}

@media (max-width: 587px) {
  .web-design .navbar .nav-logo svg {
    width: 67%;
  }
  .web-design .navbar.nav-fixed .nav-links .nav-links-scroll {
    transform: scale(0.8);
    top: -30%;
  }

  .web-design .navbar .nav-links .nav-links-scroll ul {
    transform: scale(0.74) !important;
    margin-right: -10px;
  }

  .web-design .navbar .nav-links .nav-links-scroll ul li a {
    font-size: 20px;
    padding: 30px 45px;
  }
}

@media (max-width: 500px) {
  .web-design .navbar .nav-links .nav-links-scroll ul {
    margin-right: 10px;
  }
}

@media (max-width: 458px) {
  .web-design .navbar .nav-links .nav-links-scroll ul {
    margin-right: 0px;
  }
  .web-design .navbar {
    padding-top: 80px;
  }
}

@media (max-width: 440px) {
  .web-design .navbar .nav-links .nav-links-scroll ul {
    transform: scale(0.65) !important;
    margin-right: -35px;
    top: -10px;
  }
}

@media (max-width: 400px) {
  .navbar .nav-links .nav-links-scroll ul li a {
    padding: 30px 20px;
  }
}

@media (max-width: 388px) {
  .navbar .nav-links .nav-links-scroll {
    transform: scale(0.7) !important;
    right: -90px;
  }

  .web-design .navbar .nav-links .nav-links-scroll ul {
    transform: scale(0.65) !important;
    margin-right: 5px;
    /* margin-top: -0.3vh; */
    margin-bottom: 20px;
    top: -18px;
  }
}

@media (max-width: 365px) {
  .navbar .nav-links .nav-links-scroll {
    transform: scale(0.63) !important;
  }

  .web-design .navbar .nav-links .nav-links-scroll ul {
    margin-bottom: -20px;
  }
}

@media (max-width: 330px) {
  .navbar .nav-links .nav-links-scroll ul {
    transform: scale(0.7) !important;
    margin-right: -10px;
    margin-top: -0.5vh;
  }

  .web-design .navbar .container {
    margin-left: 20px;
  }
}

/* ================================================================================================ */
/*                                         CONTACT FLOAT BAR                                        */
/* ================================================================================================ */

.contact-float-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--blue);
  color: #fff;
  padding: 5px 20px;
  z-index: 1000;
}

.contact-float-bar .items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
  max-width: 90%;
}

.contact-float-bar .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none !important;
  color: inherit !important;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1839px) {
  .contact-float-bar .items {
    max-width: 93%;
  }
}

@media (max-width: 1700px) {
  .contact-float-bar .items {
    max-width: 95%;
  }
}

@media (max-width: 1512px) {
  .contact-float-bar .items {
    max-width: 98%;
  }
}

@media (max-width: 746px) {
  .contact-float-bar .items {
    justify-content: center;
  }

  .contact-float-bar .item a {
    font-size: 15px;
  }
}

@media (max-width: 410px) {
  .contact-float-bar .items {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}

/* ================================================================================================ */
/*                                         SIDE PANEL FORM.                                         */
/* ================================================================================================ */

/* Base Panel Style */
.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: rgba(255, 49, 89, 1);
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 1000;
  overflow-y: auto;
  color: white;
  padding: 2rem;
}

.side-panel.open {
  transform: translateX(0);
}

.close-panel {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 5rem;
  background: none;
  border: none;
  color: white !important;
  cursor: pointer;
}

#openPanel {
  cursor: pointer;
}

.panel-content .panel-header {
  padding-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.panel-content .panel-header h2 {
  font-family: "PP Mori";
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: 700;
}

/* .panel-content .panel-header img {
    max-width
} */

.panel-content .white-line {
  background-color: #fff;
  height: 8px;
  width: 80px;
  margin: 10px auto 40px;
}

#panel-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 0 2rem;
  max-width: 1200px;
  margin: 0 auto 0;
}

#panel-form .input-wrap {
  display: flex;
  flex-direction: column;
  flex: 1 1 48%;
  gap: 0.5rem;
}

#panel-form .input-wrap.full-width {
  flex: 1 1 100%;
}

#panel-form .input-wrap label {
  font-family: "IvyEpic";
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#panel-form .field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

#panel-form .field-group input,
#panel-form .field-group select,
#panel-form .field-group textarea {
  background: #ffffff;
  font-family: "IvyEpic";
  border: none;
  padding: 10px 10px 13px 10px;
  font-size: 19px;
  width: 100%;
  border-radius: 6px;
  padding-left: 20px;
}

#panel-form .field-group input,
#panel-form .field-group select {
  flex: 1 1 48%;
  color: #1e2f36;
}

#panel-form .field-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%231e2f36" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}

#panel-form .field-group textarea {
  flex: 1 1 100%;
  min-height: 120px;
}

#panel-form .radio-group legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #fff;
}

#panel-form .submit-group {
  margin-top: 1rem;
  text-align: right;
}

#panel-form .submit-group button {
  background: transparent;
  color: #fff !important;
  font-size: 2.2rem;
  border: none;
  cursor: pointer;
  font-family: "IvyEpic";
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

#panel-form .submit-group button::after {
  background-color: transparent;
  content: url("../icons/arrow-red.svg");
  margin-left: 30px;
  font-size: 25px;
  width: 70px;
  height: 70px;
  margin-left: 20px;
  border-radius: 50%;
  padding: 20px 20px 0;
  background: #fff;
  transition: transform 0.5s ease;
}

#panel-form .submit-group button:hover::after {
  transform: rotate(-45deg);
}

#panel-form .submit-group button img {
  height: 2.2rem;
  margin-top: 5px;
}

@media (max-width: 1512px) {
  .navbar .nav-links .nav-links-scroll ul li a {
    padding: 30px 50px;
  }
}

@media (max-width: 789px) {
  #panel-form .field-group {
    gap: 2rem;
  }
}

@media (max-width: 716px) {
  .panel-content .panel-header {
    padding-top: 50px;
  }
  #panel-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0 3rem;
    max-width: 1200px;
    margin: 20px auto 0;
  }

  #panel-form .input-wrap label {
    font-size: 18px;
  }
  #panel-form .field-group input,
  #panel-form .field-group select,
  #panel-form .field-group textarea {
    font-size: 18px;
  }

  #panel-form .input-wrap {
    flex: 1 1 48%;
  }
}

@media (max-width: 550px) {
  .panel-content .panel-header {
    padding-top: 30px;
    margin-top: 30px;
  }

  .panel-content .panel-header h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .panel-content .white-line {
    height: 5px;
    margin: 10px auto 20px;
  }

  #panel-form .input-wrap label {
    font-size: 16px;
  }
  #panel-form .field-group input,
  #panel-form .field-group select,
  #panel-form .field-group textarea {
    padding: 0px 10px 3px 10px;
    font-size: 14px;
    border-radius: 6px;
  }

  #panel-form .input-wrap {
    flex: 1 1 100%;
  }

  #panel-form .field-group textarea {
    flex: 1 1 100%;
    min-height: 100px;
  }

  #panel-form .submit-group button {
    font-size: 1.6rem;
    gap: 1rem;
  }

  #panel-form .submit-group button::after {
    font-size: 15px;
    width: 50px;
    height: 50px;
    padding: 17px 17px 0;
  }
}

/* ================================================================================================ */
/*                                          AD TWEAKS                                             */
/* ================================================================================================ */

.web-design .btn.btn-normal.cta-animate:hover::after,
.web-design .btn.btn-normal.cta-animate-invert:hover::after,
.web-design .btn.btn-normal.cta-animate-invert:hover::after {
  border-color: var(--pink);
}

.web-design .first .text-center .btn-normal:hover::after {
  content: url("../icons/arrow-white.svg") !important;
  border-color: var(--pink) !important;
}

.web-design .discovery-call {
  width: 100% !important;
}

.footer .footer-feeds .feed-list > li,
.footer-feeds .feed-list > li {
  padding: 55px;
}

.footer-feeds .feed-list li.social ul li a:hover {
  color: #000;
}

button.g-recaptcha.form-submit-lg:hover {
  color: var(--pink);
}

.grecaptcha-badge {
  transform: scale(0.6);
  transform-origin: bottom right;
  right: -113px !important;
  pointer-events: none;
  bottom: 4px !important;
}

button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.btn.btn-general.btn-pink.m-t-xs.btn-repsonsive:hover {
  background: var(--blue);
}

.img-adjust {
  margin-left: -1vw;
}

/* ================================================================================================ */
/*                                          HEADER                                                  */
/* ================================================================================================ */

.web-design #header.header-web-design {
  margin-top: 140px;
  margin-bottom: 80px;
}

.web-design .header.header-split .container {
  display: grid;
  gap: 20px 0px;
  grid-template-columns: 1fr 42.8%;
  align-items: start;
}

.web-design .header.header-split .container {
  gap: 20px 20px;
}
.web-design .header.header-split .header-title {
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}

.web-design #header.header-web-design hgroup.header-title {
  max-width: 800px;
}

.web-design #header.header-web-design hgroup.header-title h1 {
  line-height: 1.3em;
  font-size: 64px;
}

.web-design #header.header-web-design hgroup.header-title h1 .red {
  text-decoration: none;
}

.web-design #header.header-web-design hgroup.header-title h1 .underline {
  text-decoration: underline;
  color: #1e2f36;
}

.web-design #header.header-web-design .header-text {
  /* margin-left: 8px; */
  display: flex;
  flex-direction: column;
}

.web-design #header.header-web-design .header-text p {
  font-size: 25px;
  font-family: "IvyEpic";
  line-height: 37px;
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 30px;
}

/* GOOGLE REVIEWS TABS */
.header-web-design .testimonial-google {
  background: var(--lightgrey);
  max-width: 92%;
  padding: 18px 40px;
  margin-left: -20px;
  margin-top: 9px;
  margin-bottom: -9px;
}

.header-web-design .testimonial-google span.stars {
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-right: 15px;
  padding-left: 0;
}

.header-web-design .testimonial-google span.stars i {
  background-color: #fff;
}

.header-web-design .testimonial-google .google h2 {
  font-size: 17px;
  font-weight: 600;
  margin-left: 0;
}

.header-web-design .testimonial-google span.stars i {
  padding: 15px;
  background-color: var(--white);
  color: #fbbc05;
  font-size: 18px;
  border-radius: 40px;
  margin-right: 5px;
}
#header .testimonial-google .google {
  display: flex !important;
  flex-wrap: nowrap;
  margin-left: 3%;
}

#header .testimonial-google .google h2 {
  top: 0;
}

.header-web-design .testimonial-google a {
  width: 100%;
  display: flex;
  text-decoration: none;
}

.web-design .cta-header {
  margin-top: 25px;
}

@media (max-width: 1512px) {
  .web-design #header.header-web-design hgroup.header-title h1 {
    font-size: 62px;
    line-height: 1.1em;
  }

  .web-design #header.header-web-design .header-text p {
    font-size: 23px;
  }

  .web-design .header .btn-normal {
    font-size: clamp(18px, 1.2vw + 0.2rem, 21px);
  }

  .header-web-design .testimonial-google {
    padding: 15px 32px;
  }

  .testimonial-google .google img {
    height: 50px;
  }

  .header-web-design .testimonial-google span.stars i {
    padding: 10px;

    font-size: 15px;
  }
}

@media (max-width: 1500px) {
  .header-web-design .testimonial-google {
    max-width: 570px;
    margin-left: -10px;
  }

  .header-web-design .testimonial-google span.stars {
    margin-right: -3px;
  }

  .header-web-design .testimonial-google span.stars i {
    padding: 13px;
  }
}

@media (max-width: 1245px) {
  .web-design #header.header-web-design {
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .header-web-design .testimonial-google {
    padding: 18px 20px !important;
  }
  .header-web-design .testimonial-google span.stars i {
    padding: 9px;
  }

  #header .testimonial-google .google img {
    height: 40px;
  }

  #header .testimonial-google .google h2 {
    position: relative;
    top: 0;
    margin-left: 18px;
  }
}

@media (max-width: 1081px) {
  .web-design #header.header-web-design {
    margin-top: 120px;
  }
}

@media (max-width: 1000px) {
  .web-design #header.header-web-design {
    margin-top: 180px;
  }

  .web-design .header.header-split .container {
    grid-template-columns: 1fr;
    width: calc(100% - 50px);
    margin-bottom: 50px;
    gap: 20px 20px;
  }

  .web-design .header.header-split .header-title,
  .web-design .header.header-split .header-text,
  .web-design .header.header-split .cta-group {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .web-design .header.header-split .container {
    grid-template-columns: 1fr;
    width: calc(100% - 65px);
    margin-bottom: 30px;
  }

  .web-design .header .btn-normal {
    margin-top: 30px;
  }

  .web-design #header.header-web-design {
    margin-top: 100px;
  }

  .web-design #header.header-web-design hgroup.header-title h1 {
    font-size: 41px;
  }

  .web-design .cta-header {
    margin-top: 0;
  }

  .web-design #header.header-web-design .header-text {
    padding-top: 10px;
  }

  /* .web-design #header.header-web-design .header-text p {
    font-size: 20px;
    line-height: 1.2em;
  } */

  .web-design header .cta-header ul {
    padding-top: 0;
  }

  .web-design .cta-header .btn.btn-normal::after {
    margin-left: 25px;
    width: 55px;
    height: 55px;
    padding: 18px 18px 0;
  }
}

@media (max-width: 644px) {
  .header-web-design .testimonial-google {
    max-width: unset;
    margin-left: -10px;
    padding: 15px 25px;
  }

  .header-web-design .testimonial-google span.stars i {
    padding: 12px;
    background-color: var(--white);
    color: #fbbc05;
    font-size: 12px;
    border-radius: 40px;
    margin-right: 4px;
  }
  .testimonial-google .google img {
    height: 40px;
    width: auto;
  }

  .header-web-design .testimonial-google .google h2 {
    font-size: 15px;
    margin-left: 0;
  }
}

@media (max-width: 521px) {
  .web-design #header.header-web-design {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .web-design .header.header-split .container {
    padding-bottom: 20px;
  }
}

@media (max-width: 464px) {
  .web-design .header.header-split .container {
    padding-top: 50px;
  }
  .web-design #header.header-web-design hgroup.header-title h1 {
    font-size: 40px;
  }
  .web-design #header.header-web-design .header-text {
    margin-left: 0;
  }
}

@media (max-width: 428px) {
  .web-design .header.header-split .container {
    width: calc(100% - 45px);
  }
  .web-design #header.header-web-design hgroup.header-title h1 {
    font-size: 38px;
  }
  .web-design #header.header-web-design .header-text p {
    font-size: 19px;
    line-height: 1.2em;
  }

  .header-web-design .testimonial-google span.stars {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .header-web-design .testimonial-google span.stars i {
    padding: 7px;
    background-color: var(--white);
    color: #fbbc05;
    font-size: 12px;
    border-radius: 40px;
    margin-right: 4px;
  }

  #header .testimonial-google .google {
    margin-left: 2%;
  }

  #header .testimonial-google .google h2 {
    margin-left: 5px;
  }
}

/* ================================================================================================ */
/*                                            IMG CTA                                               */
/* ================================================================================================ */

.web-design .img-cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  text-align: center;
  font-family: "PP Mori";
  color: #fff;
  min-height: 80vh;
  margin-bottom: 200px;
}

.web-design .img-cta .cta-container {
  position: relative;
  display: flex;
  padding: 0 clamp(10px, 2vw + 1rem, 30px);
  background-color: #151515;
  border-radius: 30px;
  width: calc(100% - 150px);
  /* min-height: 680px; */
  max-height: 680px;
}

.web-design .img-cta .cta-container.img {
  background-color: #56f18d;
}

.web-design .img-cta .cta-container.town-property {
  background-color: #28323e;
}

.web-design .img-cta .cta-container.tesc {
  background-color: #0b274a;
}

.web-design .img-cta .cta-container.sussex-audiology {
  background-color: #56bdc0;
}

.web-design .img-cta .cta-container.vgolf {
  background-color: #ddec3a;
}

.web-design .img-cta .cta-container .bg {
  width: clamp(80%, 100%, 100%);
  margin: 0 auto;
  /* min-height: clamp(500px, 5vh, 600px); */
}

.web-design .img-cta .cta-container .cta-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  top: 120px;
  right: 80px;
  width: 45%;
  left: unset;
}

.web-design .img-cta .cta-container .cta-text h3 {
  font-family: "PP Mori";
  font-weight: 300;
  font-size: clamp(16px, 2.2vw + 1rem, 26px);
  line-height: 1.1em;
  margin-bottom: 38px;
  text-align: center;
  width: unset;
}

.web-design .img-cta .cta-container.vgolf .cta-text h3,
.web-design .img-cta .cta-container.img .cta-text h3 {
  color: #1e2f36;
}

.web-design .img-cta .cta-container .cta-text h2 {
  font-family: "PP Mori";
  font-weight: 500;
  font-size: clamp(30px, 2.2vw + 1rem, 45px);
  line-height: 1.3em;
  margin-bottom: 10px;
  letter-spacing: 1.8px;
}

.web-design .img-cta .cta-container.vgolf .cta-text h2,
.web-design .img-cta .cta-container.img .cta-text h2 {
  color: #1e2f36;
}

.web-design .img-cta .cta-container .cta-text p {
  font-family: "IvyEpic";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35em;
  margin-bottom: 30px;
  width: unset;
}

.web-design .img-cta .cta-container .cta-text .stat h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 62px;
}

.web-design .img-cta .cta-container.vgolf .cta-text .stat h2,
.web-design .img-cta .cta-container.img .cta-text .stat h2 {
  color: #1e2f36;
}

.web-design .img-cta .cta-container .cta-text .stat p {
  font-family: "IvyEpic";
  margin-top: 10px;
  margin-bottom: 20px;
}

.web-design .img-cta .cta-container.vgolf .cta-text .stat p,
.web-design .img-cta .cta-container.img .cta-text .stat p {
  color: #1e2f36;
}

.web-design .img-cta .btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.web-design .img-cta .btn-container a {
  width: clamp(100px, 100%, 275px);
  padding: clamp(10px, 100%, 25px) clamp(10px, 100%, 35px)
    clamp(10px, 100%, 25px) clamp(10px, 100%, 35px);
  font-size: clamp(16px, 1.2vw + 0.5rem, 22px);
  border-radius: 50px;
  background-color: var(--white);
  font-family: "IvyEpic";
  text-decoration: none;
  font-weight: 600;
  border: none;
  color: #1e2f36;
  margin-bottom: 60px;
}

.web-design .img-cta .btn-container a.btn-pink {
  background-color: var(--pink);
  color: #fff;
}

.web-design .img-cta .btn-container a.btn-pink:hover {
  background-color: var(--white);
  color: #1e2f36;
}

.web-design .img-cta .cta-container .phones {
  transform: translateY(-36px);
  padding-left: 100px;
  z-index: 2;
  max-width: 640px;
}

.image-fade {
  position: relative;
  display: inline-block;
}

.image-fade img {
  display: block;
  width: 100%;
  height: auto;

  /* Apply fade mask */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-repeat: no-repeat;
  mask-size: cover;
}
.img-cta-slider .slick-list {
  overflow: visible;
}

.img-cta-slider .slick-track {
  padding: 0 0 100px;
}

.img-cta-slider .slick-slide {
  outline: none;
}

.img-cta-slider .img-cta {
  margin: 0;
}

.img-cta-arrows .img-cta-prev,
.img-cta-arrows .img-cta-next {
  border: 1px solid var(--grey);
  background-color: transparent;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  padding: 20px;
  cursor: pointer;
  z-index: 3;
}

.img-cta-arrows .img-cta-prev {
  transform: rotate(180deg);
}

.img-cta-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1800px) {
  .web-design .img-cta .cta-container .cta-text {
    top: 90px;
    right: 90px;
    width: 45%;
  }
}

@media screen and (max-width: 1650px) {
  .img-cta-slider .slick-track {
    padding: 0 0 70px;
  }

  .web-design .img-cta .cta-container .cta-text {
    top: 150px;
  }
}

@media screen and (max-width: 1627px) {
  .web-design .img-cta {
    margin-bottom: 50px;
  }
  .web-design .img-cta .cta-container .phones {
    padding-left: 20px;
    max-width: 550px;
  }
}

@media screen and (max-width: 1516px) {
  .web-design .img-cta .cta-container {
    width: calc(100% - 120px);
    min-height: 600px;
  }

  .web-design .img-cta .cta-container .cta-text {
    top: 130px;
  }

  .web-design .img-cta .cta-container .cta-text h2 {
    font-size: clamp(30px, 2.2vw + 1rem, 38px);
  }

  .web-design .img-cta .cta-container .cta-text .stat h2 {
    font-size: 49px;
  }

  .web-design .img-cta .btn-container a {
    width: clamp(100px, 90%, 250px);
    max-width: 180px;
    padding: 0px 15px;
    font-size: clamp(16px, 1.2vw + 0.5rem, 22px);
  }
}

@media screen and (max-width: 1452px) {
  .web-design .img-cta .cta-container .cta-text {
    top: 100px;
    right: 50px;
    width: 45%;
  }
}

@media screen and (max-width: 1250px) {
  .web-design .img-cta .cta-container {
    gap: 20px;
  }
  .img-cta-slider .slick-track {
    padding: 0 0 30px;
  }

  .web-design .img-cta .cta-container .cta-text {
    position: relative;
    top: 120px;
    right: unset;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .web-design .img-cta .cta-container .cta-text p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .web-design .img-cta .cta-container .phone-container {
    width: 100%;
  }

  .web-design .img-cta .cta-container .phones {
    max-width: 520px;
    padding-left: 10px;
    transform: translateY(0);
  }

  .img-cta-arrows {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .web-design .img-cta .cta-container .phones {
    max-width: 520px;
    padding-left: 10px;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1200px) {
  .web-design .img-cta .cta-container .phone-container {
    width: 100%;
  }
  .web-design .img-cta .cta-container .phones {
    transform: translateY(40px);
  }
}

@media screen and (max-width: 950px) {
  .web-design .img-cta .cta-container .phones {
    transform: translateY(110px);
  }
}

@media screen and (max-width: 840px) {
  .web-design .img-cta .cta-container {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    height: unset;
    width: calc(100% - 60px);
    max-height: 1100px;
  }

  .img-cta-slider .slick-track {
    padding: 0 0 60px;
  }

  .web-design .img-cta .cta-container .cta-text {
    top: 140px;
  }

  .web-design .img-cta .cta-container .phone-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .web-design .img-cta .cta-container .phones {
    padding: 0;
  }
}

@media screen and (max-width: 740px) {
  .web-design .img-cta .cta-container {
    max-height: unset;
    max-height: 920px;
  }

  .web-design .img-cta .cta-container .cta-text {
    top: 110px;
  }

  .web-design .img-cta .cta-container .cta-text h3 {
    margin-bottom: 20px;
  }

  .web-design .img-cta .cta-container .phones {
    max-width: 400px;
    transform: translateY(70px);
  }
}

@media screen and (max-width: 680px) {
  .web-design .img-cta .cta-container .cta-text {
    top: 80px;
  }

  .web-design .img-cta .btn-container {
    gap: 20px;
  }

  .web-design .img-cta .btn-container a {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .web-design .img-cta {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
  }

  .web-design .img-cta .cta-container .cta-text h2 {
    margin-bottom: 5px;
  }

  .web-design .img-cta .cta-container .cta-text button {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .img-cta-arrows {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 520px) {
  .web-design .img-cta .cta-container {
    border-radius: 25px;
    margin-bottom: 40px;
    min-height: 850px;
    height: unset;
  }
  .web-design .img-cta .cta-container .cta-text {
    top: 40px;
  }

  .web-design .img-cta .cta-container .phone-container {
    max-height: 500px;
    padding-left: 20px;
  }

  .web-design .img-cta .cta-container .phones {
    transform: translateY(60px);
  }

  .web-design .img-cta {
    margin-bottom: 0;
  }

  .img-cta-arrows {
    margin-top: 0;
  }

  .web-design .img-cta .cta-container .cta-text h2 {
    font-size: clamp(28px, 2.2vw + 1rem, 38px);
    line-height: 1.2;
  }

  .web-design .img-cta .btn-container {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 435px) {
  .web-design .img-cta .cta-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 398px) {
  .web-design .img-cta .cta-container .phones {
    top: -107px;
  }
}

@media screen and (max-width: 390px) {
  .web-design .img-cta .cta-container .phones {
    top: -88px;
    transform: scale(0.42);
  }
}

/* ================================================================================================ */
/*                                          FIRST SECTION                                           */
/* ================================================================================================ */

.web-design .first .cta-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 60vh;
}

.web-design .first .cta-1 .main-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin: auto 3rem;
  background-color: #1e2f36;
  padding: 0 7vw;
  border-radius: 50px;
  position: relative;
  min-height: 65vh;
}

.web-design .first .cta-1 .main-content .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  color: #fff;
  font-family: "PP Mori";
  width: 100%;
}

.web-design .first .cta-1 .main-content .text-content h3 {
  font-size: clamp(28px, 3vw, 43px) !important;
  font-weight: 400;
}

.web-design .first .cta-1 .main-content .text-content p {
  font-size: clamp(22px, 3vw, 25px);

  font-weight: 300;
  line-height: 1.4em;
  margin-top: 28px;
  font-family: "IvyEpic";
  letter-spacing: 0.4px;
}

.web-design .first .cta-1 .main-content .media-content {
  position: relative;
  height: auto;
  width: 100%;
  flex: 1;
}

.web-design .first .cta-1 .main-content .media-content .float-container {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.web-design .first .cta-1 .float-container .phone {
  position: absolute;
  max-width: clamp(340px, 80vw, 467px);
  bottom: -2px;
}

.web-design .first .cta-1 .float-container .phone img {
  margin-left: 2vw;
  overflow-y: hidden;
}

.web-design .first .cta-1 .float-container .logo-1 {
  position: absolute;
  bottom: 300px;
  left: 28vw;
  z-index: 3;
}

.web-design .first .cta-1 .float-container .logo-2 {
  position: absolute;
  bottom: -150px;
  left: 90px;
  z-index: 3;
}

.web-design .first .cta-1 .float-container .logo-1 img,
.web-design .first .cta-1 .float-container .logo-2 img {
  width: clamp(120px, 30vw, 292px) !important;
}

.web-design .first .wave {
  position: absolute;
  bottom: -40px;
  z-index: -1;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .web-design .first .cta-1 .main-content .text-content {
    margin: auto 2.4vw;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .web-design .first .cta-1 .float-container .phone img {
    max-width: clamp(300px, 50vw, 400px);
    margin-left: 5vw;
  }

  .web-design .first .cta-1 .float-container .logo-1 img,
  .web-design .first .cta-1 .float-container .logo-2 img {
    max-width: 200px;
  }

  .web-design .first .cta-1 .float-container .logo-2 {
    bottom: -100px;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 320px;
  }
}

@media screen and (max-width: 1050px) {
  .web-design .first .cta-1 .main-content .text-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 28px;
    font-family: "IvyEpic";
    letter-spacing: 0.4px;
  }

  .web-design .first .cta-1 .float-container .logo-1 img,
  .web-design .first .cta-1 .float-container .logo-2 img {
    width: clamp(170px, 18vw, 292px) !important;
  }

  .web-design .first .cta-1 .float-container .phone img {
    max-width: clamp(300px, 40vw, 400px);
    margin-left: 5vw;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 400px;
    left: 36vw;
  }

  .web-design .first .cta-1 .float-container .logo-2 {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 3;
  }

  .web-design .first .wave {
    top: clamp(10vh, 15vh, 20vh);
    bottom: unset;
  }
}

@media screen and (max-width: 925px) {
  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 320px;
    left: 30vw;
  }
}

@media screen and (max-width: 786px) {
  .web-design .first .cta-1 .main-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.5fr;
    margin: auto 5vw;
    padding: 10vw 10vw 0;
    min-height: 900px;
    border-radius: 20px;
  }

  .web-design .first .cta-1 .main-content .text-content {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }

  .web-design .first .cta-1 .main-content .media-content {
    grid-column: 1;
    grid-row: 2;
  }

  .web-design .first .cta-1 .float-container .phone img {
    max-width: clamp(320px, 40vw, 400px);
    margin-left: 0;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 350px;
    left: 45vw;
  }
  .web-design .first .cta-1 .float-container .logo-2 {
    bottom: -100px;
    left: -10px;
  }
  .web-design .first .wave {
    top: clamp(10vh, 40vh, 60vh);
  }
}

@media (max-width: 500px) {
  .web-design .first .cta-1 .main-content {
    padding: 3rem 3rem 0;
  }
}

@media (max-width: 440px) {
  .web-design .first .cta-1 .main-content {
    padding: 15vw 10vw 0;
  }
}
@media screen and (max-width: 425px) {
  .web-design .first .cta-1 .main-content {
    grid-template-rows: 0.6fr 0.9fr;
    margin: auto 5vw;
    padding: 3rem 3rem 0;
    min-height: 940px;
  }

  .web-design .first .cta-1 .main-content .text-content {
    justify-content: flex-start;
  }

  .web-design .first .cta-1 .float-container .logo-1 img,
  .web-design .first .cta-1 .float-container .logo-2 img {
    width: clamp(150px, 18vw, 292px) !important;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 200px;
    left: 45vw;
  }
  .web-design .first .cta-1 .float-container .logo-2 {
    bottom: -100px;
    left: -10vw;
  }
}

@media screen and (max-width: 419px) {
  .web-design .first .cta-1 .float-container .phone {
    bottom: -55px;
  }
}
@media screen and (max-width: 397px) {
  .web-design .first .cta-1 .main-content {
    min-height: 1000px;
  }

  .web-design .first .cta-1 .main-content {
    padding: 12vw 10vw 0;
  }

  .web-design .first .cta-1 .main-content .text-content {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .web-design .first .cta-1 .float-container .phone {
    bottom: -62px;
  }

  .web-design .first .cta-1 .float-container .phone img {
    max-width: clamp(300px, 40vw, 400px);
    margin-left: 0;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 250px;
    left: 47vw;
  }

  .web-design .first .cta-1 .float-container .logo-1 img {
    width: 130px !important;
  }

  .web-design .first .cta-1 .float-container .logo-2 {
    bottom: -80px;
    left: -10vw;
  }
  .web-design .first .cta-1 .float-container .logo-2 img {
    width: 130px !important;
  }
}

@media screen and (max-width: 340px) {
  .web-design .first .cta-1 .main-content {
    margin: auto 8vw;
    padding: 8vw 8vw 0;
    min-height: 940px;
  }

  .web-design .first .cta-1 .float-container .phone img {
    max-width: 260px;
    margin-left: 0;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 250px;
    left: 170px !important;
  }
}
/*  */

/*  */

.web-design .first .text-center {
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
  margin-top: 35px;
  padding-top: 150px;
  position: relative;
  width: 100%;
  padding-bottom: 200px;
  text-align: center;
}

.web-design .first .text-center h2 {
  font-size: clamp(26px, 5vw, 62px);
  text-align: center;
  margin: auto 25vw;
  line-height: 1.3em;
  font-family: "PP Mori";
  font-weight: 400;
}

.web-design .first .text-center h2 span {
  text-decoration: underline;
}

.web-design .first .text-center .btn.btn-normal:after {
  background-color: transparent;
}

.web-design .first .text-center .btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-family: "PP Mori";
  font-weight: 400;
  font-size: clamp(15px, 2vw, 24px);
  margin-top: 40px;
}

.web-design .first .text-center .btn.btn-normal:after {
  content: url(../icons/arrow.svg);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 20px 20px 0;
  border: 1px solid var(--grey);
}

@media screen and (max-width: 1024px) {
  .web-design .first .text-center {
    padding-bottom: 100px;
  }
  .web-design .first .text-center h2 {
    margin: auto 8vw;
  }
}

@media screen and (max-width: 768px) {
  .web-design .first .text-center {
    padding-top: 130px;
    padding-bottom: 60px;
    margin-top: 0;
  }

  .web-design .first .wave {
    top: unset;
    bottom: -10px;
  }

  .web-design .first .text-center h2 {
    margin: auto 8vw;
  }
}

@media screen and (max-width: 456px) {
  .web-design .first .text-center {
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    margin-top: 0;
    padding-top: 130px;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .web-design .first .cta-1 .main-content {
    min-height: 920px;
  }

  .web-design .first .text-center {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 280px;
    left: 45vw;
  }

  .web-design .first .cta-1 .float-container .logo-2 {
    bottom: -100px;
  }
}

@media screen and (max-width: 402px) {
  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 260px;
    left: 45vw;
  }
}

@media screen and (max-width: 375px) {
  .web-design .first .btn.btn-normal:after {
    content: url(../icons/arrow.svg);
    width: 45px;
    height: 45px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 15px 15px 0;
    border: 1px solid var(--grey);
    background: #fff;
  }
}

@media screen and (max-width: 363px) {
  .web-design .first .cta-1 .float-container .phone img {
    max-width: clamp(280px, 40vw, 400px);
    margin-left: 0;
  }
  .web-design .first .cta-1 .float-container .logo-1 {
    bottom: 178px;
    left: 45vw;
  }
}

@media screen and (max-width: 340px) {
  .web-design .first .cta-1 .float-container .phone img {
    max-width: clamp(260px, 40vw, 400px);
    margin-left: 0;
  }
}

/* ================================================================================================ */
/*                                      SECOND SECTION - ECOMMERCE                                  */
/* ================================================================================================ */

.web-design .ecommerce .cta-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 60vh;
  background-color: #f0f0f0;
  padding-top: 0;
}

.web-design .ecommerce .cta-2 .main-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin: auto 4vw;
  background-color: #0f2549;
  padding: 0 5vw;
  border-radius: 50px;
  position: relative;
  min-height: 73vh;
}

.web-design .ecommerce .cta-2 .main-content .media-content {
  position: relative;
  height: auto;
  width: 100%;
  flex: 1;
}

.web-design .ecommerce .cta-2 .main-content .media-content .float-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -14vh;
  z-index: 3;
}

.web-design .ecommerce .cta-2 .float-container img {
  max-width: 718px;
}
@media screen and (max-width: 1658px) {
  .web-design .ecommerce .cta-2 .main-content .media-content .float-container {
    right: 0.2vw;
  }

  .web-design .ecommerce .cta-2 .float-container img {
    max-width: 700px;
  }
}

/* text section */
.web-design .ecommerce .cta-2 .main-content .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  font-family: "PP Mori";
  width: 100%;
  text-align: center;
  padding: 4rem 3vw 0;
}

.web-design .ecommerce .cta-2 .main-content .text-content h4 {
  font-size: clamp(18px, 3vw, 28px) !important;
  font-weight: 300;
  margin-bottom: 30px;
}

.web-design .ecommerce .cta-2 .main-content .text-content h3 {
  font-size: clamp(32px, 5vw, 42px) !important;
  font-weight: 400;
  line-height: 1.4em;
}

.web-design .ecommerce .cta-2 .main-content .text-content p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 28px;
  font-family: "PP Mori";
  letter-spacing: 0.4px;
}

.web-design .ecommerce .cta-2 .btn-container {
  margin-top: 4rem;
}

.web-design .ecommerce .cta-2 .btn-container a {
  padding: 15px 40px 18px;
  font-size: clamp(16px, 1.2vw + 0.5rem, 22px);
  border-radius: 50px;
  background-color: var(--white);
  font-family: "IvyEpic";
  text-decoration: none;
  font-weight: 600;
  font-weight: 500;
  border: none;
  color: #1e2f36;
  margin-bottom: 60px;
  min-width: 200px;
}

.web-design .ecommerce .first .wave {
  position: absolute;
  bottom: -40px;
  z-index: -1;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .web-design .ecommerce .cta-2 .main-content {
    margin: auto 2.4vw;
  }

  .web-design .ecommerce .cta-2 .float-container {
    top: 0vh;
    bottom: unset;
    width: 100%;
    right: unset;
  }

  .web-design .ecommerce .cta-2 .float-container img {
    width: 15vw;
    height: auto;
    object-fit: cover; /* or contain */
    overflow: visible;
    z-index: 4;
  }
}

@media screen and (max-width: 1024px) {
  .web-design .ecommerce .cta-2 {
    padding-top: 20px;
  }
  .web-design .ecommerce .cta-2 .main-content .text-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 28px;
    font-family: "IvyEpic";
    letter-spacing: 0.4px;
  }

  .web-design .ecommerce .cta-2 .float-container {
    top: -15vh;
  }

  .web-design .ecommerce .cta-2 .float-container img {
    object-fit: contain;
    overflow: visible;
    width: 40vw;
  }
}
@media screen and (max-width: 786px) {
  .web-design .ecommerce .cta-2 .main-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.5fr;
    margin: auto 5vw;
    padding: 10vw 10vw 0;
    min-height: 100vh;
    border-radius: 20px;
  }

  .web-design .ecommerce .cta-2 .main-content .text-content {
    grid-column: 1;
    grid-row: 1;
  }

  .web-design .ecommerce .cta-2 .main-content .media-content {
    grid-column: 1;
    grid-row: 2;
  }

  .web-design .ecommerce .cta-2 .float-container {
    top: 7vh;
  }

  .web-design .ecommerce .cta-2 .float-container img {
    object-fit: contain;
    overflow: visible;
    width: 90vw;
  }
}

@media screen and (max-width: 500px) {
  .web-design .first .text-center h2 {
    font-size: 26px;
  }

  .web-design .ecommerce .cta-2 .btn-container a {
    padding: 12px 55px;
    margin-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .web-design .ecommerce .cta-2 .main-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin: auto 5vw;
    padding: 15vw 10vw 10vw;
    min-height: 80vh;
    border-radius: 20px;
  }

  .web-design .ecommerce .cta-2 .main-content .text-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 28px;
    font-family: "IvyEpic";
    letter-spacing: 0.4px;
  }

  .web-design .ecommerce .cta-2 .main-content .media-content .float-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -10vh;
    z-index: 3;
    top: 2vh;
  }
}

@media screen and (max-width: 425px) {
  .web-design .ecommerce .cta-2 {
    padding-top: 0;
  }

  .web-design .ecommerce .cta-2 .main-content {
    grid-template-rows: 1fr 1fr;
    margin: auto 5vw;
    padding: 10vw 10vw 0;
    min-height: 750px;
    gap: 0;
  }

  .web-design .ecommerce .cta-2 .main-content .text-content {
    justify-content: flex-start;
    padding-top: 2rem;
  }

  .web-design .ecommerce .cta-2 .float-container img {
    width: 400px;
    min-width: 350px;
    max-width: 350px !important;
    margin-left: 30px;
  }
}

@media screen and (max-width: 375px) {
  .web-design .ecommerce .cta-2 .float-container img {
    width: 140vw;
    min-width: 330px;
    margin-left: 0;
  }
}

@media screen and (max-width: 340px) {
  .web-design .ecommerce .cta-2 .main-content {
    margin: auto 8vw;
    padding: 5vw 5vw 0;
    min-height: 70vh;
    gap: 0;
  }

  .web-design .ecommerce .cta-2 .float-container img {
    width: 200px;
    min-width: 280px;
    margin-left: 0;
  }
}
/*  */

/*  */

.web-design .ecommerce .text-center {
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
  padding-top: 220px;
  position: relative;
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}

.web-design .ecommerce .text-center h3 {
  font-size: clamp(18px, 4vw, 32px);
  text-align: center;
  line-height: 1.3em;
  font-family: "PP Mori";
  font-weight: 400;
  margin-bottom: 4rem;
}

.web-design .ecommerce .text-center h2 {
  font-size: clamp(25px, 4.5vw, 42px);
  text-align: center;
  margin: auto 15vw;
  line-height: 1.3em;
  font-family: "PP Mori";
  font-weight: 400;
}

.web-design .ecommerce .text-center h2 span {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .web-design .ecommerce .text-center {
    padding-top: 200px;
  }

  .web-design .ecommerce .text-center h3 {
    margin: 0 8vw 4rem;
  }

  .web-design .ecommerce .text-center h2 {
    margin: auto 8vw;
  }
}

@media screen and (max-width: 768px) {
  .web-design .ecommerce .text-center {
    padding-top: 170px;
  }

  .web-design .ecommerce .text-center h2 {
    margin: auto 8vw;
  }
}

@media screen and (max-width: 500px) {
  .web-design .ecommerce .text-center h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 425px) {
  .web-design .ecommerce .text-center h3 {
    margin: 0 8vw 2rem;
  }
}

/* ================================================================================================ */
/*                                          SERVICES                                                */
/* ================================================================================================ */

.web-design .services {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f0f0;
  padding-bottom: 90px;
}

.web-design .services .cols {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: auto 7.5vw;
}

.web-design .services .cols .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50px;
  padding: 8rem 0;
}

.web-design .services .cols .col .col-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: auto;
  height: 520px;
}

.web-design .services .cols .col .col-icon {
  margin-bottom: 22px;
  max-width: 120px;
}
.web-design .services .cols .col .col-icon.google {
  padding-bottom: 16px;
}

.web-design .services .cols .col .col-inner h4 {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 36px);
}

.web-design .services .cols .col .col-inner p {
  text-align: center;
  font-size: clamp(17px, 2vw, 22px);
  font-family: "IvyEpic";
  line-height: 1.3em;
}

.web-design .services .cols .col .col-inner button {
  margin-top: 34px;
  width: 270px;
  padding: 19px 0 23px;
  border-radius: 50px;
  background-color: #ff3159;
  font-family: "IvyEpic";
  font-size: 21px;
  font-weight: 600;
  color: #fff !important;
  border: none;
  justify-self: flex-end;
  width: clamp(200px, 25vw, 270px);
}

@media screen and (max-width: 1512px) {
  .web-design .services .cols .col .col-inner h4 {
    text-align: center;
    font-size: clamp(24px, 2vw, 39px);
  }
}

@media screen and (max-width: 1440px) {
  .web-design .services .cols .col .col-inner {
    width: 74%;
  }

  .web-design .services .cols .col .col-inner button {
    max-width: 220px;
  }
}

@media screen and (max-width: 1024px) {
  .web-design .services .cols {
    margin: auto 3vw;
  }
}

@media screen and (max-width: 768px) {
  .web-design .services .cols {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto 7.5vw;
  }

  .web-design .services .cols .col .col-inner {
    max-height: 420px;
  }

  .web-design .services .cols .col .col-inner h4 {
    text-align: center;
    font-size: clamp(24px, 1.4vw, 28px);
  }

  .web-design .services .cols .col .col-inner p {
    text-align: center;
    font-size: 20px;
    font-family: "IvyEpic";
    line-height: 1.3em;
  }

  .web-design .services .cols .col .col-inner button {
    width: 270px;
  }
}

@media screen and (max-width: 425px) {
  .web-design .services .cols .col {
    border-radius: 25px;
    padding: 4rem 0;
  }

  .web-design .services .cols .col .col-inner {
    width: 100%;
    padding: 2rem;
    height: unset;
    gap: 1rem;
  }

  .web-design .services .cols .col .col-inner p {
    margin-top: 2rem;
    font-size: 22.5px;
  }

  .web-design .services .cols .col .col-inner button {
    margin-top: 34px;
    width: 270px;
    padding: 15px 0 19px;
    border-radius: 50px;
    background-color: #ff3159;
    font-family: "IvyEpic";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    justify-self: flex-end;
    width: clamp(200px, 25vw, 270px);
  }
}

@media screen and (max-width: 375px) {
  .web-design .services .cols {
    margin: auto 5vw;
  }
}

@media screen and (max-width: 340px) {
  .web-design .services .cols .col .col-inner h4 {
    font-size: 22px;
  }

  .web-design .services .cols .col .col-inner p {
    font-size: 20px;
  }
}

/* ================================================================================================ */
/*                                          ADS                                                */
/* ================================================================================================ */

.web-design .ads {
  background-color: #1e2f36;
  width: 100%;
  position: relative;
}

.web-design .ads .wave {
  width: 100vw;
  top: 0;
  position: absolute;
}
.web-design .ads .logo-lg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.web-design .ads .logo-lg img {
  position: absolute;
  top: 10vw;
  max-width: 350px;
}

.ads .cols {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6vw;
  margin-top: 70vh;
}

.ads .cols .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.ads .cols .col h3 {
  font-family: "PP Mori";
  font-size: clamp(18px, 3vw, 30px);
  color: #fff;
  font-weight: 400;
  text-align: center;
}

/*  */
.ads .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 17rem auto 0;
  padding-bottom: 5rem;

  gap: 7rem;
}

.ads .cta h2 {
  color: #fff;
  font-family: "PP Mori";
  font-weight: 400;
  font-size: clamp(24px, 3vw + 1rem, 38px);
  line-height: 1.45em;
  text-align: center;
  max-width: 1000px;
}

.ads .cta h2 span {
  text-decoration: underline;
  color: var(--pink);
}

.ads .ads-slider {
  display: none;
}

@media screen and (max-width: 1512px) {
  .ads .cta {
    margin: 17rem 12vw 0;
  }
}

@media screen and (max-width: 1080px) {
  .web-design .ads .logo-lg img {
    position: absolute;
    top: 10vw;
    max-width: 350px;
  }
}

@media screen and (max-width: 1000px) {
  .ads .cols {
    display: none;
  }

  .ads .ads-slider {
    display: block;
    padding: 0 1rem;
    overflow: visible;
    margin-top: 60rem;
    z-index: 10;
  }

  .ads-slider .slick-list {
    overflow: visible !important;
  }

  .ads-slider .slick-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 0 10px;
    max-height: 150px;
  }

  .ads-slider .col h3 {
    font-family: "PP Mori";
    font-size: clamp(16px, 4vw, 22px);
    color: #fff;
    font-weight: 400;
    text-align: center;
  }

  .ads-slider .col {
    min-width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .web-design .ads .logo-lg img {
    width: 350px;
    top: 4vw;
  }

  .ads .ads-slider {
    margin-top: 60vh;
  }

  .ads-slider .slick-slide {
    gap: 3rem;
  }

  .ads-slider .col img {
    max-width: 130px;
  }

  .ads .cta {
    margin: 12rem 12vw 0;
  }
}
@media screen and (max-width: 500px) {
  .ads .cta {
    gap: 3rem;
  }

  .web-design .ads .logo-lg img {
    width: 250px;
    top: 0;
  }

  .ads .ads-slider {
    margin-top: 350px;
  }
}

@media screen and (max-width: 425px) {
  .web-design .ads {
    padding-bottom: 50px;
  }

  .web-design .ads .wave {
    top: -1px;
  }

  .ads .ads-slider {
    /* margin-top: 40vh; */
    margin-top: 0;
    padding-top: 250px;
  }

  .web-design .ads .logo-lg img {
    width: 200px;
    top: 0;
  }

  .ads-slider .slick-slide {
    gap: 2rem;
  }

  .ads-slider .col img {
    max-width: 100px;
  }

  .ads-slider .col {
    min-width: 130px;
  }

  .ads .cta {
    margin: 8rem 8vw 0;
    gap: 3rem;
  }
}

@media screen and (max-width: 375px) {
  .ads-slider .slick-slide {
    max-height: 120px;
  }

  .ads .cta {
    margin: 0 8vw 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 340px) {
  .ads-slider .slick-slide {
    max-height: unset;
  }

  .ads .ads-slider {
    display: block;
    padding: 0;
    overflow: visible;
    margin-top: 30vh;
    margin-bottom: 5rem;
  }

  .ads .cta h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 2.8rem;
  }
}

/* ================================================================================================ */
/*                                          VGOLF                                                */
/* ================================================================================================ */

.web-design .v-golf {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 60vh;
  background-color: #1e2f36;
  padding-top: 16vh;
}

.web-design .v-golf .main-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin: auto 4vw;
  background-color: #deec3a;
  padding: 0 5vw;
  border-radius: 50px;
  position: relative;
  min-height: 73vh;
}

.web-design .v-golf .media-content {
  position: relative;
  height: auto;
  flex: 1;
}

.web-design .v-golf .float-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -76px;
  z-index: 3;
  left: -11vw;
}

.web-design .v-golf .float-container img {
  max-width: 1202px;
}

/* text section */
.web-design .v-golf .main-content .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #000;
  font-family: "PP Mori";
  width: 100%;
  text-align: center;
  padding: 0 3vw;
}

.web-design .v-golf .main-content .text-content h4 {
  font-size: clamp(18px, 3vw, 28px) !important;
  font-weight: 400;
  margin-bottom: 30px;
}

.web-design .v-golf .main-content .text-content h3 {
  font-size: clamp(30px, 2.2vw + 1rem, 38px) !important;
  font-weight: 500;
  line-height: 1.3em;
}

.web-design .v-golf .main-content .text-content p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 28px;
  font-family: "PP Mori";
  letter-spacing: 0.4px;
}

.v-golf .btn-container {
  width: 100%;
  margin-top: 60px;
}

.v-golf .btn-container a {
  width: clamp(100px, 100%, 275px);
  padding: clamp(10px, 100%, 25px) clamp(10px, 100%, 35px)
    clamp(10px, 100%, 27px) clamp(10px, 100%, 35px);
  font-size: clamp(16px, 1.2vw + 0.5rem, 22px);
  border-radius: 50px;
  background-color: var(--white);
  font-family: "IvyEpic";
  text-decoration: none;
  font-weight: 600;
  border: none;
  color: #1e2f36;
  margin-bottom: 60px;
}

@media screen and (max-width: 1512px) {
  .web-design .v-golf .float-container {
    bottom: -76px;
    left: -15vw;
  }
}

@media screen and (max-width: 1440px) {
  .web-design .v-golf .main-content {
    margin: auto 2.4vw;
  }

  .web-design .v-golf .float-container {
    bottom: -75px;
    left: -15vw;
  }
}

@media screen and (max-width: 1432px) {
  .web-design .v-golf .float-container {
    bottom: -75px;
    left: -16vw;
  }
}

@media screen and (max-width: 1080px) {
  .web-design .v-golf .float-container {
    bottom: -62px;
    left: -16vw;
  }
  .web-design .v-golf .float-container img {
    max-width: 992px;
  }
}

@media screen and (max-width: 1024px) {
  .web-design .v-golf .main-content .text-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 28px;
    font-family: "IvyEpic";
    letter-spacing: 0.4px;
  }

  .web-design .v-golf .main-content {
    overflow-y: hidden;
  }

  .web-design .v-golf .float-container {
    bottom: -58px;
    width: 90vw;
  }

  .web-design .v-golf .float-container img {
    object-fit: contain;
    overflow: visible;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .web-design .v-golf {
    padding-top: 30px;
  }

  .web-design .v-golf .main-content {
    display: flex;
    flex-direction: column;
    margin: auto 5vw;
    padding: 5rem 0 0;
    border-radius: 20px;
    margin-bottom: 100px;
  }

  .web-design .v-golf .main-content .text-content {
    margin-bottom: 5rem;
  }

  .web-design .v-golf .media-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .web-design .v-golf .float-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: -51px;
    width: 90vw;
  }

  .web-design .v-golf .float-container img {
    position: relative;
    align-self: center;
    justify-self: center;
    left: 10vw;
  }
}

@media screen and (max-width: 500px) {
  .web-design .v-golf .main-content {
    min-height: 730px !important;
    margin-bottom: 0;
  }

  .web-design .v-golf .float-container {
    bottom: -41px;
  }
}

@media screen and (max-width: 425px) {
  .web-design .v-golf {
    padding-top: 0;
  }

  .web-design .v-golf .main-content {
    display: flex;
    flex-direction: column;
    margin: auto 5vw 40px;
    padding: 10vw 0 0;
    min-height: 750px !important;
  }

  .web-design .v-golf .main-content .text-content {
    justify-content: flex-start;
    padding-top: 2rem;
    margin-bottom: 4rem;
  }

  .web-design .v-golf .main-content .text-content p {
    font-size: 15px;
  }

  .web-design .v-golf .media-content {
    margin-bottom: 0;
  }

  .web-design .v-golf .float-container {
    bottom: -50px;
    width: unset;
  }

  .web-design .v-golf .float-container img {
    object-fit: cover;
    /* min-width: 360px; */
  }
}

@media screen and (max-width: 418px) {
  .web-design .v-golf .main-content {
    min-height: 500px !important;
  }

  .web-design .v-golf .float-container {
    bottom: -30px;
    width: unset;
  }
}

@media screen and (max-width: 335px) {
  .web-design .v-golf .main-content {
    padding: 2rem 1rem 0;
  }

  .web-design .v-golf .float-container {
    bottom: -20px;
    width: unset;
  }
}

@media screen and (max-width: 320px) {
  .web-design .v-golf .float-container img {
    min-width: 270px !important;
    transform: translateY(5px) !important;
  }
}

/* ================================================================================================ */
/*                                    TESC VIDEO                                           */
/* ================================================================================================ */

.web-design .testimonial-single {
  background-color: #1e2f36;
  padding: 100px 0;
  width: 110%;
}

.web-design .testimonial-single .testimonial-container {
  max-width: 2280px;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 30px;
  padding: 0 0 0 30px;
  flex: 1.4;
  width: 100%;
}

/* VIDEO */

.web-design .testimonial-single .testimonial-container .video-container {
  display: flex;
  justify-content: center;
  flex: 0.8;
  /* width: 100%; */
}

.web-design .testimonial-single .testimonial-container .video {
  position: relative;
  z-index: 2;
  height: 120%;
  z-index: 4;
}

.web-design .testimonial-single .testimonial-container .video-poster {
  /* width: 90%; */
  height: 120%;
  display: block;
  border-radius: 50px;
  position: relative;
  transform: translateX(5%);
}

.web-design
  .testimonial-single
  .testimonial-container
  .video-play-icon.icon-fw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-115%, -55%);
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 3;
  border-radius: 0;
  width: clamp(30px, 10vw, 150px);
  transition: all 0.2s ease-in-out;
}

.web-design
  .testimonial-single
  .testimonial-container
  .video-play-icon.icon-fw:hover {
  transform: translate(-115%, -55%) scale(1.05);
}

.web-design
  .testimonial-single
  .testimonial-container
  .video-play-icon.icon-mb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -55%);
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 2;
  border-radius: 0;
  width: clamp(30px, 10vw, 150px);
  transition: all 0.2s ease-in-out;
}

/* POPUP */
.web-design .testimonial-single .testimonial-container .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.web-design .testimonial-single .testimonial-container .popup.hidden {
  display: none;
}

.web-design .testimonial-single .testimonial-container .popup-inner {
  position: relative;
  max-width: 90%;
  max-height: 80%;
}

.web-design .testimonial-single .testimonial-container #popup-video {
  width: 100%;
  height: auto;
}

#close-popup {
  position: absolute;
  top: -20px;
  right: -20px;
  background: var(--pink);
  color: white !important;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#close-popup:hover {
  background: var(--pink);
}

.web-design .testimonial-single .testimonial-container .video-poster.poster-mb {
  display: none;
}

.web-design
  .testimonial-single
  .testimonial-container
  .video-play-icon.icon-mb {
  display: none;
}

/*  */

.web-design .testimonial-single .testimonial-container .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 100px 0;
}

.web-design .testimonial-single .testimonial-container .testimonial-content p {
  font-family: "IvyEpic";
  font-weight: 300;
  font-size: clamp(24px, 2vw, 30px);

  line-height: 1.4em;
  color: #fff;
  margin: 40px auto 40px;
}

.web-design
  .testimonial-single
  .testimonial-container
  .testimonial-content
  .rating {
  margin-bottom: 40px;
}

.web-design
  .testimonial-single
  .testimonial-container
  .testimonial-content
  .logo {
  z-index: 4;
  position: relative;
}

.web-design
  .testimonial-single
  .testimonial-container
  .testimonial-content
  .logo {
  width: auto;
}

@media (max-width: 1500px) {
  .web-design .testimonial-single .testimonial-container .video-container {
    flex: 1;
  }
}

@media (max-width: 1100px) {
  .web-design .testimonial-single {
    width: 100%;
  }
  .web-design .testimonial-single .testimonial-container {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    width: 100%;
  }

  .web-design .testimonial-single .testimonial-container .testimonial-content {
    justify-content: center;
    align-items: center;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .video-poster.poster-fw {
    display: none !important;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .video-play-icon.icon-fw {
    display: none;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .video-play-icon.icon-mb {
    display: block;
    width: 25%;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .video-play-icon.icon-mb:hover {
    transform: translate(-55%, -55%) scale(1.05);
  }

  .web-design .testimonial-single .testimonial-container .video-poster {
    height: auto;
    width: inherit;
  }

  .web-design .testimonial-single .testimonial-container .video {
    height: auto;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .video-poster.poster-mb {
    display: block;
    height: 100%;
    border-radius: 50px;
    position: relative;
    transform: translateX(0);
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    p {
    text-align: center;
  }

  .web-design .testimonial-single .testimonial-container .testimonial-content {
    width: 90%;
  }

  .web-design .testimonial-single .testimonial-container .video-container {
    padding: 0 30px;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    .rating {
    width: 30%;
  }
}

@media (max-width: 724px) {
  .web-design .testimonial-single {
    padding-bottom: 80px;
  }
  .web-design .testimonial-single .testimonial-container {
    padding: 70px 20px 0;
    gap: 0;
  }

  .web-design .testimonial-single .testimonial-container .testimonial-content {
    max-width: 90%;
    padding: inherit 20px 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .web-design .testimonial-single .testimonial-container .video-container {
    padding: 0;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    .rating {
    width: 50%;
  }

  .web-design .video {
    margin-top: 0;
    width: 100%;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    .logo {
    width: 70%;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    .rating {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .web-design .testimonial-single {
    padding: 0 0 50px;
  }
}

@media (max-width: 380px) {
  .web-design .testimonial-single .testimonial-container {
    padding-top: 20px;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    .quotes {
    max-width: 60px;
  }

  .web-design
    .testimonial-single
    .testimonial-container
    .testimonial-content
    p {
    font-size: 21px;
  }
}

/* ================================================================================================ */
/*                                              FAQS                                                */
/* ================================================================================================ */

.web-design .faqs {
  padding: 0 0 40px;
  position: relative;
  background-color: #1e2f36;
}

.web-design .faqs .container {
  border-radius: 50px;
  padding-left: 13%;
  padding-right: 13%;
  z-index: 2;
  margin-top: 0 !important;
  max-width: 1630px;
  padding-top: 140px;
  background-color: #f4f4f4;
  color: #1e2f36;
}

.web-design .faqs .section-header {
  margin-bottom: 40px;
}

.web-design .faqs .section-header h2 {
  font-size: clamp(32px, 6vw, 51px);
}

.web-design .faqs .list-faq li {
  border-color: #1e2f36;
}

.web-design .list-faq li article .faq-toggle span {
  font-size: clamp(22px, 5vw, 32px);
  line-height: 1.2em;
}

.web-design .faqs .list-faq li article {
  padding: clamp(30px, 5vw, 34px) 0;
}

.web-design .faqs .list-faq li article .faq-toggle:after {
  content: none;
}

.web-design .faqs .list-faq li.active article .faq-toggle:after {
  content: none;
}

.web-design .faqs .list-faq li article .faq-toggle img {
  width: clamp(20px, 2vw, 30px);
  transition: all 0.3s ease;
}

.web-design .faqs .list-faq li.active article .faq-toggle img {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: clamp(20px, 2vw, 30px);
  transition: all 0.3s ease;
}

.web-design .faqs .list-faq li article .faq-content p {
  font-size: 22px;
  line-height: 1.3em;
}

.web-design .faqs .list-faq li article .faq-toggle:after {
  content: none;
}

@media (max-width: 768px) {
  .web-design .faqs {
    padding-top: 0;
  }
}

@media (max-width: 724px) {
  .web-design .faqs {
    /* padding-top: -100px; */
    /* margin-bottom: 30px; */
  }

  .web-design .faqs .container {
    padding-top: 60px;
    padding-left: 8%;
    padding-right: 8%;
    border-radius: 25px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 425px) {
  .web-design .list-faq li article .faq-toggle span {
    font-size: 20px;
  }

  .web-design .faqs .list-faq li article .faq-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .web-design .list-faq li article .faq-toggle span {
    font-size: 18px;
  }

  .web-design .faqs .list-faq li article .faq-content p {
    font-size: 16px;
  }
}

/* ================================================================================================ */
/*                                          TRAFFIC                                                 */
/* ================================================================================================ */

section.traffic {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #1e2f36;
  padding-top: 150px;
  padding-bottom: 300px;
  position: relative;
}

.traffic .traffic-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.traffic .traffic-header h2 {
  font-family: "PP Mori";
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
}

.traffic .traffic-header h2 span {
  color: var(--pink);
  text-decoration: underline;
}

.traffic .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px clamp(40px, 21.5vw, 500px) 40px;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 250px;
}

.traffic .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  max-width: 240px;
  text-align: center;
  flex: 0 0 calc(33.333% - 40px);
}

.traffic .items .item .img-wrapper {
  height: 100px;
}

.traffic .items .item h4 {
  font-family: "PP Mori";
  color: #fff;
  font-weight: 300;
  font-size: 32px;
}

.traffic-slider {
  display: none;
}

.traffic .wave-bottom {
  position: absolute;
  bottom: -30vw;
}

@media screen and (max-width: 1512px) {
  .traffic .items {
    margin: 40px 230px 40px;
  }
}

@media screen and (max-width: 1370px) {
  .traffic .items {
    margin: 40px 150px 40px;
  }

  .traffic .wave-bottom {
    bottom: -20vw;
  }
}

@media screen and (max-width: 1200px) {
  .traffic .items {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1080px) {
  .traffic .items {
    margin: 40px 120px 40px;
  }
}

@media screen and (max-width: 1024px) {
  section.traffic {
    padding-top: 50px;
  }
  .traffic .items {
    margin: 40px 3vw 40px;
    padding-bottom: 0;
    gap: 2vw;
  }

  .traffic .items .item {
    gap: 2rem;
  }

  .traffic .items .item h4 {
    font-family: "PP Mori";
    color: #fff;
    font-weight: 300;
    font-size: 22px;
  }

  .traffic .items .item .img-wrapper {
    height: 90px;
  }
  .traffic .items .item .img-wrapper img {
    width: 65px;
  }
}

@media screen and (max-width: 794px) {
  .traffic .items {
    display: none;
  }

  .traffic-slider {
    display: block;
    width: 100%;
    max-width: 100vw;
  }

  .traffic-slider .item {
    display: flex !important; /* Required by slick */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    z-index: 2;
  }

  .traffic-slider .item h4 {
    font-size: 22px;
    font-weight: 300;
    font-family: "PP Mori";
    color: #fff;
  }

  .traffic-slider .img-wrapper {
    height: 130px;
  }

  .traffic-slider .img-wrapper img {
    width: 100px;
  }

  .traffic .wave-bottom {
    bottom: -15vw;
  }
}

@media screen and (max-width: 542px) {
  .traffic-slider .img-wrapper {
    height: 90px;
  }

  .traffic-slider .img-wrapper img {
    width: 65px;
  }

  .traffic .wave-bottom {
    bottom: -30vw;
  }
}

@media screen and (max-width: 425px) {
  section.traffic {
    padding-top: 50px;
  }
  .traffic .traffic-header h2 {
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 360px) {
  .traffic-slider .item h4 {
    font-size: 17px;
    font-weight: 300;
    font-family: "PP Mori";
    color: #fff;
  }
}

/* ================================================================================================ */
/*                                          CONTACT                                                 */
/* ================================================================================================ */

.web-design .footer-start-services {
  background-color: grey;
  margin-top: 0;
}

.web-design #main-form .form-cols {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
}

@media (max-width: 932px) {
  .web-design #main-form .form-cols {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .web-design #main-form .form-fields:nth-of-type(2) {
    margin-top: 12px;
  }
}

.web-design #main-form .form-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  flex: 1;
}

.web-design #main-form .form-fields textarea {
  height: 100%;
  min-height: 598px;
}

@media (min-width: 1521px) {
  .web-design #main-form .form-fields textarea {
    height: 100%;
    min-height: 598px;
  }
}

.web-design .footer-start-services .container {
  width: clamp(95vw, 100% - 200px, 1610px);
  max-width: 1610px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.web-design .section-contact.contact-alt .contact-form {
  padding: clamp(50px, 5vw, 125px) clamp(20px, 5vw, 150px);
}

.web-design .section-contact .contact-details header hgroup h2 {
  width: 43%;
  font-size: clamp(48px, 7vw, 70px);
}

.web-design .section-contact .contact-details header hgroup h2 span {
  text-decoration: none;
}

.web-design
  .section-contact.footer-start-services
  .contact-details
  header
  hgroup
  .btn.btn-simple-large {
  margin: 0;
}

.web-design .form-fields .main-packages .package button.grey {
  background-color: #cccccc;
}

.section-contact .contact-form h3 {
  font-size: clamp(22px, 5vw, 45px);
}

@media (max-width: 1512px) {
  .web-design .footer-start-services .container {
    padding-top: 10px;
  }

  .web-design .section-contact .contact-details header hgroup h2 {
    width: 43%;
    font-size: clamp(48px, 7vw, 55px);
  }

  .web-design .section-contact.contact-alt .contact-form {
    margin-top: 60px !important;
  }

  .section-contact
    .contact-details
    header
    hgroup
    .btn.btn-simple-large.inner-foot-cta-butt {
    width: 90px;
    height: 90px;
    margin-bottom: -2px;
    border: 2px solid #000;
    padding: 32px;
  }

  .form-fields input[type="text"],
  .form-fields input[type="email"],
  .form-fields select,
  .form-fields textarea {
    padding: 25px 40px;

    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .web-design .form-fields .cols .col .rows .row .radio-select .select-group {
    padding: 25px;
  }
}

@media (max-width: 1100px) {
  .web-design .footer-start-services .container {
    padding-top: 10px;
  }
}

.web-deisgn .submit {
  cursor: pointer;
}

.form-fields .submit input {
  cursor: pointer;
}
.form-fields .form-submit-icon img {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.form-fields .submit input:hover + .form-submit-icon img {
  transform: rotate(45deg);
  cursor: pointer;
}

.form-fields .submit input + .form-submit-icon:hover img {
  transform: rotate(45deg);
}

.discovery-call {
  background-color: #fff;
  border-radius: 40px;
  padding: clamp(35px, 5vw, 71px) clamp(30px, 5vw, 70px);
  width: 80%;
  list-style-type: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-family: "PP Mori";
}
.discovery-call h2 {
  font-size: clamp(18px, 5vw, 34px) !important;
}

.discovery-call a {
  text-decoration: none;
  list-style-type: none;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 28px);
  padding-bottom: 10px;
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 10vw;
  margin-bottom: 80px;
}

.footer-cols .col {
  flex: 1;
}

.footer-cols .col.col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-cols .col.col-1 article h2 {
  margin-bottom: 20px;
}

.footer-cols .col.col-1 .feed-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .testimonial-google {
  background-color: var(--white);
  display: flex;
  border-radius: 40px;
  padding: 20px 30px;
}

.footer .testimonial-google a {
  display: flex;
  text-decoration: none;
}

.testimonial-google span.stars {
  margin-right: 10px;
}

.testimonial-google.google-footer span.stars i {
  background-color: var(--lightgrey);
  padding: 10px;
  font-size: 20px;
}

.testimonial-google.google-footer .google h2 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1311px) {
  .footer .footer-feeds .feed-list .discovery-call .btn,
  .footer-feeds .feed-list .discovery-call .btn {
    font-size: 24px;
  }
}

@media (max-width: 1246px) {
  .testimonial-google.google-footer .google h2 {
    font-size: 20px;
  }
}

@media (max-width: 1193px) {
  .web-design .footer-cols {
    flex-direction: column;
    gap: 20px;
  }

  .web-design .footer-cols .col.col-1 {
    width: 100%;
  }

  .web-design .footer-cols .col.col-2 {
    width: 100%;
  }
  .footer .footer-feeds .feed-list li.social,
  .footer-feeds .feed-list li.social {
    padding: 30px 30px;
  }
}

@media (max-width: 880px) {
  .footer .testimonial-google {
    margin-bottom: 50px;
  }
  .web-design #main-form .form-fields textarea {
    height: 100%;
    min-height: 198px;
}
}

@media (max-width: 557px) {
  .footer .testimonial-google {
    margin-bottom: 15px;
  }
  .testimonial-google.google-footer span.stars i {
    padding: 8px;
    font-size: 17px;
  }

  .testimonial-google span.stars {
    margin-right: 0;
  }

  .testimonial-google .google {
    gap: 3px;
  }

  .testimonial-google.google-footer .google h2 {
    font-size: 16px;
  }

  .footer.footer-alt .footer-feeds .feed-list > li,
  .footer-feeds .feed-list > li {
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {
  .testimonial-google span.stars {
    padding-left: 0;
  }

  .testimonial-google.google-footer span.stars i {
    padding: 5px;
    font-size: 15px;
  }
}

@media (max-width: 387px) {
  .footer .testimonial-google {
    padding: 15px 17px;
  }

  .testimonial-google.google-footer span.stars i {
    padding: 3px;
    font-size: 13px;
  }

  .testimonial-google.google-footer .google h2 {
    font-size: 14px;
  }
}

.web-design .footer-links .discovery-call .discovery-link:hover {
  color: var(--pink);
}

.web-design .footer-links .discovery-call a.btn {
  padding: 30px 20px;
  width: 80%;
  font-size: clamp(15px, 1vw + 0.5rem, 20px);
}

.web-design .footer-links .discovery-call .btn:hover {
  background-color: var(--lightgrey) !important;
  color: var(--pink) !important;
}

.footer .footer-feeds .feed-list li.social,
.footer-feeds .feed-list li.social {
  border-radius: 40px;
}

.web-design .form-fields .submit {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-submit-lg {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  cursor: pointer;
}

.form-submit-lg .form-submit-icon {
  margin-left: 50px;
  transition: transform 0.3s ease;
}

.form-submit-lg:hover .form-submit-icon img {
  transform: rotate(45deg);
}

.bb-footer-logo {
  display: none;
}

.footer-icons-slider {
  display: none;
}
.footer .footer-links {
  align-self: unset;
  width: 100%;
}

.social-original {
  display: block;
}

.social-duplicate {
  display: none;
}

.footer .container {
  gap: 70px 150px;
}

@media screen and (max-width: 1600px) {
  .web-design .form-fields .cols .col .rows {
    gap: 15px;
  }
  .web-design .form-fields .cols .col .rows .row {
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .web-design .form-fields .cols .col .rows .row img {
    max-width: 100%;
  }
  .web-design .form-fields .cols {
    flex-direction: column;
    gap: 15px;
  }
}

@media screen and (max-width: 1512px) {
  footer {
    padding-top: 80px !important;
  }

  .footer .footer-feeds .feed-list .discovery-call .btn,
  .footer-feeds .feed-list .discovery-call .btn {
    width: 100%;
    padding: 24px 60px;
    font-size: 21px;
    font-weight: 400;
  }

  .web-design .footer .footer-statement article h2 {
    font-size: clamp(28px, 5vw, 44px);
  }

  .footer .footer-feeds .feed-list .discovery-call h2,
  .footer-feeds .feed-list .discovery-call h2 {
    font-size: clamp(18px, 5vw, 28px) !important;
  }

  .footer .footer-feeds .feed-list .discovery-call .discovery-link,
  .footer-feeds .feed-list .discovery-call .discovery-link {
    display: block;
    font-size: clamp(18px, 5vw, 26px) !important;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 0;
  }
}

@media (max-width: 1138px) {
  .footer .container {
    display: flex;
    flex-direction: column;
  }

  .footer .footer-cols {
    margin-bottom: 10px;
  }

  .web-design .discovery-call {
    width: 100%;
  }

  .social-original {
    display: none !important;
  }

  .social-duplicate {
    display: flex;
    padding: 30px 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 40px;
    font-family: "PP Mori";
    margin-bottom: 40px;
  }

  .social-duplicate h2 {
    font-weight: 400;
    font-size: 18px;
  }

  .social-duplicate ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }

  .social-duplicate ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
  }

  .social-duplicate ul li a {
    display: block;
    text-decoration: none;
    color: var(--pink);
    font-size: 30px;
  }
}

.footer .footer-feeds .feed-list li.social ul li,
.footer-feeds .feed-list li.social ul li {
  margin-right: clamp(6px, 2vw, 40px);
}

@media screen and (max-width: 1180px) {
  .web-design .section-contact .contact-details header hgroup h2 {
    width: 80%;
  }

  .web-design .section-contact.contact-alt .contact-form {
    margin: 0 20px;
    border-radius: 25px;
  }

  .web-design .footer .footer-statement article h2 {
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 400;
  }

  .web-design .form-fields .cols .col .rows .row .opt p {
    font-weight: 300;
  }
}

@media screen and (max-width: 1156px) {
  .web-design .form-fields .cols .col h4 {
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 300;
  }

  .web-design .form-fields .cols .col {
    min-width: unset;
  }

  .web-design .form-fields .cols .col .check {
    font-size: clamp(13px, 3vw, 26px);
    margin: 6px 0;
    gap: 3px;
  }

  .web-design .form-fields .cols .col input[type="radio"] {
    width: 10px;
    height: 10px;
  }

  .web-design .form-fields .cols .col .rows .row img {
    width: 100%;
  }

  .web-design .form-fields .cols {
    width: unset;
  }

  .web-design .footer .footer-icons ul li {
    padding: 10px 30px;
    display: inline;
    width: calc(100% / 2);
    max-width: 230px;
  }

  .web-design .footer .footer-statement article h2 {
    padding-bottom: 30px;
  }

  .web-design .footer .container {
    width: calc(100% - 40px);
    gap: 15px 150px;
  }

  .social-duplicate h2 {
    font-weight: 600;
    font-size: 20px;
  }

  .footer .footer-end {
    margin-top: 30px;
  }
}

@media (max-width: 878px) {
  .footer-end {
    align-items: flex-end;
  }
}
/* Footer SLider */
@media (max-width: 768px) {
  .web-design .footer-start-services .container {
    margin-top: 0;
    padding-top: 0;
  }
  .footer-icons {
    display: none;
  }

  .footer-icons-slider {
    display: block;
  }

  .footer-icons-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-img-wrapper {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
  }
}

@media screen and (max-width: 878px) {
  .web-design .section-contact.contact-alt .contact-form {
    margin: 0 15px;
  }

  .web-design .form-fields {
    flex-direction: column;
  }

  .web-design .form-fields .form-50 {
    width: 100%;
  }

  .web-design .form-fields .form-50 input:not([type="submit"]),
  .web-design .form-fields .form-100 input:not([type="submit"]),
  .web-design .form-fields li textarea {
    font-size: clamp(15px, 2.5vw, 22px);
  }

  .web-design .form-fields input[type="submit"] {
    font-weight: 300;
    font-size: 22px;
  }

  .web-design .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .web-design .footer .container {
    width: calc(100% - 60px);
  }

  .web-design .google-reviews {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }

  .web-design .footer .footer-feeds {
    margin-top: -50px;
  }

  .footer-end-logo {
    margin-top: 30px;
  }

  .footer .footer-end {
    margin-top: 20px;
  }

  .footer .footer-end .footer-end-links {
    margin-left: 0;
  }
}

@media screen and (max-width: 590px) {
  .footer-start-services .container {
    width: 100%;
  }

  .section-contact .contact-details header hgroup h2 {
    padding-left: 30px;
  }

  .form-fields {
    gap: 10px;
  }
  .form-fields .form-50 {
    margin-bottom: 0;
  }

  .form-fields .submit {
    margin-top: 30px;
  }

  .form-submit-lg {
    font-size: 19px;
  }

  .form-fields .form-submit-icon {
    display: block;
    background-color: var(--pink);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .form-fields .form-submit-icon img {
    width: 14px;
  }

  .footer .footer-feeds .feed-list li.google-reviews .stars i,
  .footer-feeds .feed-list li.google-reviews .stars i {
    font-size: 40px;
    margin-right: 10px;
  }

  .footer .footer-feeds .feed-list > li,
  .footer-feeds .feed-list > li {
    margin-bottom: 20px;
    border-radius: 40px;
    padding: 51px 50px;
    margin-top: 30px;
  }

  .form-fields .form-50 input:not([type="submit"]),
  .form-fields .form-100 input:not([type="submit"]),
  .form-fields li textarea {
    padding: 20px 30px;
  }

  /*  */

  .footer .footer-feeds .feed-list li.social,
  .footer-feeds .feed-list li.social {
    margin-top: 0;
    border-radius: 40px;
  }

  .footer .footer-feeds .feed-list li.google-reviews {
    padding: 34px 30px 25px;
  }

  .footer .footer-feeds .feed-list li.google-reviews a {
    margin: 0;
  }

  .footer .footer-feeds .feed-list li.google-reviews .stars,
  .footer-feeds .feed-list li.google-reviews .stars {
    transform: scale(0.8);
  }

  .footer .footer-feeds .feed-list li.google-reviews .google {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .footer .footer-feeds .feed-list li.google-reviews .google img,
  .footer-feeds .feed-list li.google-reviews .google img {
    width: 65px;
  }

  .footer .footer-feeds .feed-list li.google-reviews .stars,
  .footer-feeds .feed-list li.google-reviews .stars {
    padding: 0;
  }

  .footer .footer-feeds .feed-list li.google-reviews .google img,
  .footer-feeds .feed-list li.google-reviews .google img {
    width: 65px;
    margin-right: 10px;
  }

  .google h2.g-tag {
    font-size: 18px;
  }

  .footer .footer-feeds .feed-list li.discovery-call h2,
  .footer-feeds .feed-list li.discovery-call h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .footer .footer-feeds .feed-list li.discovery-call .discovery-link,
  .footer-feeds .feed-list li.discovery-call .discovery-link {
    font-size: 18px;
  }
  .footer .footer-feeds .feed-list li.discovery-call .btn,
  .footer-feeds .feed-list li.discovery-call .btn {
    width: 100%;
    padding: 28px 30px;
    font-size: 22px;
    font-weight: 400;
  }

  .footer-icons-slider {
    margin: 30px 0;
  }

  .footer .footer-feeds .feed-list li.social,
  .footer-feeds .feed-list li.social {
    padding: clamp(10px, 5vw, 30px);
  }
  .footer .footer-feeds .feed-list li.social h2,
  .footer-feeds .feed-list li.social h2 {
    font-weight: 400;
    font-size: 18px;
  }
  .footer .footer-feeds .feed-list li.social ul li,
  .footer-feeds .feed-list li.social ul li {
    margin-right: clamp(6px, 3vw, 20px);
  }

  .footer .footer-end .footer-end-logo svg {
    /* display: none; */
    background-color: white;
  }

  .footer .footer-end span,
  .footer .footer-end span ul li {
    font-size: 18px;
  }
  .footer .footer-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .footer .footer-end .footer-end-links {
    margin: auto;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
  }

  .footer .footer-end .footer-end-links ul {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .footer .footer-end .footer-end-logo svg {
    background-color: transparent;
  }

  .web-design .footer .container {
    gap: 0px 150px;
  }
}
@media (max-width: 480px) {
  .form-fields li {
    margin-bottom: 10px;
  }

  .social-duplicate {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .social-duplicate h2 {
    font-size: 17px;
  }

  .social-duplicate ul li a {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .form-fields li.form-100 {
    margin-bottom: 10px;
  }
}

@media (max-width: 404px) {
  .social-duplicate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 370px) {
  .footer .footer-end .footer-end-copy {
    text-align: center;
  }
}

/* NEW CLASSES */
/* BUTTON RESPONSIVE */

.btn-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3.5vw, 25px) clamp(10px, 5vw, 35px)
    clamp(14px, 3.5vw, 27px) clamp(10px, 5vw, 35px) !important;
  font-size: clamp(16px, 1.2vw + 0.5rem, 20px) !important;
  font-family: "IvyEpic";
  text-decoration: none;
  font-weight: 500 !important;
  line-height: 1;
}

@media screen and (max-width: 590px) {
  .btn-responsive {
    max-width: 197px;
    padding: 14px 10px 16px 10px !important;
    font-size: 15px !important;
  }

  .footer .footer-feeds .feed-list li.discovery-call .btn,
  .footer-feeds .feed-list li.discovery-call .btn {
    font-size: clamp(15px, 1.5vw, 18px);
  }

  .section-contact .contact-details header hgroup h2 {
    width: 100%;
    margin-right: 0;
  }
  .discovery-call {
    width: 100%;
    padding: 40px 20px !important;
  }

  .discovery-call a.discovery-link {
    font-size: 21px;
  }
}
@media screen and (max-width: 734px) {
  .section-contact .contact-details header {
    padding-top: 50px;
  }

  .section-contact .contact-details header hgroup {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 30px;
  }

  .section-contact.footer-start-services .contact-details header hgroup h2 {
    padding-left: 0;
    font-size: 40px;
  }

  .section-contact.footer-start-services
    .contact-details
    header
    hgroup
    .btn.btn-simple-large {
    margin: 0;
    width: clamp(65px, 10vw, 100px);
    height: clamp(65px, 10vw, 100px);
    padding: clamp(20px, 3vw, 32px);
    /* padding: 5px; */
  }
  .section-contact.footer-start-services .contact-details header hgroup h2 {
    padding-top: 40px;
  }
}

/* NEW CLASSES */
/* BUTTON RESPONSIVE */

.btn-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3.5vw, 25px) clamp(10px, 5vw, 35px)
    clamp(14px, 3.5vw, 27px) clamp(10px, 5vw, 35px) !important;
  font-size: clamp(16px, 1.2vw + 0.5rem, 20px);
  font-family: "IvyEpic";
  text-decoration: none;
  font-weight: 500 !important;
  line-height: 1;
}

@media screen and (max-width: 590px) {
  .btn-responsive {
    max-width: 190px;
    padding: 14px 10px 16px 10px !important;
    font-size: 15px !important;
  }

  .section-contact .contact-details header hgroup h2 {
    width: 100%;
    margin-right: 0;
  }
  .discovery-call {
    width: 100%;
    padding: 40px 20px !important;
  }

  .discovery-call a.discovery-link {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 406px) {
  .social-duplicate {
    display: flex;
    padding: 30px 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 40px;
    font-family: "PP Mori";
  }

  .social-duplicate h2 {
    font-size: 15px;
  }

  .social-duplicate ul {
    gap: 4vw;
  }

  .social-duplicate ul li {
    margin: 0;
  }
}

@media screen and (max-width: 349px) {
  .footer .footer-feeds .feed-list li.discovery-call .btn,
  .footer-feeds .feed-list li.discovery-call .btn {
    width: 100%;
    padding: 28px 10px;
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 326px) {
  .social-duplicate {
    display: flex;
    padding: 15px 15px 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 40px;
    font-family: "PP Mori";
    gap: 5px;
  }
}

/* SUPPORT ICON */

.mobile-support-icon {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

/* Hide on desktop */
@media (max-width: 768px) {
  .mobile-support-icon {
    /* display: none; */
    width: 60px;
    height: 60px;
  }
}

.mobile-support-icon img {
  width: 100%;
}

/* NEW CLASSES */
/* BUTTON RESPONSIVE */

.btn-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 3.5vw, 25px) clamp(10px, 5vw, 35px)
    clamp(14px, 3.5vw, 27px) clamp(10px, 5vw, 35px) !important;
  font-size: clamp(16px, 1.2vw + 0.5rem, 20px) !important;
  font-family: "IvyEpic";
  text-decoration: none;
  font-weight: 500 !important;
  line-height: 1;
}

@media screen and (max-width: 590px) {
  .btn-responsive {
    max-width: 197px;
    padding: 14px 10px 16px 10px !important;
    font-size: 15px !important;
  }

  .footer .footer-feeds .feed-list li.discovery-call .btn,
  .footer-feeds .feed-list li.discovery-call .btn {
    font-size: clamp(15px, 1.5vw, 18px);
  }

  .section-contact .contact-details header hgroup h2 {
    width: 100%;
    margin-right: 0;
  }
  .discovery-call {
    width: 100%;
    padding: 40px 20px !important;
  }

  .discovery-call a.discovery-link {
    font-size: 21px;
  }
}
