
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

body,html{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #666666; font-weight: 400;

}
h1, h2, h3, h4, h5, h6 {}

h1 { font-size: 50px; font-weight: 700; }

.text-primary {
	color: #47249f !important
}
a { color: #6137b3; }
a:hover { text-decoration:none; color: #6137b3; }
:focus{ outline: none !important; }

.btn {  padding-right: 25px; padding-left: 25px;  font-size: 14px; text-transform: uppercase; }



.navbar-dark .btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.matches .btn-outline-primary {
    color: #fff;
    border-color: #fff; font-size: 16px; padding-top: 10px; padding-bottom: 10px;
}

.btn-outline-primary {
    color: #ff6c34;
    background-color: transparent;
    background-image: none;
    border-color: #ff6c34;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #55ae3a;
    border-color: #55ae3a;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #55ae3a;
    border-color: #55ae3a;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.btn-rounded {
    border-radius: 10em;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff6c34;
}

.btn-warning { background-color: #f7a61e;
    border-color: #f7a61e; }

.text-warning {
    color: #f7a61e!important;
}

.download-btn img {vertical-align: sub;}
.transprant_header { position: absolute; z-index: 1; width: 100%; }
.transprant_header .navbar-brand { position: absolute; top: 15px;  }
header { background: url("../images/banner_bg.png") no-repeat; position: relative;  }
.nav-link {padding: 0.8rem 1rem;}

.transprant_header .navbar-toggler { position: absolute; right: 20px; top: 20px; }

.navbar {  font-size: 14px; padding: 20px 15px;}
.navbar-expand-lg .navbar-nav .nav-item {padding-left: 25px; padding-right: 25px;}
.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0px; padding-right: 0px; padding-bottom: 2px; }
.navbar-light .navbar-nav .nav-link { color:rgba(255,255,255,0.7); font-size: 16px; font-weight: 500; text-transform: none;  }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active .nav-link {color: #fff; }
nav ul li a.download-btn {
    background-color: #f7a61e !important; color: #000; border-radius: 5px; display: inline-block;
    padding: 11px 25px !important;
    text-transform: uppercase; font-weight: 600;
}

.banner {padding-top:140px;  }
.main_banner  {background:#47249f; background-repeat: no-repeat; background-position: 50% 0px;  position: relative; }
.main_banner h1 { font-size: 70px; color: #fff; font-weight: 700; line-height: 70px;  }
.main_banner h2 { font-size: 25px; color: #fff; font-weight: 600; padding-top: 15px; }
.main_banner h3 { font-size: 24px; color: #fff; font-weight: 400; padding-top: 15px; }

.app_screen {position: relative; z-index: 1; }

.bg-image { position: relative; }
.bg-image h1 { font-size: 60px; color: #fff; font-weight: 700;  }
.bg-image h2 { font-size: 40px; color: #fff; font-weight: 600; padding-top: 15px; }
.bg-image h3 { font-size: 24px; color: #fff; font-weight: 400; padding-top: 15px; }

.bg-image .background-image-wraper {
    position: absolute; width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0.15;

}

.bg-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#790c86+1,a2285d+100 */
background: #790c86; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #790c86 1%, #a2285d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #790c86 1%,#a2285d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #790c86 1%,#a2285d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#790c86', endColorstr='#a2285d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.get_link_form { padding-top: 30px; }
.get_link_form h5 { color: #fff; padding-bottom: 10px; }
.get_link_form .form-control { height: 53px; border:none; outline: none; font-size: 15px; width: 190px;}
.get_link_form .input-group-text { background: #fff; border: none; }
.get_link_form .btn { padding: 15px 20px; font-weight: 600; }



.download_app_btn a { padding: 10px 25px; border-radius: 7px;  border:none; color: #000; background: #fff; border:none; }
.download_app_btn span { font-size: 12px; font-weight: 500; }
.download_app_btn h4 { margin: 0px; font-size: 26px; text-transform: none; font-weight: 700; letter-spacing: 1px;}
.download_app_btn .media-body { padding-left: 15px; text-align: left; }


.pb-100 {
    padding-bottom: 100px;
}
.pt-75 {
    padding-top: 75px;
}

.mt-30 {
    margin-top: 30px;
}

.appie-single-counter {
    padding: 30px;
    position: relative;
    background: #fff;
    height: 160px;
    margin-bottom: 70px;
    background-image: -moz-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
    background-image: -webkit-linear-gradient(
140deg, #ddf4fd 0%, #eaf9ff 100%);
    background-image: -ms-linear-gradient(140deg, #ddf4fd 0%, #eaf9ff 100%);
    border-radius: 10px;
}

.appie-single-counter.item-2 {
    background-image: -moz-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
    background-image: -webkit-linear-gradient(
140deg, #fdead3 0%, #fff7ee 100%);
    background-image: -ms-linear-gradient(140deg, #fdead3 0%, #fff7ee 100%);
}
.appie-single-counter.item-2 .counter-content {
    box-shadow: 0px 30px 40px 0px rgb(56 31 0 / 10%);
}

.appie-single-counter.item-3 {
    background-image: -moz-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
    background-image: -webkit-linear-gradient(
140deg, #dafedb 0%, #f0fcf0 100%);
    background-image: -ms-linear-gradient(140deg, #dafedb 0%, #f0fcf0 100%);
}

.appie-single-counter.item-3 .counter-content {
    box-shadow: 0px 30px 40px 0px rgb(0 74 1 / 10%);
}

.appie-single-counter.item-4 {
    background-image: -moz-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
    background-image: -webkit-linear-gradient(
140deg, #fedaf4 0%, #fceff7 100%);
    background-image: -ms-linear-gradient(140deg, #fedaf4 0%, #fceff7 100%);
}
.appie-single-counter.item-4 .counter-content {
    box-shadow: 0px 30px 40px 0px rgb(74 0 54 / 10%);
}

.appie-single-counter .counter-content {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 30px 40px 0px rgb(0 41 57 / 10%);
    padding-top: 25px;
    padding-bottom: 10px;
}

.appie-single-counter .counter-content h3 { font-family: 'Oswald', sans-serif; font-size: 24px; color: #0f1234; padding-top: 15px; margin-bottom: 0px;}





.features_section {  padding:10px 0px; position: absolute; bottom: 0px; width: 100%; background: rgba(0,0,0,0.2);border-top: rgba(255,198,0,0.2) 1px solid;  }

.why_choose { padding: 100px 0px; }
.why_choose p { color: #696969; line-height: 24px; font-size: 15px;}

.features_section  h3 { font-size: 18px; color: #fff; margin-bottom: 0px; font-weight: 600; padding-top: 0px;  }
.features_section  p { font-size: 14px; color: #fff; margin-bottom: 0px;}
.total_download { border-left: #dedede 1px solid; }

.feature_icon { height: 70px; width: 70px; border-radius: 100%; line-height: 66px; border: #e9202a 2px solid; display: inline-block; text-align: center; margin-right: 20px; }
.feature_list  {  padding-top: 25px; }
.feature_list h4 { font-size: 18px; color: #000; }
.feature_list p { font-size: 14px; color: #696969; line-height: 22px; }

.how_it_works_card { background: #fff; border: rgba(0,0,0,0.1) 2px solid; border-radius: 10px; padding: 20px; height: 100%; position: relative; }
.how_it_works_card .media-right { font-size: 55px; font-weight: 700; color: rgba(0,0,0,0.2);}

.step_number { width: 42px; height: 42px; text-align: center; line-height: 42px; background: #481e9a; position: absolute; right: 20px;
    top: -21px; color: #fff; font-weight: 600; font-size: 25px; border-radius: 100%; }

.work-process-section { background: #fff; }
.work-process-section h5 { color: #000; font-weight: 600; font-size: 20px; }
.work-process-section p { font-size: 14px; line-height: 20px; }

.work-process-wrap .process-icon-item .process-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #4100ac;
    height: 8.75rem;
    width: 8.75rem;
    line-height: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgb(119 119 120 / 13%);
    box-shadow: 0 0 2.1875rem 0 rgb(119 119 120 / 13%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.work-process-wrap .process-icon-item .process-icon i {
    font-size: 2.753rem;
}

.work-process-wrap .process-icon-item .process-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.work-process-wrap .process-icon-item {
    position: relative;
    margin-bottom: 5.5rem;
}

.work-process-wrap .right-shape .d-flex {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.work-process-wrap .process-icon-item svg:not(:root) {
    overflow: hidden;
}

.work-process-wrap .process-icon-item svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80%;
}

.gradient-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b1353+0,261839+100 */
background: #2b1353; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #2b1353 0%, #261839 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #2b1353 0%,#261839 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #2b1353 0%,#261839 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b1353', endColorstr='#261839',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.ptb-100 {
    padding: 100px 0;
}


.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
    margin-top: 30px;
}




.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap .author-info .author-img {

}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap .author-info .author-img img {
    border-radius: 100%; max-width: 100px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f6b34c;
}

.author-info h5 { color: #fff; padding-top: 15px; }
.author-info h4 { color: #f7a61e; font-weight: 600; padding-top: 5px;}
.author-info span { color: #fff; }
.client-say { color: #fff; text-align: center; line-height: normal; padding-top:20px;}

.rating_star { text-align: center; color: #f7a61e; }

.owl-theme .owl-nav [class*=owl-]:hover { background: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { position: absolute; top: 50%; font-size: 30px; color: #fff; }
.owl-carousel .owl-nav button.owl-prev { left: -50px; }
.owl-carousel .owl-nav button.owl-next { right: -50px;}

.top_winner { padding-bottom: 80px;}
.top_winner p { color: #787A80; line-height: 30px; font-size:20px;}

.top_winner h1 { color: #EC4823;  font-size:80px; font-weight: 700; text-decoration: underline;}
.top_winner h2 { color: #010101; font-size:42px; font-weight: 700;}


.testimonial-section { background: url("../images/testimonial_bg.jpg") 50% 50% no-repeat; background-size: cover; position: relative; }
.testimonial { padding-bottom: 30px;}
.testimonial  {  border: none; }
.testimonial .media-left  { padding-right: 15px; }
.testimonial p { font-size: 22px; color: #010101; font-weight: 600; line-height: 30px;}
.testimonial h4 { font-size: 16px; position: relative; padding-top: 10px; color: #010101; font-weight: 500;}
.testimonial h6 { font-size: 16px; color: #787A80; font-weight: 400;}
.testimonial .card-body { max-width: 720px;}

.owl-carousel .owl-stage-outer { padding: 0px 0px; }

.avatar { position: relative; max-width: 50px; }
.avatar_trophy { width: 50px; position: absolute; left: 50%; bottom: -15px; }
.avatar img { position: relative; z-index: 1;max-width: 50px; }

.testimonial_left h2 { color: #010101; font-weight: 600; font-size: 24px; }
.testimonial_left h2 span { border-bottom: #EC4823 3px solid; padding-bottom: 4px; }

.total_rating { font-size: 14px; color: #787A80; padding-top: 15px; }
.total_rating strong { font-size: 16px; color: #010101; font-weight: 600; }

.how_to_play {padding: 100px 0px;}
.how_to_play h4 { color: #010101; font-size: 24px; font-weight: 600;   }
.how_to_play p { color: #787A80; font-size: 16px; line-height: 22px; font-weight: 400; }

.how_to_play_steps { background-color:#F5F6F8; text-align: center;  padding-top: 60px; position: relative; }
.steps_content { padding: 15px; position: relative; padding-bottom: 30px; }
.step1:after { content: ""; position: absolute; left: -30px; top: 0px; width: 354px; height: 207px; background: url("https://kuberafantazy.com/assets/images/bg1.png") no-repeat; }

.step2 { margin-top: 60px; }
.step2:after { content: ""; position: absolute; right: 0px; top: 25px; width: 321px; height: 175px; background: url("https://kuberafantazy.com/assets/images/bg2.png") no-repeat; }
.step2:before, .step3:before { content: ""; position: absolute; left: -30px; top: -65px; width: 235px; height: 60px; background: url("https://kuberafantazy.com/assets/images/arrow.png") no-repeat; }


.step3 { margin-top: 120px; }
.step3:after { content: ""; position: absolute; right: -35px; top: -12px; width: 366px; height: 81px; background: url("https://kuberafantazy.com/assets/images/bg3.png") no-repeat; }


.faq_section { padding: 100px 0px; background: #f6f3fa; }
.faq_section .card { border:none; margin-top: -1px; padding: 0px;  box-shadow: rgba(0,0,0,0.05) 5px 0px 15px; background: #fff; margin-bottom: 30px; border-radius: 10px !important; }
.faq_section .card .card-header { border-left:none; border: none; background: none;  padding: 0px; padding-right: 50px; position: relative; }
 .faq_section .card .card-header .btn.btn-link.collapsed {color: #1e1e1e;}
.faq_section .card .card-header .btn.btn-link { padding: 25px 15px; display: block; width: 100%; text-align: left; color: #6137b3; font-size: 20px; font-weight: 500; text-transform: none; white-space: normal;}

.faq_section .card .card-header .btn.btn-link:hover { text-decoration: none; }
.faq_section .card .card-header .btn.btn-link i { position: absolute; right: 20px; top: 50%; margin-top: -7px;}
.faq_section .card .card-body { padding: 20px; font-size: 16px;font-size: 20px; line-height: 26px; }
.faq_section .card .card-body p { font-size: 20px; line-height: 30px; color: #787A80; }

.faq_left h2 { font-weight: 700; font-size: 36px; color: #010101; }
.faq_left p {font-size: 16px; color: #787A80; line-height: 30px; }
.faq_left p strong {font-size: 20px; color: #EC4823; font-weight: 600;}
.faq_left p a {font-size: 20px; color: #EC4823; font-weight: 600;}


.w-header { width:95px; border-top: #EC4823 4px solid;}
footer .w-header { width:60px;}




.title { color: #1b1b1b; font-size: 36px; font-weight:600;  }
.title span { color: #47249f;}
.sub_title { font-size: 20px; font-weight: 400; color: #787A80; }

ul.fantasy_rules { padding: 0px; margin: 0px; list-style: none;}
ul.fantasy_rules li { padding:5px 0px 5px 15px; margin: 0px; list-style: none; position: relative;}
ul.fantasy_rules li:after { width: 8px; height: 8px; border-radius: 100%; position: absolute; left: 0px; top: 50%; margin-top: -4px; content: ""; background: #00A9DF;}


.download_app { border-radius: 15px; margin: 80px 0px;background:#47249f url("../images/download_bg.jpg")no-repeat center center / cover;
text-align: center; padding: 100px 50px;}

.background-image-wraper {
    position: absolute; width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    background: url("../images/download_bg.jpg")no-repeat center center / cover fixed;
}

.download_app_block {padding: 70px 0px;}

.download_app_screen { margin-top: -120px; }

.team-section { padding-bottom: 80px; padding-top: 100px; }


.download_app {  position: relative;   }

.download_app h1{  color: #fff;  }
.download_app h2 { font-size: 20px; font-weight: 500; color: #fff; padding-top: 5px; }

.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #47249f ;
    z-index: 1;
    padding: 10px 15px;
}

.bottomMenu .btn { background:#fff; color: #000; padding: 10px 15px; }

.winner_name { text-align: center; padding-top: 5px;}
.winner_name h5 { font-size: 16px; color: #010101; font-weight: 600; margin-bottom: 0px;}
.winner_name h6 { font-size: 14px; color: #787A80; font-weight: 400;}
.winner_image { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.winning_amount { border-radius: 30px; padding: 6px 15px; font-size: 17px; font-weight: 700; color: #fff; }

.top_winner_list { min-height: 500px; position: relative; background:url("https://kuberafantazy.com/assets/images/circle.png") no-repeat 5px 15px; }

.winner1 { position: absolute; right: 70px; top: 0px; width: 160px; }
.winner1:after { width: 50px; height: 50px; background:#FFC107; content: ""; position: absolute; top: 135px; right: -65px; border-radius: 100%;}
.winner1:before { width: 25px; height: 25px; background:#00C9A7; content: ""; position: absolute; top: 135px; left: -10px; border-radius: 100%;}
.winner1 .winner_image { width: 165px; height: 165px; }
.winner1 .winning_amount { background:#EC4823; position: absolute; right: -65px; top: 85px; }


.winner2 { position: absolute; left: 0px; top: 80px; width: 200px; }
.winner2 .winner_image { width: 200px; height: 200px; }
.winner2 .winning_amount { background:#3423EC; position: absolute; left: -10px; top: 162px; }

.winner3 { position: absolute; right: 0px; top: 220px; width: 270px; }
.winner3 .winner_image { width: 270px; height: 270px; }
.winner3 .winning_amount { background:#EC23B3; position: absolute; left: 10px; top: 220px; }


footer {
    padding-top: 50px;
    background-color: #47249f;
    float: left;
    clear: left;
    color: #565656;
    width: 100%;
}
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
footer ul li { color: #d2cbe8; font-size: 16px; line-height: 28px; list-style: none; }
footer ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}
footer ul li a:hover {
    color: #fff;
}
footer h3 {
    font-size: 20px; color: #fff;
    font-weight:600;
}
footer h5 {
    font-size: 22px; color: #cbcbcb;
    font-weight:400;
}
.footer_links {   }
.footer_links li {  }

footer .download_app_btn a { background: #f6f6f8; color: #666666; border-radius: 10px; text-transform: none;}
footer .download_app_btn i { font-size: 40px;}
footer .download_app_btn h4 { font-size: 20px; font-weight: 600;}

.copy_footer  { border-top:rgba(255,255,255,0.1) 1px solid; padding: 30px 0px; text-align: center;}
.copy_footer p { font-size: 14px; color: #fff; margin: 0px;}
.copy_footer a {  color: #fff;}

/*.contact_info .media { border-bottom: #e5e5e5 1px solid; padding: 15px 0px; }
.contact_info .media-left { color: #010101; font-size: 16px; padding-right: 15px; }
.contact_info .media-body { color: #565656; font-size: 16px; }*/
.contact_info  ul li { font-size: 16px; color: #fff; }
.contact_info  ul li i { color: #fff; font-size: 18px; }
.contact_info ul li a { color: #fff; font-size: 16px; font-weight: 600; word-break: break-word; }
.contact_info ul li a:hover { color: #fff; }


.socal_icon { padding-top: 15px; padding-bottom: 10px; }
.socal_icon p { font-size: 16px; color: #fff; padding-bottom: 10px;}
.socal_icon ul li  { display: inline-block; margin-bottom: 10px; }
.socal_icon ul li a {color: #47249f; font-size:20px; text-align: center; display: block; background: #fff; border-radius: 100%;width: 38px; height: 38px; line-height: 38px; }
.socal_icon ul li a:hover {color: #47249f; }

.disclaimer_txt { background:rgba(0,0,0,0.1); border-radius: 20px; padding: 15px 15px; color: #fff; font-size: 14px; text-align: center; margin-bottom:50px; }
.disclaimer_txt p { color: #fff; font-size: 13px; margin: 0px; padding: 10px 0px; line-height: 18px; }

.nev_left { margin-left: 50px; }


.information h1 { color: #010101; font-size: 36px; }

.information  h5 { margin-top: 30px;  font-size: 25px; font-weight: 600; color: #010101; }
.information  p, .information  li { color: #6c757d;}

.information .testimonial { margin-left: 0px; margin-right: 0px; }

.accordion h5 { margin: 0px; }
.accordion .card-body { padding: 0px; }
.accordion .card.mb-3 { margin-bottom: 0px !important;}
.accordion .card-header a  { color: #010101;}
.accordion .card-header .table  { margin-bottom: 0px;}
.accordion .table td, .accordion .table th { border-bottom: 1px solid #dee2e6; }

.information .nav-tabs .nav-link { color: #555555 }
.information .nav-tabs .nav-link:hover { border-color:#fff;}
.information .nav-tabs .nav-item.show .nav-link, .information .nav-tabs .nav-link.active,
.information .nav-tabs .nav-item.show .nav-link:hover, .information .nav-tabs .nav-link.active:hover {
    color: #ffffff;
    background-color: #173b75;
    border-color: #173b75;
}

.page_title {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed2124+0,ff792d+100 */
background: #ed2124; /* Old browsers */
background: -moz-linear-gradient(left,  #ed2124 0%, #ff792d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ed2124 0%,#ff792d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ed2124 0%,#ff792d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2124', endColorstr='#ff792d',GradientType=1 ); /* IE6-9 */
padding: 40px 0px;
}
.page_title h1 { color: #fff;  }

.navbar-light .navbar-toggler {
    color:#fff; padding:5px 12px; font-size: 25px;
    border-color:#fff;
}


.statistics { text-align: center; padding-bottom: 20px; padding-top: 30px; }
.statistics h2 { font-weight: 900; font-size: 40px; color: #EC4823; position: relative; display: inline-block; }
.statistics h2 span {   -webkit-text-stroke: 1px #9C361F;   -webkit-text-fill-color: transparent; position: absolute; left: -2px; top: -1px;}
.statistics h4 {  font-size: 20px; color: #010101; font-weight: 600; }


.leaders_section { background:#F6F7FB; padding: 80px 0px; }
.leaders { position: relative; margin: 20px 0px; text-align: center;}

.leader_caption { background:#fff; padding: 10px; border-radius: 5px; margin: auto; max-width:270px; width: 80%; margin-top: -40px; position: relative; /* position: absolute; bottom: -50px; left: 30px; right: 30px;*/ text-align: center; }
.leader_caption h4 { font-size: 20px; color: #000; font-weight: 600; }
.leader_caption p { font-size: 14px; color: #787A80; margin-bottom: 0px; padding-bottom: 0px;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #6137b3 !important; position: relative;
}

.nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after { position: absolute; bottom: -10px; left: 50%; margin-left: -5px;
    content: ""; border-left: 10px solid transparent; border-right:10px solid transparent; border-top: 10px solid #6137b3;
}


.responsive_tab h2 { color: #010101; font-size: 36px; font-weight: 500; }
.responsive_tab h2 span { color: #e9202a; font-weight: 700; }
.responsive_tab p { color: #787A80; font-size: 16px; line-height: 28px; }

.create_team_steps { border-bottom: #DADBDD 1px dashed; }
.app_screen_img img { /*box-shadow: rgba(0,0,0,0.1) 0px 0px 30px;*/ }
.responsive_tab p strong { color: #010101; }


p.steps_text { background: #6137b3; color: #fff; font-weight: 600;  display: inline-block; padding: 10px 20px; border-radius: 50px; margin-top: 15px; }

.table thead th {
    color: #010101;
}

.responsive_tab .download_app_btn a { color: #fff; background: #e9202a; }

.points_title { background:#47249f; width: 100%;  color: #fff; font-size: 20px; font-weight: 900; margin-top: 50px; padding: 10px 15px;  }

.points_system_table { border:#DADBDD 1px solid; border-top: none;  border-left: none;  }
.points_system_table tr td, .points_system_table tr th { border-left:#DADBDD 1px solid;  }

.blog_list { padding-top: 50px; }
.blog_list h4, .blog_list h4 a { font-size: 20px; color: #000000; font-weight: 700;}
.blog_date { font-size: 12px; color: #787A80; }

.blog_thumb { width: 100%; height: 300px; background-size: cover; background-position: 50% 50%; margin-bottom: 15px; }

.back_button { border:#DADBDD 1px solid; background:#F6F7FB; border-radius: 5px; color: #000; padding: 10px 20px; font-weight: 600; }

.payment_icon { display: inline-block; background:#fff; padding: 7px 10px; border-radius: 5px; margin: 0px 10px 10px 0px; }

.faq_btn { background:#000; color: #fff; padding: 10px 15px;  }
.faq_btn:hover { background:#000; color: #fff;  }

.pointsystem_tab { border: #DADBDD 1px solid; border-radius: 4px; }

.pointsystem_tab .nav-pills .nav-link {
    color: #787A80;
    background:#F6F7FB; border-radius:0px; font-size: 16px; font-weight: 500;
}
.pointsystem_tab ul li:first-child a.nav-link {border-radius:4px 0px 0px 4px;}
.pointsystem_tab ul li:last-child a.nav-link {border-radius:0px 4px 4px 0px;}


.color-primary {
    color: #4100ac !important;
}

.icon-size-lg { font-size: 40px; }
.count-data h3 { color: #4100ac; font-weight: 600; }


.testimonial_list {  }
.testimonial_list .testimonial-quote-wrap  { background: #fff; box-shadow: rgba(0,0,0,0.1) 0px 0px 10px; padding: 15px; border-radius: 10px; }




@media only screen and (min-width: 768px) {
.bottomMenu { display: none !important; }
}

@media only screen and (max-width: 1199px) {

.main_banner h1 {
    font-size: 45px;
}



}



@media only screen and (max-width: 991px) {

header { min-height: 82px; }
.nev_left {
    padding-top: 20px;
}
.transprant_header .nev_left {
    padding-top: 170px;
}
.main_banner { padding-top: 50px; }

.main_banner h1 {
    font-size: 40px; line-height: 40px;
}

.main_banner h2 {
    font-size: 25px;
}

.banner { padding-top: 40px; }


.transprant_header {
    position:inherit;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding:5px 0px; border-top: rgba(255,255,255,0.1) 1px solid;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-top:none;
}
.download-btn { width: 100%; text-align: center; }

.top_winner h1 { font-size: 45px; }
.top_winner h2 { font-size: 30px; }

.step1:after {left: -10px; top: 0px; }
.step2:after { right: 0px; top: 25px; width: 95%; height: 200px;  }
.step3:after { right: -10px; top: -12px; }

}

@media only screen and (max-width: 767px) {

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next { display: none; }

.app_screen { padding-top: 30px; }

.total_download { /*border-left:none;*/
  /*  border-right: none;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid; */}

    .download_app_screen {
    margin-top: 50px;
}

    .testimonial-content-wrap .testimonial-shape:before { display: none; }

h1 { font-size: 30px; }
.navbar {  padding: 10px 15px;}
.download_btn, .playnow_btn { margin-left: 0px; }
.main_banner h2 { font-size: 25px; }


.download_app h1 { font-size: 35px; padding-top: 40px;}
.download_app h2 { font-size: 25px;}


.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0px; padding-right: 0px; }
.banner { text-align: center; }

.step2:before, .step3:before { display: none; }

.main_banner h1 {font-size: 35px;}
.main_banner h3 { font-size: 17px; }
.main_banner .download_app_btn { margin-bottom: 25px;}

.why_choose_image { padding-bottom: 40px; }

.top_winner_img { padding-top: 40px; }

.team-section { padding-bottom: 50px;}
.nev_left { margin-left: 0px; }

.navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 0px;
    padding-right: 0px;
}

.copy_footer  { padding-bottom: 90px;}

.get_link_form { display: none; }

}

@media only screen and (max-width: 479px) {

.total_download { border-left:none; width: 100%; padding-top: 10px; margin-top: 10px;
    border-top:rgba(255,255,255,0.3) 1px solid;}
.main_banner { padding-bottom: 120px; }

.title {
    font-size: 25px;
}

}

@media only screen and (max-width: 374px) {

.winner3 { top: 280px; }

}
