*{box-sizing: border-box;margin: 0;padding: 0;font-family: "Anek Devanagari", sans-serif;font-weight: 400;font-size: 14px;line-height: 24px;color: #393186;}
/*Reset CSS*/
@media only screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
        background-image: linear-gradient(#ffffff, #f5f9fd);
      /*  box-sizing: content-box;
      */  padding: 0;
        margin: 0;
        height: 98%;
        min-height: 100vh;
    }
}
@media only screen and (min-width: 768px) {
    .container, .container-fluid {
        max-width: 360px !important;
        margin: auto;
        background: white;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
                min-height: 100vh;
    }
}

.container{
    max-width: 100%;
}
img{max-width: 100%;}
a,a:hover{transition: all ease 0.5s;-webkit-transition: all ease 0.5s;color: #393186; text-decoration: none;}

.bannerin img {
    width: 100%;
    height: auto;
}
h1{font-size: 20px;line-height: 36px;font-weight: 700;}
h2{font-size: 19px;line-height: 30px;font-weight: 700;}
h3{font-size: 18px;line-height: 28px;font-weight: 700;}
/*Main CSS*/
header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(101.42deg, #0DC3E3 8.67%, #40D3F3 50.27%, #85EBFF 91.87%);
    padding: 13px 12px;
}

.logo {
    width: 40px;
}

.logo img {
    width: 100%;
}
.landropdown button.dropbtn {
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.landropdown  .dropdown-content {
    position: absolute;
    right: 0px;
    background: #fff;
    z-index: 2;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    min-width: 140px;
    overflow: hidden;
    display: none;
}

.landropdown {position: relative;    line-height: 0;}
.landropdown .dropdown-content a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 26px;
}

.landropdown .dropdown-content a:hover {background: linear-gradient(101.42deg, #7D18FF 8.67%, #393185 91.87%);color: #fff;}

.homebanner .swiper-pagination span.swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
10px 2.5px
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    margin: 2.5px;
}

.homebanner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
section.successstory {
    background: #E6E5F5;
    padding: 30px 20px;
}

.commontitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.bannerin {
    line-height: 0;
}
.commontitle a.morelink {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
    line-height: 20px;
}
.successtoryfarm {
    display: flex;
    justify-content: space-between;
    background: radial-gradient(37.5% 63.33% at 17.81% 42.22%, #7D18FF 0%, #393185 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.lftfarmcon {
    width: 50%;
}

.rgtimgfa {
    width: 50%;
    line-height: 0;
}

.rgtimgfa img {
    width: 100%;
    margin-top: -20px;
}

.lftfarmcon h4 {
    color: #fff;
    padding: 24px 0px 14px 24px;
}

.lftfarmcon h4 strong {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.lftfarmcon a {
    display: flex;
    color: #393186;
    background: #fff;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px 8px 20px;
    justify-content: space-evenly;
}

.lftfarmcon a img {
    width: auto;
    height: 11px;
}
.quotesec {
    padding: 20px;
    position: relative;
}

.quotesec blockquote {
    max-width: 200px;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
}

.quotesec blockquote b {
    font-size: 24px;
    font-weight: 700;
}

.quotesec h5.fname , .quotesec span.place {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.quotesec h5.fname {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

h5.fname {}

.quotesec span.place {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}
.quotesec::before , .quotesec::after {
    position: absolute;
    content: "";
    background-image: url(../images/quote.svg);
    width: 40px;
    height: 28px;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.quotesec::after {
    bottom: 20px;
    top: auto;
    right: 0;
    transform: rotate(180deg);
    left: auto;
}
.successstory .swiper-pagination {
    position: static;
}

.successstory .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #3A3286;
    background: #3A3286;
}

.successstory .swiper-pagination span.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #3A3286;
    opacity: 1;
    margin: 10px 2.5px 0;
}
.commontitle h3 {
    position: relative;
}

.commontitle h3::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #8F83FF;
    bottom: -2px;
    left: 0;
}
section.gallerysection {
    padding: 20px;
}
.galleryslider .item {
    border-radius: 8px;
    overflow: hidden;
}

.galleryslider .owl-item.active .item {
    margin: 20px 0;
    height: 150px;
    box-shadow: 0px 0px 20px 0px #000000;
}

.owl-item.active {}

.galleryslider .owl-item.active .item img {
    height: 100%;
    object-fit: cover;
}

.galleryslider .owl-item .item {
    margin: 35px 0;
}

.galleryslider .owl-item .item img {
}

.galleryslider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}


.galleryslider div#gallery {
    padding: 0 25px;
}
.galleryslider .owl-nav button {
    background: #3A3286 !important;
    margin: 0 !important;
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.galleryslider .owl-nav button i {
    color: #fff;
    font-size: 12px;
}
.galleryslider .owl-dots span {
    background: transparent;
    margin: 2.5px !important;
    border: 1px solid #3A3286;
    background: transparent !important;
    width: 8px !important;
    height: 8px !important;
}

.galleryslider .owl-dots .active span {
    background: #3A3286!important;
}
section.benifits {
    background: #E6E5F5;
    padding: 30px 0px;
}
.benifitcol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benifitsimg {
    width: 28%;
    height: 60px;
    border: 1.5px solid #393186;
    border-radius: 8px;
    overflow: hidden;
}

.benifitsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benifitscon h5 {
    font-size: 16px;
    font-weight: 700;
}

.benifitscon {
    width: 66%;
}

.benifitsslide .swiper-slide {
    width: 80%;
}

.benifitscon p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.benifitsslide .swiper-slide:first-child {
    margin-left: 20px;
}

.benifitsslide .swiper-pagination.swiper-pagination-progressbar {
    position: static;
    margin-top: 16px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    border: 0.5px solid #393186;
    border-radius: 4px;
    height: 6px;
}

.benifitsslide .swiper-pagination.swiper-pagination-progressbar span.swiper-pagination-progressbar-fill {
    background: #393186;
    border-radius: 4px;
}
.benifits .commontitle {
    padding: 0 20px;
}
.benifitsslide .cstnv {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    bottom: -23px;
}

.benifitsslide .cstnv .swiper-button-next , .benifitsslide .cstnv .swiper-button-prev {
    position: static;
    line-height: 0;
    height: auto;
    padding: 0;
    margin: 0;
    opacity: 1 !important;
}

.benifitsslide .cstnv .swiper-button-next:after, .benifitsslide .cstnv .swiper-button-prev:after {
    font-size: 8px;
    color: #000;
    font-weight: 600;
    opacity: 1 !important;
}

.benifitsslide .swiper.benifitslide {
    padding-bottom: 10px;
}
section.recommendedapp {
    padding: 30px 20px;
}

.recopoint h3 {
    font-size: 14px;
    line-height: 20px;
}

.recopoint p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.recopoint {
    padding: 0 0 20px 12px;
}

.btmimg img {
    width: 100%;
}

.btmimg span {
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    display: block;
}

section.benifits.cropsmain .swiper.benifitslide .swiper-slide {
    width: 35%;
    margin-right: 20px !important;
}

section.benifits.cropsmain .swiper.benifitslide .swiper-slide .copimg {
    width: 100%;
    height: 125px;
    border-radius: 100%;
    max-width: 125px;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px #00000033;
}

section.benifits.cropsmain .swiper.benifitslide .swiper-slide .copimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cropsin {
    text-align: center;
    padding-top: 5px;
}

.cropsin h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 5px;
}

.hide-scrollbar .fancybox__content {
    padding: 0;
    border-radius: 13px;
    overflow: hidden;
}

.hide-scrollbar .fancybox__content .popupimg {
    width: 100%;
    line-height: 0;
}

.popupimg img {
    width: 100%;
}

.fancybox__content  .commontitle {
    padding: 15px 15px 0;
}

.fancybox__content .commontitle h3 {
    font-size: 25px;
    line-height: 35px;
}

.fancybox__content ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    padding: 0 17px;
    justify-content: space-around;
}

.ppicn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.fancybox__content ul li {
    width: 45%;
    margin-bottom: 20px;
}

.ppicn img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.ppicn span {
    display: block;
    color: #231C2D;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    margin-top: 5px;
}

.fancybox__content p {
    color: #231C2D;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 30px 20px;
}

.fancybox__content p strong {
    color: #8F83FF;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
}
.fancybox__content button.f-button.is-close-btn {
    top: 10px;
    background: #fff;
    opacity: 1;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    padding: 3px;
    left: 10px;
}
.mainsections {
    height: 90vh;
    overflow-y: scroll;
        scrollbar-width: thin;

}
footer {
    background: #161616;
    padding: 20px;
}

.footertop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footlogo {
    width: 40%;
}

.footlink {
    width: 30%;
}

.footlink h4 {
    font-size: 10px;
    color: #8F83FF;
    font-weight: 700;
}

.footlink ul li {
    list-style: none;
    line-height: normal;
}

.footlink ul li a {
    font-size: 10px;
    line-height: 14px;
    display: inline-block;
    color: #fff;
}

.footlogo img {
    width: 45px;
}
.copyright {
    width: 100%;
    margin: 25px 0 10px;
}

.copyright p {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}
.footerbotom {
    border-top: 0.5px solid #8F83FF;
}

.footerbotom ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.footerbotom ul li {}

.footerbotom ul li a {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
}

@media(min-width:767px){
    .hide-scrollbar .fancybox__container {
    max-width: 360px;
    margin: 0 auto;
    left: -20px;
}

.hide-scrollbar .fancybox__container .fancybox__backdrop {
    position: absolute;
    opacity: 0.8;
}
}

/*Video Page*/

.topbar {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar h1 {
    font-size: 16px;
    line-height: 20px;
}

.topbar a {
    color: #393186;
    font-weight: 700;
    font-size: 14px;
}
.videocon {
    padding: 15px 20px 20px;
}

.videocon h3 {
    font-size: 16px;
    line-height: 19px;
}

.videocon span {
    display: block;
    font-weight: 600;
    color: #393186;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}

.videocon p {
    font-size: 12px;
    color: #323232;
    line-height: 15px;
    font-weight: 500;
}
section.othervideos {
    background: #E6E5F5;
    padding: 20px;
}

.videocol {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.vidimg {
    width: 100%;
    line-height: 0;
}

.vidcon {
    padding: 12px;
}

.vidcon h5 {
    color: #393186;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.vidcon p {
    color: #393186;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
section.gallerygrid {
    padding: 20px;
}

.gridrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gridcol {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.gridcol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.gallerygrid.singlegrid .gridcol {
    width: 32%;
    margin-bottom: 10px;
}
.topimg {
    position: relative;
    line-height: 0;
}

.topimg a.whitearw {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 700;
}

.topimg a.whitearw i {
    color: #fff;
}

section.gallerygrid.singlegrid {
    background: #f4f3ff;
}

@media(min-width:767px){
    .gridcol {
    height: 100px;
}
section.gallerygrid.singlegrid .gridcol {
    height: 80px;
}
}

.topimg img {
    width: 100%;
}
.vidimg img.video-thumbnail {
    width: 100%;
}

.galleryslider .owl-item .item {
    height: 120px;
}

/* Popup */

.welcomepopin {
    background: radial-gradient(37.5% 63.33% at 17.81% 42.22%, #7D18FF 0%, #393185 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    display: flex;
    align-items: flex-end;
    border-radius: 13px;
}

.popupcon h1 {
    font-size: 42px;
}

.popupcon {
    padding: 15px;
    width: 50%;
}

.popupcon h2 {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}
.popupcon p {
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

div#welcomebaner {
    border: none;
    overflow: visible;
}

.rgtimgpop {
    line-height: 0;
    margin-top: -40px;
    width: 60%;
}
.rgtimgpop img {
    width: 100%;
}
#welcomebaner button.f-button.is-close-btn {
    background: #fff;
    top: -5px;
    left: -5px;
    border: 1px solid #fff;
}

#welcomebaner button.f-button.is-close-btn svg {
    fill: #000 !important;
    stroke: #000;
}
.popupcon h1 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.popupcon hr {
    border-color: #8F84FF;
    width: 120%;
    margin: 7px 0;
    border-width: 1px;
    border-style: solid;
}

.popupcon {}

.popupcon p.lastln {}

.popupcon p.lastln b {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}


/* Spin Game */

.bannerspin {
    margin: 20px;
    box-shadow: 0px 4px 20px 0px #00000040;
    line-height: 0;
}

.bannerspin img {
    width: 100%;
}
div#user-info {
    padding: 20px;
}

.formmain .formcontrol {
    box-shadow: 0px 4px 6px 0px #0000002B;
    width: 100%;
    border: 1px solid #032945;
    padding: 10px 15px 6px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
}
.formgroup span {
    color: #797878;
    font-size: 12px;
    display: block;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
}
.userinfo {
    text-align: center;
}

.subbtn {
    background: #032945;
    box-shadow: 0px 4px 4px 0px #00000026;
    color: #FAFAFA;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    border: none;
    padding: 15px 60px;
    border-radius: 8px;
}
.userinfo .formgroup {
    margin-bottom: 15px;
}
.mainspinner {
    margin: 20px;
    min-height: 450px;
    border-radius: 20px;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.mainspinner h2 {
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.mainspinner button.subbtn {
    margin-bottom: 20px;
    width: 160px;
    padding: 10px;
}

       #wheel {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            position: relative;
            overflow: hidden;
            background-size: contain;
            margin: 0 auto;
        }
        #spin-button, #submit-info {
            margin-top: 20px;
        }
        #user-info {
            margin-bottom: 20px;
        }
        div#wheelcontainer {
    margin: 20px;
    background: #47a8d3;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
#wheelcontainer h2 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

#wheelcontainer .subbtn {
    margin: 30px auto 0;
    width: 160px;
    padding: 13px;
}

#wheelcontainer span.arw {
    position: absolute;
    width: 24px;
    height: 30px;
    z-index: 10;
    margin-top: -10px;
}
div#wheelcontainer{
    position: relative;
}
.mainresult {
    margin: 20px auto;
    width: 320px;
    height: 480px;
    position: relative;
}

.mainresult img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.whatspbtn {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.whatspbtn a.wabtn {
    background: #2C4567;
    box-shadow: 0px 4px 4px 0px #00000026;
    color: #fff;
    font-size: 14px;
    line-height: initial;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 9px;
    border-radius: 13px;
    max-width: 190px;
    justify-content: space-between;
    margin: 0 auto;
}

.whatspbtn a.wabtn img {
    width: 30px;
    object-fit: contain;
    height: 25px;
}

.whatspbtn p {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    margin: 5px 0;
}
p#result {
    display: none;
}