@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/BebasNeue/BebasNeueBook.ttf");

  url("/fonts/BebasNeue/BebasNeueBook.ttf") format("opentype"),

  font-weight: normal;
  font-style: normal;
}

.techworks {
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.tech-text {
    
    color: #ffffff;
}


body {
    
    margin: 0;
    background: #000;
}

.border {
    
    border: 1px solid red;  
}

.top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 10px 20px;
}

.logo-block {
    color: #FFF;
    font-size: 26px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

.effects-logo-text {
    
    color: #F32F52;
}

.top-empty {
    
    width: 30%;
}

.auth-block {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    color: #ffffff;
}

.auth-button-block {
    display: flex;
    width: 150px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.auth-button {
    display: flex;
    padding: 10px 40px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #F32F52;
}

.auth-button:hover {
    background: #F32F52;
}

.enter-buttons-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.enter-button {
    display: flex;
    width: 290px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    background: #1F0829;
    cursor: pointer;
}

.enter-button span {
    color: #FFF;
    text-align: center;
    /* p-17 */
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 27.2px */
}

.enter-button img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}



.main {
    background: var(--bg-main, #1F0829);
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.logged-in {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    color: #F32F52;
}

.logged-user {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.login-href {
    
    color: #F32F52;
    text-decoration: none;
}

.logout {
    cursor: pointer;
}

.top-gradient {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(180deg, #000 0%, #1F0829 100%);
    width: 100%;
}

.welcome-img-shadow {
    border-radius: 788px;
    background: rgba(151, 71, 255, 0.30);
    filter: blur(150px);
    width: 90%;
    height: 100%;
    flex-shrink: 0;
    position: absolute;
}

.welcome {
    width: 100%;
    max-width: 1200px;
    height: 912px;
    flex-shrink: 0;
    display: flex;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 78px;
    align-items: flex-start;
}

.welcome-text {
     
    display: flex;
    height: 500px;
    width: 50%;
    justify-content: end;
}

.welcome-text-text {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.welcome-first-p {
    
    color: var(--txt-white, #FFF);
    /* H1 */
    font-family: Bebas Neue;
    font-size: 157px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.64px;
}

.welcome-second-p {
    
    margin-top: 30px;
    color: var(--txt-white, #FFF);
    /* H3 */
    font-family: Bebas Neue;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
}

.welcome-third-p {
    
    margin-top: 30px;
    display: flex;
    width: 510px;
    flex-direction: column;
    color: var(--txt-second, #C3A5D0);
    /* p-20 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.welcome-img-block {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.welcome-img {
    width: 90%;
    z-index: 1;
}

.demo-text-block {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.demo-text {
    color: #FFF;
    text-align: center;

    /* H2 */
    font-family: Bebas Neue, sans-serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
    
    margin-bottom: 40px;
}

.demo-video-block {
    width: 100%;
    max-width: 1200px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid #5827A8;
    display: flex;
    justify-content: center;
    background: rgba(151, 71, 255, 0.10);
    position: relative;
 
}

.plus-one-shadow {
    width: 277px;
    height: 277px;
    flex-shrink: 0;
    border-radius: 277px;
    background: rgba(151, 71, 255, 0.50);
    filter: blur(100px);
    position: absolute;
    left: -15px;
    top: -50%;
}

.demo-shadow-block {
    width: 1312px;
    height: 749px;
    flex-shrink: 0;
    position: absolute;
    background: rgba(151, 71, 255, 0.10);
    filter: blur(30.5px);
    bottom: -36px;
}

.demo-video {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.pluses {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
    max-width: 1200px;
    width: 100%;
}

.pluses-text {
    
    color: var(--txt-white, #FFF);
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;

}

.pluses-count {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 51px;
    flex-wrap: wrap;
}

.plus-one {
    display: flex;
    padding: 30px;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4823DB 0%, #8D25DF 100%);
}

.plus-one-text {
    
    display: flex;
    justify-content: center;
    color: var(--txt-white, #FFF);
    text-align: center;
    /* p-20-bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;    
}

.red-arrow {
    width: 65px;
    height: 36px;
}



.bomb-text {
    
    color: var(--txt-white, #FFF);
    text-align: center;

    /* H2 */
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
}

.bomb {
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-works-section {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 100px;
    max-width: 1200px;
    width: 100%;
}

.how-works-tabs-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 46px;
    flex-wrap: wrap;
}

.how-works-tab {
    display: flex;
    padding: 40px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #b400ff;
    height: 100%;
}

.how-to {
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 1200px;
}
.how-to-text {
    
    color: var(--txt-white, #FFF);
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to-tab {
    display: flex;
    padding: 40px 20px;
    align-items: flex-start;
    gap: 20px;
}

.how-to-list {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 46px;
    flex-wrap: wrap;
}

.how-to-list-block {
    
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.how-to-list-block-last {
    
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;  
}

.how-to-list-block-bg {

    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(/images/ellipse1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 114%;
}

.how-to-first {
    
    display: flex;
    padding: 40px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #b400ff;
}

.how-to-first-text {
    color: #C3A5D0;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 27.2px */
}

.how-to-second {
    
    display: flex;
    padding: 40px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #b400ff;
}

.how-to-third {
    
    display: flex;
    padding: 40px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #b400ff;
}



.how-to-third-bg {
    
    display: flex;
    align-items: flex-end;
    height: 100%;
    background-image: url(/images/ellipse1.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 111%;
}

.how-to-center-block {
    
    display: flex;
    flex-direction: column;  
}


.how-to-spacer {
    
    height: 35px;
}

.how-to-counter {
    
    color: var(--accent, #F32F52);
    /* caption */
    font-family: Bebas Neue;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.76px;
}

.gradient {
    
    margin-top: 150px;
}

.gradient-title {
    
    color: var(--txt-white, #FFF);
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
    display: flex;
    justify-content: center;
}

.marquee-block {
    
    margin-top: 50px;
}

.gradient-text {
    
    font-family: Inter;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 

}

.gradient-color-1 {
    
    background: linear-gradient(to right, red, white, black, blue);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-color-2 {
    
    background: linear-gradient(to right, violet, green, orange, blue);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-color-3 {
    
    background: linear-gradient(to right, white, red, blue, yellow);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.future-title {
    
    display: flex;
    width: 856px;
    flex-direction: column;
    flex-shrink: 0;
    color: var(--txt-white, #FFF);
    text-align: center;

    /* H2 */
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
    
    align-items: center;
}

.future-shadow {
    position: absolute;
}

.future-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    gap: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1600px 900px;
}

.future-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    gap: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1600px 900px;
}

.future-boost {
    
    color: var(--txt-white, #FFF);
    text-align: center;
    padding: 0 25px;
    /* p-20 */
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    font-family: Inter;
}

.second-ii-img {
    
    fill: url(<path-to-image>), lightgray -1.884px -96.533px / 100.449% 142.902% no-repeat;
    width: 420px;
    height: 300px;
    flex-shrink: 0;    
}

.bottom-connect-button {
    
    display: flex;
    width: 300px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--accent, #F32F52);
    color: var(--txt-white, #FFF);
    text-align: center;
    /* txt-button */
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.simple-connect {
    
    width: 391px;
    color: var(--txt-second, #C3A5D0);
    text-align: center;

    /* p-17 */
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 27.2px */
}

.comissions-block {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.comissions-block-title {
    
    color: var(--txt-white, #FFF);

    /* H2 */
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
}

.comissions-description {
    
    width: 761px;
    color: var(--txt-second, #C3A5D0);

    /* p-17 */
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 27.2px */
}

.comissions-li {
    
    margin: 10px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background: #000000;
    max-width: 1920px;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    margin-top: 70px;
    padding: 24px 0;
}

.footer-contacts {
    
    display: flex;
    justify-content: space-around;
    width: 60vw;
}

.footer-2-block {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-3-block {
    
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-contacts {
    
    color: var(--txt-white, #FFF);
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
}

.footer-logo-block {
    
    margin-top: 30px;
    color: var(--txt-white, #FFF);
    font-size: 26px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 15%;
}

.contacts-title {
    
    color: var(--txt-white, #FFF);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 10px;
}

.contacts-email {
    
    color: var(--txt-second, #C3A5D0);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 27.2px */
    text-decoration-line: underline;
    margin: 10px;
}

.footer-last {
    width: 100%;
    background-color: #000000;
}

.footer-centerer {
    
    color: var(--txt-white, #FFF);
    font-family: Bebas Neue;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.14px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 100px;
}


.footer-text {
    
    color: var(--txt-gray, #7E7E7E);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
}

.enter-button-grid {
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
}

.auth {
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-radius: 6px;
    background: var(--accent-2, #5827A8);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.30);
    width: 573px;
    padding: 24px;
}

.underlined {
    
    text-decoration: underline;
}

.close-block {
    
    position: absolute;
    top: 24px;
    right: 24px;
}

.auth-block-content {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 30vh;
    /*background: var(--accent-2, #5827A8);*/
}

.auth-net-block {
    
    display: flex;
    width: 290px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    background: var(--bg-main, #1F0829);
}

.enter-title {
    
    color: var(--txt-white, #FFF);
    text-align: center;

    font-family: Bebas Neue;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
}

.auth-text {
    margin-top: 15px;
    color: #C3A5D0;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.faded {
    color: rgb(197 197 197 / 50%);
}

.mini-logo {
    
    display: none;
}

.hidden {
    
    display: none;
}

.pointer {
    
    cursor: pointer;
}

.centerer-div {
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-text {
    
    color: red;
    margin: 10px;
    font-family: Inter;
}

.input-inside {
    box-sizing: border-box;
    height: 2rem;
    width: 10vw;
    min-width: 240px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 10px;
}

.form-cell {
 
    margin: 15px;
    justify-content: center;
    display: flex;
}

.reg-form {
    
    border: #ffffff solid 1px;
    border-radius: 10px;
    font-family: Inter;
}

.reg-form-block {
    
    padding: 20px;
    border-radius: 10px;
}

/* адаптив */

@media screen and (max-width: 1200px) {
    .welcome {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .welcome-text {
        width: 100%;
    }

    .welcome-text-text {
        width: 100%;
        height: auto;
    }

    .pluses-count {
        flex-direction: column;
    }

    .red-arrow {
        transform: rotate(90deg);
    }

    .plus-one {
        max-width: 340px;
        width: 100%;
        justify-content: center;
    }

    .plus-one-shadow {
        left: 40px;
    }

    .how-works-tabs-wrapper {
        flex-direction: column;
    }

    .how-works-tab {
        max-width: 340px;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {



    .welcome {
      
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .welcome-text {
      
        justify-content: center;
    }
    
    .welcome-text-block {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    
    .welcome-img-block {
        
        margin-top: 22px;
    }
    
    .welcome-first-p {
        width: 100%;
        font-size:23vw;
    }
    
    .welcome-second-p {
        
        font-size: 6vw;
    }
    
    .welcome-third-p {
        width: 100%;
    }
  
    .demo-video-block {
        width: 100%;
        max-width: 1200px;
    }

    .pluses-text {
        text-align: center;
    }

    .demo-text-block {

        margin-top: 50px;
    }
  
    .pluses-count {

        flex-direction: column;
        align-items: center;
    }
    
    .how-to-list {
        
        all: unset;
    }
    
    .how-to-first {
        
        width: 44vw;
        height: 37vw;
    }    
       
    .how-to-second {
        
        width: 44vw;
        height: 37vw;
    }
    
    .how-to-third {
        
        width: 44vw;
        height: 37vw;
    }
    
    .future-title {
        
        width: 72vw;
    }
    
    .comissions-block-title {
        
        font-size: 10vw;
    }
    
    .comissions-description {
        
        width: 93vw;
    }
    
    .footer {
        
        width: 100%;
    }
    
    .footer-contacts {
        
        flex-direction: column;
    }
    
    .contacts {
        
        margin-bottom: 50px;
    }
    
    .footer-1-block {
        
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .auth {
        
        width: 90vw;
    }
}

@media screen and (max-width: 517px) {
    .logo-block {
        display: none;
    }

    .footer-centerer {
        flex-direction: column;
        gap: 3px;
    }

    .mini-logo {
        color: #FFF;
        font-size: 26px;
        font-family: Inter, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-left: 22px;
    }
}