@font-face {
    font-family: 'DrukWide';
    src: url('../fonts/Druk_Wide_Medium_Cy.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

section {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f1f1f1;
    font-family: DrukWide;
    color: #131116;
    width: 100vw;
    height: 100%;
    user-select: none;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;

}


canvas {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: left;
    font-size: 2.5vw;
    text-transform: uppercase;
    line-height: 1.55em;
    /*opacity: 0;*/
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    color: white;
}

h2 {
    font-size: 2.6vw;
    line-height: 1.8em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.black-bg {
    /*background: #131116;*/
    color: white;
}

.loader-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    border-radius: 50%;
    transform: scale(114.8);
    transition: background-color 1s ease;
}

.transition-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    pointer-events: none;

}


.custom::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* Chrome/Safari/Webkit */
}

.custom {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}




.first-sec {
    position: fixed;
    z-index: 10;
    top: 0;
    background: #131116;
}



.h1-span {
    color: #A03ADB;

}

.third-bg {
    background: #131116;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    /*border-radius: 50%;*/
    /*transform: scale(2);*/
    will-change: opacity;
    opacity: 0;
}

/*.third-bg.white {
    background: #f1f1f1;
  opacity: 0;
}
*/
.pink {
    color: #A03ADB;
    /*-webkit-text-stroke: 2px #A03ADB; 
    text-stroke: 2px #A03ADB;*/
    letter-spacing: 0.02em;
}

.pink span {
    /*opacity: 0;*/
    display: inline-block;
    white-space: nowrap;
    /*transform: translateX(60px);*/
}

.pink span span {
    opacity: 0;
    display: inline-block;
    transform: translateX(80px);
}


.third-p {
    font-size: 1.2vw;
    line-height: 1.75em;
    margin-top: 18%;
}

.fifth-p {
    font-size: 1.2vw;
    line-height: 1.75em;
    margin-top: 18%;

}

.third-p span {
    opacity: 0;
}

.fifth-p span {
    opacity: 0;
}

.noise {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
    opacity: .02;
}


.loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
    color: #131116;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    /*mix-blend-mode: color;*/
}

.triger {
    font-size: 130px;
    text-transform: uppercase;
    position: absolute;
    opacity: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.third {
    position: relative;
    height: 100vh;
    width: 100%;
    /*background: #131116;*/
    /*opacity: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.fifth {
    position: relative;
    height: 100vh;
    width: 100%;
    /*background: #131116;*/
    /*opacity: 0;*/

}


#container {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#container-2 {
    overflow: hidden;
    transform: translateX(10%);
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.right-content {
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.drag-to {
    margin-top: 35px;
    font-size: 12px;
    line-height: 1em;
    display: flex;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: 0.3s ease;
    color: white;
}

.radar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #A03ADB;
    z-index: 2;
    display: none;
}

.drag-to span {
    margin-left: 15px;
}

.main {
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    width: 100%;
    /*  position: absolute;
  top: 0px;*/
}

.second {
    width: 100%;
    height: 100vh;
    /*color: #131116;*/
}

.content-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-wrapper p {
    font-size: 2.8vw;
    letter-spacing: 1px;
    line-height: 1.6em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.second-magenta {
    color: #A03ADB;
}


.display-block {
    opacity: 1;
    pointer-events: auto;
}



.fill-width {
    z-index: 1;
}

.left-content {
    width: 50%;
    margin-left: 4%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-content:nth-child(2) {
    margin-left: 5%;
    width: 46%;
}


.canvas-container>canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bg {
    width: 1000%;
    height: 100%;
    background: #131116;
    position: absolute;
    left: -340px;
    z-index: -1;
}

.rewealer {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #f1f1f1;
    top: 0;
    transform: translateY(100%);
}

.drag-and-drop {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    /*opacity: 0;*/
}

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    position: absolute;
    z-index: -2;
    left: 40px;

}

.dot {
    width: 5px;
    height: 5px;
    margin-right: 11px;
    border-radius: 50%;
    background: #fff;
}


.dot:nth-last-child() {
    margin-right: 0px;
}

.thething {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.option {
    display: block;
    height: 40px;
    padding: 8px 20px;
    float: left;
    width: 270px;
}

.option#option2 {
    border-radius: 50%;
    border: 3px solid #a03adb;
    width: 40px;
    padding: 0px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    position: absolute;
    right: 0px;

}

.option.active {
    color: #fff;
}


#switch {
    background: transparent;
    cursor: grab;
    display: block;
    position: relative;
    width: 350px;
    padding: 0px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;

}

#switch .handle {
    display: block;
    background: #a03adb;
    height: 40px;
    width: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 3px solid #a03adb;
    /*transition: 0.3s ease;*/
}

.scroll-down {
    position: absolute;
    z-index: 101;
    left: 50%;
    bottom: 4%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.scroll-down-text {
    font-size: 12px;
    opacity: 0.5;
    text-align: center;
}

.scroll-down-line {
    margin-top: 12px;
    width: 100%;
    height: 4px;
    background: #a03adb;
}

.fourth {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    padding-bottom: 4%;
}

.right-content-fourth {
    text-align: right;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    align-self: flex-end;
}

.left-content-fourth {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
}

.p-fourth {
    font-size: 1.2vw;
    line-height: 1.75em;
}

.p-fourth span {
    opacity: 0;
}

.smile {
    display: inline-block;
    transform: translate(5px, 4px);

}

.smile img {
    display: inline-block;
    font-size: 7px;
    height: 4.75em;
}

.pink-wrap {
    white-space: nowrap;
    color: transparent;
    width: auto;
    -webkit-text-stroke: 2px #A03ADB;
    text-stroke: 2px #A03ADB;
    letter-spacing: 0.02em;
    display: inline-block;
}

.stoke-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
}

.pink-stroke-wrapper {
    width: auto;
    /*overflow: hidden;*/
    display: flex;
}

.pink-stroke-wrapper:nth-child(2) {
    margin-left: 100px;
}

.pink-stroke-wrapper-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.fifth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-bottom: 10%;
}

.left-content.with-stroke {
    height: auto;
}

.button {
    padding: 18px 40px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 40px;
    align-self: flex-end;
    opacity: 0;
}

.button-text {
    font-size: 21px;
}

.button-circle {
    background: #A03ADB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 50px;
    height: 50px;
    z-index: -1;
}


.content canvas {
    display: block;
    transform: scale(1.2);
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
}

#container-5 {
    width: 70vh;
    height: 70vh;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;

}

.scene-nav {
    font-size: 1.15em;
    position: absolute;
    top: 8%;
    z-index: 10;
    background: none;
    border: 0;
    right: 0;
    padding: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.scene-nav img {
    min-width: 30px;
}

.scene-nav:focus {
    outline: none;
}

.scene-nav--prev {
    left: 20%;
}

.scene-nav--next {
    right: 20%;

}

.slide-wrapper {
    display: none;
}

.portfolio {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 10vw;
    text-align: center;
    font-weight: 900;
    width: 100%;
    color: #0E0D11;
    text-transform: uppercase;
}

.h3-wrapper {
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 32px;
    z-index: 100;
}

.slide-name {
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: color 0.5s ease;
    pointer-events: none;
    color: white;
    letter-spacing: 2px;
    display: flex;


}


.slide-name:first-child {
    opacity: 1;
}

.portfolio-link {
    position: absolute;
    display: none;
    transition: color 0.5s ease;
    width: 100%;
    height: 100%;


}


.portfolio-link:first-child {
    display: block;
}

.links-wrapper {
    width: 70vh;
    height: 70vh;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1000;

}



.portfolio-section {
    height: 100vh;
    color: #fff;
    background-color: transparent;
    position: relative;

}

.before-portfolio {
    padding-top: 6%;
    padding-left: 4%;
    padding-right: 4%;
    background-color: transparent;
}

.before-portfolio-h2-wrapper {
    width: 50%;
}

.last {
    position: relative;
    height: auto !important;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding-top: 6%;
    padding-bottom: 4%;
}

.form-button {
    background: transparent;
    outline: none;
    border: none;
    display: inline-block;
    height: 100%;
    cursor: pointer;
    font-size: 21px;
}

form {
    position: relative;
}

form .button {
    margin-top: 0px;
    display: inline-block;
    padding: 15px 40px;
    float: right;
    margin-right: 80px;
    cursor: pointer;
}

.form-second-line {
    display: flex;

}

.text-field {
    display: inline-block;
    padding: 0;
    color: #A03ADB;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px #A03ADB solid;
    max-width: 500px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
    transition: width 0.25s;
    box-sizing: content-box;
}

.smile.first {
    transform: translate(10px, 4px);
}


.text-field::placeholder {
    color: #A03ADB;
    opacity: 1;
    border-bottom: 2px #A03ADB solid;
}

.text-field:-ms-input-placeholder {
    color: #A03ADB;
    border-bottom: 2px #A03ADB solid;
}

.text-field::-ms-input-placeholder {
    color: #A03ADB;
    border-bottom: 2px #A03ADB solid;
}

form p {
    display: inline-block;
}

.form-first-line span {
    flex: 1 1
}

.form-second-line,
.form-third-line,
.form-fourth-line {
    margin-top: 40px;
}

.left-content-fourth.footer {
    width: 60%;
    position: relative;
}

.p-fourth.last-block {
    margin-top: 18%;
    position: relative;
}

.right-content-last {
    text-align: right;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 5%;
    align-self: flex-end;
    margin-top: 14%;
}

.social-links {
    display: flex;
    justify-content: space-between;
}

.contacts:nth-child(2) {
    margin-top: 25px;
}

.contacts {
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.contacts:hover {
    color: #A03ADB;
    opacity: 1;
}

.social-links a:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

.social-links a img {
    max-width: 35px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.social-links a img:hover {
    opacity: 1;
}

.right-content-last a {
    text-decoration: none;
    color: #131116;
    font-size: 20px;
    margin-top: 30px;
}

.thank-you-screen {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.thank-you-screen-circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    background: #A03ADB;
    z-index: 1;
}

.thank-you-screen-circle-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    background: #131116;
    z-index: 2;
}

.thank-you-screen-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 3;
    text-align: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
}

.thank-you-screen-text-p-1 {

    font-size: 30px;
    line-height: 1.5em;
    opacity: 1 !important;
}

.thank-you-screen-text-p-2 {

    font-size: 24px;
    color: #A03ADB;
    margin-top: 50px;
    line-height: 1.5em;
    opacity: 1 !important;
}

.thank-you-screen-text .social-links {
    margin-top: 50px;
    width: 100%;
    display: inline-block;
}

.social-links a {
    text-decoration: none;
    color: transparent;
}


.thank-you-screen-text .button {
    margin-top: 60px;
    align-self: center;
    opacity: 1;
    display: inline-block;
}

.thank-you-screen-text .button-text {
    color: white;
}

.thank-you-screen-close {
    position: absolute;
    cursor: pointer;
    top: 4%;
    right: 3%;
    z-index: 10;
    transition: transform 0.5s ease;
}

.thank-you-screen-close img {
    max-width: 25px;
}

.plans-screen {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(19, 17, 22, 0.9);
    display: none;
    z-index: 9;
}

.plans-screen-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: transparent;
    overflow: hidden;
}

.pink.middle {
    font-size: 2.2vw;
}

.pink.mini {
    font-size: 1.2vw;
}

.plans-screen-window p {
    font-size: 1vw;
    color: #131116;
    margin-top: 25px;
    line-height: 1.5em;
}

.plans-screen-window-item:nth-child(1) {
    margin-top: 80px;
}

.plans-screen-window-item {
    margin-top: 45px;
}

.plans-circle-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    background: #A03ADB;
    z-index: -2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.plans-circle-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    background: #f1f1f1;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.about-team {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(19, 17, 22, 0.9);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.about-team-screen {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 3.5vw;
    padding-right: 7vw;
    background: transparent;
    overflow: hidden;

}

.about-team-screen p {
    margin-top: 4.6vw;
    line-height: 1.8em;
}

/*#container-4 {
    width: 100%;
    height: 40vh;
}*/

.about-team-screen-img-real {
    display: inline-block;
    opacity: 0;
    max-width: 100%;
}

.pink.about {
    font-size: 2vw;
    margin-top: 2vw;
}

.about-team-screen-logo {
    position: absolute;
    height: auto;
    top: 29%;
    right: 3%;
    text-decoration: none;
    color: transparent;
    transform: translateY(-50%);
}

.about-us-button {
    position: fixed;
    top: 4%;
    right: 2%;
    overflow: hidden;
    padding: 12px 20px;
    border-radius: 50px;
    z-index: 8;
    cursor: pointer;
}

.about-us-button-text {
    font-size: 16px;
    position: relative;
    text-align: left;
}

.about-us-button-cirlce {
    background: #A03ADB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    width: 20px;
    height: 20px;
    z-index: -1;
}


.about-team-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    background: #A03ADB;
    z-index: -2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.about-team-circle-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    background: #f1f1f1;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

