@font-face {
    font-family: 'Figtree';
    src: url('../lander-fonts/Figtree-Bold.eot');
    src: url('../lander-fonts/Figtree-Bold.eot?#iefix') format('embedded-opentype'),
         url('../lander-fonts/Figtree-Bold.woff2') format('woff2'),
         url('../lander-fonts/Figtree-Bold.woff') format('woff'),
         url('../lander-fonts/Figtree-Bold.ttf') format('truetype'),
         url('../lander-fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../lander-fonts/Figtree-SemiBold.eot');
    src: url('../lander-fonts/Figtree-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../lander-fonts/Figtree-SemiBold.woff2') format('woff2'),
         url('../lander-fonts/Figtree-SemiBold.woff') format('woff'),
         url('../lander-fonts/Figtree-SemiBold.ttf') format('truetype'),
         url('../lander-fonts/Figtree-SemiBold.svg#Figtree-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../lander-fonts/Figtree-Light.eot');
    src: url('../lander-fonts/Figtree-Light.eot?#iefix') format('embedded-opentype'),
         url('../lander-fonts/Figtree-Light.woff2') format('woff2'),
         url('../lander-fonts/Figtree-Light.woff') format('woff'),
         url('../lander-fonts/Figtree-Light.ttf') format('truetype'),
         url('../lander-fonts/Figtree-Light.svg#Figtree-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../lander-fonts/Figtree-Regular.eot');
    src: url('../lander-fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
         url('../lander-fonts/Figtree-Regular.woff2') format('woff2'),
         url('../lander-fonts/Figtree-Regular.woff') format('woff'),
         url('../lander-fonts/Figtree-Regular.ttf') format('truetype'),
         url('../lander-fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../lander-fonts/Figtree-Medium.eot');
    src: url('../lander-fonts/Figtree-Medium.eot?#iefix') format('embedded-opentype'),
         url('../lander-fonts/Figtree-Medium.woff2') format('woff2'),
         url('../lander-fonts/Figtree-Medium.woff') format('woff'),
         url('../lander-fonts/Figtree-Medium.ttf') format('truetype'),
         url('../lander-fonts/Figtree-Medium.svg#Figtree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p
{
    margin: 0;
    padding: 0;
}
img
{
    max-width: 100%;
    height: auto;
}
a, a:hover, a:focus
{
    text-decoration: none;
    border: 0;
    outline: 0;
}
ul, li, ol
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
:root {
    --black: #000000;
    --white: #ffffff;
    --dark1: #191817;
    --dark2: #141313;
    --dark3: #242424;
    --orange1: #F3981F;
    --orange2: #E57625;
    --grey1: #B3AFA9;
    --grey2: #E3E0E0;
    --grey3: #747474;
    --grey4: #646464;
    --figtree-font: "Figtree";
}
body
{
    font-family: var(--figtree-font);
    color: var(--grey1);
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    background-color: var(--dark2);
}
.container
{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.row
{
    margin: 0 -15px;
}
.headernbannersec
{
    width: 100%;
    overflow: hidden;
    background: url(/wp-content/uploads/2025/06/hero_img02-1.jpg) no-repeat 98% 64px;
	background-size: 825px;
}
.headersec
{
    width: 100%;
    overflow: hidden;
    padding: 16px 0 0;
}
.bannersec
{
    width: 100%;
    overflow: hidden;
    margin: 84px 0 130px 0;
}
.bannercontsec
{
    display: flex;
    flex-wrap: wrap;
}
.leftbannerpart
{
    flex:0 0 75%;
    max-width: 75%;
    padding: 0 100px 0 0;
}
.leftbannerpart h1
{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: var(--white);
    padding: 0 0 35px 0;
}
.leftbannerpart h2
{
    font-size: 32px;
    line-height: 38px;
    /*color: var(--orange1);*/
    font-weight: bold;
    padding: 0 0 35px 0;
	background: linear-gradient(97deg, #FF8D2E 12%, #F97401 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.leftbannerpart p strong
{
    font-weight: 600;
    color: var(--white);
}
.leftbannerpart ul
{
    margin: 16px 0 0;
}
.leftbannerpart ul li
{
    background: url(../lander-images/tick.png) no-repeat left 3px;
    padding: 0 0 0 34px;
    margin: 5px 0 0;
}
.leftbannerpart ul li:first-child
{
    margin: 0;
}
.leftbannerpart ul li strong
{
    font-weight: 600;
    color: var(--white);
}
a.getdiscountbut
{
    background: rgb(243,152,31);
    background: linear-gradient(62deg, rgba(243,152,31,1) 0%, rgba(229,118,37,1) 100%);
    display: inline-block;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
    line-height: 58px;
    padding: 0 30px 0 50px;
    margin-top: 24px;
    position: relative;
}
a.getdiscountbut::before
{
    background: url(../lander-images/bxs_rocket.png) no-repeat left top;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 27px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
a.getdiscountbut:hover
{
    color: var(--white);
}
.rightbannerpart
{
    flex:0 0 25%;
    max-width: 25%;
}
.rightbannercontpart
{
    background: rgba(25,24,23,0.9);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #74747433;
    position: relative;
    top: 62%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rightbannercontpart p
{
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    background: linear-gradient(97deg, #FF8D2E 12%, #F97401 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rightbannercontpart p:first-child
{
    font-weight: 600;
    background: linear-gradient(97deg, #fff 12%, #fff 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fstcontsec
{
    width: 100%;
    overflow: hidden;
}
.fstcontsec h2
{
    text-align: center;
    font-size: 70px;
    line-height: 84px;
    font-weight: 700;
    color: var(--white);
}
.tabletypecontsec
{
    max-width: 950px;
    margin: 30px auto auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  /* border:1px solid #F3981F;*/
  
  
  
 
  
 background-image: radial-gradient(circle at 100% 100%, transparent 15px, #F3981F 15px, #F3981F 16px, transparent 16px), linear-gradient(to right, #F3981F, #F3981F), radial-gradient(circle at 0% 100%, transparent 15px, #F3981F 15px, #F3981F 16px, transparent 16px), linear-gradient(to bottom, #F3981F, rgba(255,255,255,0.2)), radial-gradient(circle at 0% 0%, transparent 15px, rgba(255,255,255,0.2) 15px, rgba(255,255,255,0.2) 16px, transparent 16px), linear-gradient(to left, rgba(255,255,255,0.2), rgba(255,255,255,0.2)), radial-gradient(circle at 100% 0%, transparent 15px, rgba(255,255,255,0.2) 15px, rgba(255,255,255,0.2) 16px, transparent 16px), linear-gradient(to top, rgba(255,255,255,0.2), #F3981F); background-size: 16px 16px, calc(100% - 32px) 1px, 16px 16px, 1px calc(100% - 32px); background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left; background-repeat: no-repeat; 
  
  
  
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
	/*background: radial-gradient(circle at 100% 100%, transparent 0, transparent 12px, #F3981F 7px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, transparent 0, transparent 12px, #F3981F 12px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, transparent 0, transparent 12px, rgba(255,255,255,0.2) 12px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, transparent 0, transparent 12px, rgba(255,255,255,0.2) 12px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#141313, #141313) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat,
            linear-gradient(#141313, #141313) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat,
            linear-gradient(0deg, rgba(255,255,255,0.2) 26%, #F3981F 100%);*/
    
  /*  background: rgba(255,255,255,0.2);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(116,116,116,0.2) 50%, rgba(243,151,31,0.2) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(50%, rgba(116,116,116,0.2)), color-stop(100%, rgba(243,151,31,0.2)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(116,116,116,0.2) 50%, rgba(243,151,31,0.2) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(116,116,116,0.2) 50%, rgba(243,151,31,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(116,116,116,0.2) 50%, rgba(243,151,31,0.2) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(116,116,116,0.2) 50%, rgba(243,151,31,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3971f', GradientType=0 );*/
	border-radius: 12px 12px 12px 12px;
	overflow:hidden;

/*background: linear-gradient(180deg, rgba(229, 118, 37, 0.00) 75%, rgba(229, 118, 37, 0.10) 100%);*/
}


.tabletypecontsecinner{background: linear-gradient(180deg, rgba(229, 118, 37, 0.00) 75%, rgba(229, 118, 37, 0.10) 100%); display: flex;
    flex-wrap: wrap;  padding: 50px 40px;}

.centeralignbutton
{
    text-align: center;
    width: 100%;
}
.tabletypecontsec a.getdiscountbut
{
    display: inline-block;
    margin-top: 40px;
}
.lfttblpart
{
    flex: 0 0 23%;
  max-width: 23%;
    text-align: center;
}
.midtblpart
{
    flex: 0 0 50%;
  max-width: 50%;
    text-align: center;
}
.ryttblpart
{
    flex: 0 0 27%;
  max-width: 27%;
    text-align: center;
    /*-webkit-box-shadow: 0px 0px 20px 5px rgba(249,116,1,0.65);
    -moz-box-shadow: 0px 0px 20px 5px rgba(249,116,1,0.65);
    box-shadow: 0px 0px 20px 5px rgba(249,116,1,0.65);*/
	box-shadow: 0px 0px 19.6px 0px rgba(249, 116, 1, 0.59);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: rgba(25, 24, 23, 0.3);
	border: 1px solid #F3981F;
}
.lfttblheading
{
    font-weight: 600;
    font-size: 32px;
    color: var(--white);
    line-height: normal;
    border-bottom: 1px solid rgba(116,116,116,0.2);
    padding: 23px 0;
}
.lfttblcontpart
{
    font-weight: 600;
    font-size: 32px;
    color: var(--white);
    line-height: normal;
    border-bottom: 1px solid rgba(116,116,116,0.2);
    padding: 16px 0;
}
.midtblheading
{
    font-weight: 400;
    font-size: 32px;
    color: var(--white);
    line-height: normal;
    border-bottom: 1px solid rgba(116,116,116,0.2);
    padding: 23px 0;
}
.midtblcontpart
{
    font-weight: 600;
    font-size: 32px;
    color: var(--grey4);
    line-height: normal;
    border-bottom: 1px solid rgba(116,116,116,0.2);
    padding: 16px 0;
    position: relative;
}
/*.midtblcontpart::before
{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 60%;
    height: 1px;
    background: var(--orange1);
    margin: 0 auto;
}*/
.ryttblheading
{
    font-weight: bold;
    font-size: 32px;
    background: linear-gradient(97deg, #FF8D2E 12%, #F97401 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: normal;
    border-bottom: 1px solid rgba(116,116,116,0.03);
   
    padding: 23px 0;
}
.ryttblcontpart
{
    font-weight: bold;
    font-size: 32px;
    background: linear-gradient(97deg, #FF8D2E 12%, #F97401 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: normal;
    border-bottom: 1px solid rgba(116,116,116,0.03);
    padding: 16px 0;
}
.sndcontsec
{
    width: 100%;
    overflow: hidden;
    padding: 120px 0 0 0;
    text-align: center;
	
}

.bgouter{background: url(../lander-images/botbigimg.jpg) no-repeat center center;
    background-size: contain;}

.sndcontsec h2
{
    text-align: center;
    color: var(--white);
    font-size: 70px;
    line-height: 84px;
    font-weight: bold;
    max-width: 70%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.sndcontsec h3
{
    font-size: 32px;
    font-weight: normal;
    line-height: 38px;
    color: var(--grey2);
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}
.sndcontsec h3 strong
{
    background: linear-gradient(97deg, #FF8D2E 12%, #F97401 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: normal;
}
.centertext
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.centertextinner{padding: 20px 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center; background: var(--Grey-Gradient, linear-gradient(90deg, #242424 0%, #201B1A 100%));}

.centertext p
{
    background: linear-gradient(97deg, #FF8D2E 12%, #F97401 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    color: var(--orange1);
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    
}
.chatimg
{
    margin: 50px 0 0;
    text-align: center;
    background: url(../lander-images/bigchart.png) no-repeat center top;
    background-size: contain;
}
a.chatbut
{
    background: rgb(243,152,31);
    background: linear-gradient(62deg, rgba(243,152,31,1) 0%, rgba(229,118,37,1) 100%);
    display: inline-block;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
    line-height: 58px;
    padding: 0 30px 0 50px;
    top: -100px;
    position: relative;
}
a.chatbut::before
{
    background: url(../lander-images/whatsapp.png) no-repeat left top;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 27px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
a.chatbut:hover
{
    color: var(--white);
}
.footersec
{
    background: var(--dark1);
    border-top: 1px solid var(--grey3);
    padding: 70px 0;
}
.topftr
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topleftftr
{
    flex:0 0 25%;
    max-width: 25%;
}
.topleftftr p
{
    font-size: 14px;
    font-weight: 300;
    color: var(--grey1);
    line-height: normal;
}
.topmidftr
{
    flex:0 0 50%;
    max-width: 50%;
}
.topmidftr ul
{
    text-align: center;
}
.topmidftr ul li
{
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    font-weight: 500;
}
.topmidftr ul li a
{
    color: var(--grey2);
    padding: 0 15px;
}
.topmidftr ul li a:hover
{
    color: var(--orange1);
}
.toprightftr
{
    flex:0 0 25%;
    max-width: 25%;
}
.paymentpart
{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.botftr
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.botftr p
{
    color: var(--grey1);
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    padding: 0 0 10px 0;
}
.botftr p:last-child
{
    padding: 0;
}
.mobileview
{
    display: none;
}

.wpml-ls-statics-footer {
	display: none !important;
}


.crossline{ position:absolute; left:0; right:0; margin:auto; top:10px;}