@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    color: #fff;
    font: 15px/25px 'Poppins', sans-serif;
    word-break: break-word;
    overflow-x: hidden;
    background-color: #000;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    line-height: 1;
    font-size: 90px;
    margin: 0 0 0px;
    color: #92C03E;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
}

h2 {
    color: #fff;
    font-size: 85px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'Poppins';
}

h3 {
    font-size: 50px;
    margin: 0 0 0px;
    color: #92C03E;
    font-weight: 600;
    font-family: 'Poppins';
}

h4 {
    font-family: 'Poppins';
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Poppins';
}

.theme-btn-1 {
    gap: 15px;
    z-index: 1;
    border: none;
    display: flex;
    color: #fff;
    font-size: 16px;
    padding: 18px 60px;
    width: fit-content;
    position: relative;
    align-items: center;
    transition: ease-in;
    font-family: 'Poppins';
    transition-duration: 0.5s;
    background-color: transparent;
}

.theme-btn-1::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-image: url(../images/btn-bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.theme-btn-2 {
    gap: 15px;
    z-index: 1;
    display: flex;
    color: #fff;
    font-size: 20px;
    padding: 14px 25px;
    width: fit-content;
    position: relative;
    align-items: center;
    transition: ease-in;
    font-family: 'Poppins';
    transition-duration: 0.5s;
}

.theme-btn-2::before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-image: url(../images/btn-bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.theme-btn-2:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-2:hover::before {
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(1440%) hue-rotate(192deg) brightness(95%) contrast(103%);
}

.theme-btn-1:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.theme-btn-1:hover {
    color: #002C5B;
    font-weight: 500;
    transition: ease-in;
    transition-duration: 0.5s;
}

.section-heaing {
    text-align: center;
    margin-bottom: 50px;
}

.section-heaing h2 {
    text-align: center;
    margin-bottom: 10px;
}

.section-heaing p {
    width: 65%;
    font-size: 20px;
    margin: 0px auto;
    text-align: center;
}

.add-padding {
    margin: 0 auto;
    max-width: 1800px;
}


/*header css start */

.menuSection {
    top: 0px;
    width: 100%;
    z-index: 9;
    padding: 15px 0px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #002C5B;
    box-shadow: 0 0 10px 5px #000000c2;
}

.HeaderBoxfixed {
    position: fixed;
}

.menuSection .row {
    align-items: center;
}

.menuSec {
    padding: 0px 0;
}

.header-logo img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: left;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    color: #fff;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #92C03E;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo a {
    width: 100%;
    height: 100%;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-right-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 9;
    display: none;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.menu-box>nav a {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins';
    line-height: 1;
    transition: 0.4s ease-in-out;
    position: relative;
    font-weight: 600;
}


/* menu-icon */

.menu-btn svg {
    width: 35px;
    height: 35px;
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
    stroke: #fff;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}


/*header css start */


/*banner css start */

.main_slider {
    margin-top: 95px;
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

img.bom-bg {
    position: absolute;
    bottom: 0;
    right: -90px;
    filter: grayscale(1);
    z-index: 0;
    box-shadow: 0px 3px 2px #0000007D;
    mix-blend-mode: luminosity;
    opacity: 1;
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    margin: auto;
    opacity: 0.6;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_text ul {
    gap: 25px;
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: flex-start;
}

.banner_text ul li a img {
    width: 100%;
    height: 85px;
    max-width: 180px;
    object-fit: contain;
}

.banner_img {
    display: flex;
    height: 750px;
    justify-content: end;
    align-items: center;
}

.banner_img img {
    height: 100%;
    object-fit: contain;
}

.banner_text h1 {
    margin-bottom: 15px;
}

.banner_text h1 span {
    display: block;
    color: #fff;
}


/*banner css end*/


/* app-features-sec */

.app-features-sec {
    position: relative;
    padding: 60px 0px 100px;
}

.app-features-sec::before {
    left: 0;
    top: -35px;
    content: '';
    width: 100%;
    height: 50px;
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 61%, rgb(0 0 0 / 1%) 100%);
}

.app-features-sec::after {
    left: 0;
    content: '';
    width: 100%;
    height: 50px;
    bottom: -35px;
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 61%, rgb(0 0 0 / 1%) 100%);
}

.app-features-img {
    height: 730px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.app-features-sec .section-heaing {
    margin-bottom: 100px;
}

.app-features-img img {
    width: 100%;
    height: 100%;
    max-width: 520px;
    object-fit: contain;
}

.app-features-text h3 {
    margin-bottom: 15px;
}

.custom-space2,
.custom-space {
    margin-top: 80px;
}

.custom-space .app-features-img {
    justify-content: flex-end;
}


/* app-features-sec */


/* app-screen sec */

.app-screen-sec {
    padding: 60px 5%;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.app-screen-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    margin: auto;
    opacity: 0.6;
    position: absolute;
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}

.app-screen-sec .row {
    position: relative;
}

.moble-slider-img {
    width: 100%;
    height: 700px;
}

.moble-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobileSlider .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mobileSlider .slick-slide {
    opacity: 1;
    margin: 0px 15px;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s ease;
}

.mobileSlider .slick-slide.slick-current.slick-active {
    transform: scale(1.2);
    margin: 60px 30px;
}


/* app-screen sec */


/* about-sec */

.about-sec {
    padding: 100px 0px;
    position: relative;
}

.about-sec::before {
    left: 0;
    top: -35px;
    content: '';
    width: 100%;
    height: 50px;
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 61%, rgb(0 0 0 / 1%) 100%);
}

.about-sec::after {
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 50px;
    bottom: -35px;
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 61%, rgb(0 0 0 / 1%) 100%);
}

.about-img {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-text a {
    margin-top: 25px;
}

.about-text h2 {
    margin-bottom: 25px;
}

img.about-small {
    position: absolute;
    left: 0;
    height: 90%;
    object-fit: contain;
    bottom: 0;
    /* transform: translate(-50%, -50%); */
    width: 43%;
}
/* about-sec */


/* faq-sec */

.faq-sec {
    padding: 100px 0px;
    position: relative;
}

.faq-sec .row {
    position: relative;
}

.faq-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    margin: auto;
    opacity: 0.8;
    position: absolute;
    filter: grayscale(1);
    background-image: url(../images/banner-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.accordion-button::after {
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    content: '\2b';
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    align-items: center;
    background: transparent;
    justify-content: center;
    background-image: none !important;
    font-family: "Font Awesome 6 Free";
}

.accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    content: '\f068';
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 7px 0;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background: transparent;
    transform: rotate(-180deg);
    background-image: none !important;
    font-family: 'FontAwesome';
}

.accordion-button {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 18px 35px;
    font-weight: 500;
    background-color: transparent;
}

.faq-box .accordion-body {
    padding: 0px 35px 25px;
}

.faq-box .accordion-item {
    box-shadow: none;
    overflow: hidden;
    margin: 0px 0 25px;
    transition: ease-in;
    border-radius: 15px;
    transition-duration: 0.2s;
    border: 1px solid #E0E0E0;
    background-color: transparent;
}

.accordion-item:hover {
    scale: 0.969;
    transition: ease-out;
    transition-duration: 0.2s;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
}

.accordion-body p {
    font-size: 14px;
    line-height: 28px;
    color: #adaaaa;
}

.faq-img {
    height: 580px;
    width: 100%;
}

.faq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.faq-txt-main {
    position: relative;
    width: 100%;
}


/* faq-sec */


/* review sec */

.review-sec {
    position: relative;
    padding: 100px 0px 0px;
}

.review-sec::before {
    left: 0;
    top: -35px;
    content: '';
    width: 100%;
    height: 50px;
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 61%, rgb(0 0 0 / 1%) 100%);
}

.review-box {
    margin: 0 auto;
    max-width: 430px;
    background-color: #fff;
    padding: 25px 20px 35px;
    border-top-right-radius: 50px;
}

.review-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.review-box ul {
    display: flex;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.review-box ul li h5 {
    color: #000;
    font-weight: 600;
}

.review-box ul li h5 i {
    color: #FFC107;
}

.review-box p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
}

.review-box a {
    margin: 0 auto;
}

.reviewSlider .slick-slide {
    opacity: 1;
}

.reviewSlider {
    z-index: 1;
    position: relative;
}

.review-sec::after {
    left: 0;
    opacity: 1;
    width: 100%;
    content: '';
    bottom: 90px;
    height: 199px;
    position: absolute;
    background: #92C03E;
    border: 2px solid #92C03E;
}


/* review sec */


/* terms-sec */

.terms-sec {
    position: relative;
    padding: 100px 0px 0px;
}

.terms-sec::before {
    left: 0;
    top: -35px;
    content: '';
    width: 100%;
    height: 50px;
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 61%, rgb(0 0 0 / 1%) 100%);
}

.terms-txt h2 {
    line-height: 1.5;
    padding: 0 100px;
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.terms-txt h3 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}

.terms-txt h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.terms-txt ul li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.terms-txt p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}


/* terms-sec */


/* footer */

.footerSec {
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
    z-index: 1;
}

img.footer-bom-bg {
    position: absolute;
    bottom: 0;
    filter: grayscale(4);
    z-index: -1;
    right: -20%;
    width: 50%;
    top: 0;
    margin: auto;
    mix-blend-mode: luminosity;
    opacity: 0.16;
}

.footerSec .section-heaing {
    margin-bottom: 100px;
}

.footer-img {
    height: 700px;
    display: flex;
    padding: 25px 0px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.footer-img lottie-player {
    right: 40px;
    width: 120%;
    position: absolute;
    mix-blend-mode: luminosity;
}

.footer-img::before {
    top: 0;
    right: 5%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: #92C03E;
    border-top-right-radius: 350px;
}

.foot-contact-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.foot-contact-box ul li lottie-player {
    max-height: 165px;
    max-width: 165px;
    filter: grayscale(1);
}

.foot-contact-box ul li h3 {
    font-size: 40px;
    margin-bottom: 25px;
}

.foot-contact-box ul li h3 span {
    color: #fff;
}

.foot-contact-box ul li h5 {
    font-size: 22px;
    font-weight: 300;
    color: #D1D1D1;
}

.foot-contact-box form input {
    width: 100%;
    height: 65px;
    border: none;
    color: #000;
    font-size: 18px;
    padding-left: 35px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.foot-contact-box form input::placeholder,
.foot-contact-box form textarea::placeholder {
    color: #636363;
}

.foot-contact-box form textarea {
    width: 100%;
    height: 205px;
    border: none;
    color: #000;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 35px;
    margin-bottom: 25px;
    border-radius: 15px;
}

.foot-contact-box form button {
    margin: auto;
}

.copy-txt {
    gap: 15px;
    display: flex;
    padding: 40px 0px;
    align-items: center;
    justify-content: center;
}

.copy-txt ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-txt ul li a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.copy-txt ul li a i {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.copy-txt ul li a i.fa-instagram {
    background-image: url(../images/insta-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.copy-txt ul li a i.fa-facebook-f {
    background-color: #3b5998;
}


/* footer */


/* inner-banner */

.inner-banner {
    display: flex;
    min-height: 400px;
    align-items: center;
    justify-content: center;
}


/* inner-banner */

.foot-contact-box form {
    margin-top: 25px;
}

.inner-footer .innerFooter {
    display: none;
}

.inner-footer .footerSec {
    padding-top: 60px;
    padding-bottom: 100px;
}


html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .moble-slider-img {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .theme-btn-1 {
        font-size: 15px;
        padding: 18px 40px;
    }

    .menuSec ul li a {
        font-size: 15px;
    }

    h1 {
        font-size: 75px;
    }

    .banner_img {
        height: 600px;
    }

    h2 {
        font-size: 70px;
    }

    .app-features-img {
        height: 550px;
    }

    .moble-slider-img {
        height: 450px;
    }

    .about-sec {
        padding: 60px 0px;
    }

    .about-img {
        height: 650px;
    }

    .foot-contact-box form {
        margin-top: 25px;
    }

    .review-sec {
        padding: 60px 0px 0px;
    }

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSection .headerlink {
        order: 3;
        margin-top: 25px;
    }

    .header-logo img {
        height: 65px;
    }

    h1 {
        font-size: 60px;
    }

    .review-sec {
        padding: 60px 0px 0px;
    }

    h2 {
        font-size: 55px;
    }

    p {
        font-size: 16px;
    }

    .foot-contact-box {
        margin-top: 50px;
    }

    .mobileSlider .slick-slide.slick-current.slick-active {
        transform: scale(1.1);
        margin: 43px 20px;
    }

    .moble-slider-img {
        width: 100%;
        height: 460px;
    }

    .section-heaing h2 br {
        display: none;
    }

    .banner_img {
        height: 550px;
    }

    .section-heaing p {
        width: 90%;
        font-size: 17px;
    }

    .app-features-img {
        height: 360px;
    }

    h3 {
        font-size: 40px;
    }

    .foot-contact-box form {
        margin-top: 25px;
    }

    .terms-sec {
        padding: 60px 0px 0px;
    }

    .footer-img::before {
        right: 0%;
        border-top-right-radius: 250px;
    }

    .footer-img lottie-player {
        right: 0px;
        width: 110%;
    }

    .terms-txt h3 {
        font-size: 40px;
    }

    .header-logo img {
        object-position: left;
    }

    .theme-btn-1 {
        padding: 15px 60px;
    }

    .main_slider {
        margin-top: 146px;
    }

    .copy-txt {
        padding: 40px 0px 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 50px;
    }

    .banner_img {
        margin: auto;
        height: 350px;
        max-width: 250px;
        justify-content: center;
    }

    .header-logo {
        display: flex;
        margin-bottom: 5px;
        align-items: center;
        justify-content: center;
    }

    .header-btn {
        margin-top: 5px;
        justify-content: space-between;
    }

    p {
        font-size: 15px;
    }

    .main_slider {
        padding: 50px 0px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    .section-heaing {
        margin-bottom: 25px;
    }

    .app-features-text {
        margin-top: 25px;
    }

    .custom-space2,
    .custom-space {
        margin-top: 20px;
    }

    .custom-space {
        flex-direction: column-reverse;
    }

    .app-features-sec {
        padding: 20px 0px 40px;
    }

    .mobileSlider .slick-slide.slick-current.slick-active {
        transform: scale(1.02);
        margin: 0px 0px;
    }

    .section-heaing {
        margin-bottom: 25px;
    }

    .moble-slider-img {
        height: 350px;
    }

    .about-sec {
        padding: 30px 0px;
    }

    .theme-btn-2 {
        gap: 12px;
        font-size: 14px;
    }

    .section-heaing h2 br {
        display: none;
    }

    .accordion-button {
        font-size: 16px;
        padding: 15px 25px;
    }

    .faq-box .accordion-body {
        padding: 0px 25px 20px;
    }

    .faq-sec {
        padding: 40px 0px;
    }

    .review-sec {
        padding: 40px 0px 0px;
    }

    .review-box p {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .theme-btn-1 {
        gap: 10px;
        font-size: 14px;
        padding: 12px 30px;
    }

    .review-box {
        margin: 0 auto;
        padding: 20px 15px 20px;
    }

    .footerSec {
        padding-top: 40px;
    }

    .footerSec .section-heaing {
        margin-bottom: 40px;
    }

    .footer-img lottie-player {
        right: 0;
        width: 100%;
        position: absolute;
    }

    .footer-img::before {
        top: 0;
        right: 0%;
        border-top-right-radius: 90px;
    }

    .footer-img {
        height: 350px;
        margin-bottom: 25px;
    }

    .foot-contact-box ul li h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .foot-contact-box ul li h5 {
        font-size: 12px;
    }

    .foot-contact-box form {
        margin-top: 25px;
    }

    .foot-contact-box form input {
        height: 50px;
        font-size: 14px;
        padding-left: 25px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .foot-contact-box form textarea {
        height: 150px;
        font-size: 14px;
        padding-top: 15px;
        padding-left: 25px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .foot-contact-box form button.theme-btn-1 {
        gap: 10px;
        font-size: 14px;
        padding: 8px 30px;
    }

    .copy-txt {
        flex-wrap: wrap;
        padding: 15px 0px 40px;
    }

    .copy-txt ul li a {
        font-size: 14px;
    }

    .copy-txt ul li a i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .app-features-img {
        margin: auto;
        display: flex;
        height: 400px;
        max-width: 300px;
    }

    .about-img {
        height: 400px;
        margin-bottom: 25px;
    }

    .terms-sec {
        padding: 50px 0px 0px;
    }

    .terms-txt h3 {
        font-size: 35px;
    }

    .header-logo img {
        object-position: left;
    }

    .main_slider {
        margin-top: 110px;
    }

    img.bom-bg {
        right: 0px;
    }

    .section-heaing p {
        font-size: 16px;
    }

    img.footer-bom-bg {
        right: 0%;
    }



}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    h1 {
        font-size: 45px;
    }

    .banner_text h1 {
        margin-bottom: 10px;
    }

    .main_slider {
        padding: 40px 0px;
        margin-top: 140px;
    }

    p {
        font-size: 12px;
    }

    .banner_text ul {
        gap: 15px;
        margin-top: 15px;
    }

    .banner_img {
        margin: auto;
        height: 350px;
        max-width: 250px;
        justify-content: center;
    }

    .header-logo {
        display: flex;
        margin-bottom: 5px;
        align-items: center;
        justify-content: center;
    }

    .header-btn {
        margin-top: 5px;
        justify-content: space-between;
    }

    h2 {
        font-size: 35px;
    }

    .section-heaing p {
        width: 100%;
        font-size: 14px;
    }

    .app-features-img {
        margin: auto;
        height: 350px;
        display: flex;
        max-width: 250px;
        align-items: center;
        justify-content: center;
    }

    h3 {
        font-size: 30px;
    }

    .app-features-text {
        margin-top: 25px;
    }

    .custom-space2,
    .custom-space {
        margin-top: 20px;
    }

    .custom-space {
        flex-direction: column-reverse;
    }

    .app-features-sec {
        padding: 20px 0px 40px;
    }

    .mobileSlider .slick-slide.slick-current.slick-active {
        transform: scale(1.02);
        margin: 0px 0px;
    }

    .section-heaing {
        margin-bottom: 25px;
    }

    .moble-slider-img {
        height: 350px;
    }

    .about-sec {
        padding: 30px 0px;
    }

    .theme-btn-2 {
        gap: 12px;
        font-size: 14px;
    }

    .section-heaing h2 br {
        display: none;
    }

    .accordion-button {
        font-size: 14px;
        padding: 15px 15px;
    }

    .faq-box .accordion-body {
        padding: 0px 25px 20px;
    }

    .faq-sec {
        padding: 40px 0px;
    }

    .review-sec {
        padding: 20px 0px 0px;
    }

    .review-box p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .theme-btn-1 {
        gap: 10px;
        font-size: 12px;
        padding: 5px 24px;
    }

    .review-box {
        margin: 0 auto;
        padding: 20px 15px 20px;
    }

    .footerSec {
        padding-top: 40px;
    }

    .footerSec .section-heaing {
        margin-bottom: 40px;
    }

    .footer-img lottie-player {
        right: 0;
        width: 100%;
        position: absolute;
    }

    .footer-img::before {
        top: 0;
        right: 0%;
        border-top-right-radius: 90px;
    }

    .footer-img {
        height: 350px;
        margin-bottom: 25px;
    }

    .foot-contact-box ul li h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .foot-contact-box ul li h5 {
        font-size: 12px;
    }

    .foot-contact-box form {
        margin-top: 25px;
    }

    .foot-contact-box form input {
        height: 40px;
        font-size: 12px;
        padding-left: 16px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .foot-contact-box form textarea {
        height: 100px;
        font-size: 12px;
        padding-top: 10px;
        padding-left: 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .foot-contact-box form button.theme-btn-1 {
        gap: 10px;
        font-size: 12px;
        padding: 5px 24px;
    }

    .copy-txt {
        flex-wrap: wrap;
        padding: 15px 0px 10px;
    }

    .copy-txt ul li a {
        font-size: 14px;
    }

    .copy-txt ul li a i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .terms-sec {
        padding: 40px 0px 0px;
    }

    .terms-txt h3 {
        font-size: 30px;
    }

    .about-img {
        height: 400px;
        margin-bottom: 25px;
    }

    .menu-box>nav a {
        font-size: 16px;
    }

    .menu-box>nav {
        gap: 20px;
    }

    img.bom-bg {
        right: 0px;
    }

    .menuSection {
        width: 100vw;
    }

    img.footer-bom-bg {
        right: 6%;
    }

    #smooth-content .footer-btm {
        padding: 0px 0 0px;
    }

    .header-logo img {
        height: 60px;
        object-position: center;
    }

    .app-features-sec .section-heaing {
        margin-bottom: 25px;
    }

    .app-screen-sec {
        padding: 20px 3% 50px;
    }

    .about-text h2 {
        margin-bottom: 10px;
    }

    .review-box img {
        width: 70px;
        height: 70px;
        border-radius: 5px;
    }




}


/*Media Query End*/


.section-heaing br {
    display: none;
}

 .points-table-sec {
    background: #000;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.level-div h3,
.points-table h3 {
    margin-bottom: 40px;
    text-align: center;
    font: normal normal 600 60px/75px Poppins;
    color: #FFFFFF;
    text-shadow: 0px 3px 86px #00000042;
    opacity: 1;
    height: 150px;
    display: block;
    align-content: center;
}

.level-btn {
    list-style: none;
    padding: 0;
}

.level-btn li {
    margin: 10px 0;
}

.level-btn button {
    width: 100%;
    padding: 12px;
    border: none;
    color: #000;
    transition: 0.3s;
    height: 85px;
    text-align: center;
    font: normal normal 600 29px/50px Poppins;
    border-radius: 16px;
}

.lvl1 {
    background: #ff00b8;
}

.lvl2 {
    background: #6d42a5;
}

.lvl3 {
    background: #0045ff;
}

.lvl4 {
    background: #00e600;
}

.lvl5 {
    background: #ffee00;
    color: #000;
}

.lvl6 {
    background: #ff8000;
}

.lvl7 {
    background: #ff1a1a;
}

.points-table table {
    width: 90%;
    border-collapse: collapse;
    background: #92c03e;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 55px auto 0;
    box-shadow: 0 0 0 15px #92c03e;
    border: 0 !important;
}
.points-table td {
    padding: 20px;
    border: beige;
    border-right: 2px solid #000;
    position: relative;
    z-index: 9;
    text-align: center;
    font: normal normal 600 30px/50px Poppins;
    color: #FFFFFF;
    opacity: 1;
}

.points-table tr:last-child td {
    border-bottom: none;
}

.highlight {
    color: #fff !important;
}

.how-play-sec {
    padding: 20px 0 100px;
}
.level-div {
    width: 70%;
    margin: 0 auto;
}

.points-table tabke tr {
    border: 2px solid #000;
}

.points-table table tr {
    border-bottom: 2px solid #000;
}

.points-table td:first-child {
    border-left: 0;
}

.points-table td:last-child {
    border-right: 0;
}

.how-play-sec .section-heaing h2 {
    color: #92C03E;
}

.how-play-content {
    text-align: center;
}

.how-play-content p {
    text-align: center;
    font: normal normal normal 25px/43px Poppins;
}

.how-play-content table {
    width: 75%;
    border-collapse: collapse;
    background: #92C03E;
    border-radius: 70px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 50px auto;
}

.how-play-content table td {
    text-align: center;
    font: normal normal 600 34px/74px Poppins;
    color: #FFFFFF;
    padding: 20px;
    border: beige;
    border-right: 2px solid #000;
    position: relative;
    z-index: 9;
}

.how-play-content table td:first-child {
    border-left: 0;
}

.how-play-content table td:last-child {
    border-right: 0;
}

.how-play-content table tr {
    border: 2px solid #000;
}


.how-play-content table::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 15px solid #92C03E;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.points-table table tr:last-child {
    border-bottom: 0;
}