.subscription-bg{
    padding: 150px 20px 110px;
    border-radius: 16px;
    position: relative;
    z-index: 0;
}

.ai-subscription{
    margin: 180px 0 0px;
    background-color: #f6f8fd;
}

.subscription-bg{
    max-width: 725px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}


.subscription-bg p{
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding-top: 30px;
    font-family: 'Euclid Circular A';
}

.subscription-bg  .subscription-form-wrapper{
    max-width: 90%;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
    display: flex;
    background: #fff;
    padding: 10px 10px 10px 25px;
    border: solid 1px #d4d7df;
    border-radius: 35px;
}

.subscription-bg  .subscription-form-wrapper input[type= 'text'],
.subscription-bg  .subscription-form-wrapper input[type= 'email']{
    flex-grow: 1;
    border: none;
    height: 60px;
    font-family: 'Euclid Circular A';
    font-size: 20px;
    font-weight: 300;
    padding: 5px 20px ;
    color: #000;
    background: transparent;
}



.subscription-bg  .subscription-form-wrapper input[type= 'text']::placeholder,
.subscription-bg  .subscription-form-wrapper input[type= 'email']::placeholder{
    color: #8f929a;
}

@media screen and (max-width:1450px){
    .ai-subscription {
        margin: 12.41vw 0 0px;
    }

    .subscription-bg {
        max-width: 50vw;
    }

    .subscription-bg p {
        font-size: 1.52vw;
        line-height: 1.65vw;
        padding-top: 2.07vw;
    }

    .subscription-bg .subscription-form-wrapper {
        margin: 2.76vw auto 0;
        padding: 0.69vw 0.69vw 0.69vw 1.72vw;
    }

    .subscription-bg .subscription-form-wrapper input[type= 'text'], .subscription-bg .subscription-form-wrapper input[type= 'email'] {
        height: 4.14vw;
        font-size: 1.38vw;
        padding: 0.34vw 1.38vw;
    }

    .subscription-bg {
        padding: 10.35vw 1.38vw 6.897vw;
    }
}

@media screen and (max-width:991px){
    .ai-subscription {
        margin: 100px 0 0px;
    }

    .subscription-bg {
        max-width: 500px;
        padding: 100px 13px 65px;
    }

    .subscription-bg p {
        font-size: 15px;
        line-height: 18px;
        padding-top: 20px;
    }

    .subscription-bg .subscription-form-wrapper {
        margin: 25px auto 0;
        padding: 6px 6px 6px 15px;
    }

    .subscription-bg .subscription-form-wrapper input[type= 'text'], .subscription-bg .subscription-form-wrapper input[type= 'email'] {
        height: 40px;
        font-size: 14px;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .ai-subscription {
        margin: 60px 0 0px;
    }

    .subscription-bg {
        max-width: 100%;
        padding: 60px 0px 45px;
    }

    .subscription-bg .subscription-form-wrapper{
        max-width: 100%;
    }

    .subscription-bg .subscription-form-wrapper input[type= 'text'], .subscription-bg .subscription-form-wrapper input[type= 'email']{
        font-size: 13px;
    }
}

