@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-color: #000;
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(33px);
  /* Note: backdrop-filter has minimal browser support */
}

@font-face {
  font-family: "helvetica_400";
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "funnel_display";
  src: url("../fonts/FunnelDisplay-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "bodoni_moda";
  src: url("../fonts/BodoniModa-Italic-VariableFont_opsz\,wght.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

:root {
  font-family: "helvetica_400";
}

h5 {
  font-family: "bodoni_moda";
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  z-index: 9;
}
header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar {
  display: flex;
  gap: 25px;
  list-style: none;
}
.navbar li a {
  color: #fff;
  font-size: 18px;
}

.first-section {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 240px 0 160px 0;
  position: relative;
}
.k-1 {
  position: absolute;
  left: 70px;
  top: 140px;
  z-index: -1;
}
.n-1 {
  position: absolute;
  right: 100px;
  bottom: 20px;
  z-index: -1;
}
.e-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.first-section h5 {
  font-size: clamp(20px, 8vw, 110px);
  color: #fff;
  line-height: 0;
  text-align: center;
}
.first-section h1 {
  font-family: "funnel_display";
  font-size: clamp(20px, 14vw, 200px);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.9;
}
.about .word {
  overflow: hidden;
}
.first-section h1 span {
  overflow: hidden;
}
.rotate {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate-shape {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.rotate-shape svg {
  position: absolute;
  left: 50px;
  top: 43px;
}
.about {
  padding: 200px 0;
  position: relative;
}
.about-shape {
  position: absolute;
  left: 0;
  top: -345px;
  max-width: 100%;
  z-index: -1;
}
.about-info h2 {
  color: #fff;
  font-size: 80px;
  font-family: "funnel_display";
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.about-info p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
}
.about-box-inner {
  text-align: center;
}
.about-box-inner h3 {
  color: #fff;
  font-size: 40px;
  font-family: "funnel_display";
  position: relative;
}
.about-box-inner p {
  color: #fff;
  position: relative;
}
.about-box {
  position: relative;
  border-radius: 23px;
  padding: 80px 20px; /* inner spacing */
  backdrop-filter: blur(33px);
  background: rgba(255, 255, 255, 0.1); /* optional inner fill */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.about-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: radial-gradient(
    119.27% 326.9% at -13.75% -12.36%,
    #f60288 0%,
    rgba(0, 0, 0, 0) 58.17%,
    #ff8150 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.projects {
  padding: 20px 0 160px 0;
}
.projects h2 {
  color: #fff;
  font-size: 80px;
  font-family: "funnel_display";
  text-transform: uppercase;
  position: relative;
}
.projects-grid {
  position: relative;
  margin-top: 50px;
}
.project-logo {
  position: relative;
  border-radius: 140px;
  padding: 20px;
  backdrop-filter: blur(66px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 157px;
  cursor: pointer;
}

.project-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: radial-gradient(
    119.27% 326.9% at -13.75% -12.36%,
    #f60288 0%,
    rgba(0, 0, 0, 0) 58.17%,
    #ff8150 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.project-logo img {
  max-width: 100%;
}

.project-description {
  position: relative;
  margin-top: 100px;
}
.project-description p {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  max-width: 700px;
}
.project-description-fave {
  display: none;
}
.project-description div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.project-description a {
  color: #f60288;
  font-size: 18px;
}
.services h2 {
  color: #fff;
  font-size: 80px;
  font-family: "funnel_display";
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.services p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 50px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.services-box-1 {
  height: calc(100% - 65px);
  margin-top: 50px;
}
.services-box-1 .services-box-inner {
  height: 100%;
}
.services-box-1 .services-box-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.services-box-inner {
  padding: 30px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 16px;
  transition: all 0.4s;
  cursor: pointer;
  min-height: 330px;
}
.services-box-inner:hover {
  background: linear-gradient(90deg, #efa7d9 0%, #f60288 54.33%, #ff8150 100%);
  transition: all 0.4s;
}
.services-box {
  transition: all 0.4s;
}
.services {
  padding: 50px 0 120px 0;
}
.services-box-inner h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  padding-top: 50px;
}
.contact-home {
  padding: 100px 0;
}
.contact-home-div {
  position: relative;
}
.contact-home h4 {
  font-size: 34.26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 65px;
}
.contact-home-div h3 {
  font-size: clamp(20px, 10vw, 130px);
  color: #fff;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
}
.contact-home-div h2 {
  font-family: "funnel_display";
  font-size: clamp(20px, 16vw, 220px);
  background: linear-gradient(90deg, #efa7d9 0%, #f60288 54.33%, #ff8150 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.8;
  z-index: 9;
  position: relative;
}
.footer-div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
footer {
  background: linear-gradient(90deg, #efa7d9 0%, #f60288 53.37%, #ff8150 100%);
  padding: 15px 0;
}
.social-media {
  background-color: #000;
  position: relative;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social-media a {
  color: #fff;
  margin: 0 5px;
}
.social-media a img {
  padding-right: 5px;
}
footer p {
  color: #fff;
}
.terms {
  display: flex;
  gap: 40px;
}
footer a {
  color: #fff;
}
.contact-form {
  max-width: 765px;
  margin: auto;
  margin-top: 100px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 60px 40px;
}
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: radial-gradient(
    119.27% 326.9% at -13.75% -12.36%,
    #f60288 0%,
    rgba(0, 0, 0, 0) 58.17%,
    #ff8150 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.label-title p {
  color: #fff;
  position: relative;
  margin-bottom: 8px;
}
.contact-form label {
  color: #fff;
  position: relative;
  margin-bottom: 8px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.contact-grid input {
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.29);
  padding: 14px;
  width: 100%;
  background-color: transparent;
  margin-top: 8px;
  border-radius: 7px;
}
.contact-form textarea {
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.29);
  padding: 14px;
  width: 100%;
  background-color: transparent;
  margin-top: 8px;
  border-radius: 7px;
  resize: none;
  max-height: 120px;
}
.contact-grid-2 {
  margin-bottom: 30px;
}
input:focus,
textarea:focus {
  outline: none;
}
.contact-form br {
  display: none;
}
.label-title-div .wpcf7-list-item-label {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  display: inline-block;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item input[type="checkbox"]:checked + span {
  background: linear-gradient(90deg, #efa7d9 0%, #f60288 54.33%, #ff8150 100%);
}
.wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.submit-btn input {
  font-size: 18px;
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #efa7d9 0%, #f60288 54.33%, #ff8150 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  border: 0;
  cursor: pointer;
}
.wpcf7-spinner {
  display: none !important;
}
.submit-btn {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 25px;
  cursor: pointer;
}
.wpcf7-response-output {
  color: #fff;
}

@media (max-width: 1024px) {
  .container {
    max-width: 767px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .about-div {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .about-info h2 {
    font-size: 50px;
  }
  .projects h2 {
    font-size: 50px;
  }
  .about {
    padding: 140px 0;
  }

  .project-logo {
    min-width: 200px;
    border-radius: 23px;
  }
  .project-description {
    margin-top: 50px;
  }
  .services {
    padding-top: 0;
  }
  .services h2 {
    font-size: 50px;
  }
  .services-box {
    margin-top: 0;
  }
  .footer-div {
    display: block;
  }
  .social-media a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .terms {
    margin-top: 10px;
  }
  .contact-home {
    padding-top: 0;
  }
  .contact-home h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .k-1 {
    max-height: 80px;
  }
  .n-1 {
    max-height: 50px;
  }
  .e-1 {
    max-height: 90px;
  }
  .navbar {
    gap: 15px;
  }
  .navbar li a {
    font-size: 16px;
  }
  .rotate-shape svg {
    position: absolute;
    left: 38px;
    top: 32px;
  }
  .rotate-shape img {
    max-height: 93px;
  }
}
.contact-btn {
  text-align: center;
  background-color: #fff;
  position: relative;
  max-width: 200px;
  padding: 12px 0;
  border-radius: 222px;
  margin: auto;
  margin-top: 100px;
}
.contact-btn a {
  position: relative;
  font-size: 20px;
  background: linear-gradient(90deg, #efa7d9 0%, #f60288 54.33%, #ff8150 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.contact-grid img {
  position: absolute;
  right: -48px;
  background-color: #fff;
  padding: 12px;
  top: 0;
  border-radius: 50%;
  height: 46px;
  width: 46px;
}
.project-page {
  position: relative;
  padding-top: 180px;
}
.project-page-box {
  padding: 30px;
  border-radius: 0px 42px 42px 42px;
  position: relative;
}
.project-page-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: radial-gradient(
    119.27% 326.9% at -13.75% -12.36%,
    #f60288 0%,
    rgba(0, 0, 0, 0) 58.17%,
    #ff8150 100%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.project-content p {
  color: #fff;
  font-size: 18px;
}
.about-project h3 {
  color: #fff;
  font-size: 80px;
  font-family: "funnel_display";
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}
.project-single-logo img {
  min-width: 50px;
  max-width: 350px;
  min-height: 70px;
}
.project-content {
  display: grid;
  grid-template-columns: 35% 1fr;
  margin-bottom: 35px;
}
.single-line {
  height: 3px;
  width: 100%;

  background: linear-gradient(90deg, #ff8150 0%, #f60288 40.38%, #efa7d9 100%);
  margin-bottom: 35px;
}
.project-single-logo {
  position: relative;
}
.project-single-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 2px;
  height: 100%;

  background: linear-gradient(90deg, #ff8150 0%, #f60288 40.38%, #efa7d9 100%);
}
@media (max-width: 1024px) {
  .project-content {
    grid-template-columns: 1fr;
  }
  .project-page {
    position: relative;
    padding-top: 110px;
  }
  .project-single-logo img {
    min-width: auto;
    max-width: 100%;
    min-height: auto;
  }
  .project-single-logo {
    margin-bottom: 35px;
  }
  .project-single-logo::before {
    height: 2px;
    width: 100%;
    right: 0;
    bottom: -28px;
    top: auto;
  }
  .project-page-box {
    padding: 30px 20px;
    margin-bottom: 50px;
    border-radius: 0;
  }
  .about-project h3 {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .about-box {
    grid-template-columns: 1fr;
  }
}

.page-id-17 .project-page-box {
  background: linear-gradient(180deg, #f60288 0%, #ff8150 100%);
  box-shadow: 0px 6px 6px -2px rgba(255, 255, 255, 0.25);
  border-radius: 0px 42px 42px 42px;
}
.page-id-17 .single-line {
  background: #fff;
  height: 2px;
}

.page-id-17 .project-single-logo::before {
  background: #fff;
}
.project-names a {
  background: #ffffff;
  box-shadow: 0px -5px 7.3px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding: 20px 45px;
  margin-left: -10px;
}
.project-names {
  display: flex;
}
.project-names a:nth-child(1) {
  margin-left: 0;
}
.project-names a:nth-child(2) {
  background-color: #ff8150;
  color: #fff;
}
.project-names a:nth-child(3) {
  background-color: #f60288;
  color: #fff;
}
.project-names a:nth-child(4) {
  background-color: #efa7d9;
  color: #fff;
}
.project-names a:nth-child(6) {
  background-color: #ff8150;
  color: #fff;
}
.project-names a:nth-child(7) {
  background-color: #f60288;
  color: #fff;
}
.project-names a:nth-child(8) {
  background-color: #efa7d9;
  color: #fff;
}
@media (max-width: 1024px) {
  .project-names {
    overflow-x: scroll;
  }
  .project-names a {
    min-width: 135px;
    padding: 10px 30px;
  }
}
