body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
img{
    width: 100%;
}
*{
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}

/* typography */
.smtext{
    font-size: 0.83rem;
}
.bg-greyhere{
    background: #f0f0f0;
}
.text-dark{
    color: #4a4a4a !important;
}
.headfont{
    font-size: 18px;
    color: #4a4a4a;
}
p{
    font-size: 1.02rem;
    color: #676e7c;
    
}
.headplay{
    font-size: 1.35rem;
}

.fonthead{
    font-size: 16px;
    color: #4a4a4a;
}
.head2font{
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
}
.headingfont{
    font-size: 1.4rem;
    color: #4a4a4a;
}
.fonthead2{
    font-size: 18px;
}
.width25{
    width: 25%;
}
.width23{
    width: 22%;
}
.w-30{
    width: 30%;
}
.w-20{
    width: 20%;
}
.w-12{
    width: 12%;
}
/* navbarsect */
#navsect nav, .logohere{
    background: #000;
}
#navsect2 nav{
    background: #d3d3d3;
}
.text-dark{
    color: #000;
}
.text-dark1{
    font-weight: 600;
    color: #000;
}
.fontsm i{
    font-size: 11px;
}
.borderhere{
    border: 1px solid grey;
}
a{
    text-decoration: none !important;
}

/* body */
.borderblack{
    border: 1px solid lightgrey;
}
.borderright{
    position: relative;
}
.borderright:before{
    content: "|";
    position: absolute;
    left: 100%;
    color: rgba(0, 0, 0, .2);
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.installbtn{
    background: #e25cbc;
    padding: 6px 30px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #e25cbc;
    border-radius: 20px;
}
.installbtn2{
    width: 100%;
    background: #e25cbc;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #e25cbc;
    border-radius: 8px;
}

#bgwhite .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
}
.carousel-indicators [data-bs-target]{
    width: 13px !important;
    height: 13px!important;
    border-radius: 50% !important;
    background-color: grey !important;
}
.carousel-indicators{
    bottom: -55px!important;
}
.coloraccSite{
    color: #e25cbc;
}
.coloraccsite{
    color: #e25cbc;
    font-weight: 600;
    font-size: 0.75rem;
}
.coloracred{
    color: #e25cbc;
    font-weight: 600;
    font-size: 0.95rem;
}
.listlinks{
    line-height: 28px;
    font-size: 12px;
}

#greysect{
    background: #f3f4f4;
}
.stari i{
    color: #e25cbc;
    font-size: 8px;
}

.progress-bar{
    background: #e25cbc !important;
    border-radius: 20px !important;
}
.progress{
    background: #d5d5d5 !important;
    height: 0.75rem !important;
}
.textgrey{
    color: #676e7c;
}
.textlightgrey{
    color: #788080;
    font-size: 0.75rem;
}
#testimonialsect i{
    color: #e25cbc;
    font-size: 8px;
}
#greysect h5{
    font-size: 0.75rem;
}
#contentsect2{
    display: none;
}
.testimonialimg img{
    width: 80%;
}
.navsectfooter{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.hide {
    opacity:0;
}
.show {
    opacity:1;
}

#posrel{
    transform: none;
}
.padsm{
    padding-top: 6px;
}
/* .padsm2{
    padding-top: 2px;
} */

.boxround{
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .2);
}

.roundbox{
    background: #f0f0f0;
    border-radius: 10px;
}
hr{
    background: lightgrey;
}

.borderblack{
    border: 1px solid lightgrey;
}
.borderright{
    position: relative;
}
.borderright:before{
    content: "|";
    position: absolute;
    left: 100%;
    color: rgba(0, 0, 0, .2);
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.heightimghere{
    height: 420px;
}

.btntransparent{
    background: transparent;
    border: none;
    color: #04615f;
    text-transform: uppercase;
}

.modal-footer{
    border-top: none !important;
}
.heightimgnew{
    height: 100%;
}



.owl-carousel button.owl-dot {
    color: inherit;
    border: 1px solid grey;
    width: 15px;
    padding: 0px !important;
    margin: 0 1px;
    font: inherit;
    height: 15px;
    border-radius: 50%;
    background: grey;
}
.owl-carousel .owl-dots{
    text-align: center;
}

.owl-carousel .owl-dot.active{
    background-color: #000;
}

#rs{
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
}


.imgheighthere{
    height: 32rem;
}

.deskheight{
    height: 70vh;
}
.mobheight{
    height: 85vh;
}

.bgboxwhite{
    padding: 10px 15px 20px 15px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 2px 2px 5px #aaaaaa;
}

.borderRight{
    border-right: 1px solid #999;
}

.borderimg{
    border: 2px solid #e25cbc;
    background: #e25cbc;
    color: #fff;
    overflow: hidden;
}
.borderimg img:hover{
    transform: scale(1.2);
    transition: 0.98s;
}
.bgaccsite {
    background: #e25cbc;
}

/* bannerhere */
.bannerhere{
    background: url('../images/lottery.jpg') no-repeat center center/cover;
    width: 100%;
    height: 100%;
}
.bannerOverlay{
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
    width: 100%;
    height: 100%;
}
.padBoth{
    padding: 130px 0;
}