/* Header Section */
*{
    margin: 0;
    font-family: sans-serif;
}
header{
    display: flex;
    background-image: url('../images/banner/banner3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1600px;
    height: 808px;
}

.main-se{
    margin: 215px 230px; 
}
.head-title{
    text-align: right;
    justify-content: right;
    font-size: 65px;
    font-weight: 700;
    color: #FFFFFF;
    width: 525px;
    margin-left: 550px;
    margin-bottom: 10px;

}
.head-dis{
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
    width: 494px;
    height: 78px;
    margin-left: 585px;
    margin-bottom: 30px;
}
.btn-praimary{
    justify-content: right;
    margin-left: 925px;
    align-items: right;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: purple;
    border-radius: 10px;
    border: 2px solid white;
    width: 160px;
    height: 64px;
    
    margin-bottom: 230px;
}
.bon{
    display: flex;
    justify-content: right;
}

/* sec-section work */
.sec-section{
    display: flex;
    margin: 130px 160px;
}
.sec-img{
    width: 569px;
    height: 723.3px;
}
.sec-div-text{
    margin: 270px 70px;
}
.sec-title{
    font-size: 40px;
    font-weight: 700;
    color: #151414;
    margin-bottom: 10px;
}
.sec-p{
    font-size: 18px;
    color: #444343;
}
/* my plan */
.my-plan-h{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.main-blog{
    justify-content: center;
    width: 218px;
    height: 197px;
}
.my-plan{
    display: flex;
    justify-content: center;
    margin: 0 120px;
    gap: 60px;

}
.icon{
    display: flex;
    width: 92.96px;
    height: 92.96px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.blog-h{
    text-align: center;
    font-size: 20px;
    color: #151414;
    margin-bottom: 5px;
    
}
.blog-p{
    font-size: 18px;
    font-weight: 500;
    color: #737272;
    text-align: center;
}
.gradient{
    /* bonus work */
    background-image: url(../images/gradient3.png), url(../images/watch.png);
    width: 1140px;
    height: 300px;
    margin: 130px 200px;
    justify-content: right;
}
.bonus{
    display: flex;
    padding-top: 70px;
    width: 459px;
    height: 182px;
    margin: 60px;
}
#gradient-h{
    font-size: 40px;
    font-weight: 700;

    color: #FFFFFF;

}
#gradient-btn{
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: purple;
    border-radius: 10px;
    border: 2px solid white;
    width: 160px;
    height: 64px;
    margin-top: 10px;

}
/* footer work */
.footer{
    display: flex;
    background-color: #000000;
}
.footer-div{
    margin: 130px 190px;
    width: 485px;
    height: 317px;
}
.footer-h{
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer-p{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.social-icon{
    width: 47px;
    height: 46px;
    padding: 10px;

}

.footer-sub{
    margin: 130px 190px;
    align-items: left;
}
#email{
    width: 325px;
    height: 64px;
    border: 2px solid white;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}
#footer-btn{
    width: 170px;
    height: 64px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: purple;
    border: 2px solid white;
}
