/*!=========================================================*
* Developer:    Nazmul Hussain
* Developer URL: http://www.nazmul.info
=============================================================*/
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ARCO';
    src: url('../fonts/ARCO.eot');
    src: url('../fonts/ARCO.eot') format('embedded-opentype'),
         url('../fonts/ARCO.woff2') format('woff2'),
         url('../fonts/ARCO.woff') format('woff'),
         url('../fonts/ARCO.ttf') format('truetype'),
         url('../fonts/ARCO.svg#ARCO') format('svg');
}
@font-face {
    font-family: 'jabjai_heavy';
    src: url('../fonts/jabjai_heavy.eot');
    src: url('../fonts/jabjai_heavy.eot') format('embedded-opentype'),
         url('../fonts/jabjai_heavy.woff2') format('woff2'),
         url('../fonts/jabjai_heavy.woff') format('woff'),
         url('../fonts/jabjai_heavy.ttf') format('truetype'),
         url('../fonts/jabjai_heavy.svg#jabjai_heavy') format('svg');
}



/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 13px;
    font-family: 'HelveticaNeueMedium';
    font-weight: 500;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}



/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll Animate
============================================================*/

.js .animate-box {
    opacity: 0;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
}

/*===========================================================
Navigation CSS
============================================================*/
.desk-nav {
    background: #fff;
    height: 80px;
    line-height: 80px;
    width: 100%;
    z-index: 9998;
    transition: all 0.5s;
}

.desk-nav.scrollUp {
    transform: translateY(-80px);
}

.nex-menu,
.desk-nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}

.nex-menu {
    display: inline-block;
}

.desk-nav ul.navbar-menu li {
    display: inline-block;
    margin: 0 10px;
}

.desk-nav ul.navbar-menu li a {
    color: #00a1ce;
    font-size: 16px;
}

.desk-nav ul.navbar-menu li a:hover {
     color: #ef5f21;
 }

.nex-container a.nexmenu-reveal{
    top: 26px;
}
.desk-nav button {
    background: none;
    width: 30px;
    height: 40px;
    margin-top: 20px;
    border: none;
    float: right;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.desk-nav button span {
    width: 30px;
    height: 40px;
    height: 2px;
    background: #333;
    display: block;
    margin: 5px 0;
}

#brand {
    display: inline-block;
}

.nexmenu-reveal {
    height: 27px;
    width: 23px;
    cursor: pointer;
    z-index: 99999;
    transition: opacity .25s ease;
}

.nexmenu-reveal.nexclose {
    position: fixed;
    height: 27px;
    width: 25px;
    cursor: pointer;
    z-index: 110;
    transition: opacity .25s ease;
}

.nexmenu-reveal:hover {
    opacity: .7;
}

.nexmenu-reveal.nexclose span:nth-of-type(1) {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}

.nexmenu-reveal.nexclose span:nth-of-type(2) {
    background: #FFF;
    opacity: 0;
}

.nexmenu-reveal.nexclose span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.nexmenu-reveal span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 12px;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 2px;
}

.nexmenu-reveal span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 25px;
}

.nexmenu-reveal span:nth-of-type(2) {
    top: 8px;
    opacity: 1;
}

.nexmenu-reveal span:nth-of-type(3) {
    top: 16px;
}

.nexmenu-reveal.nexclose span:nth-of-type(3) {
    top: 22px;
}

.nexmenu-reveal {
    z-index: 110;
}

.nexmenu-reveal {
    width: 25px;
}

.nex-bar {
    overflow: hidden;
}



.logo a{
    color:#ef5f21;
    font-family: 'jabjai_heavy';
    line-height: 95px;
    font-size: 24px;

}
.brand-bar a {
    color: #fff;
    font-family: 'jabjai_heavy';
    font-size: 27px;
        margin-top: 5px;
    display: block;
}
.brand-bar{
    padding: 13px 8px;
}
/*
.menu-area {
    padding: 40px 0;
}

.main-menu {
    float: right;
}

.menu-area ul li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}

.menu-area ul li a {
    line-height: 42px;
    color: #00a1ce;
    font-size: 16px;
}
*/
/*=============================Banner Area====================*/
/*.banner-area{
    position: relative;
    
}
.banner-area:before{
    position: absolute;
    content: '';
    right: 0;
    background-image: url(../img/banner-img.png);
    width: 50%;
    min-height: 550px;
    background-repeat: no-repeat;
    background-position: top left;
}*/
.text p {
    color: transparent;
}

.banner-area {
    position: relative;
    padding-bottom: 150px;
    padding-top: 50px;
}

.banner-img {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -1;
}

.banner-title h1 {
    margin-bottom: 30px;
    color: #0c5160;
    font-size: 40px;
    line-height: 56px;
    font-family: 'HelveticaNeueLight';
    font-family: 'ARCO';


}

.banner-title p {
    color: #0c5160;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    padding-right: 30px;
}

.banner-text-area {
    max-width: 640px;
}

.buy-btn a {
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    background-color: #ef5f21;
    display: inline-block;
    padding: 13px 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.buy-btn a:hover {
    background-color: #00a1ce;
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.how-to-play-area {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    bottom: -20px;
}

.how-to-play-text {
    padding-left: 20px;
}

.how-to-play-text p {
    color: #0c5160;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
}

.how-to-play-text h2 {
    color: #0c5160;
    font-size: 40px;
    line-height: 56px;
    font-family: 'HelveticaNeueLight';
    margin-bottom: 12px;
}

.how-to-play-text h6 {
    color: #90bbc4;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
}

.how-to-play-text span {
    font-family: 'HelveticaNeueBold';

}



.how-to-play-text img {
    margin-right: 10px;
    margin-top: -3px;
}

.how-to-play-text a {
    color: #00a1ce;
    font-size: 16px;
}

.how-to-play-text a:hover {
    color: #ef5f21;
}

.natural-img {
    float: right;
}

/*=========================Accrodion Area====================*/
.accrodion-area {
    /*background-image: linear-gradient(180deg, #f8b437 0%, #f35a32 100%);*/
    background-image: url(../img/acc-banner.png);
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.accrodion-title h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
    font-family: 'HelveticaNeueLight';

}

.accrodion-title {
    margin-bottom: 40px;
}

.panel-title a {
    color: #ffffff;
    line-height: 32px;
    font-size: 18px;
    font-family: 'HelveticaNeueBold';

    padding-right: 100px;
    display: inline-block;
}

.panel-body {
    font-size: 16px;
    color: #ffffff;
    max-width: 650px;
    padding-top: 35px;
}




.panel-default:last-child {
    border: 0;
}


.panel-default {
    border-bottom: 2px solid #ff7f5d;
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative;
}

.panel-title>a:before {
    float: right !important;
    text-align: center;
    content: "-";
    font-size: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    right: 0;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "+";
    text-align: center;
    position: absolute;
    right: 0;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.acc-btn {
    margin-top: 90px;
}

.acc-1 {
    color: #00a1ce;
    font-size: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.acc-1:hover {
    color: #00a1ce;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.get-btn {
    color: #ffffff;
    font-size: 16px;
    margin-left: 40px;
}

.get-btn:hover {
    color: #e3e3e3;
}

@media only screen and (max-width: 991px) {
    .banner-img {
        width: 100%;
        z-index: -1;
        text-align: right;
    }

    .banner-area {
        position: relative;
        padding-bottom: 210px;
    }

    .how-to-play-area {
        padding-top: 30px;
    }

    .banner-area:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        top: 0;
        background: rgba(255, 255, 255, .8);
    }

    .banner-text-area {
        position: relative;
        z-index: 9;
    }

    .panel-title a {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .nex-bar {
        background: #ef5f21 !important;
    }

    .banner-area {
        padding-bottom: 130px;
    }

    .how-to-play-area {
        padding-top: 0;
    }

    .accrodion-title h2 {
        font-size: 36px;
    }

    .panel-title a {
        line-height: 27px;
        font-size: 17px;
    }

    .panel-title>a:before {
        width: 35px;
        height: 35px;
        line-height: 27px;
    }

    .acc-btn {
        margin-top: 50px;
    }

    .banner-title br {
        display: none;
    }

    .banner-area {
        padding-top: 20px;
    }

    .panel-body{
        padding-right: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .panel-default {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .banner-title h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .accrodion-title h2 {
        font-size: 34px;
    }

    .get-btn {
        margin-left: 5px;
        font-size: 15px;
    }

    .acc-1 {
        padding: 10px 14px;
        font-size: 15px;
    }

    .accrodion-title h2 {
        font-size: 33px;
        line-height: 46px;
    }

    .banner-area {
        padding-bottom: 123px;
    }
}

@media only screen and (max-width: 400px) {
    .banner-area {
        padding-bottom: 30px;
    }
}
