@charset "utf-8";
/* CSS Document input

    font-family: 'Mukta', sans-serif;

*/ 

 /* 1 */

 

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #242333;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #9b9292;
    border-radius: 0;
    background: #242333;
}
 
body{  
    font-family: 'Mukta', sans-serif !important;
    color: #fff !important; 
    background-color: #1a1d2c !important; 
     background-image: url(../images/body_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    background-attachment: fixed !IMPORTANT;
    animation: main_bg 10s linear infinite;
}

body a{
	text-decoration:none;
    cursor: pointer; 
}
body a:hover{
	text-decoration:none;
    
}
body ul{
	padding:0px;
	margin:0px;
    list-style-type: none;
}
body li{
    list-style-type: none;
}
.img-fluid{
    margin: auto !important;
}
 
 
@keyframes main_bg{
    0% {
        background-size: 100% 100% ; 
    }
    50% { 
        background-size: 110% 110% ; 
    }
    100% {
        background-size: 100% 100%; 
    }
} 


@keyframes float{
    0% {
       transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
} 

@keyframes round{
    0% {
       transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
} 
 
 
 .social_bg{
   position: fixed;
    right: 0;
    top: 50vh;
    background: #242333; 
    z-index: 111;
    padding: 15px 0px 15px 5px;   
    box-shadow: 0px 0px 2px #000;
}
.social_bg a{
     display: block;
    color: #fff;
    background: #0076ff;
    position: relative;
    padding: 4px;
    margin: 5px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;   
}
.social_bg a span{
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    transform: translateX(85px);
    background: #0063ff;
    font-size: 11px;
    padding: 5px 10px;
    width: 120px;
}
.social_bg a:hover{
    background: #ffa905;
    transition: 1s;
    color: #000;
}
.social_bg a:hover span{
     transition: 1s;
    transform: translateX(-120px);
    color: #fff;   
}



 
	/*==========  lang_popup CSS START  ========== */
.skiptranslate{
    display: none !IMPORTANT;
}
.lang_popup {
    background: url(../images/body_bg.png) !IMPORTANT;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100% !IMPORTANT;
    animation: main_bg 10s linear infinite;
    background-attachment: fixed !IMPORTANT;
    max-width: 280px !IMPORTANT;
    background-color: #1a1d2c !important;
}
#offcanvasRightLabel {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.btn-close{
    box-shadow: unset !important;
    margin: 0px;
    filter: invert(1);
    border: 1px solid #ff880e !IMPORTANT;
    background-size: 10px 10px !important; 
    right: 10px;
    position: relative;
}
.btn-close:hover{ 
    transition: 1s;
    transform: rotate(360deg); 
}
.lang_popup ul li{
        margin: 10px 10px;
}
.lang_popup ul li a{
    color: #fff;
    background: transparent;
    font-size: 15px;
    margin: 0px 0px 10px;
}
.lang_popup ul li a:hover {
    background-image: none;
    color: #006aff;
}
.lang_popup ul li a span {
    padding: 0px 10px;
}
.lang_popup ul li a img{
    width: 29px;
    height: 17px;
}


	/*==========  howtostart CSS START  ========== */
.howtostart{
    height: 100% !IMPORTANT;
    background: url(../images/body_bg.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: main_bg 10s linear infinite;
    background-color: #1a1d2c !important;
    max-width: 100%;
}
.howtostart h5{
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 18px 30px;
    margin: 0px auto 0px;
    font-family: 'Mukta', sans-serif;
    background: url(../images/head_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: fit-content;
}
.howtostart ul{
     text-align: center;
}
.howtostart ul li{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: right; 
    color: #efefef;
}
.howtostart ul li:nth-child(even){
    text-align: left;   
    color: #313442;
}
.howtostart ul li .how1{
    background: url(../images/how_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 20px;
    max-width: 540px;
    margin: 10px auto 0px;
    filter: drop-shadow(0px 0px 3px #000);
}
.howtostart ul li:nth-child(2) .how1{
    background: url(../images/how_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.howtostart ul li:nth-child(3) .how1{
    background: url(../images/how_bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;   
}
.howtostart ul li:nth-child(4) .how1{
    background: url(../images/how_bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;  
}
.howtostart ul li:nth-child(5) .how1{
    background: url(../images/how_bg5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.howtostart ul li:nth-child(6) .how1{
    background: url(../images/how_bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.howtostart ul li .how1 h3{
    font-size: 14px; 
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px;
    font-family: 'Mukta', sans-serif;
    max-width: 350px;
    margin: auto;
}
.howtostart ul li .how1 h4{
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0px 0px;
    font-family: 'Mukta', sans-serif;
    line-height: 18px;
    max-width: 350px;
    margin: auto;
}
.howtostart ul li .how1 h4 a{
    color: #fad550;
    padding: 3px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: 1s;
}
.howtostart ul li .how1 h4 a:hover{
    color: #0040ff;
    transition: 1s;
}
	/*==========  top_bg CSS START  ========== */
.top_bg{
    background: #242333;
    height: 60px;
    padding: 10px 0px;
}
.top_bg ul{
    display: flex;
}
 .top_bg ul li{
    width: 34%;
    display: inline-block;
}
 
.top_bg ul li button{
    font-size:14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 10px 5px 56px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    background: #302f3d;
    width: fit-content;
    border-radius: 10px;
    position: relative;
    letter-spacing: 1px;
    border: none;
    outline: none;
}  
.top_bg ul li button img{
    background: #57556a;
    border-radius: 50px;
    padding: 5px;
    width: 54px;
    position: absolute;
    left: 0;
    transition: 1s;
}
.top_bg ul li button img:hover{
    transition: 1s;
    transform: rotate(45deg) scale(1.1);
    filter: drop-shadow(0px 0px 5px #0079ff);
}
.top_bg ul li .logo_bg{
    text-align: center;
    position: relative;
}
.top_bg ul li .logo_bg::before{ 
    position: absolute;
    content: "";
    background: url(../images/logo_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 330px;
    height: 100%;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    filter: drop-shadow(0px 0px 3px black);
}

.top_bg ul li .logo_bg img{
    max-width: 188px;
    position: relative;
    z-index: 11; 
}
.top_bg ul li .but_bg{
    text-align: right;
}
.top_bg ul li .but{
    padding: 5px 20px 5px 30px;
    margin: 0px 5px;
}
.top_bg ul li .but i{
    position: absolute;
    left: 5px;
    font-size: 18px;
    top: 3px;
}

 
.section1{
    padding: 20px 0px 0px;
    display: flex;
    align-items: center;
    min-height: 90vh; 
}
.head{
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 18px 30px;
    margin: 0px auto 0px;
    font-family: 'Mukta', sans-serif;
    background: url(../images/head_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: fit-content;
}
    .head_p{
   color: #c9c9c9;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    font-size: 13px;
    background: #302f3d;
    text-align: center; 
    width: 83%;
    }
.plan_bg{
    position: relative;
}

.plan_bg .slick-dots{
    display: none !important;
}
  
.plan_bg .slick-prev {
    position: absolute;
    right: 40px;
    top: 20px;
    background: #007dff;
    border: navajowhite;
    z-index: 1;
    color: #fff;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.plan_bg .slick-prev::before{
    content: "<";
    position: absolute;
    background: #0079ff;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 13px;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.plan_bg .slick-next {
    position: absolute;
    right: 0px;
    top: 20px;
    background: #007dff;
    border: navajowhite;
    z-index: 1;
    color: #fff;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.plan_bg .slick-next::before{
    content: ">";
    position: absolute;
    background: #0079ff;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 13px;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.plan_bg .slick-slide{
    display: inline-block !important;
    width: 50% !important; 
}

 .plan_bg .owl-nav{
    display: block !IMPORTANT;
    top: -30px;
    right: 0px;
    position: absolute;
}
.plan_bg .owl-nav button{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #0072ff !IMPORTANT;
    margin: 2px !IMPORTANT;
    font-size: 14px !IMPORTANT;
}
.plan_bg ul{
    text-align: center;
    padding: 0px 5px;
}
.plan_bg ul li{
    display: inline-block !important;
    width: 49% !important; 
}
.plan_bg ul li:nth-child(odd) button{
    text-align: right;
}
.plan_bg ul li:nth-child(even) button{
    text-align: left;
}
.plan_bg ul li:nth-child(even) img{     
    position: absolute;
    right: -14px;
    left: unset;
    top: 25px;
    z-index: 111;
    background: #302f3d;
    border-radius: 50%;
    width: 42px;
}
.plan_bg .plan_model_btn{
    background: #242333;
    border: none;
    outline: none;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #87878773;
    width: 100%;
    padding: 8px 10px;
    margin: 15px auto 0px;
    position: relative;
    max-width: 90%;
    transition: 1s;
}
.plan_bg .plan_model_btn:hover{ 
    transition: 1s;
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 2px #0074ff);
    color: #0074ff;
}
.plan_bg .plan_model_btn img{ 
    position: absolute;
    left: -14px;
    top: 25px;
    z-index: 111;
    background: #302f3d;
    border-radius: 50%;
    width: 42px; 
}
.plan_bg .plan_model_btn h3{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.plan_bg .plan_model_btn h3 span{
    color: #0074ff;
    font-size: 16px;
    font-weight: 600;
}
.plan_bg .plan_model_btn h4{
    font-size: 13px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 200;
    padding: 4px 0px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.plan_bg .plan_model_btn h4 span{
    color: #fad550;
    font-weight: 400;
}



/*==========  ref_bg CSS START  ========== */
.ref_bg{
    display: flex;
    position: relative;
    padding: 25px 0px;
}
.ref_bg li{
    display: inline-block;
    vertical-align: top;
    width: 68%;
}
.ref_bg li:nth-child(1){
    width: 30%; 
}
.ref_bg li h6{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.ref_bg li h6 img{
    margin: 0px 3px 0px 0px;
}

.ref_bg li .ref_img{
    max-width: 70%;
    float: right;
}
.ref_bg h3{
       font-size: 18px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 120px;
    text-align: right;
}


	/*==========  pay_carousel CSS START  ========== */
.pay_carousel{

}
.pay_head{
    margin: 10px auto 5px;
    font-size: 16px;
}
.pay_carousel img{
    width: 45px !important;
    margin: 0px auto 0px !important;
    border-radius: 50% !important;
    filter: drop-shadow(2px 3px 3px black) !important;
}


	/*==========  animation_bg CSS START  ========== */
.animation_bg{
    background: url(../images/globe.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    position: relative;
    padding: 0px 0px 0px; 
    text-align: center; 
    margin: 90px 0px 0px;
}
.animation_bg .blur{ 
    background: url(../images/blur.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 123%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; 
}
.animation_bg .round{
    position: absolute;
    max-width: 100%;
    left: 0%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: round 30s linear infinite;
}
.animation_bg .star{
    position: absolute;
    max-width: 100%;
    left: 0%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: star 30s linear infinite;
    mix-blend-mode: plus-lighter;
}
@keyframes star{
    0% {
       transform: rotate(0deg) scale(0.8);
    }
    50% {
        transform: rotate(-360deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(0.8);
    }
} 

.animation_bg .rocket {
    max-width: 160px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    animation: rocket 7s linear infinite;
    --gradient: linear-gradient(#fff 77%, transparent 93%);
    -webkit-mask-image: var(--gradient);
}
@keyframes rocket{
    0% {
       transform: translateY(0px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
} 
.animation_bg .round2{
    position: absolute;
    max-width: 100%;
    left: 0%;
    right: 0;
    bottom: -80px;
    margin: auto;
    animation: float 7s linear infinite;
}


	/*==========  stat_bg CSS START  ========== */
.stat_bg{
    max-width: 650px;
    margin: 60px 0px 0px;
}
.stat_bg .head{
    
}
.stat_bg ul{
    text-align: center;
}
.stat_bg ul li{
    display: inline-block;
    width: 49%;
    margin: 15px 0px 0px;
    text-align: left;
}
.stat_bg ul li .stat1{

}
.stat_bg ul li .stat1 img{
    animation: round 10s linear infinite;
    float: left;
    margin: 0px 5px 0px 0px !IMPORTANT;
}
.stat_bg ul li .stat1 h3{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.stat_bg ul li .stat1 h3 span{
    color: #0074ff;
    font-size: 20px;
    font-weight: 700;
    display: block;
}


/*==========  winner_bg CSS START  ========== */
.winner_bg{
   
}
 .winner_bg .owl-nav{
    display: none !IMPORTANT;
    margin: 10px auto 0px;
    text-align: center;
}
.winner_bg .owl-nav button{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #0072ff !IMPORTANT;
    margin: 2px !IMPORTANT;
    font-size: 14px !IMPORTANT;
}

.winner_bg h2{
    font-size: 20px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0px;
    margin: auto;
    font-family: 'Mukta', sans-serif;
    max-width: 500px;
}
.winner_bg h2 img{
    float: right;
}
.winner_bg .winner_list {  
    overflow-x: hidden;
    width: 100%;
    margin: auto;
    padding: 5px;
}
.winner_bg ul{
    display: flex;
    background: #242333;
    width: 100%;
    margin: 13px auto 0px;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #87878773; 
    max-width: 650px;
    max-height: 50px;
}
.winner_bg ul li{
    font-size: 14px;
    color: #919191;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px;
    margin: 0px 7px;
    font-family: 'Mukta', sans-serif; 
}
.winner_bg ul li span{
    display: block;
    color: #fad550;
}
.winner_bg ul li img{
    width: 35px;
}
.winner_bg ul li:nth-child(2) img{
    max-width: 54px; 
}
.winner_bg ul li:nth-child(3),.winner_bg ul li:nth-child(4){
    position: relative;
    width: 30%;
}
.winner_bg ul li:nth-child(3)::after{
    content: "";
    position: absolute;
    right: 10px;
    width: 100%;
    height: 110%;
    border-right: 2px dashed #525162;
    top: 15px;
    transform: rotate(-24deg);
} 
.winner_bg ul li:nth-child(4) span{
    display: block;
    color: #0079ff;
    font-size: 16px;
    font-weight: 600;
}


/*==========  about_bg CSS START  ========== */
.about_bg{

}
.about_bg h3{
    margin: 5px auto 5px;
}
.about_bg h4{
    color: #c9c9c9;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px;
    margin: 0px auto;
    font-family: 'Mukta', sans-serif;
    line-height: 23px;
    font-size: 14px;
    background: #242333;
    box-shadow: 0px 0px 3px #87878773;
    border-radius: 5px;
    max-width: 650px;
}
.about_bg h4 span{
    color: #0079ff;
    font-weight: 500;
}

/*==========  footer_bg CSS START  ========== */
.footer_bg {
    text-align: center;
}
.footer_bg .howtostart_btn{
    color: #ffffff !IMPORTANT;
    padding: 7px 10px;
    margin: 15px 0px 10px;
    font-size: 2.3vh;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 7px;
    font-family: 'Mukta', sans-serif;
    background-image: linear-gradient(45deg, #004aff, #007eff,#0076ff);
    border: none;
    width: 100%;
    max-width: 300px;
    transition: 1s;
}
.footer_bg .howtostart_btn:hover{
    box-shadow: 0px 60px 0px #302f3d inset;
    transition: 1s;
}
.footer_bg h6{
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 20px 0px 10px;
    font-family: 'Mukta', sans-serif; 
    font-size: 14px;
    line-height: 21px;
}
.footer_bg h6 span{
    color: #fad550;  
}
.footer_bg h6 span .link1{
    color: #fad550 !important;     
}
.footer_bg h6 span .link1:hover{
    color:#fff !important;
}



/*==========  header CSS START  ========== */
@media only screen and (max-width:1500px) and (min-width: 576px) {
    .container{
        max-width: 95% !IMPORTANT;
    }
}
 

@media only screen and (max-width: 1200px) {
.about_bg h4{ 

}
.ref_bg { 
    padding: 15px 0px;
}
.animation_bg { 
    margin: 40px 0px 0px; 
}
 
}


@media only screen and (max-width: 991px) {
.howtostart ul li { 
    width: 100%; 
}
.plan_bg,.ref_bg{ 
    width: 100%;
    margin: 40px auto 0px;
    vertical-align: bottom;
    padding: 0px 0px 0px;
    max-width: 600px;
}
.animation_bg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.6;
    height: 250px;
    top: 38%;
}
.animation_bg .star,.animation_bg .rocket,.animation_bg .round2 {
    display: none;
}
.stat_bg {
    margin: 20px auto;
    text-align: center;
} 
.about_bg h4 { 
    text-align: center;
}
}



@media only screen and (max-width: 769px) {
.lang_select { 
    width: 100%;
}

.top_bg ul li:nth-child(1),.top_bg ul li:nth-child(3){
    width: 25%;
}
.top_bg ul li:nth-child(2){
    width: 50%;
}
.top_bg ul li .logo_bg::before {
    display: none;
}

.top_bg ul li button {
    font-size: 12px;
    max-width: 120px;
    padding: 5px 0px 5px 35px;
    width: 150%;
}
.top_bg ul li button img { 
    width: 45px;
}
.top_bg ul li .logo_bg img {
    max-width:53%;   
}
.top_bg ul li .but {
    padding: 5px 20px 5px 30px;
    margin: 4px 2px;
    font-size: 12px;
}
.animation_bg .blur,.animation_bg .round{
    display: none;
}
 
.winner_bg h2 { 
    margin: 10px auto;
}

}

@media only screen and (max-width: 569px) {
    
    
    
.howtostart ul li .how1 { 
    background-size: inherit !IMPORTANT;
    padding: 15px 10px;
}
.howtostart ul li .how1 h3,.howtostart ul li .how1 h4  { 
    max-width: unset;
}
.top_bg { 
    height: unset;
}
.top_bg ul {
    display: block;
}
 .top_bg ul li:nth-child(1){
    width: unset;

}
.top_bg ul li:nth-child(1) span{
        display: none;
}
.top_bg ul li:nth-child(2){
    width: 100%;
}
.top_bg ul li:nth-child(3){
    width: 100%;
    margin: 10px 0px;
}
 .top_bg ul li:nth-child(1) button { 
    padding: 0px;
    width: unset;
    position: absolute;
    right: 5px;
    z-index: 11;
}
 .top_bg ul li:nth-child(1) button img {
    width: 30px;
    position: unset;
}

.top_bg ul li .but_bg {
    text-align: center;
}
 
.section1 {
     padding: 0px 0px 0px;
}
.plan_bg, .ref_bg { 
    margin: 20px auto 0px;
}
.plan_bg .plan_model_btn h3,.plan_bg .plan_model_btn h4  {
    font-size: 11px;
}
.plan_bg .plan_model_btn h3 span,.plan_bg .plan_model_btn h4 span{
    font-size: 12px;
}
.plan_bg .plan_model_btn img {
    top: 5px;
    width: 32px;
}
.ref_bg li h6 {
    font-size: 10px; 
}
.stat_bg ul li .stat1 h3 {
    font-size: 11px;
}
.stat_bg ul li .stat1 h3 span {
    font-size: 12px;
}

}