@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Optima' !important;
    font-size: 14px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    margin-bottom: -3px;
}

html,
body {
    overflow-x: hidden;
}

/*-------------- CSS Resetter ----------*/

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.cust-container {
    width: 90%;
    margin: 0px auto;
    display: table;
}

/*--------------------------------------------------------------------*/

/*---mobile fix footer----*/
.fixed-footer-cust {
    background: rgb(11, 137, 64);
    background: #003427 ;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

/*---mobile fix footer----*/

.global-sec {
    padding: 80px 0;
}

.reward {

    background: url("../images/background.jpg") center bottom no-repeat;
    background-size: 100%;
    background-color: #e7ebd3;
}

.sec-head {
    text-transform: uppercase;
    font-family: 'OptimaBold';
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.sec-head.green {
    color: #158140;
}

.sec-head.white {
    color: #ffffff;
}

#headlogo {
    transition: opacity 0.3s ease;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}


.sub-head {
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}

.game-smallhead {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}

.game-txt {
    font-weight: 800;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.game-wrap {
    padding: 60px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 5px 5px 20px #bbb;
}

.game-wrap h2 {
    text-align: center;
    color: #008443;
    font-family: 'OptimaBold';
    font-size: 30px;
    margin-bottom: 30px;
}

.game-inner {
    padding: 50px 0;
}

.single-game {
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-border {
    border-left: 2px solid #e7ebd3;
    border-right: 2px solid #e7ebd3;
}

.single-game h3 {
    color: #4e4e4e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'OptimaBold';
    margin-bottom: 35px;
}

.single-game h4 {
    text-align: center;
    color: #008443;
    font-size: 30px;
    line-height: 35px;
}

.game-term {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}

.overview-txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.overview-wrap {
    padding: 60px;
    background: #e7ebd3;  
}

.overview-wrap h2 {
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
}

.overview-list {
    padding-left: 15px;
}

.overview-list li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
    position: relative;
}

.overview-list li::before {
    content: "";
    height: 8px;
    width: 8px;
    background: #003427 ;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: -15px;
}

.contact {
    display: none;
    background: rgb(11, 137, 64);
    background: #003427 ;

    /*animation: colorchange 20s;*/
    /*-webkit-animation: colorchange 20s;*/
}



@keyframes colorchange {
    0% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 4%, rgba(192, 213, 46, 1) 150%);
    }

    25% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 35%, rgba(192, 213, 46, 1) 150%);
    }

    50% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 80%, rgba(192, 213, 46, 1) 150%);
    }

    75% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 35%, rgba(192, 213, 46, 1) 150%);
    }

    100% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 4%, rgba(192, 213, 46, 1) 150%);
    }
}

@-webkit-keyframes colorchange

/* Safari and Chrome - necessary duplicate */
    {
    0% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 4%, rgba(192, 213, 46, 1) 150%);
    }

    25% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 35%, rgba(192, 213, 46, 1) 150%);
    }

    50% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 80%, rgba(192, 213, 46, 1) 150%);
    }

    75% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 35%, rgba(192, 213, 46, 1) 150%);
    }

    100% {
        background: linear-gradient(59deg, rgba(11, 137, 64, 1) 4%, rgba(192, 213, 46, 1) 150%);
    }
}

/*------------------Contact form----------------*/

#contact-form input,
#contact-form select {
     /* height: 40px; */
     border: 1px solid #fff;
     /* width: 100%; */
     background: transparent;
     margin-bottom: 0;
     padding-left: 10px;
     border-radius: 0;
     color: #fff;
}

#contact-form input::placeholder{
    color:#fff !important;
}

#contact-form select .whbg {
    color: #222222;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #ffffff;
}

#contact-form .input-group-addon {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 0;
}

.form-ico {
    font-size: 19px !important;
}

#contact-form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.contact-btn {
    display: block;
    background: #ffffff;
    border: none;
    color: #163D35;
    font-size: 18px;
    padding: 5px 30px 6px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 auto;
}

.contact-btn:hover,
.contact-btn:focus {
    background: #ffffff;
    color: #008443;
}

#contact-form p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 17px;
}

/*------------------------------------*/

/* .sec-terms {
    background: #e7ebd3;
} */

.terms-wrap {
    background: #ffffff;
    padding: 80px;
    box-shadow: 5px 5px 20px #bbb;
}

.terms-wrap h2 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 50px;
}

.footer-border {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 70px; */
    /* background: rgb(11, 137, 64); */
    background: #fff;
    /* border-top: 1px solid white; */
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
}

/*-------------------*/
/*------------video--------*/
.video-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video-wrap video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.game-patch {
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}

.game-patch .name-game {
    width: 70%;
}



.cloud-1 {
    position: absolute;
    top: 18%;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.cloud-1 img {
    width: 85px;
}

.cloud-2 {
    position: absolute;
    top: 21%;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.cloud-2 img {
    width: 50px;
}

.cloud-3 {
    position: absolute;
    top: 25%;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.cloud-3 img {
    width: 102px;
}

/*--------------------------------*/

.thankmain-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.thankwrap1 {
    width: 100%;
    height: 95vh;
    background: url("../images/background.jpg") center bottom no-repeat;
    background-size: 100%;
    background-color: #e7ebd3;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.thankwrap1 h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 800;
}

.thankwrap2 {
    width: 100%;
    height: 5vh;
    background: rgb(11, 137, 64);
    background: #003427 ;
}


.go-home {
    color: #ffffff;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
    border-radius: 25px;
    transition: ease 0.5s;
    background: rgb(11, 137, 64);
    background: #003427 ;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: rgb(11, 137, 64);
    background: #003427 ;
    border-radius: 25px;
}

.thankflex {
    position: relative;
    z-index: 99;
}


.butterflywrap {
    width: 100%;
    overflow: hidden;
}

.thank-gif {
    position: absolute;
    bottom: 4%;
    z-index: 9;
}

.logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
}


/*----------Modal Design-------*/
.modal {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.modal-body {
    background: #f3f3f3;
    background-size: cover;
    padding-bottom: 30px;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #222;
    opacity: 1;
    outline: none;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    /* margin-top: -35px; */
    margin-bottom: 10px;
    font-weight: 600;
}

.modal-body p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body img {
    width: 100px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -60px;
}

.modal-dialog {
    margin-top: 65px !important;
}

/*---modal form--*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #a0a0a0;
    margin-bottom: 0;
    padding-left: 25px;
    border-radius: 0;
    color: #ffffff;
    border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #ffffff;
}

.modal-body form .input-group-addon {
    background: #003427 ;
    color: #ffffff;
    border: none;
    border-right: 0;
    border-radius: 0;
    position: relative;
    z-index: 9;
}

.modal-body form .input-group-addon::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2px;
    z-index: -1;
    background: #003427 ;
    transform-origin: bottom left;
    -ms-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.popup-btn {
    margin: 0px auto;
    display: block;
    background: rgb(11, 137, 64);
    background: #003427 ;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px 3px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/*-----------------------------------------*/

.interested {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    bottom: 10px;
    right: 10px;
    background: rgb(11, 137, 64) !important;
    background: #003427  !important;
    border: none;
    letter-spacing: 1px;
    font-size: 18px !important;
    outline: none !important;
}


label.error {
    color: #ff0000;
}

.form-txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    color: #fff;
}


.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}


@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.aboutcon {
    text-align: center;
    font-size: 18px;
    /* margin-bottom: 10px; */
    line-height: 25px;
}

#footer {
    padding-top: 80px;
    padding-bottom: 150px;
}

.foot {

    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.foot1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0px;
}

.title1 {
    text-transform: uppercase;
    font-family: 'OptimaBold';
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;

}

.title2 {
    font-size: 15px;
    text-align: center;
    /* margin-bottom: 20px; */
    line-height: 30px;
    /* color: #ffffff; */
}

.custom-form-container {
    /* background: linear-gradient(135deg, #4a90e2, #1e3c72); */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#custom-enquiry-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-col {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* margin-bottom: 10px; */
}

.custom-form-group {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.custom-input-group {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.custom-input-addon {
    background: #003427 ;
    padding: 12px;
    border-radius: 5px 0 0 5px;
}

.custom-input {
    border: none;
    padding: 10px;
    outline: none;
    flex: 1;
    border: 1px solid #003427 ;
}

.custom-submit-btn {
    background: #003427;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.custom-submit-btn:hover {
    background: #000;
}

.custom-call-btn {
    background: #28a745;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
}

.custom-call-btn:hover {
    background: #218838;
}

.next1 {
    text-transform: uppercase;
    font-family: 'OptimaBold';
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    /* margin-bottom: 30px; */
}

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
}

.footerimg {
    text-align: center;
}

.footerimg img {
    height: 100px;
}

#contact-form {
    width: 60%;
    margin: auto;
}

#headlogo {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 60px;
    padding-top: 10px;
}

@media screen and (min-width:768px) {
    #headlogo img {
        max-width: 135px;
        /* filter: invert(1); */
        /* margin-top: 20px; */
        margin-left: 14px;
    }
}

@media screen and (max-width:768px) {
    #headlogo img {
        max-width: 135px;
        /* filter: invert(1); */
        /* margin-top: 20px; */
        margin-left: 10px;
    }
}


.carousel-control.right, .carousel-control.left {

   
    background-image: none !important;

}




.owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}




@media screen  and (min-width:768px) {
    body {
        background-image: url(../images/why-back.png);
        background-size: contain; 
        background-repeat: repeat; /* Prevents tiling */
        background-position: center center; /* Centers the image */
      }
}

@media screen  and (max-width:768px) {
    body {
        background-image: url(../images/bg.png);
        background-size: contain; 
        background-repeat: repeat; /* Prevents tiling */
        background-position: center center; /* Centers the image ********/
      }
}




    .overview-wrap1, .sec-terms {

        padding: 60px 20px !important;
    
        background-size: cover;
        background-position: center;
    
    
        background-color: #e7ebd3;
        /* background-image: url(../images/bg.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* Optional */



    }
     



/* .overview-wrap1 h2 {
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    margin-bottom: 18px;
} */

.overview-wrap1 p{
    text-align: center;
    margin-bottom: 22px;
}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #003427 ;
    border-radius: 10px;
}

.owl-carousel .item i {
    /* font-size: 50px; */
    color: #007bff;
    margin-bottom: 10px;
}

.owl-carousel .item p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.fas {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 5px;
}

.item {
    text-align: center !important;
}

.hero {
    width: 220px;

    /* margin-top: 20px; **/

    text-align: center;
    height: 95px;
}

.box123 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.che {

    font-size: 11px;
    color: #fff;
    margin-left: 10px;
}

.fixed-footer-cust {
    background: #003427;
    text-align: center;
    padding: 14px 0px;
    width: 100%;
    border-top: 2px solid #fff;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.div-line {
    border-right: 1px solid #fff;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.i-am, .download1 {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.mob-out{
    position: fixed;
    bottom: 0px;
}

.mob-view-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #003427 ;
}

.cal a {
    font-size: 21px;
    color: #ffffff !important;
}

.enquiry-btn {
    display: none;
    /* Orange color */
    color: white;
    font-size: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.dis {
    font-size: 12px !important;
}

.qr-row img {
    width: 70px;
}

.qr-row {
    display: flex;
    justify-content: center;
    gap: 7em;
}

@media screen and (max-width:768px) {
    .qr-row img {
        width: 38px;
    }

    .qr-row {
        display: flex;
        justify-content: center;
        gap: 1em;
    }
}

.gal-carousel1 .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

.gal-carousel1 .item{
    background-color: transparent;
}

.item-img-div{
    background-color: #003427 ;
    border-radius: 50%;
    padding: 30px;
}

.gal-carousel1 .item p {
    font-size: 16px;
    color: #333;
    margin-top: 1em;
}

.gal-carousel1 .owl-nav{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.gal-carousel1 .owl-nav img{
    width: 39px;
  
}

.overview-wrap1 h2{
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}

.overview-wrap1 p{
    font-size: 15px;
}

.item-img-div img{
    filter: invert(1);
}

.custom-icon{
    color: #fff !important;
}




   
 /* Hide mobile by default, show desktop */
 .mobile-banner {
    display: none;
}

.desktop-banner {
    display: block;
}

@media (max-width: 767px) {
    /* On mobile: show mobile version and hide desktop version */
    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }

    .row-hide{
        display: none !important;
    }

    .grid{
          display: grid !important;
          grid-template-columns: repeat(3, 1fr);
         gap: 25px;
    }

    .footerimg img {
        height: 63px;
    }
}

.grid{
    display: none;

}


.row-hide{
    display: flex;
    flex-wrap: wrap;
  
}

#whyinvest{
    padding-bottom: 80px;
}