@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-position: center;
	background-repeat: repeat;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
/* ::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
} */
a {
    text-decoration: none;
}

/* #Navigation
================================================== */
.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
  }
  .profile-menu .fa-fw {
    margin-right: 10px;
  }

  .toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
.mid-col {
    float: none;
    margin: 0 auto;
}
.dark-bg {
    background:#191919;
    /* background:#202136; */
    color:#fff
}
.light-bg {
    background: #F9F9F9;
    color:#1D1D1B
}
.nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    border-bottom:2px solid transparent;
    margin:0 5px
}
.main-btn {
    background: #496BFF;
    padding: 8px 32px;
    color:#fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.nav-link:hover {
    color:#fff;
    border-bottom:2px solid #fff
}

.call_to_action {
    margin:20px 0
}
.sep_input_group input {
    margin-right: 10px;
    border-radius: 0;
}
.sep_input_group button {
    border-radius: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}


.vert_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-dark-content {
    background: #191919;
}
.bg-light-content {
    background: #FFFFFF;
}

.black-btn {
    background: #1D1D1B;
    padding: 15px 40px;
    color:#fff;
}
.black-btn:hover {
    color:#fff
}
footer {
    padding: 40px 0;
    border-top:1px solid #2E2F45
}
footer .title {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px
}
footer .item {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
    margin-bottom:10px;
    text-decoration: none;
}
footer .item:hover {
    color:#fff;
    text-decoration: underline;
}
.footer-copyright {
    padding:40px 0;
    border-top:1px solid #2E2F45
}
.footer-copyright .copyright {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.footer-copyright .copyright-links {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.footer-copyright .copyright-links a.item {
    text-decoration: none;
}
.nav-item {
    list-style: none;
}
.navbar-toggler {
    outline: none;
    color: #fff;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.vh100 {
    height: 100vh;
}
.loreg_page {
    min-height: calc(100vh - 30vh);
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.loreg_container {
    padding:40px 0
}
.loreg_container .title {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    margin-bottom:20px
}
.password-recovery {
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #4385F5;
    text-decoration: none;
}
.form label {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.form-spacing {
    margin-top:10px
}
.btn-yellow {
    background: #FFBA49;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B;
    padding: 8px 32px;
}
.border-radius-none {
    border-radius: 0;
}
.w100 {
    width:100%
}
.form .form-control {
    padding: 10px .75rem;
    box-sizing: border-box;
    border-radius: 14px;
}
.contact_page {
    padding:80px 0
}
.contact_page .headline {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 68px;
    line-height: 72px;
    color: #FFFFFF;
}
.contact_page .subline{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding:30px 0
}
.contact_page .contacts ul {
    padding:0;
    margin: 0;
}
.contact_page .contacts ul li{
    list-style: none;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top:15px
}
.contact_page .contacts ul li i {
    color:#496BFF;
    margin-right: 15px;
}
.form .btn-yellow {
    padding: 11px 38px;
}
.profile-page {
    padding:80px 0
}
.dropdown-secondary i {
    margin-right: 10px;
}
.alert-success {

}
.alert-info {
    border: 2px solid #2E2F45;
    background: transparent;
    color:#fff
}
.user-side-navigation {
    background: #2E2F45;
    box-shadow: 0px 2px 54px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.block-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
}
.user-side-navigation .title {
    padding:25px
}

.user-side-navigation a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:#fff;
    text-decoration: none;
    display: block;
    padding:15px 30px;
}
.user-side-navigation a.active{
    background: #F9F9F9;
    color:#1D1D1B
}

.user-side-navigation a:hover {
    color:#1D1D1B;
    background: #F9F9F9;
}
.profile-right-column {
    background: #2E2F45;
    box-shadow: 0px 2px 54px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding:25px
}
.profile-page .section-separator {
    margin:30px 0
}
.dashboard-page {
    padding:80px 0
}
.dashboard-page .title {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
}
.info-section {
    background: #496BFF;
    border-radius: 12px;
    padding:30px 20px
}
.info-section .icon img {
    width: 100%;
}
.info-section .headline {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
}
.info-section .description {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.balance-widget,.games-widget {
    padding:25px 15px;
    border-radius: 10px;
    margin-bottom:25px;
}
.balance-widget {

}
.balance-widget .healine{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}
.balance-widget .info{
    padding:0 20px
}
.balance-widget .info .current-balance{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    margin:20px 0
}
.games-widget {

 }
.games-widget .headline{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
 }
 .games-widget .headline i{
    color:#496BFF
 }
 .games-widget .description{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin:15px 0
}
.category-widget {
    padding:25px;
    border-radius: 10px;
}
.category-widget .headline{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1B;
}
.category-widget .description {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1D1D1B;
}
.bg-green {
    background: linear-gradient(0deg, #81DE98, #81DE98);
}
.bg-cyan {
    background: #89CBFF;
}
.bg-yellow {
    background: #FBD390;
}
.bg-light-grey {
    background: #F3F3F3;
}
.category-items .section-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
}
.category-items .carousel-items {
    margin:20px 0
}
.category-items .carousel-items .item {
    padding:15px;
    background: #2E2F45;
    border-radius: 10px;
}
.category-items .carousel-items .item img {
    width: 100%;
}
.category-items .carousel-items .item .headline {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color:#fff;
    margin:10px 0
}
.category-items .carousel-items .item .description {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color:#fff
}
.carousel-items-nav.owl-nav {
    float: right;
}
.carousel-items-nav.owl-nav button{
    font-size: 30px !important;
    background: #2E2F45 !important;
    border-radius: 7px;
    width: 30px;
    height: 30px;
    color: #fff;
    border: none;
}
.carousel-items-nav.owl-nav button.owl-prev {
    margin-right: 15px;
}
.carousel-items-nav.owl-nav button span {
    vertical-align: super;
    line-height: 25px;
}
.category-page {

}
.category-page .title {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
    margin:20px 0
}
.yellow-info-box {
    background: #FBB748;
    border-radius: 10px;
    color:#1D1D1B
}
.yellow-info-box .headline {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    margin: 10px 0;
}
.yellow-info-box .description {
    padding-right: 20px;
    padding-bottom: 10px;
}
.ad-item {
    background: #2E2F45;
    border-radius: 10px;
    padding:15px;
    color:#fff;
    margin-bottom:25px
}
.ad-item .headline {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    margin:10px 0
}
.ad-item .description {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.ad-item img {
    width: 100%;
}
.pagination {
    margin-top:20px;
    justify-content: center!important;
}
.pagination li.page-item {
    margin:0 10px
}
.pagination li.page-item a,.pagination li.page-item span{
    background: #2E2F45;
    border-radius: 12px!important;
    border:none;
    color:#fff
}
.pagination li.page-item span {
    background-color: #2E2F45!important;
}
#quiz_content .content {
    padding:40px 0;
}
#quiz_content iframe {
    width: 100%;
}
#quiz_content .start_quiz {
    text-align: center;
    padding:0px 0 60px
}
.next_question {
    text-align: center;
    padding:40px 0 60px
}
.question-container .question-info {
    background: #2E2F45;
    border-radius: 10px;
    padding:25px;
    color:#fff
}
.question-container .question-info h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
}
.question-container .question-info .description {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}
.question-container {
    padding-bottom:40px
}
.question-info .stats .headline {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}
.question-info .stats .subline {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin-top:10px;
}
.coupon {
    display: block;
    font-size:20px;
    color:#4DD338;
    margin-left:20px
}
.question-info .stats {
    padding-top:30px
}

.question-info .stats .content {
    display: inline-block;
}
.question-info .stats .icon {
    display: inline-block;
    font-size: 60px;
    vertical-align: top;
    margin-right: 20px;
}
.question-info .stats .icon i.correct{
    color: #4DD338;
 }
.question-info .stats .icon i.incorrect{
    color:#D34138
 }
 .event_question_front {
    background: #2E2F45;
    border-radius: 10px;
    padding:25px;
 }
 #event_quiz_inputs {
     margin-bottom: 40px;
 }
 .event_question_front h4{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
 }
 .event_question_front p{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
 }
 .event_question_front h6{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
 }
 .event_question_answers {
     margin-bottom:25px;
     padding:25px
 }
 .slider {
    max-height: 600px;
    margin-bottom:60px;
    overflow: hidden;
 }
 .games_section {
     padding-bottom:60px
 }
 .game_card {
     position: relative;
 }
 .game_card img {
     width:100%
 }
 .game_card .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #484a7b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
 }
@media(min-width:992px) {
    header {
        position: relative;
        z-index: 5;
    }
    .slider {
        margin-top: -80px;
    }
    .question-info .stats .coupon-section {
        text-align: right;
    }
    .contact_page {
        padding:140px 0
    }
    .footer-copyright .copyright-links {
        text-align: right;
    }
    .footer-copyright .copyright-links a.item {
        margin-left:20px
    }
    .navbar {
        padding: 20px 0;
    }
    .password-recovery {
        text-align: right;
    }
}

@media(max-width:992px) {
    .hero_image {
        display: none;
    }
    #navbarSupportedContent {
        text-align: center;
        background: #2e2f45;
        padding:15px 0
    }
    .nav-link {
        border-bottom:none
    }
    .nav-link:hover {
        border-bottom:none
    }
}

@media(max-width:600px) {

    footer {
        text-align: center;
    }
    .footer-copyright .copyright {
        text-align: center;
    }
    .footer-copyright .copyright-links a.item {
        text-decoration: none;
        display: block;
        text-align: center;
    }

}
