/* ===========================
CTA SECTION
=========================== */

.cta-section{

padding:120px 0;

}

.cta-box{

background:linear-gradient(135deg,#6D28D9,#9333EA,#EC4899);

border-radius:35px;

padding:70px 40px;

text-align:center;

box-shadow:0 25px 60px rgba(139,92,246,.35);

position:relative;

overflow:hidden;

}

.cta-box::before{

content:"";

position:absolute;

width:350px;

height:350px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-120px;

right:-120px;

}

.cta-box::after{

content:"";

position:absolute;

width:250px;

height:250px;

background:rgba(255,255,255,.05);

border-radius:50%;

bottom:-80px;

left:-80px;

}

.cta-box h2{

font-size:48px;

font-weight:800;

color:#fff;

margin-bottom:20px;

position:relative;

z-index:2;

}

.cta-box p{

font-size:19px;

color:#F3F4F6;

max-width:700px;

margin:auto;

position:relative;

z-index:2;

line-height:1.8;

}

.cta-box .btn{

position:relative;

z-index:2;

}

.cta-box .btn-outline-light{

border:2px solid #fff;

}

.cta-box .btn-outline-light:hover{

background:#fff;

color:#6D28D9;

}

@media(max-width:768px){

.cta-box{

padding:50px 25px;

}

.cta-box h2{

font-size:32px;

}

.cta-box p{

font-size:16px;

}

}