* {
    margin:0;
    padding:0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(264deg, #06070A 70.02%, #020814 191.15%);
}

.bg {
    width:100%;
    height:100vh;
    min-height: 760px;
}

.socials {
    display:flex;
    gap:0 12px;
}

.container {
    width: 90%;
    max-width: 1288px;
    margin: 0 auto;
}

.bg-block {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.effect {
    position:absolute;
    top:0;
    left:0;
}

.bgs {
    position: absolute;
    top: 42px;
    right: 23px;
    z-index: -1;
}

.mobile {
    position: absolute;
    top: 74px;
    right: 300px;
    z-index: 2;
}

img {
    max-width:100%;
    height:auto;
}

.logo {
    position: relative;
    z-index: 3;
    max-width: 655px;
    margin-top: -180px;
}

h1 {
    color: #ECF6F8;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position:relative;
    z-index:3;
    margin-top:37px;
    margin-bottom:87px;
    word-wrap: break-word;
}

p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 135% */
    max-width:910px;
    margin-bottom:50px;
    position:relative;
    z-index:4;
}

form {
    display:flex;
    gap:0 43px;
    justify-content: center;
    margin-bottom:87px;
}

form input {
    border-radius: 25px;
    background: #D9D9D9;
    width: 435px;
    height: 44px;
    padding: 0px 23px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    outline: none;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.50);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

form button {
    width: 486px;
    height: 44px;
    background:none;
    border-radius: 25px;
    border: 1px solid #FA185C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    outline:none;
    cursor:pointer;
}

.effect2 {
    display:none;
}


#result {
    margin-top: -60px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 910px;
    margin-bottom: 50px;
    position: relative;
    z-index: 4;
    text-align: center;
}


@media screen and (max-width:767px) {

    #result {
        margin-top: 0px;
    }

    .logo {
        margin-top: 0;
        max-width: 137px;
        margin-left:15px;
    }

    .bg-block {
        display: block;
        min-height: 100vh;
        height:auto;
    }

    h1 {
        color: #ECF6F8;
        font-family: Montserrat;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 23px;
        padding: 0 15px;
        margin-top: 240px;
    }

    p {
        color: #FFF;
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        padding: 0 15px;
    }

    .socials {
        display: flex;
        gap: 0 18px;
        justify-content: center;
    }

    .container {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    form {
        margin-bottom: 24px;
        display: block;
    }

    form input {    
        display: block;
        width: calc(100% - 46px);
        max-width: calc(360px - 46px);
        margin: 0 auto;
    }

    form button {
        width: 360px;
        max-width: 360px;
        margin-top: 24px;
        margin: 24px auto 0;
        display: block;
    }

    .mobile {
        position: absolute;
        top: 114px;
        right: 300px;
        z-index: 2;
        max-width: 158px;
        left: 52px;
        right: 0;
        margin: 0 auto;
        left: 17%;
    }


    .effect2 {
        display:block;
        position:absolute;
        left:0;
        width:100%;
        top:0;
        z-index:-2;
    }
    .effect {
        display:none;
    }
    .bgs {
        position: absolute;
        top: 87px;
        right: 0;
        z-index: -1;
        width: 140%;
        max-width: 140%;
        left: -21%;
        margin: 0 auto;
    }

    .bg {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        overflow-x: hidden!important;
    }

    .effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 170%;
        max-width: 170%;
        z-index: -1;
        left: -10%;
    }



}


@media screen and (min-width:768px) and (max-width:1024px) {

    .logo {
        position: relative;
        z-index: 3;
        max-width: 255px;
        margin-top: -180px;
    }

    h1 {
        font-size: 50px;
        word-wrap: normal;
        max-width: 70%;
    }

    .bgs {
        position: absolute;
        top: 42px;
        right: 23px;
        z-index: -1;
        max-width: 800px;
    }

    .mobile {
        position: absolute;
        top: 100px;
        right: 300px;
        z-index: 2;
        max-width: 200px;
    }


}