body,
html {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-family: 'sofia_proregular';
    overflow-x: hidden;
    background: #060606;
}

@font-face {
    font-family: 'sofia_probold';
    src: url('../fonts/sofia_pro_bold.woff2') format('woff2'),
        url('../fonts/sofia_pro_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_proregular';
    src: url('../fonts/sofia_pro_regular.woff2') format('woff2'),
        url('../fonts/sofia_pro_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofiapro-light.woff2') format('woff2'),
        url('../fonts/sofiapro-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'sofia_proregular';
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
    font-family: 'sofia_proregular';
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
    font-family: 'sofia_proregular';
}

img.w-100 {
    height: auto;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

button:hover,
.btn-primary:hover,
button:focus,
.btn-primary:focus {
    border-color: none !important;
}

img {
    max-width: 100%;
}

.transition {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 21;
    top: 0;
    background: #ffffffa3;
    transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.transition.hide {
    opacity: 0;
    z-index: -1;
    display: none;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

#mainwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#headerwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 50px 0;
    margin: 0 0 0 0;
    background: url(../images/hero_bg.jpg) no-repeat center top;
}

#headerwrapper .container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.navbar-collapse {
    align-items: center;
    justify-content: end;
}

.navbar {
    padding-top: 1.5em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'sofia_probold';
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    padding: 0 22px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffc878
}

a.download_btn {
    display: inline-block;
    font-size: 18px;
    padding: 16px 25px;
    color: #060606;
    line-height: 1;
    border-radius: 8px;
    background: rgba(240, 184, 18, 1);
    background: -moz-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 184, 18, 1)), color-stop(100%, rgba(245, 209, 90, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: linear-gradient(to right, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b812', endColorstr='#f5d15a', GradientType=1);
    font-family: 'sofia_probold';

}

a.download_btn:hover {
    background: rgba(245, 209, 90, 1);
    background: -moz-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 209, 90, 1)), color-stop(100%, rgba(240, 184, 18, 1)));
    background: -webkit-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: -o-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: -ms-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: linear-gradient(to right, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d15a', endColorstr='#f0b812', GradientType=1);
    text-decoration: none;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::before {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 7px;
    top: 11px;
    background: #fff;
    content: '';
    border-radius: 100px;
}

.navbar-nav .nav-item:hover:before {
    color: #f0ba12;
}

.hero-slider {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
}

.hero-slider .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

a.support {
    background: #692fa7;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin: 0 20px 0 0;
}

a.support:hover {
    background: #ffb9c0;
}

.hero_banner {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.hero-slider .row {
    justify-content: center;
    align-items: center;
}

.hero-slider .slogan {
    float: left;
    padding: 0 0 0 90px;
}

.hero-slider .slogan h6 {
    padding: 0 0 0 0;
    font-family: 'sofia_proregular';
    font-size: 30px;
    color: #fff;
}

.hero-slider .slogan h1 {
    padding: 0 0 0 0;
    font-family: 'sofia_probold';
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}

.hero-slider .slogan h2 {
    padding: 0 0 0 0;
    font-family: 'sofia_probold';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.hero-slider .slogan p {
    padding: 0 0 0 0;
    font-family: 'sofia_proregular';
    font-size: 20px;
    color: #fff;
}

.download-now {
    display: inline-block;
    font-size: 20px;
    padding: 18px 25px;
    color: #060606;
    line-height: 1;
    border-radius: 8px;
    background: #ffb9c0;
    font-family: 'sofia_probold';
    position: relative;

}

.download-now:hover {
    background: #692fa7;
    text-decoration: none;
    color: #fff;
}

.download-now img {
    padding-right: 25px;
}

.download-now::before {
    position: absolute;
    top: 13px;
    left: 68px;
    content: '';
    width: 1px;
    height: 35px;
    background: #ffffff;
}

.followus {
    width: auto;
    display: flex;
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -110px;
}

.followus h5 {
    display: inline-block;
    padding: 0px 5px 0 0;
}

.followus li {
    display: inline-block;
    padding: 0 3px;
}

.followus li a {
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 18px;
    color: #fff;
    font-family: 'sofia_proregular';
}

.followus li a:hover {
    color: #f0ba12;
    text-decoration: none;
}


#middelwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.be_control {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: #fff;
}

.be_control h2 {
    width: 100%;
    display: inline-block;
    font-size: 60px;
    color: #1a1513;
    font-family: 'sofia_probold';
    text-align: center;
    position: relative;
    padding: 0px 0 60px 0;
    z-index: 99;
    line-height: 1;
}

/* .be_control h2::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'PLAY AREA';
    font-size: 150px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #313131a6, -1px -1px 0 #313131a6, 1px -1px 0 #313131a6, -1px 1px 0 #313131a6, 1px 1px 0 #313131a6;
    z-index: -1;
    line-height: 1;
    opacity: 0.2;
} */

.control_box {
    width: 100%;
    display: inline-block;
    padding: 30px 30px;
    background: rgba(58,21,98,1);
    background: -moz-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,21,98,1)), color-stop(100%, rgba(21,3,40,1)));
    background: -webkit-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
    background: -o-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
    background: linear-gradient(to bottom, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1562', endColorstr='#150328', GradientType=0 );
    text-align: center;
    border-radius: 30px;
    height: 100%;
}
.big_box .control_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.big_box{
    margin-bottom: 30px;
}

.control_box h4 {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    margin: 0;
    font-size: 28px;
    color: #d98493;
    font-family: 'sofia_probold';
}
.single-partners-btn a {
    display: inline-block;
    font-family: 'Exo', sans-serif;
    background: #d98493;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    border-radius: 8px;
}
.single-partners-btn a:hover {
    background: #fff;
    color: #d98493;
    text-decoration: none;
}
.wa_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.wa_link a {
    padding: 15px 60px;
    background: rgb(255 255 255);
    color: #210440;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 100px;
    margin: 20px 10px 0 10px;
}
.wa_link a:hover {
    background: rgb(58 21 98);
    color: #fff;
    text-decoration: none;
}
.control_box p {
    width: 100%;
    display: inline-block;
    padding: 0 0 !important;
    margin: 0;
    font-size: 20px !important;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 36px;
}

.be_control p {
    width: 100%;
    display: inline-block;
    padding: 40px 0 0 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 22px;
    text-align: center;
}

.why_choose_part {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: rgba(58,21,98,1);
background: -moz-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,21,98,1)), color-stop(100%, rgba(21,3,40,1)));
background: -webkit-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
background: -o-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
background: -ms-linear-gradient(top, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
background: linear-gradient(to bottom, rgba(58,21,98,1) 0%, rgba(21,3,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a1562', endColorstr='#150328', GradientType=0 );
}

.why_choose_part .row {
    align-items: center;
}

.choose_banner {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.choose_content {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 30px;
}

.choose_content h2 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: 'sofia_probold';
    position: relative;
    padding: 0px 0 30px 0;
    z-index: 99;
}

/* .choose_content h2::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'About';
    font-size: 150px;
    color: #1a1513;
    text-shadow: 1px 1px 0 #313131, -1px -1px 0 #313131, 1px -1px 0 #313131, -1px 1px 0 #313131, 1px 1px 0 #313131;
    z-index: -1;
    line-height: 1;
} */

.choose_content p {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 26px;
}

.prograss_part {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: #210440;
}

.prograss_part h2 {
    width: 100%;
    display: inline-block;
    font-size: 60px;
    color: #fff;
    font-family: 'sofia_probold';
    text-align: center;
    position: relative;
    padding: 0px 0 70px 0;
    z-index: 99;
    line-height: 1;
}

/* .prograss_part h2::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'PROGRESS';
    font-size: 150px;
    color: #1a1513;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #2f2724, -1px -1px 0 #2f2724, 1px -1px 0 #2f2724, -1px 1px 0 #2f2724, 1px 1px 0 #2f2724;
    z-index: -1;
    line-height: 1;
} */
.whatsapp_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    text-align: center;
    background: #d98493;
}
.whatsapp_section h5 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: 'sofia_probold';
    text-align: center;
    padding: 0 0 15px 0;
    line-height: 1;
}
.whatsapp_section h6 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: #210440;
    font-family: 'sofia_probold';
    text-align: center;
    padding: 0 0 15px 0;
    line-height: 1;
}
.whatsapp_section p {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-family: 'sofia_probold';
    text-align: center;
    padding:0;
    line-height: 30px;
}

.prograss_box {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.prograss_box .icon {
    width: 68px;
    height: 68px;
    float: left;
    background: #ffb9c0;
    font-size: 40px;
    color: #15263b;
    text-align: center;
    border-radius: 100px;
    font-family: 'sofia_probold';
}

.prograss_box .content h4 {
    font-size: 40px;
    font-family: 'sofia_probold';
    color: #fff;
}

.prograss_box .content p {
    font-size: 18px;
    font-family: 'sofia_proregular';
    line-height: 25px;
    margin: 0;
    color: #fff;
}

.prograss_box .content {
    width: calc(100% - 78px);
    float: left;
    padding-left: 20px;
}

.free_spins_part {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: #3a1562;
}

.free_spins_part .row {
    align-items: center;
}

.free_spins_banner {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.free_spins_content {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.free_spins_content h2 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: 'sofia_probold';
    position: relative;
    padding: 0px 0 30px 0;
    z-index: 99;
    line-height: 1.3;
}
.free_spins_content h3 {
    font-weight: 600;
}

/* .free_spins_content h2::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Surprise';
    font-size: 150px;
    color: #060606;
    text-shadow: 1px 1px 0 #313131, -1px -1px 0 #313131, 1px -1px 0 #313131,
        -1px 1px 0 #313131, 1px 1px 0 #313131;
    z-index: -1;
    line-height: 1;
} */

.free_spins_content p {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 26px;
}


.footerwrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 60px 0 0px 0;
    background: #210440;
}

.footer_row1 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.footer_row1 p {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 28px;
}

ul.social_list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.social_list li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.footer_row2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.footer_menu h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'sofia_probold';
    padding: 0 0 15px 0;
    margin: 0;
}

.footer_menu {
    width: auto;
    float: left;
    margin: 0;
    padding: 0 25px;
    list-style-type: none;
}

.footer_menu li {
    padding: 8px 0;
}

.footer_menu li a {
    font-size: 18px;
    color: #fff;
    font-family: 'sofia_proregular';
}

.footer_menu li a:hover {
    color: #f0ba12;
    text-decoration: none;
}

.newslatter_part {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.newslatter_part h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'sofia_probold';
    padding: 0 0 15px 0;
    margin: 0;
}

.newslatter_part p {
    font-size: 18px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 26px;
}

.newslatter_part form {
    display: flex;
}

.newslatter_part .input-lg {
    display: inline-block;
    border-radius: 0;
    border: 1px solid #414141;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px 15px 15px;
    background: transparent;
    line-height: 1;
}

.newslatter_part .form-control:focus {
    box-shadow: none;
}

.newslatter_part ::-webkit-input-placeholder {
    color: #fff;
}

.newslatter_part :-ms-input-placeholder {
    color: #fff;
}

.newslatter_part ::placeholder {
    color: #fff;
}

.newslatter_part .btn-success {
    display: inline-block;
    font-size: 20px;
    padding: 18px 25px;
    color: #060606;
    line-height: 1;
    border-radius: 8px;
    background: rgba(240, 184, 18, 1);
    background: -moz-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 184, 18, 1)), color-stop(100%, rgba(245, 209, 90, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    background: linear-gradient(to right, rgba(240, 184, 18, 1) 0%, rgba(245, 209, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b812', endColorstr='#f5d15a', GradientType=1);
    font-family: 'sofia_probold';
    position: relative;
    border-radius: 0;
    border: 0;
}

.newslatter_part .btn-success:hover {
    background: rgba(245, 209, 90, 1);
    background: -moz-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 209, 90, 1)), color-stop(100%, rgba(240, 184, 18, 1)));
    background: -webkit-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: -o-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: -ms-linear-gradient(left, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    background: linear-gradient(to right, rgba(245, 209, 90, 1) 0%, rgba(240, 184, 18, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d15a', endColorstr='#f0b812', GradientType=1);
    text-decoration: none;
    color: #060606;
}

.newslatter_part .btn-success.focus,
.btn-success:focus {
    box-shadow: none;
}

.copyright {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ffffff36;
    padding: 20px 0 30px;
    margin-top: 20px;
}

.copyright p {
    font-size: 18px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 26px;
    float: left;
    margin: 0;
}

.footer_sub_menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 0 0;
    list-style-type: none;
}

.footer_sub_menu li {
    padding: 0 4px;
    display: inline-block;
}

.footer_sub_menu li a {
    font-size: 18px;
    color: #fff;
    font-family: 'sofia_proregular';
}

.footer_sub_menu li a:hover {
    color: #f0ba12;
    text-decoration: none;
}



.why_khelojito {
    width: 100%;
    display: inline-block;
    padding: 100px 0 0px 0;
    background: #fff;
}
.why_khelojito .container {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
}
.why_khelojito .row {
    gap: 30px 0;
}
.why_khelojito h5 {
    width: 100%;
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    font-family: 'sofia_probold';
    text-align: center;
    padding: 50px 0 50px 0;
    line-height: 1;
    background: #d98493;
    margin: 100px 0 0 0;
}
.why_khelojito h5 a{
    color: #3a1562;
    font-family: 'sofia_probold';
    text-decoration: none;
}
.why_khelojito h5 a:hover{
    color: #fff;
    text-decoration: none;
}
.why_khelojito h2 {
    width: 100%;
    display: inline-block;
    font-size: 60px;
    color: #1a1513;
    font-family: 'sofia_probold';
    text-align: center;
    position: relative;
    padding: 0px 0 60px 0;
    z-index: 99;
    line-height: 1;
}

/* .why_khelojito h2::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'PLAY AREA';
    font-size: 150px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #313131a6, -1px -1px 0 #313131a6, 1px -1px 0 #313131a6, -1px 1px 0 #313131a6, 1px 1px 0 #313131a6;
    z-index: -1;
    line-height: 1;
    opacity: 0.2;
} */
.why_khelojito .control_box .icon img {
    width: 110px;
}

.why_khelojito .control_box {
    width: 100%;
    display: inline-block;
    padding: 30px 40px;
    background: #ffffff;
    text-align: center;
    border-radius: 16px;
    height: 100%;
    border: 2px solid #d98493;
}

.why_khelojito .control_box h4 {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    margin: 0;
    font-size: 24px;
    color: #210440;
    font-family: 'sofia_probold';
}

.why_khelojito .control_box p {
    width: 100%;
    display: inline-block;
    padding: 0 0 !important;
    margin: 0;
    font-size: 17px !important;
    color: #150328;
    font-family: 'sofia_proregular';
    line-height: 22px;
}

.why_khelojito .be_control p {
    width: 100%;
    display: inline-block;
    padding: 40px 0 0 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'sofia_proregular';
    line-height: 22px;
    text-align: center;
}

.faq_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0 100px 0;
    background: #fff;
}

.faq_section h2 {
    width: 100%;
    display: inline-block;
    font-size: 60px;
    color: #210440;
    font-family: 'sofia_probold';
    text-align: center;
    position: relative;
    padding: 0px 0 50px 0;
    z-index: 99;
    line-height: 1;
}

/* .faq_section h2::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: 'PLAY AREA';
    font-size: 150px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #313131a6, -1px -1px 0 #313131a6, 1px -1px 0 #313131a6, -1px 1px 0 #313131a6, 1px 1px 0 #313131a6;
    z-index: -1;
    line-height: 1;
    opacity: 0.2;
} */


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #d98493;
}

.panel-default>.panel-heading {
    padding: 3px 15px;
    border-radius: 0;
    color: #210440;
}

.panel-title {
    font-size: 22px;
    font-weight: 700;
}

.panel-title>a {
    display: block;
    padding: 16px 15px 10px 15px;
    text-decoration: none;
    color: #210440;
}

.more-less {
    float: right;
    color: #fff;
    padding-top: 3px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding: 0px 42px 30px 42px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.faq_section .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.faaq_content {
    width: 100%;
    display: flex;
    align-items: center;
}