@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: unset;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.container-fluid {
    max-width: 1330px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.header_outer {
    background: #0B0B18;
    padding: 8px 0;
}

.header_outer nav .logo img {
    max-width: 140px;
}

.header_outer nav .logo {}

.header_outer nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.header_outer nav .links li {
    list-style: none;
}

.header_outer nav .links a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
}

.Header_Inner .Header_Inner_box1 ul.Header_Menu li a span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.header_outer nav .links a:hover {
    color:#eeda00;

}

.header_outer nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:#eeda00;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.header_outer nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}

.header_outer #nav-toggle {
    position: absolute;
    top: -100px;
}

.header_outer nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.HeaderRight_Bottom {
    margin: 0;
    width: 100%;
}

.HeaderRight_Bottom ul.Header_Menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.HeaderRight_Bottom ul.Header_Menu li {
    width: auto;
}

.HeaderRight_Bottom ul.Header_Menu li a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
}

.HeaderRight_Bottom ul.Header_Menu li a span {
    font-size: 14px;
}

.HeaderRight_Bottom ul.Header_Menu li a img {
    max-width: 25px;
}

.header_outer nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

.header_outer nav {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HeaderRight {
    width: 100%;
}

.HeaderRight .HeaderRight_Top {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}

.header_outer .icon-burger {
    display: none;
}

.banner {
    width: 100%;
    height: 100%;
    background: url(../images/banner-bg.png) center center no-repeat;
    padding: 100px 0 100px;
    position: relative;
    background-size: cover;
    background-position: top;
}

.banner_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.banner_outer .left_part {
    width: 45%;
}

.banner_outer .left_part img {
    margin:0px 0 0 45px;
}

.banner_outer .right_part {
    width: 55%;
    z-index: 9;
}

.banner_outer .right_part .indiaNo {
    color: #ffffff;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 96px;
    text-align: center;
    width: 100%;
    display: block;
}

.banner_outer .right_part h1 {
    color:#eeda00;
    font-size: 148px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 75px;
}

.banner_outer .right_part h1 b {
    color: #ffffff;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banner_outer .right_part p {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.Bonus_btn {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 15px;
    border-radius: 100px;
    background:#eeda00;
    min-height: 70px;
    line-height: 70px;
}

.Whatsapp_btn {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 15px 0 15px;
    border-radius: 100px;
    background: #ffff;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 70px;
}

.Whatsapp_btn span img {
    width: 100%;
}

.Bonus_btn_outer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}


/* ---------------Bonus_box--------------------- */

.Bonus_box {
    position: relative;
    margin-bottom: 150px
}

.Bonus_box::before {
    position: absolute;
    content: "";
    background:#eeda00;
    border-radius: 40px;
    padding: 0;
    margin-top: -100px;
    width: 1554px;
    height: 309px;
    left: 50%;
    transform: translateX(-50%);
}

.Bonus_box_outer {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -50px 0 30px 0;
}

.Bonus_list_icon {
    background: #01170a;
    border-radius: 100%;
    padding: 0;
    width: 165px;
    height: 165px;
    line-height: 165px;
    display: block;
    text-align: center;
}

.Bonus_list_heading {
    padding: 0;
}

.Bonus_list_heading h3 {
    color: #07381b;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Bonus_list_heading span {
    color: #131215;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Bonus_list_heading {
    color: #131215;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}


.Bonus_list {
    display: flex;
    align-items: center;
    gap: 30px;
}

.Bonus_limit {
    background: #07381b;
    padding: 2px 70px;
    position: relative;
    border-radius: 35px;
    text-align: center;
    width: fit-content;
    display: block;
    margin: auto;

}

.Bonus_limit span b {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.Bonus_limit span {
    color:#eeda00;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.new_id {
    background: #d4020d;
    padding: 0 35px;
    position: relative;
    border-radius: 0 0px 24px 24px;
    text-align: center;
    width: fit-content;
    display: block;
    margin: auto;

}

.new_id span {
    color: #fff;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}


/* --------------Welcome_onlinebook-------------------- */

.Welcome_onlinebook {
    padding: 0;
    margin-bottom: 150px;
}

.Welcome_onlinebook_outer {
    padding: 0;
}

.Welcome_onlinebook_heading {
    padding: 0;
}

.Welcome_onlinebook_heading h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
    text-align: center;
}

.Welcome_onlinebook_heading h2 span {
    color:#eeda00;
}

.alltypes_games {
    background:#eeda00;
    padding: 10PX;
    border-radius: 16px;
    text-align: center;
    margin: auto;
    width: fit-content;
    min-height: 68px;
    line-height: 68px;
    min-width: 564px;
    display: block;
}

.alltypes_games h3 {
    color: #131215;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.all_games {
    border-radius: 55px;
    padding: 70px 0 50px;
    border: 1px solid #000;
    border-style: dashed;
    margin: -35px auto 0 auto;
    position: relative;
    z-index: -1;
    width: 85%;
}

.all_games ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.all_games ul li {
    border: 1px solid #000;
    border-style: dashed;
    padding: 2px 30px;
    border-radius: 50px;
    display: block;
}

.all_games ul li span {
    color: #131215;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.back-to-top {
    text-decoration: none;
    cursor: pointer;
    width: 56px;
    height: 56px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(black, 0.4);
    background:#eeda00;


    svg.icon__arrow-up {
        width: 32px;
        height: 32px;
        filter: brightness(0) invert(1);
    }
}


/* --------------Sites_Available-------------------- */

.Sites_Available {
    padding: 0;
    margin-bottom: 150px;
}

.Sites_Available_outer {
    padding: 0;
}

.Sites_Available_heading {
    padding: 0;
}

.Sites_Available_heading h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 80px;
    text-align: center;
}

.Sites_Available_outer ul {
    padding: 0;
    display: flex;
    gap: 100px 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.Sites_Available_outer ul li {
    background: #000;
    padding: 5px 5px 30px 5px;
    border-radius: 34px;
    text-align: center;
    width: calc(100% / 3 - 34px);
    position: relative;
}

.Sites_Available_outer ul li:before {
    position: absolute;
    content: "";
    background:#eeda00;
    width: 150px;
    height: 46px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    margin: -20px 0 0 0;
    border-radius: 15px 15px 0 0;
}

.Sites_Available_outer ul li::after {
    position: absolute;
    content: "";
    background:#eeda00;
    width: 150px;
    height: 46px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transform: 0;
    z-index: -1;
    margin: 0 0 -20px 0;
    border-radius: 0 0px 15px 15px;
}

.Sites_Available_list {
    padding: 0;
}

.side_logo {
    background: #fff;
    padding: 10px;
    border-radius: 27px;
    text-align: center;
    min-height: 145px;
    line-height: 145px;
    display: block;
    margin-bottom: 30px;

}

.Username span {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    display: block;
}

.sitelink a {
    color:#eeda00;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sitelink span {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sitelink {
    padding: 12px 0;
    border-top: solid 2px#eeda00;
    border-bottom: solid 2px#eeda00;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.coin p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}


/* --------------games_more-------------------- */

.games_more {
    padding: 0;
    margin-bottom: 150px;
}

.games_more_heading {
    padding: 0;
}

.games_more_heading h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 80px;
    text-align: center;
}

.games_more_list {
    padding: 0;
}

.games_more_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.games_more_list li {
    padding: 0;
}

.games_more_list li img {
    width: 100%;
}

/* --------------Sports_Betting_Platform-------------------- */



.Sports_Betting_Platform {
    width: 100%;
    height: 100%;
    background: url(../images/sports-betting-bg.png) center center no-repeat;
    padding: 80px 0 140px;
    position: relative;
    background-size: cover;
    background-position: top;
}

.Sports_Betting_Platform .left_part {
    width: 60%;
}

.Sports_Betting_Platform_heading {
    padding: 0;
}

.Sports_Betting_Platform_heading span {
    color:#eeda00;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.Sports_Betting_Platform_heading h2 {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 40px;
    display: block;
}

.Sports_Betting_Platform_heading p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 40px;
    display: block;
    max-width: 650px;
}


.Sports_Betting_Platform .right_part {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Sports_Betting_Platform_outer {
    display: flex;
    align-items: center;
}

.Sports_Betting_Platform .right_part img {
    max-width: 100%;
}

.awards_outer {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.awards_outer img {
    transition: .6s;
}

.awards_outer img:hover {
    transform: translateY(-10px);
    transition: .6s;
}

.getid {
    color: #131215;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 35px;
    border-radius: 100px;
    background:#eeda00;
    min-height: 70px;
    line-height: 70px;
}


/* --------------How_it_works-------------------- */


.How_it_works {
    width: 100%;
    height: 100%;
    background: url(../images/work-bg.png) center center no-repeat;
    padding: 80px 0 40px;
    position: relative;
    background-size: cover;
    margin-bottom: 150px;
}


.How_it_works_outer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.How_it_works .left_part {
    width: 58%;
}

.How_it_works .left_part img {
    width: 100%;
}

.How_it_works .right_part {
    width: 42%;
}

.How_it_works_heading {
    padding: 0;
}

.How_it_works_heading h2 {
    color: #eeda00;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 40px;
    display: block;
}

.work_list {
    padding: 0;
}

.work_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
    margin-bottom: 40px;
}

.work_list ul li {
    text-align: center;
}

.work_list ul li .work_list_box {
    background: #07381b;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 10px;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: .6s;
    margin: 10px 0 0 0;
}

.work_list ul li .work_list_box:hover {
    transform: translateY(-10px);
}

.work_list ul li h3 {
    color: #07381b;
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    background:#fff;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    line-height: 130px;
    margin: auto;

}

.work_list ul li .work_list_box::before {
    position: absolute;
    content: "";
    background-image: url(../images/work-before.png);
    width: 162px;
    height: 162px;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}

.work_list ul li span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;

}

.Get_your_btn {
    text-align: center;
}

.Get_your_Id {
    color: #0c0c0c;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    padding: 0 60px;
    border-radius: 100px;
    background:#eeda00;
    display: block;
    min-height: 85px;
    line-height: 85px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    transition: .6s;
}

.Get_your_Id:hover {
    background: #000;
    color: #fff;
}

/* --------------Why_Radhey_Online-------------------- */

.Why_Radhey_Online {
    padding: 0;
    position: relative;
    padding-bottom: 200px;
}

.Why_Radhey_Online::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 444px;
    background: url(../images/slider-before.png) center center no-repeat;
    background-size: cover;
}

.radhe_slider_outer {
    padding: 0;
}

.Why_Radhey_Online_heading {
    padding: 0;
    text-align: center;
}

.Why_Radhey_Online_heading h2 {
    color: #131215;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 70px;
    display: block;
}

.radhe_slider_content {
    background: #07381b;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    min-height: 274px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    margin: 10px 0 0 0;
}

.radhe_slider_content:hover {
    transform: translateY(-10px);
}

.radhe_slider_content img {
    width: auto !important;
    margin: auto;
}

.radhe_slider_outer .owl-nav {
    position: absolute;
    top: 22%;
    transform: translateY(-22%);
    width: 100%;
}

.radhe_slider_outer .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translatey(-50%);
    background:#07381b !important;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    margin: 0;
}

.radhe_slider_outer .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translatey(-50%);
    background:#07381b !important;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    margin: 0;
}

.radhe_slider_outer .owl-nav button.owl-prev span[aria-label=Previous] {
    font-size: 0;
    background: url(../images/right-arrow.png) no-repeat;
    width: 16px;
    height: 14px;
    display: block;
    margin: auto;
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

.radhe_slider_outer .owl-nav button.owl-next span[aria-label=Next] {
    font-size: 0;
    background: url(../images/right-arrow.png) no-repeat;
    width: 16px;
    height: 14px;
    display: block;
    margin: auto;
    filter: brightness(0) invert();
}

.id_heading {
    padding: 17px 0 0 0;
    text-align: center;
}

.id_heading h4 {
    color: #131215;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.id_heading p {
    color: #131215;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: normal;
}



/* --------------Contactus-------------------- */

.Contactus {
    background: #000;
    padding: 150px 0 240px;
    position: relative;
    margin-bottom: 150px;
}

.Contactus::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 396px;
    height: 569px;
    background: url(../images/Contact-before.png) center center no-repeat;
    background-size: cover;
}

.Contactus::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 399px;
    height: 1078px;
    background: url(../images/Contact-after.png) center center no-repeat;
    background-size: cover;
}

.Contactus .left_part {
    padding: 0;
}

.Contactus .right_part {
    padding: 0;
}

.Contactus_heading h2 {
    color:#eeda00;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    display: block;
}

.Contactus_heading {
    padding-bottom: 70px;
}

.Contactus_heading p {
    color: #efefef;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    max-width: 90%;
}

.contactus_whatsApp {
    padding: 0;
}

.contactus_whatsApp span {
    color: #efefef;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    display: block;
}

.contactus_whatsApp span b {
    color:#eeda00;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
}

.contactus_whatsApp p {
    color: #efefef;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 70px;
    display: block;
}

.whatsapp_chat {
    padding: 0;
}

.WhatsApp_btn_outer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.WhatsApp_btn_outer .WhatsApp_btn_1 {
    color: #0c0c0c;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    padding: 0 60px;
    border-radius: 100px;
    background:#eeda00;
    display: block;
    min-height: 85px;
    line-height: 85px;
    width: fit-content;
}

.WhatsApp_btn_outer .WhatsApp_btn_2 {
    color: #0c0c0c;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    padding: 0 60px;
    border-radius: 100px;
    background: #fff;
    display: block;
    min-height: 85px;
    line-height: 85px;
    width: fit-content;
}

.Contactus .right_part {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Contactus .right_part img {
    width: 100%;
    position: relative;
    z-index: 9;
}

/* ----------------------Withdrawal--------------------- */

.Withdrawal {
    margin-bottom: 150px;
}

.Withdrawal h2 {
    color:#eeda00;
    font-size: 73px;
    font-style: normal;
    font-weight: 800;
    display: block;
}

.Withdrawal_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Withdrawal_heading {
    width: 60%;
}

.Withdrawal_heading h2 {
    color: #0c0c0c;
    font-size: 84px;
    font-style: normal;
    font-weight: 800;
    display: block;
    line-height: 80px;
}

.Withdrawal_heading h2 b {
    color:#eeda00;
    font-size: 84px;
    font-style: normal;
    font-weight: 800;
}

.Withdrawal_heading h2 span {
    color: #0c0c0c;
    font-size: 73px;
    font-style: normal;
    font-weight: 800;
}

.Withdrawal_services {
    width: 40%;
}

.Withdrawal_services img {
    width: 100%;
}


/* ----------------------Payments--------------------- */


.Payments {
    margin-bottom: 100px;
}

.Payments_outer {
    border-radius: 55px;
    padding: 0;
    border: 1px solid #000;
    border-style: dashed;
    margin: -30px auto 0 auto;
    position: relative;
    z-index: 1;
}

.Payments_heading {
    background:#eeda00;
    border-radius: 16px;
    text-align: center;
    width: fit-content;
    display: block;
    padding: 12px 70px;
    margin: -40px auto 0 auto;

}

.Payments_heading h2 {
    color: #131215;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    display: block;
}

.payment_category {
    padding: 0;
}

.payment_category {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    padding: 70px 0;
}

.payment_category .payment_item {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 31px 0 rgb(0 0 0 / 10%);
    min-height: 90px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s;
    cursor: pointer;
}

.payment_category .payment_item:hover {
    transform: translateY(-10px);
}

.payment_category>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.payment_category .payment_item img {
    width: 100%;
}

/* ----------------------vegbox_footer--------------------- */

.footer {
    background: #0c0c0c;
    padding: 60px 0 30px;
}

.footer_Outer {
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 90px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c3c3c361;
}

.footer_item:first-child {
    width: 42%;
}

.footer_item ul li span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer_item {
    width: 29%;
}

.footer_item h4 {
    color:#eeda00;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.footer_item ul li {
    margin-bottom: 20px;
}

.footer_item ul li:last-child {
    margin-bottom: 0;
}

.footer_item ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: .6s;
}

.footer_item p {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    padding-bottom: 30px;
}

.Download_Now {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background:#eeda00;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.Download_Now:hover {
    color: #ffff;
}

.footer_logo {
    margin-bottom: 30px;
}

.social_media_icon a {
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_media_icon a i {
    color: #000;
    font-size: 18px;
}

.social_media_icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_media_icon a:hover {
    background:#eeda00;
}

.social_media_icon a:hover i {
    color: #fff;
}

.footer_item ul li a:hover {
    color:#eeda00;
    transition: all 0.2s ease;
}

.Disclaimer {
    width: 100%;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0;
}

.Disclaimer ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Disclaimer ul li a {
    color: #bebebe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.ssl_head {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

.ssl_heading {
    line-height: normal;
    padding: 12px 0 0 0;
}

.ssl_heading span {
    color: #bebebe;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
}

.ssl_heading p {
    color: #bebebe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.License {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c3c3c361;
}

.License p {
    color: #bebebe;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 730px;
}

.License_logos {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.copyright span {
    color: #bebebe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.footer_logo img {
    max-width: 80px;
}


.Header_Inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Header_Inner .Header_Inner_box1 {
    width: 33.33%;
}

.Header_Inner .Header_Inner_box3 {
    width: 33.33%;
}

.Header_Inner .Header_Inner_box2 {
    width: 33.33%;
    text-align: center;
}

.Header_Inner .Header_Inner_box1 ul.Header_Menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.Header_Inner .Header_Inner_box1 ul.Header_Menu li {
    margin: 0;
}

.Header_Inner .Header_Inner_box1 ul.Header_Menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

.Header_Inner .Header_Inner_box1 ul.Header_Menu li a img {
    max-width: 35px;
}


.Header_Inner .Header_Inner_box3 ul.Header_Menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.Header_Inner .Header_Inner_box3 ul.Header_Menu li {
    margin: 0;
}

.Header_Inner .Header_Inner_box3 ul.Header_Menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

.Header_Inner .Header_Inner_box3 ul.Header_Menu li a img {
    max-width: 35px;
}

/*Privacy Policy Css Start*/
.privacy_policy h2 {
    margin: 0 0 20px 0;
    border-bottom: double #ccc;
    padding-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
}

.privacy_policy p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #161616;
}

.privacy_policy h3 {
    margin-bottom: 10px;
    color: #161616;
    line-height: normal;
}

.privacy_policy p a {
    color:#eeda00;
    font-size: 15px;
}

.privacy_policy p a:hover {
    color: #161616;
    font-size: 15px;
}

.privacy_policy {
    padding: 70px 0;
    line-height: normal;
}

/*Privacy Policy Css Start*/

@media screen and (max-width: 1600px) {
    .Bonus_box::before {
        width: 90%;
    }

    .Contactus .right_part img {
        max-width: 600px;
    }

    .banner_outer .left_part img {
        margin: 0px 0 0 -250px;
        max-width: 850px;
    }
}


@media screen and (max-width: 1400px) {
    .Bonus_box::before {
        width: 98%;
    }
}

@media screen and (max-width: 1366px) {
    .banner_outer .left_part img {
        margin: 0px 0 0 -350px;
        ;
    }

    .banner_outer .right_part h1 {
        font-size: 118px;
    }

    .banner_outer .right_part h1 b {
        font-size: 70px;
    }

    .banner_outer .right_part .indiaNo {
        font-size: 30px;
        line-height: 76px;
        text-align: left;
    }

    .banner {
        padding: 70px 0 70px;
    }

    .banner_outer .right_part p {
        text-align: left;
    }

    .Bonus_list_icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    span.Bonus_list_icon img {
        max-width: 70px;
    }

    .Bonus_list_heading h3 {
        font-size: 42px;
    }

    .Bonus_list {
        gap: 20px;
    }

    .Bonus_box_outer {
        justify-content: space-around;
    }

    .Bonus_limit span {
        font-size: 50px;
    }

    .Bonus_limit span b {
        font-size: 50px;
    }

    .Bonus_box::before {
        height: 100%;
    }

    .Bonus_limit {
        border-radius: 25px;
        padding: 2px 60px;
    }

    .new_id span {
        font-size: 40px;
    }

    .Bonus_box {
        margin-bottom: 100px;
    }

    .Welcome_onlinebook_heading h2 {
        font-size: 50px;
    }

    .Welcome_onlinebook {
        margin-bottom: 100px;
    }

    .Sites_Available_heading h2 {
        font-size: 50px;
    }

    .Sites_Available {
        margin-bottom: 100px;
    }

    .games_more_heading h2 {
        font-size: 55px;
        padding-bottom: 60px;
    }

    .games_more {
        margin-bottom: 100px;
    }

    .awards_outer {
        margin-bottom: 60px;
    }

    .Sports_Betting_Platform_heading h2 {
        font-size: 40px;
    }

    .Sports_Betting_Platform_heading p {
        padding-bottom: 20px;
        font-size: 15px;
    }

    .Sports_Betting_Platform {
        padding: 80px 0 80px;
    }

    .How_it_works {
        padding: 100px 0 0px;
        background-position: left;
        margin-bottom: 100px;
    }

    .work_list ul {
        gap: 25px 25px;
        margin-bottom: 30px;
    }

    .work_list ul li .work_list_box {
        width: 100%;
    }

    .work_list ul li h3 {
        font-size: 72px;
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .work_list ul li span {
        font-size: 18px;
    }

    .Get_your_Id {
        font-size: 32px;
        padding: 0 40px;
        min-height: 75px;
        line-height: 75px;
    }

    .How_it_works_heading h2 {
        font-size: 60px;
    }

    .Why_Radhey_Online_heading h2 {
        font-size: 50px;
        padding-bottom: 50px;
    }

    .radhe_slider_content {
        border-radius: 20px;
        min-height: 244px;
    }

    .id_heading p {
        font-size: 16px;
    }

    .id_heading h4 {
        font-size: 20px;
    }

    .Why_Radhey_Online {
        padding-bottom: 100px;
    }

    .logo img {
        max-width: 150px;
    }

    .header_outer nav .links a {
        font-size: 16px;
    }

    .WhatsApp_btn_outer {
        position: relative;
        z-index: 99;
    }

    .Contactus_heading h2 {
        font-size: 80px;
    }

    .Contactus_heading p {
        font-size: 24px;
    }

    .contactus_whatsApp span {
        font-size: 35px;
    }

    .contactus_whatsApp span b {
        font-size: 35px;
    }

    .contactus_whatsApp p {
        font-size: 15px;
        padding-bottom: 50px;
    }

    .Contactus_heading {
        padding-bottom: 30px;
    }

    .Contactus {
        margin-bottom: 100px;
    }

    .Withdrawal_heading h2 {
        font-size: 74px;
    }

    .Withdrawal_heading h2 b {
        font-size: 74px;
    }

    .Withdrawal_heading h2 span {
        font-size: 63px;
    }

    .Payments_heading h2 {
        font-size: 36px;
    }

    .Payments_heading {
        padding: 12px 40px;
    }

    .payment_category {
        padding: 50px 0;
    }
}

@media screen and (max-width: 1200px) {
    .banner_outer .left_part img {
        margin: 0px 0 0 -270px;
        max-width: 720px;
    }

    .banner_outer .right_part h1 {
        font-size: 108px;
    }

    .banner_outer .right_part h1 b {
        font-size: 60px;
    }

    .Bonus_btn {
        font-size: 22px;
        padding: 0 25px;
    }

    .Whatsapp_btn {
        font-size: 22px;
        padding: 0 10px 0 25px;
    }

    .Header_Inner .Header_Inner_box1 ul.Header_Menu {
        gap: 20px;
    }

    .Header_Inner .Header_Inner_box3 ul.Header_Menu {
        gap: 20px;
    }

    .Sports_Betting_Platform {
        background-position: right;
    }

    .Bonus_list_heading h3 {
        font-size: 34px;
        line-height: 34px;
    }

    .Bonus_list_heading span {
        font-size: 20px;
    }

    .Bonus_box::before {
        border-radius: 30px;
    }

    .Bonus_limit span b {
        font-size: 40px;
    }

    .Bonus_limit span {
        font-size: 40px;
    }

    .Bonus_limit {
        border-radius: 15px;
        padding: 2px 50px;
    }

    .new_id span {
        font-size: 30px;
    }

    .new_id {
        padding: 0 35px;
        border-radius: 0 0px 15px 15px;
    }

    .Bonus_box_outer {
        margin: -60px 0 30px 0;
    }

    .Welcome_onlinebook_heading h2 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .alltypes_games h3 {
        font-size: 30px;
    }

    .alltypes_games {
        min-width: 500px;
    }

    .all_games {
        border-radius: 35px;
    }

    .all_games ul li span {
        font-size: 26px;
    }

    .Sites_Available_heading h2 {
        font-size: 40px;
        padding-bottom: 60px;
    }

    .side_logo img {
        width: 100%;
        max-width: 220px;
    }

    .Username span {
        font-size: 18px;
    }

    .sitelink span {
        font-size: 20px;
    }

    .sitelink a {
        font-size: 20px;
    }

    .coin p {
        font-size: 14px;
    }

    .Sites_Available_outer ul {
        gap: 70px 50px;
    }

    .games_more_heading h2 {
        font-size: 45px;
        padding-bottom: 40px;
    }

    .awards_outer img {
        max-width: 170px;
    }

    .awards_outer {
        margin-bottom: 40px;
    }

    .Sports_Betting_Platform_heading h2 {
        font-size: 34px;
        padding-bottom: 20px;
    }

    .Sports_Betting_Platform_heading p {
        font-size: 14px;
        max-width: 540px;
    }

    .getid {
        font-size: 26px;
        padding: 15px 25px;
    }

    .How_it_works_heading h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }

    .work_list ul li .work_list_box {
        border-radius: 15px;
        height: 190px;
    }

    .work_list ul li h3 {
        font-size: 60px;
    }

    .work_list ul li span {
        font-size: 16px;
    }

    .Why_Radhey_Online_heading h2 {
        font-size: 40px;
        padding-bottom: 40px;
    }

    .Contactus {
        padding: 100px 0 280px;
    }

    .Contactus_heading p {
        font-size: 18px;
    }

    .Contactus::before {
        display: none;
    }

    .WhatsApp_btn_outer .WhatsApp_btn_1 {
        font-size: 30px;
        padding: 0 30px;
        min-height: 75px;
        line-height: 75px;
    }

    .WhatsApp_btn_outer .WhatsApp_btn_2 {
        font-size: 30px;
        padding: 0 30px;
        min-height: 75px;
        line-height: 75px;
    }

    .contactus_whatsApp span {
        padding-bottom: 10px;
    }

    .Contactus_heading h2 {
        font-size: 70px;
    }

    .Withdrawal_heading h2 {
        font-size: 64px;
        line-height: 60px;
    }

    .Withdrawal_heading h2 b {
        font-size: 64px;
    }

    .Withdrawal_heading h2 span {
        font-size: 53px;
    }

    .Withdrawal_services img {
        max-width: 300px;

    }

    .Withdrawal_services {
        text-align: center;
    }

    .payment_category .payment_item {
        min-width: auto;
    }

    .payment_category {
        gap: 15px;
    }

    .payment_category>div {
        gap: 15px;
    }

    .footer_logo img {
        max-width: 150px;
    }

    .footer_item p {
        font-size: 14px;
    }

    .footer_item ul li a {
        font-size: 14px;
    }

    .Disclaimer ul li a {
        font-size: 14px;
    }

    .License p {
        max-width: 530px;
    }

    .copyright span {
        font-size: 14px;
    }

    .header_outer nav .links {
        gap: 25px;
    }

    .Header_Inner .Header_Inner_box2 {
        width: 20%;
    }

    .Header_Inner .Header_Inner_box1 {
        width: 40%;
    }

    .Header_Inner .Header_Inner_box3 {
        width: 40%;
    }

    .Header_Inner .Header_Inner_box1 ul.Header_Menu li span {
        font-size: 14px;
    }

    .Header_Inner .Header_Inner_box3 ul.Header_Menu li span {
        font-size: 14px;
    }

    .footer_Outer {
        gap: 50px;
    }
}

@media screen and (max-width: 991px) {
    .banner_outer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }



    .banner_outer .left_part {
        width: 100%;
    }

    .banner_outer .right_part {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .banner {
        background-position: left;
        padding: 40px 0 40px;
    }

    .banner_outer .right_part h1 b {
        font-size: 50px;
        display: block;
    }

    .banner_outer .right_part .indiaNo {
        line-height: 66px;
        text-align: center;
    }

    .banner_outer .right_part p {
        text-align: center;
    }

    .Bonus_btn_outer {
        justify-content: center;
    }

    .banner_outer .left_part img {
        margin: 0 0 0 -90px;
        max-width: 100%;
    }

    .Bonus_box_outer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .header_outer nav .logo {
        width: 20%;
    }

    .header_outer nav .links {
        width: 80%;
    }

    .Bonus_box {
        margin-bottom: 60px;
    }

    .Welcome_onlinebook_heading h2 {
        font-size: 34px;
    }

    .Welcome_onlinebook {
        margin-bottom: 60px;
    }

    .Sites_Available_heading h2 {
        font-size: 34px;
        padding-bottom: 50px;
    }

    .Sites_Available_outer ul li {
        width: calc(100% / 2 - 34px);
    }

    .Sites_Available_outer ul {
        gap: 70px 30px;
    }

    .Sites_Available {
        margin-bottom: 60px;
    }

    .games_more_heading h2 {
        font-size: 40px;
        padding-bottom: 30px;
    }

    .games_more_list ul {
        gap: 20px 20px;
    }

    .games_more {
        margin-bottom: 60px;
    }

    .Sports_Betting_Platform_outer {
        flex-wrap: wrap;
    }

    .Sports_Betting_Platform .left_part {
        width: 100%;
    }

    .Sports_Betting_Platform .right_part {
        width: 100%;
        display: none;
    }

    .Sports_Betting_Platform {
        padding: 50px 0 50px;
    }

    .awards_outer {
        justify-content: center;
    }

    .Sports_Betting_Platform_heading {
        text-align: center;
    }

    .Sports_Betting_Platform_heading p {
        font-size: 14px;
        max-width: 100%;
    }

    .How_it_works_outer {
        flex-wrap: wrap;
    }

    .How_it_works {
        padding: 0px 0 0px;
        background-position: bottom;
        margin-bottom: 60px;
    }

    .How_it_works .right_part {
        width: 100%;
    }

    .How_it_works .left_part {
        width: 100%;
        text-align: center;
    }

    .How_it_works .left_part img {
        max-width: 550px;
        margin: auto;
    }

    .How_it_works_heading h2 {
        font-size: 40px;
        text-align: center;
    }

    .Get_your_Id {
        font-size: 26px;
        padding: 0 30px;
        min-height: 65px;
        line-height: 65px;
    }

    .Why_Radhey_Online_heading h2 {
        font-size: 34px;
        padding-bottom: 40px;
    }

    .Why_Radhey_Online {
        padding-bottom: 60px;
    }

    .Contactus {
        padding: 60px 0 260px;
    }

    .Contactus .left_part {
        width: 100%;
        text-align: center;
    }

    .Contactus .right_part {
        width: 100%;
        text-align: center;
    }

    .Contactus::after {
        display: none;
    }

    .Contactus_heading h2 {
        font-size: 60px;
    }

    .Contactus_heading p {
        font-size: 18px;
        line-height: 35px;
        max-width: 100%;
    }

    .Contactus_heading {
        padding-bottom: 20px;
    }

    .contactus_whatsApp span {
        font-size: 30px;
    }

    .contactus_whatsApp span b {
        font-size: 30px;
    }

    .Contactus {
        padding: 60px 0 500px;
    }

    .WhatsApp_btn_outer {
        justify-content: center;
    }

    .contactus_whatsApp p {
        padding-bottom: 30px;
        line-height: normal;
    }

    .WhatsApp_btn_outer .WhatsApp_btn_2 {
        font-size: 26px;
        min-height: 65px;
        line-height: 65px;
    }

    .WhatsApp_btn_outer .WhatsApp_btn_1 {
        font-size: 26px;
        min-height: 65px;
        line-height: 65px;
    }

    .Withdrawal_heading h2 {
        font-size: 54px;
    }

    .Withdrawal_heading h2 b {
        font-size: 54px;
        line-height: 50px;

    }

    .Withdrawal_heading h2 span {
        font-size: 40px;
    }

    .Contactus {
        margin-bottom: 60px;
    }

    .Withdrawal_services img {
        max-width: 250px;
    }

    .Payments_heading h2 {
        font-size: 26px;
    }

    .Payments_outer {
        border-radius: 25px;
        padding: 0 20px;
    }

    .payment_category>div {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
    }

    .payment_category .payment_item img {
        width: auto;
    }

    .payment_category .payment_item {
        justify-content: center;
    }

    .Payments {
        margin-bottom: 60px;
    }

    .Payments_heading {
        margin: -30px auto 0 auto;
    }

    .footer_Outer {
        gap: 30px;
    }

    .footer {
        padding: 30px 0 30px;
    }

    .footer_item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .License p {
        max-width: 300px;
    }

    .footer_item p {
        padding-block: 0;
    }

    .ssl_head img {
        max-width: 140px;
    }

    .ssl_heading span {
        font-size: 16px;
    }

    .Header_Inner .Header_Inner_box3 {
        display: none;
    }

    .Header_Inner .Header_Inner_box1 {
        display: none;
    }

    .header_outer nav .logo {
        width: 100%;
        text-align: center;
    }

    .header_outer nav .logo img {
        max-width: 120px;
        margin: auto;
    }

    .Header_Inner .Header_Inner_box2 {
        width: 100%;
    }

    .footer_logo img {
        max-width: 120px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* .header_outer nav .logo {
        float: none;
        width: auto;
        justify-content: center;
    }

    .header_outer .icon-burger {
        display: block;
    }

    .header_outer nav {
        position: relative;
        z-index: 10;
        left: 0;
        right: 0;
        top: 0;
        background: #0B0B18;
    }

    .header_outer nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0px;
        top: 0;
        transform: translateX(-300px) !important;
        width: 300px;
        flex-direction: column;
        justify-content: unset;
        background-color: rgba(0, 0, 0, .8);
        overflow: hidden;
        transition: all .5s;
        height: 100vh;
    }

    .header_outer nav .links li {
        list-style: none;
        border-bottom: solid 1px #fff;
        width: 100%;
        padding: 20px 20px;
    }

    .header_outer nav .links li:last-child {
        border: none;
    }

    .header_outer nav .links a {
        font-size: 16px;
        padding: 0;
    }

    .header_outer nav .links {
        gap: 0;
    }

    .header_outer .download_btn {
        margin: 0;
    }

    .header_outer nav :checked~.links {
        transform: translateX(0px) !important;
        width: 300px !important;
        height: 100%;
    }

    .header_outer nav .icon-burger {
        display: block;
        right: 0;
    }

    .header_outer nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    .header_outer nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    .header_outer nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    .header_outer nav .links a::before {
        height: 0;
    } */

    .logo img {
        max-width: 110px;
    }

    .Bonus_list_heading h3 {
        font-size: 28px;
        line-height: 24px;
    }

    .Bonus_list_icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    span.Bonus_list_icon img {
        max-width: 60px;
    }

    .Bonus_list_heading span {
        font-size: 16px;
    }

    .banner_outer .right_part h1 {
        font-size: 98px;
    }

    .banner_outer .right_part h1 b {
        font-size: 40px;
    }

    .banner_outer .right_part .indiaNo {
        font-size: 26px;
        line-height: 46px;
    }

    .banner_outer .right_part p {
        font-size: 15px;
    }

    .Bonus_btn {
        min-height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .Whatsapp_btn {
        min-height: 60px;
        line-height: 60px;
        font-size: 20px;
        gap: 10px;
        padding: 0 5px 0 20px;
    }

    .Bonus_list {
        gap: 10px;
    }

    .Welcome_onlinebook_heading h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .alltypes_games h3 {
        font-size: 24px;
    }

    .alltypes_games {
        min-width: 380px;
        min-height: 58px;
        line-height: 58px;
    }

    .all_games ul li span {
        font-size: 20px;
    }

    .all_games ul {
        gap: 10px;
    }

    .all_games {
        border-radius: 15px;
        padding: 50px 0 25px;
        width: 100%;
        margin: -30px auto 0 auto;
    }

    .Bonus_limit span b {
        font-size: 30px;
    }

    .Bonus_limit span {
        font-size: 30px;
    }

    .Welcome_onlinebook {
        margin-bottom: 40px;
    }

    .Bonus_box {
        margin-bottom: 40px;
    }

    .all_games ul li {
        padding: 2px 20px;
    }

    .all_games ul li span img {
        max-width: 25px;
    }

    .Sites_Available_heading h2 {
        font-size: 30px;
    }

    .side_logo img {
        max-width: 200px;
    }

    .Username span {
        font-size: 16px;
    }

    .side_logo {
        min-height: 115px;
        line-height: 115px;
        margin-bottom: 20px;
    }

    .sitelink a {
        font-size: 16px;
    }

    .sitelink span {
        font-size: 16px;
    }

    .sitelink {
        padding: 10px 0;
    }

    .games_more_heading h2 {
        font-size: 35px;
    }

    .games_more_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .games_more {
        margin-bottom: 40px;
    }

    .awards_outer {
        margin-bottom: 20px;
    }

    .Sports_Betting_Platform {
        padding: 30px 0 30px;
    }

    .Sports_Betting_Platform_heading span {
        font-size: 20px;
    }

    .Sports_Betting_Platform_heading h2 {
        font-size: 24px;
    }

    .How_it_works .left_part img {
        max-width: 500px;
        margin: auto;
    }

    .How_it_works_heading h2 {
        font-size: 34px;
    }

    .work_list ul {
        gap: 15px 15px;
    }

    .work_list ul {
        margin-bottom: 20px;
    }

    .Get_your_Id {
        min-height: 50px;
        line-height: 50px;
    }

    .How_it_works {
        margin-bottom: 40px;
    }

    .Why_Radhey_Online_heading h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .Why_Radhey_Online {
        padding-bottom: 40px;
    }

    .Contactus {
        padding: 40px 0 500px;
    }

    .Contactus {
        margin-bottom: 40px;
    }

    .Contactus_heading h2 {
        font-size: 50px;
    }

    .Contactus_heading p {
        font-size: 16px;
    }

    .contactus_whatsApp span {
        font-size: 26px;
    }

    .contactus_whatsApp span b {
        font-size: 26px;
    }

    .contactus_whatsApp p {
        padding-bottom: 20px;
    }

    .WhatsApp_btn_outer .WhatsApp_btn_1 {
        font-size: 18px;
        min-height: 55px;
        line-height: 55px;
    }

    .WhatsApp_btn_outer .WhatsApp_btn_2 {
        font-size: 18px;
        min-height: 55px;
        line-height: 55px;
    }

    .Contactus .right_part img {
        max-width: 550px;
    }

    .Contactus {
        padding: 40px 0 450px;
    }

    .Withdrawal_heading {
        width: 100%;
        text-align: center;
    }

    .Withdrawal_services {
        width: 100%;
    }

    .Withdrawal_outer {
        flex-wrap: wrap;
    }

    .Withdrawal_heading h2 {
        font-size: 44px;
        line-height: 50px;
    }

    .Withdrawal_heading h2 span {
        font-size: 30px;
        display: block;
    }

    .Withdrawal_services img {
        max-width: 220px;
    }

    .Withdrawal {
        margin-bottom: 100px;
    }

    .Payments_heading h2 {
        font-size: 22px;
    }

    .Payments_heading {
        padding: 12px 20px;
        border-radius: 10px;
    }

    .payment_category>div {
        grid-template-columns: repeat(3, 1fr);
    }

    .payment_category {
        padding: 30px 0;
    }

    .Payments {
        margin-bottom: 40px;
    }

    .footer_item:first-child {
        width: 100%;
    }

    .footer_item {
        width: 50%;
    }

    .footer_Outer {
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 20px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .License {
        flex-wrap: wrap;
    }

    .License p {
        max-width: 100%;
        padding-bottom: 20px;
    }

    .Disclaimer {
        justify-content: flex-start;
    }

    .ssl_head {
        padding-bottom: 20px;
    }

    .License>div {
        width: 100%;
    }

    .License_logos {
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .License {
        padding-bottom: 20px;
    }

    .banner {
        padding: 30px 0 30px;
    }
}

@media screen and (max-width: 600px) {
    .Bonus_btn {
        min-height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .Whatsapp_btn {
        min-height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .Whatsapp_btn span img {
        width: 100%;
        max-width: 35px;
    }

    .banner {
        background-position: left;
        padding: 30px 0 0px;
    }

    .banner_outer .right_part .indiaNo {
        font-size: 22px;
        line-height: 46px;
    }

    .banner_outer .right_part h1 {
        font-size: 88px;
        line-height: 65px;
    }

    .banner_outer .right_part h1 b {
        font-size: 34px;
    }

    .Bonus_btn_outer {
        margin-top: 20px;
    }

    .banner_outer .left_part img {
        margin: 0 0 0 -50px;
    }

    .Bonus_box::before {
        display: none;
    }

    .Bonus_box_outer {
        margin: 0;
    }

    .Bonus_box_outer {
        margin: 0;
        background:#eeda00;
        padding: 20px;
    }

    .Bonus_box {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .Bonus_box_outer {
        margin: 0;
        background:#eeda00;
        padding: 20px;
        border-radius: 20px;
        display: grid;
    }

    .Bonus_limit {
        border-radius: 0px 0 15px 15px;
        padding: 2px 30px;
    }

    .new_id {
        padding: 0 35px;
        border-radius: 0 0px 15px 15px;
    }

    span.Bonus_list_icon img {
        max-width: 50px;
    }

    .Bonus_list_icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .new_id span {
        font-size: 24px;
    }

    .Welcome_onlinebook_heading h2 {
        font-size: 24px;
        padding-bottom: 20px;
        display: block;
    }

    .alltypes_games h3 {
        font-size: 20px;
    }

    .alltypes_games {
        min-width: 340px;
        min-height: 48px;
        line-height: 48px;
    }

    .all_games ul li span {
        font-size: 17px;
    }

    .Welcome_onlinebook {
        margin-bottom: 30px;
    }

    .Sites_Available_outer ul li {
        width: calc(100% / 1);
        border-radius: 14px;
    }

    .side_logo {
        border-radius: 10px;
    }

    .games_more_list ul {
        gap: 10px 10px;
    }

    .games_more_heading h2 {
        font-size: 31px;
        padding-bottom: 20px;
    }

    .getid {
        font-size: 22px;
        padding: 10px 25px;
    }

    .How_it_works_heading h2 {
        font-size: 30px;
    }

    .Get_your_Id {
        font-size: 22px;
    }

    .Why_Radhey_Online_heading h2 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .Why_Radhey_Online {
        padding-bottom: 30px;
    }

    .Contactus {
        padding: 30px 0 0px;
    }

    .Contactus .right_part {
        position: unset;
    }

    .Contactus .left_part {
        padding-bottom: 20px;
    }

    .Contactus_heading h2 {
        font-size: 40px;
    }

    .Contactus_heading p {
        font-size: 15px;
        line-height: 25px;
    }

    .contactus_whatsApp span {
        font-size: 22px;
    }

    .contactus_whatsApp span b {
        font-size: 22px;
    }

    .Withdrawal_heading h2 b {
        font-size: 44px;
        line-height: 40px;
    }

    .Withdrawal_heading h2 {
        font-size: 44px;
        line-height: 44px
    }

    .Withdrawal_services img {
        max-width: 200px;
    }

    .payment_category>div {
        grid-template-columns: repeat(2, 1fr);
    }

    .payment_category>div:nth-child(1) {
        order: 2;
    }

    .payment_category>div:nth-child(2) {
        order: 1;
    }

    .banner_outer .right_part h1 {
        color: #fff;
    }

    .Bonus_btn {
        padding: 0 20px;
    }

    .header_outer nav .logo img {
        max-width: 100px;
    }

    .footer_logo img {
        max-width: 100px;
    }

    .banner {
        padding: 20px 0 0px;
    }

    .Contactus .right_part img {
        max-width: 500px;
    }

    .Sites_Available_heading h2 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .Bonus_btn {
        padding: 0 15px;
    }

    .Whatsapp_btn {
        padding: 0 5px 0 15px;
    }

    .Bonus_btn {
        font-size: 16px;
    }

    .Whatsapp_btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .banner_outer .right_part h1 {
        font-size: 70px;
    }

    .header_outer nav .logo img {
        max-width: 80px;
    }

    .footer_logo img {
        max-width: 80px;
    }

    .Welcome_onlinebook_heading h2 {
        padding-bottom: 40px;
    }

    .banner_outer .right_part .indiaNo {
        font-size: 20px;
        line-height: 36px;
    }

    .banner_outer .right_part h1 b {
        font-size: 30px;
    }

    .Bonus_btn_outer {
        flex-wrap: wrap;
    }

    .Bonus_list_heading h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .footer_logo {
        margin-bottom: 15px;
    }

    .stop-logo span {
        margin-bottom: 10px;
        display: block;
    }

    .stop-logo span:last-child {
        margin-bottom: 0;
    }

    .alltypes_games h3 {
        font-size: 18px;
    }

    .alltypes_games {
        min-width: 270px;
        min-height: 38px;
        line-height: 38px;
        border-radius: 5px;
        margin: -25px auto 0 auto;
    }

    .Sites_Available_heading h2 {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .Sites_Available_outer ul li:before {
        height: 36px;
        margin: -16px 0 0 0;
    }

    .Sites_Available_outer ul li::after {
        height: 36px;
        margin: 0px 0 -12px 0;
    }

    .Sites_Available_outer ul {
        gap: 50px 30px;
    }

    .side_logo {
        min-height: 95px;
        line-height: 95px;
    }

    .Sites_Available {
        margin-bottom: 40px;
    }

    .games_more_heading h2 {
        font-size: 28px;
    }

    .awards_outer img {
        max-width: 140px;
    }

    .Sports_Betting_Platform_heading h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .awards_outer {
        margin-bottom: 10px;
    }

    .getid {
        font-size: 20px;
    }

    .Sports_Betting_Platform_heading p {
        padding-bottom: 10px;
    }

    .work_list ul li .work_list_box::before {
        display: none;
    }

    .work_list ul li .work_list_box {
        height: 150px;
    }

    .work_list ul li h3 {
        font-size: 60px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .work_list ul li span {
        font-size: 15px;
    }

    .Why_Radhey_Online_heading h2 {
        font-size: 22px;
    }

    .radhe_slider_content {
        border-radius: 15px;
        min-height: 194px;
    }

    .id_heading h4 {
        padding-bottom: 10px;
    }

    .Contactus_heading h2 {
        font-size: 35px;
    }

    .Contactus_heading p {
        font-size: 14px;
        line-height: 22px;
    }

    .contactus_whatsApp span {
        font-size: 20px;
    }

    .contactus_whatsApp span b {
        font-size: 20px;
    }

    .Contactus_heading {
        padding-bottom: 10px;
    }

    .WhatsApp_btn_outer {
        flex-wrap: wrap;
    }

    .contactus_whatsApp p {
        padding-bottom: 10px;
    }

    .Contactus {
        padding: 30px 0 0px;
    }

    .Withdrawal_heading h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .Withdrawal_heading h2 b {
        font-size: 34px;
        line-height: 34px;
    }

    .Withdrawal_heading h2 span {
        font-size: 24px;
    }

    .Payments_heading {
        margin: -25px auto 0 auto;
    }

    .payment_category .payment_item {
        padding: 12px;
        min-height: 80px;
    }

    .payment_category {
        padding: 20px 0;
    }

    .Payments {
        margin-bottom: 30px;
    }

    .footer {
        padding: 20px 0 20px;
    }

    .footer_Outer {
        gap: 15px;
    }

    .ssl_head {
        flex-wrap: wrap;
    }

    .ssl_heading {
        padding: 0;
    }

    .ssl_head img {
        max-width: 120px;
    }

    .footer_item ul li {
        margin-bottom: 15px;
    }

    .ssl_heading p {
        font-size: 14px;
    }

    .stop-logo span img {
        max-width: 150px;
    }

    .copyright {
        padding-top: 20px;
    }

    .copyright span {
        font-size: 11px;
    }
}

.zoom-in {
  animation: zoomIn 0.10s ease forwards;
}
.zoom-infinite {
  animation: zoomIn 1s ease-in-out infinite alternate;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}