body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #fff;
    background: #fcfcfc;
    background: #0A0A0A;
}
:root {
    --violet: ;
}
@font-face {
    font-family: 'title';
    src: url('/fonts/TTFirsNeueTrl-Regular.eot');
    src: url('/fonts/TTFirsNeueTrl-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/TTFirsNeueTrl-Regular.woff2') format('woff2'),
        url('/fonts/TTFirsNeueTrl-Regular.woff') format('woff'),
        url('/fonts/TTFirsNeueTrl-Regular.svg#TTFirsNeueTrl-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
	outline: none;
}
a {
    text-decoration: none;
    color: #fff;
}
.hidden {
    display: none;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-family: 'title';
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.row {
    padding: 0 15px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
.grid {
    display: grid;
    gap: 20px;
}
.grid-2col {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3col {
    grid-template-columns: repeat(3, 1fr);
}
.grid-4col {
    grid-template-columns: repeat(4, 1fr);
}
.grid-5col {
    grid-template-columns: repeat(5, 1fr);
}
.grid-8col {
    grid-template-columns: repeat(8, 1fr);
}
.span2 {
    grid-column: span 2;
}
.span3 {
    grid-column: span 3;
}
.span4 {
    grid-column: span 4;
}
.mtop15 {
    margin-top: 15px;
}
.mtop24 {
    margin-top: 24px;
}
.mtop32 {
    margin-top: 32px;
}
.mtop40 {
    margin-top: 40px;
}
.mtop56 {
    margin-top: 56px;
}
.mtop80 {
    margin-top: 80px;
}
.mtop160 {
    margin-top: 160px;
}
.w316 {
    max-width: 316px;
}
.w346 {
    max-width: 346px;
}
.pad40 {
    padding: 40px;
}
.a-center {
    text-align: center;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
#topnav {
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 40px 0;
}
.circle-wrap {
    width: fit-content;
    position: relative;
    margin: -140px -150px calc(-50% - 150px);
}
.forms-modal-opened #topnav {
    width: calc(100% - 15px);
}
#slider {
    overflow: hidden;
    background: url(/images/star.png);
    background-size: cover;
}
.c-layer {
    position: absolute;
    left: 0;
    top: 0;
    transition: 5s;
}
.c-layer.frst {
    position: relative;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes opacity {
  from, to {
    opacity: 100%;
    transform: scale(1);
  }
  50% {
    opacity: 60%;
    transform: scale(0.98);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes opacity2 {
  from, to {
    opacity: 100%;
  }
  50% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
.c-layer.frst {
    animation: rotate 600s infinite linear;
}
.c-layer.fft {
    animation: opacity 10s infinite;
}
.c-layer.frth {
    animation: rotate 50s infinite;
}
.c-layer.sec {
    animation: rotate 100s infinite;
}
.c-layer.frst img {
    animation: opacity2 30s infinite;
}
.c-layer.sx {
    transition: 0s;
    right: 63px;
    left: auto;
    bottom: 50%;
    top: auto;
    mix-blend-mode: overlay;
}
.c-layer.svn {
    left: 10%;
    transition: 0s;
    top: 10%;
    opacity: .05;
}
.title-wrap {
    position: absolute;
    top: 329px;
    text-align: center;
    width: 100%;
}
.top-title h1 {
    font-size: 56px;
    line-height: 1.1;
}
.top-title {
    transition: 3s;
    filter: blur(6px);
}
.top-title.active {
    filter: blur(0px);
}
.tt-before {
    overflow: hidden;
}
.tt-before span {
    font-family: 'title';
    text-transform: uppercase;
    font-size: 24px;
    background-image: linear-gradient(to bottom, #F7C9FF, #B248C5);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    display: inline-block;
    transform: translateY(-25px);
    transition: 1.5s;
}
.tt-before span.active {
    transform: translateY(0px);
}
.title-sub.mtop40 span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-family: 'title';
}
.gaid-title {
    font-size: 40px;
    font-family: 'title';
}
.gaid-title span {
    font-size: 40px;
    font-family: 'title';
    background-image: linear-gradient(to left, #DD64FF, #B922E3, #8003D1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.gaid-wrap {
    transform-style: preserve-3d;
}
.gaid {
    color: #0A0A0A;
    padding: 70px 24px 24px;
    background: url(/images/8.svg)top center no-repeat;
    background-size: cover;
    max-width: 414px;
    margin: -162px auto 0;
    transform: translateZ(9px);
    text-align: center;
    border-radius: 16px;
    position: relative;
}
.gaid-price.mtop24 {
    font-weight: 600;
}
.gaid-bottom.mtop40.w346 {
    display: inline-block;
    font-size: 14px;
    opacity: .6;
}
.big-btn a {
    background: #0A0A0A;
    padding: 17px;
    display: block;
    border-radius: 30px;
    font-size: 20px;
    font-family: title;
    line-height: 1.1;
}
.big-btn a:hover {
    background: linear-gradient(30deg, #8003D1, #B922E3 70%, #DD64FF);
}
.top-ic {
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.btn a {
    padding: 11px 24px;
    border-radius: 30px;
    font-family: 'title';
    background: linear-gradient(30deg, #8003D1, #B922E3 70%, #DD64FF);
    transition: .3s;
    display: inline-block;
}
.btn a:hover {
    background: #0A0A0A;
}
.bl-title {
    font-size: 56px;
    text-align: center;
    font-family: 'title';
}
.t-sub {
    font-size: 20px;
}
.gaid-grid .cell {
    background: #121212;
    border-radius: 16px;
}
.cell-title {
    font-size: 32px;
}
.cell.slide {
    position: relative;
    transition: .3s;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: transparent;
}
.cell-in.flex .bl-title {
    width: 100%;
    text-align: left;
}
.cell-sl.sec {
    background: url(/images/20.jpg) center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: rotateY(180deg);
    opacity: 0;
    border-radius: 16px;
    transition: .5s;
}
.cell-sl.frst {
    height: 100%;
    background: url(/images/19.jpg) center;
    background-size: cover;
    border-radius: 16px;
    transition: .5s;
}
.cell.slide:hover .cell-sl.sec {
    opacity: 1;
}
.cell.slide:hover .cell-sl.frst {
    opacity: 0;
}
.cell-in.flex {
    height: 100%;
    align-items: stretch;
}
.csb-left {
    font-size: 32px;
    opacity: 50%;
    line-height: 1;
}
.cs-bottom.flex {
    align-items: flex-end;
    width: 100%;
}
.cel-sl-in {
    height: 100%;
    transition: .5s;
}
.cell.slide:hover .cel-sl-in {
    transform: rotateY(180deg);
}
span.arr  {
    background: #fff;
    mask: url(/images/arrow-w.svg) center center / contain no-repeat;
    padding: 0;
    height: 8px;
    width:24px;
    display: inline-block;
}
.btn.arrow a {
    background: #121212;
    padding: 10px 28px;
}
.btn.arrow a:hover {
    background: #fff;
}
.btn.arrow a:hover span.arr  {
    background: #000;
    mask: url(/images/arrow-w.svg) center center / contain no-repeat;
}
.header {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}
.bl-title-m {
    font-size: 32px;
    line-height: 1.1;
    font-family: 'title';
}
.btn.black.flex {
    align-items: flex-end;
    width: 100%;
    text-align: center;
}
.btn.black a {
    background: #0A0A0A;
}
.btn.black a:hover {
    background: #fff;
    color: #0A0A0A;
}
.btn.black.flex a {
    width: 100%;
    text-align: center;
}
section#projects {
    background: url(/images/Star2.svg)no-repeat;
    background-position: 50% 41%;
}
section#footer {
    overflow: hidden;
    border-top: 1px solid #ffffff1c;
}
section#projects {
    padding-bottom: 160px;
}
.footer {
    max-width: 1440px;
    margin: 0 auto;
}
.circle-wrap.bottom {
    margin: -50% -152px -100px;
}
.bottom-wr {
    margin-top: 41.3%;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 152px;
}
.bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mail.mtop56 {
    font-size: 56px;
    font-family: 'title';
    background-image: linear-gradient(15deg, #8003D1 30%, #B922E3, #DD64FF);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.gray-tx {
    opacity: .5;
}
.notice-bottom {
    font-size: 10px;
    opacity: .3;
}
.socs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.socs a {
    width:40px;
    height: 40px;
    display: inline-block;
}
a.insta {
    background: url(/images/in.svg)no-repeat;
    background-size: contain;
    transition: .3s;
}
a.tg {
    background: url(/images/tg.svg)no-repeat;
    background-size: contain;
    transition: .3s;
}
a.insta:hover {
    background: url(/images/in-a.svg)no-repeat;
    background-size: contain;
}
a.tg:hover {
    background: url(/images/tg-a.svg)no-repeat;
    background-size: contain;
}
body .ba-form-page {
    background: linear-gradient(#F5F5F5, #D0D0D0);
}
.custom-html-wrapper {
    text-align: center;
    color: #0A0A0A;
}
.form-title {
    font-size: 40px;
    font-family: 'title';
}
.form-title span {
    background-image: linear-gradient(to left, #DD64FF, #B922E3, #8003D1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
body .ba-form-submit-btn i {
    display: none;
}
body span.ba-form-submit-btn {
    width: 100%;
    font-family: 'title';
    background: linear-gradient(30deg, #8003D1, #B922E3 70%, #DD64FF);
}
body span.ba-form-submit-btn:hover {
    background: #0A0A0A;
}
body .ba-form-acceptance-field .ba-form-acceptance-html {
    font-size: 12px;
    max-width: 410px;
}
body .ba-form-acceptance-field .ba-form-acceptance-html a {
    background-image: linear-gradient(to left, #DD64FF, #B922E3, #8003D1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
body .ba-form-acceptance-field label.ba-form-checkbox > span, body .ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span {
    background: #fff;
}
body .ba-form-field-item.ba-form-acceptance-field {
    margin: 0;
}
body .ba-form-acceptance-field .ba-field-container {
    margin-bottom: 0;
}
body .ba-forms-lightbox-row i {
    position: absolute;
    right: 20px;
}
.f-t-sub.mtop24 {
    margin-bottom: 16px;
}
body .ba-forms-modal-backdrop {
    background: rgb(0 0 0 / 47%);
    backdrop-filter: blur(9px);
}
@media screen and (max-width:1360px){
.gaid {
    margin: -116px auto 0;
}
}