<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@font-face {
    font-family: 'Switzer';  /* Define the font name */
    src: url('./font/Switzer_Complete/Fonts/TTF/Switzer-Black.otf') format('opentype');  /* Path to the font file */
    font-weight: bold;      /* Since it's "Black", it's typically a bold variant */
    font-style: normal;     /* Regular style */
}

body {
    font-family: 'Switzer', sans-serif; /* Apply the Switzer font */
}

#mainNav .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}
.new_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey_colour{
    color: #000000a3 !important;
}

.black_colour{
    color: #000 !important;
}

.custom_nav_img{
    height: 80px !important;
    width: 240px !important;
}


.black{
    font-family: 'Switzer', sans-serif; /* Apply the Switzer font */
font-size: 32px;
font-weight: 700;
line-height: 32px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: black !important;
}

.green{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1BB826 !important;
    text-align: center;
    
}


.linear{
    border-radius: 0px 12px 0px 0px;
padding: 10px;
    background: linear-gradient(90deg, #FFC42E 0%, #FFEF3D 50%, #FFC42E 100%) !important;

}
.linear p{
    margin: 0;
    font-family: 'Poppins';
font-size: 14px;
font-weight: 400;
line-height: 14px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}





.custom_login{
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
width: 100px !important;
justify-content: center;
border-radius: 50px !important;
}

.custom_signup{
    border-radius: 50px !important;
}

.my-4{
    display: flex;
    
}

.custom_start{
   
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    width: 125px !important;
    justify-content: center;
    font-size: 14px;
    border-radius: 50px !important;
} 
.lw-btn{
    height: 45px !important;
    width: 125px !important;        
    font-size: 14px !important;
    align-content: center;
}
.lw-masthead{
    height: fit-content !important;
    padding-top: 0;
}
/* .main-logo{
   height: 100%;
} */

.p_text{
    font-size: 12px;
}



.image-container {
    width: 500px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
}
.image-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.image-container img.active {
    opacity: 1;
}


/* .slider-container {
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
} */

#sliderImage {
    width: 520px; 
    height: 500px;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}

.slide_img_c {
    padding-left: 70px !important;
}


.lw-button{
    height: 45px;
    width: 130px;
    text-align: c;
    align-content: center;
}
 .siva{
    display: flex;
    justify-content: center;
} 

 .offer_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
    width: 320px !important ;
    height: 524px !important;
    flex-shrink: 0;
    border-radius: 12px !important ;
    border: 1px solid #54FF94 !important;
    background: #102D1B !important;

}
.price{
    /* padding-bottom: 80px; */
}
.price h1{
    color: #30764B;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-decoration: line-through;
    margin-bottom: 0px;
}
.price h5{
    color: #FFF;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%; /* 29px */
    margin-bottom: 0px;

}
.price span{
    font-family: Switzer;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 32px */
background: linear-gradient(90deg, #FFC42E 0%, #FFEF3D 50%, #FFC42E 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tick_content{
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    padding-top: 33px;

}
 .tick_1{
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-content: center; */
    gap: 8px !important;
    
    

} 
.tick_1 h3{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.dd_details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}
.dd_details h6{
    color: #58E48D;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    padding-bottom: 16px;
    margin-bottom: 0px;
}
.dd_join_btn{
    display: flex;

    width: 280px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 18px;
    background: #F9FF42;
    border: none;


    color: #102D1B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    margin-bottom: 58px;
}

.until_date{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 12px 0px 0px;
    background: linear-gradient(90deg, #FFC42E 0%, #FFEF3D 50%, #FFC42E 100%);
    align-content: center;
    text-align: center;

    margin-bottom: 4%;
    margin-left: 52%;
    width: 50%;
    /* position: fixed; */
    
    
    
}
.until_date h5{
    color: #102D1B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
    margin: 0px;
 

}

.lw-title{
    padding-top: 131px !important;
    font-size: 48px !important;
    line-height: 125% !important;

    width: 573.965px;
    color: #000;
    font-family: Switzer;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 60px */
}
.img{
    padding-top: 30px;
}
.p_text-d{
    width: 480px !important;

    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */

}
.unlock_d{
    width: 622px !important;

    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 26.6px */
}





/* Navbar Styling */
.navbar {
    padding: 10px 15px;
    background-color: #fff;
}

/* Move Menu Button to the Left */
.navbar-toggler {
    background: #fff;
    border: none;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}





@media (max-width: 768px) {

    




    .black{
        text-align: center !important;
    }
    .green{
        text-align: center !important;
        text-align: center;
        font-size: 15px;
        padding: 10px;

    }
    .p_text{
        /* color: #000000a3;
        text-align: center;
        font-size: 12px;
        padding: 10px;  */

        width: 400.516px;

        color: #000000a3;
        text-align: center;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 21px */
        opacity: 0.6;
    }
    .p_text-d {
        width: 338.327px;
        color: #000;
        text-align: center !important;
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 14px */
    }

    .lw-masthead{
        height: fit-content !important;

      
    }
    .grey_colour{
        font-size: 15px;
    }
    

    body{
        margin-top: 50px !important;
    }
   
.nav_adjustment{
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: start !important;
    padding-left: 16px;
}
.custom_nav_img {
    height: 80px !important;
    width: 120px !important;
}
.nav_adjustment {
    flex-direction: row-reverse !important;
}
.border_none{
    border: none !important;
}
.height_100{
    height: 100% !important;
}
.linear p{
    color: #000;
font-family: 'Poppins';
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 10px */
}
#sliderImage{
    width: 100%;
    height: 100%;
}
.slide_img_c{
    padding-top: 30px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.slide_img_text{
    text-align: center;

}

.lw-main-feature-block{
    padding-top: 0;
    padding-bottom: 0;
}
.green_text{
    display: flex;
    justify-content: center;
    text-align: center;
}
.signup_cont{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.lw-features-block{
    padding-top: 3rem;
}

.image-container {
    width: 100%;
}

.lw-title{

    /* width: 100% !important; */
    width: 351.381px;
    text-align: center !important;
    align-content: center !important;
    padding-top: 20px !important;
    /* padding-left: 0 !important; */
    
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
    font-size: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

 
}
.header_titile-1{
    /* padding-left: 0 !important; */
    /* padding-bottom: 16px !important; */
}
.description{
    width: 348.516px;

    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    /* padding-left: 0 !important; */
}
.unlock_d{
    width: 348.516px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p_text-d{
    width: 338.327px !important;

    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 14px */
    align-content: center !important;
    display: flex;
    justify-content: center !important;

}

.navbar-brand{
    /* display: none; */
    padding-left: 36%;
}
.navbar{
    height: 60px;
}

.px-5{
    padding-left: 0px !important;
}

/* .collapse{
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;

} */


.navbar-collapse{
    background: #eaeaea;
    /* backdrop-filter: blur(5px);
     background-color: hsla(0, 0%, 100%, .639); */
}
       



        








}
</pre></body></html>