

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.m_top{
    margin-top: 20px;
}
.p-top40{
    padding-top: 40px;
}
.container{
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.col-1{
    max-width: 8.33%;
    width: 100%;
    flex: 8.33%;
}

.col-2{
    max-width: 16.66%;
    width: 100%;
    flex: 16.66%;
}

.col-3{
    max-width: 25%;
    width: 100%;
    flex: 25%;
}

.col-4{
    max-width: 33.3%;
    width: 100%;
    flex: 33.3%;
}

.col-5{
    max-width: 41.66%;
    width: 100%;
    flex: 41.66%;
}

.col-6{
    max-width: 50%;
    width: 100%;
    flex: 50%;
}

.col-7{
    max-width: 58.33%;
    width: 100%;
    flex: 58.33%;
}

.col-8{
    max-width: 66.66%;
    width: 100%;
    flex: 66.66%;
}

.col-9{
    max-width: 75%;
    width: 100%;
    flex: 75%;
}

.col-10{
    max-width: 83.33%;
    width: 100%;
    flex: 83.33%;
}

.col-11{
    max-width: 91.66%;
    width: 100%;
    flex: 91.66%;
}

.col-12{
    max-width: 100%;
    width: 100%;
    flex: 100%;
}

.parastyle p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 38px;
    color: #000000;
}

.row {
    display: flex;
   gap: 20px;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

/*Header*/
header{
    background-image: url("../images/The-Secret-to-Activating-your-Wealth-Frequency-1080x675.webp");
    background-size: cover;
    background-position: center;
}

header h1 {
    font-family: "Merriweather", serif;
    font-size: 82px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 91px 70px;
    line-height: 104px;
    text-shadow: 7px 3px 3px #461d10;
}


/*Content section*/
.content_sec h5{
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    color: #65270c;
    text-align: center;
    padding-bottom: 15px;
    line-height: 37px;
    font-weight: 600;
}



.content_sec{
    margin: 3em 0;
}

.common_h2{
 font-family: "Montserrat", sans-serif;
    font-size: 35px;
    color: #65270c;
    text-align: center;
    padding-bottom: 20px;
    line-height: 37px;
    font-weight: 700;
}


/*Wealth section*/
.shadow_box {
    background-color: white;
    border-radius: 20px;
    margin-bottom: 3em;
    border-bottom: 3px solid #65270c;
    box-shadow: 0px 10px 25px 3px #65270c8a;
    padding: 40px;
}

.wealth_sec {
    margin: 6em;
    padding: 0 6em
}

/*Infinite Section*/

.infinity_cntnt span{
    color:#65270c ;
    font-weight: 600;
}

.image{
    max-width: 50%;
    margin: auto;
    display: block;
    border-radius: 20px;
}

.floating_div {
    margin-top: 2em;
    padding: 20px 20px 0px 20px;
    border: 2px solid #532205;
    border-radius: 10px;
}

.pad-btm {
    padding-bottom: 36px;
}

.infinite_sec {
    margin: 6em;
    background-color: #fcffde;
}

.infinity_cntnt{
    padding: 40px 20px;
}

.infinity_cntnt h5{
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    color:#65270c;
    text-align: center;
    padding-bottom: 15px;
    line-height: 37px;
    font-weight: 600;
}

/*Footer*/

footer {
    background-color: #4a2315;
}

footer p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 20px 20px;
    text-transform: lowercase;
    color: #fcffde;
    font-weight: 500;
}