.home-bg-gradient{
    margin: 45px;
    /*background: linear-gradient(220.55deg, #f0f9ff 0%,  #dbeafe 100%);*/
    background: linear-gradient(220deg,#DDE9FF80 0%,#dde9ff 100%);
    padding:30px;
}

.rounded-large{
    border-radius: 40px;
}
.gap-x{
    gap:40px;
}
.homebg2{
    background-color: #887EF7;
    background-image: url("../assets/quote-gradient");
   background-size: cover;
    background-position: center;
}

.header{
    font-size: 60px;
}
.shadowbg{
    position: relative;
    background-color: #fff;
}
.shadowbg:hover{
    background-color: #dbeafe;
}
.shadowbg:hover::before {
display: none;
}
.shadowbg:before{
    content: " ";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: -1;
    background-color: #dbeafe;
    transform: translate(-5px, -5px);
}
.smallhead{
    font-size: 40px;
}
.row2{
    max-width: 1300px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}
.animatedgradient{
    position:absolute;
    content:"";
    top:190px;
    left: 60px;
    width: 100px;
    height:100px;
}
.animatedgradient2{
    position:absolute;
    content:"";
    top:430px;
    right: 100px;
    width: 100px;
    height:100px;
}

@media (max-width: 768px){
   .animatedgradient,.animatedgradient2{
       display: none;
   }

    .row2 {
flex-direction: column;
    }
    .smallhead{
        font-size: 25px;
    }
   .paddzero{
       padding: 0 10px;
   }
    .size{
        width: 170px;
    }
    .home-bg-gradient {
margin: 15px;
        padding:7px 0px;
    }
    .header{
        font-size: 31px;
    }
    }