@font-face {
    font-family: 'Satoshi_Light';
    src: url(../fonts/Light.ttf);
}
@font-face {
    font-family: 'Satoshi_Medium';
    src: url(../fonts/Medium.ttf);
}
@font-face {
    font-family: 'Satoshi_Regular';
    src: url(../fonts/Regular.ttf);
}
@font-face {
    font-family: 'Satoshi_Bold';
    src: url(../fonts/Bold.ttf);
}
/* fonts{
    font-family: 'Satoshi_Light';
    font-family: 'Satoshi_Medium';
    font-family: 'Satoshi_Regular';
    font-family: 'Satoshi_Bold';
} */
body{
    padding: 0;
    margin: 0;
    font-family: 'Satoshi_Regular';
}
section{
    max-width: 2400px;
    margin: auto;
}
footer{
    max-width: 2400px;
    margin: auto;
}
.last_bfooter{
    max-width: 2400px;
    margin: auto;
}
#section_one{
    margin-top: 150px;
}
.navbar_section{
    box-shadow: 0px 13px 52px 0px #0000001A;
    background: #FFFFFF;
    padding: 15px;
    position: fixed;
    width: 100%;
    max-width: 2500px;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
}
.mobile_navbar{
    display: none;
}
.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
}
.navbar_inner_links{
    text-align: center;
}
.navbar_inner_links button {
    background: #F1F1F1;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
    padding: 2px 10px;
    border: none;
    font-family: 'Satoshi_Medium';
}
.navbar_main_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar_inner_links_div {
    display: flex;
    align-items: center;
    gap: 90px;
    width: 100%;
}
.navbar_inner_links_div.links_two{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;
}
.navbar_inner_links_div a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    width: max-content;
    font-family: 'Satoshi_Medium';
}
.navbar_inner_links_div button{
    background: #F1F1F1;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
    padding: 2px 10px;
    border: none;
    font-family: 'Satoshi_Medium';
    display: none;
}
.navbar_logo img{
    height: 60px;
    width: auto;
}
.home_sec1_text_div{
    width: 100%;
    max-width: 500px;
}
.home_sec1_text_div p{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Satoshi_Medium';
}
.home_sec1_text_div h1{
    font-family: 'Satoshi_Medium';
    font-weight: 400;
    font-size: 41px;
    color: #574D56;
    text-transform: capitalize;
}
.home_sec1_text_div h1 b{
    font-family: 'Satoshi_Bold' !important;
    font-weight: 900;
}
.home_sec1_text_div button{
    width: 180px;
    border: 2px solid #574D56;
    padding: 8px;
    border-radius: 40px;
    color: #574D56;
    background-color: transparent;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-top: 75px;
}
.home_sec1_img_div {
    text-align: center;
}
.home_sec1_img_div img{
    width: 100%;
    max-width: 400px;
    height: 600px;
}
.brand_logo_main{
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    background: #E0E1DA;
    border-radius: 38px 0px 38px 0px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    padding: 12px 5px;
}
.brand_logo_main img{
    height: 45px;
    width: 130px;
    margin: auto;
}
.brand_logo_main p{
    margin-bottom: 0;
    color: #000000;
}
.home_section_two{
    margin-top: 120px;
    margin-bottom: 120px;
}
.home_sec2_text_main_div{
    width: 100%;
    max-width: 315px;
    margin-top: 20px;
}
.home_sec2_text_main_div h1{
    font-family: 'Satoshi_Bold';
    font-weight: 900;
    color: #000;
    font-size: 35px;
    text-transform: capitalize;
}
.home_sec2_text_inner{
    margin-top: 30px;
}
.home_sec2_text_inner p{
    font-family: 'Satoshi_Medium';
    padding-left: 20px;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}
.home_sec2_text{
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.sec2_border{
    height: 48px;
    width: 7px;
    background: #E0E1DA;
}
.home_section_three{
    margin-top: 80px;
    background: #E0E1DA;
    padding: 60px 0px 60px 0px;
    position: relative;
    min-height: 440px;
}
.home_sec3_text_div{
    padding: 30px 0px;
    width: 100%;
    max-width: 360px;
}
.home_sec3_text_div h2{
    font-family: 'Satoshi_Bold';
    font-weight: 900;
    color: #574D56;
    font-size: 35px;
    text-transform: capitalize;
}
.home_sec3_text_div p{
    font-family: 'Satoshi_Medium';
    font-size: 20px;
    color: #000;
    margin-top: 30px;
}
.home_sec3_text_div button{
    width: 160px;
    border: 2px solid #000;
    padding: 8px;
    border-radius: 40px;
    color: #000;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 20px;
    font-size: 16px;
}
.sec3_img_div{
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 42px;
    right: 0;
}
.sec3_img_div img{
    width: 100%;
    height: 350px;
}
.sec3_img_div_for_mobile{
    display: none;
    width: 100%;
    max-width: 500px;
}
.sec3_img_div_for_mobile img{
    width: 100%;
}
.home_sec3_2_text_div{
    padding: 30px 0px;
    width: 100%;
    max-width: 460px;
    margin-top: 50px;
}
.home_sec3_2_text_div h2{
    font-family: 'Satoshi_Bold';
    font-weight: 900;
    color: #574D56;
    font-size: 35px;
    text-transform: capitalize;
}
.home_sec3_2_text_div p{
    font-family: 'Satoshi_Medium';
    font-size: 20px;
    color: #000;
    margin-top: 40px;
}
.home_sec3_2_text_div button{
    width: 160px;
    border: 2px solid #000;
    padding: 8px;
    border-radius: 40px;
    color: #000;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 20px;
    font-size: 16px;
}
.home_before_statics_section{
    margin-top: 100px;
    background: #E0E1DA;
    padding: 25px 0px;
}
.home_bs_sec_text_div{
    padding: 30px 0px;
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
}
.home_bs_sec_text_div h1{
    font-family: 'Satoshi_Bold';
    font-weight: 900;
    color: #574D56;
    font-size: 35px;
    text-transform: capitalize;
}
.home_bs_sec_text_div p{
    font-family: 'Satoshi_Medium';
    font-size: 20px;
    color: #000;
}
.home_bs_sec_img_div img{
    width: 100%;
    margin-top: 20px;
}
.title {
    font-size: 35px;
    text-align: center;
    color: #574D56;
    font-weight: 900;
    font-family: 'Satoshi_Bold';
}
.home_sec2_card_body_div {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
}
.home_sec2_card_imgs {
    display: flex;
    width: 100%;
}
.home_sec2_card_imgs img {
    height: 300px;
    width: 50%;
}
.home_sec2_card_imgs .sec2_img1 {
    border-radius: 20px 0px 0px 20px;
}
.home_sec2_card_imgs .sec2_img2 {
    border-radius: 0px 20px 20px 0px;
    position: relative;
    right: 1px;
}
.before_btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFFFFFCC;
    width: max-content;
    padding: 4px 15px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    border: none;
    font-family: 'Satoshi_Bold';
}
.after_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFFFFFCC;
    width: max-content;
    padding: 4px 15px;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    border: none;
    font-family: 'Satoshi_Bold';
}
.compare_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.five_cards_section {
    margin: 120px 0px;
}
.five_cards_left_img{
    text-align: center;
}
.five_cards_left_img img {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    height: 600px;
}
.five_cards_main {
    width: 100%;
    max-width: 800px;
}
.five_cards_top_text {
    margin-top: 20px;
    width: 100%;
    max-width: 570px;
}
.five_cards_top_text h2{
    font-family: 'Satoshi_Bold';
    font-weight: bold;
    color: #36454F;
}
.five_cards_top_text p {
    padding-top: 30px;
    font-size: 21px;
    color: #000;
    font-family: 'Satoshi_Medium';
}
.five_card_body_div {
    width: 100%;
    max-width: 300px;
    margin-top: 40px;
    text-align: center;
}
.five_card_body_div a {
    text-decoration: none;
}
.five_card_body_div img {
    height: 220px;
    width: 100%;
}
.five_card_body_div p {
    padding-top: 10px;
    color: #000000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    width: fit-content;
    margin: auto;
    margin-bottom: 0;
}
.home_section_five {
    margin: 60px 0px;
}
.home_sec5_card_body_div {
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.home_sec5_card_body_div label{
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.home_sec5_img_div {
    margin-top: 30px;
    width: 100%;
    max-width: 350px;
    position: relative;
}
.home_sec5_img_div img {
    width: 100%;
}
.home_sec5_img_div h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    font-weight: 600;
    color: #36454F;
}
.home_sec5_img_div h1 sub {
    font-size: 24px;
    position: relative;
    top: -3px;
    left: 5px;
}
.treat_text_section{
    background: #E0E1DA;
}
.treat_text_section{
    padding: 60px 0px;
}
.treat_text_main{
    max-width: 500px;
}
.treat_text_main h1{
    font-family: 'Satoshi_Bold';
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 52px;
}
.home_section_six {
    background-color: #000;
    padding: 15px 0px;
}
.home_sec6_imgs_main_div {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_sec6_imgs_main_div .s6_img1 {
    height: 120px;
    width: auto;
}
.home_sec6_imgs_main_div .s6_img1 {
    height: 120px;
    width: auto;
}
.home_sec6_imgs_main_div .s6_img2 {
    height: 60px;
    width: auto;
}
.s6_img6 {
    height: 100px;
    width: auto;
}
.home_sec6_imgs_main_div .s6_img3 {
    height: 80px;
    width: auto;
}
.home_sec6_imgs_main_div .s6_img4 {
    height: 35px;
    width: min-content;
}
.home_sec6_imgs_main_div .s6_img5 {
    height: 45px;
    width: min-content;
}
.footer_section {
    background: #F6F6F6;
    padding: 60px 0px;
}
.footer_links_div h5 {
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Satoshi_Bold';
}
.footer_links_div {
    margin-top: 20px;
}
.footer_links_div p {
    margin-bottom: 0;
    padding-top: 5px;
    color: #000;
}
.footer_logo{
    margin-top: 30px;
}
.footer_links_div p img{
    padding-right: 5px;
}
.footer_input_div {
    display: flex;
    gap: 0;
}
.footer_input_div input {
    outline: none;
    background: transparent;
    border: none;
    color: #0000004F;
    padding: 7px 12px;
    width: 100%;
    font-size: 14px;
    background-color: #f4f4f4;
}
.footer_input_div input::placeholder{
    color: #0000004F;

}
.footer_input_div button {
    border: none;
    background: #000;
    padding: 7px 12px;
}
.footer_links_div a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.last_bfooter{
    background-image: url(../img/last_bfooter.svg);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.desktop2_section_one{
    position: relative;
    padding: 50px 0px;
    min-height: 500px;
}
.desk2_sec1_img_div{
    position: absolute;
    right: 0;
    top: 30px;
}
.desk2_sec1_img_div img{
    width: 100%;
    max-width: 550px;
}
.desk2_sec1_text_div{
    width: 100%;
    max-width: 390px;
}
.desk2_sec1_text_div h1{
    padding-top: 30px;
    font-family: 'Satoshi_Bold';
    color: #574D56;
    font-size: 36px;
    line-height: 54px;
}
.desk2_sec1_text_div p{
    font-family: 'Satoshi_Medium';
    padding-top: 35px;
    color: #000;
    line-height: 36px;
}
.upload_table_main_div {
    overflow-x: auto;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.table {
    margin-bottom: 0;
}
.upload_table_main_div .table>:not(:last-child)>:last-child>* {
    width: 180px;
    color: #F6F6F6;
    border: none;
}
.upload_table_main_div .table>:not(caption)>*>* {
    text-align: start;
    padding: 10px 30px;
    border: none;
    background: #D3CCBC33;

}
.upload_table_header .upload_timg {
    height: 80px;
    width: auto;
    position: relative;
    top: -22px;
}
.upload_table_header {
    padding: 10px;
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: -30px;
}
.upload_table_header.logo_margin{
    margin: unset !important;
    text-align: start;
    padding: 10px 0px;
}
.pack_imgs {
    margin-top: 10px;               
    height: 40px;
    width: auto;
}
.upload_table_header h3 {
    font-weight: 800;
    color: #574D56;
    margin-top: 7px;
    text-transform: capitalize;
    font-size: 15px;
}
.bg_white .upload_table_header h3 {
    font-weight: 800;
    color: #574D56;
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 15px;
}
.upload_table_header h5 {
    font-weight: 800;
    color: #000;
    margin-top: 10px;
    font-family: 'Satoshi_Bold';
}
.upload_table_header button {
    margin-top: 7px;
    padding: 8px;
    border-radius: 28px;
    background: transparent;
    border: 2px solid #000;
    font-size: 10px;
    width: 160px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Satoshi_Bold';
}
.upload_table_header span {
    padding: 6px 8px;
    border-radius: 30px 30px 0px 0px;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: auto;
    color: #fff;
    background: #574D56;
    position: absolute;
    top: -37px;
    /* z-index: 99; */
    left: 0;
    right: 0;
}
.bg_white {
    background-color: #D3CCBC !important;
    border-bottom: 1px solid #D3CCBC !important;
    border-top: 1px solid #D3CCBC !important;
    position: relative;
}
.bg_yellow{
    background: #E0E1DA !important;
    border-bottom: none !important;
    position: relative;
}
.bg_light_yellow{
    background-color: #F6F6F6 !important;
    border-bottom: none !important;
    position: relative;
}
.tick_img {
    text-align: center;
}
.tick_img img {
    height: 20px;
    width: auto;
}
.tick_img p {
    margin-bottom: 0;
}
.desk3_sec1_text_div{
    padding-top: 30px;
    max-width: 550px;
}
.desk3_sec1_text_div h1{
    font-family: 'Satoshi_Bold';
    color: #574D56;
    font-size: 36px;
    margin-bottom: 30px;
}
.desk3_sec1_text_div p{
    padding-top: 10px;
    margin-bottom: 0;
    font-family: 'Satoshi_Medium';
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.desk3_sec1_img_div img{
    height: 520px;
    padding-top: 30px;
    width: 100%;
}
.desktop3_section_two{
    margin-top: 170px;
    margin-bottom: 100px;
}
.des3_sec2_card_main_div{
    display: flex;
    height: auto;
    width: 100%;
    background: #D3CCBC;
    border-radius: 40px;
}
.desk3_sec2_inner_card1{
    padding: 25px 0px 0px 30px;
    width: 100%;
    max-width: 455px;
}
.desk3_sec2_inner_card1_text h1{
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    height: 61.4px;
    margin-bottom: 0;
    font-family: 'Satoshi_Bold';
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.desk3_sec2_inner_card2{
    background: #F6F6F6;
    height: auto;
    width: 65%;
    margin-left: auto;
    border-radius: 40px;
    padding: 20px 20px 0px 0px;
    position: relative;
}
.desk3_sec2_inner_card2_inner_text{
    display: flex;
    justify-content: space-evenly;
    height: 63px;
    border-bottom: 1px solid #CDCDCD;
}
.desk3_sec2_inner_card2_inner_text h4{
    margin-bottom: 0;
    padding-top: 12px;
    font-family: 'Satoshi_Medium';
    font-size: 17px;
    width: 220px;
}
.desk3_sec2_inner_card2_upper_text{
    position: absolute;
    top: -40px;
    width: 100%;
}
.desk3_sec2_inner_card2_upper_text_inner{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
}
.desk3_sec2_inner_card2_upper_text_inner h4{
    margin-bottom: 0;
    max-width: 200px;
    font-family: 'Satoshi_Bold';
    color: #574D56;
    font-size: 16px;
}
.desktop3_section_three{
    margin-top: 50px;
    margin-bottom: 50px;
    background: #E0E1DA;
    padding: 30px 0px 50px 0px;
    position: relative;
    height: auto;
    min-height: 500px;
}
.desk3_sec3_text_div{
    padding-top: 40px;
}
.desk3_sec3_text_div h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    color: #574D56;
    font-family: 'Satoshi_Bold';
}
.desk3_sec3_text_div p{
    font-family: 'Satoshi_Medium';
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    padding-top: 9px;
}
.desk3_sec3_text_div h6{
    padding-top: 50px;
    font-family: 'Satoshi_Bold';
    color: #898170;
}
.desk3_sec3_img_div {
    position: absolute;
    right: 0;
    top: 40px;
}
.desk3_sec3_img_div img {
    width: 100%;
    max-width: 550px;
}
.upload_section_two {
    margin-top: 50px;
}
.upload_sec2_main_div {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.upload_sec2_text_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.upload_sec2_text_div h2{
    font-family: 'Satoshi_Medium';
    font-size: 32px;
}
.upload_sec2_text_div p{
    font-family: 'Satoshi_Regular';
    font-size: 20px;
}
.upload_here_div {
    margin-top: 30px;
}
.upload_here_div label {
    width: 100%;
    height: 400px;
    border: 3px dotted #636E72;
    border-radius: 20px;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.upload_here_div label img {
    height: 70px;
    width: auto;
}
.upload_here_div p{
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
}
.upload_here_div label button {
    margin-top: 20px;
    font-size: 16px; 
    background: #574D56;
    width: 170px;
    padding: 8px 10px;
    border-radius: 8px;
    border: none;
    color: #fff;
}
.upload_here_div label h5{
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.title_desk3{
    color: #574D56;
    padding: 40px 0px;
    font-weight: 600;
    text-align: center;
    font-size: 35px;
}
.how_it_works_section{
    margin-top: 70px;
    margin-bottom: 70px;
}
.hiw_title{
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    color: #574D56;
}
.hiw_card_body_div{
    background: #E0E1DA;
    padding: 25px  40px;
    border-radius: 20px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    gap: 30px;
    max-width: 1100px;
}
.hiw_card_text_div{
    width: 100%;
    max-width: 800px;
}
.hiw_card_text_div h2{
    font-weight: 600;
    color: #574D56;
    font-size: 24px;
}
.hiw_card_text_div p{
    font-family: 'Satoshi_Medium';
    color: #000;
    font-size: 16px;
}
.hiw_card_img_div img{
    height: 110px;
    width: auto;
}
.about_sec1_text_div{
    padding-top: 30px;
    max-width: 550px;
}
.about_sec1_text_div h1{
    font-family: 'Satoshi_Bold';
    color: #574D56;
    font-size: 36px;
    margin-bottom: 40px;
}
.about_sec1_text_div p{
    font-family: 'Satoshi_Medium';
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 00;
    padding-top: 10px;
}
.about_sec1_text_div button{
    width: 140px;
    border: 2px solid #574D56;
    padding: 8px;
    border-radius: 40px;
    color: #574D56;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 40px;
    font-size: 16px;
}
.about_sec1_img_div img{
    height: 520px;
    padding-top: 30px;
    width: 100%;
}
.faq_section{
    margin-top: 50px;
}
.faq_title{
    background: #000000;
    padding: 30px 10px;
    text-align: center;
}
.faq_title h1{
    color: #fff;
}
.faq_title p{
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
}
.faq_accordion_main_div{
    margin-top: 50px;
    padding: 20px 20px 40px 20px;
    border-radius: 20px;

}
.faq_accordion_main_div .accordion-item{
    margin-top: 30px;
    border-radius: 15px;
    background: #F6F6F6;
    box-shadow: none !important;
    border: none !important;
}
.faq_accordion_main_div .accordion-flush .accordion-item .accordion-button{
    color: #574D56;
    border-radius: 15px;
    box-shadow: none !important;
    background: #F6F6F6;
    font-family: 'Satoshi_Regular';
    font-weight: 600;
}
.accordion-body{
    font-family: 'Satoshi_Regular';
    line-height: 28px;
    font-size: 15px;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0);
}
.accordion-button:not(.collapsed){
    background-color: #fff;
}
.faqs_title_div{
    margin: 40px 0px;
    text-align: center;
}
.faqs_title_div h2{
    color: #574D56;
    font-family: 'Satoshi_Bold';
}
.faqs_title_div p{
    padding-top: 10px;
    color: #574D56;
}
/* .faq_accordion_main_div .accordion-button::after{
    background-image: url(../img/chevdown.png)
}
.faq_accordion_main_div .accordion-button:not(.collapsed)::after {
    background-image: url(../img/chevup.png);
    transform: rotate(-180deg);
} */

.contact_toptitle{
    margin: 40px 0px;
    text-align: start;
    width: 100%;
    max-width: 650px;
}
.contact_toptitle h2{
    color: #574D56;
    font-family: 'Satoshi_Bold';
    font-size: 35px;
}
.contact_toptitle p{
    padding-top: 10px;
    color: #574D56;
}
.contact_section_one{
    position: relative;
}
.contact_sec1_inner_main_div{
    margin-top: 50px;
    background: #F6F6F6;
    padding: 70px 0px;

}
.contact_form_card_body{
    width: 100%;
    max-width: 450px;
}
.contact_input_div {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 8px;
}
.contact_input_div label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000;
    font-family: 'Satoshi_Bold';
}
.contact_input_div input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 20px;
    outline: none;
    color: #D0D0D0;
    font-size: 14px;
    border-radius: 8px;
}
.contact_input_div textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 20px;
    outline: none;
    color: #D0D0D0;
    font-size: 14px;
    border-radius: 8px;
}
.contact_form_card_body button {
    border: 2px solid #574D56;
    background: transparent;
    padding: 6px 20px;
    border-radius: 20px;
    color: #574D56;
    margin-top: 30px;
    width: 150px;
}
.contact_last_text {
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    text-align: start;
}
.contact_social_icons_main{
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 20px;
    max-width: 280px;
    margin-bottom: 35px;
}
.contact_social_icons_main p{
    text-align: center;
    font-size: 16px;
}
.contact_social_icons {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}
.contact_sec1_img_div{
    position: absolute;
    right: 0;
    top: 100px; 
}
.contact_sec1_img_div img {
    width: 100%;
    max-width: 550px;
}
.acconts_section{
    height: auto;
    min-height: 100vh;
    display: flex;
}
.acconts_img_div{
    width: 50%;
}
.acconts_img_div img{
    height: 100vh;
    width: 100%;
}
.acconts_form_main_div{
    padding: 30px;
    width: 50%;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accounts_card_body_div{
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.accounts_input_div {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 8px;
    position: relative;
}
.accounts_input_div img{
    position: absolute;
    top: 40px;
    right: 10px;
    height: 20px;
}
.accounts_input_div label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #000;
    font-family: 'Satoshi_Medium';
    text-transform: capitalize;
}
.accounts_input_div input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 40px 10px 20px;
    outline: none;
    color: #D0D0D0;
    font-size: 14px;
    border-radius: 8px;
    text-transform: capitalize;
}
.accounts_input_div input::placeholder{
    text-transform: capitalize;
}
.accounts_card_body_div h2{
    color: #574D56;
    font-family: 'Satoshi_Bold';
    text-align: center;
    margin: 25px 0px;
}
.accounts_logo{
    text-align: center;
    margin-top: 25px;
}
.accounts_btn_div button{
    width: 100%;
    padding: 8px;
    border-radius: 30px;
    background: #574D56;
    color: #E0E1DA;
    border: none;
    margin-top: 30px;
}
.Forgot{
    text-align: end;
}
.Forgot a{
    text-decoration: none;
    color: #000;
    font-family: 'Satoshi_Medium';
}
.on_border_text {
    margin-top: 40px;
    position: relative;
    border-top: 1px solid #000;
    text-align: center;
}
.on_border_text label {
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    background-color: #fff;
    width: max-content;
    margin: auto;
    padding: 0px 15px;
    color: #000;
    font-size: 16px;
}
.accounts_social_icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
}
.acconts_last_text {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.acconts_last_text a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.package_toptitle{
    margin: 40px 0px;
    text-align: start;
    width: 100%;
    max-width: 650px;
}
.package_toptitle h2{
    padding-top: 12px;
    color: #574D56;
    font-family: 'Satoshi_Bold';
    font-size: 35px;
}
.package_toptitle button{
    margin-top: 10px;
    color: #574D56;
    background: #D3CCBC;
    border: none;
    padding: 7px;
    color: #fff;
    font-size: 15px;
}
.gold_section_one{
    background: #F6F6F6;
    padding: 50px 0px;   
}
.gold_sec1_text_div{
    width: 100%;
    max-width: 600px;
}
.gold_sec1_text_div h2{
    font-size: 24px;
    font-family: 'Satoshi_Bold';
    color: #574D56;
    margin-bottom: 20px;
}
.gold_sec1_text_div p{
    margin-bottom: 0;
    padding-top: 4px;
    font-size: 16px;
    color: #000;
    font-family: 'Satoshi_Medium';
}
.gold_section_two{
    margin: 60px 0px;
}
.gold_sec2_card_div{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 140px;
}
.gold_sec2_card_div img{
    height: 140px;
    width: 140px;
}
.upload_gold{
    max-width: 900px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 150px;
}
.bronze_section_one{
    margin-top: 70px;
    margin-bottom: 100px;
}
.bronze_compare_main{
    margin-top: 50px;
    box-shadow: 0px 0px 8px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 20px;
}
.bronze_before_main{
    background: #F6F6F6;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
}
.bronze_after_main{
    padding: 20px;
    padding-right: 32px;
    border-radius: 0px 20px 20px 0px;
}
.bronze_before_main img{
    width: 100%;
    height: 280px;
    margin-top: 30px;
}
.bronze_after_main img{
    width: 100%;
    height: 280px;
    margin-top: 30px;
}
.bronze_after_main h3{
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}
.bronze_before_main h3{
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}
.bronze_right_card_main_div{
    box-shadow: 0px 0px 8px 0px #0000001A;
    background: #FFFFFF;
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
}
.bronze_right_inner_card .right_one{
    display: flex;
    align-items: center;
    gap: 20px;
}
.bronze_right_inner_card{
    margin-top: 20px;
    box-shadow: 0px 0px 8px 0px #0000001A;
    padding: 15px;
    border-radius: 30px;

}
.bronze_right_inner_card img{
    height: 80px;
}
.bronze_right_inner_card h5{
    font-family: 'Satoshi_Medium';
    margin-bottom: 0;
    color: #574D56;
    font-size: 19px;
}
.bronze_right_inner_card h5 b{
    padding-left: 30px;
    font-family: 'Satoshi_Bold';
}
.bronze_right_inner_card p{
    padding-top: 6px;
    color: #000;
    font-family: 'Satoshi_Medium';
    margin-bottom: 0;
    font-size: 15px;
}
.bronze_right_inner_card button{
    width: 150px;
    border: 2px solid #574D56;
    background-color: transparent;
    border-radius: 20px;
    padding: 6px;
    font-family: 'Satoshi_Bold';
    color: #574D56;
    margin-top: 10px;
    margin-bottom: 5px;
}
.gallery_section_one{
    margin-bottom: 50px;
}
.gallery_sec1_text_div h4{
    color: #574D56;
    font-family: 'Satoshi_Bold';
    font-size: 35px;
}
.gallery_sec1_text_div p{
    font-family: 'Satoshi_Medium';
    font-size: 20px;
}
.gallery_sec1_img_div1 img{
    margin-top: 20px;
    width: 100%;
}
.gallery_sec1_img_div2 img{
    margin-top: 20px;
    width: 100%;
}
.gallery_sec1_img_div3 img{
    margin-top: 20px;
    width: 100%;
}
.gallery_section_two{
    margin-top: 100px;
    margin-bottom: 100px;
}
.gallery_sec2_img_div{
    margin-top: 30px;
}
.gallery_sec2_img_div img{
    width: 100%;
}
@media (min-width:3500px){
    .acconts_section {
        height: auto;
        min-height: 40vh;
        display: flex;
        align-items: center;
    }
    .acconts_img_div img {
        height: 40vh;
        width: 100%;
    }
}
@media (max-width:1400px){
    .navbar_inner_links_div.links_two {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 30px;
    }
    .navbar_inner_links_div {
        display: flex;
        align-items: center;
        gap: 50px;
        width: 100%;
    }
    .navbar_inner_links_div a {
        text-decoration: none;
        color: #000;
        font-size: 12px;}
}
@media (max-width:1200px){
    .desk3_sec2_inner_card2_inner_text h4 {
        margin-bottom: 0;
        padding-top: 12px;
        font-family: 'Satoshi_Medium';
        font-size: 14px;
        width: 160px;
    }
}
@media (max-width:1100px){
    .desk3_sec3_img_div img {
        width: 100%;
        max-width: 500px;
    }
    .contact_sec1_img_div img {
        width: 100%;
        max-width: 500px;
    }
    .desk2_sec1_img_div{
        margin-top: 30px;
        position: relative;
        right: 0;
        top: 0;
    }
    .desk2_sec1_text_div h1 {
        padding-top: 30px;
        font-family: 'Satoshi_Bold';
        color: #574D56;
        font-size: 30px;
        line-height: 45px;
    }
}
@media (max-width:992px){
    .navbar_section{
        display: none;
    }
    .mobile_navbar{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        right: 0;
        left: 0;
        background: #fff;
        display: block;
    }
    .mobile_navbar .navbar ul li a{
        margin-top: 20px;
        color: #fff !important;
        text-align: center;
    }
    .home_sec1_img_div{
        margin: 30px;
    }
    .navbar-collapse{
        padding: 30px 10px;
        position: fixed;
        background: #000;
        width: 100%;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .hiw_card_text_div h2 {
        font-weight: 600;
        color: #574D56;
        font-size: 20px;
    }
    .hiw_card_text_div p {
        font-family: 'Satoshi_Medium';
        color: #000;
        font-size: 14px;
    }
    .sec3_img_div_for_mobile{
        margin-top: 30px;
        display: block;
    }
    .sec3_img_div{
        display: none;
    }
    .home_sec1_text_div p {
        font-size: 15px;
    }
    .home_sec1_text_div h1 {
        font-size: 31px;
    }
    .home_sec2_text_main_div h1 {
        font-size: 26px;
    }
    .home_sec2_text_inner p {
        font-size: 17px;
    }
    .home_sec3_text_div h2 {
        font-size: 34px;
    }
    .home_sec2_card_imgs img {
        height: 270px;
        width: 50%;
    }
    .five_cards_top_text p {
        padding-top: 10px;
        font-size: 16px;
    }
    .five_card_body_div img {
        height: 170px;
        width: 100%;
    }
    .five_cards_left_img img {
        height: 481px;
    }
    .home_sec1_img_div img {
        width: 100%;
        max-width: 400px;
        height: 540px;
    }
    .desk3_sec3_text_div p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0em;
        margin-bottom: 0;
        font-family: 'Satoshi_Medium';
        color: #000;
    }
    .desk3_sec3_text_div h6 {
        font-size: 14px;
    }
    .desk3_sec3_text_div h2 {
        font-size: 24px;
    }
    .contact_sec1_img_div img {
        width: 100%;
        max-width: 430px;
    }
    .desk3_sec3_img_div img {
        width: 100%;
        max-width: 430px;
    }
    .desk3_sec2_inner_card1 {
        padding: 25px;
        width: 100%;
        max-width: 280px;
    }
    .desk3_sec2_inner_card2_upper_text_inner h4{
        font-size: 20px;
        max-width: 120px;
    }
    .desk3_sec2_inner_card2_inner_text h4 {
        margin-bottom: 0;
        padding-top: 16px;
        font-family: 'Satoshi_Medium';
        font-size: 13px;
    }
    .desk3_sec2_inner_card1_text h1 {
        font-size: 15px;
        font-weight: normal;
        font-family: 'Satoshi_Regular';
    }
    .desk3_sec2_inner_card2_upper_text {
        position: absolute;
        top: -65px;
        width: 100%;
    }
}
@media (max-width:940px){
    .desk3_sec3_img_div {
        margin-top: 30px;
        position: relative;
        right: 0;
        top: 0;
    }
    .contact_sec1_img_div {
        margin-top: 30px;
        position: relative;
        right: 0;
        top: 0;
    }
    .contact_social_icons_main{
        width: 100%;
        max-width: 280px;
        margin: auto;
        margin-top: 50px;
        position: relative;
        bottom: 0;
        right: 0;
        margin-bottom: 20px;
    }
}
@media(max-width:768px){
    .acconts_section{
        flex-direction: column;
    }
    .acconts_img_div{
        width: 100%;
    }
    .acconts_img_div img{
        height: 400px;
        object-fit: cover;
    }
    .acconts_form_main_div{
        width: 100%;
        height: auto;
    }
    .desk3_sec2_inner_card1 {
        padding: 25px;
        width: 100%;
        max-width: 200px;
    }
    .desk3_sec2_inner_card1_text h1 {
        font-size: 12px;
    }
    .desk3_sec2_inner_card2_upper_text_inner h4 {
        font-size: 18px;
        max-width: 120px;
    }
    .desk3_sec2_inner_card2_inner_text h4 {
        margin-bottom: 0;
        padding-top: 16px;
        font-family: 'Satoshi_Medium';
        font-size: 11px;
        width: 103px;
    }
}
@media (max-width:650px){
    .hiw_card_img_div{
        text-align: center;
    }
    .hiw_card_body_div{
        flex-direction: column;
        padding: 30px 15px
    }
}
@media (max-width:550px){
    .gold_sec1_text_div h2 {
        font-size: 16px;
        font-family: 'Satoshi_Bold';
        color: #574D56;
    }
    .gold_sec1_text_div p {
        margin-bottom: 0;
        padding-top: 4px;
        font-size: 12px;
        color: #000;
        font-family: 'Satoshi_Medium';
    }
    .hiw_card_img_div img {
        height: 100px;
        width: auto;
    }
    .faq_accordion_main_div {
        padding: 20px 0px 40px 0px;
    }
    .faq_accordion_main_div .accordion-flush .accordion-item .accordion-button{
        font-size: 14px;
    }
    .home_sec1_text_div h1 {
        font-family: 'Satoshi_Medium';
        font-weight: 500;
        font-size: 28px;
        color: #36454F;
    }
    .home_sec1_img_div img {
        width: 100%;
        max-width: 400px;
        height: 450px;
        margin-top: 30px;
    }
    .five_card_body_div{
        margin: auto;
        margin-top: 40px;
    }
    .five_cards_left_img img {
        width: 100%;
        max-width: 310px;
        height: 480px;
    }
    .brand_logo_main{
        margin: auto;
        margin-top: 70px;
    }
    .upload_sec2_text_div{
        flex-direction: column;
    }
    .upload_sec2_text_div div{
        text-align: center;
    }
    .title_desk3 {
        font-size: 15px;
    }
    .upload_sec2_text_div h2{
        font-size: 16px;
        font-weight: 600;
    }
    .upload_sec2_text_div p{
        font-size: 14px;
    }
    .desk3_sec1_text_div h1 {
        font-family: 'Satoshi_Bold';
        color: #574D56;
        font-size: 24px;
    }
    .desk3_sec1_text_div p {
        font-size: 12px;
        line-height: 20px;
    }
    .desk3_sec1_img_div img {
        height: 400px;
        padding-top: 30px;
        width: 100%;
    }
    .desk3_sec2_inner_card1 {
        padding: 12px 0px 0px 12px;
        width: 100%;
        max-width: 150px;
    }
    .desk3_sec2_inner_card1_text h1 {
        font-size: 9px;
        height: 45px;
    }
    .desk3_sec2_inner_card2_inner_text {
        display: flex;
        justify-content: space-evenly;
        height: 45px;
    }
    .desk3_sec2_inner_card2_inner_text h4 {
        padding-top: 14px;
        font-size: 8px;
        width: 66px;
    }
    .desk3_sec2_inner_card2_upper_text_inner h4 {
        font-size: 12px;
        max-width: 100px;
    }
    .desk3_sec2_inner_card2_upper_text {
        position: absolute;
        top: -50px;
        width: 100%;
    }
    .desk3_sec2_inner_card2 {
        background: #F6F6F6;
        height: auto;
        padding: 10px 10px 0px 0px;
    }
    .des3_sec2_card_main_div {
        display: flex;
        height: auto;
    }
    .desk3_sec2_inner_card2_upper_text_inner {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
}
@media (max-width:380px){
    .desk3_sec2_inner_card2 {
        border-radius: 20px;
    }
    .des3_sec2_card_main_div{
        border-radius: 20px;
    }
    .desk3_sec2_inner_card2_upper_text {
        position: absolute;
        top: -40px;
        width: 100%;
    }
    .desk3_sec2_inner_card2_upper_text_inner h4 {
        font-size: 7px;
        max-width: 48px;
    }
    .desk3_sec2_inner_card1 {
        padding: 12px 5px 0px 12px;
        width: 100%;
        max-width: 100px;
    }
    .desk3_sec2_inner_card1_text h1 {
        font-size: 6px;
        padding-top: 4px;
        height: 45px;
    }
    .desk3_sec2_inner_card2_inner_text h4 {
        padding-top: 14px;
        font-size: 8px;
    }
    .mobile_nav{
        height: 40px;
    }
    .navbar-collapse {
        padding: 30px 10px;
        position: fixed;
        background: #000;
        width: 100%;
        top: 68px;
    }
    .title {
        font-size: 24px;
        text-align: center;
        color: #574D56;
        font-weight: 900;
        font-family: 'Satoshi_Bold';
    }
    .home_sec3_text_div h2 {
        font-size: 24px;
    }
    .home_sec3_text_div p {
        font-family: 'Satoshi_Medium';
        font-size: 15px;
        color: #000;
    }
    .five_cards_left_img img {
        width: 100%;
        max-width: 310px;
        height: 400px;
    }
}