@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans', sans-serif;
    color: #5F5F5F;
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.5;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    background-color: #9E0707;
}

.container {
    max-width: 1600px;
        padding: 0rem 8rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

h1 {
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    font-size: calc(32px + (68 - 32) * ((100vw - 320px) / (1920 - 320)));
}



h2 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
    font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (1920 - 320)));
}

h3 {
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
    font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
}

h4 {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

h5 {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
}

h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.sub_title {
    font-style: normal;
    font-weight: 500;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 33px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FEC109;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.banner_title {
    font-style: normal;
    font-weight: 700;
    font-size: calc(28px + (60 - 28) * ((100vw - 320px) / (1920 - 320)));
    line-height: 4rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: calc(22px + (46 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    border-left: 4px solid #FEC109;
    padding-left: 2rem;
    margin: 2rem 0;
}

.flex_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.bg_img {
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}

.bg_light {
    background-image: url(../images/bg-light.svg);
}

.bg_dark {
    background-image: url(../images/bg-dark.svg);
}

.form-group {
    margin-bottom: 15px;
}

label {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

input:focus,
.form-control:focus,
.form-select:focus {

    outline: none;
    border: 1px solid #fff;
    box-shadow: none;
}

input [type="radio"] {
    margin-right: 10px;
}

textarea:placeholder,
input:placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 500 !important;
}

select {
    border: 1px solid #fff;
    padding: 8px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.small-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    color: #C2B385;
}

a {
    transition: 0.5s ease;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: 0.5s ease;
    color: #2F0E83;
    outline: none;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
button {
    color: inherit;
    cursor: pointer;
    line-height: inherit;
}

.hidden {
    display: none;
}

.hidden {
    display: none;
}

.text_white {
    color: #fff !important;
}

.text_black {
    color: #000 !important;
}

.text_orange {
    color: #F65D0C !important;
}

.text_yellow {
    color: #FDE42C !important;
}

.primary_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    gap: 10px;
    background: linear-gradient(270.24deg, rgba(0, 40, 208, 0) -6.68%, rgba(252, 252, 252, 2.52621e-08) -6.68%, #650101 -6.67%, #731302 -6.66%, #FEC109 104.6%);
    border-radius: 40px;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;

}

.primary_btn:hover {
    background: linear-gradient(270.24deg, #F7B909 -6.68%, #7E2003 104.6%);
    color: #fff;
    border: none;
    -webkit-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    transition: 2s ease-out;
    -ms-transition: 2s ease-out;
}


/* banner css start here */
.main_wraper {
    position: relative;
    display: block;
    display: flex;
    flex-direction: column;
}

/* header css start here */
header {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 34px;
    width: calc(100% - 34px);
    background-color: #3a0a00;
}

.navbar:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: auto;
    right: -34px;
    bottom: 0;
    border-top: 83px solid #b2101d;
    border-right: 35px solid transparent;
}

.navbar:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -34px;
    bottom: 0;
    border-bottom: 83px solid #3a0a00;
    border-left: 35px solid transparent;
}

.navbar-brand img {
    max-width: 112px;
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar ul li:last-of-type {
    padding-left: 2rem;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
    color: #FDE42C;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #FDE42C;
}

/* banner section css start here */
.top_banner {
    padding-top: 100px;
    padding-bottom: 1rem;
}

/* feature section css start here */
.feature_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 16px;
}

.feature_card:hover {
    border-radius: 16px 16px;
    -webkit-border-radius: 16px 16px;
    -moz-border-radius: 16px 16px;
    -ms-border-radius: 16px 16px;
    -o-border-radius: 16px 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.feature_detail {
    padding-left: 40px;
    position: relative;
}

.feature_detail h3:before {
    content: "";
    position: absolute;
    background-image: url(../images/feature-list.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 30px;
    width: 30px;
    display: block;
    left: 0;
    top: 5px;
}

.feature_card h3 {
    font-style: normal;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
        line-height: normal;
    color: #FFFFFF;
}

.feature_card p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #C2B385;
}

/* privacy policy page css start here */
.breadcrumb {
    display: flex;
    justify-content: flex-start;
}

.breadcrumb a {
    color: #C2B385;
}

.breadcrumb-item.active {
    color: #FEC109;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url(../images/link.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 36px;
    width: 24px;
    margin-right: 10px;
}

.term_detail {
    padding-left: 40px;
    position: relative;
}

.term_detail h3:before {
    content: "";
    position: absolute;
    background-image: url(../images/feature-list.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 30px;
    width: 30px;
    display: block;
    left: 0;
    top: 5px;
}

.term_detail h3 {
    font-style: normal;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 2.4rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.term_detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

/* real mony css start */
.real-money {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.real-money-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.real-money-title h2 {
    text-align: center;
    font-weight: 700;
    font-size: calc(22px + (46 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

.real-money-title h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3.5px;
    left: 50%;
    bottom: -12px;
    background: #FEC109;
    margin-left: -40px;
}

.real-money-title p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.real-money-box {
        background: rgba(255, 255, 255, 0.1);
    height: 100%;
    border-radius: 8px;
    width: 100%;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 1;
    position: relative;
}

.real-money-box::before {
    content: '';
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
    background-color: rgba(133, 15, 24, 0.2);
    visibility: hidden;
}

.real-money-box:hover::before {
    background-color: #B2101D;
    visibility: visible;
    z-index: -1;
}

.money-icon {
    margin-top: 25px;
    width: 134px;
    height: 134px;
    border: 8px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    transition: border 1s ease-in-out;
}

.real-money-box:hover .money-icon {
    border-color: rgba(255, 255, 255, 0.60);
    transition: border 1s ease-in-out;

}

.real-money-box .money-icon:before {
    content: '';
    width: 150px;
    height: 150px;
    border: 8px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
    position: absolute;
    left: -16px;
    top: -16px;
    z-index: -1;
    transition: all 1s ease-in-out;
}

.real-money-box .money-icon:after {
    content: '';
    width: 166px;
    height: 166px;
    border: 8px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
    position: absolute;
    left: -24px;
    top: -24px;
    z-index: -1;
    transition: all 1s ease-in-out;
}

.real-money-box:hover .money-icon:before {
    transition: all 1s ease-in-out;
    border: 8px solid rgba(255, 255, 255, 0.25);
}

.real-money-box:hover .money-icon:after {
    transition: all 1s ease-in-out;
    border: 8px solid rgba(255, 255, 255, 0.15);
}

.real-money-box h4 {
    font-weight: 700;
    /* font-size: 28px;
    line-height: 26px; */
    color: #fff;
    margin-top: 25px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
}

.real-money-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #C2B385;
    margin-top: 15px;
    z-index: 2;
    position: relative;
}

/* faq page css start here */
.faq_card {
    padding: 20px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
    border-radius: 8px !important;
    border: none;
    margin: 2rem 0rem;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}
.accordion-button {
    background-color: transparent !important;
    border: none;
    font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
padding-top: 0px;
padding-bottom: 0px;
}
.accordion-button:focus {
    z-index: 3;
    border-color:transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    color: #fff;
}
.accordion-body{
    border: none;
    color: #C2B385;
    padding-left: 5rem;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after{
    display: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* app speciality section css start here */
ul.speciality{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    list-style: none;
    padding: 2rem 0rem;
}
ul.speciality li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.speciality li .icon{
    max-width: 70px;
}
ul.speciality li p{
font-style: normal;
font-weight: 900;
font-size: calc(18px + (38 - 18) * ((100vw - 320px) / (1920 - 320)));
text-transform: uppercase;
color: #FEC109;
}
ul.speciality li p small{
    font-style: normal;
font-weight: 400;
font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
line-height: 22px;
text-transform: uppercase;
color: #C2B385;
display: block;
text-align: left;
}

/* contact us page css start here */
.contact_info{
   display: flex;
flex-direction: column;
align-items: flex-start;
padding: 40px 32px;
gap: 23px;
background: linear-gradient(180deg, #A87C00 0%, #6A1900 100%);
border-radius: 8px; 
}
ul.contact_detail{
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}
ul.contact_detail li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
padding: 16px;
gap: 24px;
background: rgba(255, 255, 255, 0.1);
border-radius: 8px;
order: 0;
align-self: stretch;
flex-grow: 0;
width: 100%;
margin-bottom: 1rem;
}
ul.contact_detail li .icon{
    max-width: 70px;
}
ul.contact_detail li p{
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #FFFFFF;
flex: none;
order: 0;
flex-grow: 0;
}
ul.contact_detail li p b{
    display: block;
font-weight: 400;
font-size: 20px;
line-height: 24px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
padding-top: 0.6rem;
}
ul.contact_detail li p small{
display: block;
font-weight: 100;
font-size: 16px;
line-height: 24px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}

.form-control {
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
input:focus, .form-control:focus, .form-select:focus {
    color: #fff;
    background-color: transparent;
    outline: none;
    border: 1px solid #fff;
    box-shadow: none;
}
.form-floating>label {
    padding: 1rem 1.5rem;
}














/* section footer css start here */
footer {
    background: #B2101D;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

footer a.logo {
    display: block;
    padding: 1rem 0rem;
}

/* footer a.logo img{
    width: 200px;
    height: 200px;
} */
footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-top: 1px solid #fff;
    list-style: none;
    padding: 1rem 0rem;
}

footer ul li {
    padding: 0rem 1rem;
    display: inline-block;
    border-right: 1px solid #fff;
    margin: 0.5rem 0rem;
}
footer ul li:last-child{
    border: none;
}

footer ul li a {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}

footer ul li a:hover {
    color: #FEC109;
    text-decoration: none;
}

.copyright {
    background-color: #650101;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 1rem;
}
/* sticky btn css start here */
.sticky_btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    z-index: 6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: #b2101d;*/
    padding: 1rem; 
    text-align: center;
}
.sticky_btns img {
    margin: 0 auto;
}