/*---------------------Roots-----------------*/

:root {
    ---green: #BEF209;
    ---white: #ffffff;
    ---black: #000000;
    ---border: #e5e5e5;
}

/*---------------------Roots-----------------*/




.newsletter {
    margin-top: 200px;
}

.newsletter .container {
    background: linear-gradient(90deg, #7CA300, #F8F902);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    padding: 100px;
}

.newsletter .container .text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.newsletter .container .text h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 100px;
    color: var(---black);
    line-height: 100px;
}

.newsletter .container .text p {
    color: var(---black);
    font-size: 20px;
    margin: 20px 0px;
}

.newsletter .container .text button {
    width: 430px;
    height: 90px;
    background-color: var(---white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    padding-left: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 35px;
    border-radius: 12px;
    cursor: pointer;
}

.newsletter .container .text button i {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: var(---green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transform: rotate(-40deg);
    transition: transform 0.4s ease;
}

.newsletter .container .text button:hover {
    box-shadow: 0px 10px 30px #c0f20983;
}

/* 👇 Jab pura button hover ho to icon move kare */
.newsletter .container .text button:hover i {
    transform: translateX(6px);
}





@media (max-width:1080px) {
    
.newsletter .container .text h1 {
    font-size: 70px;
    color: var(---black);
    line-height: 70px;
}
}


@media (max-width:850px) {
    
.newsletter .container .text h1 {
    font-size: 60px;
    color: var(---black);
    line-height: 60px;
}
}

@media (max-width:730px) {
    
.newsletter .container .text h1 {
    font-size: 50px;
    line-height: 50px;
}
.newsletter .container .text button {
    width: 350px;
    height: 90px;
    padding: 0px 10px;
    padding-left: 15px;
    font-size: 30px;
    border-radius: 16px;
}
.newsletter .container{
    padding: 60px;
}
}


@media (max-width:550px) {
    
.newsletter .container .text h1 {
    font-size: 40px;
    line-height: 40px;
}
.newsletter .container .text button {
    width: 300px;
    height: 70px;
    padding: 0px 10px;
    padding-left: 15px;
    font-size: 20px;
    border-radius: 16px;
}
.newsletter .container .text button i {
    width: 50px;
    height: 50px;
    font-size: 30px;
}
.newsletter .container{
    padding: 60px;
}
}

@media (max-width:450px) {
    
.newsletter .container .text h1 {
    font-size: 30px;
    line-height: 30px;
}
.newsletter .container .text button {
    width: 200px;
    height: 60px;
    padding: 0px 10px;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 12px;
}
.newsletter .container .text button i {
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.newsletter .container{
    padding: 40px;
    border-radius: 20px;
}
.newsletter .container .text p {
    color: var(---black);
    font-size: 16px;
    margin: 10px 0px;
}
    .newsletter {
        margin-top: 100px;
    }
}

@media (max-width:420px) {
    
.newsletter .container .text h1 {
    font-size: 30px;
    line-height: 30px;
}
.newsletter .container .text button {
    width: 200px;
    height: 50px;
    padding: 0px 10px;
    padding-left: 10px;
    font-size: 16px;
    border-radius: 12px;
}
.newsletter .container .text button i {
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.newsletter .container{
    padding: 40px;
    border-radius: 20px;
}
.newsletter .container .text p {
    color: var(---black);
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0px;
}
}