*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

.main_bg_section{
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #d6e3e7 30%,
        #e2ebee 50%,
        #d6e3e7 70%,
        #aeccd3 100%
    );
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo_section_main{
    background-color: #185d6f;
    height: 200px;
    width: 200px;
    border-radius: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.logo_section_main img{
    height: 125px;
    object-fit: cover;
}

.right_corner_bottom_main{
    position: absolute;
    z-index: 1;
    height: 150px;
    width: 100%;
    background: linear-gradient(90deg, 
        #ffffff 0%,
        #d6e3e7 30%,
        #e2ebee 50%, #c8d7db 75%, #67a2ae 100%);
    bottom: 0;
}

.book_images_main{
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.book_img_main{
    height: 300px;
}

.pdf_img_main {
    position: absolute;
    bottom: 50px;
    right: -45px;
    height: 70px;
}

.Business_info_section{
    border-top: 3px solid #185d6f;
    border-bottom: 3px solid #185d6f;
}

.inner_Business_info_section{
    padding: 50px 0;
    width: 80%;
    margin: 0 auto;    
}

.heading_Business_info_section{
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 500;
}

.flex_Business_info_section{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.leftside_flex_Business_info_section{
    width: 80%;
    font-size: 20px;
}

.rightside_flex_Business_info_section{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.heading_rightside_flex_Business_info_section{
    font-weight: 600;
}

.desc_rightside_flex_Business_info_section{
    font-size: 12px;
    font-weight: 400;
}

.inner_grid_card_images{
    padding: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 80%;
    margin: 0 auto;    
}

.box_inner_grid_card_images{
    border: 2px solid #185d6f;
    border-radius: 30px;
    padding: 20px;
    overflow: hidden;    
}

.box_inner_grid_card_images img{
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    overflow: hidden;
}

.with_your_box_section{
    border-radius: 30px;
    border: 2px solid #185d6f;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}

.heading_with_your_box_section{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.desc_with_your_box_section{
    padding: 20px;
}

.desc_with_your_box_section ul li{
    margin: 10px 0;
    font-size: 20px;
}

.desc_main_page_end_section{
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    font-size: 20px;
}

.margin_20{
    margin: 20px 0;
}

.desc_main_page_end_section ul li{
    margin: 20px;
}

.download_now_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_download_now_flex{
    font-size: 20px;
    font-weight: bold;
}

.right_download_now_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.right_download_now_flex button{
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #185d6f;
    color: #fff;
    font-weight: bold;
    border: 0;
    width: max-content;
    font-size: 18px;
}

.right_download_now_flex img{
    height: 50px;
}

.join_email_row{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.join_email_row button{
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #185d6f;
    color: #fff;
    font-weight: bold;
    border: 0;
    width: max-content;
    font-size: 18px;
}

footer{
    background-color: #185d6f;
}

.footer_row{
    width: 80%;
    margin: 0 auto;
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_footer_row,
.right_footer_row{
    display: flex;
    align-items: center;
    gap: 20px;
}

.left_footer_row img,
.right_footer_row img{
    height: 70px;
}

.copyright_text{ 
    width: 80%;
    margin: 0 auto;
    padding: 10px 30px 20px 0;
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

@media (max-width : 768px) {
    .download_now_flex{
        flex-direction: column;
        gap: 20px;
    }
    .copyright_text{
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px 20px 0;
    }
    .footer_row{
        width: 100%;
        padding: 20px 20px 0;
        flex-direction: column;
        gap: 20px;
    }
    .left_footer_row img,
    .right_footer_row img{
        height: 40px;
    }

    .desc_main_page_end_section {
        width: 100%;
        padding: 20px;
        font-size: 18px;
    }
    .with_your_box_section {
        border-radius: 20px;
        border: 2px solid #185d6f;
        padding: 20px;
        width: 90%;
        margin: 0px auto;
    }
    .heading_with_your_box_section {
        font-size: 24px;
    }
    .desc_with_your_box_section ul li{
        font-size: 18px;
    }
    .desc_with_your_box_section {
        padding: 20px 20px 0;
    }
    .inner_grid_card_images {
        padding: 30px 20px;
        display: grid;
        grid-template-columns: revert;
        gap: 30px;
        width: 100%;
    }
    .box_inner_grid_card_images {
        border-radius: 20px;
        padding: 20px;
    }
    .box_inner_grid_card_images img {
        border-radius: 18px;
    }
    .inner_Business_info_section {
        padding: 30px 20px;
        width: 100%;
        margin: 0 auto;
    }
    .flex_Business_info_section {
        margin-top: 10px;
        flex-direction: column;
        align-items: normal;
        gap: 30px;
    }
    .leftside_flex_Business_info_section {
        width: 100%;
        font-size: 18px;
    }
    .heading_Business_info_section {
        font-size: 32px;
        font-weight: 500;
    }
    .logo_section_main {
        height: 100px;
        width: 100px;
    }
    .logo_section_main img {
        height: 60px;
    }
    .book_img_main {
        height: 240px;
    }
    .book_images_main {
        position: absolute;
        left: 30%;
        top: 90px;
        z-index: 3;
        display: flex;
        align-items: center;
    }
}