.hidden {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

input {
    color: #000 !important;
}

body {
    font-family: 'Alexandria', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #261241; /* Fallback for older browsers */
    color: white;
}

nav {
    border-bottom: 1px solid #ffffff50;
    padding: 2rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1600px) {
    nav {
        padding: 2rem;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1601px) {
    nav {
        padding: 2rem 10rem;
    }
}

nav .logo {
    height: 40px;
}

@media (max-width: 1600px) {
    nav .logo {
        height: 30px;
    }
}

.gradient-bg-div-wrapper {
    z-index: -1;
    overflow: hidden;
    position: fixed;
    right: -25%;
    bottom: -15%;
    width: 100vw;
    height: 100vh;
    filter: blur(80px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1070%26quot%3b)' fill='none'%3e%3cpath d='M960 1349.71C1175.08 1344.44 1388.4 1272.43 1534.67 1114.67 1676.28 961.94 1713.81 748.25 1710.72 540 1707.69 335.49 1661.62 127.61 1517.91-17.91 1373.41-164.21 1165.53-213.68 960-220.17 746.31-226.9 524.73-197.19 365.75-54.25 199.45 95.21 116.09 316.42 114.35 540 112.58 765.35 193.64 987.75 356.4 1143.6 516.06 1296.47 739.03 1355.15 960 1349.71' fill='rgba(38%2c 18%2c 65%2c 1)'%3e%3c/path%3e%3cpath d='M960 1063.93C1099.17 1060.52 1237.2 1013.92 1331.84 911.84 1423.47 813.02 1447.76 674.75 1445.76 540 1443.8 407.67 1413.99 273.16 1321 179 1227.5 84.34 1092.99 52.33 960 48.12 821.73 43.77 678.36 63 575.48 155.48 467.88 252.2 413.94 395.33 412.82 540 411.67 685.82 464.12 829.72 569.43 930.57 672.75 1029.48 817.02 1067.45 960 1063.93' fill='rgba(64%2c 42%2c 93%2c 1)'%3e%3c/path%3e%3cpath d='M960 778.15C1023.26 776.6 1086 755.42 1129.02 709.02 1170.67 664.1 1181.71 601.25 1180.8 540 1179.91 479.85 1166.36 418.71 1124.09 375.91 1081.59 332.88 1020.45 318.33 960 316.42 897.15 314.44 831.98 323.18 785.22 365.22 736.31 409.18 711.79 474.24 711.28 540 710.76 606.28 734.6 671.69 782.47 717.53 829.43 762.49 895.01 779.75 960 778.15' fill='rgba(168%2c 131%2c 219%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1070'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

@media (min-width: 1601px) {
    .gradient-bg-div-wrapper {
        right: -45%;
        bottom: -45%;
    }
}

.gradient-bg-div-wrapper .img-1 {
    position: absolute;
    height: 60%;
    width: 60%;
    left: 17%;
    bottom: 20%
}

@media (max-width: 1600px) {
    .gradient-bg-div-wrapper .img-1 {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: -10%
    }
}

@media (min-width: 1601px) {
    .gradient-bg-div-wrapper .img-1 {
        left: 17%;
        bottom: 20%
    }
}

.gradient-bg-div-wrapper .img-2 {
    position: absolute;
    left: 0%;
    height: 90%;
    width: 50%;
    opacity: 70%;
    transform: rotate(100deg);
    display: none;
}

.gradient-bg-div {
    width: 180%;
    height: 180%;
    background-color: blue;
    background: radial-gradient(circle, hsla(255, 41%, 83%, 1) 0%, hsla(255, 75%, 70%, 1) 21%, hsla(257, 77%, 55%, 1) 50%, hsla(266, 57%, 16%, 1) 75%, hsla(266, 57%, 16%, 1) 100%);
    position: absolute;
    bottom: -50%;
    right: -50%;
}

.content-container {
    z-index: 10;
}

.hero-section {
    padding: 6rem;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 475px) {
    .hero-section {
        padding: 4rem 2rem;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        flex-direction: column;
    }
}

@media (min-width: 1601px) {
    .hero-section {
        padding: 4rem 10rem;
    }
}

.hero-section .text-container {
    display: flex;
    align-items: center;
}

@media (max-width: 1600px) {
    .hero-section .text-container {
        margin-bottom: 4rem;
    }
}

.hero-section h1 {
    text-transform: uppercase;
}

.hero-section h1.thin {
    font-size: 4rem;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media (max-width: 425px) {
    .hero-section h1.thin {
        font-size: 2.15rem;
    }
}

@media screen and (min-width: 425px) and (max-width: 1600px) {
    .hero-section h1.thin {
        font-size: 2.5rem;
    }
}

.hero-section h1.regular {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 6rem;
    font-weight: 400;
}

@media (max-width: 425px) {
    .hero-section h1.regular {
        margin-bottom: 1.5rem;
        font-size: 3rem;
        font-weight: 400;
    }
}

@media screen and (min-width: 425px) and (max-width: 1600px) {
    .hero-section h1.regular {
        margin-bottom: 1.5rem;
        font-size: 3.5rem;
        font-weight: 400;
    }
}

.btn.btn-primary {
    background-color: white;
    color: #261241;
    border-radius: 100px;
    padding: 0.75rem 1rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}

.main-image-container {
    position: relative;
}

.main-image-2-container {
    position: relative;
}

.main-image-2-container .full-size-img {
    max-height: 75vh;
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
    border-radius: 10px;
}

@media (max-width: 475px) {
    .main-image-2-container .full-size-img {
        max-width: 100%;
    }
}

@media (min-width: 476px) {
    .main-image-2-container .full-size-img {
        max-width: 50%;
    }
}

@media (min-width: 1025px) {
    .main-image-2-container .full-size-img {
        max-width: 70%;
    }
}

.content-block {
    padding: 0 6rem 2rem;
}

@media (max-width: 1600px) {
    .content-block {
        padding: 0 2rem 2rem;
    }
}

.content-blocks-wrapper {
    display: flex;
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
    margin-bottom: 6rem;
}

@media (max-width: 1600px) {
    .content-blocks-wrapper {
        flex-direction: column;
    }
}

.content-blocks-wrapper .text-with-image {
    padding: 6rem;
    border-right: 1px solid #ffffff50;
}

@media (max-width: 1600px) {
    .content-blocks-wrapper .text-with-image {
        padding: 3rem;
        border-right: none;
        border-bottom: 1px solid #ffffff50;
    }
}

@media (min-width: 1601px) {
    .content-blocks-wrapper .text-with-image {
        flex: 1 1 0px;
    }
}

p {
    color: #d2d2d2;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
}

.badge {
    padding: 0.5rem 0.75rem;
    border-radius: 150px;
    border: 1px solid #9348f8;
    color: #9348f8;
    display: inline-block;
    font-size: 0.85rem;
}

.content-blocks-wrapper .text-with-image:last-of-type {
    border-right: none;
}

.first-letter-big {
    font-size: 6rem;
    line-height: 1;
}

.content-blocks-wrapper .text-with-image .text-image {
    font-size: 4rem;
}

h2 {
    font-size: 3.5rem;
    font-weight: 200;
}

@media (max-width: 1600px) {
    h2 {
        font-size: 3rem;
    }
}

.content-blocks-wrapper h2 {
    margin-top: 0;
}

.running-text {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.marquee {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.marquee span {
    display: inline-block;
    font-size: 3rem;
    position: relative;
    left: 100%;
    animation: marquee 30s linear infinite;
    color: #261241;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .marquee span {
        font-size: 2rem;
        animation: marquee 12s linear infinite;
    }
}

.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 0.3s;
}
.marquee span:nth-child(3) {
  animation-delay: 0.6s;
}
.marquee span:nth-child(4) {
  animation-delay: 0.9s;
}
.marquee span:nth-child(5) {
  animation-delay: 1.2s;
}
.marquee span:nth-child(6) {
  animation-delay: 1.5s;
}
.marquee span:nth-child(7) {
  animation-delay: 1.8s;
}

/* .marquee span:nth-child(8) { */
/*   animation-delay: 2.1s; */
/* } */
/* .marquee span:nth-child(9) { */
/*   animation-delay: 2.4s; */
/* } */

@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -100%; }
}

.spinner-container {
    position: absolute;
    left: -100px;
    top: 30%;
}

@media (max-width: 1600px) {
    .spinner-container {
        position: absolute;
        left: -75px;
        top: 30%;
    }
}

.spinner-container img {
    width: 200px;
    height: 200px;
    position: absolute;
}

.spinner-container img.spinning {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 20s linear infinite;
}

@-moz-keyframes spin {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.iframe-form-wrapper iframe {
    height: 450px;
    margin-left: 0 !important
}

@media (max-width: 1600px) {
    .iframe-form-wrapper iframe {
        height: 550px;
    }
}

.footer {
    border-top: 1px solid #ffffff50;
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
    align-items: center;
}

@media (max-width: 1600px) {
    .footer {
        padding: 2rem;
        justify-content: space-between;
        flex-direction: column;
    }
}
@media (max-width: 1600px) {
    .footer > div {
        margin-bottom: 1.25rem;
    }
}

.socials-wrapper {
    margin-top: 0.5rem;
    width: 80px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1600px) {
    .footer .socials-wrapper {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .socials-wrapper {
        margin-top: 0.5rem;
        width: 60px;
    }
}

.socials-wrapper a svg {
    width: 30px;
    fill: white;
}

@media (max-width: 1600px) {
    .socials-wrapper a svg {
        width: 20px;
    }
}

@media (max-width: 1600px) {
    .hide-on-mobile {
        display: none !important;
    }
}

