@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/SatoshiVariable-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Satoshi';
    color: #000;
    background-color: #fcfcfc;
}
p{
    font-family: 'Satoshi';
}
header{
    position: absolute;
    top:0;
    width: 100%;
}
.navbar
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:  20px 40px;
}
.nav_right ul li{
    width: auto;
    display: inline-block;
    list-style: none;
    padding:0 10px;
}
.nav_right ul li a{
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 32.4px;
    color: #0E0E0E  ;
    font-family: Satoshi;
}
 
 
.nav_right ul li.register {
    margin-left: 24px;
    border: 2px solid #0E0E0E;
    padding: 12px 24px;
    border-radius: 50px;
}
section.hero_section {
    background: url("../images/Property 1=Frame 6.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    min-height: 750px;
    background-position: center bottom;
    max-height: 100%;
}
.hero_inner {
    max-width: 581px;
}

.hero_inner h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 12px;
}

.hero_inner p {
    font-family: 'Satoshi';
    font-size: 20px;
    line-height: 27px;
}

.hero_inner button {
    margin-top: 48px;
    font-family: 'Satoshi';
    font-size: 24px;
    line-height: 32px;
    background: #EC4624;
    padding: 16px 32px;
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.hero_inner button img {
    margin-left: 35px;
}
.text-center{
    text-align: center;
}
img.full{
    width: 100%;
}
.container {
    width: calc(100% - 360px);
    margin: 0 auto;
}
.about_col .about_col_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 94px;
}

.about_col_main .col_img, .about_col_main .col_text {
    width: 50%;
}
.col_img img {
    max-height: 312px;
    object-fit: contain; 
}
.about_col_main.text_first {
    flex-direction: row-reverse;
}
section.about_product {
    margin-top: 120px;
}
.about_bottom {
    margin-top: 50px;
}
.about_bottom {
    margin-top: 50px;
}

.about_bottom button {
    border: 2px solid #0E0E0E;
    border-radius: 50px;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px  auto 0;
    font-size: 24px;
    line-height: 32px;
    color: #0E0E0E;
    background-color: transparent;
    cursor: pointer;
}

.about_bottom button img {
    margin-left: 33px;
}
.works .heading h2 img {
    width: 23px;
}
section.works {
    margin-top: 120px;
}
.works .works_img {
    margin-top: 40px;
}
.stic_heading{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Satoshi;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: left;
    color: #0E0E0E;
}
.stic_heading_icon{
    width:35px;
    margin-right: 15px;
}
.stic_heading_icon img{
    display: block;
    width: 100%;
}
.stic_flx{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.stic_item{
    width: 33.33%;
}
.stic_item_inner{
    padding: 40px;
    text-align: center;
}
.stic_txt{
    font-family: Satoshi;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
    color: #0E0E0E;
}
.section_icon {
    margin: 80px 0;
}
.stic_icon{
    margin: 0 auto;
    width: 200px;
}
.stic_icon img{
    width:100%;
}
.footer{
    background-color: #C2C8D4;
}
.footer_inner{
    padding: 60px 0 30px;
}
.ftr_flx{
    display: flex;
    justify-content: space-between;
}
.ftr_logo{
    width: 150px;
}
.ftr_logo_inner img{
    width: 100%;
    display: block;
}
.ftr_nav_flx{
    display: flex;
}
.ftr_ul{
    text-align: center;
    padding: 0 30px;
}
.ftr_link{
    font-family: Satoshi;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em; 
    text-decoration: none;
    color: #2E2E2E;
}
.ftr_li{
    list-style: none;
    margin-bottom: 10px;
}
.ftr_copy{
    text-align: center;
    margin-top: 70px;
}
.ftr_copy p{
    font-family: Satoshi;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #8B8B8B;
}
.page_content {
    margin: 160px 0;
}
.page_heading{
    font-family: Satoshi;
    font-size: 64px;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: 0em;
    text-align: center;
    color:#000000; 
    margin-bottom: 60px;
}
.page_text p,
.page_text li{
    font-family: Satoshi;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color:#000000;
    margin-bottom: 15px;
}
.page_text ul{
    padding: 0;
    padding-left: 25px;
}
.page_text li{
    list-style: upper-alpha;
}
    
.page_text h2{
    color:#000000;
    font-family: Satoshi;
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    margin: 40px 0;
}
.page_inner_box,
.page_section{
    min-height:70vh;
    padding:160px 0 80px;
}

.page_section{ 
    padding:120px 0 60px;
}
.dowbload_btn{
    margin-top:20px;
}
.dowbload_btn .htmltopdf {
    background: #EC4624;
    color:#fff;
}
.prodcut_row{
    margin:120px 0 80px;
}
.prodcut_row .prodcut_item .card{
    background-color: #0043cd;
    padding: 50px 0 0;
    color:#fff;
    overflow: hidden;
}
.prodcut_row .prodcut_item .card-title,
.prodcut_row .prodcut_item h5{
    color:#fff;
    font-size: 32px;
}
.prodcut_row .prodcut_item .card-text,
.prodcut_row .prodcut_item .price{
    font-size: 22px;
}
.prodcut_row .prodcut_item .btn-primary,
.prodcut_row .prodcut_item .buy-btn{ 
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 35px;
    font-size: 15px;
    border-radius:20px;
    color:#fff;
}
.prodcut_row .prodcut_item:nth-child(2) .card{
    background-color: #cd00a0;
}
.prodcut_row .prodcut_item:nth-child(3) .card{
    background-color: #f9ae09;
}
.pay_button,
.razorpay-payment-button{
    margin: 0 auto 28px 0;
    font-family: 'Satoshi';
    font-size: 18px;
    line-height: 18px;
    background: #EC4624;
    padding: 10px 27px;
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.nav_left img{
    max-width:100px;
}
.footer .container{
    width: 100%;
        max-width: 100%;
    padding: 0 40px;
}

@media (max-width: 768px){
    .hero_inner {
        padding-left: 0;
    }
    .container {
        width: calc(100% - 150px);
     }
     .stic_icon {
         width: 150px;
    }

}

@media (max-width: 767px){
    .container {
        width: calc(100% - 25px);
    }
    .navbar {
        margin: 20px 15px;
    }
    .nav_right ul li{
        padding: 0 5px;
    }
    .hero_inner {
         max-width: 100%;
    }
    .hero_inner h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    section.hero_section {
        padding: 180px 0;
        min-height: unset;
    }
    .about_col .about_col_main {
        flex-wrap: wrap;
    	justify-content: center;
        gap: 40px;
    }
    section.about_product {
        margin-top: 100px;
    }
    .about_col_main .col_img, .about_col_main .col_text {
        width: 100%;
    }
    .about_col_main .col_text {
        margin-bottom: 30px;
    }
    .col_img img {
        max-height: unset;
     }
    .about_bottom {
        margin-top: 30px;
    }
    .stic_item {
        width: 50%;
    }
    .stic_item_inner {
        padding: 20px;
    }
    .ftr_menu,
    .ftr_nav,
    .stic_icon {
        width: 100%;
    }
    .footer_inner {
        padding: 30px 0 20px;
    }
    .nav_left img {
        max-width: 52px;
    }
    .nav_right ul{
        padding-left:6px;
    }
    .ftr_nav_flx,
    .ftr_flx {
        flex-wrap: wrap;
    }
    .ftr_ul {
        text-align: left;
        padding: 0 0;
    }
    .ftr_logo {
        width: 120px;
    }
    .ftr_nav_flx .ftr_menu:not(:last-child) {
        margin-bottom: 40px;
    }
    
    .ftr_nav_flx .ftr_menu:first-child {
        margin-top: 40px;
    }
    .ftr_copy {
         margin-top: 50px;
    }
    .nav_right ul li.register {
    	border: 1px solid #000;
        margin-left: 5px;
        padding: 6px 7px;
    }
    .nav_right ul li a {
        font-size: 15px;
        line-height: 28.4px;
    	color: #000
    }

}