/* / common css start / */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*color: #fff;*/
}
.contact-h1{
    color:#fff;
}

body,html {
    width: 100%;
    height: 100%;
}
/* .main{
    margin-top: 160px;
} */
.heading {
    color: #EBCF74;
    font-size: 55px;
}

.mainPara {
    font-size: 22px;
}
ol li{
    font-size:1.2rem;
    color:#fff;
}
p{
    font-size:1.2rem;
     color:#fff;
}
.mainBtn {
    display: block;
    padding: 6px 44px;
    background: transparent;
    color: #fff;
    font-weight: bold;
    border: 2px solid #EBCF74;
    border-radius: 50px;
    font-size:1rem;
}

.mainBtn:hover {
    background-color: #128C7E;
    border: 2px solid #128C7E;
    text-decoration: underline;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.fa-angle-down{
    color: #000;
}

/* / common css end / */

.nav_font {
    font-size: 19px !important;
    margin: 5px !important;
    padding: 5px 10px !important;
}

nav {
    position: relative;
    /* top: 0;
    left: 0;
    right: 0; */
}


.desktop-nav li a:hover{
    color: #EBCF74 !important;
}
.service-page-link {
    position: relative;
}
.serviceclassli:hover .hoverpershow {
    display: block;
    color: white;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 9;
    width:54vw;
    margin-left:-78px;
    margin-top:10px;

}
.nrml-links{
    color: #fff !important;
}
.leftsectionclass img {
    width: 214px;
    height: 64px;
}
.rightsectionclassul .desktop-nav li a {
    color: #fff !important;
}

.serviceclassli a:hover {
    color: #EBCF74 !important;
}


.hoverpershow, .hoverpershow1, .hoverpershow2{
    display: none;
}


.serviceclassli1:hover .hoverpershow1 {
    display: block;
    position: absolute;
    top: 64px;
    z-index: 9;
        width: 54vw;
    margin-left: -172px;
    margin-top: 10px;
}
.serviceclassli1 a:hover {
    color: #EBCF74;
}

.serviceclassli2:hover .hoverpershow2 {
    display: block;
    color: white;
    position: absolute;
    top: 64px;
    margin-left: -27%;
    z-index: 9;
        width: 54vw;
    margin-left: -43rem;
    margin-top: 10px;
}

.serviceclassli2 a:hover {
    color: #EBCF74;
}

.topsectionclass {
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: center;
    background-color: #1A1A1A;

}

.internalulli {
    background: #fff;
    display: grid;
    grid-template-columns: auto auto auto;


}

.internalulli a {
    color: #000;
}

.showandhideicon {
    display: none;
}

.rightsectionclassul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightsectionclassul li {
    margin: 5px;
    padding: 5px 10px;
    color: white;
    font-size: 19px;
    list-style:none;
    text-wrap: nowrap;
}

#serviceId #rulesId #platformId {
    color: white;
}

@media screen and (max-width: 500px) {
    .showandhideicon {
        display: block;
    }

    .rightsectionclass {
        display: none;
    }
}

@media (min-width:991px) {
    .topsectionclass .showandhideicon {
        display: none;
    }
   
}

@media (max-width:991px) {
    .topsectionclass{
        justify-content:space-between;
    }
    .rightsectionclass {
        display: none;
    }
   .platform-game-img{
    width: 280;
    height: 70px;
    display: block;
    margin: auto;
   }
   .platform-game-heading{
    text-align: center;
   }
   .platform-game-para{
    text-align: center;
   }
    
}




#serviceId,
#platformId,
#rulesId {
    color: #fff;
}



.rightsectionclassul a:hover {
    color: #EBCF74;
}

.active {
    color: #EBCF74 !important;
}




/* MOBILE NAV CSS */
#bar-1,
#bar-2,
#bar-3 {
    display: block;
    width: 26px;
    height: 3px;
    background: #000;
    transition: 0.4s;
    border-radius: 3px;
}

.showandhideicon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: rgb(235, 207, 116);
    padding: 11px;
    z-index: 10;
    transition: 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.showandhideicon.open #bar-1 {
    transform: rotate(45deg);
    position: relative;
    top: 11px;
}

.showandhideicon.open #bar-2 {
    opacity: 0;
}

.showandhideicon.open #bar-3 {
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

#mobile-menu {
    display: none;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    overflow: hidden;
    overflow-y: scroll;
}

.showandhideicon.open~#mobile-menu {
    top: 0;
}

.mobile-nav-box {
    position: absolute;
    padding: 50px 30px 0 30px;
    width: 270px;
    overflow-y: scroll;
}

.mobile-nav-box ul li {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.mobile-nav-box ul li a {
    color: #000;
    font-size: 22px;
    font-family: sans-serif;
    text-wrap: nowrap;
}

.mobile-nav-box ul #mob-nav-service {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.mobile-nav-box ul #mob-nav-service button {
    border: none;
    background: transparent;
}

.mobile-nav-box ul #mob-nav-service button i {
    font-size: 24px;
}

#internal-link-box {
    display: none;
}

#platform-links {
    display: none;
}

#rule-links {
    display: none;
}

/* MOBILE NAVIGATION CSS END */

/* / footer start  / */


.footerSection {
    /* padding: 100px 0; */
    width: 100%;
    height: auto;
    background-color: #000;
    color: #fff;
}

.footerSection .hr {
    width: 100%;
    height: 2px;
    background-color: #EBCF74;
}
.footerBottomLine{
    font-size:1rem;
}
.footerBtn {
    width: 160px;
    height: 40px;
    border: 1px solid #EBCF74;
    background-color: #000;
    color: #fff;
    font-size:1rem;
}

.footerBtn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width:796px) {

    .footerBtn {
        width: 100%;
    }

}

/* / footer end  / */

/* CRICKET PAGE CSS START */

.banner-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cricket-page-content .button {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}
@media(max-width:1200px){
    .platform-game-img{
        width: 350px;
        height: 70px;
    }
}
@media (max-width:767px){
    .cricket-page-content .heading{
        font-size: 35px;
    }
    .banner-content{
        flex-direction: column;
    }
    .banner-content p{
        width: 100% !important;
    }
    .cricket-page-content .mainBtn{
        padding: 6px 30px;
        margin: 10px auto;
    }
    .cricket-page-content .button{
        flex-direction: column;
        gap: 0;
    }
    .join-call-section .join-para{
        width: 100%;
        margin: 0;
    }
}

.join-call-section{
    background: url(/assets/images/joinreddybg.webp);
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
}
.join-call-section .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-call-section p {
    width: 55%;
    margin: auto;
}


/* _______________________________________TENNIS PAGE CSS STARTS */

.game-page-details-title{
    color: #EBCF74;
    font-size: 20px;
    font-weight: bold;
}
/* 11x play page */

.why-us-section{
    background: url("../images/redlightbg.webp") no-repeat;
    background-size: cover;
}
.platform-11xPlay-Page .why-us-section .mainBtn{
    background: transparent !important;
}
.platform-pages-list-section .game-page-details-title {
    font-size: 16px;
    font-weight: 500;
}
.platform-pages-list-section .not-why-us ol li .game-page-details-title{
    font-size: 14px !important;
}

/* laser247 page */

.platform-game-img{
    width: 100%;
}

/* Blog page css  */
.soonha .tag {
    background-color: green;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: white;
}
.soonha{
display: flex;
align-items: center;
gap: 10px;

}

.navbar {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 1em;
    color: #000;
}
.navbar a {
    color: #000;
    text-decoration: none;
    padding: 14px 20px;
    text-align: center;
}
.navbar a:hover {
    background-color: #ddd;
    color: black;
}
.image-pad{
    margin: 0;
    padding: 0;
}

.soonha p{
    margin: 0;
}


/* ------------terms */

.terms-page-list li{
    margin-top: 20px;
    font-size: 18px;
}

.bad-btn{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}





/* common css start */
.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentCenterInDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.primeColor {
    color: #EBCF74;
}

.heading {
    color: #EBCF74;
    font-size: 44px;
}

.mainPara {
    font-size: 22px;
}

.mainBtn {
    display: block;
    padding: 6px 44px;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    border: 2px solid #EBCF74;
    border-radius: 50px;
}

.mainBtn:hover {
    background-color: #128C7E;
    border: 2px solid #128C7E;
    text-decoration: underline;
}

/* common css end */

.mainSection {
    padding: 100px 0;
    background-image: url(https://officialreddyannaclub.com/upload/background_image/171877459027.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.mainSection a {
    text-decoration: none;
}


.blogSection {
    background-color: #000;
    padding: 50px 0;
}

.blogSectionImg {
    width: 100%;
}

.blogBox {
    border: 1px solid gray;
}

.blogBoxContent {
    background-color: #EBCF74;
    padding: 22px;
}


.testimonialSection {
    padding: 50px 0;
    background-image: url(../assets//images/testimonial-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* slider  */
.slider {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.image-box {
    position: relative;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
}

.image-box img {
    transition: box-shadow 0.3s ease;
}

.image-box:hover img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.heart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: rgba(255, 0, 0, 0.585);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-box:hover .heart {
    opacity: 1;
}

/* slider end  */


.clientSection {
    padding: 50px 0;
    background-color: #000;
}

.clientSecRing .ring {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid rgba(128, 128, 128, 0.831);
}

.whyChooseSection {
    padding: 50px 0;
    background: url(../images/main-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.whyChoosebox {
    width: 250px;
    height: 200px;
    background-color: #fff;
    border-radius: 22px;
    padding: 11px 33px;
}

.reddyBookSection {
    padding: 50px 0;
    background-color: #000;
}

.cricketIdSection {
    padding: 50px 0;
    background: url(../images/main-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bettingSection {
    padding: 50px 0;
    background-color: #000;
}

.reddyWhatsup {
    padding: 50px 0;
    background: url(../images/main-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.afterWhatsupSection {
    padding: 50px 0;
    background-color: #000;
}

.FAQ {
    background-color: #000;
    padding: 50px 0;
}

/* home(index) section end */


/* Rest pages css start  */

.serviceMain {
    padding: 100px 0;
    background-color: #000;
}

.serviceBoxesSection,
.platformsPageMain{
    background-color:black;
}
.platformsPageSection2 {
    padding: 50px 0;
    background: url(https://officialreddyannaclub.com/upload/background_image/171877459027.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.platformsPageMain {
    padding: 100px 0;
}

.serviceBoxesSection .blogBox {
    border: none !important;
}

.aboutMainPage {
    padding: 100px 0;
    background-color: #000;
}

.sportsPageSection2 {
    padding: 50px 0;
    background-color: #000;
}

.sportsPageSection2Box {
    background-color: #EBCF74;
}

.sportsSection2Btn {
    background-color: transparent;
    border: 2px solid black;
    color: #000;
}

.sportsPageSection3 {
    background-color: #000;
    padding: 50px 0;
}


/* Rest pages css end  */

@media screen and (max-width:767px) {

    .mainBtn {
        width: 100%;
    }

    .mainPara {
        width: 100% !important;
    }

    .sportsTeam {
        width: 90%;
        margin: 0 auto;
    }

    .heading,
    .mainPara {
        width: 100%;
        text-align: center;
    }

    .clientSecRing,
    .clientSecBtns,
    .whyChooseBoxes,
    .whyChoosetSecBtns,
    .testimonialBtns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .servicePagepara,
    .platformsPagePara,
    .sportsPagePara,
    .sportsPageSectionPara {
        width: 100% !important;
        text-align: center;
    }
}


/* CONTACT PAGE CSS*/


.contact-page h1{
    padding-top: 100px;
}

.contact-page p{
    padding-left: 150px;
    padding-right: 150px;
    font-size: 1.1rem;
}

.contact-page h2{
    padding-left: 150px;
    padding-right: 150px;
    font-size: 1rem;
}

.formcontainer{
    background-color: white;
    padding: 2rem;
    display: flex;
    width: 38rem;
    margin: auto;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    color: #000 !important;
}
label {
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
}
.commanformdiv{
    display:flex;
    margin:1rem;
}
.commanformdiv .labelclass label{
    color: #000 !important;
}
.form-headingg{
    color: #000 !important;
}

.inputclasssection{
   padding: 20px 51px;
    margin-right: 1rem;
    margin-top: 5px;
    border-radius: 20px;
    background-color: rgb(239 239 244);
    border:none;
    
}
.labelclass{
    display:flex;
    flex-direction:column;
    }

    label{
        font-size:14px;
        padding-left: 10px;
}




@media screen and (max-width: 480px) {
    .contact-page p{
        padding-left: 0;
        padding-right: 0;
        text-align: justify;
    }

    .contact-page h2{
        padding-left: 0;
        padding-right: 0;
        text-align: start !important;
    }

    .formcontainer{
        width: 100%;
        padding-bottom: 150px;
    }

    .commanformdiv{
        flex-direction: column;
    }
}




















