@charset "UTF-8";

*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
-webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
input,
button,
textarea,
select {
font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
body {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #ffffff;
background-color: #0a0a0a;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
overflow-wrap: break-word;
word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "EB Garamond", serif;
font-weight: 600;
line-height: 1.2;
}
p {
margin-bottom: 1rem;
}
a {
color: #ecea54;
text-decoration: none;
transition: all 0.3s ease;
}
a:hover {
color: #c9c83d;
}
.site-main {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
section {
position: relative;
}
.container {
max-width: 1600px;
margin: 0 auto;
padding: 0 40px;
}
@media (max-width: 480px) {
.container {
padding: 0 20px;
}
}
.section-subtitle {
color: #ecea54;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 4px;
text-transform: uppercase;
margin-bottom: 16px;
}
.section-title {
font-family: "Poppins", sans-serif;
font-size: 56px;
font-weight: 300;
line-height: 1.1;
margin-bottom: 60px;
color: #ffffff;
}
.section-title strong {
font-family: "EB Garamond", serif;
font-weight: 600;
font-style: italic;
color: #ecea54;
}
.section-title em {
font-style: italic;
color: #ecea54;
}
@media (max-width: 768px) {
.section-title {
font-size: 36px;
margin-bottom: 40px;
}
}
@media (max-width: 480px) {
.section-title {
font-size: 32px;
}
}
.btn {
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
padding: 16px 32px;
border-radius: 4px;
transition: all 0.3s ease;
text-decoration: none;
cursor: pointer;
border: 2px solid transparent;
}
.btn-primary {
background: #ecea54;
color: #0a0a0a;
border-color: #ecea54;
}
.btn-primary:hover {
background: #c9c83d;
border-color: #c9c83d;
color: #0a0a0a;
}
.btn-outline {
background: transparent;
color: #ffffff;
border-color: #ffffff;
}
.btn-outline:hover {
background: #ffffff;
color: #0a0a0a;
}
.btn-outline-accent {
background: transparent;
color: #ecea54;
border-color: #ecea54;
}
.btn-outline-accent:hover {
background: #ecea54;
color: #0a0a0a;
}
.btn-lg {
padding: 18px 40px;
font-size: 14px;
}
.site-header {
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50px;
position: fixed;
top: 20px;
left: 50%;
transform: translateX(-50%);
width: 1000px;
max-width: calc(100% - 40px);
height: 50px;
padding: 0 40px;
z-index: 999;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
align-items: center;
justify-content: space-between;
}
.nav-container {
display: contents;
}
.nav-logo {
display: flex;
align-items: center;
gap: 12px;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 400;
color: #ffffff;
}
.nav-logo strong {
font-weight: 700;
}
.nav-menu__list {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
padding: 0;
margin: 0;
}
.nav-menu__item {
display: inline-block;
line-height: 1;
}
.nav-menu__link {
color: #ffffff;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 0.5px;
transition: color 0.3s ease;
padding: 8px 0;
position: relative;
}
.nav-menu__link:hover {
color: #ecea54;
}
.nav-toggle {
display: none;
width: 44px;
height: 44px;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 100;
background: none;
border: none;
cursor: pointer;
padding: 0;
align-items: center;
justify-content: center;
}
.nav-toggle__bar {
background-color: #ffffff;
display: block;
height: 2px;
width: 21px;
position: absolute;
transition: all 0.6s ease-in;
}
.nav-toggle__bar:nth-child(1) {
top: 0;
animation: backToBaseTop 0.6s both;
}
.nav-toggle__bar:nth-child(2) {
top: 7px;
}
.nav-toggle__bar:nth-child(3) {
top: 14px;
animation: backToBaseBottom 0.6s both;
}
.site-header.open .nav-menu {
transform: translateX(0);
transition: all 0.3s ease-in;
}
.site-header.open .nav-toggle__bar:nth-child(1) {
top: 6px;
transform: rotate(45deg);
animation: rotateTop 0.6s both;
}
.site-header.open .nav-toggle__bar:nth-child(2) {
opacity: 0;
}
.site-header.open .nav-toggle__bar:nth-child(3) {
top: 6px;
transform: rotate(-45deg);
animation: rotateBottom 0.6s both;
}
@media (max-width: 1024px) {
.site-header {
border: 0;
border-radius: 0;
top: 0;
left: 0;
transform: none;
width: 100%;
max-width: 100%;
height: 70px;
padding: 0 2rem;
}
.nav-toggle {
display: flex;
}
.nav-menu {
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding-top: 7em;
z-index: 99;
transform: translateX(-100%);
transition: all 0.3s ease-in;
}
.nav-menu__list {
display: block;
height: auto;
text-align: center;
padding: 0 2%;
}
.nav-menu__item {
display: block;
width: 100%;
text-align: center;
}
.nav-menu__link {
border-bottom: 1px solid #ccc;
color: #ffffff;
font-size: 28px;
font-weight: 300;
display: inline-block;
padding: 1em;
text-align: center;
text-transform: uppercase;
width: 100%;
}
}
@keyframes rotateTop {
0% {
top: 0;
transform: rotate(0deg);
}
50% {
top: 6px;
transform: rotate(0deg);
}
100% {
top: 6px;
transform: rotate(45deg);
}
}
@keyframes rotateBottom {
0% {
top: 0;
transform: rotate(0deg);
}
50% {
top: 6px;
transform: rotate(0deg);
}
100% {
top: 6px;
transform: rotate(-45deg);
}
}
@keyframes backToBaseTop {
0% {
top: 6px;
transform: rotate(45deg);
}
50% {
top: 6px;
transform: rotate(0deg);
}
100% {
top: 0;
transform: rotate(0deg);
}
}
@keyframes backToBaseBottom {
0% {
top: 6px;
transform: rotate(-45deg);
}
50% {
top: 6px;
transform: rotate(0deg);
}
100% {
top: 14px;
transform: rotate(0deg);
}
}
.section-hero {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #0a0a0a;
width: 100%;
}
.section-hero::before {
content: "";
position: absolute;
top: -10%;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 60%;
background: radial-gradient(ellipse at center top, rgba(0, 47, 78, 0.9) 40%, transparent 70%);
filter: blur(60px);
pointer-events: none;
z-index: 0;
}
.section-hero .container {
position: relative;
z-index: 2;
text-align: center;
padding-top: 120px;
padding-bottom: 120px;
width: 100%;
}
@media (max-width: 768px) {
.section-hero .container {
padding-top: 100px;
padding-bottom: 80px;
}
}
@media (max-width: 480px) {
.section-hero .container {
padding-top: 80px;
padding-bottom: 60px;
}
}
.hero__headline {
font-family: "Poppins", sans-serif;
font-size: 76px;
font-weight: 600;
line-height: 1.1;
color: #ffffff;
margin-bottom: 30px;
letter-spacing: -2px;
text-align: center;
width: 100%;
}
.hero__headline strong {
font-family: "EB Garamond", serif;
font-size: 90px;
font-weight: 500;
font-style: italic;
color: #ecea54;
}
@media (max-width: 768px) {
.hero__headline {
font-size: 64px;
}
.hero__headline strong {
font-size: 76px;
}
}
@media (max-width: 480px) {
.hero__headline {
font-size: 36px;
letter-spacing: -1px;
}
.hero__headline strong {
font-size: 44px;
}
}
.hero__subhead {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 300;
color: #ffffff;
line-height: 1.7;
max-width: 900px;
margin: 0 auto 40px;
text-align: center;
}
@media (max-width: 480px) {
.hero__subhead {
font-size: 16px;
}
}
.hero-logos {
width: 100%;
position: relative;
padding: 40px 0 60px;
margin-top: 2rem;
overflow: hidden;
}
.hero-logos__bg {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 800px;
max-width: 100%;
height: 100%;
background-image: url(//markyudt.com/wp-content/uploads/blue_light.webp);
background-size: contain;
background-position: center bottom;
background-repeat: no-repeat;
z-index: 0;
pointer-events: none;
}
.hero-logos__carousel {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
height: 180px;
}
.hero-logos__slide {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transform: translateX(350px);
transition: opacity 0.4s ease, transform 0.6s ease;
pointer-events: none;
}
.hero-logos__slide.is-entering {
opacity: 0;
transform: translateX(350px);
transition: none;
}
.hero-logos__slide.is-active {
opacity: 1;
transform: translateX(0);
pointer-events: auto;
}
.hero-logos__slide.is-exiting {
opacity: 0;
transform: translateX(-350px);
}
.hero-logos__slide img {
height: 200px;
width: auto;
-o-object-fit: contain;
object-fit: contain;
filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.8));
}
@media (max-width: 480px) {
.hero-logos__slide img {
height: 130px;
}
}
.section-about {
position: relative;
z-index: 2;
background-color: transparent;
padding-top: 8rem;
padding-bottom: 0;
text-align: center;
overflow-x: hidden;
}
@media (max-width: 480px) {
.section-about {
padding-top: 4rem;
}
}
.about__content {
position: relative;
z-index: 3;
margin: 0 auto;
padding: 0 2rem 80px;
}
.about__content::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -60%);
width: 1200px;
height: 700px;
background: radial-gradient(ellipse at center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0) 70%, transparent 100%);
pointer-events: none;
z-index: -1;
}
.about__content p {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 300;
color: #ffffff;
line-height: 1.8;
max-width: 740px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 768px) {
.about__content p {
font-size: 18px;
}
}
@media (max-width: 480px) {
.about__content p {
font-size: 16px;
}
}
.about__image-rows {
width: 100%;
overflow: hidden;
margin-top: 4rem;
}
.about__image-row {
overflow: hidden;
margin-bottom: 16px;
}
.about__image-row:last-child {
margin-bottom: 0;
}
.about__image-row .parallax-track {
display: flex;
gap: 16px;
will-change: transform;
transition: transform 0.1s linear;
}
.about__image-row .parallax-track img {
flex: 0 0 auto;
height: 200px;
width: auto;
-o-object-fit: cover;
object-fit: cover;
border-radius: 4px;
}
@media (max-width: 480px) {
.about__image-row .parallax-track img {
height: 140px;
}
}
.section-work {
background-color: #0a0a0a;
padding: 8rem 0;
position: relative;
z-index: 2;
text-align: center;
}
.section-intro {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 300;
color: #ffffff;
max-width: 800px;
width: 100%;
margin: 0 auto 4rem;
text-align: center;
line-height: 1.7;
}
@media (max-width: 480px) {
.section-intro {
font-size: 16px;
}
}
.work-group {
margin-bottom: 8rem;
}
.work-group:last-child {
margin-bottom: 0;
}
.work-group__label {
font-family: "Poppins", sans-serif;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
color: #888888;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.work-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
@media (max-width: 768px) {
.work-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.work-grid {
grid-template-columns: 1fr;
}
}
.project-card {
position: relative;
border-radius: 8px;
overflow: hidden;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.08);
transition: border-color 0.3s ease;
}
.project-card:hover {
border-color: rgba(255, 255, 255, 0.05);
}
.project-card:hover .project-card__overlay {
opacity: 1;
}
.project-card:hover .project-card__thumb {
filter: blur(3px);
}
.project-card--hidden {
display: none;
}
.project-card__link {
display: block;
color: #ffffff;
}
.project-card__image {
position: relative;
aspect-ratio: 16/10;
overflow: hidden;
}
.project-card__thumb {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
transition: filter 0.4s ease, transform 0.4s ease;
display: block;
}
.project-card__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.15);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.project-card__overlay span {
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 300;
text-transform: lowercase;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 10px 30px;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0.2941176471);
}
.project-card__title {
font-family: "Poppins", sans-serif;
font-size: 13px;
font-weight: 500;
color: #ffffff;
padding: 14px 1rem;
margin: 0;
background: rgba(0, 0, 0, 0.5);
text-transform: none;
letter-spacing: 0.3px;
}
.work-group__more {
margin-top: 2rem;
text-align: center;
}
.show-more-btn {
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
color: #ecea54;
background: none;
border: 1px solid #ecea54;
padding: 12px 32px;
min-height: 44px;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s ease;
}
.show-more-btn:hover {
background: #ecea54;
color: #0a0a0a;
}
@media (max-width: 768px) {
.project-card__overlay {
display: none;
}
.project-card:hover .project-card__thumb {
filter: none;
}
}
.project-hero {
position: sticky;
top: 0;
height: 60vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background-color: #0a0a0a;
z-index: 0;
}
.project-hero__bg {
position: absolute;
inset: 0;
z-index: 0;
}
.project-hero__bg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
transform: scale(1.05);
}
.project-hero__content {
position: relative;
z-index: 2;
text-align: center;
padding: 0 2rem;
width: 100%;
}
.project-hero__back {
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 3px;
color: #888888;
margin-bottom: 2rem;
transition: all 0.3s ease;
}
.project-hero__back:hover {
color: #ecea54;
}
.project-hero__title {
font-family: "Poppins", sans-serif;
font-size: 72px;
font-weight: 300;
color: #ffffff;
line-height: 1.1;
letter-spacing: -1px;
text-align: center;
}
@media (max-width: 768px) {
.project-hero__title {
font-size: 48px;
}
}
@media (max-width: 480px) {
.project-hero__title {
font-size: 32px;
}
}
.project-content {
position: relative;
z-index: 2;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(10px);
border-top: solid 1px rgba(255, 255, 255, 0.05);
margin-top: 0px;
box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.8);
padding-top: 4rem;
}
.project-content::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 500px;
background: radial-gradient(ellipse at top center, rgba(174, 175, 175, 0.1) 0%, rgba(122, 123, 124, 0.1) 40%, transparent 70%);
filter: blur(40px);
pointer-events: none;
z-index: 0;
}
.project-overview {
padding: 4rem 0;
}
@media (max-width: 480px) {
.project-overview {
padding: 2rem 0;
}
}
.project-overview .container {
max-width: 1200px;
margin: 0 auto;
}
.project-overview__content {
margin-bottom: 4rem;
}
.project-overview__label {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 700;
color: #ffffff;
margin-bottom: 1rem;
}
.project-overview__text {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 300;
color: #ffffff;
line-height: 1.8;
}
@media (max-width: 480px) {
.project-overview__text {
font-size: 16px;
}
}
.project-meta {
display: flex;
align-items: center;
justify-content: center;
gap: 8rem;
padding: 2rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.08);
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
flex-wrap: wrap;
}
@media (max-width: 480px) {
.project-meta {
gap: 1rem;
}
}
.project-meta__item {
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: 300;
color: #ffffff;
}
.project-meta__url {
margin-left: auto;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 8px 20px;
min-height: 44px;
display: inline-flex;
align-items: center;
border-radius: 50px;
color: #ffffff;
font-size: 13px;
transition: all 0.3s ease;
}
.project-meta__url:hover {
border-color: #ecea54;
color: #ecea54;
}
@media (max-width: 480px) {
.project-meta__url {
margin-left: 0;
}
}
.project-meta__link {
display: inline-flex;
align-items: center;
gap: 0.25rem;
padding: 0.35rem 0.9rem;
border: 1px solid #ecea54;
border-radius: 50px;
color: #ecea54;
font-size: 0.8rem;
font-weight: 500;
text-decoration: none;
transition: all 0.3s ease;
}
.project-meta__link:hover {
background: #ecea54;
color: #0a0a0a;
}
.project-media {
padding: 4rem 0 8rem;
}
@media (max-width: 480px) {
.project-media {
padding: 2rem 0 4rem;
}
}
.project-media .container {
max-width: 100%;
margin: 0 auto;
}
.project-media__video {
width: 80%;
margin: 0 auto 4rem;
border-radius: 8px;
display: block;
overflow: hidden;
}
.project-media__video video {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
}
@media (max-width: 768px) {
.project-media__video {
width: 100%;
}
}
@media (max-width: 480px) {
.project-media__video {
width: 100%;
}
}
.project-media__gallery {
overflow: hidden;
margin-bottom: 4rem;
width: 100%;
}
.project-media__gallery-track {
display: flex;
gap: 16px;
transition: transform 0.5s ease;
width: 100%;
}
.project-media__gallery-item {
flex: 0 0 calc(33.333% - 11px);
max-width: calc(33.333% - 11px);
}
@media (max-width: 768px) {
.project-media__gallery-item {
flex: 0 0 calc(50% - 8px);
max-width: calc(50% - 8px);
}
}
@media (max-width: 480px) {
.project-media__gallery-item {
flex: 0 0 calc(100% - 0px);
max-width: 100%;
}
}
.project-media__gallery-item img {
width: 100%;
height: auto;
display: block;
border-radius: 6px;
}
.project-media__hero-image {
overflow: hidden;
margin: 0 auto;
text-align: center;
}
.project-media__hero-image img {
border-radius: 8px;
width: 100%;
max-width: 900px;
height: auto;
display: block;
margin: 0 auto;
}
.project-media__image-grid {
-moz-columns: 3;
columns: 3;
-moz-column-gap: 1rem;
column-gap: 1rem;
}
@media (max-width: 768px) {
.project-media__image-grid {
-moz-columns: 2;
columns: 2;
}
}
@media (max-width: 480px) {
.project-media__image-grid {
-moz-columns: 1;
columns: 1;
}
}
.project-media__image-grid-item {
-moz-column-break-inside: avoid;
break-inside: avoid;
margin-bottom: 1rem;
}
.project-media__image-grid-item img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}
.project-media__brands {
max-width: 1200px;
margin: 0 auto;
}
.project-media__brand-row {
display: flex;
align-items: center;
gap: 4rem;
padding: 4rem 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.project-media__brand-row:last-child {
border-bottom: none;
}
@media (max-width: 768px) {
.project-media__brand-row {
flex-direction: column;
text-align: center;
gap: 2rem;
}
}
.project-media__brand-logo {
flex-shrink: 0;
width: 165px;
}
.project-media__brand-logo img {
width: 100%;
height: auto;
display: block;
}
@media (max-width: 768px) {
.project-media__brand-logo {
width: 100px;
}
}
.project-media__brand-desc {
font-size: 20px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 480px) {
.project-media__brand-desc {
font-size: 16px;
}
}
.section-testimonials {
background-color: #0a0a0a;
padding: 8rem 0;
text-align: center;
}
.testimonials-wrapper {
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 4rem;
}
.testimonials-carousel {
overflow: hidden;
}
.testimonial-item {
transition: opacity 0.4s ease;
}
.testimonial-content::before {
content: "“";
display: block;
font-family: "Poppins", sans-serif;
font-size: 4rem;
color: #888888;
line-height: 1;
margin-bottom: 1rem;
}
.testimonial-text p {
font-family: "Poppins", sans-serif;
font-size: 1.25rem;
line-height: 1.8;
color: rgba(255, 255, 255, 0.7);
margin: 0;
}
.testimonial-author {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.5);
font-size: 0.95rem;
letter-spacing: 0.02em;
}
.testimonial-author strong {
font-weight: 400;
}
.testimonial-date {
display: none;
}
.testimonials-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
color: rgba(255, 255, 255, 0.3);
font-size: 2rem;
cursor: pointer;
padding: 0.5rem;
min-width: 44px;
min-height: 44px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.testimonials-nav:hover {
color: rgba(255, 255, 255, 0.7);
}
.testimonials-nav--prev {
left: 0;
}
.testimonials-nav--next {
right: 0;
}
@media (max-width: 768px) {
.testimonials-wrapper {
padding: 0 2rem;
}
.testimonial-text p {
font-size: 1.1rem;
}
}
@media (max-width: 480px) {
.testimonials-wrapper {
padding: 0 1rem;
}
.testimonial-text p {
font-size: 1rem;
}
.testimonials-nav {
font-size: 1.5rem;
}
}
.section-contact {
background-color: #0a0a0a;
padding: 8rem 0;
text-align: center;
position: relative;
overflow: hidden;
}
.section-contact::after {
content: "";
position: absolute;
bottom: -300px;
left: 50%;
transform: translateX(-50%);
width: 1400px;
height: 600px;
background: radial-gradient(ellipse at center, rgba(47, 144, 220, 0.3) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
}
.section-contact .container {
max-width: 800px;
position: relative;
z-index: 1;
}
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 30px;
color: #fff;
transition: all 0.5s;
min-height: 44px;
padding: 10px 20px;
width: 100% !important;
box-sizing: border-box;
}
.nf-form-content textarea {
min-height: 120px;
border-radius: 16px;
}
.nf-form-content input[type=submit] {
width: 160px !important;
font-family: "Poppins", sans-serif;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 3px;
color: #ecea54;
background: none;
border: 1px solid #ecea54 !important;
padding: 12px 32px;
min-height: 44px;
border-radius: 30px;
}
.nf-form-content input[type=submit]:hover {
background: #ecea54;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid #ecea54 !important;
color: #000 !important;
transition: all 0.5s !important;
}
.nf-form-content label {
font-size: 15px !important;
font-weight: 300 !important;
line-height: 20px;
}
.nf-field-container {
text-align: center;
}
.nf-error-msg,
.ninja-forms-req-symbol {
text-align: center !important;
}