/* Header */

@font-face {
    font-family: 'poetsen_oneregular';
    src: url('../fonts/poetsenone-regular-webfont.woff2') format('woff2'), url('../fonts/poetsenone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'poetsen_oneregular';
    transition: 0.5s;
    left: 0;
    letter-spacing: 1px;
}

body.pushbody {
    position: relative;
    left: -250px;
    overflow: hidden;
    transition: 0.5s;
}

.sidenav.open {
    width: 250px;
    transition: 0.5s;
}

#response p {
    color: #ffffff;
    font-size: 17px;
    max-width: 600px;
    margin: 0px auto 30px auto;
    line-height: 28px;
    width: 100%;
}

#supportForm {
    position: relative;
}

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 999;
}

.loader {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    right: 0;
}

a {
    color: #41c66b;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#email_message {
    display: none;
}

.email_success_message {
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: green;
    background-color: #ffffff;
}

.email_failed_message {
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: red;
    background-color: #ffffff;
}

input.error {
    border: 2px solid #ffffff !important;
}

label.error {
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: medium !important;
    margin-top: 0px !important;
    color: #ffffff;
}

#mySidenav a {
    display: block;
    color: #ffffff;
    padding-left: 30px;
    margin: 5px 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #3c3c3c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
}

.hidden-sm-up {
    display: none;
}

.hidden-sm-up.open span:nth-of-type(2) {
    display: inline-block;
}

.hidden-sm-up.open span:nth-of-type(1) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

.hidden-sm-up span:nth-of-type(2) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

*,
a {
    text-decoration: none !important;
    outline: none !important;
}

.top-wrapper {
    background: #ffffff;
    /* fallback for old browsers */
    padding: 120px 0 50px 0;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.inner-page .top-wrapper {
    background-image: none;
}

.bg-dark {
    background-color: transparent!important;
}
.is-scrolled .bg-dark,.inner-page .bg-dark {
    background-color: #ffffff!important;
    border-bottom: 1px solid #eee;
}
.navbar-dark .navbar-nav .nav-link {
    color: #313131;
    margin: 0 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #797979;
}
.nav-item.btn{
    padding: 5px 20px;
}
.navbar-dark .navbar-toggler span {
    color: #ffffff;
}
.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
        background: #ffffff;
    background: #ffffff;
}


.is-scrolled .logo-text {
    color: #0084ff;
}

.is-scrolled .sticky-header {
    display: none;
}

.is-scrolled .whitelogo {
    top: 0px;
    transition: ease top 1000ms, ease margin-left 1000ms;
}

.whitelogo {
    border-radius: 10px;
    max-width: 90%;
}

.sticky-header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    transition: ease top 1000ms, ease margin-left 1000ms;
    z-index: 999999;
    padding: 15px 0;
    display: block;
    top: 0;
    box-shadow: 0.3em 0.5em 1.3em rgba(0, 0, 0, 0.2);
}

.logo-text {
    font-size: 26px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo-text {
    font-size: 26px;
    color: #0084ff;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo img {
    border-radius: 10px;
    max-width: 60px;
}

.head-right {
    text-align: right;
}

.head-right ul.nav {
    display: inline-block;
    width: auto;
}

.head-right ul.nav li {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
}

.nav-item a {
    color: #3c3c3c;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-item a:hover {
    color: #41C76B;
}

.nav-item.btn {
    background: #3A3A3A;
    border-radius: 30px;
    border: 1px solid transparent;
    cursor: pointer;
}

.nav-item.btn:hover {
    opacity: 0.7;
}


/*.is-scrolled .nav-item a {
    color: #00d2ff;
    font-size: 18px;
    padding: 0;
}
.is-scrolled .nav-item a:hover{
    color: #000000;
}
.is-scrolled .head-right ul.nav li {
    padding: 5px 25px;
}
.is-scrolled .nav-item.btn a {
    color: #ffffff;
    font-size: 16px;
}
.is-scrolled header .logo img {
    max-width: 60px;
}*/

.nav-item.btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
}


/*.nav-item.btn:hover {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
}*/

.nav-item.btn:hover a {
    color: #ffffff;
}

.nav-link.active {
    color: black !important;
}



.banner-text h1 {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
}

.mobile-banner-text {
    display: none;
}

.banner-text {
    display: inline-block;
}

.banner-img {
    display: inline-block;
    padding: 0 20px;
}
.phone-wrap{
    text-align: center;
}
.play-game{
    text-align: center;
    margin-top: 70px;
}

.play-game a{
    opacity: 0;
    visibility: hidden;
}

.headertitle {
    color: #00530E;
    font-family: 'poetsen_oneregular';
    font-weight: 700;
    font-size: 54px;
    padding-bottom: 50px;
    letter-spacing: 2px;   
    
    display: block;
    text-align: center;
    
}

.appstore {
    margin: 0 auto;
    display: block;
    text-align: left;
    margin-top: 30px;
}

.appstore img:hover {
    opacity: 0.9;
}

.features {
    padding: 60px 0 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.features-detail {
    text-align: center;
    
}

.features-detail p.block-head {
    text-transform: uppercase;
    font-weight: 600;
    color: #2e3c60;
}

.block-wrap {
    padding: 15px 0px;
    margin: 25px 0;
}

.features h2 {
    font-size: 54px;
    color: #00530E;
    text-align: center;
    font-weight: 700;
    padding-bottom: 70px;
    
}

.features-detail img {
    width: 100%;
}

.features-detail h3 {
    font-weight: lighter;
    color: #303030;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
}

.featuresparegraph {
    padding: 50px 0px 0px 0px;
}

.features-detail p {
    font-weight: 300;
    font-size: 20px;
    color: #242424;
    line-height: 34px;
    text-align: left;
}

.downloadsection {
    padding: 100px 0 0px 0;    
    background-repeat: no-repeat;
    background-position: top 0px center;
    background-size: cover;
}

.g-recaptcha>div {
    text-align: center;
    margin: 0 auto;
}

.downloadsection h3 {
    font-size: 50px;
    text-align: center;
    font-weight: 700 !important;
    color: #00530E;
    font-weight: 500;
}

.downloadsection .appstore {
    text-align: center;
    margin-top: 10px;
}

.downloadtext {
    padding: 250px 0px 100px 0px;
    background-image: url(../img/Download.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.downloadtext ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.downloadtext li {
    display: inline-block;
    margin: 0 10px;
}

.downloadtext li:first-child {
    background-image: url(../img/list-item1.png);
}

.downloadtext li:nth-child(2) {
    background-image: url(../img/list-item2.png);
}

.downloadtext li:nth-child(3) {
    background-image: url(../img/list-item3.png);
}

/*.inner-page footer{
    padding: 70px 0;
}*/
footer {
    background-color: #fff;
    padding: 70px 0 30px 0;
    color: #858585;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    margin-top: 50px;
}

footer p {
        color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 2px;
}

.footerlink {
    padding: 10px 0px 10px 10px;
}
ul.social-links{
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}
ul.social-links li{
    display: inline-block;
    margin: 0 10px;
}
.footerlink a {
    color: #ffffff;
    padding: 0px 15px 0px 15px;
    font-size: 14px;
    font-weight: 400;
    border-right: 2px solid #ffffff;
}
.footerlink a:nth-of-type(3){
    border-right: none;
}


/* Inner Page */

.section-head {
    padding: 30px 0;
}

.section-head h3 {
    font-size: 36px;
    color: #222;
    text-align: left;
    padding-top: 110px;
}

.section-head h3::first-letter {
    border-bottom: 3px solid #41c66b;
}

#steps-to-cancle h3 {
    margin: 30px 0 10px 0;
    font-weight: 500;
    font-size: 26px;
    color: #424141;
}

#steps-to-cancle p {
    font-size: 18px;
    color: #424141;
    line-height: 30px;
}

#steps-to-cancle ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: inside;
}

#steps-to-cancle li {
    margin: 0px;
    padding: 0px;
}

#steps-to-cancle p img {
    max-width: 300px;
}

#steps-to-cancle b {
    font-size: 26px;
}

ul.footer-navigation {
    margin: 0;
    padding: 0;
}

ul.footer-navigation li:first-child {
    margin-left: 0;
}

ul.footer-navigation li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}

ul.footer-navigation li {
    border-right: 1px solid #5e5e5e;
    padding-right: 20px;
    line-height: 20px;
}

ul.footer-navigation li:last-child {
    border-right: none;
}

ul.footer-navigation li a {
    color: #5e5e5e;
}

ul.footer-navigation li a:hover {
    color: #2e3c60;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #a9a9a9;
    padding: 15px;
    box-shadow: none;
    border-radius: 6px;
}

.form-group input[type="submit"] {
    width: 150px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background: #2f2f2f;
    /* fallback for old browsers */
}

.form-group textarea {
    height: 120px;
}

.form-group input[type="submit"] {
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}

.form-group input[type="submit"]:hover {
    background: #313131;
}

#support {
    background-color: #fff;
    padding: 100px 0 20px 0;
}

.form-group input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group input::-moz-placeholder {
    color: #a9a9a9;
}

.form-group input:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group input::placeholder {
    color: #a9a9a9;
}

.form-group textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::-moz-placeholder {
    color: #a9a9a9;
}

.form-group textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::placeholder {
    color: #a9a9a9;
}

.form-group {
    margin-bottom: 15px;
}

.section-head {
    font-weight: 700;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #313131;
    padding-top: 40px;    
}

.error {
    color: #ffd617;
    display: block;
    text-align: left;
    margin-top: 5px;
}

#support {
    text-align: center;
}

#support form {
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.banner-img img {
    margin-bottom: -5px;
}


/* Media Queries */

@media (max-width: 1680px) {
    .nav-item a {
        font-size: 16px;
        font-weight: 500;
    }
    .head-right ul.nav li {
        padding: 3px 15px;
        margin: 0 15px;
    }
    .head-right ul.nav li:last-child {
        padding: 6px 25px;
        border-radius: 8px;
        margin-right: 0;
    }
    .nav-item.btn a {
        font-size: 16px;
    }
    .appstore img {
        max-width: 200px;
    }
    .appstore {
        margin-top: 40px;
    }
    .banner-img img {
        max-height: 500px;
    }
    .features h2 {
        font-size: 42px;
    }
    .features-detail h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .features-detail p {
        font-size: 17px;
    }
    
    .downloadsection {
        padding: 70px 0 0px 0;
    }
    .headertitle {
        font-size: 50px;
    }
    .downloadsection h3 {
        font-size: 42px;
    }
    .features {
        padding: 130px 0 0 0;
    }
    .top-wrapper {
       padding: 120px 0 50px 0;
    }
    .phone-wrap img{
        max-height: 330px;
    }
    .play-game{
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-img img {
        max-height: 400px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .appstore {
        margin-top: 25px;
    }
    .features-detail {
        padding: 30px 0 0px 0;
    }
    .features {
        padding: 0px 0 0px 0;
    }
    .features-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .features-detail h4 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .Create-own-logo h3 {
        font-size: 37px;
    }
    
    .headertitle {
        padding: 15px 0px 0 0px;
    }
    .top-wrapper {
        padding: 120px 0 50px 0
    }
    .headertitle {
        padding: 0px 0px 30px 0px;
        font-size: 36px;
    }
    .features h2 {
        font-size: 36px;
        padding: 40px 0;
    }
    .downloadtext {
        background-size: 100% auto;
        padding: 220px 0px 90px 0px;
    }
    .downloadtext li a img {
        max-width: 180px;
    }
    .whitelogo {
        max-width: 100px;
    }
    .downloadsection h3 {
        font-size: 36px;
    }
    .phone-wrap img {
        max-height: 270px;
    }
    .play-game img{
        max-width: 260px;
    }
    footer {
        
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .block-wrap {
        max-width: 300px;
        margin: 0px auto 30px auto;
    }
    .features-detail {
        padding: 0;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .downloadsection h3 {
        font-size: 36px;
    }
    .features {
        background-attachment: scroll;
    }
    .appstore {
        text-align: left;
    }
    .downloadsection .appstore {
        text-align: center;
    }
    .banner-img img {
        max-height: 550px;
    }
    /*.features-detail img {
        width: calc(50%);
    }        */
    .downloadsection {
        padding: 50px 0 50px 0;
    }
    footer {
        padding: 10px 0;
    }
    footer p {
        font-size: 12px;
    }
    
}

@media (max-width: 991px) {
    .top-wrapper .hidden-sm-up span {
        color: #ffffff;
    }
    .is-scrolled .hidden-sm-up.mobile-burger span {
        color: #3c3c3c;
    }
    .hidden-sm-up {
        display: block;
    }
    .hidden-sm-up span {
        color: #3c3c3c;
        font-size: 30px;
    }
    .head-right>ul.nav {
        display: none;
    }
    .section-head h3 {
        font-size: 24px;
    }
    #steps-to-cancle h3 {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .banner-img img {
        max-height: 300px;
    }
    .appstore {
        margin-top: 30px;
        text-align: left;
    }
    .features h2 {
        font-size: 42px;
    }
    .features-detail p {
        padding: 0 0px;
    }
    .features-detail .bottom-block {
        margin: 0px auto 0 auto;
    }
    .features-detail {
        padding: 0px 0 0px 0;
    }    
    .marketing-text p {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .downloadsection .appstore {
        text-align: center;
    }
    .downloadsection {
        padding: 50px 0 50px 0;
    }
    footer {
        padding: 50px 0 20px 0;
        background-size: cover;
    }
    footer p {
        font-size: 12px;
    }
    .banner {
        padding: 15px 0 0px 0;
    }
    .headertitle {
        font-size: 26px;
        padding: 15px 0px 30px 0px;
    }
    .top-wrapper {
        padding-top: 80px;
    }
    .features {
        padding: 100px 0 0px 0;
    }
    .features-detail p {
        font-size: 16px;
        line-height: 25px;
    }
    .marketing-text h3,
    .downloadsection h3 {
        font-size: 26px;
    }
    .downloadtext {
        padding: 180px 0px 50px 0px;
    }
    .section-head {
        font-size: 42px;
    }
    .features h2 {
        font-size: 26px;
    }
    #features-main {
        padding-top: 0;
    }
    .downloadtext li a img {
        max-width: 120px;
    }
    .play-game {
        margin-top: 40px;
    }
    .play-game img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .is-scrolled .whitelogo,.whitelogo{
        max-width: 80px;
    }
    .navbar-dark .navbar-toggler span {
        color: #313131;
    }
    .nav-item.btn{
        max-width: 250px;
        margin: auto;
    }
    .navbar-dark .navbar-nav .nav-link {
    color: #313131;
    margin: 5px 0;
    text-align: center;
}
.bg-dark {
   background-color: #ffffff !important;
    padding: 15px;
}
.banner {
    padding: 60px 0 0px 0;
}
 .features h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .downloadtext li {
        background-position: left 30px;
    }
    .mobile-banner-text {
        display: block;
    }
    .mobile-banner-text h1 {
        color: #ffffff;
        font-family: 'SF UI Display Heavy';
        font-size: 32px;
    }
    .banner-text {
        display: none;
    }
    .banner-img {
        margin: auto;
        margin: 30px auto 0px auto;
    }
    footer .d-flex {
        display: block !important;
        text-align: center;
    }
    footer .d-flex>div {
        display: block;
        margin: 10px 0;
    }
    .downloadtext {
        padding: 130px 0px 50px 0px;
    }
    .phone-wrap img {
        max-width: 80%;
    }
    .top-wrapper {
        padding-top: 120px;
    }
}

@media (max-width: 575px) {
    .banner .d-flex {
        display: block !important;
        text-align: center;
    }
    /*.banner-text h1 br{
        display: none;
    }*/
    .sticky-header {
        padding: 10px 0;
    }
    .is-scrolled .nav-item.btn a {
        padding: 0 20px;
    }
    .is-scrolled .head-right ul.nav li {
        padding: 0;
    }
    .is-scrolled .nav-item a {
        font-size: 15px;
    }
    .is-scrolled .nav-item.btn a {
        font-size: 12px;
        line-height: 26px;
    }
    .is-scrolled .stiky-header {
        padding: 10px 0;
    }
    .features-detail>.row>.row {
        margin-left: 0;
        margin-right: 0;
    }
    .head-right ul.nav li {
        padding: 0px;
    }
    .head-right ul.nav li:first-child {
        margin-bottom: 10px;
    }
    .nav-item.btn a {
        padding: 0 20px;
    }
    .features h3 {
        line-height: 30px;
        font-size: 19px;
    }
    .banner-img img {
        max-width: 100%;
    }
    .appstore {
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    .appstore img {
        max-width: 100%;
    }
    .features-detail .bottom-block {
        margin-top: 0;
    }
    footer p {
        font-size: 14px;
    }
    .marketing-text h3 .Create-own-logo h3 {
        font-size: 26px;
    }
    .play-game img {
        max-width: 160px;
    }

    .head-right ul.nav li:first-child {
        margin-bottom: 5px;
        display: block;
    }
    .nav-item.btn a {
        line-height: 34px;
    }
    footer {
        padding: 50px 0 20px 0;
    }
    .banner-text h1 {
        font-size: 22PX;
    }
    .features-detail {
        padding: 0px 0 0px 0;
    }
    /*.features{
        background-image: none;
    }*/
    .Create-own-logo {
        background-color: #fafafa;
        padding: 30px 0 30px 0;
    }
    .nav-item a {
        line-height: 30px;
    }
    .headertitle {
        font-size: 24px;
        padding: 0px 0px 10px 0px;
    }
    .marketing-text h3,
    .downloadsection h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .downloadtext {
        padding: 100px 0px 45px 0px;    
    }
    .downloadtext li{
        margin: 0 5px;
    }
    .downloadtext li a img {
        max-width: 80px;
    }
    .block-wrap {
        max-width: 300px;
        margin: 0px auto 0px auto;
    }
    .section-head {
        padding-bottom: 40px;
    }
    .hidden-sm-up {
        cursor: pointer;
    }
    .section-head {
        font-size: 42px;
    }
}