
body {
    background: #000;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Liter", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 25px;
}
p{
    line-height: 1.5em;
}
.p1{
    font-size: 30px;
    max-width: 900px
}
a{
    text-decoration: none;
    color: inherit
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Antonio", sans-serif;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
}
 .logo h1{
    font-size: 20px;
}
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.site-navigation ul li a {
    color: inherit;
    text-decoration: none;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1rem;
    color: inherit;
    cursor: pointer;
    z-index: 1001;
    margin: -2px 0 0;
}
.hero {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    padding: 0 20px 100px;
    overflow-x: hidden;
}
.hero h2{
    text-transform: uppercase;

}
.hero.fade-out {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.05);
}

.hero h2 {
    width: 100%;
    /*text-align: center;*/
    margin: 0;
    position: relative;
    z-index: 9;
}
h2{
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 100px;
    margin: 0;
    text-transform: uppercase;
}
h4{
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    color: #e9ced6
}
h3{
    /*font-family: "Antonio", sans-serif;*/
    font-weight: 700;
    font-size: 70px;
    margin: 0;

}
.light-scene {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: -50px 0;
    height: 550px;
    max-width: 95%;
    max-height: 60vh;
}

.img-transition {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    opacity: 0.5
}

.img-transition img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale(100%) contrast(1.2);*/
    opacity: 0;
    transform: scale(1);
    z-index: 0;
}

.projector-light {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: color-dodge;
    filter: blur(80px);
    opacity: 0.4;
    top: 0;
}

.projector-light.teal {
    background: radial-gradient(circle, rgba(133, 151, 192,1) 0%, rgba(0, 255, 255, 0.1) 80%);
}

.projector-light.pink {
    background: radial-gradient(circle, rgba(207, 96, 131, 1) 0%, rgba(255, 0, 100, 0.1) 80%);
}

.vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, rgba(0,0,0,0.6));
    pointer-events: none;
    z-index: 3;
}

section {
    /*min-height: 500px;*/
    /*background: #000;*/
    position: relative;
    padding: 100px 0;
    align-items: center;
}
.container{
    max-width: 80%;
    margin: 0 auto;
}
.full-container{
    max-width: 91%;
    margin: 0 auto;
}
.vertical-title-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #e9ced6
}

.vertical-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: "Antonio", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #e9ced6;
    opacity: 0;
    transform: translateY(20px) rotate(180deg);
}

.vertical-line {
    width: 2px;
    height: 0;
    background-color: #e9ced6;
    opacity: 0;
}
/* .intro-heading h3 {
     font-size: 48px;
     line-height: 1.2;
     color: #fff;
     opacity: 0;
     transform: translateY(40px);
     transition: all 0.3s ease-out;
 }*/
.intro-heading{
    position: relative;
}
.reveal-heading {
    /*font-family: "Antonio", sans-serif;*/
    /*font-size: 48px;*/
    /*color: #fff;*/
    /*display: inline-block;*/
    white-space: pre-wrap;
    overflow: hidden;
    margin: 0;
    width: 100%;
   /* display: flex;
    flex-wrap: wrap;
    gap: 0;*/
}


.reveal-heading .char {
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
}
.reveal-paragraph {
    /*font-size: 20px;*/
    /*line-height: 1.6;*/
    color: #c6c5c5;
    /*max-width: 1000px;*/
    /*margin: 30px auto;*/
    /*text-align: center;*/
    overflow: hidden;
}
p{
    color: #c6c5c5;
}

.reveal-paragraph .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity;
}
.animated-heading {
    display: inline-block;
    position: relative;
    margin-bottom: 40px  !important;
    /*overflow: hidden;*/
    /*font-size: 3rem;*/
    /*font-weight: 400;*/
}

.animated-heading b {
    display: inline-block;
    transform: translateX(40px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    color: #e9ced6
}


.conceptual-circles {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin:50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smooth-heading {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
}

.circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #fff;
    font-family: "Antonio", sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translate(0, 0);
    will-change: transform, opacity;
    transition: none;
}

/* Radial positions */
.circle:nth-child(1) {
    background: radial-gradient(circle, rgba(133, 151, 192,0.8) 0%, rgba(133, 151, 192,0.5) 30%, transparent 100%);
backdrop-filter: blur(10);
    top: 0;
    left: 0;
    /*transform: translate(-50%, -50%) translateX(100px);*/
}

.circle:nth-child(2) {
    background: radial-gradient(circle, rgba(207, 96, 131, 0.8) 0%, rgba(207, 96, 131, 0.5) 30%, transparent 100%);

    top: 0;
    left: 34%;
    /*transform: translate(-50%, -50%) translateX(100px);*/
}

.circle:nth-child(3) {
    background: radial-gradient(circle, rgba(204, 174, 98, 0.8) 0%, rgba(204, 174, 98, 0.5) 30%, transparent 100%);
    top: 0;
    left: 70%;
    /*transform: translate(-50%, 50%) translateX(100px);*/
}
.row{
    display: flex;
    gap: 20px;
}
.col-6{
    width: 50%
}
.col-4{
    width: 30%;
}
.col-8{
    width: 70%
}
.side-nav {
    position: sticky;
    top: 100px;
    list-style: none;
    padding: 0;
}

.side-nav li {
    margin-bottom: 20px;
}

.side-nav a {
    color: #999;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.side-nav a.active {
    color: #fff;
}
.section-bg-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 1s ease;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    filter: brightness(0.2);
    background-attachment: fixed
}
.anchor-content-block {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0 0 100px;
    scroll-margin-top: 80px;
}
.anchor-content-block:first-of-type {
    /*padding-top: 100px; !* or margin-top *!*/
}
.services-section {
    position: relative;
    overflow: hidden;
    background-color: #111;
}

.background-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 1s ease-in-out;
    filter: brightness(0.2);
}
.background-image:first-of-type{
    opacity: 0.3;
}

.services {
    position: relative;
    z-index: 2; /* content stays above */
}

.services h4{
    font-size: 100px;
    margin: 0 0 20px;
    font-family: inherit;
    text-transform: none;
    /*text-align: center;*/
}
.services h4 a{
    color: inherit;
    text-decoration: none;
    /*width: 100%;*/
    display: inline-block;
    position: relative;
}
.services h4 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background-color: currentColor;
    transition: width 0.4s ease;
}

.services h4 a:hover::after {
    width: 100%;
}
.section-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.0) 20%,
    rgba(0, 0, 0, 0.0) 80%,
    rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.centered-block{
    margin-left: auto;
    margin-right: auto;
}
.vertical-center-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70vh;
    align-items: center;
}
.img-reveal-wrapper {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 100%;
    min-height: 500px;
}
.img-full{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translateX(100%);
    opacity: 0;
    will-change: transform, opacity;
    display: block;
}
.content-block{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 100%
}
.content-block .smooth-heading {
    margin-bottom: 30px;
}
.button{
    /*color: #000;*/
    color: #fff;
    text-decoration: none;
    /*padding: 10px 50px;*/
    border-radius: 50%;
    /*background: rgba(133, 151, 192,1);*/;
    /*background: #fff;*/
    font-size: 18px;
    border: 2px solid #fff;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: color 0.3s ease;
    position: relative;
}
.button-link {
    position: relative;
    padding-bottom: 5px;
    display: inline-flex;
    align-self: flex-start;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    overflow: hidden;
}

.button-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background-color: currentColor;
    transition: width 0.4s ease;
}

.button-link:hover::after {
    width: 100%;
}
.active{
    border-bottom: 1px solid;
}
.scroll-image {
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.img-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
    justify-content: center;
}

.img-right img {
    width: 90%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    opacity: 0.95;
    transition: transform 0.4s ease;
}
.img-right img:hover {
    transform: scale(1.02);
}
.vertical-scroll-wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.vertical-scroll-track {
    display: flex;
    flex-direction: column;
}

.vertical-scroll-track img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.animated-hero-heading {
    overflow: hidden;
    display: inline-block;
}
.animated-hero-heading .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity;
}

.d-flex{
    display: flex;
    height: 100%
}
.align-center{
    align-items: center;
    flex-wrap: wrap;
}

/*.button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid white;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.button:hover::before {
    transform: scale(1.05);
}*/
.cta .cta-arrow {
    margin: 20px auto;
    display: block;
    opacity: 0;
    transform: translateY(-20px);
}
footer{
    padding: 50px 0;
    font-size: 18px;
}
footer p{
    margin: 0
}
footer .row{
    align-items: flex-end;
}
.footer-nav{
    float: right
}

/* Container reset */
.jotform-form {
    font-family: 'Liter', sans-serif;
    /*background: #111;*/
    color: #fff;
    padding: 0;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.jotform-form ul{
    margin: 0;
    padding: 0
}
.jotform-form li{
    list-style: none;
}

/* Remove default borders and box-shadows */
.form-all, .form-line, .form-input-wide {
    border: none !important;
    box-shadow: none !important;
}

/* Labels */
.form-label {
    color: #ccc;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
}

/* Inputs and Textareas */
.form-textbox, .form-textarea {
    width: 100% !important;
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
span.error-navigation-message {
    font-size: 13px;
}
.form-error-message img {
    display: none;
}
button.error-navigation-next-button {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}
.form-textbox:focus,
.form-textarea:focus {
    border-color: #c06083;
    outline: none;
}

/* Button styling */
.form-submit-button {
    background-color: #c06083;
    color: #fff;
    border: none;
    padding: 18px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s ease;
    width: 100%;
    font-family: inherit;
    text-transform: none;
}

.form-submit-button:hover {
    background-color: #a84e6d;
}

/* Required star */
.form-required {
    color: #c06083;
}

/* Error fix spacing */
.form-line {
    margin-bottom: 24px;
}

/* Remove hidden field spacing */
.form-line[style*="display:none"] {
    margin: 0 !important;
}
.contact-text{
    margin-top: 120px;
    max-width: 500px;
}

@media screen and (min-width: 1700px){
    body{
        font-size: 30px;
    }
    header, .logo h1, footer, .button{
        font-size: inherit;
    }
    #hero{
        min-height: 80vh;
    }
    section{
        padding: 200px 0
    }
    h2 {
        font-size: 140px;
    }
    h3{
        font-size: 80px;
    }
    .content-block p{
        max-width: 500px;
    }
    .light-scene{
        height: 70vh
    }
    .button{
        width: 220px;
        height: 220px
    }
    .vertical-scroll-wrapper img{
        height: 600px
    }
    .img-reveal-wrapper img{
        min-height: 700px;
    }
}
@media screen and (max-width: 1370px){
    h2{
        font-size: 70px
    }
    h3{
        font-size: 40px;
    }
}
@media screen and (max-width: 992px){
    body{
        font-size: 16px;
    }
    .p1{
        font-size: 18px;
    }
    .conceptual-circles{
        min-height: 150px;
    }
    .circle{
        width: 150px;
        height: 150px;
        font-size: 18px;
    }
    .services h4{
        font-size: 40px;

    }
    .row{
        flex-wrap: wrap;
    }
    .col-6, .col-4, .col-8{
        width: 100%
    }
    .content-block {
        min-height: 200px;
    }
    .img-transition{
        height: 100%
    }
    .vertical-title-wrapper{
        padding-left: 10px;
    }
    .vertical-text{
        font-size: 18px;
    }
    .hero{
        min-height: 100px;
    }
    .footer-nav {
        float: none;
    }
    footer .site-navigation ul li {
        margin: 0 10px 0 0;
    }
    .vertical-center-block{
        min-height: 0
    }
    .vertical-scroll-wrapper{
        height: 500px
    }
    .vertical-scroll-wrapper img{
        height: 300px
    }
    .img-reveal-wrapper{
        min-height: 300px;
    }
    .jotform-form{
        margin-left: 0
    }
    .full-container, header {
        max-width: 80%;
        margin: 0 auto;
    }
    .contact-text {
        margin-top: 50px;
    }

    .anchor-content-block {
        margin: 0 0 40px;
        scroll-margin-top: 40px;
    }
}
@media screen and (max-width: 499px) {
    .menu-toggle {
        display: block;
    }
   header .site-navigation ul li {
        display: block;
        margin: 20px 0;
        width: 100%;
       font-size: 30px;
    }
  header  .site-navigation {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      height: 100vh;
      background: #111;
      transition: right 0.4s ease;
      padding: 60px 40px;
      z-index: 9;
      max-width: 200px;
      display: flex;
      align-items: center;
    }

    header .site-navigation.open {
        right: 0;
    }

   header .site-navigation ul {
       flex-direction: column;
       gap: 40px;
    }
    .services h4{
        font-size: 30px;
    }
    .conceptual-circles{
        min-height: 120px;
        /*margin: 0 0 40px;*/
    }
    .circle{
        width: 100px;
        height: 100px;
        font-size: 18px;
    }
    h2 {
        font-size: 50px;
    }
    .cta   h2 {
        font-size: 37px
    }
    h3{
        font-size: 30px;
    }
    header{
        font-size: 14px;
    }
    .hero{
        padding: 0 10px 50px;
    }
    section{
        padding: 50px 10px 50px 10px;
        box-sizing: border-box;
    }
}